﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');
/*
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
*/
*
{
    box-sizing:border-box;
}

body,html,form
{
    width:100%;
    min-height:100%;
    height:100%;
    margin:0px;
    font-family: 'Poppins';
    position:relative;
    font-size: 100%;
    font-weight:300;
    font-size: 18px;
}

ul {
    margin: 0px;
    padding: 0px;
}

form
{
    font-size:1em;
}

.afix
{
    position:relative;
    margin-top:-65px;
}

.backtoevent
{
    font-weight:bold;
    display:inline-block;
    padding-top:10px;
}

img
{
 border:none;   
}

A:link{color:Black;text-decoration:none;}
A:visited{color:Black;text-decoration:none;}
A:active{color:Black;text-decoration:none;}
A:hover{color:Black;text-decoration:none;}

.Clear
{
    clear:both;   
}

h1
{
    font-weight: 700;
    width:100%;
    text-transform:uppercase;
    font-size: 30px;
    margin:0px;
}

h2
{
    font-weight: 700;
    width:100%;
    text-transform:uppercase;
    font-size: 25px;
    margin:0px;
}

h3
{
    font-weight: 700;
    width:100%;
    text-transform:uppercase;
    font-size: 18px;
    margin:0px;
}

h4
{
    font-weight: 700;
    width:100%;
    font-size: 16px;
    margin:0px;
}

h5
{
    font-weight:400;
    width:100%;
    text-transform:uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    margin:0px;
}

ul
{
	margin:0px;
}

.centercontent
{
    width:90%;
    margin:0px auto;
    position:relative;
}

.centercontent60
{
    width:60%;
    margin:0px auto;
    position:relative;
}


#Kreera {
    background-color: #f2efe7;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0px;
}

    #Kreera img {
        width: 60px;
        display: inline-block;
        margin: 0px auto;
        padding:10px 0px;
    }

#EPHolder {
    display: flex;
    overflow: hidden;
    height: 100vh;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#EPText {
    color: #fff;
    font-family: Arial;
    font-size: 22px;
    position: absolute;
    z-index: 5;
}

#EPBG {
    background-image: url(/Images/Siteimages/errorbg.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    animation: shrink 5s infinite alternate;
}

@keyframes shrink {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.2, 1.2);
    }
}

.Spacer
{
    height:100px;
}

#Wrapper .MenyHolder
{
    position: fixed;
    width: 90%;
    margin:0px auto;
    left:5%;
    z-index: 1000;
}

#Wrapper .navbar-toggle 
{
    display:block;
}

.TopBannerHolder
{
    display: block;
    background-color:#fff;
    height: 100px;
    z-index: 10;
    width: 100%;
    position:relative;
}

#Wrapper #TopMeny
{
    width:100%;
    text-align:right;
    font-size:11px;
    top:0px;
    left:0px;
    z-index:2000;
    padding:20px 0px;
    position: absolute;
}

#Wrapper #TopMeny ul
{
    z-index:2005;
    width: 100%;
    margin: 0px auto;
    list-style: none;
    padding-left: 0px;
}

#Wrapper #TopMeny ul li
{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0px 30px;
}

#Wrapper #TopMeny ul a
{
    color:#fff;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size: 14px;
}

.MenyImageHolder 
{
    position: absolute;
    top: 12px;
    left: 0px;
    right:0px;
    z-index: 20000;
    cursor: pointer;
    text-align: center;
    width: 90px;
    margin: 0px auto;
}

.mihStart {
    width:250px;
    animation: shrinkWidth 1s ease forwards;
    animation-delay: 3s;
    overflow: hidden;
}

@keyframes shrinkWidth {
    to {
        width: 90px;
    }
}

.MenyImageHolder img {
    width: 100%;
}

.MenyButtonHolder 
{
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 27px;
    z-index: 100;
    margin:0px auto;
}

.CartAmountSPacing
{
    padding:0px 10px;
    display:inline-block;
}

.ekholmenbutton {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 11px;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    border: 0px;
    background-color:#000;
    color: #fff!important;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 25px;
    display: inline-block;
}

#btnBuy {
    background-color: #000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 11px;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    border: 0px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 25px;
    display: inline-block;
}

