/*Write Css*/


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&display=swap');

h1, h2, h3, h4, h5, h6 {

    font-family: 'Playfair Display', serif !important;
}



body, p, li, span,a,span,button,input {
   font-family: 'Playfair Display', serif !important;
}


/* navbar */
.furniture .headermid-wrapper {
    padding: 0 0 !important;
}
.furniture .header-middle .main-nav li a {
    font-weight: 700 !important;
    font-size: 18px !important;
}
.furniture .header-middle .main-nav li a:hover {
    color: #ebb105 !important;
}
/* Removing loginwith google from login page */
.form-Wrapper .cmn-btn-outline0 {
    display : none !important;
}

/*Aboutus page */
.aboutCaption-global .pera {
    color: black !important;
}
.abutArea-global1 .aboutCaption-global .pera {
    color: #000000 !important;
}

/* Featured Product section */
.mango-product-tabs-container .product-container .product-card-content .tag {
    font-size: 19px !important;
    font-weight: 900 !important;
}
.furniture .mango-product-container .mango-section-title h2, .furniture .mango-product-tabs-container .mango-section-title h2 {
    font-weight: 900 !important;
}

/* Our Product */
.mango-product-container .product-container .product-card-content .title {
    font-size: 19px !important;
    font-weight: 900 !important;
}


/* Shop page category */
h1, h2, h3, h4, h5, h6 {
  color: #71967f !important;
  font-weight: 900 !important;
}

.furniture .categoryOption ul li, .furniture .categoryOption ul li a, .furniture .categoryOption ul li small {
    color: black !important;
}

/* Testimonial */
.construction_sectionTitle__two .title {
     font-weight: 900 !important;
     font-size: 44 !important;
}
    

/* Blog */
section.construction_blog_area.featured-blog .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
/* */
.construction_sectionTitle__two.text-left.title_flex {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 40px !important;
    width: 100% !important;
}

.construction_sectionTitle__two .title {
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    
}
.construction_blog__contents__title {
    color: black !important;
}
/* Blog Paragraph color*/
.blogdetails-single {
    color: #000 !important;
}

.mt-20 {
    color: black !important;
    font-weight: 900 !important;
}

/Footer Area Title */
.furniture .footer_ecommerce-widget .footerTittle, .furniture .footer_mango-widget .footerTittle {
    font-weight: 600 !important;
    color: #598069 !important;
}


/*Mobile Responive */
@media (max-width: 576px){
    .constructionTestimonial {
        padding: 0 0 !important;
    }
    .construction_sectionTitle__two .title {
        font-size: 30px !important;
    }
}
