/*
Theme Name: Theme Mix Child - Flatsome Edition
Theme URI: https://wso.io.vn/
Description: Child theme of Flatsome with DMX-style header, mega menu, and Woo AJAX search.
Author: Dave Custom
Author URI: https://wso.io.vn/
Template: flatsome
Version: 2.0.1
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: theme-mix-child
*/

/* Child theme stylesheet */

@media (max-width: 768px)
{
  .tggd-dmx-header__top-body{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 6px 8px 4px !important;
  }

  .tggd-top-body{
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .tggd-top-body__grid{
    display: flex !important;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto !important;
  }

  .tggd-top-body__item{
    flex: 0 0 auto;
    min-width: 88px;
  }
  .tggd-dmx-header{
    padding-top: auto !important;
    margin-top: auto !important;
  }
  .tggd-dmx-header__bar{
    padding-left: auto !important;
    padding-right: auto !important;
	border-radius: 10px !important;
	margin: auto !important;
  }
}

@media (max-width: 1024px) {
    .tggd-dmx-header__bar {
       /*gap: 8px;*/
       margin: 0 8px;
    }
}

@media (min-width: 769px){
/*   body:not(.wp-admin) .tggd-dmx-header__bar{
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
	max-width: 1170px;
    z-index: 100;
  }

  body:not(.wp-admin) .tggd-dmx-header__bar-placeholder{
    height: 72px;
  }
	
	.tggd-dmx-header__top-body {
	position: fixed !important;
    width: 100%;
  }

  .tggd-top-body__grid {
    max-width: 1170px;
    margin: 0 auto;
  }*/
	
}