.baostyle-footer-widgets .widget:last-child {
  margin-bottom: 0;
}

.baostyle-footer-widgets.baostyle-footer-count-1 {
  justify-content: center;
}

.baostyle-footer-widgets.baostyle-footer-count-1 .widget {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.baostyle-home-hero-slider, .baostyle-site-main, .baostyle-site-footer {
  position: relative;
  z-index: 1;
}

.baostyle-container-custom, .baostyle-container-custom-content, .baostyle-container-custom-header, .baostyle-container-custom-footer {
  width: 100%;
  padding-left: max(var(--bs-gutter-x, .75rem), .9rem);
  padding-right: max(var(--bs-gutter-x, .75rem), .9rem);
}

.baostyle-slider-wrap, .baostyle-home-widgets, .baostyle-home-hero-widgets, .baostyle-footer-widgets {
  gap: 1.25rem;
}

.baostyle-footer-widgets {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}

.baostyle-footer-widgets .widget {
  margin-bottom: 0;
  padding: 0;
}

.baostyle-footer-widgets .menu, .baostyle-footer-widgets .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.baostyle-footer-widgets .menu li + li, .baostyle-footer-widgets .sub-menu li + li {
  margin-top: .5rem;
}

.baostyle-footer-widgets a {
  color: inherit;
  text-decoration: none;
}

.baostyle-footer-widgets a:hover, .baostyle-footer-widgets a:focus {
  text-decoration: underline;
}

.baostyle-checkout-lite-header, .baostyle-checkout-lite-footer {
  background-color: var(--bs-body-bg, #fff);
}

@media (max-width: 991.98px) {
  .baostyle-footer-widgets-footer-main .widget.widget_nav_menu {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .baostyle-footer-widgets-footer-main .widget.widget_nav_menu .widget-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0;
    cursor: pointer;
  }

  .baostyle-footer-widgets-footer-main .widget.widget_nav_menu .baostyle-footer-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    flex: 0 0 32px;
  }

  .baostyle-footer-widgets-footer-main .widget.widget_nav_menu .baostyle-footer-menu-toggle i {
    font-size: 1rem;
    line-height: 1;
  }

  .baostyle-footer-widgets-footer-main .widget.widget_nav_menu .menu {
    padding-top: 0.75rem;
    margin-bottom: 0;
  }

  .baostyle-footer-widgets-footer-main .widget.widget_nav_menu .menu li + li {
    margin-top: 0.45rem;
  }
}

@media (min-width: 992px) {
  .baostyle-footer-widgets.baostyle-footer-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .baostyle-footer-widgets.baostyle-footer-count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .baostyle-footer-widgets.baostyle-footer-count-4, .baostyle-footer-widgets.baostyle-footer-count-5, .baostyle-footer-widgets.baostyle-footer-count-6, .baostyle-footer-widgets.baostyle-footer-count-7, .baostyle-footer-widgets.baostyle-footer-count-8 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .baostyle-footer-widgets-footer-main .widget.widget_nav_menu .baostyle-footer-menu-toggle {
    display: none !important;
  }
}

.baostyle-footer-top, .baostyle-footer-main, .baostyle-footer-bottom, .baostyle-footer-copyright {
  background-color: var(--bs-body-bg, #fff);
}
