﻿
body, html {
    margin: 0px;
    font-family: museo_sans500, Arial, Helvetica, sans-serif;
    color: #7d706d;
    background-color: transparent;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}
/* body {background:url("../img/bg.jpg") top center no-repeat;} */
a {
    color: #edb548;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    a:hover {
        color: #e2a226;
        text-decoration: none;
        outline: 0;
    }

    a:hover, a:active, a:focus {
        outline: 0;
        text-decoration: none;
        color: #e2a226;
    }

img {
    width: 100%;
    display: block;
    color: transparent;
    font-size: 0;
    vertical-align: middle;
}

b, strong {
    font-family: 'PlantinStdBold', serif;
    font-weight: normal;
}

header {
    border-bottom: 1px solid #e0dbd9;
}

    header.loggedin {
        background: #7d706d;
        border-bottom: 1px solid #7d706d;
    }

.menu {
    margin: 49px 0 0 0;
    padding: 0;
    list-style: none;
    float: right;
}

    .menu li {
        float: left;
        margin: 0 6px;
        padding: 5px 11px;
    }

        .menu li.active {
            background: #eeeeee;
        }

        .menu li a {
            color: #7d706d;
            font-size: 14px;
            letter-spacing: 0.09em;
        }

            .menu li a:hover {
                color: #4f4543;
            }

.loggedin .menu {
    margin: 10px 0 0 0;
}

    .loggedin .menu li a {
        color: #fff;
    }
    /* .loggedin .menu li.active, .loggedin .menu li:hover {background:#eeeeee; color:#7d706d;} */
    .loggedin .menu li.active a {
        color: #7d706d;
    }

    .loggedin .menu li:hover a {
        color: #eee;
    }


.usermenu {
    margin: 12px 0 0 0;
    padding: 0;
    list-style: none;
    float: right;
}

    .usermenu li {
        float: left;
        margin: 0 6px;
        padding: 5px 11px;
    }

        .usermenu li:last-child {
            padding-right: 5px;
        }

        .usermenu li.active {
            background: #eeeeee;
        }

            .usermenu li.active a {
                color: #7d706d;
            }

            .usermenu li.active:hover a {
                color: #4f4543;
            }

        .usermenu li:hover a {
            color: #eeeeee;
        }

        .usermenu li a {
            color: #fff;
            font-size: 12px;
            letter-spacing: 0.09em;
        }

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

button.placeOrder {
    padding: 9px 12px;
}

.start .image {
    position: relative;
}

.start .title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


.intro {
    background: url('../img/bg.jpg');
    text-align: center;
    padding: 30px 0 45px 0;
    font-family: 'PlantinStd', serif !important;
    font-size: 15px;
}




.btn.btn-yellow {
    background: #edb548;
}

    .btn.btn-yellow:hover, .btn.btn-yellow:focus, .btn.btn-yellow.focus {
        color: #fff;
        background: #edb548;
        text-decoration: none;
    }

#my-gallery-container {
    margin-top: 20px;
}

.item {
    width: 100%;
    background-color: #34495E;
    min-height: 100px;
    margin: 10px 0px;
    color: #fff;
    position: relative;
}

    .item p {
    }

    .item.h150 {
        width: 100%;
        min-height: 150px;
    }

    .item.h200 {
        width: 100%;
        min-height: 200px;
    }

    .item.h250 {
        width: 100%;
        min-height: 200px;
    }

.padding {
    padding: 10px 5px;
}

h2 {
    font-weight: normal;
}

.caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .caption.brown {
        background: rgba(128,121,114, 0.7);
    }

    .caption.darkgray {
        background: rgba(38,33,40, 0.7);
    }

    .caption.blue {
        background: rgba(70,78,97, 0.7);
    }

    .caption.black {
        background: rgba(26,24,26, 0.7);
    }

    .caption.red {
        background: rgba(116,67,69, 0.7);
    }

.item:hover .caption.brown {
    background: rgba(128,121,114, 0.9);
}

.item:hover .caption.darkgray {
    background: rgba(38,33,40, 0.9);
}

.item:hover .caption.blue {
    background: rgba(70,78,97, 0.9);
}

.item:hover .caption.black {
    background: rgba(26,24,26, 0.9);
}

.item:hover .caption.red {
    background: rgba(116,67,69, 0.9);
}

@media (min-width: 375px) {
    .colorlist li .colorform {
        width: 100%;
        float: left;
        margin-top: 27px;
        display: none;
    }

    .colorform .col {
        float: left;
        margin-left: 10px;
    }

    .colorform .col1 {
        width: 160px;
    }

    .colorform .col2 {
        width: 85px;
    }

    .colorform .col3 {
        width: 55px;
    }

    .colorform .col4 {
        width: 100%;
        margin: 10px;
        text-align: right;
        margin: 0 0 0 30px;
    }

    .colorform .col1 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 160px;
    }

    .colorform .col2 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 85px;
    }

    .colorform .col3 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 55px;
    }

    .colorform .col1 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        width: 83%;
    }

    .colorform .col2 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        width: 70%;
    }

    .colorform .col3 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        width: 55%;
    }

    .colorform .col4 .btn {
        margin: 0;
        padding: 8px 12px;
        margin-right: 20px;
    }

    .colorform .col .dropdown-menu {
        top: 34px;
    }
}


.text-center {
    text-align: center;
}

.morenews {
    padding-top: 45px;
    padding-bottom: 45px;
}



footer p {
    font-size: 15px;
    font-family: 'PlantinStd', serif !important;
    margin-top: 20px;
}

footer a {
    color: #eeb649;
}

    footer a:hover {
        color: #eeb649;
    }

footer .social {
    padding: 0;
    margin: 50px 0;
    list-style: none;
}

    footer .social li {
        display: inline-block;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0.18em;
    }

        footer .social li a {
            color: #fff;
        }

        footer .social li img {
            width: 48px;
            display: inline;
            margin-right: 8px;
        }

footer hr {
    margin: 0 0 30px 0;
    border: 0;
    border-bottom: 1px solid #7d706d;
}

footer a:hover {
    color: #e2a226 !important;
}

footer .social a:hover {
    color: #eee !important;
}

footer .footlasttext {
    text-align: center;
}

.sb-active #sb-site .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(26,24,26, 0.7);
    z-index: 1000;
}

.productList {
    margin-bottom: 35px;
}

.product {
    position: relative;
    float: left;
}

.productimage {
    height: 320px;
    overflow: hidden;
}

.productdescr {
    background: #eeeeee;
    padding: 20px 20px 0px 20px;
    text-align: center;
    float: left;
    width: 100%;
    height: 240px;
}

    .productdescr h4, .productdescr h5 {
        margin: 0;
        font-weight: 400;
    }

        .productdescr h4 a {
            font-family: "lust";
            font-size: 26px;
            color: #7d706d;
        }

    .productdescr h5 {
        font-size: 14px;
        color: #7d706d;
    }

    .productdescr p {
        font-size: 15px;
        color: #929292;
        font-family: 'PlantinStd', serif;
    }

    .productdescr .productprice {
        float: right;
        font-size: 21px;
        font-style: italic;
        width: 100%;
        text-align: right;
    }


.product-hover .productdescr {
    height: auto;
    padding-bottom: 20px;
}

.product-hover .tocart-col-1 {
    width: 85px;
    float: left;
    position: relative;
}

.product-hover .tocart-col-2 {
    width: 160px;
    float: right;
    text-align: right;
}

.product-hover .tocart-col-1 p {
    margin: 0;
    font-family: museo_sans500, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #7d706d;
}

.product-hover .btn-yellow {
    margin-top: 15px;
    margin-right: 0;
}

.col {
    position: relative;
    width: 220px;
    margin: 0 auto;
}

    .col .dropdown-menu {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #c1b9b6;
        left: auto;
        min-height: 50px;
        padding: 0;
        right: auto;
        top: 38px;
        width: 85px;
    }

.bootstrap-select > .dropdown-toggle {
    margin: 0;
    background: #f8f8f8;
    color: #7d706d;
    border: 1px solid #c1b9b6;
    padding: 0;
}

.tocart-col-1 .bootstrap-select > .dropdown-toggle {
    width: 85px;
}

.bootstrap-select > .dropdown-toggle:hover {
    color: #7d706d;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #eeeeee;
}

.tocart-col-1 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 85px;
}

.product-hover .dropdown-menu {
    width: 85px;
    right: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #c1b9b6;
    top: 55px;
    left: auto;
    right: auto;
    min-height: 50px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    border-right: 1px solid #c1b9b6;
    padding: 8px 10px;
    text-align: left;
    width: 80%;
    text-align: center;
    background: #f8f8f8 none repeat scroll 0 0;
}

.tocart-col-1 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: 45px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    left: -13px;
    margin-top: 3px;
    top: 10px;
}

.caret, .dropup .caret {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px dashed;
    border-bottom: none;
}

.bs-caret {
    position: relative;
}

.textarealine .col {
    width: 100%;
}

    .textarealine .col .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
    }



