.de_light #calc {color:#fff;}
.de_light #calc-images {}
.de_light h4.title-icon {color:#fff;}

#calc .de_form input[type="radio"] + label, #calc .de_form input[type="checkbox"] + label {
    background: #222;
    color: #888888;
}

.calc sup {
position: absolute;
top: 2px;
left: auto;
font-size: 14px;
}

.calc .title {
font-size: 18px;
letter-spacing: 2px;
}

.calc .result-qty {
    font-size: 27px;
    font-weight: 700;
    padding: 0 5px;
    color: var(--primary-color-1);
}

.calc .calc-images {
}

.calc .calc-images {
}
.calc .calc-images img {
	max-width: 100%;
}

.calc #card-1 {display: block;}

.calc-images-wrap {
    height: 220px;
}

.calc .calc-images img {
	height: 189px;
    display: none;
    width: 340px;
    padding: 8px;
    background: var(--primary-color-1);
}

h4.title-icon i {
margin-right: 10px;
background: rgba(var(--primary-color-1-rgb),.2);
padding: 9px;
text-align: center;
width: 36px;
height: 36px;
border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
}