@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700&display=swap');
/*
 | -----------------------------------------------------
 | GRUNDLÄGGANDE DOKUMENT STILAR
 | -----------------------------------------------------
 */
:root {
    font-kerning: normal;
    font-size: calc(1em + 0.4vw);
    box-sizing: border-box;
}
html {
    line-height: 1.66667em;
    height: 100%;
    scroll-behavior: smooth;
    font-size: 16px;
}
body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.25;
    color: #100a24;
    height:100%;
    background-color: #fff;
    margin-bottom:60px;
    min-width: 380px;
}
#ram_inputsok {
    -webkit-flex: 1 0;
    flex: 1 0;
    flex-basis: 0%;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    text-overflow: ellipsis;
    border: 1px solid #cdcdcd;
}
.header1 {
    font-weight: 900;
}
li a {
    text-decoration: none;
}
ul {
    list-style: none;
}
.row {
    padding-top: 20px;
}
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#sortimentmargin {
    margin-top:0px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-left: 40px;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

#myDiv {
    display: none;
    text-align: center;
}

/*
|--------------------------------------------------------------------------
| DESKTOP
|--------------------------------------------------------------------------
*/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 800;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
.nav-item {
    text-align: center;
}
.nav-item-a {
    color: black !important;
    font-size: 15px;
    margin-top: 10px;
}
.result {
    -ms-flex-preferred-size: calc(81.25% - 16px);
    flex-basis: calc(81.25% - 16px);
    max-width: calc(81.25% - 16px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    background: white;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    background-color: transparent;
    letter-spacing: 2px;
}
.navbar_inner {
    flex-direction: row;
    padding: 0 25px;
}
.nav-sidebar {}

.navbar navbar-expand-lg navbar-light bg-light {
    background-color: #e51174 !important;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-right: auto !important;
    margin-left: auto !important;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    padding: 40px;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    font-weight: 600;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
}

.fa {
    font: normal normal normal 26px/1 FontAwesome;
    list-style: none;
    color: rgb(162, 25, 92);
}

@media screen and (max-height: 450px) {
    .fa-search {
        font-size: 30px;
        padding-top: 5px;
        font-size: 30px;
        padding-right: 20px;
    }
    .form-sh input {
        border-bottom: none;
    }
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* RUBRIKER */
.hogerdel>h1:first-of-type {
    padding-bottom: 15px;
}
.text-right-md {
    text-align: right;
}
.search_input {
    width: 100%;
    border: 1px solid #cdcdcd;
    height: 2rem;
}

/** NAVBAR AND HEADER DESKTOP version 
    rgb(229, 17, 116)
    **/

#search_button {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    align-self: center;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.25rem;
    color: #212121;
}

.btn-primary {
    background-color: #a4185c;
}
.errorvalidation {
    font-size: 16px;
    color: red;
    font-weight: 400;
    text-align: center;
}
.btn2 {
    background-color: white;
    color: #191919;
    font-size: 20px;
    text-decoration: none;
    border-radius: 0;
    line-height: 1.5;
    text-decoration: none;
    hyphens: auto;
    justify-content: center;
    margin: 0 auto 8px;
}
.btn:hover {
    background-color: white;
    text-decoration: none;
    border-bottom: 1px solid rgb(162, 25, 92);
    border-radius: 0;
    text-decoration: none;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background-color: white;
    color: black;
}
.knapplank {
    color: white;
}
.panel-default {
    border: none;
}
.panel {
    margin-right: auto;
    margin-left: auto;
    width: 70%;
}
.btn-success {
    background-color: #a4185c !important;
    padding: 8px 15px;
    color: white;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

#button-sortiment {
    margin-top: -20px;
    background-color: rgb(162, 25, 92) !important;
}

.dropdown-menu.show {
    transform: unset !important;
    margin-top: 45px !important;
    overflow: auto;
    /* to get scroll */
    max-height: 260px;
    /* you can change as you need it */
    opacity: 0.95;
}

.dropdown-menu.show {
    top: 2px !important;
}

.categories-panel {
    padding-bottom: 40px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.header {
    align-items: center;
    align-content: center;
    height: 6.25rem;
    text-align: center;
    background-color: whitesmoke;
    border-bottom: 1px solid #cdcdcd;
    display: flex;
    flex-wrap: wrap;
    top: 0;
    position: fixed;
    width: 100%;
    padding: 12px 0;
    z-index: 3;
}

.carousel-inner {
    padding-top: 145px;
}

.carousel-caption {
    top: 10%;
    left: 15%;
    right: 15%;
    color: white;
}

.carousel-caption h1 {
    top: 10%;
    right: 10%;
    left: 5%;
    text-transform: uppercase;
}

#minasidor {
    float: right;
}

.header_logo {
    width: 12%;
    margin-left: 2rem;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.header_logo2 {
    margin-left: 2rem;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
     color: black; font-family: 'Trocchi', serif; font-size: 35px; font-weight: normal; line-height: 20px; margin: 0;
}

.header_inner a {
    color: black;
    text-decoration: none;
}

.hero-image {
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.w-100 {
    height: 800px !important;
}

.arrowcont {
    display: flex;
    justify-content: center;
}

.thim-click-to-bottom {
    top: -300px;
    position: relative;
    text-align: center;
    color: white;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    -webkit-animation: bounce 2s infinite ease-in-out;
    z-index: 1;
}

#ball {
    animation: bounce 0.5s infinite alternate;
    -webkit-animation: bounce 0.5s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

*, *::after, *::before {
    box-sizing: border-box;
}

.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background: rgb(23, 22, 22);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: opacity 0.3s linear;
}

.page-content {
    max-width: 768px;
    margin: 0 auto;
}

.thim-click-to-bottom i {
    color: #d4af37;
    padding: 22px 13px;
    border: 2px dashed #fff;
    border-radius: 20px;
    font-size: 40px;
}

subject {
    font-family: 'Playfair Display', serif;
    color: rgba(255, 255, 255, 0.02);
    font-size: 180px;
    font-size: 16vw;
    letter-spacing: -4px;
    line-height: 0.9;
    z-index: -1;
}

/*--------------------
Text
---------------------*/

h1, h2, h3, h5, h6 {
    margin: 0;
    line-height: 1.4;
}

h1 {
    font-size: 42px;
    color: #6d819c;
}

h2 {
    font-size: 28px;
    color: black;
    line-height: 1;
    font-weight: 500;
    text-align: center;
}

h4 {
    font-size: 16px;
    color: black;
    line-height: 1;
}

h5 {
    font-size: 11px;
    font-weight: 700;
    color: black;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h5>span {
    margin-left: 87px;
}

h5.total {
    margin-top: 20px;
}

h6 {
    font-family: 'PT Mono';
    font-size: 18px;
    font-weight: 400;
    color: #f4f5f9;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.8;
}

h6>span {
    margin-left: 64px;
}

/*--------------------
Kassa
---------------------*/

.checkout {
    z-index: 2;
    width: 100%;
    margin-right: auto;
    margin-top: 100px;
    position: relative;
    background-color: whitesmoke;
    overflow: hidden;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 30px 48px rgba(37, 44, 65, 0.32);
    -moz-box-shadow: 0 30px 48px rgba(37, 44, 65, 0.32);
    box-shadow: 0 30px 48px rgba(37, 44, 65, 0.32);
}

.box-img {
    text-align: center;
    position: relative;
    /*margin-top:90px;*/
    transition: ease all 0.5s;
    display: block;
}

#imgbild {
    backface-visibility: hidden;
    -webkit-box-shadow: 3px 3px 5px 4px rgb(97, 94, 94);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 5px 4px #ccc;
    /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 5px 4px #ccc;
    overflow: hidden;
    max-width: 150px;
    position: relative;
    max-height: none;
    position: relative;
    /*display: table-cell;*/
    vertical-align: bottom;
}

.box-img h4 {
    padding-top: 15px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
    letter-spacing: 0px;
}

.box-img:hover {
    cursor: pointer;
    transform: scale(1.05);
    color: black;
}

.box-img:hover h4 {
    color: black;
}

.main-product {
    background-color: #09284b;
    background-image: url('../images/bg_main.png');
    padding-bottom: 180px;
    background-position: center center;
}

.find-box {
    max-width: 780px;
    margin: 0 auto;
    width: 100%;
    padding: 92px 0px 75px 0px;
}
.previous {
  color: black;
    text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  margin-top:70px;
  margin-left:-70px;
  font-weight:600;
  font-size:16px;
}

.find-box h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 48px;
    text-align: center;
    padding-bottom: 22px;
}

.find-box h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding-bottom: 22px;
}