.post {
    font-family: 'PlantinStd', serif;
    color: #929292;
}

    .post h3 {
        font-size: 40px;
        font-family: "lust";
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 8px;
        color: #7d706d;
    }

    .post .lead {
        font-size: 17px;
        line-height: 1.5;
        margin-bottom:  12px;
    }

    .post .postbody {
        font-size: 15px;
        line-height: 1.65;
        margin-top: 0px;
    }

        .post .postbody h4 {
            font-size: 18px;
            font-family: "lust";
            font-weight: 400;
            color: #7d706d;
            margin-bottom:  5px;
            margin-top:  15px;
        }

        .post .postbody .imageright {
            width: auto;
            float: right;
            margin-left: 20px;
        }

        .post .postbody .imageleft {
            width: auto;
            float: left;
            margin-right: 20px;
        }

        .post .postbody b {
            font-family: 'PlantinStdBold', serif;
            font-weight: normal;
        }

        .post .postbody a {
            color: #eeb649;
        }

            .post .postbody a:hover {
                color: #e2a226;
            }

    .post .intextimage {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .post .imagetextheadline {
        padding-left: 50px;
        padding-right: 10px;
        line-height: 1.67;
    }

    .post .imagetextheadline {
        text-align: right;
        font-size: 14px;
        font-style: italic;
    }

        .post .imagetextheadline h5 {
            font-family: "lust";
            font-weight: 400;
            font-size: 16px;
            margin-bottom: 0;
            margin-top: 60px;
        }

    .post .postbody h4 {
        font-family: "lust";
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 5px;
    }

.maps h3 {
    font-size: 40px;
    font-family: "lust";
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 0px;
}

.maps p, .maps .result-info {
    font-family: 'PlantinStd', serif;
    font-size: 15px;
    line-height: 1.65;
    margin-top: 0px;
    color: #929292;
}

.maps .input {
    margin: 0;
}

.maps .search {
    display: inline;
}

    .maps .search .btn-yellow {
        margin-top: 18px;
    }

.postfoot {
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    letter-spacing: 0.09em;
}

    .postfoot .socials {
        margin: 15px 0 35px 0;
        padding: 0;
        list-style: none;
    }

        .postfoot .socials li {
            display: inline;
            width: 120px;
            padding: 20px;
        }

            .postfoot .socials li a {
                color: #7d706d;
                text-transform: uppercase;
            }

                .postfoot .socials li a:hover {
                    color: #4f4543;
                }

.postnav {
    background: #7d706d;
    border-bottom: 1px solid #9d8e8b;
}

    .postnav a {
        font-family: "lust";
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        line-height: 4;
    }

        .postnav a:hover {
            color: #eee;
        }

        .postnav a .fa {
            color: #eeb649;
        }

        .postnav a.hover .fa {
            color: #e2a226;
        }

    .postnav .br {
        border-right: 1px solid #9d8e8b;
    }

.postfooter {
    background: #7d706d;
    padding-bottom: 30px;
}

    .postfooter h3 {
        font-family: "lust";
        font-weight: 400;
        font-size: 40px;
        color: #fff;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .postfooter li.active {
        background: #eeeeee;
        color: #7d706d;
    }

        .postfooter li.active a {
            color: #7d7065;
        }

.comments {
    padding-top: 40px;
}

    .comments h3 {
        font-family: "lust";
        font-weight: 400;
        font-size: 40px;
        margin-bottom: 20px;
        margin-top: 35px;
        text-align: center;
    }

.comment:first-child {
    border-top: 1px solid #e0dbd9;
}

.comment {
    border-bottom: 1px solid #e0dbd9;
    padding: 30px 10px;
}

.data_author {
    font-size: 14px;
    letter-spacing: 0.09em;
}

.commentbody {
    font-family: 'PlantinStd', serif;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 6px;
    color: #929292;
}

.reply {
    margin-top: 10px;
}

    .reply a {
        color: #edb548;
        font-size: 14px;
        letter-spacing: 0.09em;
    }

.commentreply {
    padding-left: 65px;
    padding-top: 30px;
}


.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    max-width: 46%;
    width: calc(100% - 2em);
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-size: 14px;
    -webkit-appearance: none; /* for box shadows to show on iOS */
    border-bottom: 1px solid #ada29f;
}

.error .input__field {
    border-bottom: 1px solid #f77a5d;
}

.error .fa {
    color: #f77a5d;
    font-size: 15px;
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #7d706d;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #ddd;
    font-size: 150%;
}


.input--nariko {
    padding-top: 2em;
}

.input__field--nariko {
    width: 100%;
    background: transparent;
    opacity: 0;
    padding: 0.35em;
    z-index: 100;
    color: #7d706d;
    font-size: 18px;
}

.input__label--nariko {
    width: 100%;
    font-size: 14px;
    bottom: -7px;
    position: absolute;
    pointer-events: none;
    text-align: left;
    color: #7d706d;
    padding: 0 0.5em;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .07em;
}

    .input__label--nariko::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 3em;
        top: 100%;
        left: 0;
        background: #fff;
        border-top: 1px solid #ada29f;
        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }

