.panel-list-grid .panel-heading > .row,
.panel-list-line .panel-heading > .row,
.c4s-productmain-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.c4s-eek-icon {
    width: 50px;
    margin: auto 0;
}

.c4s-popover-image {
    /* 80% of definition at screen >= sm*/
    width: 196px;
    height: 288px;
    object-fit: cover;
}

/*
Spot-Calculator
 */
#c4s_SpotCalcContainer {
    text-align: right;
}

#c4s_SpotCalcContainer #c4s_showSpotCalc {
    width: 188px;
}

#c4sDiameter, #c4sNumberOfLeds {
    font-weight:bold;
    color: #DB0000;
}

.eek-item {
    align-items: center;
}

/*
/Spot-Calculator
 */

/* screen-sm-min */

@media (min-width: 768px) {
    .c4s-popover-image {
        width: 245px;
        height: 360px;
    }
}

.noPriceLink {
    text-decoration: none;
    color: #ee7203;

    &:hover, &:focus, &:active {
        text-decoration: underline;
        color: #ee7203;
    }
}