.form-sh input {
    background: none;
    border: none;
    width: 100%;
    height: 20px;
    color: black;
    font-size: 22px;
    font-weight: 300;
    border-bottom: 1px solid black;
}

.product-sh {
    display: flex;
    align-self: center;
    align-items: center;
    align-content: center;
}

.form-sh input::-webkit-input-placeholder {
    /* Chrome */
    color: black;
}

.form-sh input:-ms-input-placeholder {
    /* IE 10+ */
    color: black;
}

.form-sh input::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
    opacity: 1;
}

.form-sh input:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: black;
    opacity: 1;
}
/*
.form-control {
    width:60%;
}
*/

.form-sh .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.form-sh .btn-default {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0px;
    color: black;
    font-size: 22px;
    font-weight: 300;
    min-height: 55px;
}

.form-sh .open>.dropdown-toggle.btn-default:hover {
    background-color: transparent;
    color: gray;
}

.form-sh .bootstrap-select .dropdown-toggle:focus {
    border: none;
    border-bottom: 1px solid #fff;
    outline: none !important;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.form-sh .btn-default.active, .form-sh .btn-default:active, .form-sh .open>.dropdown-toggle.btn-default {
    background-color: transparent;
    color: black;
}

.form-sh .dropup .dropdown-menu, .form-sh .navbar-fixed-bottom .dropdown .dropdown-menu {
    margin: 0px;
    border-radius: 0px;
}

.form-sh .dropdown-menu {
    margin: 0px;
    border-radius: 0px;
}

.form-sh a.btn {
    background: #1d99ff;
    color: #ffffff;
    min-height: 55px;
    width: 100%;
    line-height: 38px;
    font-size: 22px;
    font-weight: 500;
    border-radius: 3px;
}

.form-sh a.btn:hover {
    color: #fff;
    background-color: #007dea;
    border-color: #0077e0;
}

.form-sh .bootstrap-select.btn-group .dropdown-menu {
    background: #09294c;
    padding: 0px;
}

.form-sh .bootstrap-select.btn-group .dropdown-menu li a {
    color: #fff;
    padding: 10px 15px;
}

.form-sh .bootstrap-select.btn-group .dropdown-menu li a:hover, .form-sh .bootstrap-select.btn-group .dropdown-menu li a:focus {
    background: #1d99ff;
}

.order {
    width: 100%;
    padding: 0 12px;
    z-index: 1;
}

ul.order-list {
    width: 100%;
    list-style: none;
    overflow: auto;;
    padding-right: 12px;
}

ul.order-list li {
    height: auto;
    margin-left: -40px;
    overflow: hidden;
    border-bottom: 1px solid #e9ebf2;
}

ul.order-list li>img {
    width: 60px;
    height: 90px;
    padding-bottom: 5px;
    float: left;
}

ul.order-list li>h4 {
    margin-top: 16px;
    line-height: 1;
    letter-spacing: 1px;
    padding-left: 100px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

ul.order-list li:hover>h4 {
    margin-top: 8px;
}

#knappen {
    display: inline-block;
    background-color: rgb(162, 25, 92);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#knappen::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#knappen:hover {
    cursor: pointer;
    background-color: #333;
}

#knappen:active {
    background-color: #555;
}

#knappen.visa {
    opacity: 1;
    visibility: visible;
}

ul.order-list li>h5 {
    margin-top: 0px;
    padding-left: 100px;
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

ul.order-list li:hover>h5 {
    margin-top: 3px;
    display: block;
}

/*--------------------
Payment
---------------------*/

.payment {
    justify-content: center;
}

.payment3 {
    display: block;
}

.payment2 {
    display: flex;
    justify-content: center;
    bottom: 0;
}

.card-content {
    width: 100%;
    padding: 20px;
    position: relative;
    float: left;
    z-index: 1;
}

#logo-visa {
    position: relative;
    margin-top: -20px;
    left: 190px;
}

.card-form {
    width: 100%;
    position: relative;
    float: right;
    padding: 15px 35px;
}

.card-form>p.field {
    height: 48px;
    padding: 2px 10px;
    margin-bottom: 2px;
    background-color: #f4f5f9;
    border: 1px solid #d2d4de;
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.edit-account__details {
    overflow: hidden;
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.centerforms {
    display: flex;
    justify-content: center;
}

.edit-account__profile-form {
    box-sizing: border-box;
    backface-visibility: hidden;
}

.profile-form__content .locked {
    pointer-events: none;
    margin: 0 0 5px 0;
    border: none !important;
}

.edit-account-sub-header {
    background: #EDF0F0;
    padding: 15px 15px 17px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

label {
    color: #868686;
    left: 15px;
    top: 0;
    line-height: 47px;
    /*pointer-events: none;*/
    white-space: nowrap;
    transition: .3s ease-in-out;
    transform: translateY(0);
}
/*
input[type="password"] {
    height: 32px;
    padding: 0px 10px 0px 6px;
    color: black;
    font-size: 18px;
    z-index: 0;
}
*/

input[type="email"] {
    height: 32px;
    padding: 0px 10px 0px 6px;
    color: black;
    font-size: 18px;
    z-index: 0;
}

input[type=text]:focus {
    outline: none;
}

.dropdown-menu>li>a {
    font-weight: 700;
}

.dropdown-menu>li>a {
    padding: 3px 15px;
}

#i-cardfront, #i-cardback, #i-calendar {
    position: relative;
    top: 8px;
    z-index: 1;
}

#cardnumber {
    width: 244px;
}

#cardexpiration {
    width: 114px;
}

#cardcvc {
    width: 60px;
}

.space {
    margin-right: 10px;
}

button:focus {
    outline: 0;
}