.input__label-content--nariko {
    padding: 0.5em 0;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.4s, color 0.4s;
    transition: transform 0.4s, color 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.input__field--nariko:focus,
.input--filled .input__field--nariko {
    cursor: text;
    opacity: 1;
    -webkit-transition: opacity 0s 0.4s;
    transition: opacity 0s 0.4s;
}

    .input__field--nariko:focus + .input__label--nariko::before,
    .input--filled .input__label--nariko::before {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
        -webkit-transform: translate3d(0, -3.0em, 0);
        transform: translate3d(0, -3.0em, 0);
        border-top: 0;
    }

    .input__field--nariko:focus + .input__label--nariko .input__label-content--nariko,
    .input--filled .input__label-content--nariko {
        color: #6B6E6E;
        -webkit-transform: translate3d(0, -2.5em, 0) scale3d(0.81, 0.81, 1);
        transform: translate3d(0, -2.5em, 0) scale3d(0.81, 0.81, 1);
    }

.textarealine {
    padding: 12px;
}

    .textarealine label {
        color: #7d706d;
        font-weight: 300;
        font-size: 11px;
        width: 100%;
        padding-left: 30px;
        font-family: museo_sans500, Arial, Helvetica, sans-serif;
        -webkit-font-smoothing: antialiased;
        font-weight: normal;
        padding: 20px 30px 0 5px;
        letter-spacing: .07em;
    }

.brownbg .textarealine label {
    color: #fff;
    text-transform: uppercase;
}

.textarealine textarea {
    background: #f8f8f8;
    width: 100%;
    border: 1px solid #c1b9b6;
    resize: none;
    height: 220px;
    margin-top: 10px;
    border-radius: 0;
    margin-top: 6px;
}

.textarealine input[type="text"] {
    background: #f8f8f8;
    width: 100%;
    border: 1px solid #c1b9b6;
    resize: none;
    margin-top: 10px;
    border-radius: 0;
    margin-top: 6px;
}

.btnline {
    text-align: right;
    padding: 0 12px 35px;
}

    .btnline .btn {
        margin-left: 0;
        margin-right: 0;
    }

.textbody {
    color: #939393;
    font-family: 'PlantinStd', serif;
    padding-right: 50px;
    font-size: 15px;
    line-height: 1.6;
}

.textpage img {
    width: auto;
    display: inline;
}

.textpage .rightblock {
    padding-left: 25px;
}

    .textpage .rightblock h2, .textpage .leftblock h2 {
        line-height: 1.05;
        margin-top: 81px;
        margin-bottom: 15px;
    }

.textpage .lead {
    font-size: 18px;
    color: #939393;
    font-family: 'PlantinStd', serif;
    line-height: 1.5;
}

.textpage h4 {
    font-family: "lust";
    font-weight: normal;
    font-size: 18px;
    color: #7d706d;
    margin-bottom: 5px;
    margin-top: 30px;
}

.textpage .rightimage .dittimg {
    text-align: right;
}

.brownbg {
    background: #7d706d;
}

.graybg {
    background: #eeeeee;
}

.whitemargin {
    margin-top: 30px;
}

.brownbg .circle {
    background: #fff;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.brownbg {
    color: #fff;
}

.dittimg {
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}


.map {
    height: 1300px;
    width: 100%;
}

.results ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.results h4 {
    font-size: 26px;
    font-family: "lust";
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 0px;
}

.results h5 {
    font-size: 18px;
    font-family: "lust";
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 5px;
}

.results a {
    color: #edb548;
}

    .results a:hover {
        color: #e2a226;
    }

.results h5 a {
    color: #7d706d;
}

    .results h5 a:hover {
        color: #4F4543;
    }

.lostpass {
    float: left;
    color: #edb548;
    font-size: 15px;
    font-family: 'PlantinStd', serif;
    line-height: 3;
}

    .lostpass:hover, .lostpass:active {
        color: #e2a226;
    }

.frisor h2, .frisor2 h2 {
    font-size: 40px;
}

.frisor p {
    font-size: 15px;
}

.frisor2 p {
    font-size: 15px;
}


.kundtjanst {
    font-family: 'PlantinStd', serif;
    font-size: 15px;
}

    .kundtjanst h4 {
        font-weight: normal;
        font-family: "lust";
        font-size: 18px;
        margin-bottom: 0;
    }


    .kundtjanst .contactdata {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .kundtjanst .contact {
        width: 280px;
        margin: 20px auto;
    }

        .kundtjanst .contact .face {
            width: 90px;
            float: left;
        }

            .kundtjanst .contact .face img {
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

        .kundtjanst .contact .data {
            /*text-align: left;
            padding-left: 20px;*/
            /*float: left;*/
            padding-top: 10px;
        }

    .kundtjanst p {
        width: 350px;
        margin: 0 auto;
    }

.marknadsmaterial .btn {
    margin-top: 20px;
    margin-bottom: 40px;
}

.marknadsmaterial img {
    max-width: 250px;
}


.fa {
    padding: 0 6px;
}

.btn:hover:not(.dropdown-toggle) {
    background: #4f4543 !important;
}

.btn.btn-yellow:hover {
    background: #e2a226 !important;
}

.btn.btn-active:hover {
    background: #fff !important;
    border: 2px solid #4f4543;
    color: #4f4543;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #e2a226;
    color: #fff;
}

.color {
    float: left;
    width: 140px;
    height: 140px;
    -webkit-border-radius: 50%;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 50%;
    -moz-border-radius-topleft: 0;
    border-radius: 50%;
    border-top-left-radius: 0;
    margin-right: 20px;
    padding: 50px 0;
    text-align: center;
    font-size: 16px;
}

.color1 {
    background: #7d706d;
    color: #fff;
}

.color2 {
    background: #4f4543;
    color: #fff;
}

.color3 {
    background: #eeeeee;
    color: #7d706d;
}

.color4 {
    background: #edb548;
    color: #fff;
}

.color5 {
    background: #e2a226;
    color: #fff;
}

.inboxlist {
    width: 985px;
    margin: 0 auto;
}

    .inboxlist ul {
        margin: 0;
        padding: 0;
        margin-bottom: 50px;
        list-style: none;
        display: block;
        float: left;
    }

        .inboxlist ul li {
            float: left;
            width: 100%;
            font-family: 'PlantinStd', serif;
            font-size: 15px;
            padding: 10px 0;
        }

            .inboxlist ul li:first-child {
                border-bottom: 1px solid #e0dbd9;
            }

    .inboxlist .head {
        font-size: 12px;
        font-family: museo_sans500, Arial, Helvetica, sans-serif !important;
    }

    .inboxlist .ibnewmsg {
        float: left;
        width: 30px;
        padding-left: 15px;
        padding-top: 6px;
    }

    .inboxlist .ibdate {
        float: left;
        width: 140px;
        font-family: 'PlantinStdBold', serif;
    }

    .inboxlist .ibtitle {
        float: left;
        width: 815px;
        font-family: 'PlantinStdBold', serif;
    }

    .inboxlist .ibmessage {
        padding: 0px 240px 0px 170px;
        float: left;
        width: 100%;
    }

        .inboxlist .ibmessage.open {
            padding: 10px 0px 10px 0px;
        }

.rowgray {
    background: #eee;
}

.rowwhite {
    background: #fff;
}

.inboxlist .ibnewmsg .new {
    display: block;
    background: #edb548;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.inboxlist .ibnewmsg .read {
    display: block;
    background: transparent;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.paddbott {
    padding-bottom: 70px;
}

.tablelist {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tablelist li {
        width: 100%;
        float: left;
        display: block;
        font-family: 'PlantinStdBold', serif;
        font-size: 15px;
    }

        .tablelist li:nth-child(even) {
            background: #fff;
        }

        .tablelist li:nth-child(odd):not(.head) {
            background: #eee;
        }

        .tablelist li li {
            background: transparent !important;
            font-family: 'PlantinStd', serif;
        }

            .tablelist li li.brown {
                background: #4f4543 !important;
                color: #fff;
            }

        .tablelist li.foot {
            display: block;
            border-top: 1px solid #e0dbd9;
            margin-top: 5px;
        }

.orderexp {
    width: 100%;
    display: none;
    clear: both;
}

.bootstrap-select .btn:hover, .bootstrap-select .btn:focus, .bootstrap-select .btn.focus {
    color: #7d706d;
}

.bestall {
    padding-bottom: 70px;
}

.faste {
    float: left;
    width: 100%;
}

.langd {
    float: left;
    width: 60%;
}

.antal {
    float: left;
    width: 40%;
}

.sahar-image {
    width: 100%;
    margin-top: 90px;
}

.inpiration {
    margin-bottom: 10px;
}

.kundantal {
    text-align: center;
}

    .kundantal .less, .kundantal .more, .kundantal .inputfield {
        display: inline;
    }

.inputfield input {
    border: 1px solid #4f4543;
    background: #f8f8f8;
    color: #4f4543;
    font-size: 16px;
    font-family: museo_sans500, Arial, Helvetica, sans-serif;
    text-align: center;
    width: 45px;
    padding: 7px 2px;
    margin: 4px 0;
}

.filtericon {
    position: relative;
}


.inpirationlist {
    margin-top: 40px;
}

.colorlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .colorlist li {
        width: 100%;
        float: left;
        display: block;
        background: #615654;
        min-height: 73px;
        border-bottom: 1px solid #99908e;
    }

        .colorlist li .dropdown-menu li {
            background: #fff;
            min-height: inherit;
            border-bottom: 0;
        }

        .colorlist li:last-child {
            border-bottom: 0;
        }

        .colorlist li .smallimage {
            width: 85px;
            height: 73px;
            position: absolute;
        }

        .colorlist li .colorname {
            width: 100%;
            padding-left: 110px;
            color: #fff;
            font-size: 18px;
            text-transform: uppercase;
            text-align: left;
        }

            .colorlist li .colorname span {
                display: block;
                padding: 24px 0;
            }

        .colorlist li.last .colorname {
            padding-left: 20px;
        }

        .colorlist li.active-color {
            background: #4f4543;
            min-height: 170px;
        }

            .colorlist li.active-color .colorname {
                color: #edb548;
            }

.colorform .col .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: left;
    text-transform: uppercase;
}


.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: auto;
}


@media screen and (max-width: 767px) {
    .maps .input {
        width: 50%;
    }

    .maps .search .btn-yellow {
        margin-top: 25px;
    }
}

@media screen and (min-width:319px) {
    #my-gallery-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sidemenu {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .sidemenu li {
            float: left;
            width: 100%;
            font-size: 14px;
            letter-spacing: 0.09em;
            border-bottom: 1px solid #867b78;
            padding: 14px 20px;
        }

            .sidemenu li:first-child {
                border-top: 1px solid #867b78;
            }

            .sidemenu li:hover {
                background: #4f4543;
            }

            .sidemenu li a {
                color: #fff;
                text-transform: uppercase;
            }

    .sidemenu2 {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .sidemenu2 li {
            float: left;
            width: 100%;
            font-size: 14px;
            letter-spacing: 0.09em;
            border-bottom: 1px solid #99908e;
            padding: 10px 20px 10px 40px;
            background: #615654;
        }

            .sidemenu2 li:first-child {
                border-top: 1px solid #99908e;
            }

            .sidemenu2 li:hover {
                background: #4f4543;
            }

            .sidemenu2 li a {
                color: #fff;
                text-transform: uppercase;
            }

                .sidemenu2 li a.remove-filter {
                    color: #edb548;
                    display: inline-block;
                    width: 20px;
                    text-align: left;
                }

                    .sidemenu2 li a.remove-filter .fa {
                        padding: 0;
                    }

            .sidemenu2 li.active-filter {
                padding-left: 20px;
                background: #4f4543;
            }

                .sidemenu2 li.active-filter a {
                    color: #edb548;
                }

    .sb-left h3 {
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        padding: 10px 20px;
        margin-bottom: 0;
    }

    .close {
        margin: 10px 20px 10px 20px;
        float: right;
        display: table-cell;
        position: relative;
        z-index: 1200;
    }

        .close span {
            display: none;
        }

        .close a {
            color: #fff;
            text-align: right;
            font-size: 14px;
            vertical-align: middle;
            float: left;
            display: block;
            font-size: 40px;
        }

    .menu-mobile {
        display: block;
    }

    .menu, .usermenu {
        display: none;
    }

    .start .image {
        height: 530px;
        overflow: hidden;
    }

        .start .image img.introimage {
            height: 533px;
            width: auto;
            position: absolute;
            left: 50%;
            margin-left: -720px;
            z-index: 500;
            width: 1440px;
        }

    .start .title img {
        width: 310px;
        top: 50%;
        margin-top: -40px;
        position: absolute;
        left: 50%;
        margin-left: -155px;
        z-index: 600;
    }

    .intro span {
        width: 100%;
        display: block;
        margin: 10px auto 20px;
        font-size: 13px;
    }

    .logo {
        width: 120px;
        display: block;
        margin: 20px 10px 17px;
    }

    .menu-mobile {
        font-size: 14px;
        float: right;
        margin-right: 20px;
        margin-top: 22px;
        margin-left: 10px;
    }

        .menu-mobile span {
            display: none;
            float: left;
            margin: 5px 10px;
        }

    .loggedin .menu-mobile span {
        display: none;
    }

    .loggedin .menu-mobile span {
        color: #fff;
    }

    .menu-mobile a {
        color: #a8a09e;
        display: block;
        float: left;
    }

    .intro h2 {
        margin: 0;
        padding: 0;
        font-family: "lust";
        font-size: 30px;
    }

    .btn {
        font-size: 13px;
        background: #7d706d;
        color: #fff;
        font-family: museo_sans500, Arial, Helvetica, sans-serif;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        padding: 8px 12px;
        transition: all 0.28s ease;
        transition-property: all;
        transition-duration: 0.28s;
        transition-timing-function: ease;
        transition-delay: initial;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        letter-spacing: 0.08em;
    }

        .btn.btn-active {
            background: #fff;
            color: #7d706d;
            border: 2px solid #7d706d;
        }

        .btn:hover, .btn:focus, .btn.focus {
            color: #fff;
            background: #4f4543 text-decoration: none;
        }

    footer {
        background: #4f4543;
        padding-top: 30px;
        padding-bottom: 40px;
        color: #fff;
    }

        footer .social li {
            width: 100%;
            padding-top: 15px;
            padding-bottom: 15px;
        }

        footer h3 {
            font-size: 30px;
            font-family: "lust";
            margin: 0;
            padding: 0;
            font-weight: 400;
            -webkit-font-smoothing: antialiased;
        }

        footer .footlogo {
            width: 150px;
            float: none;
            text-align: center;
            margin: 20px auto;
        }

            footer .footlogo img {
                display: inline;
            }

    .caption h3 {
        font-size: 20px;
        font-family: "lust";
        margin: 0;
        padding: 0;
    }

    .caption a {
        color: #fff;
    }

    .caption .data-cat a:hover {
        text-decoration: underline;
    }

    .caption p.data-cat {
        font-size: 12px;
        margin: 3px 0;
        text-transform: uppercase;
        font-family: "museo_sans500", Arial, Helvetica, sans-serif;
        letter-spacing: 0.08em;
    }

    .caption p.news-short {
        font-size: 13px;
        font-family: 'PlantinStd', serif !important;
        line-height: 1.3;
        margin: 0;
    }

    .start.col-md-12 {
        padding: 0;
    }

    .cart, .inbox {
        font-size: 14px;
        letter-spacing: 0.09em;
        color: #e6af45;
        float: right;
        margin: 25px 10px 0 0;
        padding-left: 17px;
        position: relative;
    }

        .cart a {
            color: #edb548;
        }

            .cart a:hover, .cart.open a#dropdownMenu1 {
                color: #E2A226;
            }

        .loggedin .cart a, .inbox a {
            color: #fff;
        }

            .loggedin .cart a:hover, .inbox a:hover {
                color: #eee;
            }

    .cartname, .inboxname {
        display: none;
    }

    .cart .carticon {
        display: inline-block;
        width: 30px;
        height: 25px; /* background: url(../img/cart.svg) no-repeat;*/
        vertical-align: middle;
        margin-bottom: 7px;
        font-size: 30px;
    }

        .cart .carticon [data-icon]:before {
            top: -6px;
        }

    .loggedin .cart .carticon {
        display: inline-block;
        width: 30px;
        height: 25px; /* background: url(../img/cart_white.svg) no-repeat; */
        vertical-align: middle;
        margin-bottom: 7px;
    }

    .inbox .inboxicon {
        display: inline-block;
        width: 30px;
        height: 25px; /* background: url(../img/inbox_white.svg) no-repeat; */
        vertical-align: middle;
        margin-bottom: 7px;
        font-size: 30px;
    }

        .inbox .inboxicon [data-icon]:before {
            top: -9px;
        }

    .cart .cartelements, .inbox .inboxelements {
        position: absolute;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #e3a630;
        color: #fff;
        font-size: 11px;
        text-align: center;
        width: 20px;
        height: 20px;
        font-family: museo_sans500, Arial, Helvetica, sans-serif;
        right: -7px;
        top: -5px;
        padding-top: 3px;
        letter-spacing: 0;
    }

    .dropdown-menu {
        background-color: #4f4543;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        width: 320px;
        top: 44px;
        /*right: 86%;*/
        /*right: -175%;*/
        /*right: -122px;*/
        right: -70px;
        left: auto;
        position: absolute;
        color: #fff;
        padding: 15px;
    }

        .dropdown-menu:after,
        .dropdown-menu:before {
            bottom: 100%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .dropdown-menu:after {
            border-color: rgba(79, 69, 67, 0);
            border-bottom-color: #4f4543;
            border-width: 12px;
            /*left: 60%;*/
            left: 75%;
            margin-left: -19px;
        }

    .carttable {
        display: table;
    }

    .cartrow {
        display: table-row;
    }

    .classcell {
        display: table-cell;
    }

    .productquantity, .productprice {
        font-family: 'PlantinStd', serif !important;
        font-size: 15px;
        font-style: italic;
        letter-spacing: 0;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .productquantity {
        width: 40px;
    }

    .productprice {
        width: 65px;
    }

    .productname {
        font-family: "lust";
        font-size: 16px;
        width: 200px;
        letter-spacing: 0;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .capacity {
        font-family: museo_sans500, Arial, Helvetica, sans-serif;
        -webkit-font-smoothing: antialiased;
        font-weight: normal;
        font-size: 14px;
    }

    .pay {
        float: left;
        margin-top: 20px;
    }

    .total {
        float: left;
        font-family: "lust";
        font-size: 16px;
        letter-spacing: 0;
        margin-top: 27px;
        width: 60px;
    }

    .totalquant, .totalprize {
        float: left;
        font-family: 'PlantinStd', serif !important;
        font-size: 15px;
        font-style: italic;
        letter-spacing: 0;
        margin-top: 27px;
    }

    .totalquant {
        margin-left: 9px;
        width: 35px;
    }

    .totalprize {
        width: 65px;
    }

    .pay .btn {
        margin-left: 0;
        color: #fff;
        padding: 6px 10px;
    }

    h2 {
        font-family: "lust";
        font-size: 30px;
        margin-bottom: 10px;
    }

    .headertop p {
        font-family: 'PlantinStd', serif !important;
        font-size: 15px;
        color: #929292;
    }

    .headertop2 p {
        font-family: 'PlantinStd', serif !important;
        font-size: 15px;
        color: #929292;
    }

    .brcontent2.headertop2 p {
        font-family: 'PlantinStd', serif !important;
        font-size: 15px;
        color: #fff;
    }

    .headertop p.bigmargin {
        margin-bottom: 60px;
    }

    .headertop2 p.bigmargin {
        margin-bottom: 60px;
    }

    .headertop p.blogpost {
        margin-top: 3px;
        margin-bottom: 30px;
    }

        .headertop p.blogpost a {
            color: #edb548;
        }

            .headertop p.blogpost a:hover {
                color: #e2a226 !important;
            }

    .headertop h3 {
        letter-spacing: 0.09em;
        font-family: museo_sans500, Arial, Helvetica, sans-serif;
        -webkit-font-smoothing: antialiased;
        font-weight: normal;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 7px;
        margin-bottom: 0;
    }

        .headertop h3 a {
            color: #edb548;
        }

            .headertop h3 a:hover {
                color: #e2a226 !important;
            }

    .headertop h4 {
        font-family: 'PlantinStd', serif;
        color: #929292;
        font-size: 13px;
        font-weight: 300;
        font-style: italic;
        margin-top: 3px;
        margin-bottom: 0;
        margin-left: 10%;
        width: 80%;
    }

    .formcontact {
        width: 100%;
        margin: 0 auto;
    }

    .breaker {
        margin-bottom: 55px;
    }

    .brownbg .headertop h2, .brownbg .headertop p {
        color: #fff;
    }

    .brownbg .input__label--nariko {
        color: #fff;
    }

        .brownbg .input__label--nariko::before {
            background: #7d706d;
            border-top: 1px solid #ada29f;
        }

    .brownbg .input--filled .input__label--nariko::before {
        border-top: 1px solid transparent;
    }

    .brownbg .input__field--nariko:focus + .input__label--nariko .input__label-content--nariko,
    .brownbg .input--filled .input__label-content--nariko {
        color: #fff;
    }

    .brownbg .input {
        width: 90%;
        max-width: 100%;
    }

    .brownbg .input__field--nariko {
        color: #fff;
    }


    .brownbg .btnline {
        margin-bottom: 50px;
    }

        .brownbg .btnline.ansokbtn {
            margin-top: 50px;
            padding: 0 25px 0 12px;
        }

    .taglist {
        margin: 0;
        display: inline-block;
        padding: 0;
        list-style: none;
        zoom: 1;
        *display: inline;
    }

        .taglist li {
            display: inline-block;
            padding: 0px 10px;
        }

            .taglist li a {
                letter-spacing: 0.09em;
                color: #edb548;
                font-size: 14px;
                text-transform: uppercase;
                display: block;
                padding: 7px 10px;
            }

                .taglist li a:hover {
                    color: #e2a226;
                    background: #fff;
                }

    .productdescr {
        height: 270px;
    }

    .productimage {
        height: 330px;
        overflow: hidden;
    }

    .blogimage {
        padding: 0;
    }

    .post .imagetextheadline {
        position: absolute;
    }

    .post .postbody, .post .lead, .post h3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .post blockquote {
        border-left: 1px solid #d6d6d6;
        float: right;
        font-size: 16px;
        font-style: italic;
        margin: 1.5em 0;
        padding: 0.5em 10px;
        position: relative;
        quotes: "“" "”" "‘" "’";
        width: 80%;
    }

        .post blockquote:before {
            color: #ccc;
            content: "”";
            font-size: 120px;
            line-height: 0.1em;
            margin-right: 0.25em;
            vertical-align: -0.4em;
            position: absolute;
            left: -90px;
            top: 68px;
        }

        .post blockquote p {
            display: inline;
        }

    .brownbg blockquote {
        border-left: 1px solid #bcb1af;
        float: right;
        font-size: 16px;
        font-style: italic;
        margin: 2.5em 0;
        padding: 0.5em 25px;
        position: relative;
        quotes: "“" "”" "‘" "’";
        width: 75%;
        color: #bcb1af;
        font-family: 'PlantinStd', serif;
        font-size: 18px;
    }

        .brownbg blockquote:before {
            content: "”";
            color: #bcb1af;
            font-size: 120px;
            line-height: 0.1em;
            margin-right: 0.25em;
            vertical-align: -0.4em;
            position: absolute;
            left: -90px;
            top: 68px;
        }

        .brownbg blockquote p {
            display: block;
            float: right;
            -webkit-font-smoothing: antialiased;
            font-weight: normal;
            font-family: museo_sans500, Arial, Helvetica, sans-serif;
            font-style: normal;
            margin-bottom: 0;
            font-size: 14px;
            margin-top: 40px;
        }

            .brownbg blockquote p .name {
                font-family: museo_sans500, Arial, Helvetica, sans-serif;
                color: #d7d1d0;
                font-size: 16px;
            }

    .post .imagetextheadline {
        background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
        position: absolute;
        text-align: left;
        top: 0px;
        width: 220px;
        z-index: 100;
        padding: 20px;
        margin-top: 0px;
    }

        .post .imagetextheadline h5 {
            margin-top: 0;
        }

    .post h3 {
        font-size: 30px;
    }

    .postfoot .socials li {
        display: block;
        padding: 10px;
        width: 100%;
    }

        .postfoot .socials li a .fa {
            width: 100%;
        }

    .desktoponly {
        display: none;
    }

    .postfooter h3, .comments h3 {
        font-size: 30px;
    }

    .input {
        max-width: 91%;
    }

    .brownbg .circle {
        display: none;
    }

    .textpage .rightblock h2, .textpage .leftblock h2 {
        margin-top: 31px;
    }

    .textpage .lead {
        font-size: 15px;
    }

    .textbody {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .textpage img {
        display: inline;
        height: auto;
        text-align: center;
        width: 100%;
    }

    .textpage .rightblock, .textpage .leftblock {
        padding-left: 15px;
        padding-right: 15px;
    }

    .brownbg blockquote {
        font-size: 15px;
    }

    .product-hover {
        position: relative;
        /*top: 0;*/
        left: 0px;
        right: 0px;
        /*border: 0px solid #7d706d;*/
        z-index: 100;
        display: block;
        margin-bottom: 10px;
    }

    /*fix css*/
    div.product:hover > *:nth-child(2n+1) {
        border: 1px solid #7d706d;
        border-bottom: none;
    }

    div.product:hover > *:nth-child(2n+2) {
        border: 1px solid #7d706d;
        border-top: none;
    }

    .productimage {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }


    .productimage, .productdescr {
        /*display: none;*/
    }

    .product.popular .productimage {
        display: block;
    }

    .product-hover .productimage, .product-hover .productdescr {
        display: block;
    }

    .producttitle {
        border: none !important;
        padding: 13px 5px; /* height: 65px; */
        font-size: 26px;
        font-family: "lust";
        text-align: center;
        background: #eee;
        padding-left: 20px;
        padding-right: 20px;
    }

    .twolines .producttitle {
        height: auto;
        min-height: 115px;
    }

    .product.popular .producttitle {
        /*display: none;*/
    }

    .product-hover .producttitle {
        display: block; /* height: 320px; */
        padding: 13px 20px;
    }

    .twolines .product-hover .producttitle {
        height: 360px;
    }

    .product.popular .product-hover .producttitle, .product.popular .product-hover .productimage {
        display: block;
    }

    .product.popular .product-hover .productimage {
        /*height: auto;*/
    }

    .producttitle h3 {
        margin: 0;
        font-family: "lust";
        font-size: 26px;
        color: #7d706d;
        -webkit-font-smoothing: antialiased;
        font-weight: normal;
    }

        .producttitle h3 a {
            color: #7d706d;
        }

    .map {
        margin-top: 50px;
    }

    .maps {
        text-align: center;
    }

    .frisor h2, .frisor2 h2 {
        font-size: 30px;
    }

    .rowcontent {
        padding-bottom: 60px;
    }

        .brcontent h3, .rowcontent h3 {
            font-weight: normal;
            font-size: 40px;
            font-family: "lust";
            margin-bottom: 0;
            margin-top: 70px;
        }

        .brcontent p, .rowcontent p, .undermovie p {
            font-family: 'PlantinStd', serif;
            font-size: 15px;
            margin-top: 5px;
        }

        .rowcontent p {
            margin-bottom: 40px;
        }

    .undermovie p {
        margin-top: 40px;
    }

    .ytcontainer {
        width: 320px;
        height: 180px;
        margin: 0 auto;
        position: relative;
    }

    .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .inboxlist {
        width: 300px;
        margin: 0 auto;
    }

        .inboxlist .ibnewmsg {
            width: 15px;
            padding-left: 0px;
        }

        .inboxlist .ibdate {
            width: 90px;
        }

        .inboxlist .ibtitle {
            width: 180px;
        }

        .inboxlist .ibmessage {
            padding: 10px 10px 10px 105px;
        }

            .inboxlist .ibmessage.open {
                /*padding: 10px 10px 10px 105px;*/
                width: 100%;
            }

    .ordernr {
        float: left;
        width: 100%;
        padding: 7px 15px;
    }

    .date {
        float: left;
        width: 100%;
        padding: 7px 15px;
    }

    .status {
        float: left;
        width: 100%;
        padding: 7px 15px;
    }

    .invoice {
        float: left;
        width: 100%;
        padding: 7px 15px;
    }

    .orderrad {
        float: left;
        width: 100%;
        padding: 7px 15px;
    }

    .sum {
        float: left;
        width: 100%;
        padding: 7px 15px;
    }

        .ordernr .title,
        .date .title,
        .status .title,
        .orderrad .title,
        .sum .title .invoice {
            padding: 3px 0;
        }

    .tablelist li {
        padding: 5px 0;
    }

        .tablelist li .title {
            float: left;
            width: 125px;
            font-family: museo_sans500, Arial, Helvetica, sans-serif;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 0.09em;
        }

        .tablelist li.head {
            display: none;
        }

    .article {
        float: left;
        width: 100%;
        padding: 12px 30px 7px;
    }

    .lenght {
        float: left;
        width: 100%;
        padding: 12px 30px;
        position: relative;
    }

    .method {
        float: left;
        width: 100%;
        padding: 7px 30px;
    }

    .quantity {
        float: left;
        width: 100%;
        padding: 7px 30px;
    }

    .sum2 {
        float: left;
        width: 80%;
        padding: 12px 30px;
        white-space: nowrap;
    }

    .opts {
        float: left;
        width: 20%;
        padding: 12px 30px;
        font-size: 18px;
    }

        .opts .fa-undo {
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: "FlipH";
        }

    .frakt {
        float: left;
        width: 100%;
        padding: 12px 30px;
    }

    .lenght .col, .quantity .col {
        width: 95px;
        margin-left: 0;
        float: left;
    }

    .method .col {
        width: 95px;
        margin-left: 0;
        float: left;
    }

    .lenght .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
    .quantity .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
    .method .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 130px;
    }

    .brown .lenght, .brown .quantity, .brown .method {
        padding: 1px 30px;
    }

    .lenght .col .dropdown-menu,
    .method .col .dropdown-menu,
    .quantity .col .dropdown-menu {
        top: 32px;
    }

    .lenght .bootstrap-select.btn-group .dropdown-toggle .filter-option,
    .method .bootstrap-select.btn-group .dropdown-toggle .filter-option,
    .quantity .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        font-size: 12px;
    }

    .lenght .caret,
    .method .caret,
    .quantity .caret {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px dashed;
        left: -11px !important;
        margin-top: 2px !important;
    }

    .lenght .bootstrap-select.btn-group .dropdown-toggle .filter-option,
    .quantity .bootstrap-select.btn-group .dropdown-toggle .filter-option,
    .method .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        width: 95px;
    }

    .tablelist li .article .title, .tablelist li .sum2 .title {
        padding: 4px 0;
    }

    .tablelist li .brown .lenght .title,
    .tablelist li .brown .quantity .title,
    .tablelist li .brown .method .title {
        padding: 10px 0;
    }

    .faste, .antal, .langd {
        position: relative;
    }

        /*.antal {
        text-align: right;
    }*/
        .antal.text-right label {
            padding-left: 40px;
        }

        .antal.text-left {
            width: 40%;
        }

    .langd {
        text-align: left;
    }

    .lagg {
        float: right;
        width: 100%;
        text-align: right;
        margin-top: 10px;
    }

    .producttitle.short .lagg {
        width: auto;
        margin-top: 30px;
    }

    .faste .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
    }

    .faste .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        width: 85%;
        text-align: left;
        text-transform: uppercase;
    }

    .product-hover .faste .dropdown-menu {
        top: 81px;
    }

    .antal .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 80%;
    }

    .antal .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        width: 60%;
        text-align: left;
        text-transform: uppercase;
    }

    .dropup {
        position: static;
    }

    .product-hover .antal .dropdown-menu, .product-hover .antal .dropup .dropdown-menu {
        top: 81px;
    }

    .langd .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 80%;
    }

    .langd .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        width: 60%;
        text-align: left;
        text-transform: uppercase;
    }

    .product-hover .langd .dropdown-menu {
        top: 81px;
    }

    .dropdown-menu > li > a {
        font-family: museo_sans500, Arial, Helvetica, sans-serif;
    }

    .faste label, .antal label, .langd label {
        font-family: museo_sans500, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #7d706d;
        text-align: left;
        padding-left: 10px;
        padding-top: 20px;
        padding-bottom: 5px;
        float: left;
    }

    /*.langd label {
        padding-left: 40px;
    }*/

    .antal label {
        /*padding-left: 40px;*/
    }

    .kundimage {
        width: 70px;
        float: left;
        position: absolute;
    }

    .kundproduct {
        float: right;
        width: 100%;
        padding-left: 80px;
        margin-bottom: 10px;
    }

    .kundantal {
        float: right;
        width: 100%;
        padding-left: 80px;
        margin-bottom: 10px;
    }

        .kundantal .title {
            text-align: left;
        }

    .kundsum {
        float: right;
        width: 100%;
        padding-left: 80px;
        margin-bottom: 10px;
    }

    .kundactions {
        float: right;
        width: 100%;
        padding-left: 80px;
        margin-bottom: 10px;
    }

    .kundproduct .title,
    .kundsum .title {
        padding: 3px 0;
    }

    .kundantal .title {
        padding: 18px 0;
    }

    .kundactions .title {
        padding: 3px 0;
    }

    .footdescr {
        width: 50%;
        float: left;
        text-align: right;
    }

    .footval {
        width: 30%;
        float: left;
        text-align: right;
    }

    .footdescr.big {
        font-family: "lust";
        font-size: 18px;
        margin-top: 20px;
    }

    .footval.big {
        font-family: "lust";
        font-size: 18px;
        margin-top: 20px;
    }

    .textarealine .col .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        font-size: 12px;
        text-align: left;
        width: 90%;
    }

    .textarealine .col .dropdown-menu {
        top: 32px;
    }

    .filtericon {
        position: relative;
        text-align: center;
    }

    .filter {
        font-family: museo_sans500, Arial, Helvetica, sans-serif;
        font-size: 14px;
        letter-spacing: 0.09em;
        color: #7d706d;
        background: url(../img/filter-icon.svg) top right no-repeat;
        display: inline-block;
        padding-right: 40px;
        line-height: 2.8;
        position: relative;
        right: 0;
        top: auto;
    }

        .filter:hover {
            color: #4f4543;
        }

    .colorlist li .colorform {
        width: 340px;
        margin: 10px auto;
        float: none;
        display: none;
    }

    .colorform .col {
        margin-left: 10px;
        margin-left: 3px;
        float: left;
    }

    .colorform .col1 {
        width: 160px;
    }

    .colorform .col2 {
        width: 85px;
    }

    .colorform .col3 {
        width: 55px;
    }

    .colorform .col4 {
        width: 100%;
        margin: 10px;
        text-align: right;
    }

    .colorform .col1 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 160px;
    }

    .colorform .col2 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 85px;
    }

    .colorform .col3 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 55px;
    }

    .colorform .col1 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        width: 83%;
    }

    .colorform .col2 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        width: 70%;
    }

    .colorform .col3 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        width: 55%;
    }

    .colorform .col4 .btn {
        margin: 0;
        padding: 8px 12px;
        /*margin-right: 20px;*/
        margin-right: 41px;
    }

    .colorform .col .dropdown-menu {
        top: 34px;
    }
}

