/* Ankylos.css 
======================================== */

.single-product {
    margin-top: 147px;
}

.single-product-hero {
    text-align: center;
    background: #f7f7f7;
    height: 350px;
}

.product-logo {
    margin-top: 90px;
    max-width: 230px;
}

.product-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
    margin-top: -100px;
}

.product-image > img {
    width: 100%;
    height: auto;
}

.single-product-intro {
    padding-top: 250px;
    padding-bottom: 70px;
    max-width: 930px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.8125rem;
    text-align: center;
}

.single-product-body {
    background: #fafafa;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 2.1875rem;
}

.single-product-body .col-a {
    text-align: right;
}

.title-green {
    font-size: 6rem;
    font-weight: 300;
    color: #3FBFBC;
    margin-bottom: 1.5rem;
}

.link-green {
    color: #3FBFBC;
}

.link-green:hover {
    color: #3FBFBC;
}

.features-image {
    max-width: 280px;
    margin-top: -20px;
}

ul.product-features {
    margin-top: 90px;
    margin-bottom: 30px;
    margin-left: 60px;
}

.product-features li {
    list-style-position: inside;
    list-style-type: none;
    padding: 0px 0px 0px 16px;
    margin-bottom: 2rem;
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: 300;
}

.product-features li {
    border-left: 4px solid #3FBFBC; 
}

@media screen and (max-width: 767px) {

    .product-image {
        margin-top: -70px;
    }

    .single-product-intro {
        padding-top: 150px;
        padding-bottom: 50px;
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .single-product-body {
        padding-top: 50px;
        padding-bottom: 0px;
        font-size: 1.125rem;
        line-height: 2rem;
    }

    .single-product-body .col-a {
        text-align: center;
    }

    .title-green {
        font-size: 2.5rem;
        font-weight: 300;
    }

    .btn.btn-lg.btn-success {
        font-size: 1rem;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    ul.product-features {
        margin-left: 35px;
    }

    .product-features li {
        margin-bottom: 1rem;
    }   

    .product-features li > span {
        left: 8px;
    }

}

@media screen and (max-width: 414px) {

    .single-product-hero {
        height: 330px;
    }

    .product-logo {
        margin-top: 50px;
        width: 50%;
    }

    .product-image {
        margin-top: 0px;
    }

    .single-product-intro {
        padding-top: 40px;
    }

}

@media screen and (max-width: 320px) {

    .single-product-hero {
        height: 300px;
    }

    .single-product-intro {
        padding-top: 20px;
    }

}