.button-cta {
    width: 100%;
    height: 65px;
    padding: 10px 20px;
    background-color: rgb(162, 25, 92);
    border: 1px solid rgb(162, 25, 92);
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #f4f5f9;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.alert-success2 {
    z-index: 2;
    display: none;
    position: fixed;
    right: 20px;
    bottom: 70px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger2 {
    z-index: 2;
    display: none;
    position: fixed;
    right: 20px;
    bottom: 80px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.button-cta:hover {
    background: rgb(162, 25, 92);
    border: 1px solid rgb(162, 25, 92);
}

.radio input[type="radio"] {
    position: unset !important;
    margin-top: 4px\9;
    margin-left: -20px;
}


*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*clearfixes*/

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.main-container {
  background: #fff;
  max-width: 1000px;
  margin: 25px 25px auto;
  position: relative;
}

.container {
  position: relative;
  padding: 25px;
}

.container:last-of-type {
  padding-top: 0px;
}
/*animation element*/

.animation-element {
  position: relative;
  width: 30%;
  margin: 0% 1.33 2.66% 1.33%;
  float: left;
}
/*3 grid layout*/

.animation-element:nth-of-type(3n-2) {
  width: 31.5%;
  margin: 0% 1.375% 2.75% 0%;
  clear: left;
}

.animation-element:nth-of-type(3n-1) {
  width: 31.5%;
  margin: 0% 1.375% 2.75% 1.375%;
}

.animation-element:nth-of-type(3n-0) {
  width: 31.5%;
  margin: 0% 0% 2.75% 1.375%;
  clear: right;
}
/*bounce up animation for the subject*/

.bounce-up .subject {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.subject {
  float: left;
  width: 100%;
  margin: 0% 1.33% 2.66% 1.33%;
  background: #F5F5F5;
  padding: 15px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #EAEAEA;
}

.subject:hover,
.subject:active {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.subject .header {
  margin: 8px 0px;
}

.subject .header .date,
.subject .header .category {
  margin: 0px;
  clear: none;
  width: 50%;
}

.subject .header .date i,
.subject .header .category i {
  margin-right: 5px;
  color: #333;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.subject .header .date {
  float: left;
  text-align: left;
}

.subject .header .category {
  float: right;
  text-align: right;
}
/*subject icon at top*/

.subject .icon {
  position: absolute;
  top: -20px;
  left: 50%;
  left: calc(50% - 20px);
}

.subject .icon i {
  width: 40px;
  height: 40px;
  color: rgb(255, 255, 255);
  font-size: 150%;
  border-radius: 50%;
  text-align: center;
  padding: 7px;
}
/*Category color / icon color*/

.subject .category-color {
  height: 7px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.subject.design .category-color,
.subject.design .icon i {
  background: #c0392b;
}

.subject.development .category-color,
.subject.development .icon i {
  background: #16a085;
}

.subject.photography .category-color,
.subject.photography .icon i {
  background: #2980b9;
}
/*hovering over subject*/

.subject.development:hover .header i {
  color: #16a085;
}

.subject.design:hover .header i {
  color: #c0392b;
}

.subject.photography:hover .header i {
  color: #2980b9;
}

.subject .title {
  margin: 12px 0px;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 10px;
}

.subject .content {
  margin-bottom: 8px;
}

.subject .enrole {
  position: relative;
  color: #333;
  padding: 5px 12px;
  cursor: pointer;
  float: right;
  display: inline-block;
  border: solid 1px #ccc;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.subject .enrole:hover,
.subject .enrole:active {
  background: #222;
  color: #fff;
}
/*media queries for small devices*/

@media screen and (max-width: 678px) {
  .main-container {
    margin: 20px 15px;
  }
  .animation-element,
  .animation-element:nth-of-type(3n-1),
  .animation-element:nth-of-type(3n-2),
  .animation-element:nth-of-type(3n-0) {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
  .subject .header .date,
  .subject .header .category {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}


.next {
  color: black;  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  margin-top:70px;
  font-weight:600;
  font-size:16px;
}
#bottom_fade {
	z-index: 99;
	position: fixed;
	bottom: 5;
	background-image: url(../img/bottom-fade.png);
}
.button-cta span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.card-title {
    text-align: left;
}

.button-cta span:after {
    content: '→';
    color: #f4f5f9;
    position: absolute;
    opacity: 0;
    top: 0;
    right: -40px;
}

.button-cta:hover span {
    padding-right: 45px;
}

.button-cta:hover span:after {
    opacity: 1;
    right: 0;
}

/*--------------------
Credit Card Background
---------------------*/

.wave {
    height: 300px;
    width: 300px;
    position: relative;
    background: #780910;
    z-index: -1;
}

.wave:before, .wave:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(193, 14, 26, 1);
    background: -moz-linear-gradient(top, rgba(193, 14, 26, 1) 0%, rgba(241, 64, 76, 0.3) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(193, 14, 26, 1)), color-stop(100%, rgba(241, 64, 76, 0.3)));
    background: -webkit-linear-gradient(top, rgba(193, 14, 26, 1) 0%, rgba(241, 64, 76, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(193, 14, 26, 1) 0%, rgba(241, 64, 76, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(193, 14, 26, 1) 0%, rgba(241, 64, 76, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(193, 14, 26, 1) 0%, rgba(241, 64, 76, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10e1a', endColorstr='#f1404c', GradientType=0);
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
}

.wave:after {
    height: 300px;
    width: 300px;
    left: 30%;
    top: 20%;
    opacity: 0.8;
}

.wave:before {
    height: 360px;
    width: 360px;
    left: -5%;
    top: -70%;
}

/*--------------------
Payment Notification
---------------------*/

.paid {
    z-index: 0;
    width: 370px;
    position: relative;
    float: right;
    padding: 30px;
    text-align: center;
    display: none;
}

.paid>h2 {
    line-height: 1;
    margin-top: 10px;
    color: #3ac569;
}

/*--------------------
Credits
---------------------*/

.icon-credits {
    width: 100%;
    position: absolute;
    bottom: 4px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.08);
    text-align: center;
    z-index: -1;
}

.icon-credits a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.12);
}

.bokomslag {
    -webkit-box-shadow: 3px 3px 5px 4px #ccc;
    -moz-box-shadow: 3px 3px 5px 4px #ccc;
    box-shadow: 3px 3px 5px 4px #ccc;
    max-width: 200px;
    margin-top: 75px;
    margin-bottom: 20px;
    vertical-align: bottom;
display: inline-block;
    margin-left: -5px;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
}

.hero-text button:hover {
    background-color: #555;
    color: white;
}

.header_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: 0 auto;
}

.img-test {
    justify-content: space-between;
    height: 400px;
    width: 100%;
    color: red;
}

.navbar-nav {
    max-width: 1175px !important;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link {
    color: black !important;
}

.toolbar {
    margin-right: -.75rem;
    order: 3;
    padding-top: 50px
}

.toolbar_item {
    color: rgb(162, 25, 92);
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    position: relative;
}

/*
 | -----------------------------------------------------
 | Container
 | -----------------------------------------------------
 */

.container-sm {
    width: 100% !important;
}

/*
 | -----------------------------------------------------
 | Footer  color: rgb(162,25, 92);
 | -----------------------------------------------------
 */


.footer {
  flex-shrink: none;
     color: black !important;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 2px;
    border-top: 1px solid #cdcdcd;
    background-color: whitesmoke !important;
    text-align:center;
    padding: 25px 5px;
    margin-top:60px;
}
.cookie-banner {
  flex-shrink: none;
     color: black !important;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 2px;
    border-top: 1px solid #cdcdcd;
    background-color: whitesmoke !important;
    text-align:center;
    padding: 25px 5px;

}

/*
 | -----------------------------------------------------
 | KNAPPAR
 | -----------------------------------------------------
 */

/* KÖP KNAPP, AKTIVERA RABATTKOD, UPPDATERA VARUKORG M.M. */

.lank-knapp {
    padding: 2px 15px 4px 15px;
    background: #E41B17;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-left: 15px;
    transition: 0.3s;
}

.delete {
    cursor: pointer;
    display: inline-block;
    margin: 12px 1em;
    width: 20px;
    height: 20px;
    opacity: .40;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJkZWxldGUtaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9Ii0yNTIuNSAzNDggNzQuOSA3NC45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0yNTIuNSAzNDggNzQuOSA3NC45OyI+PHBhdGggZD0iTS0yMTUsMzQ4Yy0yMC43LDAtMzcuNSwxNi44LTM3LjUsMzcuNWMwLDIwLjcsMTYuOCwzNy41LDM3LjUsMzcuNXMzNy41LTE2LjgsMzcuNS0zNy41Qy0xNzcuNSwzNjQuOC0xOTQuMywzNDgtMjE1LDM0OHogTS0yMTUsNDE2LjFjLTE2LjksMC0zMC42LTEzLjctMzAuNi0zMC42YzAtMTYuOSwxMy43LTMwLjYsMzAuNi0zMC42YzE2LjksMCwzMC42LDEzLjcsMzAuNiwzMC42Qy0xODQuNCw0MDIuNC0xOTguMSw0MTYuMS0yMTUsNDE2LjF6Ii8+PHBhdGggZD0iTS0yMDQuNiwzNzEuNWMtMy41LDMuNS02LjksNi45LTEwLjQsMTAuNGMtMy40LTMuNC02LjktNi45LTEwLjMtMTAuM2MtMy4xLTMuMS04LDEuNy00LjksNC45YzMuNCwzLjUsNi45LDYuOSwxMC4zLDEwLjNjLTMuNCwzLjQtNi45LDYuOS0xMC4zLDEwLjNjLTMuMSwzLjEsMS43LDgsNC45LDQuOWMzLjQtMy40LDYuOS02LjksMTAuMy0xMC4zYzMuNSwzLjUsNi45LDYuOSwxMC40LDEwLjRjMy4xLDMuMSw4LTEuNyw0LjktNC45Yy0zLjUtMy41LTYuOS02LjktMTAuNC0xMC40YzMuNS0zLjUsNi45LTYuOSwxMC40LTEwLjRDLTE5Ni42LDM3My4yLTIwMS41LDM2OC40LTIwNC42LDM3MS41eiIvPjwvc3ZnPg==) no-repeat;
    transition: opacity .15s;
}

.delete:hover {
    opacity: .5;
}


/* Köpknapp för mobil */

.book__img .Kop {
    display: block;
    padding: 0.3em 1.44em 0.5em 1.44em;
    width: 100%;
    margin-left: 0;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (min-width: 576px) {
    .book__img .Kop {
        padding: 2px 15px 4px 15px;
    }
}


/* Välj antal böcker */

#antalartiklar {
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center !important;
    padding-top: 35px;
    padding-bottom: 20px;
}

.book__select {
    margin-bottom: 0;
}

.book__num {
    padding-top: 0.89em;
    padding-bottom: 0.89em;
    text-align: center;
    font-size: 1.44em;
}

.antal-text {
    font-size: 1em;
}

input.antal {
    width: 2.55em;
    border: 1px solid #ddd;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 992px) {
    .book__num {
        display: inline;
    }
    .antal-text {
        font-size: 10pt;
    }
    input.antal {
        font-size: 10pt;
        width: 20px;
        background-color: inherit;
    }
}

div.kopknapp {
    padding-top: 8px;
    float: right;
    padding-right: 67px;
}

.kopknapp-img {
    display: inline-block;
    border: 1px solid #fff;
}

.kopknapp-img:active {
    border: 1px solid #990000;
}

/* RUTA FÖR RABATTKOD */

.rabattkod-ruta {
    font-size: 1rem;
    max-width: 20em;
    padding-top: 2em;
}

.rabattkod-ruta label {
    font-size: 0.6em;
    font-weight: normal;
}

.rabattkod-ruta .form-group {
    margin-bottom: 0.5em;
}

.card-title {
    font-size: 30px;
}

.form {
    
    display: flex;
    align-self: center;
    align-items: center;
    align-content: center;
    width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.hammeny {
    font-size: 40px;
    cursor: pointer;
    margin-left: 40px;
    color: rgb(162, 25, 92);
}

.hammeny2 {
    font-size: 40px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    ;
    color: rgb(162, 25, 92);
}

input {
    padding: 20px !important;
    width: 100%;
}
.register input[type="email"],
.register input[type="password"] {
    padding: 20px !important;
    width: 100%;
    height: auto;
    font-size: inherit !important;
}
.form-group.pot {
    display: none;
}
input#levepost {
    font-size: 14px;
}
select#levland {
    box-sizing: border-box;
    padding: 6px 16px !important;
    height: 45px;
    font-size: 14px;
    color: black;
    z-index: 0;
}

input[type="checkbox"], input[type="radio"] {
    width: auto;
}

.form-group {
    display: flex;
    justify-content: center;
}

#sok input[type="search"] {
    height: 45px;
    margin-top: 7px;
}

.orderhistorik input[type="number"] {
    min-width: 48px;
    width: auto;
    height: 48px;
    border-color: #f2f2f2;
    border-radius: 2px;
    text-align: center;
}

.rabattkod-ruta input[type="text"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.rabattkod-ruta .lank-knapp {
    margin: 0;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

/* SÖKRUTA */

#inputsok, .input-group-btn .btn {
    border-radius: 0;
    text-decoration: none;
}

.vansterdel>#sokruta, .vansterdel>#sokruta-nti {
    display: none;
    background-color: whitesmoke;
}

#sokruta-nti {
    margin: 5px 0;
}

#sokruta-kurs {
    background-repeat: no-repeat;
    height: 45px;
    vertical-align: top;
    padding-top: 6px;
}

#sokruta-kurs .input-group-btn {
    margin-top: 0;
    padding-top: 0;
    top: -2px;
}

@media screen and (min-width: 992px) {
    .vansterdel>#sokruta, .vansterdel>#sokruta-nti {
        display: block;
    }
}