.MenyButton {
    background-color: #000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 11px;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-transform: uppercase;
}

.MenyButton a
{
    color: #fff;
    text-align: center;
    padding: 12px 25px;
    display:inline-block;
    display: block;
}

    .MenyButton a:hover, #btnBuy:hover, .ekholmenbutton:hover {
        background-color: #17251b;
    }

#StartVideo
{
    width:100%;
    position:relative;
}

video
{
    margin:0px;
    padding:0px;
}

#Videoholder {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 80vh;
    background-color: #fff;
    z-index: 1;
}

#VideoWhiteFade {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0) 200px);
}

video#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#StartVideoLogoHolder
{
    width: 50%;
    margin: 0px auto;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 35%;
    z-index: 190;
    pointer-events: none;
    max-width: 1000px;
    box-sizing: border-box;
}

#StartVideoLogoHolder img {
    width: 100%;
  }

.FullImage
{
    width:100%;
    height:70vh;
    background-size:cover;
    background-position:center center;
    position:relative;
    z-index:1;
}

.fullimagea
{
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
}

.FullImage-Start {
    background-image: url(../Images/Siteimages/Start-BG.jpg);
    background-position: Left center;
    margin: 50px 0px;
}

.FullImage-Referenser
{
    background-image:url(../Images/Siteimages/Referenser-BG.jpg);
    background-position:Left center;
}

.FullImage-Kontakt
{
    background-image:url(../Images/Siteimages/Kontakt-BG.jpg);
    background-position:Left center;
}

.FullImageTextHolder
{
    position:absolute;
    max-width: 40%;
    top: 50%;
    right: 10px;
    transform: translate(-10px, -50%);
    background: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.FullImageText
{
    padding:70px 50px;
    box-sizing: border-box;
}

.BookInkast
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap:20px;
}

