/*----------------------------------------------------
	setting
----------------------------------------------------*/
.pane-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-size: 0;
}
.pane-header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.pane-header.-simple {
  justify-content: center;
}

.page-estimate .pane-header,
.page-cart .pane-header {
  justify-content: center;
}

.pane-globalnav.fixed {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 1000;
}

.pane-main {
  padding: 0 10px;
  border-top: 1px solid #ddd;
}

/*# sourceMappingURL=sb_layout.css.map */
