﻿.wrapper {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 0;
    position: relative;
}

    .wrapper .header-line {
        padding: 20px;
    }

.border-bottom {
    border-bottom: 1px solid #eee !important;
}

.wrapper .header-line h4 {
    margin: 0;
    text-align: center;
}

.h4, h4 {
    font-size: 1.35rem;
}

.product_image {
    align-items: center;
    border: 1px solid #eee;
    display: inline-block;
    display: flex;
    height: 124px;
    justify-content: center;
    padding: 0;
    position: relative;
    text-align: center;
    width: 124px;
}

    .product_image img {
        display: inline-block;
        max-height: 124px;
        max-width: 124px;
    }
.grid-label {
    padding: 10px;
    line-height: 20px;
    text-align: left;
}
.radio-label {
    width: 130px;
    margin-top: 8px;
    padding: 0 0;
    text-align: left;
}