.BookInkastItem {
    display: inline-block;
    width: calc(33.333% - 25px);
    background-color: #f2efe7;
    border: 1px solid #f2efe7;
    padding: 40px;
    box-sizing: border-box;
    transform: translate(0px, -20%);
    z-index: 10;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

    .BookInkastItem:hover {
        background-color: #fff;
        border: 1px solid #000;
    }

.BookInkastText
{
    padding-bottom:10px;
}

.BookInkastText p
{
    margin-bottom:0px;
}

.FlexHolder {
    display: flex;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0px 50px 0px;
    box-sizing: border-box;
    gap:20px;
}

.ArticelItem4 {
    width: calc(25% - 10px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color:#fff;
    max-width: 50%;
    flex-grow: 1;
  }

.ArticelItem4 img, .ArticelItem3 img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
  }

.ArticelItem3
{
    width: calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color:#fff;
    max-width: 50%;
    flex-grow: 1;
    position:relative;
  }

.ArticelItem2
{
    width:calc(50% - 10px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    max-width: 50%;
    flex-grow: 1;
    position:relative;
  }

.ArticelImgmax {
    position: relative;
    font-size: 0px;
    overflow: hidden;
    box-sizing: border-box;
}

.mw500
{
    max-width:500px;
}

.ArticelImg {
    position: relative;
    font-size: 0px;
    overflow: hidden;
    max-height: 450px;
    box-sizing: border-box;
}

.as1 {
    aspect-ratio: 1;
}

    .ArticelImg img, .ArticelImgmax img {
        width: 100%;
        transition: ease-in-out 0.5s;
    }

.ArticelImg a img:hover {
    transform: scale(1.06);
    cursor: pointer;
  }

.ArticelHoverHolder .ArticelImg img:hover {
    transform: scale(1.06);
    cursor: pointer;
}

.ArticelHoverHolder:hover .ArticelImg img {
  transform: scale(1.06);
  cursor: pointer;
}

.ArticelHoverHolder:hover .ButtonStart::after {
  transform: scaleX(1);
}

.ArticelHoverHolder {
  display: block;
}

.ArticelTextHolderWS {
    display: block;
    background-color:#f2efe7;
    width:100%;
    text-align:center;
    color:#000;
}

.ArticelTextHolder {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    pointer-events: none;
}

.ArticelTextHolder-Top {
    position: absolute;
    top:20px;
    left:20px;
    right:20px;
    pointer-events: none;
  }

.ArticelHeadline {
    letter-spacing: 1px;
    padding: 5px 0px;
    font-size: calc(16px + 0.6vw);
    margin: 0px;
    line-height: 130%;
    letter-spacing: 1px;
    font-weight: 800;
    color:#fff;
    text-transform: uppercase;
  }

.ArticelHeadlineWS {
    letter-spacing: 1px;
    padding: 5px 0px;
    font-size: calc(16px + 0.6vw);
    margin: 0px;
    line-height: 130%;
    letter-spacing: 1px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
}

  .ArticelHeadline p {
    margin:0px;
  }

  .ArticelHeadline a{
    color:#fff;
  }

.ArticelTextHolderSUB {
    position: relative;
    text-align: center;
    z-index: 3;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 90%;
    margin: 0px auto;
    height: auto;
  }

.ArticelHeadlineSUB {
    padding: 5px 0px;
    margin: 0px;
    line-height: 130%;
    letter-spacing: 1px;
    font-weight: 700;
    color:#000;
    text-transform: uppercase;
    font-size: 18px;
  }

  .ArticelHeadlineSUB a{
    color:#000;
  }

.ArticelTextSUB {
    font-size: 18px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 300 !important;
    padding-top: 5px;
    font-style: normal !important;
    color:#000;
  }

  .ArticelTextSUB-Full {
    font-size: 18px !important;
    font-weight: 300 !important;
    padding-top: 5px;
    font-style: normal !important;
    color:#000;
  }

#WebShopBuy
{
    padding-top:10px;
}

.ArticelText {
    font-size: 18px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 300 !important;
    padding-top: 5px;
    font-style: normal !important;
    color: #fff;
}

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

    .ArticelTextWS {
        font-size: 18px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        font-weight: 300 !important;
        padding-top: 5px;
        font-style: normal !important;
        color: #000;
    }

.ArticelTextSUB p, .ArticelText p, .ArticelTextWS p {
    margin: 0px;
}

.ArticelText a{
    color:#fff;
  }
  .ArticelTextSUB a{
    color:#000;
  }

.ArticelTextSUB h1, .ArticelTextSUB h2, .ArticelTextSUB h3, .ArticelTextSUB h4,.ArticelText h1, .ArticelText h2, .ArticelText h3, .ArticelText h4  {
    font-size: 18px !important;
    font-weight: 300 !important;
    font-family: 'Poppins' !important;
    text-transform: initial!important;
  }

.ButtonHolderStart-Top {
    cursor: pointer;
    padding-bottom: 10px;
    margin: 0px auto;
  }

.ButtonHolderStart {
    cursor: pointer;
    padding-top: 20px;
    text-transform:uppercase;
    font-weight:bold;
    margin: 0px auto;
  }

.ButtonStart, .ButtonStart-Black {
    text-align: left;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    position: relative;
  }

.ButtonStart a {
    color: #fff;
  }

    .ButtonStartWS a {
        color: #000;
    }

.ArticelTextHolderSUB .ButtonStart a, .ButtonStart-Black a {
    color: #000;
  }

.ButtonStart::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
  transform: scaleX(0); /* Line is hidden initially */
  transform-origin: left;
  transition: transform 0.3s ease;
}

.ArticelTextHolderSUB .ButtonStart::after, .ButtonStart-Black::after  {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #000;
  transform: scaleX(0); /* Line is hidden initially */
  transform-origin: left;
  transition: transform 0.3s ease;
}

.ButtonStart:hover::after, .ButtonStart-Black:hover::after , .BookInkastItem:hover .ButtonStart-Black::after {
  transform: scaleX(1); /* Line appears on hover */
}

.ButtonHolder {
    cursor: pointer;
    padding-top: 20px;
    margin: 0px auto;
  }

.Button {
    background-color: #790202;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer;
  }

.Button a {
    color: #fff;
    text-align: center;
    padding: 14px 30px 14px 30px;
    display: block;
  }

.Button:hover
  {

  }

.Light-BG
{
    background-color: #f2efe7;
    padding: 20px;
}

.BiggTextHolder
{
    width:70%;
    margin: 0px auto;
    padding:70px 0px;
    text-align: center;
}

.TextHolder
{
    width:60%;
    margin: 0px auto;
    padding:70px 0px;
    text-align:center;
}

.clean-calendar {
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    border-radius: 8px;
    overflow: hidden;
    width: 280px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

    .clean-calendar th {
        background: #f5f5f5;
        color: #555;
        padding: 6px;
        font-weight: 500;
    }

    .clean-calendar td {
        padding: 8px;
        text-align: center;
        cursor: pointer;
        transition: background 0.2s;
    }

        .clean-calendar td:hover {
            background: #e9f3ff;
            border-radius: 6px;
        }

    .clean-calendar .SelectedDay {
        background: #0078d7 !important;
        color: white !important;
        border-radius: 6px;
    }

#SBtextHold {
    text-align: center;
}

#SBOrders table tr td, #tblwebOrder tr td{
    padding: 0px 5px;
}

