/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.down-digi {
  font-size: 14px;
font-weight: normal;
color: #333333;
font-weight:700;
margin-right: 12px;
	
}
[data-tooltip] {
    display: inline-block;
    position: relative;
    cursor: help;
    padding: 0px 10px;
}

.electric-delivery {
background-color: #407f29;
    font-size: 14px;
    border-radius: 3px;
    color: #ffffff;
    padding: 4px 8px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
}
.digital-text {
padding: 10px 0 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.digital-text img.download {
    margin-right: 2px;
    position: relative;
    top: 2px;
    width: 15px;
}


.electric-delivery {
    position: relative;
    display: inline-block;
}

.electric-delivery .tooltiptext {
    visibility: hidden;
    width: 177px;
    background-color: #EEEEEE;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    line-height: 18px;
    left: 102%;
    top: -50px;
    border: 1px solid #C0B9B9;
    font-size: 12px;
}

.electric-delivery:hover .tooltiptext {
    visibility: visible;
}

.compatable-with {
padding-bottom:10px;
	    border-bottom: 1px solid #ccc;
}
.compatable-with h4{
display:block;
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 10px;
    font-weight: 500;
	
}
.attributr_image {
	
	display: inline;
}

.attributr_image img {
    width: 30px;
    height: 30px;
    background: #f7f9f9;
    padding: 2px;
    border-radius: 35%;
    box-shadow: 0 4px 10px #dedede;
}