/** PRODUKTSIDA **/

.product_attributes {
    width: 15.625rem;
}

.price {
    font-size: 24px;
    color: #3c3c3c;
    text-decoration: none;
}

.woocommerce {
    direction: ltr;
    margin: 0;
    padding: 0;
}

table {
    width: 100%;
}

.main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
    margin-left: -8px;
    margin-right: -8px;
}

.accordion {
    width: 60%;
    height: 70px;
    margin: 0 auto;
    background: whitesmoke;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(225, 225, 225, 1);
    overflow: hidden;
    transition: height 0.3s ease;
    margin-bottom: 20px;
}

.accordion .accordion_tab {
    padding: 15px;
    cursor: pointer;
    user-select: none;
    font-size: 12px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.accordion .accordion_tab .accordion_arrow {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    right: 20px;
    width: 15px;
    height: 15px;
    transition: all 0.3s ease;
}

.accordion .accordion_tab .accordion_arrow img {
    width: 100%;
    height: 100%;
}

.accordion .accordion_tab.active .accordion_arrow {
    transform: translateY(-50%) rotate(180deg);
}

.accordion.active {
    height: 550px;
    overflow: auto;
}

.accordion .accordion_content {
    padding: 22px;
    border-top: 1px solid #e9e9e9;
}

.accordion .accordion_content .accordion_item {
    margin-bottom: 20px;
}

.accordion .accordion_content .accordion_item p.item_title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
    color: rgb(162, 25, 92);
}

