/* Product thumbs */
.product-thumb {
    background-color:#fff;
    border:1px solid #ddd;
    overflow:hidden;
    height:100%;
    display:flex;
    flex-direction:column;
    box-shadow:0 0 3px rgba(0,0,0,.15);
    border-radius:3px
}
.product-thumb .image {
    text-align:center;
    position:relative
}
.product-thumb .image a {
    display:block
}
.product-thumb:hover .image a {
    opacity:.8
}
.product-thumb:hover {
    box-shadow:0 0 3px rgba(0,0,0,.3)
}
.product-thumb .image img {
    margin-left:auto;
    margin-right:auto
}
.product-thumb h4 {
    font-size:12px;
    font-weight:600;
    -moz-hyphens:auto;
    -webkit-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto
}
.product-thumb h4 a {
    color:#444
}
.product-thumb .caption {
    padding:0 10px;
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%
}
.product-thumb .colorlabel {
    transform:none;
    border:none;
    left:auto;
    bottom:0;
    height:auto;
    right:8px;
    min-width:auto;
    max-width:none;
    padding:3px 10px;
    top:auto;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    z-index: 1020;

}
.product-thumb .colorlabel span {
    position:relative;
    margin:0;
    top:auto
}
.product-thumb .savelabel.d {
    background-color:var(--warning);
    color:#000;
    padding:5px 10px;
    position:absolute;
    top:15px;
    left:8px;
    font-size:10px;
    text-transform:uppercase;
    font-weight:700;
    line-height:14px;
    z-index:9
}
.product-thumb .savelabel.d.e {
    top:0;
    left:0
}
.product-thumb .savelabel.d strong {
    font-size:14px
}
.product-thumb .savelabel .blackfridaylabel {
    background-color:#000;
    color:#fff;
    padding:5px 10px;
    position:absolute;
    font-size:12px;
    text-transform:uppercase;
    font-weight:900;
    line-height:20px;
    z-index:9;
    top:100%;
    left:0;
    width: 100%;
}
html[lang="da-DK"] .product-thumb .savelabel .birthdaylabel {
    background: url(/image/catalog/sitegrafik/global-flag-dk.png);
}
html[lang="no-NO"] .product-thumb .savelabel .birthdaylabel {
    background: url(/image/catalog/sitegrafik/global-flag-no.png);
}
html[lang="sv-SE"] .product-thumb .savelabel .birthdaylabel {
    background: url(/image/catalog/sitegrafik/global-flag-se.png);
}
.product-thumb .savelabel .birthdaylabel {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 8px;
    width: 62px;
    height: 52px;
    margin-top: 8px;
}
.product-thumb .button-group button+button {
    width:20%;
    border-left:1px solid #ddd;
    background-color:#a3a3a3;
    text-align:center
}
.product-thumb .button-group button:hover {
    background-color:#659d0f;
    color:#fff;
    text-decoration:none;
    cursor:pointer
}
.product-thumb .button-group .button-info::before {
    margin:5px 5px;
    text-align:center;
    display:inline-block;
    content:'';
    -webkit-mask:url(/catalog/view/theme/image/info.svg) no-repeat center center/contain;
    mask:url(/catalog/view/theme/image/info.svg) no-repeat center center/contain;
    width:18px;
    height:26px;
    background:#fff;
    vertical-align:middle
}
.product-thumb .button-group button span {
    vertical-align:middle
}
.product-thumb .button-group {
    overflow: hidden;
}
.product-thumb .button-group button {
    width: 100%;
    padding: 3px 12px;
    border: none;
    display: inline-block;
    background-color: #5d9801;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
}
.product-thumb .button-group .button-cart::before {
    margin: 5px 0 5px 0;
    width: 15px;
    height: 20px;
    -webkit-mask: url(/catalog/view/theme/image/kurv-filled.svg) no-repeat center center/contain;
    mask: url(/catalog/view/theme/image/kurv-filled.svg) no-repeat center center/contain;
    text-align: center;
    display: inline-block;
    content: '';
    background: #fff;
    vertical-align: middle;
}
.product-thumb .price {
    white-space: nowrap;
    color: #444;
    font-size: 14px;
    font-weight: 700;
}
.product-thumb .thumb-main-price {
    font-size: 18px;
    font-weight: 800;
    display: block;
    float: none;
    color: #702121;
}
.product-thumb .thumb-small-price {
    color: #999;
    font-size: 12px;
    float: none;
}
.product-thumb .price-tax {
    clear: none;
    display: inline;
    color: #999;
    font-size: 12px;
}
.product-thumb .price-old {
    display: block;
    font-weight: 400;
    color: #702121;
    text-decoration: line-through;
}
.product-thumb .text-from {
     text-transform: uppercase;
     font-weight: 900;
     color: #702121;
 }