#tblwebOrder tr:nth-child(1)
{
    font-weight:bold;
}

.TotalForSB {
    padding: 20px;
    margin: 20px 0px;
    display: inline-block;
    background-color: #c2c2c2;
}

.sbDontShow {
    display: none!important;
}

.removeOrderBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    color: red;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
}

    .removeOrderBtn:hover {
        color: darkred;
    }

#qrSection
{
    text-align:center;
}

.OSBItem {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #000;
}

.DishItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
}

.DIName
{
    width:70%;
    text-align:left;
}

.DIPrice
{
    width:30%;
    text-align:right;
}

.DIContent {
    width: 70%;
    text-align:left;
}

#ArtDetails
{
    display:flex;
    width:100%;
    padding:100px 80px 100px 80px;
}

#ADLeft
{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    width:50%;
}

#ADLeft img
{
    width:100%;
    display:inline-block;
    object-fit:cover;
    height:100%;
}
/*
.OtherImages {
    flex: 0 0 calc(50% - 10px);
    display: flex;
    aspect-ratio:2/3;
}
*/
#ADLeft :nth-child(1) {
    width: 100%;
    flex: 0 0 100%;
}

#ADRight
{
    width:50%;
    padding:0px 30px;
}


/*Detaljsida*/

.ArtikelDetaljNavigation
{   
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom:30px;
    letter-spacing: 1px;
}

.ArtikelDetaljText p
{
    margin-bottom:0px;
}


.FileItem
{
    padding: 10px 25px 9px 25px;
    display: inline-block;
    border: 2px solid #000;
    letter-spacing: 1px;
    font-size: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 50px;
    margin-right: 10px;
}

.OtherImages
{
    width: 33.3333%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 5px;
    box-sizing: border-box;
    text-align: center;
}

    .OtherImages img {
        width: 100%;
        padding: 0px 5px 10px 5px;
        box-sizing: border-box;
        aspect-ratio: 3 / 4;
        object-fit:cover;
    }

.youtubeVideo
{
    padding: 5px 7px;
    float:none;
    width:33.333%;
    box-sizing: border-box;
}

#ExtraVideos
{
    padding: 0px 5px;
}

.youtubeVideoKoncept
{
    padding: 5px 5px;
    float: none;
    width: 50%;
    margin: 0px auto;
    box-sizing: border-box;
    display: inline-block;
}

.youtubeVideo iframe
{
    padding-bottom:5px;
}

.youtubeVideoKoncept iframe
{
    padding-bottom:5px;
}

.fittobox {                /* give fit to box an aspect ratio */
    display: inline-block; /* let it be styled thusly */
    padding: 0;            /* get rid of pre-styling */
    margin: 0;
    width: 100%;           /* take up full width available */
    padding-top: 56.25%;   /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
    height: 0px;           /* don't want it to expand beyond padding */
    position: relative;    /* allow for absolute positioning of child elements */
}

