﻿
.humice {
    font-family: "Source Sans 3", Helvetica, Arial, sans-serif
}
    .humice .title {
        color: #05396b;
    }
@media screen and (min-width: 992px) {
    .humice .title {
        font-size:52px;
    }
}
.humice .heading-3 {
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 700;
    color: inherit;
}
.humice table tr th {
    font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
    font-size:14px;
}
    .humice .price-table-wrap {
        overflow: auto;
        box-shadow: 1px 4px 8px rgba(0, 0, 0, .15);
        font-size: 1rem;
        line-height: 1.75;
    }

        .humice .price-table-wrap th:first-child {
            padding-left: 24px;
        }

        .humice .price-table-wrap thead th {
            font-weight: 700;
            vertical-align: middle;
            background-color: #e5f6ff;
            border-bottom: none;
        }

        .humice .price-table-wrap th {
            padding: 8px 12px;
            text-align: inherit;
            border-bottom: 1px solid #bebebe;
            font-weight: 700;
        }

        .humice .price-table-wrap table {
            margin: 0;
            width: 100%;
            font-size: 14.5px;
        }

        .humice .price-table-wrap td {
            padding: 8px 12px;
            text-align: inherit;
            border-bottom: 1px solid #bebebe;
        }

    .humice .radio-set {
        float: left;
        clear: none;
    }
        .humice .control-label.radio-title{
            margin-bottom:10px;
            margin-top:10px;
        } 
        .humice .radio-label {
            float: left;
            clear: none;
            display: block;
            padding: 0px 1em 0px 8px;
            margin:0px;
        }

    input.humice-radio {
        float: left;
        clear: none;
        margin: 2px 0 0 2px;
    }
    .humice h2{
        font-size:28px;
        font-weight:normal;
    }
.humice .control-label {
    font-size: 18px;
    font-weight: normal;
    margin-bottom:5px;
}
.humice .humice-order-form {
    box-shadow: 1px 4px 8px rgba(0, 0, 0, .15)
}
.humice .next-button {
    padding: 8px 16px;
    text-align: center;
    width: 131px;
    height: 40px;
    border: 2px solid #0177B2;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    background: #0177B2;
    margin-top:20px;
}



    .humice .next-button:hover, .humice .next-button:visited, .humice .next-button:focus {
        color: #FFFFFF;
        text-decoration: none;
        cursor:pointer;
    }
.humice .bottom-control{

}
    .humice .bottom-control .add-more, .humice .remove-strain {
        float: right;
        cursor:pointer
    }
.humice span.label, .humice label, .humice input, .humice button, .humice select, .humice textarea {
    margin-bottom: 10px;
    font-size: 17px;
}
.humice label{
    margin-top:10px;
}
.humice .error-message{
    font-size:16px;
    color:red;
}