@media screen and (min-width:768px) {
    .btn {
        padding: 9px 18px;
    }

    #my-gallery-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer .footlasttext {
        text-align: left;
    }

    .start .title img {
        width: 76%;
        top: 50%;
        margin-top: -90px;
        position: absolute;
        left: 12%;
        margin-left: 0;
        z-index: 600;
    }

    .intro span {
        width: 700px;
        display: block;
        margin: 10px auto 40px;
        font-size: 15px;
    }

    .logo {
        width: 150px;
        display: block;
        margin: 20px;
    }

    .menu-mobile {
        margin-top: 29px;
    }

        .menu-mobile span {
            letter-spacing: 0.09em;
            display: block;
            float: left;
            margin: 5px 10px;
        }

    .intro h2 {
        font-size: 40px;
    }

    .btn {
        font-size: 16px;
        margin-left: 17px;
        margin-right: 17px;
        padding: 9px 20px;
    }

    footer {
        background: #4f4543;
        padding-top: 70px;
        color: #fff;
        margin-top: 0px;
    }

        footer .social li {
            width: 30%;
            padding-top: 0px;
            padding-bottom: 0px;
        }

        footer h3 {
            font-size: 40px;
            font-family: "lust";
            margin: 0;
            padding: 0;
        }

        footer .footlogo {
            width: 150px;
            float: right;
            margin-right: 20px;
            width: 150px;
            margin-top: 0;
        }

    .caption h3 {
        font-size: 26px;
    }

    .caption p.news-short {
        font-size: 15px;
        line-height: 1.7;
    }

    .cartname {
        display: inline;
    }

    .inboxname {
        display: inline;
    }

    .cart, .inbox {
        margin: 29px 15px 0 0;
    }

    .dropdown-menu {
        top: 57px;
        width: 375px;
        padding: 20px;
    }

    .productname {
        width: 230px;
    }

    .pay .btn {
        padding: 6px 20px;
        margin-right: 10px;
    }

    .total {
        margin-top: 32px;
    }

    .totalquant {
        width: 38px;
    }

    .totalquant, .totalprize {
        margin-top: 32px;
    }

    .dropdown-menu:after {
        /*left: 65%;*/
        left: 80%;
    }

    h2 {
        font-family: "lust";
        font-size: 56px;
        line-height: 64px;
        font-weight: 400;
        margin-bottom: 10px;
        -webkit-font-smoothing: antialiased;
    }

    .productimage {
        height: 340px;
        overflow: hidden;
    }

    .headertop h4 {
        font-family: 'PlantinStd', serif;
        color: #929292;
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        margin-top: 3px;
        margin-bottom: 0;
        margin-left: 0%;
        width: 100%;
    }

    .post h3 {
        font-size: 40px;
    }

    .post blockquote {
        border-left: 1px solid #d6d6d6;
        margin: 1.5em 10px;
        padding: 0.5em 30px;
        quotes: "“" "”" "‘" "’";
        font-size: 18px;
        font-style: italic;
        position: relative;
        width: 80%;
        float: right;
    }

        .post blockquote:before {
            top: 68px;
            color: #ccc;
            content: "”";
            font-size: 120px;
            line-height: 0.1em;
            margin-right: 0.25em;
            vertical-align: -0.4em;
            position: absolute;
            left: -100px;
            top: 55px;
        }

    .postfoot .socials li {
        display: inline;
        width: 120px;
        padding: 20px;
    }

        .postfoot .socials li a .fa {
            width: auto;
        }

    .mobileonly {
        display: none;
    }

    .desktoponly {
        display: block;
    }

    .postfooter h3, .comments h3 {
        font-size: 40px;
    }

    .input {
        width: 46%;
    }


    .brownbg blockquote {
        width: 87%;
        font-size: 18px;
    }

    .textpage .rightblock, .textpage .leftblock {
        padding-left: 25px;
        padding-right: 25px;
    }

    .textpage img {
        width: 100%;
        height: auto;
    }

    .textpage .rightblock h2, .textpage .leftblock h2 {
        margin-top: 81px;
    }

    .frisor h2, .frisor2 h2 {
        font-size: 40px;
    }

    .ytcontainer {
        width: 560px;
        height: 315px;
        margin: 0 auto;
        position: relative;
    }

    .brcontent p, .rowcontent p {
        padding-left: 30px;
        padding-right: 30px;
    }

    .inboxlist {
        width: 730px;
        margin: 0 auto;
    }

        .inboxlist .ibnewmsg {
            width: 30px;
            padding-left: 15px;
        }

        .inboxlist .ibdate {
            width: 140px;
        }

        .inboxlist .ibtitle {
            width: 560px;
        }

        .inboxlist .ibmessage.open {
            /*padding: 10px 10px 10px 170px;*/
        }

    .close {
        margin: 18px 20px 15px 20px;
    }

        .close span {
            letter-spacing: 0.09em;
            color: #fff;
            font-size: 14px;
            display: block;
            float: left;
            margin-top: 16px;
            margin-right: 10px;
        }

    .ordernr .title {
        display: none;
    }

    .date .title {
        display: none;
    }

    .status .title {
        display: none;
    }

    .invoice .title {
        display: none;
    }

    .orderrad .title {
        display: none;
    }

    .sum .title {
        display: none;
    }

    .tablelist li.head {
        display: block;
        font-family: museo_sans500, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        border-bottom: 1px solid #e0dbd9;
        letter-spacing: 0.09em;
        margin-bottom: 5px;
    }
    /* .tablelist li {padding:0;} */
    .ordernr {
        float: left;
        width: 15%;
        padding: 7px 20px;
    }

    .date {
        float: left;
        width: 15%;
        padding: 7px 20px;
    }

    .status {
        float: left;
        width: 30%;
        padding: 7px 20px;
    }

    .invoice {
        float: left;
        width: 10%;
        padding: 7px 20px;
    }

    .orderrad {
        float: left;
        width: 15%;
        padding: 7px 20px;
    }

    .sum {
        float: left;
        width: 15%;
        padding: 7px 20px;
    }


    .article {
        float: left;
        width: 30%;
        padding: 12px 20px;
    }

    .lenght {
        float: left;
        width: 15%;
        padding: 12px 20px;
        position: relative;
    }

        .lenght .col, .quantity .col {
            width: 95px;
            margin-left: 0;
        }

    .method {
        float: left;
        width: 20%;
        padding: 7px 20px;
    }

        .method .col {
            width: 130px;
            margin-left: 0;
        }

    .quantity {
        float: left;
        width: 15%;
        padding: 7px 20px;
    }

    .sum2 {
        float: left;
        width: 12%;
        padding: 12px 20px;
    }

    .opts {
        float: left;
        width: 8%;
        padding: 12px 20px;
        font-size: 18px;
    }

        .opts .fa-undo {
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: "FlipH";
        }

    .frakt {
        float: left;
        width: 100%;
        padding: 12px 20px;
    }


    .kundimage {
        float: left;
        width: 10%;
        padding-left: 5px;
        position: relative;
    }

        .kundimage img {
            width: 50px;
            height: 50px;
        }

    .kundproduct {
        float: left;
        width: 35%;
        padding-left: 0;
    }

    li:not(.head) .kundproduct {
        padding: 12px 0;
    }

    .kundantal {
        float: left;
        width: 15%;
        padding-left: 0;
    }

    .kundsum {
        float: left;
        width: 28%;
        text-align: right;
        padding-left: 0;
    }

    .kundactions {
        float: right;
        width: 12%;
        text-align: right;
        padding: 12px 15px;
    }

    li:not(.head) .kundsum {
        padding: 12px 15px;
    }


    .kundimage .title {
        display: none;
    }

    .kundproduct .title {
        display: none;
    }

    .kundantal .title {
        display: none;
    }

    .kundactions .title {
        display: none;
    }

    .kundsum .title {
        display: none;
    }

    .footdescr {
        width: 85%;
        float: left;
        text-align: right;
    }

    .footval {
        width: 15%;
        float: left;
        text-align: right;
        padding: 3px 15px;
    }

    .headertop2 h2 {
        margin-top: 70px;
        margin-bottom: 20px;
        letter-spacing: 0px;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        font-size: 40px;
    }

    .textarealine .col .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        width: 95%;
        text-align: left;
        font-size: 12px;
    }

    .textarealine .col .dropdown-menu {
        top: 72px;
    }

    .filter {
        font-family: museo_sans500, Arial, Helvetica, sans-serif;
        font-size: 14px;
        letter-spacing: 0.09em;
        color: #7d706d;
        background: url(../img/filter-icon.svg) top right no-repeat;
        display: inline-block;
        padding-right: 40px;
        line-height: 2.8;
        position: absolute;
        right: 10px;
        top: -70px;
    }

        .filter:hover {
            color: #4f4543;
        }

    .colorlist li .colorform {
        width: 100%;
        float: left;
        margin-top: 27px;
        display: none;
    }

    .colorform .col {
        float: left;
        margin-left: 30px;
    }

    .colorform .col1 {
        width: 245px;
    }

    .colorform .col2 {
        width: 130px;
    }

    .colorform .col3 {
        width: 85px;
    }

    .colorform .col4 {
        width: 125px;
        margin: 0 0 0 30px;
    }

    .colorform .col1 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 245px;
    }

    .colorform .col2 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 130px;
    }

    .colorform .col3 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 85px;
    }

    .colorform .col1 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        width: 83%;
    }

    .colorform .col2 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        width: 70%;
    }

    .colorform .col3 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        width: 55%;
    }

    .colorform .col4 .btn {
        margin: 0;
        padding: 8px 12px;
        margin: 0;
    }

    .colorform .col .dropdown-menu {
        top: 38px;
    }

    .lenght .bootstrap-select.btn-group .dropdown-toggle .filter-option,
    .quantity .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        width: 57px;
    }

    .lenght .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
    .quantity .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 95px;
    }
}

