/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-jul-01, 15:43:56
    Author     : Jimmy Lindmark
*/

a:hover{
    text-decoration: none;
}

.container{
    min-height: 545px;
}

.show-goods-container{
    max-width: 1000px;
    padding: 0px 0px 0px 10px;
}

.show-goods-container .show-goods-wrap{
    padding: 10px 10px 0px 0px; /* 15px 30px; */
}

.show-goods-container .show-goods-wrap-placement{
    padding: 20px 10px 10px 0px;
}

.show-goods-wrap .show-goods-card,
.show-goods-wrap-placement .show-goods-card-placement{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border-radius: 12px;
    background-color: #FFF;
    box-shadow: 0 2px 10px 0 rgba(47,47,47,0.5);
    text-align: center;
    height: 176px;
    max-width: 182px;
}

.show-goods-wrap-placement .show-goods-card-placement{
    overflow: hidden;
}

.show-goods-wrap-placement .show-goods-card-placement{
    max-width: 100%;
}

.show-goods-wrap-placement .productplacement-name{
    position: absolute;
    top: 4px;
    right: 25px;
    border-radius: 50px;
    background-color: #094B5F;
    color: #A6EFCD;
    font-family: "Berlingske Serif";
    font-size: 10px;
    line-height: 23px;
    width: 85px;
    height: 23px;
    text-align: center;
    z-index: 15;
}

.show-goods-wrap-placement .placement-info-text-wrap{
    position: absolute;
    top: 20px;
    right: 0px;
    max-width: 200px;
    text-align: left;
}

.show-goods-wrap-placement .show-goods-card-placement h2{
    color: #000;
    font-family: "Berlingske Serif";
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;    
}

