/* icons */
.pcknb-fa-pull-left {float: left;}
.pcknb-fa-pull-right {float: right;}
.pcknb-icon-chevron-down:before {content: "\f078";}
.pcknb-fa-phone-square-alt:before {content: "\f87b";}
.pcknb-fa-map-marker-alt:before {content: "\f3c5";}

.pcknb-sr-only-focusable:active, .pcknb-sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }
@font-face {
    font-family: 'Font Awesome 5 Brands pcknb';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("webfonts/fa-brands-400.eot");
    src: url("webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("webfonts/fa-brands-400.woff2") format("woff2"),
    url("webfonts/fa-brands-400.woff") format("woff"),
    url("webfonts/fa-brands-400.ttf") format("truetype"),
    url("webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.pcknb-fab {
    font-family: 'Font Awesome 5 Brands pcknb'; }
@font-face {
    font-family: 'Font Awesome 5 Free pcknb';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("webfonts/fa-regular-400.eot");
    src: url("webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("webfonts/fa-regular-400.woff2") format("woff2"),
    url("webfonts/fa-regular-400.woff") format("woff"), url("webfonts/fa-regular-400.ttf") format("truetype"),
    url("webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.pcknb-far {
    font-family: 'Font Awesome 5 Free pcknb';
    font-weight: 400; }
@font-face {
    font-family: 'Font Awesome 5 Free pcknb';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("webfonts/fa-solid-900.eot");
    src: url("webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("webfonts/fa-solid-900.woff2") format("woff2"),
    url("webfonts/fa-solid-900.woff") format("woff"),
    url("webfonts/fa-solid-900.ttf") format("truetype"), url("webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.pcknb-fa,
.pcknb-fas {
    font-family: 'Font Awesome 5 Free pcknb';
    font-weight: 900;
}

/* icons end */

.out-of-stock-label,
.badge-container{
    pointer-events: none;
}
.pcknb .badge-inner{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.pcknb_anbefalt_wraper{
    height:20%;
    overflow: hidden;
    position:absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    background-color: transparent;
}
.pcknb_anbefalt_wraper img{
    height: 100%;
    width: auto !important;
}

.pcknb-cookies-notice{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.90);
    width: 100%;
    z-index: 9999;
}
.pcknb-cookies-notice-text{
    padding: 5px 5px 20px 40px;
    width: 80%;
    color: white;
}
.pcknb-cookies-notice-button{
    width: auto;
}
.pcknb-cookies-notice-text,.pcknb-cookies-notice-button{
    display: inline-block;
}

/* klikk og hent start */
.storestock .storestock_header{
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px
}
.lager-address li i{
    margin-right: 5px;
}
.storestock .storestock_header i,
.lager-address li i{
    font-style: normal;
}
.storestock{
    background: #f5b477;
}

.storestock .storestock_content{
    display: none;
    background: #fff;
    padding: 0;
}
.storestock .c-stdselect{
    width: 100%;
}

#pck-stores .store{
    padding: 5px;
    border-bottom: 1px solid #c3c3c3;
}
#pck-stores .store:nth-child(odd){
    background-color: #f9f9f9;
}
#pck-stores .store:nth-child(even) {
    background-color: #f1f1f1;
}

#pck-stores .store .lager-indicator{
    display: block;
}
#pck-stores .store .name-wraper{
    width: 60%;
    display: inline-block;
    vertical-align: top;
}
#pck-stores .store .name-wraper .name{
    line-height: normal;
}
#pck-stores .store .lager-reserve-btn-wraper{
    margin-top: 5px;
    width: 40%;
    display: inline-block;
    text-align: right;
}
#pck-stores .store .lager-reserve-btn-wraper .reserve{
    margin: 0;
    padding: 2px;
    line-height: 10px;
    font-size: 10px;
}
.lager-address{
    font-size: 10px;
    list-style: none;
    margin: 0;
}
.lager-address li{
    line-height: normal;
}
/* reserve form */
#pck-reserve-form-outer{
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
}
#pck-reserve-form-outer .inner{
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

#pck-reserve-form-outer .form-wraper{
    background-color: #f1f1f1;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    width: 30%;
    border-radius: 10px;
    opacity: 0;
}
.close-pck-reserve-form{
    float: right;
    margin:0;
}
/* end kilikk og hent */

@media screen and (min-width: 640px) {
    /*
    .flickity-viewport{
        min-height: 350px;
    }
    */
    .flickity-viewport .flickity-slider .col-inner{
        min-height: 340px;
    }

    .flickity-viewport .flickity-slider .col-inner .box-text {
        min-height: 140px;
    }
    .flickity-viewport .flickity-slider .col-inner .box-text .price-wrapper{
        bottom: 20px;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    .flickity-viewport .flickity-slider .col-inner .box-image>a img,
    .flickity-viewport .flickity-slider .col-inner .box-image>div>a img{
        height: 218px;
        object-fit: contain;
    }


}

@media screen and (max-width: 849px) {
    .product-container .product-main .row .product-summary{
        max-width: 100%;
    }

    .pcknb-cookies-notice-text{
        width: 100%;
        display: block;
        padding: 5px 10px 10px 10px;
    }
    .pcknb-cookies-notice-button{
        width: 100%;
        text-align: center;
        display: block;
        padding-bottom: 10px;
    }
}
