/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.elementor {
	margin-bottom: 0px !important;
}

.woodmart-nav-link {
	color: rgb(255,253,248) !important;
	font-weight: 400 !important;
}

.woodmart-nav-link:hover {
	color: #C19A62 !important;
	font-weight: 600 !important;
}

.wd-dropdown .woodmart-nav-link {
	color: #000 !important;
}


/* product attributs list CSS */
.hj-diamond-specs{
    margin-top:40px;
}

.hj-diamond-specs h3{
    margin-bottom:20px;
    font-size:28px;
    font-weight:600;
}

.hj-spec-table{
    width:100%;
}

.hj-spec-table td{
    padding:12px;
    border-bottom: 1px dashed #eee !important;
}

.hj-diamonds-product-attr-header {
	color: #000;
	font-weight: 600;
	width : 30%;
}

.blog-image img {
	border-radius: 15px;
	overflow: hidden;
}