﻿.ItemDetails {
    width: 100%;
}

.shopItemWrapper{
    padding-top:30px;
}

.shopItemWrapper h1 {
    color: #333;
    font-size: 30px;
}

.shopItemPrice{
    font-family: 'Aonik Regular', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.shopItemDescription{
    padding: 20px 0 15px 0;
    font-size: 17px;
    color: #333;
    font-weight: 300;
}

.shopItemDescription2, .shopItemExtendedText {
    padding: 5px 0;
}

.shopItemCTA {
    min-height: 75px;
    padding: 10px 0;
}

    .shopItemCTA .AddToCartOuter {
        height: auto;
        width: 200px;
        max-width: none;
    }

.shopItemCTA .AddToCart {
    height: auto;
    padding: 12px 50px;
    width: auto;
    max-width: none;
    font-size: 14px;
    font-weight: 700;
    padding-top: 15px;
}



.shopItemItemNumber{
    padding: 10px 0;
    font-size: 12px;
}

@media (max-width: 786px) {
    /*
    .ItemDetails .ItemTable {
        display: block;
        width: 100%;
    }
    */
    /*
    .ItemDetails .ThumbnailColumn {
        vertical-align: top;
        display: inline-block;
        min-width: 250px;
    }
    */
    .ItemDetails .ImageColumn {
        vertical-align: top;
        display: inline-block;
        max-width: 250px;
        margin-bottom: 10px;
    }

    /*
    .ItemDetails .SeperatorColumn {
        display: inline-block;
        width: 20px;
    }
    */

    /*
    .ItemDetails .TextColumn {
        vertical-align: top;
        display: block;
    }
    */

    .ItemDetails .Thumbnails > div {
        display: inline-block;
    }
}

@media (min-width: 786px) {
    /*
    .ItemDetails .ItemTable {
        display: table;
        width: 100%;
    }
    */

    /*
    .ItemDetails .ThumbnailColumn {
        vertical-align: top;
        display: table-cell;
        width: 100px;
    }
    */

    .ItemDetails .ImageColumn {
        vertical-align: top;
        display: table-cell;
        max-width: 250px;
    }

    /*
    .ItemDetails .SeperatorColumn {
        display: table-cell;
        width: 20px;
    }
    */

    /*
    .ItemDetails .TextColumn {
        vertical-align: top;
        display: table-cell;
    }
    */

    /*
    .ItemDetails .Thumbnails {
        overflow: auto;
        display: block;
        height: 350px;
    }
    */
}

.ItemDetails .Thumbnails {
    text-align: center;
    padding: 15px 0px;
    border: 1px solid #ebebeb;
}

.ItemDetails .Thumbnails > div {
    margin-bottom: 5px;
    /*
    text-align: center;
    width: 52px;
    display: inline-block;
    */
}

.ItemDetails .ItemDetailsThumbnailPicture {
    /*
    max-height: 75px;
    max-width: 50px;
    */
    cursor: pointer;
    border: 1px solid white;
}

    .ItemDetails .ItemDetailsThumbnailPicture.hover {
        border: 1px solid #b2b2b2;
    }

    .ItemDetails .ItemDetailsThumbnailPicture.focus {
        border: 1px solid #2c3795;
    }

.ItemDetails #LargeImage {
    background-color: white;
    vertical-align: middle;
    min-height: 150px;
    text-align: center;
    overflow: hidden;
    /*border: 1px solid #ebebeb;*/
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .ItemDetails #LargeImage .NoImage {
        padding-top: 60px;
    }

.ItemDetails #ItemDetailsLargeImage {
    max-height: 500px;
    max-width: 100%;
    cursor: pointer;
}

.ItemDetails .DetailsTable td {
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

.ItemDetails .DetailsTable tr td:first-child {
    padding-right: 20px;
}

.ItemDetails .Vidmerking {
    -webkit-transform: rotate(-15deg);
    background-color: black;
    margin-left: 20px;
    margin-top: 45px;
    text-align: center;
    position: absolute;
    padding: 5px;
    width: 150px;
    opacity: 1;
    color: white;
}

/* List Price */
.ItemDetails .ListPrice {
    color: #a2a2a2;
}

    .ItemDetails .ListPrice > div {
        display: inline-block;
    }

    .ItemDetails .ListPrice .Kronur {
        text-decoration: line-through;
        font-size: 14px;
    }

    .ItemDetails .ListPrice .Oyru {
        vertical-align: top;
        padding-top: 0px;
        font-size: 11px;
    }


table.product-table td {
    padding-right: 50px;
    padding-bottom: 10px;
    vertical-align: top;
}

    table.product-table td:first-child {
        width: 50%;
    }

    .item-label {
        font-weight: 600;
    }

        td.Price.PriceMain{
            font-size:24px;
            font-weight: 400;
        }

.item-descriptor {
    font-size: 14px;
    font-weight: 400;
}

.add-button-product-page .AddToCartOuter .AddToCart.Clickable {
    background-color: #59e87c;
    color: white;
    border-width: 0;
    padding: 7px 12px;
    max-width: 100%;
    font-size: 14px;
}

    .add-button-product-page .AddToCartOuter .AddToCart.Clickable:hover {
        background-color: #59e87c;
    }

.shopItemExtendedText li {
    line-height: 25px;
}
















.ItemPartial .Image > div > div.Offer {
    vertical-align: middle;
    text-align: center;
    position: relative;
    display: table;
    width: 100%;
}

    .Offer .InnerTable {
        background-color: black;
        border-radius: 50%;
        position: absolute;
        display: table;
    }

    .Offer .InnerTableCell {
        vertical-align: middle;
        display: table-cell;
        padding: 7px;
        color: white;
    }

.ItemPartial .Offer .InnerTable {
    height: 70px;
    width: 70px;
    left: 5px;
    top: 5px;
}

.ItemPartial .Offer .InnerTableCell {
    line-height: 20px;
    font-size: 20px;
}

.ItemDetails .Offer .InnerTable {
    height: 100px;
    width: 100px;
    left: 0px;
    top: 0px;
}

.ItemDetails .Offer .InnerTableCell {
    line-height: 26px;
    font-size: 26px;
    padding: 14px;
}

.InnerTable.XforY {
    background-color: #c9264e;
}
