/**
* Theme Name: Epicurean Child
* Description: This is a child theme of Epicurean, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/wprealizer">WPrealizer</a>
* Template: epicurean
* Version: 1.0.4
*/


.epicurean-text-1 {
    font-size: 18px;
    font-weight: 500;
}

.coffee-product-area .swiper-slide .coffee-product-img,
.coffee-product-area .swiper-slide .coffee-product-info {
    text-align: center;
}

.coffee-product-area .swiper-slide .h2 {
    display: inline-block;
    border-radius: 50px;
    padding: 10px 30px !important;
}

.coffee-product-area .col-lg-5,
.coffee-product-area .swiper-slide .coffee-product-hover,
.coffee-product-area .swiper-slide .coffee-product-price {
    display: none !important;
}


.coffee-product-area .swiper-slide .coffee-product-img img {
    max-height: 190px !important;
    width: auto !important;
}

.coffee-product-area .swiper-slide {
    border: 1px solid #b3b3b3 !important;
    border-radius: 20px;
    padding: 20px;
}

.coffee-product-area > .container > .row { 
    justify-content: center;
    text-align: center;
}

.footer-area-coffee .footer-logo,
.footer-area-coffee {
    filter: invert(1) !important;
}