:root {
    --theme-color-1: #d61b1b;
    --theme-color-1-darken: #940909;
    --theme-color-2: #cfcfcf;
    --theme-color-2-hover: #979797;
    --theme-color-3: #14054c;
    --theme-color-btn: #979797;
    --theme-color-btn-hover: #707070;
}

.b-shap:before,
.b-shap {
    background-color: var(--theme-color-1);
}

header.two .bar-menu i {
    color: #fff;
}

.as-google-custom * {
    color: #000 !important;
}

.product-slider button.owl-dot.active {
    background-color: transparent;
}


/* 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(reveillons.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: 100px 0 80px 0px;
    }
    .featured-area h3 {
        font-size: 35px;
        padding-bottom: 0px;
        line-height: 40px;
    }
}

.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;
}

.blog-post>a:hover h6 {
    color: #fff !important;
}

.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(reveillons-actu.png) center center;
    background-size: cover;
    background-color: transparent !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;
} */

.as-bg-4bloc a,
.as-bg-faq a,
.as-bg-blog a,
footer a,
.as-bg-4bloc h2,
.as-bg-faq h2,
.as-bg-blog h2,
footer h2,
.as-bg-4bloc h3,
.as-bg-faq h3,
.as-bg-blog h3,
footer h3,
.as-bg-4bloc h4,
.as-bg-faq h4,
.as-bg-blog h4,
footer h4,
.as-bg-4bloc h5,
.as-bg-faq h5,
.as-bg-blog h5,
footer h5,
.as-bg-4bloc h6,
.as-bg-faq h6,
.as-bg-blog,
footer h6 {
    color: #fff;
}


/* .as-bg-4bloc   ,
.as-bg-faq   ,
.as-bg-blog   ,
footer   , */


/* .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;
}

@media (max-width: 768px) {
    .review {
        background-image: none;
        background-color: #fffa !important;
    }
}