/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 28 2025 | 06:26:36 */
.imdi-post-list .elementor-post__title, .imdi-post-list .elementor-post__excerpt {
	text-align: justify !important;
}
.imdi-post-list .elementor-post__read-more-wrapper {
	display: block !important;
	margin-right: auto !important;
	margin-left: 0 !important;
	background-color: #d9a066 !important;
	padding: 10px 20px !important;
	border-radius: 5px;
	margin-bottom: 10px;
}
.imdi-post-list a.elementor-post__read-more {
	transition: all ease-in 200ms !important;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
	margin: 0 !important;
}
.imdi-post-list a.elementor-post__read-more:hover {
	padding-right: 10px;
}
.imdi-cart .elementor-menu-cart__toggle_button {
  background-color: var( --e-global-color-primary );
  color: #fff;
  border: 2px solid var( --e-global-color-0148a06 );
}
.imdi-custom h2.product_title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}