/**
* Theme Name: GreenMart Child
* Description: This is a child theme for GreenMart
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 3.0
* Template: greenmart
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */


.product-listtype {
    padding-left: 20px;
}
.product-listtype li {
    line-height: 26px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	color: red !important;
}
.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0 !important;
    border: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: green !important;
}

.widget-categoriestabs ul.nav-tabs>li>a, .widget_deals_products ul.nav-tabs>li>a, .widget-product-tabs ul.nav-tabs>li>a{
	color: #86bc42;
}
.entry-single .entry-thumb {
    width: 100%;
}
.entry-thumb img {
    width: 100%;
}

.feature-box {
    display: flex;
}
.fix-row .fix-custom-button a {
    background-color: #86bc42;
    color: white;
    font-weight: 500;
    padding: 15px 40px;
    text-transform: uppercase;
}
.fix-row .fix-custom-button a:hover{
    background: #fff;
    color: #333;
    border-color: #eee;
}
#fix-section .vc_column-inner .widget.widget-features.style3 .fbox-content {
    padding-left: 12px;
}
.widget.widget-text-heading.center.style2 {
    padding-right: 73px;
}