.show-goods-wrap-placement .show-goods-card-placement h3{
    color: #424242;
    font-family: "Berlingske Serif";
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

.show-goods-wrap-placement .show-goods-card-placement p{
    color: #000;
    font-family: "Berlingske Sans";
    font-size: 9px;
    font-weight: normal;
    line-height: 11px;
}

.show-goods-wrap-placement .show-goods-image{
    position: absolute;
    top: 20px;
    right: 200px;
    max-height: 120px;
    margin-bottom: 5px;
}

.show-goods-wrap .show-goods-image{
    max-height: 80px;
    margin-bottom: 5px;
}

.show-goods-text-wrap h4{
    color: #000;
    font-family: "Berlingske Serif";
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
}

.show-goods-text-wrap .price-text{
    color: #424242;
    font-family: "Berlingske Serif";
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    margin-bottom: 10px;
}

/*
.show-goods-text-wrap .show-goods-button-wrap,
.show-goods-card-placement .show-goods-button-wrap{
    position: absolute;
    display: inline-block;
    width: 100%;
    bottom: 10px;
    left: 0px;
}
*/

.show-goods-text-wrap a,
.show-goods-card-placement .show-goods-button-wrap a{
    color: #FFF;
    font-family: "Berlingske Sans";
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    border-radius: 50px;
    background-color: #EC6C6B;
    padding: 6px 30px;
}

.show-goods-card-placement .show-goods-button-wrap a{
    padding: 6px 44px;
    margin-left: 40px;
}

.show-goods-card-placement .show-goods-button-wrap{
    bottom: 12px;
}    

.show-goods-discount-badge{
    position: absolute;
    top: -5px;
    right: -5px;
    height: 38px;
    width: 38px;
    background-color: #000;
    color: #FFF;
    font-family: "Berlingske Sans";
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    text-align: center;
    line-height: 38px;
    border-radius: 25px;
}

@media screen and (min-width: 576px){
    .show-goods-container .show-goods-wrap-placement{
        padding: 15px 30px;
    }
    
    .show-goods-wrap-placement .show-goods-card-placement{
        height: 250px;
        padding: 0px;
    }
    
    .show-goods-wrap-placement .productplacement-name{
        right: 45px;
    }
    
    .show-goods-wrap-placement .show-goods-big-text{
        position: absolute;
        right: 350px;
        border-radius: 13px 0 0 13px;
        background-color: #094B5F;
        height: 100%;
        width: 400px;
        transform: skew(20deg);
        z-index: 15;
    }
    
    .show-goods-wrap-placement .show-goods-big-text h2{
        position: absolute;
        top: 85px;
        left: 270px;
        width: 100px;
        color: #FFF;
        font-family: "Berlingske Serif";
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        text-align: left;
        transform: skew(-20deg);
    }
    
    .show-goods-wrap-placement .show-goods-image{
        top: 40px;
    }
    
    .show-goods-wrap-placement .placement-info-text-wrap{
        top: 55px;
    }
    
    .show-goods-card-placement .show-goods-button-wrap{
        bottom: 105px;
    }
        
    .show-goods-card-placement .show-goods-button-wrap a{
        position: absolute;
        right: 40px;
        top: 0px;
        padding: 13px 42px;
    }
    
    .show-goods-wrap-placement .show-goods-card-placement h3{
        position: absolute;
        top: 100px;
        right: 165px;
        width: 50px;
    }
}

@media screen and (min-width: 768px){
    .show-goods-wrap .show-goods-card{
        padding-top: 24px;
        height: 230px;
    }
    
    .show-goods-wrap .show-goods-image{
        max-height: 100px;
    }
    
    .show-goods-text-wrap h4{
        color: #000;
        font-family: "Berlingske Serif";
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
    }
    
    /*
    .show-goods-text-wrap .price-text{
        position: absolute;
        bottom: 7px;
        left: 15px;
        color: #000;
        font-family: "Berlingske Serif";
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
    }
    
    */
    .show-goods-text-wrap .show-goods-button-wrap{
        position: absolute;
        display: inline-block;
        width: 100%;
        bottom: 14px;
        left: 0px;
        /*text-align: right;
        padding-right: 15px;*/
    }
    
    
    .show-goods-text-wrap a{
        color: #FFF;
        font-family: "Berlingske Sans";
        font-size: 12px;
        font-weight: 700;
        line-height: 14px;
        border-radius: 18px;
        background-color: #EC6C6B;
        padding: 10px 23px;
    }
    
    .show-goods-wrap-placement .show-goods-image{
        right: 275px;
        max-height: 140px;
    }
    
    .show-goods-wrap-placement .placement-info-text-wrap{
        max-width: 265px;
    }

    .show-goods-wrap-placement .show-goods-card-placement h2{
        color: #000;
        font-family: "Berlingske Serif";
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }
    
    .show-goods-wrap-placement .show-goods-card-placement p{
        color: #000;
        font-family: "Berlingske Sans";
        font-size: 12px;
        line-height: 14px;
    }
    
    .show-goods-wrap-placement .show-goods-card-placement h3{
        color: #000;
        font-family: "Berlingske Serif";
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        width: 65px;
        top: 135px;
        right: 200px;
    }
    
    .show-goods-card-placement .show-goods-button-wrap{
        bottom: 67px;
    }
    
    .show-goods-wrap-placement .show-goods-big-text{
        left: -75px;
        width: 350px;
    }
    
    .show-goods-wrap-placement .show-goods-big-text h2{
        position: absolute;
        top: 58px;
        left: 100px;
        width: 230px;
        color: #FFF;
        font-family: "Berlingske Serif";
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
        transform: skew(-20deg);
    }
}

@media screen and (min-width: 992px){
    .show-goods-wrap-placement .show-goods-card-placement{
        height: 260px;
    }
    
    .show-goods-wrap-placement .show-goods-image{
        right: 425px;
        max-height: 210px;
        top: 20px;
    }
    
    .show-goods-wrap-placement .placement-info-text-wrap{
        top: 30px;
        right: 120px;
        max-width: 290px;
    }
    
    .show-goods-wrap-placement .show-goods-card-placement h2{
        margin-bottom: 15px;
    }
    
    .show-goods-wrap-placement .show-goods-card-placement h3{
        right: 225px;
        top: 160px;
    }
    
    .show-goods-card-placement .show-goods-button-wrap{
        bottom: 78px;
    }
    
    .show-goods-card-placement .show-goods-button-wrap a{
        right: 200px;
        color: #FFF;
        font-family: "Berlingske Sans";
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        padding: 11px 38px;
    }
    
    .show-goods-wrap-placement .show-goods-big-text{
        left: -75px;
        width: 350px;
    }
    
    .show-goods-wrap-placement .show-goods-big-text h2{
        position: absolute;
        top: 58px;
        left: 100px;
        width: 230px;
        color: #FFF;
        font-family: "Berlingske Serif";
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
        transform: skew(-20deg);
    }
}

/* Product Description */
.product-description-backbutton a,
.product-description-backbutton a:hover{
    color: #000;
    font-family: "Berlingske Sans";
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-decoration: none;
}

.product-description-title{
    text-align: center;
}

.product-description-title h1{
    color: #000;
    font-family: "Berlingske Serif";
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

.product-description-image img{
    height: 192px;
}

.product-description-image .thumbnail{
    text-align: center;
}

.product-description-info{
    background-color: #F9F9F9;
    padding: 10px;
    color: #555;
    font-family: "Berlingske Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

.product-description-info{
    padding: 10px 30px;
}

.product-description-price-wrap{
    padding: 20px 30px;
}

.product-description-info .product-description-choose-taste,
.product-description-info .product-description-choose-quantity{
    margin-bottom: 15px;
}

.product-description-info .product-custom-select{
    color: #F9F9F9;
    font-family: "Berlingske Sans";
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    border-radius: 100px;
    background-color: #094B5F;
    padding: 6px 10px;
    width: fit-content;
}

.product-description-info .product-custom-select select{
    color: #F9F9F9;
    font-family: "Berlingske Sans";
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    border-radius: 100px;
    background-color: #094B5F;
    padding: 6px 10px;
    width: 150px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.product-description-info .product-custom-select #kvantitet{
    width: 50px;
}

.product-description-info .product-custom-select #taste{
    /*width: 100px;*/
    width: fit-content;
}


.product-description-info .product-description-quantity-number{
    color: #000;
    font-family: "Berlingske Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

.product-description-info .product-description-stock-status{
    color: #26B974;
    font-family: "Berlingske Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;    
}

.product-description-info .product-description-delivery-time-text{
    color: #000;
    font-family: "Berlingske Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;    
}

.product-description-price{
    padding: 15px 40px;
    width: 100%;
}

.product-description-price h2{
    display: inline-block;
    margin: 0px;
    color: #000;
    font-family: "Berlingske Serif";
    font-size: 34px;
    font-weight: 700;
    line-height: 34px;        
}

.product-description-price .subtitle{
    display: inline-block;
    margin: 0px 0px 0px 5px;
    color: #000;
    font-family: "Berlingske Serif";
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

.product-description-price .vat{
    font-weight: normal;
    font-size: 16px;
}

.product-description-buy-button-wrap{
    text-align: center;
    padding-bottom: 50px;
}

.product-description-price .product-description-buy-button{
    padding: 15px 35px;
    border-radius: 29px;
    background-color: #EC6C6B;
    box-shadow: 0 2px 20px 0 rgba(34,34,34,0.5);
    color: #FFF;
    font-family: "Berlingske Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    width: 100%;
    max-width: 320px;
}

.product-description-price .product-description-buy-button.disabled{
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.product-description-bottom-wrap .nav-tabs{
    border: none;
}

.product-description-bottom-wrap .nav-tabs .nav-item{
    /*width: 25%;
    max-width: 129px;*/
    text-align: center;
    background-color: transparent;
    margin-bottom: -2px;
}

.product-description-bottom-wrap .nav-tabs .nav-link{
    color: #000;
    font-family: "Berlingske Serif";
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    background-color: transparent;
}

.product-description-bottom-wrap .nav-tabs .nav-link:hover{
    cursor: pointer;
}

.product-description-bottom-wrap .nav-tabs .nav-link.active{
    background-color: #094B5F;
    color: #A6EFCD;
    font-family: "Berlingske Serif";
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    border: none;
}

.tab-content{
    padding: 20px 15px;
    background-color: #094B5F;
    color: #FFF;
    font-family: "Berlingske Sans";
    font-size: 14px;
    line-height: 17px;
    min-height: 420px;
}

.content-image{
    max-width: 100%;
}

@media screen and (min-width: 577px){
    .product-description-image img{
        height: 321px;
    }
    
    .product-description-title,
    .product-description-backbutton,
    .product-description-price-wrap,
    .product-description-middle-wrap,
    .product-description-bottom-wrap .nav-tabs,
    .product-description-bottom-wrap .produkt-text{
        position: relative;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;        
    }
    
    .product-description-backbutton{
        max-width: 850px;
    }
    
    .product-description-price-wrap{
        padding: 20px 0px;
    }
    
    .product-description-price{
        margin-left: 50%;
    }
    
    .product-description-info table{
        margin-bottom: 20px;
    }
}

/* Product Description End*/