.fittobox > iframe {
    position: absolute;    /* expand to fill */
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

/*Detaljsida slut*/


.FooterHolder
{

}

.Footer
{
    padding:50px 0px 50px 0px;
    font-size: 14px;
    box-sizing: border-box;
}

.Footer p
{
    margin:0px 0px 5px 0px;
}

.Footer table tr td
{
    vertical-align: top;
    padding-right: 20px;
}

#ddlWeek
{
    background-color: #fff;
    border: 1px solid #000;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
}

.LunchItemSub
{
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
    border: 1px solid #000;
    background-color: #fff;
}

.MenuCatHolder
{
  background-color: #fff;
  width: 80%;
  display: flex;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  gap: 20px;
  margin: 0px auto;
}

.MenuHeadCatHolder {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0px;
}

.MenuHeadCat
{

}

.MenuCat {
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
    border: 1px solid #000;
    width: calc(50% - 10px);
    display: inline-block;
}

.notopborder
{
    border-top:0px!important;
}

.MenuCat h4 {
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

    #sortable li {
        margin: 0 3px 3px 3px;
        padding: 0.4em;
        padding-left: 1.5em;
        font-size: 1.4em;
        height: 18px;
    }

        #sortable li span {
            position: absolute;
            margin-left: -1.3em;
        }

.EDIHandle {
    width: 30px;
    height: 30px;
    background-color: #000;
}

    .EDIHandle img {
        display: block;
        width: 30px;
        height: 30px;
    }

.EditDishItem {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 10px 10px 0px 10px;
    flex-wrap: wrap;
    max-width: 700px;
}

.EDILeft input, .EDICenter input, .EDIRight input {
    width: 100%;
    font-size: 16px;
    padding: 5px;
}

.EDILeft {
    width: 43%;
    padding-right: 10px;
}

.EDICenter {
    width: 43%;
    padding-right: 10px;
}

.EDIControls {
    width: 14%;
    gap: 5px;
    display: flex;
}

.EDIRight {
    width: 100%;
    padding: 5px 0px;
}

.EDILine {
    width: 100%;
    margin: 20px 0px;
    height: 1px;
    background-color: #f9c;
}

#DishItemHolder {
    padding-bottom: 20px;
}

#SaveMenu {
    background-color: tomato !important;
    color: #fff !important;
    padding: 10px 50px !important;
}

.imgBtnDelete {
    width: 30px;
    height: 30px;
}

.BasketButtonHolder {
    cursor: pointer;
    margin: 0px auto;
    position: absolute;
    top: 27px;
    right: 120px;
    z-index: 4000;
}

.BasketButton {
    background-color: #000;
    letter-spacing: 1px;
    font-size: 12px;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
}

#MenuUCStart_ItemNumber, #MenuUC_ItemNumber {
    background-color: transparent !important;
    position: absolute;
    left: 15px;
    bottom: 12px;
    font-size: 11px;
    color: #fff;
}

.g-recaptcha {
    display: block;
    width: 305px;
    margin: 0px auto;
    margin-top: 20px;
}

.BasketButton img {
    width: 25px;
    margin-left:10px;
    display: inline-block;
    padding: 0px 0px 0px 0px;
}

.BasketButton a {
    color: #fff;
    text-align: center;
    padding: 8px 25px 7px 25px;
    display: inline-block;
    display: block;
    border-radius: 30px;
}

.BasketButton:hover {
    background-color: #17251b;
}

    .BasketButton:hover a
    {
        color:#fff;
    }

#basket {
    color: #000;
}

    #basket td {
        font-size: 18px;
        width: 100%;
        vertical-align: top;
    }

.scItem {
    font-size: 0px;
    display: flex;
    border-bottom: 1px solid #17251b;
    margin-bottom: 20px;
    position: relative;
}

.ScItemsList {
    width: 90%;
    margin: 0px auto;
    padding-top: 30px;
}

    .ScItemsList div.scItem:last-child {
        border-bottom: 0px !important;
    }

.prodShowImg {
    width: 300px;
    display: inline-block;
}

    .prodShowImg img {
        display: block;
        width: 100%;
    }

#ProdShowTextHolder {
    display: flex;
    vertical-align: top;
    font-size: 18px;
    padding-bottom: 10px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.prodShowName, .prodShowColor, .prodShowPrice, .prodShowSize, .prodShowAmmount, .prodShowArt {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    flex: 1;
}

.prodShowName {
    text-align: left;
}

.prodShowSize {
    padding-bottom: 10px;
}

#TotalPrice {
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    display: flex;
    max-width: 400px;
    margin: 0px auto;
    text-align:center;
    align-items: center;
}

    #TotalPrice span {
        display: block;
        line-height: 22px;
    }

