/* TANGORA CSS */
.ts-panel { display:flex; }
.ts-panel > * { flex:var(--ts-panelbox-flex, 1 1 auto); margin:var(--ts-panelbox-margin, 0px); padding:var(--ts-panelbox-padding, 0px); border-top:var(--ts-panelbox-bordertop, none); border-right:var(--ts-panelbox-borderright, none); border-bottom:var(--ts-panelbox-borderbottom, none); border-left:var(--ts-panelbox-borderleft, none) }
/* RESOURCE #38 BEGIN */
#page-20000075_layoutbox1
{
    overflow: visible;
}

#js_supersearcher_value
{
    min-width: 250px;
    max-width: 250px;
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    font-size: 0.9em;
    position: absolute;
    right: 0;
    z-index: 110;
    background-image: url(/media/advanced_search.png);
    background-position: 99% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

/*****Category section*****/
.supersearcher_categories_item_link,
.supersearcher_products_item_link
{
    color: #000;
}


.supersearcher_categories_item_link .kategori-over::after
{
    content: ' > ';
}
















.supersearcher_value::-ms-clear
{
    display: none;
}

.supersearcher_wrapper
{
    width: 100%;
    position: absolute;
}

.supersearcher
{
    border: 1px solid #999;
    background-color: #fff;
    width: clamp(300px, 100vw, 100vw);
    padding-bottom: 5px;
    display: none;
    position: fixed;
    left: clamp(0px, 50vw, calc((100vw - 1400px)/2));
    top: 60px;
    z-index: 9990;
    margin: 0;
    font-size: 1.3em;
    font-family: Lato-Regular,Helvetica,Arial,sans-serif;
    max-height: calc(100vh - 165px);
    height: auto;
    overflow-x: hidden;
    max-width: 1400px;
}

.supersearcher_categories_header,
.supersearcher_products_header
{
    border-bottom: 1px solid #EAE9E8;
    padding: 5px 30px 8px;
    text-align: left;
    background: none;
    margin-top: 30px;
    font-size: 16px !important;
    font-family: Lato-Black,Helvetica,Arial,sans-serif;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #a0a0a0;
}

.supersearcher_categories_list
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    list-style-position: inside;
    padding-top: 10px;
    box-sizing: border-box;
}

.supersearcher_products_list
{
    list-style-type: none;
    margin: 0;
    list-style-position: inside;
    display: grid;
    gap: 2em;
    padding: 1em;
    grid-template-columns: repeat(auto-fill, minmax(clamp(120px, 20vw, 200px), 1fr));
    box-sizing: border-box;
}

.supersearcher_categories_item,
.supersearcher_products_item
{
    border-bottom: none;
    padding: 8px 30px 8px;
    text-align: left;
    background: none;
    font-size: 16px !important;
    font-family: Lato-Regular,Helvetica,Arial,sans-serif;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #000;
    box-sizing: border-box;
}

/***********************  Product section  ***********************/
.supersearcher_products_list .supersearcher_products_item
{
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    bakcground-color: #fff;
    transition: all .2s ease-out;
}

.supersearcher_products_list .supersearcher_products_item:HOVER
{
    box-shadow: #d9d9d9 0px 10px 26px 0px;
    transform: translateY(-4px);
}

.supersearcher_categories_item.active,
.supersearcher_products_item.active
{
    outline: dotted 1px;
}

.supersearcher_categories_item.active a,
.supersearcher_categories_item a:hover,
.supersearcher_products_item.active a,
.supersearcher_products_item a:hover
{
    color: #000;
    text-decoration: none;
}

