:root {
  --theme-color-1: #ff7700;
  --theme-color-1-darken: #c97900;
  --theme-color-2: #000000;
  --theme-color-2-hover: #000000;
  --theme-color-3: #f16800;
  --theme-color-btn: #cc0000;
  --theme-color-btn-hover: #810000;
}
/* Header and nav */
header.two {
  background: url(bg_header.jpg) center center;
  background-size: cover;
}
header.two:before {
  content: ' ';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0006;
}

.as-bg-image-header {
  /* position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(bg_header.jpg) center center;
  background-size: cover; */
}
.as-bg-pattern-header {
  /* position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(pattern-bg.png) repeat fixed !important; */
}
.top-bar h1,
.top-bar .ordering,
header.two .top-bar p,
header.two .ordering a,
header.two .center-ber a,
header.two .center-ber form input,
header.two .center-ber form input::placeholder {
  color: #fff;
}
header.two .nav-bar {
  border-top: 1px solid #000;
}
.nav-bar {
  background: #0005;
}
.navbar-links li > a {
  color: #fff;
}
li.menu-item-children > a:before {
}

/*--- Slidder ---*/
.featured-area:before {
  display: none;
}
.featured-area {
  width: 500px;
  height: 500px;
  margin: 50px 0;
  padding: 170px 0 0;
  border-radius: 0;
  background: url(citrouille.png) bottom center;
  background-size: cover;
  background-color: transparent !important;
}

@media (max-width: 993px) {
  .hero-section .featured-area {
    /* width: 500px;
    height: 500px;
    margin: 50px 0 10px;
    padding: 170px 0 0; */
    margin: 80px auto;
    width: 400px;
    height: 400px;
    padding: 110px 30px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hero-section .featured-area {
    margin: 80px auto;
    width: 400px;
    height: 400px;
    padding: 110px 30px;
    text-align: center;
  }
  .featured-area h3 {
    font-size: 50px;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .hero-section .featured-area {
    margin: 120px auto;
    width: 300px;
    height: 300px;
    padding: 80px 0 80px 20px;
  }
  .featured-area h3 {
    font-size: 35px;
    padding-bottom: 0px;
  }
}

.slider-home-1 .owl-dot:after {
  display: none;
}

/*--- Home ---*/

.as-bg-4bloc {
  background-image: url(bg_home_4blocs.jpg);
}
.as-bg-faq {
  background-image: url(bg_home_faq.jpg);
}
.holiday-text-style p,
.happy-custom p {
  color: #fff;
}
.blog-post a:hover {
  background: #fff8;
  padding: 0 20px 0 0;
  border-radius: 20px;
}
.as-bg-blog {
  background-image: url(bg_home_blog.jpg);
}
.blog-post p {
  color: #fff;
}
.b-shap:before {
  display: none;
}
.fun-facts-two:before {
  display: none;
}
.review {
  position: relative;
  border-radius: 0;
  /* background: url(pumpkin_bg-4.png) center center; */
  /* background: url(citrouille.png) center center; */
  background-size: cover;
  background-color: transparent !important;
  /* border: none !important; */
}
.review:after {
  display: none;
}
.review-style img.girl {
  z-index: 0;
  left: 0%;
}
.accordion-item,
.accordion-item:not(:first-of-type) {
  border-top: 3px solid #fff2;
}

/*--- Footer ---*/
footer.two.as-bg-footer {
  position: relative;
  background: transparent url(bg_footer.jpg);
  background-size: cover;
}
footer.two:before {
  content: ' ';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
footer.two * {
  color: #fff;
}
footer.two .account h5 {
  color: #fff;
}

/*--- White section in black */

section {
  background-color: #181818;
}
a,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}
.party-balloons ul li {
  color: #fff;
}
.store-locations-text p,
.store-locations-text a {
  color: #000;
}
.product-style.two,
.product-style.two:hover {
  background-color: transparent;
}
.accordion * {
  color: #fff;
}
.party-balloons p {
  color: #fff;
}
.as-table {
  width: 100%;
  border: 1px solid #fff9;
}
.as-table td {
  border: 1px solid #fff9;
  color: #fff;
}
.as-table th {
  border: 1px solid #fff9;
}
.as-newsletter-accept {
  color: #fff;
}
.as-newsletter-accept-link {
  color: #fff;
  text-decoration: underline;
}

.banner {
  display: none;
}
header.two .bar-menu i {
  color: #fff;
}
.mobile-nav {
  background-color: #000;
}
.mobile-nav a#res-cross:before {
  filter: invert(1);
}
.review * {
  /* color: var(--theme-color-1) !important; */
  color: #fff !important;
}
