p, li, address, dd, blockquote, td, th, a, body, h1, h2, h3, h4, h5, h6, p, dl, ul, ol {
  color: #302E2E;
  font-family: "Noto Sans", serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.8em;
}

html, body, #page-container {
  height: 100%;
}

#page-container {
  display: flex;
  flex-direction: column;
}

main {
  margin-top: auto;
}

#footer-copyright {
  flex-shrink: 0;
}

.header {
  background-image: url(/assets/img/header.webp);
  background-color: #d38d14;
  background-size: cover;
  background-position: top center;
}
.header .header-logo img {
  transition: all 0.2s ease-in;
  max-height: 120px;
  max-width: 400px;
}
@media (max-width: 991.98px) {
  .header .header-logo img {
    max-height: 80px;
  }
}
@media (max-width: 767.98px) {
  .header .header-logo img {
    max-height: 60px;
  }
}
.header .header-logo {
  width: auto;
  height: auto;
}
@media (max-width: 767.98px) {
  .header .header-logo {
    flex: inherit;
  }
}
.header.header-fixed {
  z-index: 1036;
  min-height: 76px;
}
@media (max-width: 767.98px) {
  .header.header-fixed {
    min-height: inherit;
  }
}
.header.header-fixed .header-logo img {
  max-height: 76px;
}
@media (max-width: 767.98px) {
  .header.header-fixed .header-logo img {
    max-height: 60px;
  }
}
.header .header-nav:last-child {
  width: auto;
  margin-top: auto;
}
.header .header-nav .nav > li.active > a,
.header .header-nav .nav > li.active > a:hover {
  color: #030303;
}

.section-container {
  background-image: url(/assets/img/background1920_890.webp);
  background-size: cover;
  flex: auto;
}

.footer-copyright {
  font-size: 13px;
  color: #656464;
  font-weight: 400;
  border-color: #ffe88c;
  background: #ffe88c;
  text-align: center;
  margin-top: auto;
}
.footer-copyright .copyright {
  float: none;
}

.header-nav .nav-link {
  font-weight: inherit;
  line-height: 56px;
  color: #030303;
  outline: none;
}

.promotion {
  padding: 0;
  overflow: auto;
}
.promotion .promotion-image {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .promotion .promotion-image {
    padding-bottom: 65px;
  }
}

.dropdown-hover-all .dropdown-menu,
.dropdown-hover > .dropdown-menu.dropend {
  margin-left: -1px !important;
  border-color: #030303 !important;
}

.dropdown-menu {
  border-color: #030303 !important;
}

.dropdown-toggle.show .arrow {
  display: block;
}
.dropdown-toggle.show .arrow:before, .dropdown-toggle.show .arrow:after {
  border-bottom-color: #030303 !important;
}

@media (min-width: 1024px) {
  .dropdown-mobile {
    display: none;
  }
}
@media (max-width: 763px) {
  .dropdown-mobile .arrow {
    display: none !important;
  }
  .dropdown-mobile .dropdown-item:last-child,
  .dropdown-mobile .dropdown:last-child {
    border-bottom: none !important;
  }
  .dropdown-mobile .dropdown-item:last-child .dropdown-item,
  .dropdown-mobile .dropdown:last-child .dropdown-item {
    border-bottom: none !important;
  }
}
.dropdown-mobile .arrow.top:before, .dropdown-mobile .arrow.top:after {
  top: 8px !important;
}

@media (max-width: 1023px) {
  .dropdown-desktop {
    display: none;
  }
}

.dropdown-item {
  outline: none;
  color: #030303 !important;
  border-bottom: 1px solid #030303;
}
.dropdown-item:hover {
  color: #030303 !important;
}
.dropdown-item:last-child {
  border-bottom: none;
}

.search-category-list ul {
  list-style-type: none;
}

.section-container {
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .section-container {
    padding: 80px 0 120px 0;
  }
}

.top-nav .dropdown-menu {
  background-color: #ffffff !important;
}

body {
  padding-top: 0 !important;
}

.item.item-thumbnail .item-info .item-title {
  max-height: inherit !important;
}

.product .product-detail {
  justify-content: center;
  padding: 15px;
}
@media (max-width: 991.98px) {
  .product .product-detail {
    display: flex;
  }
}

.bg-warning {
  margin: 2px;
  display: inline-block;
}

.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #20252a;
}
.icon-bar + .icon-bar {
  margin-top: 4px;
}

.search-nav {
  position: relative;
  padding: 9px 15px;
  height: 60px;
  margin: 0;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
}

@media (min-width: 992px) {
  .offcanvas {
    position: relative !important;
    transform: none !important;
    visibility: inherit !important;
    background-color: #ffffff !important;
    z-index: 1034 !important;
  }
}

@media (max-width: 991.98px) {
  .search-container .search-sidebar {
    display: inherit !important;
    margin: 0 !important;
    border-radius: 0 !important;
    overflow: auto;
  }
}

/*# sourceMappingURL=style.css.map */