.prodFooter{
    color:#969696;
    font-size:16px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 50px;
}
    .prodFooter img{
        vertical-align: text-top;
    }
.modalic__header a{
    color: #000000;
    font-size: 16px;
    font-family: "Gotham Pro";
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.modalic__header img{
    vertical-align: top;
    margin-right: 30px;
}
.modalic__footer a{
    color: #000000;
    font-size: 16px;
    font-family: "Gotham Pro";
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.modalic__footer img{
    vertical-align: sub;
    margin: 0px 30px;
}
.footerRightLink{
    margin-left:30px;
}
.modalic__footer{
    margin-top:60px;
}
    .router-link-active img{
        margin-left:0px;
    }
.footerLeftLink{
    /*opacity: 0.2;*/
}

.checkbox{
    border-bottom: none !important;
}
    .checkbox label{
        font-size:16px !important;
        color:#3f3f3f !important;
        font-weight:normal !important;
    }
    .checkbox input[type="checkbox"]{
        -webkit-appearance: none;
        border: #000 solid 2px !important;
        width: 26px;
        height: 26px;
        position: relative;
        top: 0px;
        text-align: center;
        left: 0px;
        float: left;
    }
    .checkbox div{
        padding-left: 40px;
        position: relative;
        top: -10px;
    }
        .checkbox input[type="checkbox"]:checked{
            border: #000 solid 2px !important;
        }
            .checkbox input[type="checkbox"]:checked:after{
                content: "\2714";
    			width: 22px;
    			height: 22px;
    			position: absolute;
    			top: 0px;
    			left: 0px;
                text-align: center;
            }