/*
Theme Name: Nevo Child
Theme URI: https://nevothemes.com/
Description: Child theme for Nevo theme
Author: Your Name
Template: nevo
Version: 1.0.0
Text Domain: nevo-child
*/



.nevo-navigation li[class*="current-menu-"] > a {
    color: #2a6d1a;
}


/*.tax-product_cat div#content{
	padding: 0px 142px;
    max-width: 100%;
    background-color: #fff;
}*/
.single-product #content{
	padding: 0px 142px;
    max-width: 100%;
    background-color: #fff;
}
.single-product #content .product-content {
    padding: 0px !important;
}




.dv-contact-wrap {
    width: 100%;
    margin-top: 15px;
}
.dv-contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px;
    background: #2a6d1a;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.dv-btn-contact {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
	text-transform: uppercase;
}
.dv-contact-note {
    margin-top: 6px;
    color: #fff;
    text-align: center;
}




a.nevo-menu-link {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    margin-top: -2px;
    font-size: 14px !important;
}
input.search-field {
    border-radius: 20px;
    height: 30px;
	font-size: 14px;
}
button.search-submit {
    height: 30px;
    padding: 0px 10px;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
a.btnhead {
    border: 1px solid #2a6d1a;
    border-radius: 20px;
    padding: 5px 15px;
}
.boxtinleft .wp-post-image {
    width: 100%;
    height: 359px;
    object-fit: cover;
}
.boxtinleft .post-image {
    margin-bottom: 0px !important;
}
.boxtinhome header.entry-header {
    padding: 10px 10px 10px 10px;
}
.boxtinhome .nevo-list-item {
    padding: 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.boxtdcenterho.bgw {
    text-align: center;
}
.boxtdcenterho.bgw h2 {
    color: #fff;
}
.boxtdcenterho p {
    color: #fff;
    font-size: 15px;
}
.boxtdcenterho h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 32px;
}
a.elementor-button:hover, span.dv-product-btn:hover {
    background-color: #fc7901;
}
a.elementor-button, .dv-product-btn {
    background-color: #2a6d1a;
    padding: 10px 15px 10px 15px;
    font-weight: 600;
	color: #fff;
    font-size: 13px;
    border-radius: 5px;
}
.boxtdlefthome h2 {
    border-left: 3px solid #2a6d1a;
    padding-left: 10px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

/*--css-list-product-home---*/
.dv-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.dv-product-item {
    text-decoration: none;
    color: inherit;
}
.dv-product-box {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    background: #fff;
	padding: 10px 10px 5px 10px;
}
.dv-product-box:hover {
    transform: translateY(-5px);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.dv-product-img img {
	width: 100%;
    height: 250px !important;
    object-fit: cover;
    display: block;
}
.dv-product-content {
    padding: 15px;
    text-align: center;
}
.dv-product-title {
    font-size: 16px;
    margin-bottom: 8px;
}
.dv-product-price {
    color: #2a6d1a;
    font-weight: bold;
    margin-bottom: 10px;
}
/* Mobile */
@media (max-width: 768px) {
    .dv-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*--end-list-product-home---*/


.header-section.bottom-header {
    border-bottom: 2px solid #2a6d1a;
}
.main-header .nevo-container.inside-header.normal {
    border-bottom: 1px solid #e5e7eb;
}
.boxft h3 {
	font-size: 19px;
    font-weight: 600;
}
.boxfolow-ft {
    display: flex;
    align-items: center;
	padding-top: 10px;
}
.boxft li {
    font-size: 15px;
    margin-bottom: 3px !important;
}
.boxfolow-ft li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
	color: #fff;
	margin-right: 10px;
}
li.iconfbft a {
    background-color: #1877F2;
}
li.icontiktokft a {
    background-color: #000;
}
.boxfolow-ft li i {
    font-size: 19px;
}
li.iconzaloft img {
    border-radius: 100%;
}
li.iconzaloft {
    top: -3px;
}
.boxft a{
	color: #000;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.boxtdlefthome h2 {
    font-size: 25px;
}
.boxtdcenterho h2{
	font-size: 23px;
}
.single-product #content{
	padding: 0px 10px;
}
.dv-product-img img {
	height: 150px !important;
}
}