:root {
    --unselected: #FFF;
    --light: #EFEFEF;
    --dark:  #666;
    --profile: #C00;
    --profile_dark: #7a0000;
    --profile_light: #ffcbcb;
    --extra: #1c8aee;
    --bs-body-font-family: inherit;
    --bs-body-font-size: inherit;
    --bs-body-font-weight: inherit;
    --bs-body-color: inherit;
    --bs-body-text-align: inherit;
    --bs-body-bg:  inherit;
    --profile-font: var(--bs-body-font-family);
}

.align-left {
    text-align: left!important;
}

.widgets video {
    display: block;
    margin: auto auto;
    /*width: 100%;
    object-fit: contain;
    height: 500px;*/
}


.splashbox.width-50.no-padding div img {
    width: 100%;
    height: 100%;
    max-width: unset;
    object-fit: cover;
}

.image-float {
    max-width: 640px;
}

.image-float-right {
    float: right;
    margin-left: 20px;
}

.image-float-left {
    float: left;
    margin-right: 20px;
}


.form-control.half {
    width: 48%;
    display: inline-block!important;
}


h1,h2,h3,h4,h5,h6 {
    font-family: var(--profile-font), sans-serif;
}

.cart-contents a, .cart-contents h4 {
    cursor: pointer;
}

div#cart .cart-contents {
    padding: 10px;
    background: #CCC;
    border-radius: 0px 0px 3px 3px;
}

div.allergies {
    height: 20px;
    font-size: 0.8em;
    color: #888;
}

.allergies span {
    display: inline-block;
    margin-right: 10px;
}

tr.discount_total td {
    font-weight: bold;
}


.cart-contents-wrap table.table tfoot {
    font-weight: bold;
}

.cart-contents-wrap table.table tr td {
    padding: 4px;
    vertical-align: middle;
}

.cart-contents-wrap table.table tr td
{
    width: unset!important;
}

.cart-contents-wrap table.table tr td:last-child
{
    width: 80px!important;
}

.cart-contents-wrap table.table tr td.quantity_wrap {
    width: 80px!important;
}


/*
.cart-contents-wrap table.table tr td:nth-child(3)
{
    width: 80px;
}
.cart-contents-wrap table.table tr td:nth-child(2),
.cart-contents-wrap table.table tr td:nth-child(4),
.cart-contents-wrap table.table tr td:nth-child(5)



{
    width: 48px;
}

*/
div#cart .cart-contents.active {
    background: var(--profile_light);
}

.cart-contents-wrap {
    padding: 10px;
    background: #FFF;
    border-radius: 3px;
    display: none;
}

.cart-contents.active .cart-contents-wrap
{
    display: block;
}


.cart-contents h4 {
    text-align: center;
}

.footer, .push {
    height: 580px;
}

.light-bg {
    background: var(--light);
    color: #333;
}
.light {
    color: var(--light);
}

.dark-bg {
    background:  var(--dark);
    color:  #FFF;
}
.dark {
    color:  var(--dark);
}

body {
    background: var(--light)!important;
}

ul#filtrering {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
}

ul#filtrering li {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 20px;
    cursor: pointer;
    background: var(--unselected);
    transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    margin-bottom: 10px;
    color:  var(--dark);
}

ul#filtrering li:hover:not(.selected), #filtrering li.selected {
    background: var(--profile);
    color:  #FFF;
}

ul#filtrering li.selected:hover {
    background: var(--profile_dark);
    color:  #FFF;
}

ul#filtrering li.selected {
    background: var(--profile);
    color: #FFF;
}

div#content, div.wrap {
    width: 1300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}



@media only screen and (max-width: 1000px)
{
   .image-float {
        width: unset;
        margin: auto auto;
        float: none!important;
   }
}


@media only screen and (max-width: 1200px)
{
    div#content, div.wrap {
        width: 100%;
    }
}




img#logo {
    max-width: 200px;
    margin: 20px;
}

.flex_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.product {
    width: 410px;
    padding: 10px;
    background: #FFF;
    margin: 10px 10px 10px 0px;
    display: block;
    min-height: 500px;
    float: left;
    position: relative;
    border-radius: 3px;
}

.product h5 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2em;
    height: 2.4em;
    overflow: hidden;
}

.credit {
    font-size: 0.7em;
    font-style: italic;
}

.product span.info {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    height: 2.4em;
    margin-bottom: 10px;
}

.product .description {
    height: 300px;
}

.product div.img {
    height: 250px;
    background-size: contain!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
}

table.middle {
    vertical-align: middle;
}



div#cart {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 480px;
    max-height: 100%;
    overflow-y: auto;
    z-index: 9;
}

@media (min-width: 768px) {
    .col-md-4 {
        float: left;
    }
}

footer.footer {
    background: var(--profile)!important;
}

footer.footer .rubrik {
    font-family: var(--profile-font);
    font-size: 1.4em;
}


@media only screen and (max-width: 580px)
{

    .product {
        width: 100%;
    }

    div#cart {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        width: inherit;
        
    }

    .footer {
        position: relative!important;
        height: unset!important;
        padding-bottom: 80px!important;
    }

    .footer .col-md-4 {
        margin-bottom: 10px;
    }

}


.align_left {
    text-align: left;
}

.kategori_wrap h3 {
    color: var(--profile);
    font-size: 2.6em;
}

.product h5 {
    font-family: var(--bs-body-font-family);
}


.welcome {
    margin: 20px;
}


a.order_button.hide {
    display: none!important;
}

h5.total {
        margin: 0;
}

div#checkout {
    margin-top: 10px;
}

table.middle_align {
    width: 100%;
}