/**
 * Theme Name: lafa
 * Template:   twentytwentyfive
 * ...other header fields
 */
 ul.submenucol ul{column-count;}

@media only screen and (max-width: 600px) {
.centermenu,.dsearchp {display: none !important;}
}
@media only screen and (min-width: 600px) {
 .minimenu,.msearchp {display: none !important;}
}
.edw_date {
    margin: 15px 0px;
    padding: 10px;
    width: fit-content;
	 font-size: 14px;
}

//For product list
ul.products .edw_date {
    font-size: 12px;
    color: #626262;
}
//For title checkout and cart
dt.variation-Estimateddelivery {

}
//For Value checkout and cart
dd.variation-Estimateddelivery {

}