.accordion .accordion_content .accordion_item p:last-child {
    color: black;
    font-size: 14px;
    line-height: 20px;
}

.card {
    border: none;
    border-radius: 0;
    flex-direction: unset;
    display: flex;
    flex-wrap: wrap;
}

#another_cursor {
    width: 50px;
    height: 50px;
    margin: 50px 0 100px;
    background: #f00;
    cursor: move;
}

a {
    cursor: pointer;
}

.cursor-wait {
    cursor: wait !important;
}

.card-header {
    padding: 12px;
}

.faqheader {
    font-weight: 300;
    padding-bottom: 20px;
}

.card-text-beskr {
    font-size: 16px;
}

.card-text-detaljer {
    font-size: 16px;
    margin: 0;
}

.list-group {
    padding-bottom: 10px;
}

.list-group-item+.list-group-item {
    border-top-width: 1px;
}

/* PRODUKTGRUPPER */

#produktgrupper {
    background-color: rgb(162, 25, 92);
    background-repeat: no-repeat;
    height: 50px;
    vertical-align: top;
    padding-top: 0.6em;
    padding-left: 0.89em;
    font-family: Arial, sans-serif;
    font-size: 11pt;
    color: #fff;
    margin-top: 4.9em;
    padding-top: 1em;
}

#produktgrupper-nti {
    background-color: #2F66A9;
    background-repeat: no-repeat;
    height: 40px;
    vertical-align: top;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 11pt;
    color: #fff;
}

@media screen and (min-width: 992px) {
    #produktgrupper-nti {
        margin-top: 1em;
        margin-bottom: 0.5em;
    }
}

/*
 | -----------------------------------------------------
 | Rest
 | -----------------------------------------------------
 */

/** BONNIER LÄRA **/

.bfla-body a.titel {
    height: 40px;
    margin-bottom: -20px;
}

.bfla-body div.kopknapp {
    padding-top: 25px;
}

.tillKassan a:hover {
    text-decoration: none !important;
}

.lista {
    padding: 12px;
    background-color: whitesmoke;
    border-bottom: 1px solid #e6e6e6;
}

.underlista {
    padding: 12px;
    vertical-align: top;
    border-bottom: 1px solid #e6e6e6;
}

.pluslista {
    padding-left: 15px;
    font-size: 10pt;
    vertical-align: top;
}

.hogerdel select {
    background: #fff;
}
#köpvara2 {
    margin-bottom: 20px;
    width: 50%;
}

div.info {
    font-size: 10pt;
    color: black;
    height: 35px;
    margin-top: -22px;
}

.rea-text {
    color: #cc3333;
    font-weight: bold;
}

.rea-splash {
    z-index: 10;
    float: right;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    position: relative;
    top: -29px;
    left: 19px;
    margin-bottom: -31px;
}

.rea-splash.medium {
    font-size: 26px;
    top: -62px;
    left: 72px;
}

.rea-bild {
    z-index: 5;
    float: right;
    position: relative;
    top: -60px;
    left: -40px;
    margin-bottom: -70px;
}

.img-div {
    height: 200px;
    position: relative;
}

.img-div img {
    position: absolute;
    bottom: 0px;
    opacity: 1;
    display: block;
    height: 200px;
    transition: .5s ease;
    backface-visibility: hidden;
    -webkit-box-shadow: 3px 3px 5px 4px #ccc;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 5px 4px #ccc;
    /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 5px 4px #ccc;
}

.middle {
    transition: .5s ease;
    opacity: 1;
    -ms-transform: translate(-10%, -10%);
}
.nyhetsetikett {
    z-index: 5;
    float: right;
    position: relative;
    top: -60px;
    left: -100px;
    margin: 0 -70px -70px;
}
.varukorg-table {
    min-width: 600px;
}
.antal {
    width: 30px;
    text-align: center;
}

/* Produktlista */
.sortiment {
    margin-top: 0.34em;
    vertical-align: top;
    padding-bottom: 25px;
    padding-right: 20px;
}

/* Produkt */
/*MW 20231122
.sortiment .item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-bottom: 2.1em;
}
*/
/*MW 20231120
.sortiment .item div {
    width: 100%;
    min-width: 154px;
}
*/

/* Produktbild */
.sortiment:hover .img-div img {
    opacity: 0.4;
}
/*MW 20231120
.sortiment .item__image {
    display: flex;
    justify-content: center;
    align-content: flex-end;
    height: 242px;
}
.sortiment .item__image img {
    align-self: flex-end;
}
*/
.sortiment .item__image a {
    display: inline-block;
    text-decoration: none;
    align-self: flex-end;
    margin-bottom: 10px;
}

/* Produktinformation */
.sortiment .info {
    margin-top: 0;
    margin-bottom: 0.55em;
}
.sortiment .item__info {
    text-align: center;
}
/* MW 20231120
.sortiment .item__info a {
    display: inline-block;
    max-width: 154px;
    width: 100%;
    padding: 0;
    text-align: left;
}
*/

/* Produktens köpknapp */
.sortiment .item__action {
    text-align: center;
}
.sortiment .item__action .btn {
    width: 100%;
    max-width: 150px;
    padding: 8px 0 8px 15px;
}
.sortiment .item__action .btn i {
    color: white;
    font-size: 20px;
    padding-left: 8px;
}

.sortiment .text {
    height: 0;
    opacity: 1;
    transition-delay: 0s;
    transition-duration: 0.2s;
}

.sortiment:hover .text {
    font-size: 16px;
    font-weight: 900;
    color: rgb(162, 25, 92);
    margin-left: 7px;
    opacity: 1;
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
}

.sortiment .antal {
    padding: 3px 6px;
    font-size: 10pt;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}



#varukorg-success {
    display: inline;
    padding: 10px 0 0 10px;
    color: #5cb85c;
    font-family: Arial, sans-serif;
    font-size: 10pt;
}

.col-md-12 {
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    margin-bottom: 20px;
}

a.titel {
    color: Black;
    font-size: 14px;
    text-decoration: underline;
}

.sortering {
    padding-bottom: 30px;
    font-size: 10pt;
}

a.produktgrupper {
    color: #000000;
    font-size: 16px;
    font-weight: 800;
}

.produktgruppertable {
    border: 1px solid #e6e6e6;
    border-radius: 0;
}

a.undergrupper {
    text-decoration: none;
    color: #000000;
    margin-bottom: 8px;
    font-size: 14px;
}

.varukorg td {
    font-size: 15px;
    margin-bottom: 30px !important;
    text-align: center;
    padding: 12px 16px;
    border-width: 0;
    padding-top: 10px !important;
}

nav .navbar-left {
    float: left;
}

.navbar-right2 {
    padding-top: 12px;
    position: absolute;
    margin-right: 70px;
    display: flex;
    flex-wrap: wrap;
    right: 0;
}

.navbar-right2 p {
    display: block;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}

nav ul li {
    display: inline;
    padding-left: 20px;
}

nav ul li a {
    color: #777;
    text-decoration: none;
}

nav ul li a:hover {
    color: black;
}

.container {
    margin: auto;
    max-width: 1440px;
}

.badge {
    background-color: black;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.shopping-cart {
    margin-top: 100px;
    margin-right: 50px;
    right: 0;
    opacity: 0.95;
    background: white;
    width: 320px;
    position: fixed;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 4px 4px 0 rgba(25, 25, 25, 0.5);
    z-index: 3;
    border: 1px solid #e6e6e6;
}

.login {
    margin-top: 100px;
    margin-right: 50px;
    right: 0;
    opacity: 0.95;
    background: white;
    width: 400px;
    position: absolute;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 4px 4px 0 rgba(25, 25, 25, 0.5);
    z-index: 3;
    border: 1px solid #e6e6e6;
}

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
}