#PriceLeft {
    width: 100%;
    display: inline-block;
}

#PriceRight {
    width: 150px;
    display: inline-block;
    display: none;
}

.xsign {
    height: 20px;
    width: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

#ShopFooter {
    padding: 40px 0px;
    color: #000;
}

#Klarna {
    padding-top: 30px;
}

.centercontent50 h1 {
    font-size: 50px !important;
}

#Frakt {
    padding: 20px 0px;
}

#FraktCenter {
    font-size: 16px;
}

    #FraktCenter span {
        display: block;
    }

.dhllogo {
    max-width: 100px;
    display: block;
    width: 100%;
    margin: 0px auto;
}

.smallgrey {
    font-size: 14px;
    color: #c2c2c2;
}

#OrderForm {
    padding: 30px 0px 10px 0px;
    width: 100%;
    max-width: 550px;
    text-align: center;
    margin: 0px auto;
    box-sizing: border-box;
}

    #OrderForm h3 {
        color: #17251b;
    }

    #OrderForm input[type=text] {
        width: 100%;
        padding: 12px;
        border: 2.5px solid #17251b;
        margin-top: 10px;
        font-family: 'poppins';
        box-sizing: border-box;
        font-size: 15px;
    }

    #OrderForm textarea {
        width: 100%;
        padding: 12px;
        border: 2.5px solid #17251b;
        margin-top: 10px;
        font-family: 'poppins';
        font-size: 15px;
        box-sizing: border-box;
    }

    #btnSend
    {
        background-color:#000;
        color:#fff;
        padding:20px 60px;
        cursor:pointer;
        border:0px;
        font-size:18px;
    }

    #btnSend:hover {
        background-color: #17251b;
    }

    .centerbutton
    {
        text-align:center;
        display:block;
    }

.DIControls {
    margin-top: 10px;
}

    .DIControls button {
        margin: 0 5px;
        padding: 5px 10px;
    }

.qty {
    display: inline-block;
    min-width: 20px;
    padding:0px 10px;
    text-align: center;
}

.FormBoxes input[type=text],
.FormBoxes input[type=email]
{
    width: 100%;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 5px;
}

.FormBoxes
{
    text-align:center;
    margin-top:25px;
}

    .FormBoxes input[type=submit] {
        display: block;
        margin: 10px auto;
        background-color: #17251b;
        color: #fff;
        text-align: center;
        padding: 12px 25px;
        border: 0px;
        letter-spacing: 1.5px;
        font-size: 11px;
        text-transform:uppercase;
        cursor:pointer;
    }


/*
ADMINNAVIGATION
*/
/*
ADMINNAVIGATION
*/
#AdminWrapper {
    Margin-left: 0px;
    min-height: 100%;
    display: flex;
}

#AdminLeft {
    display: inline-block;
    width: 200px;
    height:100vh;
    z-index: 10;
    position:fixed;
    top:0px;
    left:0px;
}

#AdminContentHolder {
    display: inline-block;
    width: 100%;
    padding-left:230px;
    position:relative;
    box-sizing: border-box;
    padding-bottom:30px;
}

#AdminWrapper #mceu_13 {
    max-width: 696px !important;
    width: 100% !important;
}

#AdminWrapper .dropdown {
    display: inline-block;
    height: 100%;
    width: 100%;
}

#AdminWrapper .dropbtn a {
    color: #fff;
}

#AdminWrapper #AdminLeft .dropbtn {
    font-size: 14px;
    border: none;
    display: block;
    outline: none;
    width:100%;
    color: #fff !important;
    padding: 13px 20px;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    background-color: #000;
    margin: 5px 0px;
}

#AdminWrapper .dropbtn a {
    color: #fff;
}

#AdminWrapper .dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    top: 0px;
    left: 100%;
    z-index: 1;
    font-size: 12px;
    color: #fff !important;
    width: 100%;
}

    #AdminWrapper .dropdown-content .header {
        padding: 5px 16px;
        color: white;
    }

#AdminWrapper .dropbtn:hover .dropdown-content {
    display: table;
}