@media screen and (min-width:769px) {
    .dropdown-menu {
        right: -50%;
    }
}


@media (min-width:424px) and (max-width: 767px) {
    .colorform .col {
        margin-left: 10px;
    }

    .colorform .col4 .btn {
        margin-right: 20px;
    }
}


@media screen and (min-width:1024px) {
    .container {
        width: 1024px;
    }

    .menu-mobile {
        display: none;
    }

    .menu, .usermenu {
        display: block;
    }

        .menu li {
            margin: 0 5px;
        }

    .loggedin .menu li {
        padding: 5px;
    }

    .intro span {
        width: 750px;
        display: block;
        margin: 10px auto 40px;
        font-size: 15px;
    }

    footer .social li {
        width: 325px;
    }

    .cart, .inbox {
        margin: 49px 15px 0 0;
    }

    .loggedin .cart {
        margin: 10px 15px 0 0;
    }

    .inbox {
        margin: 10px 10px 0 0;
    }

    .dropdown-menu {
        right: -20px;
        top: 40px;
    }

        .dropdown-menu:after {
            left: 92%;
        }

    .totalquant {
        width: 38px;
    }

    .productimage {
        height: 320px;
        overflow: hidden;
    }

    .headertop h2 {
        margin-top: 70px;
        margin-bottom: 5px;
        letter-spacing: 0px;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
    }


    .post .postbody, .post .lead, .post h3 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .post blockquote {
        border-left: 1px solid #d6d6d6;
        margin: 1.5em 10px;
        padding: 0.5em 30px;
        quotes: "“" "”" "‘" "’";
        font-size: 18px;
        font-style: italic;
        position: relative;
        width: 100%;
        float: none;
    }

        .post blockquote:before {
            color: #ccc;
            content: "”";
            font-size: 120px;
            line-height: 0.1em;
            margin-right: 0.25em;
            vertical-align: -0.4em;
            position: absolute;
            left: -100px;
            top: 68px;
        }

        .post blockquote p {
            display: inline;
        }

    .post .imagetextheadline {
        padding-left: 50px;
        padding-right: 10px;
        line-height: 1.67;
        position: relative;
        background: none;
        width: auto;
    }

    .post .imagetextheadline {
        text-align: right;
        font-size: 14px;
        font-style: italic;
    }

        .post .imagetextheadline.left {
            text-align: left;
            padding-left: 10px;
            padding-right: 50px;
            top: 0px;
            margin-top: 0px;
        }

        .post .imagetextheadline h5 {
            font-family: "lust";
            font-weight: 400;
            font-size: 16px;
            margin-bottom: 0;
        }

    .textbody {
        padding-right: 20px;
    }

    .textpage .dittimg img {
        width: auto;
        height: 730px;
    }

    .textpage .rightblock {
        padding-left: 25px;
        padding-right: 0px;
    }

    .brownbg .circle {
        display: block;
    }

    .textpage .leftblock {
        padding-left: 15px;
    }

    .map {
        margin-top: 0px;
    }

    .maps {
        text-align: left;
        padding-left: 20px;
    }

    .ytcontainer {
        width: 990px;
        margin: 0 auto;
        height: 556px;
        position: relative;
    }

    .inboxlist {
        width: 985px;
        margin: 0 auto;
    }

        .inboxlist .ibnewmsg {
            width: 30px;
            padding-left: 15px;
        }

        .inboxlist .ibdate {
            width: 140px;
        }

        .inboxlist .ibtitle {
            width: 815px;
        }

        .inboxlist .ibmessage.open {
            /*padding: 10px 240px 10px 170px;*/
        }


    .ordernr {
        float: left;
        width: 15%;
        padding: 7px 20px;
    }

    .date {
        float: left;
        width: 15%;
        padding: 7px 20px;
    }

    .status {
        float: left;
        width: 30%;
        padding: 7px 20px;
    }

    .invoice {
        float: left;
        width: 10%;
        padding: 7px 20px;
    }

    .orderrad {
        float: left;
        width: 20%;
        padding: 7px 20px;
    }

    .sum {
        float: left;
        width: 10%;
        padding: 7px 20px;
    }

    .article {
        float: left;
        width: 20%;
        padding: 12px 20px;
    }

    .sum2 {
        float: left;
        width: 20%;
        padding: 12px 20px;
    }
}

