/*fitfinder*/
.fitfinder * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.fitfinder {
    width: 946px;
    border-radius: 10px;
    position: relative;
    margin: 20px auto;
}


.fitfinder-logo {
    position: absolute;
    top: -79px;
    left: 50%;
    margin-left: -97px;
}

.start-image {
    width: 100%;
}

.set-tab {
    position: relative;
    float: left;
    width: 946px;
    z-index: 2;
}

.set-tab a, .set a:hover {
    text-decoration: none !important;
}

.start-test {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    right: 78px;
    max-width: 200px;
    text-align: center;
    font-weight: 400;
    line-height: 32px;
}

    .start-test > a {
        margin-top: 15px;
        clear: both;
        padding: 10px 37px 10px 30px;
        border: 1px solid #044685;
        color: #044685;
        display: inline-block;
        position: relative;
        font-weight: 600;
        line-height: normal;
    }

        .start-test > a:hover {
            text-decoration: underline;
            color: #044685;
        }

        .start-test > a:after {
            content: "";
            position: absolute;
            top: 14px;
            right: 20px;
            background: url('https://cdn.supplementler.com/Themes/Supplementler/Content/plugins/fitfinder/images/ff-arrow-right.png') center center no-repeat;
            width: 7px;
            height: 13px;
        }

.ff-tab-wrapper {
    overflow: hidden;
    width: 946px;
    position: relative;
}

.ff-gender-column {
    float: left;
    width: 50%;
    position: relative;
}

.ff-image-link {
    display: block;
    background-color: #000;
}

    .ff-image-link img {
        -ms-opacity: .6;
        opacity: .6;
        width: 473px;
    }

.ff-gender-column:hover .ff-image-link img {
    -ms-opacity: 1;
    opacity: 1;
}

.ff-gender-column.selected img {
    opacity: 1;
}

.ff-gender-column.selected .gender-select-button {
    border: 1px solid #0a6cc6;
    background-color: #0a6cc6;
}

.gender-select-button {
    font-size: 28px;
    color: #fff;
    border: 1px solid #fff;
    width: 240px;
    padding: 20px 0;
    font-weight: 600;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -120px;
    top: 50%;
    margin-top: -31px;
}

    .gender-select-button:hover {
        color: #fff;
        -ms-text-shadow: 0 0 3px rgba(255,255,255,.6);
        text-shadow: 0 0 3px rgba(255, 255, 255, .6);
        text-decoration: none;
        -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, .3) inset;
        -ms-box-shadow: 0 0 26px 0 rgba(0, 0, 0, .3) inset;
        box-shadow: 0 0 26px 0 rgba(0, 0, 0, .3) inset;
    }

.ff-gender-column:hover .gender-select-button {
    border: 1px solid #0a6cc6;
    background-color: #0a6cc6;
}
/*progress bar*/
.ff-progress-bar {
    position: absolute;
    width: 100%;
    height: 75px;
    bottom: 0;
    left: 0;
    background-color: #1b1a1a;
    z-index: 1;
}

.ff-icon-wrapper {
    padding-top: 10px;
}


.ff-icon-wrapper div {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
}


.ff-icon-wrapper .step-wrapper{
    z-index: -1;
}

.ff-icon-wrapper .step-wrapper.visited {
    z-index: 1 !important;
}

.ff-icon-wrapper .step-wrapper.visited a {
    font-weight: 500;
    color: #24730F;
}

.ff-icon-wrapper .step-wrapper.active a {
    font-weight: 500;
    color: #ffffff;
}

.ff-icon {
    position: relative;
    color: #8d8d8d;
    font-size: 16px;
    line-height: 30px;
    margin-left: 20px;
}

.ff-icon:hover {
    color: #8d8d8d;
    text-decoration: none!important;
}

.ff-icon:before {
    content: "";
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: -5px;
}

.ff-icon-gender:before {
    background-image: url("https://cdn.supplementler.com/Themes/Supplementler/Content/plugins/fitfinder/images/ff-icon-gender.png");
}

.ff-icon-age:before {
    background-image: url("https://cdn.supplementler.com/Themes/Supplementler/Content/plugins/fitfinder/images/ff-icon-age.png");
}

.ff-icon-purpose:before {
    background-image: url("https://cdn.supplementler.com/Themes/Supplementler/Content/plugins/fitfinder/images/ff-icon-purpose.png");
}

