﻿/*.insidePageHeader h1
{
    display: none !important;
}*/

.pageContent {
    min-height: 500px;
}

.insidePageHeader {
    background-image: url(/images/template/headerBanners/yogaNight.jpg);
    background-position: bottom;
}

.pageHeader {
    bottom: 25px;
    position: absolute;
}


.productDetailsContainer, .additionalInfo {
    background-position: right;
    background-repeat: repeat-y;
    clear: both;
}

.productSeparator {
    width: 100%;
    background-position: right;
    height: 2px;
}

.productDetails {
    float: left;
}

    .productDetails .imgGallery .zoomImg {
        position: absolute;
        z-index: 99;
        margin-left: 210px;
        display: none;
    }

    .productDetails .imgGallery {
        float: left;
        width: 280px;
    }

        .productDetails .imgGallery .cycleSlideshow {
            width: 280px;
            height: 320px;
        }

            .productDetails .imgGallery .cycleSlideshow:hover {
                cursor: pointer;
            }

        .productDetails .imgGallery .thumbs > div {
            float: left;
        }

    .productDetails .thumbs img {
        margin: 8px 8px 0 0;
        border: 2px solid transparent;
    }

    .productDetails .thumbs > div.selected img {
        border: 2px solid #008FBE;
    }

    .productDetails .productDesc {
        padding: 15px 0 0 0;
    }

        .productDetails .productDesc h1 {
            font-family: 'MagallanesCondLight';
            font-weight: normal;
            color: #008FBE;
            margin: 0 0 30px 0;
        }

        .productDetails .productDesc .left {
            width: 330px;
        }

        .productDetails .productDesc .from {
            font-size: 12px;
            vertical-align: super;
            padding: 0 5px 0 0;
        }

        .productDetails .productDesc .price {
            font-size: 22px;
        }

        .productDetails .productDesc ul.descList {
            padding: 8px 0 0 20px;
        }

            .productDetails .productDesc ul.descList li {
                list-style-type: disc;
                margin: 0 0 12px 0;
            }

.shoppingCart {
    float: right;
}

    .shoppingCart ul > li {
        padding: 0 0 16px 0;
        margin: 0 0 16px 0;
        border-bottom: 1px solid #dcdada;
    }

    .shoppingCart ul .title {
        text-transform: uppercase;
        font-size: 14px;
        font-family: 'MagallanesCondMedium';
        letter-spacing: 1px;
        display: block;
        color: #8a8280;
        margin: 0 0 4px 0;
    }

    .shoppingCart ul .questionBtn {
        width: 20px;
        height: 20px;
        background-image: url(/images/shopHardware/questionIcon.png);
        float: right;
        position: absolute;
    }

        .shoppingCart ul .questionBtn:hover {
            background-position: bottom;
            cursor: pointer;
        }

    .shoppingCart select {
        border: 0;
        background-color: transparent;
        appearance: none;
        -moz-appearance: none; /* Firefox */
        -webkit-appearance: none;
        padding: 0;
        font-size: 20px;
        line-height: 25px;
        font-family: 'MagallanesCondMedium';
        background-image: url(/images/shopHardware/dropDownArrow.png);
        background-repeat: no-repeat;
        background-position: top right;
        height: 28px;
    }

        .shoppingCart select:focus {
            border: 0;
            outline: none;
            background-position: bottom right;
        }

    .shoppingCart .subtotal {
        clear: both;
        text-align: center;
        color: #8a8280;
    }

    .shoppingCart .regularPriceLabel {
        display: block;
        text-align: center;
        text-decoration: line-through;
        font-size: 18px;
        margin: 5px 0 0 0;
        color: #8a8280;
        font-weight: normal;
    }

    .shoppingCart .subtotalLabel {
        display: block;
        text-align: center;
        font-size: 36px;
        margin: 12px 0 0 0;
        color: #60504d;
    }

    .shoppingCart .addToCartBtn {
        text-transform: uppercase;
        font-size: 18px;
        font-family: 'MagallanesCondBold';
        border: 0;
        display: inline-block;
        -moz-border-radius: 22px;
        border-radius: 22px;
        padding: 8px 8px 8px 20px;
        text-decoration: none !important;
        display: block;
        background-color: #e24301;
        color: #fff;
        margin: 30px auto 0 auto;
        width: 165px;
        box-shadow: 3px 5px 0px rgba(0, 0, 0, 0.1);
    }

        .shoppingCart .addToCartBtn .label {
            padding: 5px 15px 0 0;
            display: inline-block;
        }

        .shoppingCart .addToCartBtn:hover {
            background-color: #f58154 !important;
            color: #fff !important;
            cursor: pointer;
        }

.freeShipping {
    float: right;
    padding: 40px 25px 0 25px;
    width: 285px;
    text-align: center;
    font-size: 28px;
    font-family: 'MagallanesCondLight';
    color: #008FBE;
}

    .freeShipping img {
        padding: 0 0 15px 0;
    }

.additionalInfo {
    margin: 0 auto 10px auto;
}

    .additionalInfo .additionalProducts {
        padding: 40px 0 100px 45px;
        float: left;
        overflow: hidden;
    }

.saleTag {
    display: inline-block;
    position: absolute;
    background-color: #e24301;
    color: #fff;
    font-weight: 700;
    padding: 4px 6px;
}