#AdminWrapper .row {
    text-align: left;
    padding: 11px 0px;
    display: block;
}

    #AdminWrapper .row a {
        display: block;
        padding: 3px 15px;
        text-align: left;
        color: #fff;
    }

        #AdminWrapper .row a:hover
        {
            color:#35cf29;
        }

        #AdminWrapper #MenuHolder {
            position: fixed;
            top: 0px;
            left: 0px;
            width: 100%;
            text-align: center;
            z-index: 30;
        }

#AdminWrapper #MenuHold {
    list-style: none;
}

    #AdminWrapper #MenuHold li {
        display: inline-block;
        padding: 0px 20px;
        text-transform: uppercase;
        font-size: 14px;
    }

        #AdminWrapper #MenuHold li a {
            color: #000;
        }

#AdminWrapper .navbar-toggle {
    display: none;
}

#AdminWrapper #btnLogout, #AdminWrapper #btnLogout2 {
    cursor: pointer;
    border: none;
    text-align: left;
    font-family: arial;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

#AdminWrapper #TopMeny {
    width:100%;
}

#TopMeny #menu {
    list-style: none;
    margin-left:0px;
    padding-left:0px;
}

#AdminContentHolder select {
    border: 1px solid #000;
    background-color: #fff;
    padding: 5px;
}

#AdminContentHolder .mce-panel {
    border: 0 solid #000 !important;
    border: 0.5px solid #000 !important;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    background-color: #fff;
}

#AdminContentHolder .mce-menubar {
    border: 0.5px solid #000 !important;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

#AdminContentHolder input[type=submit] {
    padding: 7px 30px;
    background-color: #000;
    border-radius: 0px;
    border: 0px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: arial;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

#AdminContentHolder .updown {
    padding: 7px 10px!important;
    background-color: #000!important;
    border-radius: 0px!important;
    border: 0px!important;
    color: #fff!important;
    font-size: 12px!important;
    text-transform: uppercase!important;
    cursor: pointer!important;
    font-family: arial!important;
}

#AdminContentHolder input[type=text], #AdminContentHolder input[type=tel], #AdminContentHolder input[type=email] {
    border: 1px solid #000;
    padding: 5px;
}

.AdminCenterBoxHolder
{
    display:block;
}

.AdminCenterBox
{
    display:inline-block;
}

.AdminCenterBoxHeadline
{
    font-size:18px;
}

.AdminCenterBoxFlex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.AdminCenterBoxControls
{
    display:inline-block;
    justify-content:center;
    align-items:center;
}

.AdminCenterBoxControls {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    gap:5px
}

    #AdminWrapper .mce-tinymce {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

.AdminNavigation {
    width: 150px;
    height: 80px;
    margin-right: 20px;
    float: left;
}

.AdminBlackbox {
    display: block;
    font-family: arial;
    width: 150px;
    background-color: Black;
    color: White;
}

.AdminLinks {
    color: Black;
    text-decoration: none;
}


    #AdminFooter {
        margin-top: -39px;
        width: 100%;
        background-color: #000;
    }

#AFText {
    color: white;
    padding-top: 2px;
    text-align: center;
}

.LeftLogoHolder {
    display: block;
    padding: 10px 0px 5px 20px
}

#AdminWrapper .LeftLogoHolder img {
    width: 90px;
}

#AdminWrapper .LogoHolder {
    position: fixed;
    top: 10px;
    right: 10px;
    display: none;
}

    #AdminWrapper .LogoHolder img {
        width: 70px;
    }

.MediaBg {
    background-color: #c2c2c2;
    width: 100%;
    padding: 15px 0px 15px 50px;
    margin-bottom: 20px;
}

    .MediaBg h3 {
        margin-top: 0px;
    }

#pnlImages {
    display: flex;
    padding: 25px;
    width: 50vw !important;
    height: 50vh !important;
    overflow: scroll;
    background-color: #fff;
    gap: 10px;
    flex-wrap: wrap;
}

.IPImage {
    display: inline-block;
    max-width: 200px;
}

.IPImageHolder {
    display: flex;
    flex-direction: column;
}

.IPText {
    padding-top: 5px;
    padding-bottom: 10px;
}

.IPTextSize {
    display: block;
    font-size: 14px;
}

.jsMpeBackground {
    background-color: #000;
    opacity: 0.7;
}


