.section {
    background: #fff;
}
body {
    margin: 0;
    background-color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
div {
    display: block;
}
h1 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 64px;
    line-height: 62px;
    font-weight: 400;
}
h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 46px;
    font-weight: 400;
}
h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
}
p {
    display: block;
}
a {
    display: block;
}
* {
    box-sizing: border-box;
}

img {
    display: block;
    border: 0;
    max-width: 100%;
}
.bilder {
    float: right;
    margin-bottom: 100px;
}
.orderimage {
    display: block;
    float: right;
    margin: 25px;
}


header {
    margin-bottom: 0;
    background-color: #ffbd42;
    z-index: 10;
}
#nav_button {
    display: none;
    position: absolute;
    top: 62.5px;
    right: 25px;
}

.w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000;
}
.navigation {
    margin-bottom: 0px;
    background-color: #ffbd42;
}
.navigation-wrap {
    position: static;
    top: auto;
    z-index: 10;
    display: flex;
    clear: none;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    align-self: auto;
    flex: 0 auto;
    direction: ltr;
    font-family: 'Ribeye Marrow', sans-serif;
}
.navigation-items {
    display: flex;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: flex-end;
    align-items: center;
    flex: 0 auto;
    border: 0px none #000;
    background-color: #ffbd42;
    color: #000;
    font-size: 30px;
    background-clip: border-box;
}
.navigation-item-header {
    position: static;
    padding: 9px 20px;
    opacity: 0.6;
    direction: ltr;
    font-family: 'Ribeye Marrow', sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
}
.w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000;
}
.w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: black;
    padding: 20px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}
.w-nav-menu {
    position: relative;
    float: right;
}
header a:hover {
    color: #0d3a0d;
}
.active {
    color: #0d3a0d;
}
.image {
    overflow: visible;
    margin: 20px auto 20px 40px;
    opacity: 1;
    text-align: left;
    object-fit: fill;
    object-position: 50% 50%;
}
.beställ {
    margin-left: -10px;
}
.w-commerce-commercecartwrapper {
    display: inline-block;
    position: relative;
}
.kassa {
    margin-right: 30px;
    background: #0d3a0d;
    opacity: 1;
    color: white;
    padding: 10px 25px;
    margin-left: 30px;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 0.2em;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
}
.kassa:hover {
    cursor: pointer;
    color: white;
    background-color: rgb(71, 71, 71);
}
.w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
}
.w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
}



.section {
    margin-right: 0px;
    margin-left: 0px;
    color: #ffbd42;
}
.intro-header {
    display: flex;
    height: 790px;
    margin-bottom: 100px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background-image: url("bilder/majs2.jpg");
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
    font-weight: 400;
}
.intro-content {
    width: 70%;
    max-width: 1140px;
    margin-bottom: 20px;
    color: #ffbd42;
    text-align: center;
}
.intro-text {
    width: 80%;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
}
.heading-text {
    font-family: 'Ribeye Marrow', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 64px;
    line-height: 80px;
    text-transform: none;
}
.container.cc-heading-wrap {
    margin-top: 60px;
    margin-bottom: 80px;
    text-align: center;
}
.container.container.cc-heading-wrap h1 {
    font-size: 44px;
}

.form-frågor {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    align-items: stretch;
}
.namn-form {
    display: flex;
}
.kontakt-namn-ruta {
    width: 50%;
    padding-right: 10px;
}
.text-ruta {
    margin-bottom: 18px;
    padding: 21px 20px;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    -webkit-transition: border-color 400ms ease;
    transition: border-color 400ms ease;
    font-size: 14px;
    line-height: 26px;
    opacity: 0.6;
}
.email-namn-ruta {
    width: 50%;
    padding-left: 10px;
}
.text-ruta.cc-textarea {
    height: 200px;
    padding-top: 12px;
}
.text-ruta.cc-kontakt-ruta {
    margin-bottom: 25px;
}

.contacts-section {
    margin-bottom: 200px;
    text-align: center;
    margin-top: 200px;
}
.number-contact-wrap {
    width: 25%;
    margin-top: 50px;
    color: black;
}
.paragraph-bigger {
    margin-bottom: 10px;
    opacity: 1;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: #ffbd42;
}
.paragraph-contact-text {
    margin-bottom: 10px;
    font-size: 20px;
    opacity: 0.7;
}
.support-link {
    margin-bottom: 10px;
    opacity: 1;
    transition: opacity 200ms ease;
    color: black;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    text-decoration: none;
}


