.vtx-header-mobile {
  display: none;
}

.vtx-viewed-product-show {
  display: none;
}

.custom-header-mobile-menus {
  display: none;
}

.vtx-notification.mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .vtx-notification.mobile {
    display: block;
  }
  .vtx-banner-mobile .col {
    padding: 0 !important;
  }
  header#header {
    display: none;
  }

  .vtx-header-mobile {
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #eee;
  }

  body div#wrapper {
    background: #fff;
  }

  body main#main {
    background: #fff;
  }

  .vtx-header-mobile-logo img {
    max-width: 57px;
  }

  .vtx-header-mobile-form-search {
    /* align-items: center; */
    flex-basis: 56%;
  }

  .vtx-header-mobile-form-search select#search_type {
    display: none;
  }

  .vtx-header-mobile-form-search #main-search .btntop {
    font-size: 0;
    right: 3px;
  }

  .vtx-header-mobile-form-search #main-search .btntop i {
    font-size: 14px;
  }

  .vtx-header-mobile-form-search input#search_key {
    height: 33px;
    margin: 0;
    font-size: 12px;
  }

  .vtx-header-mobile-form-search span.main-search-divider {
    display: none;
  }

  .vtx-header-mobile-form-search form#main-search {
    height: 38px;
    border-radius: 4px;
    border-width: 1px;
  }

  .vtx-header-mobile-viewed-product {
    font-size: 12px;
    flex-basis: 66px;
    text-transform: uppercase;
    color: #0d6ba2;
    font-weight: 600;
    position: relative;
    line-height: 16px;
  }

  .vtx-header-mobile-viewed-product:after {
    content: " ";
    width: 7px;
    height: 8px;
    background: url(../images/arrow-down.png) no-repeat;
    bottom: 2px;
    position: absolute;
    right: 4px;
  }

  .vtx-header-mobile-cart a {
    font-size: 12px;
    line-height: 15px;
    display: table;
    color: #0d6ba2;
    font-weight: 600;
    position: relative;
    padding-left: 27px;
  }

  .vtx-header-mobile > div {
    padding: 0 3px;
  }

  .vtx-header-mobile-cart {
    flex-basis: 59px;
  }

  .vtx-header-mobile-cart a:before {
    content: " ";
    width: 24px;
    height: 24px;
    background: url(../images/add-to-cart.png) no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    background-size: contain;
  }

  .vtx-notification.mobile {
    background: #0189ff;
    color: #fff;
    padding: 7px;
  }

  .vtx-notification.mobile .vtx-notification-in {
    padding-left: 37px;
  }

  .vtx-notification.mobile .chay-chu-ngangttt {
    display: flex;
    align-items: center;
  }

  .vtx-notification.mobile .chay-chu-ngangttt marquee {
    font-size: 12px;
    color: #fff;
  }

  .vtx-notification.mobile .chay-chu-ngangttt a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
  }

  .vtx-header-mobile.mobilefixed {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  }

  .custom-header-mobile-menus:before {
    display: table;
    content: "";
  }
  .custom-header-mobile-menus:after {
    display: table;
    content: "";
    clear: both;
  }
  .custom-header-mobile-menus {
    background: #fff;
    padding: 0;
    width: 100%;
  }

  .custom-header-mobile-menus > ul > li {
    margin-right: 0;
    list-style: none;
    border: solid 1px #dfdfdf;
    text-align: center;
    padding: 5px;
    margin-bottom: 0;
    transition: all 0.5s ease;
    flex-basis: 100%;
  }

  .custom-header-mobile-menus > ul > li:nth-of-type(3n + 3) {
    margin-right: 0;
  }

  .custom-header-mobile-menus > ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    background: #fff;
  }

  .custom-header-mobile-menus-item a {
    display: table;
    width: 100%;
  }

  .custom-header-mobile-menus > ul > li:hover {
    background: #cecaca; /* Old browsers */
    background: -moz-linear-gradient(top, #cecaca 0%, #9e9e9e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      #cecaca 0%,
      #9e9e9e 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      #cecaca 0%,
      #9e9e9e 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecaca', endColorstr='#9e9e9e',GradientType=0 ); /* IE6-9 */
  }
  .custom-header-mobile-menus {
    display: none;
  }

  .custom-header-mobile-menus-item > a {
    display: flex;
    align-items: center;
  }

  .custom-header-mobile-menus-item > a > img {
    margin-right: 5px;
    max-height: 28px;
  }
  .custom-header-mobile-menus > ul > li p {
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
  }
  .custom-header-mobile-search {
    /* float: right; */
    /* clear: none; */
    /* width: 80%; */
  }

  .custom-header-mobile-search form#searchform {
    width: 100%;
    position: relative;
    margin: 0;
  }

  .custom-header-mobile-search form#searchform input#s {
    width: 100%;
    height: 33px;
    padding: 5px;
    border-radius: 3px;
    margin: 0;
    font-size: 13px;
  }

  .custom-header-mobile-search form#searchform input#searchsubmit {
    position: absolute;
    border: none;
    top: 3px;
    right: 0;
    height: 40px;
    width: 32px;
    font-size: 0;
    padding: 0;
    background-size: 26px;
  }
  #search-result2 {
    background: #fff;
    z-index: 9;
    position: absolute;
    top: 49px;
    border-radius: 2px;
    overflow-y: scroll;
    width: 100%;
    left: 0;
    height: 375px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
    display: none;
  }
  div#search-result2 .suggest li {
    padding: 10px 10px;
    font-size: 12px;
  }
  div#search-result2 .suggest .avata {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
  }
  div#search-result2 .suggest .info span {
    display: block;
  }
  div#search-result2 .suggest .info span {
    display: block;
  }
  .price-color {
    color: #f44336;
  }

  .custom-header-mobile-search form#searchform .btntop {
    position: absolute;
    top: 3px;
    right: 3px;
    background: #0d6ba2;
    color: #fff;
    padding: 0 !important;
    line-height: initial;
    width: 31px;
    font-size: 12px;
    border-radius: 2px;
    height: 27px;
    margin: 0;
    min-height: auto;
  }

  .vtx-viewed-product-show {
    display: none;
  }
}