.smallGallery .clickToEnlarge {
    clear: both;
    padding: 5px 0 0 0;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.springRecommendation {
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin: 0 0 12px 0;
    color: #e24301;
}

.saleContainer {
    position: absolute;
    z-index: 3;
    right: 80px;
    margin-top: 60px;
}

a.compareLink, a.dimensionsLink {
    text-align: left;
}


@media only screen and (min-width: 0px) {

    .saleContainer {
        display: none;
    }

    .productDetails .productDesc h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .saleTag {
        font-size: 10px;
        line-height: 10px;
        margin: 5px 0 0 20px;
        letter-spacing: 1px;
    }

    .productDetailsContainer {
        width: 85%;
        margin: auto;
        padding: 20px 0;
    }

    .additionalInfo .additionalProducts, .freeShipping, .productSeparator, .imgGallery {
        display: none;
    }

    .smallGallery {
        padding: 0 0 30px 0;
        clear: both;
    }

        .smallGallery img {
            width: 25%;
            margin: 0 5px 0 0;
        }

        .smallGallery .clickToEnlarge {
            font-size: 10px;
        }

    .productDetails .productDesc .left {
        width: 100%;
    }

    .from, .price, .productDetails .productDesc .right {
        display: none;
    }

    .shoppingCart {
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .shoppingCart ul {
            margin: 0 0 15px 0;
        }

            .shoppingCart ul li {
                padding: 0 0 10px 0;
                margin: 0 0 10px 0;
            }

        .shoppingCart h1 {
            font-size: 20px;
            margin: 0 0 10px 0;
            text-transform: uppercase;
            color: #008FBE;
            border-bottom: 1px solid #dcdada;
            padding: 0 0 10px 0;
        }

        .shoppingCart select {
            width: 84%;
        }

        .shoppingCart .questionBtn {
            margin: 0 0 0 78%;
        }

        .shoppingCart .shippingIncluded {
            display: none;
        }
}

@media only screen and (min-width : 1024px) {

    .saleContainer {
        display: block;
    }

    .productDetails .productDesc h1 {
        font-size: 38px;
        line-height: 47px;
    }

    .saleTag {
        font-size: 12px;
        line-height: 12px;
        margin: 15px 0 0 20px;
    }

    .productDetails {
        width: 535px;
        padding: 20px 40px 40px 40px;
    }

        .productDetails .productDesc {
            width: 515px;
        }

            .productDetails .productDesc .left {
                width: 200px;
                float: left;
            }

            .productDetails .productDesc .right {
                width: 250px;
                float: right;
            }

    .productSeparator {
        background-image: url(/images/shopHardware/productSeperator2.png);
    }

    .productDetailsContainer, .additionalInfo {
        background-image: url(/images/shopHardware/cartBg2.png);
    }

    .shoppingCart {
        width: 235px;
        padding: 60px 25px;
    }

        .shoppingCart h1 {
            display: none;
        }

        .shoppingCart select, .freeShipping {
            width: 235px;
        }

        .shoppingCart ul .questionBtn {
            margin: 0 0 0 185px;
        }

        .shoppingCart ul {
            margin: 0 0 20px 0;
        }

        .shoppingCart .shippingIncluded {
            display: block;
        }

    .smallGallery {
        padding: 0 0 30px 0;
        clear: both;
    }

        .smallGallery img {
            width: 120px;
            margin: 0 20px 0 0;
        }

            .smallGallery img:hover {
                cursor: pointer;
                margin-top: -5px;
            }

        .smallGallery .clickToEnlarge {
            font-size: 12px;
        }

    .from, .price, .productDetails .productDesc .right {
        display: block;
    }
}

@media only screen and (min-width : 1250px) {
    .productDetails {
        width: 835px;
        padding: 40px;
    }

        .productDetails .productDesc {
            width: 515px;
            float: right;
        }

            .productDetails .productDesc .left {
                width: 255px;
                float: left;
            }

            .productDetails .productDesc .right {
                width: 200px;
            }

    .productSeparator {
        background-image: url(/images/shopHardware/productSeperator2.png);
    }

    .productDetailsContainer, .additionalInfo {
        background-image: url(/images/shopHardware/cartBg2.png);
    }

    .shoppingCart {
        width: 235px;
    }

        .shoppingCart select, .freeShipping {
            width: 235px;
        }

        .shoppingCart ul .questionBtn {
            margin: 0 0 0 185px;
        }

    .additionalInfo .additionalProducts, .freeShipping, .productSeparator, .imgGallery {
        display: block;
    }

        .freeShipping.mobile, .smallGallery {
            display: none;
        }

    .additionalInfo .additionalProducts {
        width: 870px;
    }
}

@media only screen and (min-width : 1400px) {
    .productDetails {
        width: 975px;
    }

        .productDetails .productDesc {
            width: 650px;
        }

            .productDetails .productDesc .left {
                width: 330px;
                float: left;
            }

            .productDetails .productDesc .right {
                width: 280px;
            }

    .productSeparator {
        background-image: url(/images/shopHardware/productSeperator.png);
    }

    .productDetailsContainer, .additionalInfo {
        background-image: url(/images/shopHardware/cartBg.png);
    }

    .shoppingCart {
        width: 285px;
    }

        .shoppingCart select, .freeShipping {
            width: 285px;
        }

        .shoppingCart ul .questionBtn {
            margin: 0 0 0 230px;
        }

    .additionalInfo .additionalProducts {
        width: 1010px;
    }
}