@media screen and (min-width:1025px) {
    .umcont {
        float: right;
        width: 100%;
    }

    .loggedin .menu li {
        padding: 5px 11px;
    }

    .inbox {
        margin: 10px 25px 0 0;
    }

    .productimage, .productdescr {
        display: block;
    }

    .product-hover {
        position: absolute;
        left: 5px;
        right: 5px;
        z-index: 100;
    }

    .product.popular .productimage {
        display: block;
    }

    .product.popular .producttitle {
        display: block;
    }

    .filter {
        right: 10px;
        top: -60px;
    }

    .twolines .product-hover .producttitle {
        height: 100%;
    }
}

.product {
    margin-top: 35px;
}

@media screen and (min-width:1200px) {
    .container {
        width: 1200px;
    }

    #my-gallery-container {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 0;
        padding-right: 0;
    }

    footer .footlasttext {
        text-align: center;
    }

    .cart {
        margin-right: 0px;
    }

    .inbox {
        margin-right: 15px;
    }

    .dropdown-menu {
        right: -5px;
    }

        .dropdown-menu:after {
            left: 96%;
        }

    .blogimage {
        padding: 0 15px;
    }

    .dittimg {
        overflow: hidden;
        margin-left: 0px;
        margin-right: 0px;
    }

    .textpage .lead {
        font-size: 17px;
    }

    .formcontact {
        width: 1100px;
        margin: 0 auto;
    }

    .langd {
        width: 60%;
    }

    .antal {
        width: 40%;
    }
}