@media (max-width: 920px), only screen and (max-device-width: 920px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

    #AdminWrapper .LogoHolder {
        display: block;
    }

    #AdminWrapper #TopMeny {
        display: none;
    }

    #AdminWrapper .navbar-toggle {
        display: block;
    }

    #AdminLeft {
        display: inline-block;
        width: 80px;
        height: 50px;
        z-index: 10;
        position: fixed;
        top: 0px;
        left: 0px;
    }

    #Admin {
        width: auto;
    }

    #AdminContentHolder {
        display: block;
        padding: 70px 50px;
        box-sizing: border-box;
    }

    #btnLogout2 {
        background-color: transparent;
        color: #fff;
        font-size: 24px !important;
        font-family: 'poppinslight' !important;
        padding: 0px !important;
        font-weight: normal;
    }
}

@media (max-width: 550px), only screen and (max-device-width: 550px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

    #AdminContentHolder {
        display: block;
        padding: 70px 20px;
        box-sizing: border-box;
    }
}

/*
/ADMINNAVIGATION
*/








/** /STARTPAGE **/

@media (max-width: 1450px), only screen and (max-device-width: 1450px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

    .MenuCatHolder {
        width: 90%;
    }

    .TextHolder {
        width: 70%;
    }

}

@media (max-width: 1100px), only screen and (max-device-width: 1100px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {
    
    .MenuCatHolder {
        width: 100%;
    }

    .BiggTextHolder {
        width: 80%;
        padding: 50px 0px;
    }

    .TextHolder {
        width: 80%;
        padding: 50px 0px;
    }

    .BookInkastItem {
        padding: 20px;
    }
	
    .FullImageText {
        padding: 20px 20px;
    }

    .FullImageTextHolder {
        max-width: 60%;
        transform: translate(-10px, -50%);
    }

}

@media (max-width: 920px), only screen and (max-device-width: 920px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

    .MenuCat {
        width: calc(100% - 10px);
    }

    .FullImage {
        height: 100vh;
    }

    .BiggTextHolder {
        width: 90%;
    }

    .TextHolder {
        width: 90%;
    }

    #Videoholder {
        height: 65vh;
    }

    .BookInkastItem {
        width: calc(50% - 20px);
        transform: translate(0px, -10%);
    }

    .BookInkastItem:nth-of-type(3n+3)
    {
        display: none;
    }

    .ArticelItem2 {
        width: calc(100% - 10px);
        max-width: 100%;
    }

    .ArticelItem3 {
        width: calc(50% - 20px);
        max-width: 100%;
    }

    .Footer table tr td {
        padding-right: 0px;
        display: block;
        width: 100% !important;
        padding-bottom: 20px;
    }

    .FullImageTextHolder {
        position: absolute;
        max-width: 95%;
        bottom: 50px;
        right: 10px;
        transform: initial;
        left: 10px;
        margin: 0px auto;
        box-sizing: border-box;
        top: initial;
    }

    .OtherImages img {
        width: 100%;
        padding: 0px 0px 10px 0px;
    }

}

@media (max-width: 700px), only screen and (max-device-width: 700px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

    #Wrapper .MenyHolder
    {
        width:100%;
    }

    .centercontent {
        width: 100%;
        padding: 0px 10px;
    }

    .Spacer {
        height: 40px;
    }

    .Light-BG {
        padding: 5px;
    }

    .MenuCat
    {
        padding:10px;
    }

    .MenuCatHolder {
        padding: 5px 1px;
    }

    .MenyButtonHolder
    {
        top:10px;
    }

    .BasketButtonHolder
    {
        right:0px;
        top:50px;
    }

    .BasketButton a {
        padding: 8px 25px 3px 25px;
    }

    .MenyButton a {
        padding: 10px 15px;
    }

    .ArticelItem3 {
        width: calc(100% - 20px);
        max-width: 100%;
    }

    .BiggTextHolder {
        width: 100%;
    }

    .TextHolder {
        width: 100%;
    }

     .BookInkastItem {
        width: calc(100% - 20px);
    }

    #MenuUCStart_ItemNumber, #MenuUC_ItemNumber
    {
        bottom:10px;
    }

    .BookInkastItem:nth-of-type(3n+3) {
        display: inline-block;
    }
}