.product-thumb .delivery-info {
    font-size: 12px;
    background: #eee;
    padding: 5px;
    font-weight: 700;
}
.product-thumb .delivery-info svg {
    font-size: 12px;
}
.product-thumb .delivery-info .stockpadding {
    font-weight: 400;
}

@media (max-width:767px) {
    .product-thumb .delivery-info .stockpadding {
        display:none
    }
    .product-thumb .price-tax {
        font-size:10px
    }
}


/* AJAX Filter stuff */
.sort-row {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    align-items:center;
    align-content:center;
    justify-content:space-between;
    margin-bottom:30px;
    margin-top:30px
}
.sort-row .form-select {
    width:140px;
    line-height:1.5;
    color:#212529;
    vertical-align:middle;
    background-color:#fff;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat:no-repeat;
    background-position:right .75rem center;
    background-size:16px 12px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    font-size:13px;
    border:none;
    padding:0;
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -ms-flex-positive:1;
    flex-grow:1;
    margin-left:10px;
    text-transform:uppercase;
    max-width:100%;
    font-weight:700
}
.d_ajax_filter_popup_button {
    color:#666;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%;
    font-weight:700;
    outline:0
}
.d_ajax_filter_popup_button svg {
    width:1.5em;
    height:20px;
    margin-right:8px
}
.d_ajax_filter_popup_button.disabled {
    opacity:.4;
    pointer-events:none
}
.d_ajax_filter_popup_button span>svg {
    vertical-align:middle
}
.ajax-filter-mobile {
    margin-right:15px
}
.sort-row>div {
    padding:10px 7px 10px 15px;
    text-transform:uppercase;
    border:1px solid #ddd;
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack:justify;
    justify-content:space-between
}


html.open-filter,
html.open-filter body {
    overflow:hidden
}
#blocker-filter {
    position:fixed;
    transform:translate(0);
    -webkit-transform:translate(0);
    transition:all .8s;
    -webkit-transition:all .8s;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background:rgba(0,0,0,.15);
    z-index:999999999;
    display:none;
    opacity:0
}
.open-filter #blocker-filter {
    transform:translate(-500px);
    -webkit-transform:translate(-500px);
    opacity:1
}
.ajax_filter_spot {
    background:#fff none repeat scroll 0 0;
    bottom:0;
    right:0;
    position:fixed;
    top:0;
    width:500px;
    z-index:99999;
    overflow-y:auto;
    transform:translate(500px);
    -webkit-transform:translate(500px);
    overflow-x:hidden;
    margin:0;
    transition:transform .8s;
    -webkit-transition:transform .8s
}
.open-filter .ajax_filter_spot {
    transform:translate(0);
    -webkit-transform:translate(0)
}
@media (max-width:767px) {
    .open-filter #blocker-filter {
        transform:translate(-100vw);
        -webkit-transform:translate(-100vw)
    }
    .ajax_filter_spot {
        width:100vw;
        transform:translate(100vw);
        -webkit-transform:translate(100vw)
    }
    .sort-row>div {
        flex-basis:100%
    }
    .ajax-filter-mobile {
        margin-right:0;
        margin-bottom:8px
    }
    .ajax-filter.clickable {
        position:absolute;
        right:25px;
        border:0;
        margin-top:15px;
        font-size:16px;
        color:#000
       }
    .ajax-filter.clickable span {
        float:right;
        padding-left:10px
    }
}