/* All custom CSS - Adnan Ahmed (adnan.adnanahmed@gmail.com) */
.populate-products img{
    width:100%;
    max-width: 100%;
    text-align: center;
	vertical-align:bottom;
}
.populate-products label{
    display: flex !important;
    flex-direction: column ;
    text-align: center;
    width:100%;
    max-width: 100% !important;
    cursor: pointer;
    justify-content:space-between;
    height: 100%;
}
.populate-products .gchoice span{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2;
}
.populate-products .gchoice  span.quote_button{
    background-color:#607382;
    color:#fff;
}
.populate-products .gchoice.checked  span.quote_button{
    background-color:#76BC21;
}

.populate-products  .ginput_container_checkbox{
    margin-top:20px;
}

.populate-products  .gfield-choice-input{
    position: absolute;
    visibility: hidden;
}

.populate-products .gchoice{
    position: relative;
    border:1px solid #607382;
}
.populate-products .gchoice.checked {
    border-color:#76BC21;
}

.populate-products .gchoice i{
    background-color: #fff;
    color:#76BC21;
    font-size:3.5rem;
    position: absolute;
    top:10px;
    left:10px;
    visibility: hidden;
}
.populate-products .gchoice.checked i{
    visibility: visible;
}

