/********************************************************************/
/*                                                                  */
/*                          Enkelt produkt                          */
/*                                                                  */
/********************************************************************/
#panProductViewFormWrapper {
    width: 654px;
    box-shadow: 0px 38px 20px -31px rgba(0, 0, 0, 0.2);
    border: 1px solid #CCC !important;
    background: #FFF;
}

#labProductNameInfo h2 {
    color: #1A0;
    font-size: 3em;
    padding-bottom: .5em;
    padding-left: 0.2em;
}

#panProductInfoWrapper {
    display: table-cell;
    width: 52%;
    vertical-align: top;
}

.discountProductGroupSpotMark {
    background-image: url('../css/images/gopris.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 82px;
    height: 82px;
    margin: -15px 0px 0px -6px;
}

#panVolumeDiscount {
    margin-left: 125px;
    margin-bottom: 10px;
    text-align: left;
}

#labVolumeDiscount {
    color: #00F;
}

/********************************************************************/
/*                                                                  */
/*                           Product info                           */
/*                                                                  */
/********************************************************************/


#panProductInfoWrapper {
    padding: .5em;
    font-size: 1.5em;
    font-weight: lighter;
}

.labProductInfoLabels {
    float: right;
}

#panProductInfo {
    padding-bottom: 1em;
    border-bottom: 1px solid #E7E5E5;
    line-height: 1.4em;
    box-shadow: 0px 30px 20px -31px rgba(0, 0, 0, 0.2);
}

#panProductPriceLine {
    font-weight: bold;
    font-size: 1.2em;
}

#labDiscountPrice {
    color: red;
}

#labDiscountPriceInfo {
    color: red;
    text-decoration: line-through;
}

#panProductDescription {
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 1.2em;
}

.panDescriptions a {
    text-decoration: underline;
    color: #000;
}

.ddlVariants {
    width: 250px;
    color: #888;
    padding: 0px 0px 0px 5px;
    border: 1px solid #BBB;
    background: none repeat scroll 0% 0% #FBFBFB;
    outline: 0px none;
    box-shadow: 0px 1px 6px #ECF3F5 inset;
    font: 200 12px/15px Arial,Helvetica,sans-serif;
    height: 25px;
    border-radius: 2px;
}

/********************************************************************/
/*                                                                  */
/*                            Main image                            */
/*                                                                  */
/********************************************************************/

#panMainImage {
    margin-right: .5em;
    margin-bottom: 1em;
    height: 410px;
    width: 300px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    box-shadow: 0px 30px 20px -31px rgba(0, 0, 0, 0.2);
}

#imgMainImage {
    max-width: 250px;
    max-height: 350px;
}

/********************************************************************/
/*                                                                  */
/*                     Sub images / small images                    */
/*                                                                  */
/********************************************************************/

#panProductImages {
    display: table-cell;
}

#panThumbnails {
    display: table;
    margin-bottom: 1em;
    margin-right: .5em;
    box-shadow: 0px 30px 20px -31px rgba(0, 0, 0, 0.2);
}

    #panThumbnails div {
        display: table-cell;
        width: 100px;
        height: 100px;
        vertical-align: middle;
        border: 1px solid #E7E5E5;
    }

        #panThumbnails div:nth-child(2) {
            border-right: none;
            border-left: none;
        }

        #panThumbnails div:first-child {
            border-left: none;
        }

        #panThumbnails div:last-of-type {
            border-right: none;
        }

.thumbnailImages {
    max-height: 80px;
    max-width: 75px;
    display: block;
    margin: auto;
}

/********************************************************************/
/*                                                                  */
/*                          Amount and buy                          */
/*                                                                  */
/********************************************************************/

#panQuantityWrapper {
    text-align: right;
    margin-top: 1em;
}

#txtQuantity {
    color: #888;
    padding: 0px 0px 0px 5px;
    margin-right: .2em;
    border: 1px solid #BBB;
    background: none repeat scroll 0% 0% #FBFBFB;
    outline: 0px none;
    box-shadow: 0px 1px 6px #ECF3F5 inset;
    font: 200 12px/15px Arial,Helvetica,sans-serif;
    height: 25px;
    width: 4em;
    border-radius: 2px;
    text-align: right;
    padding: 0 1em 0 0;
}

#btnAddToBasket {
    width: 200px;
    text-align: center;
    padding: .3em 0 .2em 0;
    font-family: Calibri;
    margin: .5em .2em 1em 0;
    border: solid 1px #0e8e00;
    background-color: #11aa00;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#11aa00), to(#0e8e00));
    background: -webkit-linear-gradient(top, #11aa00, #0e8e00);
    background: -moz-linear-gradient(top, #11aa00, #0e8e00);
    background: -ms-linear-gradient(top, #11aa00, #0e8e00);
    background: -o-linear-gradient(top, #11aa00, #0e8e00);
    cursor: pointer;
    color: #FFF;
}

    #btnAddToBasket:hover {
        -moz-box-shadow: 0px 0px 1px 1px #808080;
        -webkit-box-shadow: 0px 0px 1px 1px #808080;
        box-shadow: 0px 0px 1px 1px #808080;
    }

/********************************************************************/
/*                                                                  */
/*                            Repsonsive                            */
/*                                                                  */
/********************************************************************/

@media all and (max-width : 1000px) {

    #panProductViewFormWrapper {
        width: auto;
    }

    #labProductNameInfo h2 {
        line-height: .8em;
    }

    #panProductInfoWrapper {
        display: block;
        float: none;
        width: auto;
    }

    #panProductImages {
        display: block;
        text-align: center;
    }

    #panMainImage {
        margin-right: auto;
        margin-bottom: auto;
        height: auto;
        width: auto;
        text-align: center;
        display: block;
        vertical-align: middle;
        padding: 1em;
    }

    .discountProductGroupSpotMark {
        background-image: url('../css/images/gopris.png');
        background-repeat: no-repeat;
        position: absolute;
        width: 82px;
        height: 82px;
        margin: 0px 0px 0px -1px;
    }

    #panThumbnails {
        width: 100%;
    }

    #panQuantityWrapper {
        text-align: center;
    }
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
