/*Write Css*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');

body,h1,h2,h3,h4,h5,h6 {
    font-family: "Poppins", sans-serif !important;
}

li,p,span,input,select,textarea,strong,a {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.product-slide-entry {
    margin-bottom: 20px !important;
}

.construction_blog__contents h3 {
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.construction_sectionTitle__two .title {
    font-size: 44px !important;
}

.mango-product-tabs-container .section-tittle h1 {
    margin: 0 0 10px 0 !important;
    font-weight: 600;
}

.construction_blog_area .construction_sectionTitle__two,
.barberShop_testimonial_area .barberShop_sectionTitle{
    margin: 0 0 30px 0 !important;
}

.barberShop_testimonial_area .row.mt-4,
.barberShop_testimonial_area .global-slick-init{
    margin-top: 0 !important;
}

.barberShop_testimonial_area .append_testimonial .slick-arrow {
    background: var(--button-color) !important;
}

.mango-category-container .mozaic-banners-wrapper.type-2 .mozaic-banner-content .subtitle,
.mozaic-banners-wrapper.type-2 a.mozaic-banner-entry .title,
.mozaic-banners-wrapper.type-2 a.mozaic-banner-entry span.view{
    color: #fff !important;
}

.mango-category-container .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry:before {
    display: none !important;
}

@media (max-width: 1600px){
    .agro_banner_temp2 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 1200px){
    .barberShop_sectionTitle .title {
        font-size: 42px !important;
    }
}

@media (max-width: 992px){
    .mango-product-tabs-container .section-tittle h1 {
        font-size: 44px !important;
    }
}

@media (max-width: 768px){
    .barberShop_sectionTitle .title,
    .construction_sectionTitle__two .title,
    .mango-product-tabs-container .section-tittle h1{
        font-size: 30px !important;
    }
    /*.sliderArea figure, .sliderArea .slider-items {*/
    /*    margin: 6px !important;*/
    /*}*/
}

@media (max-width: 576px){
    .barberShop_sectionTitle .title,
    .construction_sectionTitle__two .title,
    .mango-product-tabs-container .section-tittle h1{
        font-size: 24px !important;
    }
    
}