.ff-icon-level:before {
    background-image: url("https://cdn.supplementler.com/Themes/Supplementler/Content/plugins/fitfinder/images/ff-icon-level.png");
}

.ff-icon-confirmation:before {
    background-image: url("https://cdn.supplementler.com/Themes/Supplementler/Content/plugins/fitfinder/images/ff-icon-confirmation.png");
}

.ff-label {
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    cursor: pointer;
    position: relative;
}

.ff-label:after {
    content: "";
    background-image: url("https://cdn.supplementler.com/Themes/Supplementler/Content/plugins/fitfinder/images/ff-checkbox.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1b1a1a;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 50%;
    margin-left: -11px;
    top: 50%;
    margin-top: -11px;
}

/*.ff-label:hover:after {
    background-image: url("https://cdn.supplementler.com/Themes/Supplementler/Content/plugins/fitfinder/images/ff-checkbox-hover.png");
}
*/
.ff-label.visited:after {
    background-image: url("https://cdn.supplementler.com/Themes/Supplementler/Content/plugins/fitfinder/images/ff-checkbox-visited.png");
}

.ff-label:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #0359B9;
    top: 50%;
    margin-top: -1px;
    left: 0;
    position: absolute;
}

.ff-label.first:before {
    width: 50%;
    left: 50%;
}

.ff-label.last:before {
    width: 50%;
    left: 0;
}
/*step3*/

.column-3 {
    float: left;
    width: 33.333333%;
    background-color: #000;
    position: relative;
}

    .column-3.first {
        text-align: left;
    }

    .column-3.center {
        text-align: center;
    }

    .column-3.last {
        text-align: right;
    }

.step-image {
    display: block;
    -ms-opacity: .3;
    opacity: .3;
}

.ff-step-wrapper {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 80%;
    margin: 0 10%;
    left: 0;
    margin-top: -51px;
}

    .ff-step-wrapper p {
        font-size: 18px;
        color: #fff;
        font-weight: 300;
    }

    .ff-step-wrapper strong {
        font-weight: 600;
    }

    .ff-step-wrapper p span {
        display: block;
    }

.step-button {
    display: block;
    font-size: 26px;
    border: 1px solid #fff;
    padding: 15px 0;
    color: #fff;
}

    .step-button:hover {
        color: #fff;
        -ms-text-shadow: 0 0 3px rgba(255,255,255,.6);
        text-shadow: 0 0 3px rgba(255, 255, 255, .6);
        text-decoration: none;
        -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, .3) inset;
        -ms-box-shadow: 0 0 26px 0 rgba(0, 0, 0, .3) inset;
        box-shadow: 0 0 26px 0 rgba(0, 0, 0, .3) inset;
    }

.column-3:hover .step-button,
.column-3.selected .step-button {
    border: 1px solid #0a6cc6;
    background-color: #0a6cc6;
}

.column-3:hover .step-image,
.column-3.selected .step-image {
    -ms-opacity: .65;
    opacity: .65;
}


/*step3 end*/
/*progress bar end*/

/*confirmation*/
.confirmation-message-wrapper {
    width: 330px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -165px;
}

.ff-get-product {
    display: block;
    font-size: 30px;
    color: #0066cc;
    background-color: #fff;
    text-align: center;
    padding: 24px 20px 24px 0;
    font-weight: 600;
    position: relative;
}

    .ff-get-product:hover {
        text-decoration: none;
        color: #0066cc;
    }

    .ff-get-product:before {
        content: "";
        position: absolute;
        top: 18px;
        right: 50px;
        background-image: url("https://cdn.supplementler.com/Themes/Supplementler/Content/plugins/fitfinder/images/ff-getproduct-arrow.png");
        width: 15px;
        height: 32px;
    }

.confirmation-message-wrapper p {
    font-size: 18px;
    color: #fff0f5;
    text-align: center;
    font-weight: 300;
}

.confirmation-message-wrapper span {
    display: block;
}

.confirmation-message-wrapper strong {
    font-weight: 600;
}

.step-wrapper.visited .ff-label:after {
    background-image: url("https://cdn.supplementler.com/Themes/Supplementler/Content/plugins/fitfinder/images/ff-checkbox-visited.png");
}

.step-wrapper.visited .ff-label:before {
    background-color: #24730F;
}

/*confirmation end*/
/*fitfinder end*/


.f-loading-progress {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0,0,0, .5);
    background-image: url("https://cdn.supplementler.com/Themes/Supplementler/Content/images/loading.gif");
    background-position: center center;
    display: none;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
