/*==========================================================================
HEADER MOBILE
===========================================================================*/
/* main */
.header-mobile{
    --header-top-devider-h: 0;
    --header-top-item-mg: 9px;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    box-shadow: var(--popup-sd);
}
.header-mobile .mobile-top,
.header-mobile .mobile-bot{
    text-align: center;
    padding: 5px 0;
    position: relative;
    color: var(--header-link-color);
}
.header-mobile .mobile-top:after{
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    right: 0;
    border-bottom: 1px solid;
    opacity: 0.1;
}
.header-mobile .mobile-bot:after{
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    right: 0;
    border-top: 1px solid;
    opacity: 0.1;
}
.header-mobile.light .mobile-top:after,
.header-mobile.light .mobile-bot:after{
    opacity: 0.2;
}
.header-mobile .mobile-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-mobile .mobile-inner:before,
.header-mobile .mobile-inner:after{
    display: none;
}
.mobile-main{
    position: relative;
}
.mobile-main .mobile-inner{
    padding: 15px 0;
}
/* logo */
.logo .logo-image{
    max-width: 180px;
    padding: 0;
}
/* control */
.header-mobile .control{
    padding-inline-start: 30px;
}
.header-mobile .inner-control{
    margin: 0 -9px;
}
.header-mobile .inner-control > *{
    margin: 0 9px;
}
.header-mobile .inner-control > * > a .icon{
    font-size: 20px;
}
.header-mobile .inner-control > * > a .icon .count{
    font-size: 12px;
    line-height: 18px;
    min-width: 20px;
}
.header-mobile .inner-control > * > a > :not(.icon){
    display: none;
}
.header-mobile .inner-control .ovic-icon-menu .inner{
    --icon-menu-w: 20px;
    --icon-menu-h: 16px;
}
/* submenu */
.header-mobile .header-submenu{
    font-size: 14px;
    text-align: center;
    justify-content: center;
}
.header-mobile .header-submenu > li > a{
    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{
    padding: 0;
}
@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: 10px 0 0;
    }
    .header-mobile div.dgwt-wcas-search-wrapp{
        width: 100%;
    }
}
/* fixed */
.mobile-fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--main-header-bg);
    box-shadow: var(--popup-sd);
    text-align: center;
    z-index: 12;
}
.mobile-fixed .mobile-inner{
    display: flex;
    align-items: center;
}
.mobile-fixed a{
    text-decoration: none;
    flex: 1 1 auto;
    width: 1%;
    padding: 10px 5px;
}
.mobile-fixed a::before{
    display: block;
    font-size: 18px;
    margin-inline-end: 0;
}
.mobile-fixed a .icon{
    display: block;
    font-size: 24px;
}
.mobile-fixed a .fa-shopping-basket{
    font-size: 20px;
    margin: -1px 0 1px;
}
.mobile-fixed a .text,
.mobile-fixed a .sub,
.mobile-fixed a .count,
.mobile-fixed a .total{
    display: none;
}
.mobile-fixed a .fa-user{
    font-size: 21px;
}
.mobile-fixed a .main-icon-next-2{
    transform: rotate(-90deg);
    font-size: 18px;
    font-weight: 600;
}
.header-mobile ~ .backtotop{
    display: none !important;
}
@media (max-width: 399px){
    .header-mobile{
        font-size: 12px;
    }
}
/*==========================================================================
SIDEBAR
===========================================================================*/
body #wcfmmp-store .right_side,
#dokan-primary,
#primary{
    width: 100% !important;
}
body:not(.open-mobile-sidebar) #wcfmmp-store .left_sidebar,
body:not(.open-mobile-sidebar) #dokan-secondary,
body:not(.open-mobile-sidebar) #secondary{
    transform: translateX(-100%);
}
body #wcfmmp-store .left_sidebar,
#dokan-secondary,
#secondary{
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 320px !important;
    height: 100vh;
    background-color: #fff;
    max-width: 100%;
    box-shadow: none;
    padding: 0;
    transition: all .3s ease;
    z-index: 100000;
    display: flex;
    flex-direction: column;
}
body #wcfmmp-store .right_side{
    padding-bottom: 5%;
}
body #wcfmmp-store .left_sidebar{
    margin: 0;
    height: 100% !important;
}
.dokan-widget-area{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.sidebar-inner{
    flex: 1 1 auto;
    height: 1%;
    overflow-x: hidden;
    padding: 25px 20px 20px;
}
/*==========================================================================
LAYOUT
===========================================================================*/
/*----- STYLE 01 -----*/
.techone-mobile-style-03 .site,
.techone-mobile-style-01 .site{
    padding-bottom: 44px;
}
/*----- FIXED DROPDOWN -----*/
.mobile-fixed.techone-dropdown{
    left: auto;
    background-color: transparent;
    box-shadow: none;
    padding: 10px;
}
.mobile-fixed.techone-dropdown: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;
    transition: all 0.3s ease;
}
.mobile-fixed.techone-dropdown.open:before{
    width: 200px;
    height: 200px;
}
.mobile-fixed.techone-dropdown 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);
}
.mobile-fixed.techone-dropdown a > *:not(.icon){
    display: none;
}
.mobile-fixed.techone-dropdown .mobile-inner{
    padding: 0;
}
.mobile-fixed.techone-dropdown .mobile-inner a{
    position: absolute;
    transition: all 0.3s ease;
}
.mobile-fixed.techone-dropdown .mobile-inner a:nth-child(1){
    bottom: 10px;
    right: 133px;
}
.mobile-fixed.techone-dropdown .mobile-inner a:nth-child(2){
    bottom: 66px;
    right: 109px;
}
.mobile-fixed.techone-dropdown .mobile-inner a:nth-child(3){
    bottom: 109px;
    right: 66px;
}
.mobile-fixed.techone-dropdown .mobile-inner a:nth-child(4){
    bottom: 133px;
    right: 10px;
}
.mobile-fixed.techone-dropdown:not(.open) .mobile-inner a{
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    right: 0;
}
.mobile-fixed.techone-dropdown .mobile-toggle .icon{
    font-size: 16px;
    transition: all 0.3s ease;
}
.mobile-fixed.techone-dropdown:not(.open) .mobile-toggle .icon{
    transform: rotate(135deg);
}
/*----- CENTER LOGO -----*/
.mobile-main.center-logo .logo{
    text-align: center;
}
@media (min-width: 768px){
    .mobile-main.center-logo .inner-control{
        order: 1;
        padding-inline-start: 15px;
    }
    .mobile-main.center-logo .block-search{
        padding-inline-end: 15px;
    }
}
/*==========================================================================
STYLE
===========================================================================*/
.header-mobile.style-01{}
/*==========================================================================
RTL
===========================================================================*/
.rtl .mobile-fixed .action-to-top .icon{
    transform: rotate(90deg);
}
body.rtl:not(.open-mobile-sidebar) #secondary{
    transform: translateX(100%);
}
.rtl #secondary{
    right: 0;
    left: auto;
}
.rtl .widget-area .close-sidebar{
    right: auto;
    left: 0;
}
.rtl .mobile-fixed.techone-dropdown{
    left: 0;
    right: auto;
}
.rtl .mobile-fixed.techone-dropdown:before{
    right: auto;
    left: 0;
    border-radius: 0 100% 0 0;
}
.rtl .mobile-fixed.techone-dropdown .mobile-inner a:nth-child(1){
    right: auto;
    left: 133px;
}
.rtl .mobile-fixed.techone-dropdown .mobile-inner a:nth-child(2){
    right: auto;
    left: 109px;
}
.rtl .mobile-fixed.techone-dropdown .mobile-inner a:nth-child(3){
    right: auto;
    left: 66px;
}
.rtl .mobile-fixed.techone-dropdown .mobile-inner a:nth-child(4){
    right: auto;
    left: 10px;
}
.rtl .mobile-fixed.techone-dropdown:not(.open) .mobile-inner a{
    right: auto;
    left: 0;
}
.rtl .mobile-fixed.techone-dropdown:not(.open) .mobile-toggle .icon{
    transform: rotate(-135deg);
}