.shopping-cart .shopping-cart-items {
    padding-top: 20px;
}

.shopping-cart .shopping-cart-items li {
    margin-bottom: 18px;
    border-bottom: 1px solid #e8e8e8;
}

.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
}

.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
}

.span.item-name {
    font-weight: bold;
}

.shopping-cart .shopping-cart-items .item-price {
    color: rgb(162, 25, 92);
    margin-right: 8px;
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: #abb0be;
}

.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}

.cart-icon {
    color: rgb(162, 25, 92);
    margin-right: 7px;
    float: left;
}

.button {
    background: rgb(162, 25, 92);
    color: white !important;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 25px 0 15px 0;
}

.button:hover {
    background: rgb(162, 25, 92);
    ;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.varukorg th {
    background-color: rgb(162, 25, 92);
    color: white;
    text-align: center;
    margin: 0 !important;
    padding: 12px 16px !important;
    border-width: 0 !important;
}

.varukorgheader {
    font-family: Raleway, arial, sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin-top: 50px;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #585858;
    text-align: center;
    margin-left: auto;
margin-right: auto;
}
.varukorgheader2 {
    font-family: Raleway, arial, sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin-top: 70px;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #585858;
    text-align: center;
    margin-left: auto;
margin-right: auto;
}

.minasidorheader {
    padding-top: 50px;
    font-family: Raleway, arial, sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    color: #585858;
    text-align: center;
    line-height: 2;
}

legend {
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    border: none;
}

.kassan legend {
    margin-bottom: 10px;
}

fieldset {
    padding: 15px 20px 30px 20px;
    font-size: 10pt;
    border: 2px solid #aaaaaa;
    border-top-color: rgb(170, 170, 170);
    border-right-color: rgb(170, 170, 170);
    border-bottom-color: rgb(170, 170, 170);
    border-left-color: rgb(170, 170, 170);
    padding: 15px 20px 30px 20px;
    font-family: Arial, sans-serif;
    font-size: 10pt;
}

#betalsatt {
    border-collapse: collapse;
}

#betalsatt td {
    border-bottom-style: solid;
    border-width: 1px;
    padding: 8px 6px 8px 6px;
}

#betalsatt td.overst {
    border-top-style: solid;
}

#betalsatt td.radio {
    width: 20px;
}

td.kassa {
    font-size: 9pt;
    padding: 5px;
}

th.kassa {
    font-size: 7pt;
    padding: 0 5px 0 5px;
}

td.levuppgifter {
    font-size: 9pt;
    vertical-align: top;
    padding-right: 2px;
}

.toggle-co-td {
    padding: 10px 0;
    font-size: 9pt;
}

td.error {
    padding-top: 12px;
    width: 25px;
}

td.prisstege {
    font-size: 9pt;
    background: #eee;
    padding-left: 10px;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dropdown_search {
    background-color: white;
    width: 151px;
    position: absolute;
    z-index: 1;
    visibility: hidden;
    font-size: 10pt;
}

div.rabattstatus {
    font-size: 9pt;
    padding-top: 5px;
    font-weight: bold;
}

div.gron {
    color: green;
}

div.rod {
    color: #E41B17;
}

@media screen and (min-width: 992px) {
    .levinfo {
        font-size: 10pt;
        padding: 10px 0 0 0;
    }
}

.kopvillkor p {
    margin-top: -10px;
}

#betalningsvarning {
    font-size: 10pt;
    margin-top:60px;
    color: #ec0202;
    font-weight: bold;
    border-style: solid;
    border-color: #ec0202;
    padding: 10px;
    background-color: #fbdede;
    width: 670px;
}

img.skugga {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}

/** TABELL FOR BOKINFO **/

.product {
    display: flex;
    flex-wrap: wrap;
    margin: 2.5rem 0;
}

.product_buy {
    clear: both;
    display: flex;
    flex-wrap: wrap;
}

.product_description {
    width: calc(100% - 15.625rem);
}

.product_img {
    margin-left: 25px;
    position: absolute;
    float: none;
    padding: 20px;
    width: 10.375rem;
}

#lasprov {
    padding-top: 10px;
}

.andra-antal {
    text-decoration: none;
    color: black;
    padding: 5px 5px 5px 0;
    display: block;
    margin-top: -5px;
    font-size: 15px;
    margin-bottom: -10px;
}

.andra-antal:hover {
    color: #777;
}

.andra-antal-span {
    width: 20px;
    float: right;
    margin-top: -5px;
}

.antal-nr {
    display: inline-block;
    padding-top: 5px;
}

/* Livesearch */

#searchdropdown {
    width: 154px;
    padding: 3px;
    margin-left: -5px;
    border: 1px solid #eee;
    background-color: white;
    width: 151px;
    position: absolute;
    z-index: 1;
    font-size: 11px;
    box-shadow: 0 3px 7px #000;
    display: none;
}

.livesearchrow {
    cursor: pointer;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.livesearchrow:last-child {
    border: none;
}

.livesearchrow:hover {
    background: #99ccff;
}

.no-decoration {
    text-decoration: none;
}

.list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 6.25rem;
    margin: 0 auto;
    background-color: #fff;
}

.list-items li {
    line-height: 33px;
    padding-left: 18px;
    position: relative;
    margin-right: 10px;
    font-size: 12px;
    color: black
}

.list-items span {
    border-radius: 0;
    padding: 1px 6px;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid transparent;
}

.small-imgs-div {
    width: auto;
}

.card-body {
    padding-top: 20px;
}


@media screen and (min-width: 992px) {
    .small-imgs-div {
        width: 322px;
    }
}

.small-img-a img {
    width: 50px;
    margin: 10px 12px 10px 0;
}

#adr-suggestions {
    display: none;
    vertical-align: middle;
    position: absolute;
    z-index: 10;
    font-size: 9pt;
    left: -230px;
    width: 200px;
    background: #def;
    box-shadow: 10px;
    border-radius: 5px;
    padding: 10px;
}

#adr-suggestions:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 15px;
    right: -6px;
    margin-top: -5px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #def;
}

#splashbanner {
    display: block;
    width: 100%;
    height: auto;
    min-height: 20em;
    background-image: url(/img/elaromedelheader.jpg);   
    background-size: cover;
    background-position: 50% 40%;
    margin-top: 140px !important;
}
@media screen and (min-width: 768px) {
    #splashbanner {
        min-height: 40em;
        margin-top: 0px;
        

    }
}
@media screen and (min-width: 1200px) {
    #splashbanner {
        min-height: 52em;
        background-position: 50% 46%;
    
    }
}

/*
 | -----------------------------------------------------
 | DESKTOP
 | -----------------------------------------------------
 */
 @media screen and (min-width: 992px) {
    /* Produktlista */
    .sortiment {
        margin-top: 2em;
    }

    .book__img .Kop {
        padding: 2px 15px 4px 15px;
        font-size: 14px;
        display: inline-block;
        width: auto;
        margin-left: 15px;
        text-transform: none;
    }
}

/*
|--------------------------------------------------------------------------
| ADDITIONS WHEN BOOTSTRAPED
|--------------------------------------------------------------------------
*/

