@charset "UTF-8";
body .column.main {
  position: relative;
}
body #ocNoticeMessageBar {
  height: 0;
  position: absolute;
  top: -7px;
  width: 100%;
  opacity: 0;
  transition: opacity, height 0.3s ease-in-out;
  left: 0;
  right: 0;
  max-width: 1440px;
  margin: 0 auto;
}
body #ocNoticeMessageBar.active {
  opacity: 1;
  height: 54px;
  z-index: 1000;
}
body #ocNoticeMessageBar .bar-inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 15px;
}
body #ocNoticeMessageBar .bar-inner-content ul#ocNoticeMessageText {
  width: 90%;
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body #ocNoticeMessageBar .bar-inner-content ul#ocNoticeMessageText li.store-notice-msg {
  vertical-align: text-bottom;
}
body #ocNoticeMessageBar .bar-inner-content ul#ocNoticeMessageText li.store-notice-msg[data-render=false] {
  opacity: 0;
  height: 0;
}
body #ocNoticeMessageBar .bar-inner-content ul#ocNoticeMessageText li.store-notice-msg[data-msg-device=mobile] {
  vertical-align: middle !important;
}
body #ocNoticeMessageBar .bar-inner-content ul#ocNoticeMessageText li.store-notice-msg span.notice-text {
  position: relative;
  top: 1px;
  font-weight: normal;
  font-size: 16px;
}
@media (max-width: 480px) {
  body #ocNoticeMessageBar .bar-inner-content ul#ocNoticeMessageText li.store-notice-msg span.notice-text {
    font-size: 12px;
  }
}
body #ocNoticeMessageBar .bar-inner-content .notice-bar-icon {
  position: relative;
  left: 50px;
  top: 3px;
}
@media (max-width: 1024px) {
  body #ocNoticeMessageBar .bar-inner-content .notice-bar-icon {
    left: 17px;
    top: 4px;
  }
}
body #ocNoticeMessageBar .bar-inner-content .action-close {
  position: relative;
  right: 50px;
  top: 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  body #ocNoticeMessageBar .bar-inner-content .action-close {
    right: 20px;
    top: 1px;
  }
}
body #ocNoticeMessageBar .bar-inner-content .action-close .close-bar-icon:after {
  content: "";
  font-family: Ionicons;
  color: #000000;
  font-size: 22px;
}
body.catalog-category-view .breadcrumbs, body.page-with-filter .breadcrumbs {
  position: relative;
  top: 8px;
}
body.catalog-category-view.store-notice-displayed .breadcrumbs, body.page-with-filter.store-notice-displayed .breadcrumbs {
  padding-top: 20px;
}
body.store-notice-displayed .custom-slider {
  transition: padding 0.3s ease-in-out;
}
body.store-notice-displayed .custom-slider:first-child {
  padding-top: 47px;
}
body.catalog-category-view.filter-active #ocNoticeMessageBar {
  visibility: hidden !important;
  display: none !important;
}

/*# sourceMappingURL=notice-bar.css.map */
