#navbar {
  /*background: var(--main-background);*/
  background: #FFFFFF;
}

.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  z-index: 10;
  background: #FFFFFF;
}

.logo img {
  width: 100%;
  filter: brightness(0);
}

#header {
  box-shadow: 1px -5px 5px 5px #3e3e3e;
}

#header ul li a {
  font-family: var(--main-font);
  font-weight: bold;
}

.social-header {
  display: flex;
  gap: 10px;
}

.social-header a {
  color: #000000;
  font-size: 16px;
  margin-right: 5px;
}

.search-container {
  background-color: #F7F7F7;
  border-color: var(--main-background);
  border-width: 1px;
  border-style: solid;
  border-radius: 99px;
  width: 60%;
  padding-right: 35px;
  position: relative;
  margin-left: auto;
}

.search-container input[name=title] {
  border: none;
  background: transparent;
  padding: 5px 15px;
  width: 100%;
  outline: none;
}

.search-container button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 50px;
  border: none;
  background: transparent;
  border-radius: 0px 99px 99px 0px;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  outline: none;
}

.navbar-nav .nav-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-item .nav-link {
  color: #000000;
  padding: 0px 15px;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;

  &:hover {
    text-decoration: underline;
    color: #971400;
  }
}

.navbar-nav li:hover>.menu-child {
  display: block;
}

.navbar-nav .menu-child {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0px;
  display: none;
  background: #FFFFFF;
  padding: 0px;
  margin: 0px;
  z-index: 2;
  width: max-content;
  border-top: 2px;
  border-top-color: var(--main-background);
  border-top-style: solid;
  box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 5px 1px, rgba(0, 0, 0, 0.05) -2px 0px 5px 1px;
}

.navbar-nav .menu-child li {
  padding: 5px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-nav .menu-child li a {
  color: #000;
  display: block;
  padding: 5px;

  &:hover {
    color: #971400;
  }
}

.navbar-nav .menu-child li .menu-child2 {
  left: 100%;
  top: -2px;
  margin-left: 1px;
}

.navbar-nav .menu-child li:last-child {
  border: none;
}

.navbar-nav {
  li:hover>.menu-child-product {
    display: flex;
  }

  .menu-child-product {
    display: none;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    z-index: 3;
    margin: 0px;
    padding: 10px 20px 15px 20px;
    list-style: none;
    gap: 15px;
    background: #FFFFFF;

    ul {
      list-style: none;
      padding: 0px;

      li a {
        font-weight: normal !important;
      }
    }

    li {
      a {
        display: block;
        color: #000;
        border-bottom-width: 1px;
        border-style: solid;
        border-color: transparent;

        &:hover {
          border-bottom-width: 1px;
          color: #971400;
        }
      }
    }
  }

}

.button-collapse {
  color: #000000 !important;
  font-size: 20px;
}

.navbar-fixed-top {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 10000;
}

.button-close-collapse {
  color: #000000 !important;
  position: absolute;
  top: 15px;
  right: 25px;
}

/* header end */
/*body*/
/**home**/
#slideHome .items .content {
  background: rgba(185, 118, 0, 0.6);
  z-index: 1000;
  text-align: center;
}

#slideHome .items .content h2 {
  text-transform: uppercase;
  color: #fff;
}

#slideHome .items .img {
  height: 100%;
}

#slideHome .items .img>* {
  height: 100%;
  object-fit: cover;
}

#slideHome .owl-next,
#slideHome .owl-prev {
  position: absolute;
  top: 30%;
  color: #fff;
  background: rgba(185, 118, 0, 0.6);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 30px;
  border: none;
}

#slideHome .owl-next {
  right: 15px;
}

#slideHome .owl-prev {
  left: 15px;
}

.icon-title {
  position: relative;
  display: block;
  text-align: center;
}

.icon-title img {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.breadcrumb {
  background-color: #FFFFFF !important;
}

.breadcrumb * {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.detail a,
.detail button {
  display: inline-block;
  padding: 10px 15px;
  border: none;
  background: var(--main-background);
  margin: 5px 0px;
  text-decoration: none;
  color: #fff;
  outline: none;
  text-transform: uppercase;
  font-weight: bold;
}

.fanpage {
  border-top: 1px solid #FFF;
  padding-top: 15px;
}

.fanpage .social {
  display: flex;
  justify-content: flex-end;
  gap: 15px;

}

.fanpage .social a {
  color: #000000;
}

#footer-botton * {
  color: #000000;
}

.lienket ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.lienket ul li a {
  margin-bottom: 15px;
  display: block;
}

@media (min-width: 900px) {

  #slideHome .owl-next,
  #slideHome .owl-prev {
    top: 50%;
  }

  #slideHome .items {
    height: 100vh;
    overflow: hidden;
    position: relative;
  }

  #slideHome .items .content {
    position: absolute;
    left: 30%;
    right: 30%;
    bottom: 0px;
    min-width: 400px;
    min-height: 200px;
    padding: 30px 0px 20px;
  }

  .page-footer .lienket {
    padding: 0px 15px;
  }
}

@media (max-width: 900px) {
  #slideHome .items .img {
    height: 40vh;
    overflow: hidden;
  }
}

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