/** KASSAN **/

.md-prod-page {
    -webkit-box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
}

.md-prod-page-in {
    padding: 11px;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.page-preview {}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tab-content {
    overflow: hidden;
}

.preview-pic.tab-content {
    border: 3px solid #ddd;
    width: 99%;
    margin: 0.5%;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    width: 24%;
    margin: 0 0.5%;
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
    border-radius: 2px;
    border: 3px solid #ddd;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
}

.preview-pic.tab-content {
    border: 3px solid #ddd;
    width: 99%;
    margin: 0.5%;
}

.description-box {
    padding-top: 22px;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 10px;
    background: #fff;
}

.description-box h4 {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 10px;
}

.description-box p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #626262;
    line-height: 24px;
}

.dex-a {
    padding-bottom: 25px;
}

.spe-a {
    padding-bottom: 25px;
}

.spe-a ul {
    margin: 0px;
    padding: 20px;
}

.spe-a ul li p {
    line-height: 34px;
}

.spe-a ul li {
    border-bottom: 1px solid #eeeeee;
}

.spe-a ul li .col-md-4 {
    padding-left: 0px;
    font-size: 16px;
}

.description-box h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
    color: #585858;
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.preview-thumbnail.nav-tabs li.active a {
    border: 3px solid #01b888;
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.kassan h1 {
    margin-bottom: 30px;
}

.kassan label {
    font-weight: normal;
}

.kassan fieldset {
    border-color: #ddd;
    margin-bottom: 30px;
}

.kassan .lev-fieldset>div {
    max-width: 44em;
}

#varukorg_container .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0;
    border-bottom: 0;
}

.hogerdel.kassan fieldset>legend {
    display: inline-block;
    border-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
}

.betalsatt {
    background-color: transparent;
    height: 100px;
    padding-left: 60px;
}

.varukorg-sumrad {
    text-align: right;
    padding-top: 0;
    padding-bottom: 3px;
    font-size: 10pt;
}

.varukorg-sumrad.summa-inkl {
    font-size: 12pt;
}

.varukorg-delete {
    text-align: center;
}

.fa-search {
    font-size: 30px;
    padding-left: 5px;
    padding-top: 5px;
}

.kassan-bg.nti {
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: black;
    min-width: 80px;
    max-width: 95px;
    min-height: 20px;
}

.orderhistoriktitel2 {
    float: right;
    margin-top: -18px;
    margin-right: 150px;
}

.orderhistorikvalue {
    font-weight: 600;
    box-sizing: border-box;
    width: 400px;
    margin-left: 30px;
    backface-visibility: hidden;
}
.loading2 {
    display: flex;
    animation-delay: 1s;
    height: 100%;
    width: 100%;
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 800;
    top: 0;
    left: 0;
    background-color: black;
    background-color: black;
}

.loadingsecond {
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 42%;
}

.loading2 .dot {
    position: relative;
    width: 2em;
    height: 2em;
    margin: 0.8em;
    border-radius: 50%;
}

.loading2 .dot::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    animation: wave 2s ease-out infinite;
}

.loading2 .dot:nth-child(1) {
    background: rgb(162, 25, 92);
}

.loading2 .dot:nth-child(1)::before {
    animation-delay: 0.2s;
}

.loading2 .dot:nth-child(2) {
    background: rgb(162, 25, 92);
}

.loading2 .dot:nth-child(2)::before {
    animation-delay: 0.4s;
}

.loading2 .dot:nth-child(3) {
    background: rgb(162, 25, 92);
}

.loading2 .dot:nth-child(3)::before {
    animation-delay: 0.6s;
}

.loading2 .dot:nth-child(4) {
    background: rgb(162, 25, 92);
}

.loading2 .dot:nth-child(4)::before {
    animation-delay: 0.8s;
}

.loading2 .dot:nth-child(5) {
    background: rgb(162, 25, 92);
}

.loading2 .dot:nth-child(5)::before {
    animation-delay: 1s;
}

.loading {
    display: flex;
    animation-delay: 1s;
    height: 100%;
    width: 100%;
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 800;
    top: 0%;
    left: 0;
    background-color: black;
    background-color: black;
}


.loading .dot {
    position: relative;
    width: 2em;
    height: 2em;
    margin: 0.8em;
    border-radius: 50%;
}

.loading .dot::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    animation: wave 2s ease-out infinite;
}

.loading .dot:nth-child(1) {
    background: rgb(162, 25, 92);
}

.loading .dot:nth-child(1)::before {
    animation-delay: 0.2s;
}

.loading .dot:nth-child(2) {
    background: rgb(162, 25, 92);
}

.loading .dot:nth-child(2)::before {
    animation-delay: 0.4s;
}

.loading .dot:nth-child(3) {
    background: rgb(162, 25, 92);
}

.loading .dot:nth-child(3)::before {
    animation-delay: 0.6s;
}

.loading .dot:nth-child(4) {
    background: rgb(162, 25, 92);
}

.loading .dot:nth-child(4)::before {
    animation-delay: 0.8s;
}

.loading .dot:nth-child(5) {
    background: rgb(162, 25, 92);
}

.loading .dot:nth-child(5)::before {
    animation-delay: 1s;
}

@keyframes wave {
    50%, 75% {
        transform: scale(2.5);
    }
    80%, 100% {
        opacity: 0;
    }
}

.sokresultat {
    background-color: #edf0f0;
    padding: 8px;
    border-radius: 5px;
    width: 30%;
    height:auto;
    font-size: 28px;
    margin-top:150px;
    color: #100a24;
    text-align:center;
    align-content:center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
}

#categories {
    display: none;
}
@media screen and (min-width: 992px) {
    #categories {
        margin-top: 150px;
    }
    .startpage #categories {
        margin-top: auto;
    }
}

#kategorier2 {
    display: none;
}

.vartsortiment {
    padding-top: 50px;
    font-weight: 600;
    margin-right: auto;
    margin-left: auto;
    font-size:35px;
}
#köpvara {
    z-index: 2;
position: relative;
cursor: pointer;
}

.hogerdel {
    margin-top:100px;
}
@media screen and (max-width: 700px) {
 
        .bokomslag {
        margin-left: 55px !important;
    }

    #köpvara2 {
        margin-left: 65px !important;
    }
    .spe-a ul li .col-md-4 {
    text-align:left;
}
.shopping-cart {
    margin-top: 9%;
    position: fixed;
    margin-right: 10px;
}
.description-box h5 { 
    text-align:left;
}
   .orderhistorikvalue {
        font-size: 11px;
        margin-left: 2px;
        width: 150px !important;
        margin-top:10px !important;
    }
        .shopping-cart {
    margin-top: 15% !important;
    position: fixed;
    margin-right: 20px !important;
}
    
}

/*
 | -----------------------------------------------------
 | MOBIL
 | -----------------------------------------------------
 */

@media screen and (max-width: 930px) {
    h4, h5 {
        text-align: left !important;
    }
        #splashbanner {
        margin-top: 0px !important;
    
    }


    .checkout {
        margin-top: 20px;
    }
    #knappen.visa {
        display: none;
    }
    .loadingsecond {
    align-items: center;
    justify-content: center;
    top: 40%;
}
.hogerdel {
    margin-top:10px !important;
}
.form-control {
    width: 100%;
}
.previous {
    margin-left: -45px !important;
}

.spe-a ul li {
    padding-top:15px;
}


