/*==========================================================================
HEADER MOBILE
===========================================================================*/
/* main */
.header-mobile{
    font-size: 13px;
    line-height: 20px;
    box-shadow: 0 1px #e5e5e5;
}
.header-mobile .main{
    padding: 10px 0;
}
.header-mobile .header-top{
    padding: 5px 0;
    text-align: center;
}
.header-mobile .header-bottom{
    text-align: center;
    padding: 0 0 5px;
    margin: -10px 0 0;
}
.header-mobile .inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-mobile .inner::before,
.header-mobile .inner::after{
    display: none;
}
/* control */
.header-mobile .control{
    padding-inline-start: 30px;
}
.header-mobile .inner-control{
    margin: 0 -10px;
}
.header-mobile .inner-control > *{
    margin: 0 10px;
}
/* submenu */
.header-mobile .header-submenu{
    margin: 0 -8px;
}
.header-mobile .header-submenu > li{
    margin: 0 8px;
}
.header-mobile .header-submenu > li > a{
    font-size: 13px;
    line-height: 20px;
    padding: 3px 0;
}
/* block-search */
.header-mobile .block-search{
    flex: 1 1 auto;
    width: 1%;
    text-align: end;
    padding-inline-start: 30px;
}
div.dgwt-wcas-overlay-mobile div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .search-input{
    border-radius: 0;
}
.header-mobile div.dgwt-wcas-search-wrapp{
    font-size: 13px;
    width: 255px;
}
.header-mobile div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    height: 36px;
    padding: 6px 15px;
    padding-inline-end: 42px;
}
.header-mobile div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader{
    right: 42px !important;
}
.rt .header-mobile div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader{
    left: 42px !important;
    right: auto !important;
}
@media (max-width: 767px){
    .header-mobile .logo{
        flex: 1 1 auto;
        width: 1%;
    }
    .header-mobile .control{
        padding-inline-start: 20px;
    }
    .header-mobile .block-search{
        order: 2;
        width: 100%;
        padding: 0;
    }
    .header-mobile div.dgwt-wcas-search-wrapp{
        width: 100%;
    }
}
/* fixed */
.header-mobile .fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: inherit;
    box-shadow: 0 1px #e5e5e5 inset;
    text-align: center;
    z-index: 12;
}
.header-mobile .fixed .inner{
    display: flex;
    align-items: center;
}
.header-mobile .fixed a{
    text-decoration: none;
    flex: 1 1 auto;
    width: 1%;
    padding: 9px 5px 6px;
    color: #000;
}
.header-mobile .fixed a .icon{
    display: block;
    font-size: 19px;
}
.header-mobile .fixed a .content > *:not(.text),
.header-mobile .fixed a br,
.header-mobile .fixed a .count{
    display: none;
}
.header-mobile .fixed .action-to-top .icon{
    font-size: 18px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.header-mobile ~ .backtotop{
    display: none !important;
}
/*==========================================================================
SIDEBAR
===========================================================================*/
#secondary{
    padding: 0;
}
body:not(.open-mobile-sidebar) .widget-area{
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.widget-area{
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    max-width: 100%;
    box-shadow: none;
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 100000;
    display: flex;
    flex-direction: column;
}
.widget-area .sidebar-head{
    display: block;
    position: relative;
    padding: 13px 20px;
    padding-inline-end: 65px;
    border-bottom: 1px solid #e5e5e5;
}
.widget-area .sidebar-head .title{
    font-size: 17px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
    color: #000;
}
.widget-area .close-sidebar{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    border-inline-start: 1px solid #e5e5e5;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 12px;
    line-height: 50px;
}
.widget-area .close-sidebar::before{
    font-family: main-icon,sans-serif;
    content: "\e901";
    font-size: 12px;
    line-height: 50px;
}
.widget-area .sidebar-inner{
    flex: 1 1 auto;
    height: 1%;
    overflow-x: hidden;
    padding: 20px;
}
.widget-area .widget .widget-title{
    font-size: 16px;
}
/*==========================================================================
LAYOUT
===========================================================================*/
/*----- STYLE 01 -----*/
.moozo-mobile-style-01 .site{
    padding-bottom: 55px;
}
/*----- STYLE 02 -----*/
.header-mobile.mobile-style-02 .fixed{
    left: auto;
    background-color: transparent;
    box-shadow: none;
    padding: 10px;
}
.header-mobile.mobile-style-02 .fixed::before{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: rgba(0,0,0,0.3);
    border-radius: 100% 0 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-mobile.mobile-style-02 .fixed.open::before{
    width: 200px;
    height: 200px;
}
.header-mobile.mobile-style-02 .fixed a{
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.header-mobile.mobile-style-02 .fixed a > *:not(.icon){
    display: none;
}
.header-mobile.mobile-style-02 .fixed .action-to-top .icon{
    font-size: 24px;
    padding-top: 3px;
}
.header-mobile.mobile-style-02 .fixed .inner{
    padding: 0;
}
.header-mobile.mobile-style-02 .fixed .inner a{
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-mobile.mobile-style-02 .fixed .inner a:nth-child(1){
    bottom: 10px;
    right: 133px;
}
.header-mobile.mobile-style-02 .fixed .inner a:nth-child(2){
    bottom: 66px;
    right: 109px;
}
.header-mobile.mobile-style-02 .fixed .inner a:nth-child(3){
    bottom: 109px;
    right: 66px;
}
.header-mobile.mobile-style-02 .fixed .inner a:nth-child(4){
    bottom: 133px;
    right: 10px;
}
.header-mobile.mobile-style-02 .fixed:not(.open) .inner a{
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    right: 0;
}
.header-mobile.mobile-style-02 .fixed .mobile-toggle .icon{
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-mobile.mobile-style-02 .fixed:not(.open) .mobile-toggle .icon{
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
/*----- HEADER STYLE -----*/
.header-mobile.tools-01{}
/*==========================================================================
RTL
===========================================================================*/
.rtl .header-mobile .fixed .action-to-top .icon{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
body.rtl:not(.open-mobile-sidebar) .widget-area{
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.rtl .widget-area{
    right: 0;
    left: auto;
}
.rtl .widget-area .close-sidebar{
    right: auto;
    left: 0;
}
.rtl .header-mobile.mobile-style-02 .fixed{
    left: 0;
    right: auto;
}
.rtl .header-mobile.mobile-style-02 .fixed::before{
    right: auto;
    left: 0;
    border-radius: 0 100% 0 0;
}
.rtl .header-mobile.mobile-style-02 .fixed .inner a:nth-child(1){
    right: auto;
    left: 133px;
}
.rtl .header-mobile.mobile-style-02 .fixed .inner a:nth-child(2){
    right: auto;
    left: 109px;
}
.rtl .header-mobile.mobile-style-02 .fixed .inner a:nth-child(3){
    right: auto;
    left: 66px;
}
.rtl .header-mobile.mobile-style-02 .fixed .inner a:nth-child(4){
    right: auto;
    left: 10px;
}
.rtl .header-mobile.mobile-style-02 .fixed:not(.open) .inner a{
    right: auto;
    left: 0;
}
.rtl .header-mobile.mobile-style-02 .fixed:not(.open) .mobile-toggle .icon{
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
