/*
Theme Name: Neotek Child
Theme URI: http://neotek.novaworks.net
Description: This is a child theme for Neotek Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: neotek
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/







/****************************************************************/
/****************************************************************/
/****************************************************************/
.item--popcard-button-cart{
	 background: linear-gradient(135deg, #ef473a 0%, #f6892b 100%) !important;
}
.item--popcard-button-cart a{
	 color:#ffffff !important;
}
.elementor-1130 .elementor-element.elementor-element-ef351dd ul.products li.product{
	margin-bottom:20px !important;
}
#contact-form nf-field{
	width:31.333%;
	float:left;
	margin:1%;
}
#contact-form nf-field:nth-child(4){
	width:98%;
}
#contact-form h3{
	color:#fff;
	text-align:center;
}
#contact-form label{
	color:#fff;
}
#contact-form input{
	background-color:#fff;
}
.dge-product-description{
    font-family: 'Space Grotesk', sans-serif;
    color:#333;
    line-height:1.8;
}

.product-intro{
    font-size:16px;
    margin-bottom:25px;
}

.product-intro strong{
    color:#d62828;
    font-weight:700;
}

.feature-box{
    background:#fff;
    border:1px solid #ececec;
    border-radius:10px;
    padding:22px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.feature-box h3{
    margin:0 0 18px;
    font-size:20px;
    font-weight:700;
    color:#111;
    position:relative;
    padding-bottom:10px;
}

.feature-box h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:60px;
    height:3px;
    background:#d62828;
    border-radius:20px;
}

.dge-features{
    list-style:none;
    margin:0;
    padding:0;
}

.dge-features li{
    position:relative;
    padding:5px 0 5px 38px;
    font-size:15px;
    border-bottom:1px solid #f0f0f0;
}
.single_add_to_cart_button{
	background-color:#011e34 !important;
	color:#fff !important;
}
.type-product .woocommerce-Price-amount{
    font-size: 25px;
}
.dge-features li:last-child{
    border-bottom:none;
}

.dge-features li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:24px;
    height:24px;
    border-radius:50%;
    background:#f04f38;
    color:#fff;
    font-size:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

@media(max-width:768px){

    .product-intro{
        padding:16px;
        font-size:15px;
    }

    .feature-box{
        padding:18px;
    }

    .feature-box h3{
        font-size:18px;
    }

    .dge-features li{
        font-size:14px;
        padding-left:34px;
    }

}