.vartsortiment {
    font-size:30px;
}
    #kategorier {
        display: none;
    }
    #kategorier2 {
        display: unset;
    }

    .header {
        position: relative;
    }
    .carousel-inner {
        padding-top: 0px;
    }
    .vartsortiment {
        padding-bottom: 40px;
        margin-right: auto;
        margin-left: auto;
    }
    .w-100 {
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 250px !important;
    }
    #ball {
        display: none;
    }
    #categories {
        display: unset;
    }
    .payment2 {
        display: inline;
    }
    .betalsatt {
        padding-left: 0px;
        text-align: left;
    }
    .orderhistoriktitel2 {
        margin-right: 5px;
        margin-top:-25px;
    }
 
    .description-box {
        padding-right: 0;
        padding-left: 0;
        padding-top: 10px;
    }
    .dex-a {
        text-align: left;
    }
    .sokresultat {
        background-color: whitesmoke;
        padding: 8px;
        border-radius: 5px;
        width: 100%;
        color: #100a24;
        margin-top: 40px;
    }
    #köpvara2 {
        margin-left: 65px !important;
    }
    .box-img h4 {
        padding-top: 15px;
        font-size: 15px;
        font-weight: 700;
        transition: all 0.3s ease 0s;
        letter-spacing: 0px;
        width: 170px;
        height: 70px;
    }

    .login {
        margin-top: 100px;
        margin-right: 50px;
        right: 0;
        opacity: 0.95;
        background: white;
        width: 300px;
        position: absolute;
        border-radius: 5px;
        padding: 20px;
        box-shadow: 0 4px 4px 0 rgba(25, 25, 25, 0.5);
        z-index: 3;
        border: 1px solid #e6e6e6;
    }
    .accordion {
        width: 100%;
    }
    .panel {
        width: 100%;
    }
    .login .form-group {
        width: 100%;
        display: block;
    }
    .antalKassa {
        width: 60px !important;
        margin-left: 20px;
    }
    ul.order-list li {
        margin-left: -140px;
    }
    .underrow {
        margin-left: 15px;
    }
    ul.order-list li>h4 {
        font-size: 11px;
        line-height: 1;
    }
    ul.order-list li>h5 {
        padding-left: 0;
        float: left;
        font-size: 11px;
        line-height: 1;
        width: 100px;
    }
    ul.order-list li>img {
        display: none;
    }
    .form {
        width: 100% !important;
       padding-bottom: 55px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .categories-panel {
        margin: auto;
        display: unset;
    }
    .navbar-right2 {
        margin-right: 12px !important;
        padding-top: 1px;
        margin-bottom: 35px;
    }
    .navbar-right2 p {
        font-size: 14px;
    }
    .navbar-right2 fa {
        margin-left: 14px;
    }
    .fa-search {
        font-size: 30px;
        padding-top: 5px;
        font-size: 30px;
        padding-right: 20px;
    }
    .hammeny {
        font-size: 40px;
        cursor: pointer;
        padding-top: 65px;
        display: flex;
        align-items: center;
        margin-left: 10px !important;
    }
    .hammeny2 {
        font-size: 40px;
        cursor: pointer;
        display: flex;
        align-items: center;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .header {
        font-size: 1.625rem;
        text-align: center;
        padding-bottom: 8px;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-title {
        text-align: center;
    }
    .varukorgheader {
        font-size: 30px !important;
       margin-top:20px;
    }
    .varukorgheader2 {
        margin-top:5px;
    }
    .toolbar_item {
        margin-right: -5px;
    
    }
    .card-title {
        font-size: 20px !important;
    }
    .btn-primary {
        font-size: 13px;
        float: right;
        margin-bottom: 6px;
    }
    .orderhistoriktitel {
        top: 2px;
        font-size: 11px !important;
    }
    .text-right {
        font-size: 12px !important;
    }
    div.info {
        /*width: 130px !important;*/
        color: black;
        margin-bottom: 4px;
    }
    .container {
        width: auto !important;
    }
    h3 {
        font-size: 20px;
    }
    h2 {
        font-size: 22px;
    }
    h1 {
        font-size: 25px;
    }
    #antalartiklar {
        margin-left: -20px;
    }
    .overlay a {
        font-size: 20px;
    }
    .animate-bottom {
        margin-left: 7px;
    }
    .accordion .accordion_tab {
        font-size: 14px !important;
    }

    .categories-panel {
        padding-bottom: 0;
    }
    .header_logo {
        width: 135px;
        height:55px;
          margin-top: 45px;
        padding-bottom: 10px;
        margin-left: 20px;
    }
    .bokomslag {
        margin-left: 20px;
    }
    #sortimentmargin {
        margin-bottom:55px;
    }
    .spe-a ul li .col-md-4 {
        text-align:left;
    }
    .description-box h5 { 
        text-align:left;
    }
    .orderhistorikvalue {
        font-size: 12px;
        margin-left: 15px;
        margin-top:15px;
    }
    .shopping-cart {
        margin-top: 9%;
        position: fixed;
        margin-right:10px;
    }
}


@media screen and (min-width: 1200px)
{  
    .w-100 {
        height: 1200px !important;
    }
}
@media screen and (max-width: 1500px)
{  
        #kategorier {
        display: none;
    }
    #kategorier2 {
        display: unset;
    }
    #categories {
        display:unset;
    }  
}
/** SAFARI **/
@media not all and (min-resolution:.001dpcm) { 
    @media {
        .header {
            min-height: 120px;
        }
        .header_logo {
            display: block;
        }
    }
}

#kassa_frakttext {
    text-align: left;
    font-size: 1em;
    margin-top: 2em !important;
}
#kassa_frakttext div.alert-info h4 {
    font-weight: bold;
}
#kassa_frakttext div.alert-info ul {
    list-style: disc !important;
}
#kassa_frakttext div.alert-info ul li {
    padding-bottom: 2px;
}

/*
|--------------------------------------------------------------------------
| Orderhistorik
|--------------------------------------------------------------------------
*/

.orderhistorik {
    position: relative;
    background: #edf0f0;
    border-radius: 5px;
    cursor: pointer;
    align-items: center;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    font-size: 14px;
    margin-top: 15px;
    padding: 8px;
    height: 70px;
}

.orders {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;
    color: rgb(162, 25, 92);
}

.orderrader .varukorg .col-sm-12 {
    font-weight: 600;
}

.hogerdel {
    padding-bottom: 20px;
    
}

.ordersumma {
    flex-direction: column;
    font-weight: 600;
    align-items: flex-end;
}

.orderhistoriktitel {
    font-size: 0.6rem;
    display: block;
}

.orderhistorikstatus {
    align-items: flex-start;
    flex-direction: column;
    font-weight: 600;
}

.accordion_item {
    text-align: left;
    font-size: 16px;
}

#cookieconsent {
    position:fixed;
    padding:20px;
    left:0;
    top:10;
    background-color:#000;
    color:#FFF;
    text-align:center;
    width:100%;
    height: 120px;
    z-index: 99999;
}
@media screen and (min-width: 482px)
{ 
    #cookieconsent {
        height: 98px;
    } 
}
@media screen and (min-width: 768px)
{  
    #cookieconsent {
        height: 88px;
    }
}
@media screen and (min-width: 992px) {
    #cookieconsent {
        height: 76px;
    }
}
@media screen and (min-width: 1200px) {
    #cookieconsent {
        height: 60px;
    }
}
#cookieconsent a {
    font-weight: bold;
    color:white;
    text-decoration:underline;
}