.main-heading {
    margin-bottom: 60px;
}
.main-heading h1 {
    font-size: 40px;
}
.main-heading-underrubrik {
    display: block;
    opacity: 0.8;
    color: black;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 34px;
    font-weight: 400;
}
.divider {
    height: 1px;
    background-color: rgb(221, 221, 221);
}
.grid-container {
    display: inline-flex;
    margin-top: 60px;
    margin-bottom: 150px;
    padding-left: 0px;
    justify-content: stretch;
    justify-items: stretch;
    align-content: stretch;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: ". .";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}
.grid-item {
    opacity: 0.6;
    font-family: Verdana, Geneva, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: none;
}

.backgrundsbild-main {
    width: 100%;
    background-image: url("bilder/butik.jpg");
    height: 700px;
    margin-bottom: 200px;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
}
.varor-knapp {
    background: #0d3a0d;
    opacity: 1;
    color: white;
    font-family: 'Ribeye Marrow', sans-serif;
    padding: 30px 40px;
    padding-top: 50px;
    font-size: 30px;
    margin: 0 auto;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-decoration: none;
    margin-left: 100px;
    border-radius: 10%;
    text-transform: uppercase;
}
.varor-knapp:hover {
    background: #717171;
}

.självplock-bilder {
    display: flex;
    margin-bottom: 100px;
}
.sjalvplock-bild {
    width: 32%;
    margin-bottom: 50px;
    padding: 15px;
}

.container {
    position: static;
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Ribeye Marrow', sans-serif;
}
.omoss-bild-wrap {
    margin-bottom: 150px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 30px auto 30px auto 30px auto;
    grid-template-rows: auto auto auto auto;
}
.om-grundaren {
    width: 70%;
    margin-right: auto;
    margin-bottom: 120px;
    margin-left: auto;
    text-align: center;
}


.products-heading {
    margin-bottom: 80px;
    text-align: center;
}
.list-nyheter {
    display: flex;
    margin-bottom: -40px;
}
.collection-varor {
    margin-bottom: 50px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    width: 33.33%;
}
.collection-vara {
    position: static;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    transition: opacity 600ms ease;
}
.collection-vara:hover {
    opacity: 0.8;
}
.product-image1 {
    position: relative;
    right: 0px;
    display: inline-block;
    width: 100%;
    height: 500px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #f4f4f4;
    background-image: url(bilder/IMG-4036.jpg);
    background-position: 30% 70%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #0d3a0d;
}
.product-image2 {
    position: relative;
    right: 0px;
    display: inline-block;
    width: 100%;
    height: 500px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #f4f4f4;
    background-image: url(bilder/IMG-4065.jpg);
    background-position: 40% 60%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 600ms ease;
    color: #0d3a0d;
}
.product-image3 {
    position: relative;
    right: 0px;
    display: inline-block;
    width: 100%;
    height: 500px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #f4f4f4;
    background-image: url(bilder/IMG-4077.jpg);
    background-position: 70% 30%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 600ms ease;
    color: #0d3a0d;
}
.product-image4 {
    position: relative;
    right: 0px;
    display: inline-block;
    width: 100%;
    height: 500px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #f4f4f4;
    background-image: url(bilder/FE4589D5-BF23-44A1-858B-436701635C3F.JPG);
    background-position: 70% 30%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 600ms ease;
    color: #0d3a0d;
}
.product-image5 {
    position: relative;
    right: 0px;
    display: inline-block;
    width: 100%;
    height: 500px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #f4f4f4;
    background-image: url(bilder/IMG-1225.jpg);
    background-position: 70% 30%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 600ms ease;
    color: #0d3a0d;
}
.product-image6 {
    position: relative;
    right: 0px;
    display: inline-block;
    width: 100%;
    height: 500px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #f4f4f4;
    background-image: url(bilder/IMG-1293.jpg);
    background-position: 70% 30%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 600ms ease;
    color: #0d3a0d;
}
.product-image7 {
    position: relative;
    right: 0px;
    display: inline-block;
    width: 100%;
    height: 500px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #f4f4f4;
    background-image: url(bilder/IMG-1588.jpg);
    background-position: 70% 30%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 600ms ease;
    color: #0d3a0d;
}
.product-image8 {
    position: relative;
    right: 0px;
    display: inline-block;
    width: 100%;
    height: 500px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #f4f4f4;
    background-image: url(bilder/A9625238-706F-4C09-ACB6-4E9903CC919D.JPG);
    background-position: 70% 30%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 600ms ease;
    color: #0d3a0d;
}
.product-image9 {
    position: relative;
    right: 0px;
    display: inline-block;
    width: 100%;
    height: 500px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #f4f4f4;
    background-image: url(bilder/butik.jpg);
    background-position: 70% 30%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 600ms ease;
    color: #0d3a0d;
}
.product-image10 {
    position: relative;
    right: 0px;
    display: inline-block;
    width: 100%;
    height: 500px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #f4f4f4;
    background-image: url(bilder/IMG-4066.jpg);
    background-position: 70% 30%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 600ms ease;
    color: #0d3a0d;
}
.product-image11 {
    position: relative;
    right: 0px;
    display: inline-block;
    width: 100%;
    height: 500px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #f4f4f4;
    background-image: url(bilder/IMG-4079.jpg);
    background-position: 70% 30%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 600ms ease;
    color: #0d3a0d;
}
.product-image12 {
    position: relative;
    right: 0px;
    display: inline-block;
    width: 100%;
    height: 500px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #f4f4f4;
    background-image: url(bilder/IMG-4069.jpg);
    background-position: 70% 30%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 600ms ease;
    color: #0d3a0d;
}

