﻿.productPhoto img {
    width: 100%;
}

.productDescription h1 {
    border: none !important;
    font-size: 36px !important;
    line-height: 40px;
    color: #000;
    padding: 0 0 5px 0 !important;
    margin: 0 !important;
    letter-spacing: 0 !important;
}

.productDescription .price {
    color: #000;
    font-size: 20px;
}

.qtyTextBox {
    border: 1px solid #ddd;
    padding: 0 5px;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    line-height: 22px;
    color: #808184;
    height: 36px;
}

.addToCartBtn {
    float: left;
}

#singleSizePanel {
    float: left;
    margin: 0 10px 0 0;
}

.socialMedia {
    clear: both;
    margin: 34px 0 0 0;
    z-index: 4;
    position: absolute;
}

.recommendedItemsHeader {
    clear: both;
    margin: 20px 0 30px 0;
    padding: 20px 0 0 0;
    text-transform: uppercase;
    border-top: 1px solid #c1c1c1;
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
    color: #000;
}

ul.productSizes li {
    float: left;
    border: 3px solid #000;
    margin: 0 5px 0 0;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-weight: 700;
}

    ul.productSizes li > .qtyTextBox {
        clear: both;
        margin: 4px 0 0 0;
        border: 0;
        text-align: center;
        width: 40px;
        clear: both;
    }

@media screen and (min-width: 0px) and (max-width: 767px) {
    .commentsHeader {
        display: none;
    }

    .comments768 {
        display: none;
    }

    .comments1024 {
        display: none;
    }

    .comments1250 {
        display: none;
    }

    .comments1500 {
        display: none;
    }

    .productPhoto, .productDescriptionContainer {
        width: 100%;
        clear: none;
    }

    .productPhoto {
        margin: 0 0 30px 0;
    }


    #multipleSizePanel .addToCartBtn {
        clear: both;
        margin: 10px 0 0 0;
    }

    #singleSizePanel .addToCartBtn {
        margin: 0 0 0 20px;
    }
}

@media screen and (min-width: 1001px) {
    .commentsHeader {
        display: block;
    }

    .comments768 {
        display: block;
    }


    .productPhoto {
        width: 30%;
        float: left;
        clear: none;
    }

    .productDescriptionContainer {
        width: 70%;
        float: left;
        clear: none;
    }

    .productDescription {
        margin: 0 0 0 40px;
    }

        .productDescription h1 {
            font-size: 26px !important;
            line-height: 32px;
        }

    .price {
        margin: 0;
    }

    #multipleSizePanel .addToCartBtn {
        clear: both;
        margin: 10px 0 0 0;
    }

    #singleSizePanel .addToCartBtn {
        clear: none;
        margin: 0 0 0 20px;
        float: left;
    }
}

@media screen and (min-width: 1024px) {
    .comments768 {
        display: none;
    }

    .comments1024 {
        display: block;
    }

    .productDescription h1 {
        font-size: 30px !important;
        line-height: 34px;
    }

    #singleSizePanel .addToCartBtn {
        margin: 0 0 0 20px;
        clear: none;
    }

    #multipleSizePanel .addToCartBtn {
        margin: 14px 0 0 20px;
        clear: none;
    }

    .productPhoto {
        width: 40%;
    }

    .productDescriptionContainer {
        width: 60%;
        margin-top: 30px;
    }
}

@media screen and (min-width: 1250px) {
    .comments768 {
        display: none;
    }

    .comments1024 {
        display: none;
    }

    .comments1250 {
        display: block;
    }



    .productDescription h1 {
        font-size: 36px !important;
        line-height: 40px;
    }
}

@media screen and (min-width: 1400px) {
    .comments768 {
        display: none;
    }

    .comments1024 {
        display: none;
    }

    .comments1250 {
        display: none;
    }

    .comments1500 {
        display: block;
    }
}
