body {
    background-color: #f4f4f4;
}

product-card p {
    color: #000;
    min-height: 106px !important;
}

.product-card .btn {
    background: #1d5543;
}

.product-card .btn:hover {
    background: #29795f;
}

.product-card {
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
}

.product-card:hover {
    transform: translateY(-5px);
    outline: none;
}

.product-card p{
    min-height: 106px !important;
}



.image-overlay-text {
    background: #d76c09 !important;
    font-weight: bold;
}
.hero {
    height: 70vh;
    color: #FFF;
}


.cta-btn {
    border: 1px solid white;
    background: #fff;
    color: #1d5543;
}
.cta-btn:hover {
  border: 1px solid #1d5543;
    background: #fff;
    color: #1d5543;
}

.hero-gradient {
    height: -4%;
    background: none;
}

.site-footer {
    background-color: #fff;
}

.hero-content .flag-icon {
    display: none;
}

p.product-short-description {
    margin-bottom: 80px;
    max-width: 819px;
    line-height: 32px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
}

.hero-content {
    margin-bottom: 0;
}

.hero-content h1 {
    font-size: 3rem;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-bottom:0;
    max-width: 819px;
}

.section p {
    color: #333;
}

.price-box .price-info {
    color: #666;
}

.price-box .price {
    color: #01623e;
}

.hero-gradient {
    width: 100%;
    height: 100%;
    background: #0000005c !important;
}

.hero.image-mode::before {
    background: #0000005c !important;



.logo a {
    color: #000;
    text-decoration: none;
}

.navbar{
    background: #ffffff !important;
    color: #fff !important;
}

    
.navbar .menu a {
    color: #000 !important;
    text-decoration: none;
    font-weight: 500;
}

.product-card .price {
    color: #01623e;
    }

    .flag-icon{
        diplay: none !important;
    }
.flag-icon img {
    display: none;
    }



    
    
    
.product-card .price {
    position: absolute !important;
    bottom: 100px !important;
    width: calc(100% - 40px) !important;
}
    
.product-card .price-info {
    position: absolute !important;
    bottom: 62px !important;
    width: calc(100% - 40px) !important;
}
    
.product-card {
    min-height: 500px !important;
}
    
    
    
@media (max-width: 768px) {
   .hero-content h1 {
        font-size: 2.0em !important;
        line-height: 1.3;
    }
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    