@media screen and (min-width:1440px) {
    .container {
        width: 1440px;
    }

    .langd {
        width: 60%;
    }

    .antal {
        width: 40%;
    }
}

.product-hover {
    display: none;
}

.colorrow > .smallimage, .colorrow > .colorname {
    cursor: pointer;
}

.colorlist li .colorform {
    display: none;
}


@media (min-width: 319px) {
    .product.popular {
        left: 0%;
    }
}

@media (min-width: 360px) {
    .product.popular {
        left: 6.5%;
    }
}

@media (min-width: 412px) {
    .product.popular {
        left: 11%;
    }
}

@media (min-width: 420px) {
    .product.popular {
        left: 13%;
    }
}

@media (min-width: 500px) {
    .product.popular {
        left: 19%;
    }
}

@media (min-width: 550px) {
    .product.popular {
        left: 21%;
    }
}

@media (min-width: 600px) {
    .product.popular {
        left: 24%;
    }
}

@media (min-width: 640px) {
    .product.popular {
        left: 0%;
    }
}

@media only screen and (min-width : 640px) and (orientation: landscape) {
    .product.popular {
        left: 0%;
    }
}

@media only screen and (min-width : 650px) and (orientation: landscape) {
    .product.popular {
        left: 3%;
    }
}

@media (min-width: 700px) {
    .product.popular {
        left: 5%;
    }
}

