/*
 Theme Name:   reviewngay-theme-con
 Template:     Reviewngay-theme-v2-updated
 Description:  Theme con để chỉnh sửa giao diện mobile (ghim thanh bar 2)
 Author:       ReviewNgay
 Version:      1.0
*/

@import url("../admin-theme-fixed-mobile-menu/style.css");

/* Ghim thanh bar 2 (logo + nút menu) trên mọi thiết bị */
.ast-mobile-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: transparent !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Áp dụng đúng padding-top trên mọi trang ở mobile */
@media (max-width: 920px) {
  body.ast-header-break-point {
    padding-top: 90px !important;
  }
}
/* Giảm độ cao thanh footer màu đen */
.ast-footer-overlay {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    min-height: auto !important;
}
.woocommerce-breadcrumb {
  display: none !important;
}
.a1-product {
  border: 1px solid #eee;
  padding: 10px;
  background: #fff7e6;
  text-align: center;
  border-radius: 8px;
  transition: box-shadow 0.3s;
}
.home .breadcrumbs {
    display: none !important;
}