.supersearcher_products_item_image,
.supersearcher_categories_item_image
{
    cursor: pointer;
    padding: 1em;
    box-sizing: border-box;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.supersearcher_products_item_link,
.supersearcher_products_item_image,
.supersearcher_categories_item_image
{
    width: 100%;
    display: block;
}

.supersearcher_count
{
    color: #000;
    top: 0;
    right: 7px;
    text-align: right;
    font-size: 16px;
    font-family: Lato-Regular,Helvetica,Arial,sans-serif;
    position: absolute;
    z-index: 9999;
    min-width: 130px;
    padding: 3px;
    display: none;
    box-sizing: border-box;
}

.supersearcher_products_item_left
{
    display: block;
    width: 100%;
    padding-right: 0px;
    position: relative;
}

.supersearcher_products_item_left .bouble
{
    display: none;
    width: 25%;
    height: 25%;
    max-width: 100px;
    max-height: 100px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.supersearcher_products_item_left .bouble.nyhed1
{
    display: block;
    background-image: url(/media/imagegenerator/200x200/nyhed.png);
}

.supersearcher_products_item_left .bouble.kampagne1
{
    display: block;
    background-image: url(/media/imagegenerator/200x200/kampagne.png);
}

.supersearcher_products_item_left .bouble.tilbud_pris_tilbud
{
    display: block;
    background-image: url(/media/imagegenerator/200x200/sale.png);
}

.supersearcher_products_item_right
{
    display: block;
    width: 100%;
    margin-top: auto;
}

.supersearcher_products_item_right a
{
    display: block;
    text-align: center;
}

.supersearcher_products_item_right a span.navn
{
    font-family: Lato-Regular,Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    border-radius: 0px;
    margin: 15px 0px;
    text-transform: none;
    display: block;
    box-sizing: border-box;
}

.supersearcher_products_item_right a span.pris
{
    font-family: Lato-Regular,Helvetica,Arial,sans-serif;
    font-weight: 300;
    display: block;
    box-sizing: border-box;
    background-color: #eee;
    padding: 1em;
    text-align: center;
}

.supersearcher_products_item_right a div.prisBox
{
    text-align: center;
}

.supersearcher_products_item_right a div.prisBox span
{
    font-family: Lato-Regular,Helvetica,Arial,sans-serif;
}

.supersearcher_products_item_right a div.prisBox span
{
    font-family: Lato-Regular,Helvetica,Arial,sans-serif;
}

.supersearcher_products_item_right a div.prisBox span.pris_tilbud
{
    text-decoration: line-through;
    color: #666;
    font-size: 85%;
    padding-right: 15px;
}

.supersearcher_products_item_right a div.prisBox span.pris_normal
{
    display: none;
}

.search_more_products
{
    display: block;
    width: 95%;
    margin: auto;
    background: #000;
    margin-bottom: 30px;
    bottom: -40px;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-family: Lato-Regular,Helvetica,Arial,sans-serif;
    color: #fff;
    padding: 12px 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 300ms ease 0ms;
}

.search_more_products:hover
{
    text-decoration: none;
    background: #999;
}

@media only screen and (max-width: 1024px)
{
    /*        .supersearcher
                    {
                        height: calc( 100vh - 140px)
                    }
                    input#js_supersearcher_value
                    {
                        font-size: 30px;
                    }
                    .search_more_products
                    {
                        font-size: 16px;
                        padding: 8px 0;
                    }*/
}

@media only screen and (max-width: 768px)
{
    #js_supersearcher_value
    {
        min-width: 160px;
        max-width: 160px;
    }

    /*        .supersearcher_products_list .supersearcher_products_item
                            {
                                width: 33%;
                                padding: 8px 25px;
                            }*/
}

@media only screen and (max-width: 600px)
{
    /*        .supersearcher_products_list .supersearcher_products_item
                            {
                                width: 50%;
                                padding: 8px 25px;
                            }*/
    /*        input#js_supersearcher_value
                    {
                        padding: 15px 30px 15px 10px;
                    }
                    .supersearcher_button
                    {
                        padding: 0px 30px;
                        height: 36px;
                        right: 10px;
                    }
                    .supersearcher
                    {
                        height: calc( 100vh - 130px);
                    }*/
    /*        .supersearcher_count
                            {
                                top: 22px;
                                right: 125px;
                                font-size: 16px;
                            }*/
    /*        .supersearcher_categories_header,
                    .supersearcher_products_header,
                    .supersearcher_categories_item,
                    .supersearcher_products_item
                    {
                        padding: 5px 10px 8px;
                    }*/
}

@media only screen and (max-width: 568px)
{
    .supersearcher
    {
        top: 100px;
    }

    #js_supersearcher_value
    {
        min-width: calc(100vw - 30px);
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px)
{
    /*        input#js_supersearcher_value
                    {
                        font-size: 25px;
                    }
                    .supersearcher_button
                    {
                        padding: 0px 22px;
                        font-size: 0.9em;
                        height: 34px;
                    }
                    .supersearcher_count
                    {
                        top: 18px;
                        right: 100px;
                    }
                    .supersearcher
                    {
                        height: calc( 100vh - 120px);
                    }
                    .supersearcher_categories_header,
                    .supersearcher_products_header
                    {
                        margin-top: 10px;
                    }*/
}

@media only screen and (max-width: 320px)
{
    /*        .supersearcher_products_list .supersearcher_products_item
                            {
                                width: 100%;
                                padding: 8px 25px;
                            }
                            .supersearcher_count
                            {
                                display: none;
                            }*/
}
/* RESOURCE #38 END */