.product-beskrivning {
    position: absolute;
    left: 30px;
    top: auto;
    right: auto;
    bottom: 30px;
    background: #ececec;
    padding: 10px;
    opacity: 0.7;
    border-radius: 7px;
    z-index: 10;
}
.product-namn-text {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0d3a0d;
}
.product-pris-text {
    opacity: 1;
    font-size: 14px;
    line-height: 26px;


}


.section.prenumerera {
    margin-right: 0px;
    margin-left: 0px;
    background-color: #ececec;
}
form {
    display: block;
    margin-top: 0em;
}
.prenumerera {
    background-color: #ececec;
    margin-bottom: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.heading-prenumerera {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    text-transform: none;
}
.heading-prenumerera-undertext {
    margin: 0 auto;
    opacity: 0.6;
    font-family: Verdana, Geneva, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: none;
    width: 40%;
    margin-bottom: 20px;
}
.paragraph-light {
    opacity: 0.6;
    font-family: Verdana, Geneva, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: none;
}
.form-block {
    margin-top: 20px;
}
.N-form {
    margin: 0 0 15px;
}
.prenumerera-form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-ruta.prenumerera-text-ruta {
    width: 330px;
    margin-right: 10px;
    margin-left: 0;
    margin-top: 5px;
    box-sizing: border-box;
}
.text-ruta {
    padding: 20px 20px;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    transition: border-color 400ms ease;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Ribeye Marrow', cursive;
}
input[type="email"] {
    padding: 1px 10px;
}
input {
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: text;
    margin: 0em;
    padding: 1px 2px;
    border-width: 1px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}
.N-input {
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.button {
    padding: 12px 15px;
    border-radius: 0px;
    background-color: #0d3a0d;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Ribeye Marrow', cursive;
    text-align: center;
}
.N-button {
    margin-top: -5px;
    display: inline-block;
    border: 0;
    cursor: pointer;
}
.button:hover {
    background-color: rgb(71, 71, 71);
}
.status-meddelande {
    padding: 9px 30px;
    background-color: #202020;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}
.N-form-klart {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd;
}
.N-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}



.f-layout-grid {
    display: flex;
}
.footer {
    padding-top: 120px;
    padding-bottom: 80px;
    justify-items: start;
    align-items: start;
}
.logo-link {
    z-index: 1;
    transition: 1s ease;
    backface-visibility: hidden;
}
.logo-link:hover {
    opacity: 0.7;
}
.f-inline-block {
    display: inline-block;
    width: 100%;
}
label {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.links-section-footer {
    margin-top: 20px;
}
.footer-rubrik {
    font-size: 12px;
    margin-left: 10px;
}
.navigation-ite {
    margin-bottom: 0px;
    opacity: 0.7;
    transition: color 200ms ease, opacity 200ms ease;
    font-family: 'Ribeye Marrow', sans-serif;
    color: #000;
    font-size: 15px;
    text-decoration: none;
}
.navigation-ite:hover {
    color: #0d3a0d;
}



.w-commerce-commercebetalning {
    margin-top: -8px;
    margin-bottom: -8px;
    padding: 15px;
    background-color: #ffbd42;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Ribeye Marrow', cursive;
    cursor: pointer;
    font-weight: bold;
}
.w-commerce-commercebetalning:hover {
    color: #165f16;
    background: #ffbd42;
}
.aktiv {
    color: #045704;
}
.w-commerce-commercecheckoutformcontainer {
    width: 100%;
    min-height: 100vh;
    padding-right: 20px;
    padding-left: 20px;
}
.full-width-form {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background-color: #f4f4f4;
}
.cc-full-width-beställ-wrap {
    display: flex;
    align-items: flex-start;
}
.w-commerce-commercelayoutmain {
    flex-basis: 800px;
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 20px;
}
.order-wrap {
    flex-basis: 750px;
}
.order-klar {
    width: 750px;
    margin: auto;
}
.w-commerce-commercecheckoutorderitmeswrapper {
    margin-bottom: 20px;
}
.w-commerce-commercecheckoutsummaryblockheader {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    background-color: #fff;
}
.w-commerce-commercecheckoutklarheader {
    display: block;
    align-items: baseline;
    justify-content: space-between;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    background-color: #fff;
}
.block-header {
    padding: 16px 24px;
    border-color: #e4e4e4;
}
.heading-jumbo-tiny {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
}
.heading-jumbo-underrubrik {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    font-weight: 500;
}
.w-commerce-commercecheckoutblockcontent {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    background-color: #fff;
}
.order-item-list {
    margin-bottom: -5px;
}
.w-commerce-commercecheckoutcustomerinfowrapper {
    margin-bottom: 20px;
}
.w-commercecheckoutlabel {
    margin-bottom: 8px;
}
.w-commerce-commercecheckoutblockheader {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    background-color: #fff;
}
.paragraph-tiny.cc-paragraph-tiny-light {
    opacity: 0.7;
}
.paragraph-tiny {
    font-size: 12px;
    line-height: 20px;
}
label {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.block-content {
    padding: 24px 24px 12px;
    border-right-color: #e4e4e4;
    border-bottom-color: #e4e4e4;
    border-left-color: #e4e4e4;
    font-weight: 400;
}
.w-commerce-commercecheckoutblockcontent {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    background-color: #fff;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
.w-commerce-commercecheckoutemailinput {
    background-color: #fafafa;
    display: block;
    height: 38px;
    width: 100%;
    appearance: none;
}
.w-commerce-swish {
    background-color: #fafafa;
    display: block;
    height: 38px;
    width: 100%;
    appearance: none;
    text-align: left; 
}
.swish-ruta {
    width: auto;
    padding-top: 5px;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
    opacity: 0.1;
}
.swish-ruta:hover {
    width: auto;
    padding-top: 5px;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
    opacity: 0.8;
}
.swish {
    width: 35px;
    display: inline-block;
    margin-bottom: -11px;
    margin-left: 5px;
}
#swishruta {
    display: none;
}
.w-commerce-commercecheckoutrow {
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
}
.w-commerce-commercecheckoutcolumn {
    padding-right: 8px;
    padding-left: 8px;
    flex-grow: 1;
    flex-basis: 0%;
    flex-shrink: 1;
}
.w-commerce-commercecheckoutlabel {
    margin-bottom: 8px;
}
.w-commerce-commercecheckoutshippingcity {
    background-color: #fafafa;
    display: block;
    height: 38px;
    width: 100%;
    appearance: none;
}
.w-commerce-commercecheckoutshippingcountryselector {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    appearance: none;
}
.select {
    height: 42px;
    margin-bottom: 16px;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.w-commerce-commercecheckoutcardnumber {
    background-color: #fafafa;
    display: block;
    height: 38px;
    appearance: none;
    cursor: text;
    width: 100%;
}
.w-commerce-commercecheckoutbillingaddresstogglewrapper {
    display: flex;
    flex-direction: row;
}
.billing-address-toggle-2{
    margin-bottom: 10px;
    align-items: stretch;
}
.checkbox-2 {
    margin-top: 3px;
    margin-right: 8px;
}
.w-commerce-labelleft {
    text-align: left;
}
.w-commerce-commercelayoutsidebar {
    flex-basis: 320px;
    flex-grow: 0;
    flex-shrink: 0;
    position: sticky;
    top: 20px;
}
.order-summary {
    flex-basis: 370px;
}
.w-commerce-commercecheckoutblockcontent {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    background-color: #fff;
}
.block-content {
    padding: 24px 24px 12px;
    border-right-color: #e4e4e4;
    border-bottom-color: #e4e4e4;
    border-left-color: #e4e4e4;
    font-weight: 400;
}
.w-commerce-commercecheckoutplaceorderbutton {
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    display: block;
    align-items: center;
    appearance: none;
    margin-bottom: 20px;
    text-align: center;
}
.w-commerce-commercecheckoutordersummarywrapper {
    margin-bottom: 20px;
}

.butik-blommor {
    width: 50%;
}

@media screen and (max-width: 1291px) {
    .container {
        padding: 30px;
    }
}

@media screen and (max-width: 991px) {
    .w-nav {
        margin-bottom: 0;
    }
    .butik-blommor {
        width: 100%;
    }
    .container {
        padding: 20px;
    }
    .omoss-bild-carina {
        width: 100%;
    }
    .omoss-bild-skylt {
        width: 100%;   
    }
    .navigation-items {
        display: block;
        z-index: 10;
    }
    .active {
        background: #c78917;
        color: #0d3a0d;
        opacity: 0.6;
    }
    .w-nav-link {
        display: flex;
        z-index: -1;
    }
    #nav_button {
        display: block;
        cursor: pointer;
    }
    #nav_button:hover {
        color: #061a06;
    }
    .beställ {
        position: absolute;
        top: 52.5px;
        right: 35px;
    }
    .open {
        width: 100%;
        z-index: 0;
        transition: all linear 0.7s;
    }
    .closed {
        margin-left: -1000px;
        height: 0;
    }
    .meny {
        width: 100%;
    }

    .intro-text {
        width: auto;
    }
    .beställ {
        margin-right: 30px;
        margin-left: 0px;
    }
    .kassa {
        margin: auto;
        margin: 5px 5px 0 5px;
    }
    .collection-varor {
        width: 100%;
        max-width: 620px;
        margin-right: 30px;
        margin-bottom: 30px;
        margin-left: 30px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .list-nyheter {
        margin-right: 0px;
        margin-left: 0px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }
    .paragraph-light.heading-prenumerera-undertext {
        width: 60%;
    }
    .button {
        justify-content: center;
    }
    .order-summary {
        flex-basis: 320px;
    }
    .order-klar {
        width: 90%;
        margin: auto;
    }
}





@media screen and (max-width: 751px) {
    .självplock-bilder {
        display: block;
    }
    .sjalvplock-bild {
        width: 100%;
    }
    .varor-knapp {
        margin-left: 0;
        padding-top: 30px;
    }
    .image {
        margin-left: 20px;
    }
    .logo-footer {
        margin: auto;
    }
    .section {
        margin-right: 15px;
        margin-left: 15px;
    }
    .heading-text {
        font-size: 50px;
        line-height: 64px;
    }
    .intro-content {
        width: 80%;
    }
    .intro-header {
        margin-right: -15px;
        margin-left: -15px;
    }
    .container {
        text-align: center;
    }
    .grid-container {
        display: block;
        grid-row-gap: 30px;
        grid-template-areas:
            "."
            ".";
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }
    .grid-item {
        margin-bottom: 50px;
    }
    .f-layout-grid {
        display: block;
    }
    .number-contact-wrap{
        margin: auto;
        text-align: center;
        margin-top: 40px;
        width: 100%;
    }
    .support-link {
        margin-bottom: 70px;
    }
    .contacts-section {
        width: 90%;
        margin: 0 auto;
    }
    .links-section-footer {
        margin-top: 10px;
    }
    .footer-rubrik {
        font-size: 12px;
        margin-top: 30px;
    }
    .container.prenumerera {
        padding-right: 30px;
        padding-left: 30px;
    }
    .form-block {
        width: 100%;
        max-width: 470px;
        margin: auto;
    }
    .form-frågor {
        width: 90%;
        text-align: left;
    }
    .namn-form {
        display: block;
    }
    .kontakt-namn-ruta {
        width: 100%;
        padding: 0;
    }
    .email-namn-ruta {
        width: 100%;
        padding: 0;
    }
    .paragraph-light.heading-prenumerera-undertext {
        width: 80%;
    }
    .heading-prenumerera {
        font-size: 30px;
        line-height: 52px;
    }
    .text-ruta.prenumerera-text-ruta {
        width: auto;
        margin-right: 0px;
        margin-bottom: 10px;
        text-align: center;
    }
    .prenumerera-form {
        flex-direction: column;
        align-items: stretch;
    } 
    .container.cc-full-width-beställ-wrap {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
    }
    .w-commerce-commercelayoutmain {
        margin-right: 0px;
    }
    .w-commerce-commercelayoutsidebar {
        margin-top: 20px;
    }
}