@media only screen and (min-width : 700px) and (orientation: landscape) {
    .product.popular {
        left: 6%;
    }
}

@media (min-width: 740px) {
    .product.popular {
        left: 7%;
    }
}

@media (min-width: 768px) {
    .product.popular {
        left: 8.33333333%;
    }
}

@media (min-width: 800px) {
    .product.popular {
        left: 8.33333333%;
    }
}

@media (min-width: 1024px) {
    .product.popular {
        left: 2.7777777%;
    }
}

@media (min-width: 1200px) {
    .product.popular {
        left: 11%;
    }
}

@media (min-width: 1440px) {
    .product.popular {
        left: 5.33333333%;
    }
}

@media (max-width: 319px) {
    .btn-yellow.placeOrder {
        margin-top: 2px;
        width: 100%;
    }
}

@media (max-width: 374px) {

    div.col1, div.col2, div.col3 {
        margin-top: 2px !important;
    }

    .antal {
        float: left;
        width: 40%;
    }

    .lagg, .antal {
        /*float: initial;*/
        /*width: 100%;*/
    }

    .btn-yellow.placeOrder {
        margin-top: 2px;
    }
}

.inboxlist li {
    cursor: pointer;
}

@media screen and (max-width:768px) {
    .inboxlist {
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
    .post .imagetextheadline {
        position: relative;
        width: 100%;
        background: rgba(243, 243, 243, 1);
        margin-top: 0;
        top: 0;
    }

    .post .intextimage {
        margin-bottom: 0px;
    }
}


/*bs carousel*/

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            left: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            left: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:hover,
    .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 10px;
    }

        .carousel-indicators li.active {
            width: 17px;
            height: 17px;
            margin: 0;
            background-color: #EDB548;
        }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }


.bs-carousel {
    width: 400px;
    float: left;
    font-family: 'lust', serif !important;
}

.c-caption, .item {
    background-color: #4F4543;
}

.carousel-indicators li:not(:last-child) {
    margin-right: 10px;
}

.carousel {
    width: 400px;
    float: left;
}

@media screen and (min-width: 319px) {
    .carousel {
        width: 310px;
    }

    .carousel-indicators {
        bottom: 128px;
    }

    .blockuseritem {
        height: 310px;
    }

    .bs-carousel {
        height: 450px;
    }

    .m-blocks {
        margin-bottom: 20px;
    }

    .start .title img {
        width: 90%;
        top: 50%;
        margin-top: -90px;
        position: absolute;
        left: 5%;
        margin-left: 0;
        z-index: 600;
    }
}

@media screen and (min-width: 325px) {
    .carousel {
        margin-left: 3%;
    }
}

@media screen and (min-width: 360px) {
    .carousel {
        margin-left: 5.5%;
    }
}

@media screen and (min-width: 374px) {
    .carousel {
        width: 365px;
        margin-left: initial;
    }

    .carousel-indicators {
        bottom: 128px;
    }

    .blockuseritem {
        height: 365px;
    }

    .bs-carousel {
        height: 515px;
    }
}

@media screen and (min-width: 411px) {
    .carousel {
        margin-left: 20px;
    }
}

@media screen and (min-width: 424px) {
    .carousel {
        width: 400px;
        margin-left: 2%;
    }

    .carousel-indicators {
        bottom: 128px;
    }

    .blockuseritem {
        height: 400px;
    }

    .bs-carousel {
        height: 540px;
    }
}

@media screen and (min-width: 435px) {
    .carousel {
        margin-left: 8%;
    }
}

@media screen and (min-width: 500px) {
    .carousel {
        margin-left: 8%;
    }
}

@media screen and (min-width: 550px) {
    .carousel {
        margin-left: 18%;
    }
}

@media screen and (min-width: 600px) {
    .carousel {
        margin-left: 22%;
    }
}

@media screen and (min-width: 650px) {
    .carousel {
        margin-left: 30%;
    }
}

@media screen and (min-width: 700px) {
    .carousel {
        margin-left: 30%;
    }
}

@media screen and (min-width: 410px) and (orientation : landscape) {
    .carousel {
        margin-left: 18%;
    }
}

@media screen and (min-width: 600px) and (orientation : landscape) {
    .carousel {
        margin-left: 28%;
    }
}

/*iphone6 landscape*/
@media screen and (min-width: 1020px) and (max-width: 1023px) and (orientation : landscape) {
    .carousel {
        margin-left: 35%;
    }

    .blockuseritem {
        height: 400px;
    }
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
    .carousel {
        margin-left: 180px;
    }

    .carousel-indicators {
        bottom: 128px;
    }

    .blockuseritem {
        height: 380px;
    }

    .bs-carousel {
        height: 515px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .blockuseritem {
        height: 380px;
    }
}

@media screen and (min-width: 1200px) {
    .carousel {
        margin-left: initial;
    }

    .blockuseritem {
        height: 380px;
    }
}

@media screen and (min-width: 1440px) {
    .carousel {
        margin-left: 31%;
    }
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 128px;
    }

    .carousel {
        width: 380px;
    }
}

@media only screen and (min-width : 1224px) {
}

.c-caption p {
    font-family: 'PlantinStd', serif !important;
    font-size: 15px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .header-col-xs-3 {
        width: 20% !important;
    }

    .header-col-xs-9 {
        width: 80% !important;
    }
}

.loyaltyContainer {
    width: 100%;
    height: 500px;
    background: #716c69 url('Img/prowizorkabackground.png') no-repeat top center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

progress {
	width: 100%;
    max-width: 500px;
	height: 16px;
	margin: 24px auto;
	display: block;
	-webkit-appearance: none;
	border: none;
    color: #E4A025;
	border-radius: 50px;
}

progress::-webkit-progress-bar {
	background: rgba(30, 20, 20, 0.5);
	border-radius: 50px;
	padding: 5px 6px 5px 6px;
	box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
}

progress::-moz-progress-bar { 
	background: #E4A025;
	border-radius: 50px;
}

progress::-webkit-progress-value {
	border-radius: 50px;
	box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
	background: #E4A025;
}

@-moz-document url-prefix() {
    progress {
        background: rgba(30, 20, 20, 0.5);
        padding: 4px 6px 5px 6px;
        box-shadow: inset 0 -1px 1px 0 rgba(255, 255, 255, 0.4);
    }
}

@supports (-ms-ime-align: auto) {
    progress {
        background: rgba(30, 20, 20, 0.5);
        padding: 5px 6px 5px 6px;
        box-shadow: inset 0 -1px 1px 0 rgba(255, 255, 255, 0.4);
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    progress {
        background: rgba(30, 20, 20, 0.5);
        padding: 5px 6px 5px 6px;
        box-shadow: inset 0 -1px 1px 0 rgba(255, 255, 255, 0.4);
    }
}

.moreAboutBenefits {
    background-color: #CE035F;
    padding-top: 18px;
}

.moreAboutBenefits a {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 750px) {
    .moreAboutBenefits {
        height: 32px;
        padding-top: 6px;
    }

    .moreAboutBenefits a {
        font-size: 16px;
    }
}

@media screen and (min-width: 750px) {
    .moreAboutBenefits {
        height: 62px;
        padding-top: 12px;
    }

    .moreAboutBenefits a {
        font-size: 28px;
    }
}

.platinumProgramContainer {
    height: 545px;
    background: url('Img/platinum_program_background.png') top center no-repeat #000;
    display: flex;
}

@media screen and (min-width: 750px) {
    .loyaltyRow {
        display: flex;
    }
}
