﻿

/*--------------------------------------*/
/* Main CSS */
/* Dot United AB */
/* Code Nation AB */
/* Konoma AB */
/*--------------------------------------*/

.input-validation-error {
    border: 2px solid red !important;
    background-color: #fff0f0; /* valfritt, svag röd bakgrund */
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

.container {
    width: 100%;
}

body {
    /* margin-top: 70px; */
    /* padding-bottom: 20px; */
    overflow: auto;
    /* max-width: 1280px; */
}

#footer {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#content {
    z-index: 1;
    min-height: 640px;
    padding: 0px 0 55px;
    max-width: 1280px;
    display: none;
    margin: 10px auto 0px;
}

#footer {
    display: none;
}

.duab-well-iteminfo h1,
.duab-well-iteminfo h2 {
    margin: 15px 30px 30px 0px;
    font-size: 2em;
    font-weight: bold;
}

.duab-header-page span {
    font-size: 0.9em;
    text-transform: none;
}

.duab-well-iteminfo h4 {
    font-size: 16px;
}


a:hover {
    text-decoration: none !important;
}

.small,
a.small {
    font-size: 11px;
}

.row {
    margin: 10px 0px;
    /* position: relative; */
}

.position-inherit {
    position: inherit;
}

.clear-left {
    clear: left;
}

.no-margin-left {
    margin-left: 0px;
}

.no-margin-right {
    margin-right: 0px;
}


[data-slide="prev"] {
    margin-right: 10px;
}

/* Fix for less-bugg */
.dl-horizontal dd {
    margin-bottom: 5px;
    min-height: 20px;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.contentSideMenu .container {
}


.duab-frame.white.closed-for-anonymous {
    margin-top: 15px;
    border-radius: 0px;
    padding: 15px;
}

    .duab-frame.white.closed-for-anonymous .jumbotron {
        background-color: #56565a;
        padding: 30px;
    }

.container-right {
    /*margin-left: 155px;*/
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

img.logo {
    height: 100%;
    margin: 0px;
    padding: 0px;
    max-height: 75px;
}


.markasfavorite {
    color: #C8C8C8;
    /* margin-top: 5px; */
}

.favorite-color {
    color: red !important;
}

.productbutton {
    border-color: none;
    background-color: #3c6427;
}
/*--------------------------------------*/
/* Loaders
/*--------------------------------------*/
.loader-small-round-textbox {
    background: url('images/loader-small-round.gif') no-repeat right center;
}

#loader-large-rectangle {
    text-align: center;
    display: none;
    margin: 20px;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2000;
}

#circularG {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -64px; /* -1 * image width / 2 */
    margin-top: -64px; /* -1 * image height / 2 */
    width: 128px;
    height: 128px;
}

.circularG {
    position: absolute;
    background-color: #fff;
    width: 29px;
    height: 29px;
    -moz-border-radius: 19px;
    -moz-animation-name: bounce_circularG;
    -moz-animation-duration: 1.04s;
    -moz-animation-iteration-count: infinite;
    -webkit-border-radius: 19px;
    -webkit-animation-name: bounce_circularG;
    -webkit-animation-duration: 1.04s;
    -webkit-animation-iteration-count: infinite;
    -ms-border-radius: 19px;
    -ms-animation-name: bounce_circularG;
    -ms-animation-duration: 1.04s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 19px;
    -o-animation-name: bounce_circularG;
    -o-animation-duration: 1.04s;
    -o-animation-iteration-count: infinite;
    border-radius: 19px;
    animation-name: bounce_circularG;
    animation-duration: 1.04s;
    animation-iteration-count: infinite;
}

#circularG_1 {
    left: 0;
    top: 50px;
    -moz-animation-delay: 0.39s;
    -webkit-animation-delay: 0.39s;
    -ms-animation-delay: 0.39s;
    -o-animation-delay: 0.39s;
    animation-delay: 0.39s;
}

#circularG_2 {
    left: 14px;
    top: 14px;
    -moz-animation-delay: 0.52s;
    -webkit-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    animation-delay: 0.52s;
}

#circularG_3 {
    top: 0;
    left: 50px;
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

#circularG_4 {
    right: 14px;
    top: 14px;
    -moz-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    animation-delay: 0.78s;
}

#circularG_5 {
    right: 0;
    top: 50px;
    -moz-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    animation-delay: 0.91s;
}

#circularG_6 {
    right: 14px;
    bottom: 14px;
    -moz-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    animation-delay: 1.04s;
}

#circularG_7 {
    left: 50px;
    bottom: 0;
    -moz-animation-delay: 1.17s;
    -webkit-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    animation-delay: 1.17s;
}

#circularG_8 {
    left: 14px;
    bottom: 14px;
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(.3);
    }
}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(.3);
    }
}

@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(.3);
    }
}

@-o-keyframes bounce_circularG {
    0% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(.3);
    }
}

@keyframes bounce_circularG {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(.3);
    }
}


/*------------------------------------- */
/* Flash                 */
/*--------------------------------------*/

.flash {
    -moz-animation: flash 3s ease-out;
    -moz-animation-iteration-count: 1;
    -webkit-animation: flash 3s ease-out;
    -webkit-animation-iteration-count: 1;
    -ms-animation: flash 3s ease-out;
    -ms-animation-iteration-count: 1;
    border-radius: 10px;
}

@-webkit-keyframes flash {
    0% {
        background-color: none;
    }

    50% {
        background-color: #999;
    }

    100% {
        background-color: none;
    }
}

@-moz-keyframes flash {
    0% {
        background-color: none;
    }

    50% {
        background-color: #999;
    }

    100% {
        background-color: none;
    }
}

@-ms-keyframes flash {
    0% {
        background-color: none;
    }

    50% {
        background-color: #999;
    }

    100% {
        background-color: none;
    }
}

/*------------------------------------- */
/*     corner ribbon  discount sale          */
/*--------------------------------------*/

.corner-ribbon {
    width: auto;
    background: #e43;
    position: absolute;
    top: 20px;
    left: -70px;
    text-align: center;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(0deg);
    z-index: 999;
    padding: 10px;
    border-radius: 50%;
}

.price-tax {
    font-size: 0.8em;
}

.item.compact-group-item .corner-ribbon-per-item {
    float: left;
    padding: 5px;
    margin-top: 5px;
    position: relative;
    border-radius: 5px;
}

.item.compact-group-item.row .col-md-4,
.item.compact-group-item.row .col-md-6,
.item.compact-group-item.row .col-xs-12 {
    padding: 0px;
}

.list-group .corner-ribbon-per-item {
    /* background: rgb(255, 96, 78); */
    padding: 5px;
    margin: 10px auto;
    text-align: center;
    max-width: 50%;
    border-radius: 8px;
}

.grid-group-item .corner-ribbon-per-item {
    float: left;
    padding: 5px;
    margin-top: 5px;
}

.product-carousel-small-medium-col-item .corner-ribbon-per-item {
    width: 100%;
    background: #e43;
    font-size: 15px;
    padding: 5px;
    float: left;
    color: #fff;
}

.product-carousel-small-medium-col-item h5 .org-price {
    font-size: 25px;
    padding: 5px;
}

.corner-ribbon-per-item {
    width: auto;
    background: #eee;
    /* position: absolute; */
    /* top: 20px; */
    /* left: -70px; */
    text-align: center;
    letter-spacing: 1px;
    color: #000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(0deg);
    z-index: 999;
    padding: 3px;
    font-size: 12px;
}

.grid-group-item .corner-ribbon-per-item {
    float: left;
    padding: 5px;
    margin-top: 5px;
}

.price-large .corner-ribbon-per-item {
    width: 50%;
    z-index: 999;
    padding: 10px;
    font-size: 18px;
}




/* Custom styles */

.corner-ribbon.sticky {
    position: fixed;
}

.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */
.grid-group-item .corner-ribbon.red {
    top: 0%;
    left: 50%;
}

.list-group-item .corner-ribbon.red {
    top: -100px;
    left: 0px;
    /* float: right; */
    /* position: relative; */
}

.product-single-large .corner-ribbon.top-left {
    left: calc(100% - 22%);
    top: 18%;
    /* width: 20px; */
    font-size: 12pt;
}

.corner-ribbon.top-left {
    top: 5px;
    left: -80px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.corner-ribbon.top-right {
    top: 0px;
    right: 0px;
    left: auto;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.corner-ribbon.bottom-left {
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.corner-ribbon.bottom-right {
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

/* Colors */

.corner-ribbon.white {
    background: #f0f0f0;
    color: #555;
}

.corner-ribbon.black {
    background: #333;
}

.corner-ribbon.grey {
    background: #999;
}

.corner-ribbon.blue {
    background: #39d;
}

.corner-ribbon.green {
    background: #2c7;
}

.corner-ribbon.turquoise {
    background: #1b9;
}

.corner-ribbon.purple {
    background: #95b;
}

.corner-ribbon.red {
    background: #e43;
    display: none;
}

.corner-ribbon.orange {
    background: #e82;
}

.corner-ribbon.yellow {
    background: #ec0;
}

/*------------------------------------- */
/*                 */
/*--------------------------------------*/
.maxwidth280 {
    max-width: 280px;
}
/* This is for full width textboxes*/
/* ex. Search box on front page */
/* if want less width, limit with cols */
input.fullwidth,
select.fullwidth,
textarea.fullwidth {
    width: 100% !important;
    max-width: none !important;
}

th.text-alignright,
input.text-alignright {
    text-align: right;
}

input.textBoxFlat[readonly] {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    background-color: transparent;
}

input.textBoxFlat:focus {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none;
    outline: none !important;
}

input.invoiceSum.textBoxFlat {
    font-weight: 800;
}

/*------------------------------------- */
/* Validation helpers                   */
/*--------------------------------------*/
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

#FormShowIncludingVat input[type="radio"] {
    margin: 0px 5px 0px 5px;
    display:
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/*--------------------------------------*/
/* Early css - needs to be placed corr. */
/*--------------------------------------*/
.listItemSearch {
    float: right;
}

.textarea-medium {
    width: 400px;
    max-width: 80%;
    height: 400px;
}

.textarea-large {
    /* width: 500px; */
    min-width: 100%;
    height: 120px !important;
}


.btn {
    border-radius: 0;
    border: 1px solid transparent;
}


.btn-additional-address {
    padding: 15px 0;
}

.btn-square {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 0px;
}

.btn-wide {
    background-color: #56565a;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #56565a;
    width: 100%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }

.dl-horizontal dt.details {
    /*width: 200px;*/
    /*margin-right: 30px;*/
    margin-bottom: 5px;
    text-align: left !important;
}

/*--------------------------------------*/
/* Checkbox */
/*--------------------------------------*/

input[type=checkbox].duab-checkbox {
    display: none;
}

    input[type=checkbox].duab-checkbox ~ label.duab-checkbox-label {
        padding-left: 33px;
        height: 28px;
        display: inline-block;
        line-height: 28px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].duab-checkbox:checked ~ label.duab-checkbox-label {
        background-position: 0 -28px;
    }

label.duab-checkbox-label {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAA4CAYAAADuMJi0AAABf0lEQVRYhe2XsUoDQRCGv5mdO7mL5rDR6AsI2oiFjb6W+gy+io0voY0ogmBvI2oXjcklEbMWErDQ5NS9ILj/stUefPwze8P+4oHTswvfyHNUBRUBhLDy9MqS7a1NkZOzC7/aWiLPMswZqoJIWKD3nuFwyO39A9bIc/IsYy5NScxwTqnDYZokFAsLmKpgzkjMSBLDORcY9i7VVxJzmIqgKjinOOdwqrUA36GKwrhnocv4mYT67HyhCIzACIzACIzACPwXQO894123vB9h3V7vqRwMmmaGe63HsPeest/nqdN9Fg+cX17dFUWzlZqhqsFf3qPRiE7n+X5jfW3FAAYvL61ur6SsM1v0yxZAzBbBFLNFbbJpH3z3xk6bWBOBY1hzZ78ysNg94PHk8GdAgGLnoDKsiqYCCTwEgvfw10AC/5d/z6HIjB3GSxMcOFOHRVF8u4eNLJ14PrFe7XabpWaCVFzLi/PcHO9NBE4t6fVR9cFdRf/gqT9zYMwWIfQxW7wBNVWVj8q/7AsAAAAASUVORK5CYII=);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

td.duab-td-center {
    vertical-align: middle;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.duab-margin-left-10 {
    margin-left: 10px;
}

.duab-margin-left-0 {
    margin-left: 0px;
}

.duab-margin-top-5 {
    margin-top: 5px;
}

.duab-margin-top-10 {
    margin-top: 5px;
}

.duab-margin-top-15 {
    margin-top: 5px;
}

.duab-margin-top-20 {
    margin-top: 5px;
}

.duab-margin-top-25 {
    margin-top: 5px;
}

.register-checkbox-well {
    background-color: white;
    width: 50%;
    margin-left: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.register-checkbox-single-well {
    background-color: white;
    width: 7%;
    padding: 5px 15px 5px 8px;
    margin-left: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.register-checkbox-label {
    width: 80px;
}

.quantityplusminus input.input-number {
    text-align: center;
}

/*--------------------------------------*/
/* Grouptags of item                    */
/* Place in:                            */
/*          Product/_ProductSingleLarge */
/*--------------------------------------*/


ul.duab-group-tags {
    padding: 0px 0px 5px 0px;
    list-style: none;
}

.duab-group-tags li:first-child {
    /* margin-left: 0px;*/
}

.duab-group-tags li, .tags a {
    float: right;
    height: 24px;
    width: 100%;
    line-height: 24px;
    position: relative;
    font-size: 11px;
    background: #56565a;
    margin-left: 10px;
}

.duab-group-tags a {
    margin-left: 20px;
    padding: 0 10px 0 12px;
    background: #56565a;
    color: #fff;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

    .duab-group-tags a:before {
        content: "";
        float: left;
        position: absolute;
        top: 0;
        left: -12px;
        width: 0;
        height: 0;
        border-color: transparent #56565a transparent transparent;
        border-style: solid;
        border-width: 12px 12px 12px 0;
    }

    .duab-group-tags a:after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        float: left;
        width: 4px;
        height: 4px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        -moz-box-shadow: -1px -1px 2px #004977;
        -webkit-box-shadow: -1px -1px 2px #004977;
        box-shadow: -1px -1px 2px #004977;
    }


    .duab-group-tags a:hover {
        background: #56565a;
    }

        .duab-group-tags a:hover:before {
            border-color: transparent #56565a transparent transparent;
        }

/*--------------------------------------*/
/* Price of item                        */
/* Place in:                            */
/*          Product/_ProductSingleLarge */
/*--------------------------------------*/
.duab-price-iteminfo-image {
    border-bottom-right-radius: 10px;
    width: auto;
    height: auto;
    background: #fff;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 10px;
    font: bold 32px Sans-Serif;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 4px;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.duab-price-iteminfo-image-small {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background: #fff;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 0px;
    margin: -17px;
    padding: 18px;
    font: bold 19px Sans-Serif;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 4px;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.price-large {
    font: 48px 'Oswald';
    /* text-align: center; */
    margin: 0px auto;
    /* float: left; */
}

    .price-large.campaign .price {
        color: #d13239;
    }

    .price-large.campaign .noncustomer-price .price {
        color: #333;
    }

    .price-large .loggedin_yourprice {
        font-size: 12px;
    }

    .price-large small {
        font-size: 12px;
    }

/*--------------------------------------*/
/* Info of item                        */
/* Place in:                            */
/*          Product/_ProductInformation */
/*--------------------------------------*/


#sectionB {
    width: 100%;
}

    #sectionB .dl-horizontal dd {
        min-height: initial;
    }

    #sectionB .dl-horizontal dt.details {
        margin-right: 0px;
        width: 33%;
    }

/*--------------------------------------*/
/* Drag and drop areas and items        */
/*--------------------------------------*/
#droptarget {
    padding: 20px;
    cursor: default;
    vertical-align: middle;
    text-align: center;
    border: 2px dotted #ccc;
}

.duab-droptarget-small {
    vertical-align: middle;
    display: inline-block;
    height: 55px;
    line-height: 1.2em;
    margin: 10px;
    padding: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background-color: #ee6f0b;
}

.duab-draggable-item-small {
    cursor: move;
    margin: 5px;
    padding: 10px;
    background-color: #03a9f4;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
    display: inline-block;
}

.duab-droptarget-highlighted {
    background-color: yellow;
}

.duab-droptarget-validtarget {
    background-color: lightblue;
}

.duab-droptarget-remove {
    color: red;
    cursor: pointer;
}

/*------------------------------------------*/
/* Shopping-cart stuff like add to cart etc */
/*------------------------------------------*/

#add-to-cart-box {
    display: none;
    position: fixed;
    top: calc(0% + 80px);
    left: calc(100% - 180px);
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    background: -moz-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
    background: -ms-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
    background: -webkit-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
    background: linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.5);
    margin: 0px;
    padding: 10px;
    width: 300px;
    z-index: 10000;
}

    #add-to-cart-box a {
        position: absolute;
        right: 10px;
        top: 2px;
        font-size: 22px;
    }

    #add-to-cart-box p {
        font-size: 14px;
        margin-right: 20px;
    }

        #add-to-cart-box p.add-to-cart-box-header {
            font-size: 22px;
            color: #56565a;
        }

.cart-total {
    /* font-size: 24px; */
    /* font-weight: 500; */
    /* height: 26px; */
    /* padding: 25px 5px 0px 5px; */
}


/*------------------------------------------*/
/* Redesign of items that are inside well   */
/*------------------------------------------*/

.well {
    background-image: none;
    box-shadow: none;
    border-radius: 0px;
    /* background-color: #e4e4e4; */
    border: none;
}

    .well .preview img {
        max-width: 150px;
    }

.duab-well-uploadimage {
    margin-top: 20px;
}

.duab-well-relatedproducts {
    min-height: 20px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    border: 0px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


.duab-well-iteminfo {
    /* background-color: #f5f5f5; */
    /* border: 1px solid #e3e3e3; */
    /* border-radius: 2px; */
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset; */
    min-height: 20px;
    padding: 0px;
    width: 100%;
    display: inline-block;
    margin: 0px;
    /* z-index: -1; */
}

    .duab-well-iteminfo .col-xs-12 {
        margin: 0px;
        padding: 0px;
    }

.duab-well {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

    .duab-well .heading {
        color: #00415d;
        background-color: #fff;
        border-color: #fff;
        text-align: center;
    }

        .duab-well .heading a {
            text-decoration: none;
            color: #666;
            font-weight: bold;
            font-size: 15px;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            transition: all 0.1s linear;
        }

            .duab-well .heading a.active {
                color: #56565a;
                font-size: 18px;
            }

        .duab-well .heading hr {
            margin-top: 10px;
            margin-bottom: 0px;
            clear: both;
            border: 0;
            height: 1px;
            background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
            background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        }

    .duab-well input[type="text"],
    .duab-well input[type="email"],
    .duab-well input[type="password"] {
        height: 45px;
        border: 1px solid #ddd;
        font-size: 16px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .duab-well input:hover,
    .duab-well input:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #ccc;
    }


/*----------------------------*/
/* Login                    */
/*----------------------------*/
.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

    .panel-login > .panel-heading {
        color: #00415d;
        background-color: #fff;
        border-color: #fff;
        text-align: center;
    }

        .panel-login > .panel-heading a {
            text-decoration: none;
            color: #666;
            font-weight: bold;
            font-size: 15px;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            transition: all 0.1s linear;
        }

            .panel-login > .panel-heading a.active {
                color: #56565a;
                font-size: 18px;
            }

        .panel-login > .panel-heading hr {
            margin-top: 10px;
            margin-bottom: 0px;
            clear: both;
            border: 0;
            height: 1px;
            background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
            background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        }

    .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
        height: 45px;
        border: 1px solid #ddd;
        font-size: 16px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .panel-login input:hover,
    .panel-login input:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #ccc;
    }

.btn-login {
    background-color: #56565a;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #56565a;
    width: 100%;
}

    .btn-login:hover,
    .btn-login:focus {
        color: #fff;
        background-color: #53A3CD;
        border-color: #53A3CD;
    }

.forgot-password {
    text-decoration: underline;
    color: #888;
}

    .forgot-password:hover,
    .forgot-password:focus {
        text-decoration: underline;
        color: #666;
    }

.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}

    .btn-register:hover,
    .btn-register:focus {
        color: #fff;
        background-color: #1CA347;
        border-color: #1CA347;
    }


/*----------------------------*/
/* Ribbons                    */
/*----------------------------*/

.duab-ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.duab-ribbon {
    font: bold 15px Sans-Serif;
    color: #333;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

    .duab-ribbon:before, .ribbon:after {
        content: "";
        border-top: 3px solid #6e8900;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }

    .duab-ribbon:before {
        left: 0;
    }

    .duab-ribbon:after {
        right: 0;
    }

/*----------------------------*/
/* carousel         */
/*----------------------------*/

#carousel-large {
    margin: 0px 5px;
}

.carousel-indicators .active {
    background-color: #333;
    border: 1px solid #333;
}

.carousel-indicators li {
    border: 1px solid #333;
}

.product-single-large .carousel-inner img {
    width: 100%;
    padding: 0px;
}


.carousel-inner img {
    width: 100%;
    padding: 15px 12px 0px;
}

.menu-item-product .photo-container img,
ul.dropdown-menu .carousel.slide img,
ul.dropdown-menu .carousel.slide .carousel-inner > .item > a > img,
ul.dropdown-menu .carousel.slide .carousel-inner > .item > img {
    max-height: 203px;
    margin: 0px auto;
    /* min-height: 203px; */
    width: auto;
}

.product-carousel-small-medium-col-item .photo-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 203px;
}

.product-carousel-small-medium-col-item .photo img {
    object-fit: contain;
    object-position: center center;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 0px;
    position: absolute;
}

.product-single-large.carousel-inner > .item > a > img,
.product-single-large .carousel-inner > .item > img {
    line-height: 1;
    object-fit: contain;
    object-position: center center;
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 0px;
}

.product-single-large.carousel-inner .img-thumbnail {
    padding: 0px;
    border: none;
    border-radius: 0px;
}

.product-single-large .carousel-inner .item {
    margin: 0px;
    min-height: 406px;
    max-height: 406px;
    border: none;
}

.carousel-item-info-wrapper {
    margin: 0px 0px 30px 0px;
    background: white;
    border-radius: 10px;
    max-height: 400px;
    /*-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    */ position: relative;
    z-index: 5;
}

.product-single-large .carousel-item-info-wrapper {
    margin: 0px 0px 20px 0px;
    background: white;
    border-radius: 10px;
    min-height: 406px;
    /*-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    */
    position: relative;
    z-index: 5;
}

.carousel-item-info-wrapper-small {
    margin: 0px 0px 30px -12px;
    background: white;
    border-radius: 10px;
    height: 100px;
    max-height: 100px;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    position: relative;
    z-index: 90;
}

.carousel-control.left,
.carousel-control.right {
    position: absolute;
    z-index: 5;
    display: inline-block;
    background-image: none;
    font-size: 60px;
    font-weight: 900;
    color: black;
}

.carousel-control .control-left {
    left: 20%;
}

.carousel-control .control-right {
    right: 20%;
}

/*-----------------------------------------------------*/
/* Carousel Large                                       */
/*-----------------------------------------------------*/

.carousel-large-generic.carousel-inner {
    border-radius: 5px;
}

.carousel-large-generic.carousel-caption {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 0 0 10px 25px;
    color: #fff;
    text-align: left;
    display: none;
}

.carousel-large-generic.carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: right;
}

.carousel-large-generic.carousel-control.left,
.carousel-large-generic.carousel-control.right {
    background-image: none;
}

/*-----------------------------------------------------*/
/* Product Carousel Medium small                   */
/* For small use 3 cols and medium 4 cols           */
/*-----------------------------------------------------*/

.carousel-inner .item .row {
    height: 100%;
    display: flex;
}

.carousel-inner .item. item {
    height: 100%;
    display: flex;
}

.product-carousel-small-medium-col-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-carousel-small-medium-col-item {
    border-bottom: 1px solid #eee;
    border-radius: 0px;
    background: #FFF;
    height: 100%;
    position: relative;
}

.carousel-small {
}

.product-carousel-small-medium-col-item .photo img {
    margin: 0px auto;
    width: 100%;
}

.product-carousel-small-medium-col-item .info .row {
    padding-top: 0px;
    margin: 0px;
}

.product-carousel-small-medium-col-item .info {
    padding: 0px 10px 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
    display: block;
    box-sizing: unset;
    bottom: 0px;
    flex: 1;
}

.carousel-inner .item:last-child .product-carousel-small-medium-col-item {
    border: none;
}

.product-carousel-small-medium-col-item:hover {
    background-color: #eee;
}

.product-carousel-small-medium-col-item .price {
    background: #eee;
    float: none;
    margin-top: 0px;
    padding: 0px;
}

    .product-carousel-small-medium-col-item .price h5 {
        min-height: 90px;
        float: none;
        margin: 0;
        font-size: 1.2em;
        color: #000;
        background: #eee;
        width: 100%;
        padding: 15px;
    }

.product-carousel-small-medium-col-item h5.price-text-color {
    color: #000;
    font: 2em 'Oswald';
    padding: 15px;
    width: 100%;
    height: auto;
}

.product-carousel-small-medium-col-item .info .rating {
    color: #777;
}

.product-carousel-small-medium-col-item .rating {
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.product-carousel-small-medium-col-item .separator {
    border-top: 1px solid #E1E1E1;
}


    .product-carousel-small-medium-col-item .separator p {
        line-height: 20px;
        margin-bottom: 0;
        margin-top: 10px;
        text-align: center;
    }

        .product-carousel-small-medium-col-item .separator p i {
            margin-right: 5px;
        }

.product-carousel-small-medium-col-item .btn-add {
    width: 100%;
    margin: 0px auto;
}

.product-carousel-small-medium-col-item .btn-add {
    border: none;
    width: 100%;
    float: none;
    height: 50px;
    display: inline-block;
}


.product-carousel-small-medium-col-item .btn {
    position: absolute;
    bottom: 0px;
}

.product-carousel-small-medium-col-item .btn-add .btn-lg {
    width: 100%;
}

.product-carousel-small-medium-col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.product-carousel-small-medium-col-item.controls {
    margin-top: 20px;
}


/*----------------------------*/
/* Custom duab styling jumbo       */
/*----------------------------*/
div.jumbotron img {
    max-width: 100%;
    height: auto;
}

div.duab-frame {
    border: 1px solid #eee;
    padding: 10px 10px 0px 10px;
    border-radius: 3px;
}

div.jumbotron {
    background-color: #00aeef;
    color: #fff;
    margin-bottom: 10px;
}

.container .jumbotron {
    border-radius: 0px;
}

/*----------------------------*/
/* Custom duab styling        */
/*----------------------------*/

input.btn.btn-flat {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.duab-button-valign-with-pad {
    padding: 25px 2px 0px;
}

.duab-button-valign-with-margin {
    margin: 25px 2px 0px;
}

.duab-button-valign {
    padding-top: 25px;
}

.duab-quantity-textbox {
    text-align: center;
    width: 40px;
}

.duab-pull-left {
    float: left !important;
    padding-left: 0px !important;
}

.duab-pull-right {
    float: right !important;
    padding-right: 0px !important;
    padding-top: 0px;
    margin: 0px;
}

.duab-pull-right_pad20 {
    float: right !important;
    padding: 20px;
}


.duab-bold {
    font-weight: 900;
}

.datepicker {
    padding: 0;
}

.duab-bootstrap-date {
    padding-left: 10px;
}

.form-group .duab-clearable {
    top: 35px;
}

.input-group .duab-clearable {
    right: 45px;
    z-index: 10000;
}

.no-margin-right .duab-clearable {
    right: 10px;
}

.duab-clearable {
    position: absolute;
    top: 10px;
    right: 25px;
    height: 14px;
    margin: auto;
    font-size: 17px;
    cursor: pointer;
    color: #999;
}

.duab-absolute-area-right {
    position: fixed;
    top: 140px;
    right: 0px;
    border-radius: 0px;
    z-index: 999;
}

.duab-no-padding-left-right {
    padding-left: 0px;
    padding-right: 0px;
    z-index: 0;
}

.duab-no-padding-left.col-xs-12.product-single-large {
    padding-left: 0px;
    padding-right: 15px;
    z-index: 0;
}

.duab-no-padding-right.col-xs-12.product-single-large {
    padding-left: 15px;
    padding-right: 0px;
    z-index: 0;
}

.product-single-large .vat.duab-pull-right_pad20 {
    padding: 0px;
}

.duab-no-padding-left-right .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
    z-index: 0;
}

.item.active form {
    height: 100%;
}

.duab-no-padding-left {
    padding-left: 0px;
}

.duab-no-padding-right {
    padding-right: 0px;
}

    .duab-no-padding-right.col-xs-12.product-single-large .duab_product_description {
        padding: 15px;
    }

.duab_product_description {
    background: #f7f7f7;
    padding: 15px;
}

    .duab_product_description h4 {
        font-size: 1.2em;
    }

    .duab_product_description .leastamount {
        padding: 10px 10px;
    }

.duab_product_information .dl-horizontal {
    padding: 10px;
    background: #f7f7f7;
    border-left: 0.5px solid #ddd;
    border-right: 0.5px solid #ddd;
    border-bottom: 0.5px solid #ddd;
}

.duab_product_information .nav-tabs li.active a {
    background: #f7f7f7;
}

.duab_product_category {
    display: inline-flex;
}

.duab_product_categories {
    padding: 10px;
}

    .duab_product_categories a {
        padding: 10px;
        background: #eee;
        /* line-height: 45px; */
        display: inline-table;
        margin: 0px 0px 5px 0px;
    }

.product_related_products table tr td {
    padding: 15px 0px 0px 0px;
}

.product_related_products table tr:first-child td {
    border-top: none;
}

.duab-flat-textbox {
    border: none;
}

.duab-onorder {
    color: #e70000;
    display: none;
}

.productMarker.hideIsInPriceList {
    display: none;
}

.productMarker.isInPriceList {
    display: block;
}

.isInPriceList {
    background-color: #a00;
    overflow: hidden;
    white-space: nowrap;
    /* top left corner */
    position: absolute;
    left: 0px;
    top: 0px;
    /* shadow */
    -webkit-box-shadow: 0 0 10px #888;
    -moz-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
    padding: 2px;
    border-radius: 20px;
    margin: 3px;
}

.animate {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.navbar-minimal {
    width: 50px;
    min-height: 50px;
    max-height: 100%;
    /* background-color: rgb(51, 51, 51); */
    background-color: rgba(51, 51, 51, 0.8);
    border-width: 0px;
    z-index: 999 !important;
    position: absolute;
    top: 80px;
    right: 0px;
}

    .navbar-minimal > .navbar-toggler {
        position: relative;
        min-height: 50px;
        border-bottom: 1px solid rgb(81, 81, 81);
        z-index: 999;
        cursor: pointer;
    }

        .navbar-minimal.open > .navbar-toggler,
        .navbar-minimal > .navbar-toggler:hover {
            background-color: #56565a;
        }

        .navbar-minimal > .navbar-toggler > span {
            position: absolute;
            top: 50%;
            right: 50%;
            margin: -8px -8px 0 0;
            width: 16px;
            height: 16px;
            background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxNiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEsN2gxNGMwLjU1MiwwLDEsMC40NDgsMSwxcy0wLjQ0OCwxLTEsMUgxQzAuNDQ4LDksMCw4LjU1MiwwLDgKCVMwLjQ0OCw3LDEsN3oiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLDEyaDE0YzAuNTUyLDAsMSwwLjQ0OCwxLDFzLTAuNDQ4LDEtMSwxSDFjLTAuNTUyLDAtMS0wLjQ0OC0xLTEKCVMwLjQ0OCwxMiwxLDEyeiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEsMmgxNGMwLjU1MiwwLDEsMC40NDgsMSwxcy0wLjQ0OCwxLTEsMUgxQzAuNDQ4LDQsMCwzLjU1MiwwLDMKCVMwLjQ0OCwyLDEsMnoiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjMzLDI4Ljk3bDExLjY0LTExLjY0YzAuNDU5LTAuNDU5LDEuMjA0LTAuNDU5LDEuNjYzLDAKCWMwLjQ1OSwwLjQ1OSwwLjQ1OSwxLjIwNCwwLDEuNjYzTDIuOTkzLDMwLjYzM2MtMC40NTksMC40NTktMS4yMDQsMC40NTktMS42NjMsMEMwLjg3MSwzMC4xNzQsMC44NzEsMjkuNDMsMS4zMywyOC45N3oiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yLjk5MywxNy4zM2wxMS42NDEsMTEuNjRjMC40NTksMC40NTksMC40NTksMS4yMDQsMCwxLjY2MwoJcy0xLjIwNCwwLjQ1OS0xLjY2MywwTDEuMzMsMTguOTkzYy0wLjQ1OS0wLjQ1OS0wLjQ1OS0xLjIwNCwwLTEuNjYzQzEuNzg5LDE2Ljg3MSwyLjUzNCwxNi44NzEsMi45OTMsMTcuMzN6Ii8+Cjwvc3ZnPgo=);
            background-repeat: no-repeat;
            background-position: 0 0;
            -webkit-transition: -webkit-transform .3s ease-out 0s;
            -moz-transition: -moz-transform .3s ease-out 0s;
            -o-transition: -moz-transform .3s ease-out 0s;
            -ms-transition: -ms-transform .3s ease-out 0s;
            transition: transform .3s ease-out 0s;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

    .navbar-minimal > .navbar-menu {
        position: absolute;
        top: -1000px;
        left: 0px;
        margin: 0px;
        padding: 0px;
        list-style: none;
        z-index: 50;
        background-color: rgb(51, 51, 51);
        background-color: rgba(51, 51, 51, 0.8);
    }

        .navbar-minimal > .navbar-menu > li {
            margin: 0px;
            padding: 0px;
            border-width: 0px;
            height: 44px;
        }

            .navbar-minimal > .navbar-menu > li > a {
                position: relative;
                display: inline-block;
                color: rgb(255, 255, 255);
                padding: 14px 18px;
                text-align: left;
                cursor: pointer;
                border-bottom: 1px solid rgb(81, 81, 81);
                width: 100%;
                text-decoration: none;
                margin: 0px;
                overflow: hidden;
            }

                .navbar-minimal > .navbar-menu > li > a:last-child {
                    border-bottom-width: 0px;
                    padding-bottom: 10px;
                }

                .navbar-minimal > .navbar-menu > li > a:hover {
                    background-color: #56565a;
                }

                .navbar-minimal > .navbar-menu > li > a > .glyphicon {
                    float: right;
                }

            .navbar-minimal > .navbar-menu > li:last-child {
                padding-bottom: 30px;
            }

    .navbar-minimal.open {
        width: 50px;
    }

        .navbar-minimal.open > .navbar-toggler > span {
            background-position: 0 -16px;
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

        .navbar-minimal.open > .navbar-menu {
            top: 50px;
            width: 100%;
            min-height: 100%;
        }

.navbar-minimal-save.delete > .navbar-menu > li > a {
    background-color: #c9302c;
    border-color: #c9302c;
}


    .navbar-minimal-save.delete > .navbar-menu > li > a:hover {
        background-color: #ac2925;
    }

.navbar-minimal-save {
    width: 50px;
    height: 50px;
    background-color: rgb(51, 51, 51);
    background-color: rgba(51, 51, 51, 0.8);
    border-width: 0px;
    z-index: 100000;
    float: right;
    position: absolute;
    top: 30px;
    right: 0px;
    padding: 0px;
}

    .navbar-minimal-save > .navbar-toggler {
        position: relative;
        min-height: 50px;
        border-bottom: 1px solid rgb(81, 81, 81);
        z-index: 100;
        cursor: pointer;
    }

        .navbar-minimal-save.open > .navbar-toggler,
        .navbar-minimal-save > .navbar-toggler:hover {
            background-color: #56565a;
        }

    .navbar-minimal-save > .navbar-menu {
        top: -1000px;
        left: 0px;
        margin: 0px;
        padding: 0px;
        list-style: none;
        z-index: 50;
        background-color: rgb(51, 51, 51);
        background-color: rgba(51, 51, 51, 0.8);
    }

        .navbar-minimal-save > .navbar-menu > li {
            margin: 0px;
            padding: 0px;
            border-width: 0px;
            height: 44px;
        }

            .navbar-minimal-save > .navbar-menu > li > a {
                position: relative;
                display: inline-block;
                background-color: #4cae4c;
                border-color: #4cae4c;
                padding: 18px 18px;
                text-align: left;
                cursor: pointer;
                border-bottom: 1px solid rgb(81, 81, 81);
                width: 100%;
                text-decoration: none;
                margin: 0px;
            }

                .navbar-minimal-save > .navbar-menu > li > a:last-child {
                    border-bottom-width: 0px;
                }

                .navbar-minimal-save > .navbar-menu > li > a:hover {
                    background-color: #5cb85c;
                }

                .navbar-minimal-save > .navbar-menu > li > a > .glyphicon {
                    float: right;
                    margin-right: 0px;
                }

    .navbar-minimal-save.open {
        width: 50px;
    }

        .navbar-minimal-save.open > .navbar-toggler > span {
            background-position: 0 -16px;
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

        .navbar-minimal-save.open > .navbar-menu {
            top: 60px;
            width: 100%;
            min-height: 100%;
        }

/*-----------------------------------------------------*/
/* Fileuploader missing display none on spinner        */
/*-----------------------------------------------------*/
.fileupload-process {
    display: none !important;
}

/*-----------------------------------------------------*/
/* Product  items                                   */
/*-----------------------------------------------------*/

#products.row.list-group .sale {
    left: 0px;
    z-index: 998;
    top: 20px;
    /* left: calc(25%); */
    /* bottom: calc(50% - 50px); */
}

.sale {
    position: absolute;
    display: inline-block;
    background: #d13239;
    color: white;
    height: 5rem;
    width: 5rem;
    text-align: center;
    vertical-align: middle;
    line-height: 5rem;
    /* margin: 45vh 45vw; */
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-animation: beat 1s ease infinite alternate;
    animation: beat 1s ease infinite alternate;
    font-size: 10px;
    text-transform: uppercase;
    z-index: 99999;
}

    .sale:before, .sale:after {
        content: "";
        position: absolute;
        background: inherit;
        height: inherit;
        width: inherit;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sale:after {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }

@-webkit-keyframes beat {
    from {
        -webkit-transform: rotate(-20deg) scale(1);
        transform: rotate(-20deg) scale(1);
    }

    to {
        -webkit-transform: rotate(-20deg) scale(1.1);
        transform: rotate(-20deg) scale(1.1);
    }
}

@keyframes beat {
    from {
        -webkit-transform: rotate(-20deg) scale(1);
        transform: rotate(-20deg) scale(1);
    }

    to {
        -webkit-transform: rotate(-20deg) scale(1.1);
        transform: rotate(-20deg) scale(1.1);
    }
}


#products.row {
    margin-right: 0px;
    margin-left: 0px;
    box-shadow: none;
    /* margin: auto; */
}

    #products.row .spacer {
        padding: 12px 0px;
    }

    #products.row .item {
        padding: 5px;
        height: 600px;
        text-align: center;
        border: 1px solid #f5f5f5;
        border-radius: 8px;
    }

        #products.row .item .row.upper {
            height: 60%;
            padding: 0px;
            margin: 0px;
        }

        #products.row .item .row.lower {
            height: 40%;
            padding: 0px;
            margin: 0px;
        }

            #products.row .item .row.lower .group.inner.quantityRow-select-display {
                height: 100%;
            }

            #products.row .item .row.lower .quantityRow-relative {
                height: 100%;
            }

                #products.row .item .row.lower .quantityRow-relative .price.original .price {
                    font-size: 1em;
                    font-weight: bold;
                }

            #products.row .item .row.lower .quantity-row {
                position: absolute;
                bottom: 65px;
                width: calc(100% - 60px);
                left: 30px;
            }

            #products.row .item .row.lower .quantityRow.row {
            }

            #products.row .item .row.lower .quantityRow-select-display .buybutton {
                position: absolute;
                bottom: 15px;
                width: calc(100% - 30px);
                left: 15px;
            }

                #products.row .item .row.lower .quantityRow-select-display .buybutton button {
                    width: calc(100% - 30px);
                    border-radius: 8px;
                    position: relative;
                }

        #products.row .item .col-xs-12,
        #products.row .item .col-xs-8,
        #products.row .item .col-xs-4 {
            padding: 0px;
        }

.product-block-list .group-description {
    padding: 0px 15px;
    margin: 0px auto;
}

    .product-block-list .group-description h1 {
        font-size: 1.5em;
        font-weight: 900;
    }

    .product-block-list .group-description .group-description-p {
        font-size: 1em;
    }

.quantitySingleRow > div {
    padding-left: 0px;
    padding-right: 10px;
}

.duab-autocomplete .photo-container {
    height: auto;
}

.photo-container {
    height: 200px;
    width: 100%;
    /* padding: 20px; */
}

    .photo-container a {
        width: 100%;
        height: 100%;
    }


    .photo-container img {
        width: 100%;
        height: auto;
    }

.thumbnail {
    float: right;
}

.thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .thumbnail:hover {
        cursor: pointer;
    }

.media-left, .media > .pull-left {
    padding-right: 0px;
    margin-right: 10px;
}

.product-block-description {
    width: 100%;
    margin: 10px 5px 5px 0px;
    float: left;
    display: none;
    text-align: left;
    font-size: 0.9em;
}

/*-----------------------------------------------------*/
/* Shoppingcart items                                   */
/*-----------------------------------------------------*/

.order-details .row:first-child {
    margin-bottom: 0px;
}

.duab-well-iteminfo.order-details .duab-page-header {
    margin-bottom: 0px;
}

.order-details .btn {
    margin: 0px 0px 5px 0px;
}

.orderindex .btn {
    margin: 0px 0px 5px 5px;
    font-size: 14px;
}

#cartTable tbody .media {
    margin: 0;
}

#checkoutTable tbody .media {
    margin: 0;
}


/*---------------------------*/
/*---------Newcart-----------*/
/*---------------------------*/

.cart .row.cart_header {
    font-weight: 900;
    background: #eee;
    padding: 15px;
    border-radius: 0px;
}

.cart .cart_items .row.item {
    border-bottom: 0.5px #eee solid;
}

.cart .cart_items .mobile {
    display: none;
}

.cart .cart_items .row .quantity {
    font-weight: 900;
}

.cart .bg-grey {
    background-color: #eee;
}

.cart .rowAddon > div,
.cart .rowNet > div,
.cart .rowTotal > div,
.cart .rowVat > div {
    margin: 0px;
    padding: 10px 10px;
}

/*---------------------------*/

h2.checkout {
    background: #56565a;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3em;
}

h3.checkout {
    background: #fff;
    padding: 15px 5px;
    color: #000;
    font-size: 1em;
    margin: 0px;
    :
}


#shoppingCart .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
}

#shoppingCart .table > tbody > tr > td {
    border-top: none;
    border: none;
}

#shoppingCart .table > tbody > tr:last-child > td {
    padding: 50px 0px;
}

#checkoutTable.table > tbody > tr > td > span,
#orderDetailsTable.table > tbody > tr > td > span,
#shoppingCart .table > tbody > tr > td > span {
    padding: 5px 15px 5px;
    background-color: #eee;
    width: 100%;
    display: block;
    font-size: 1em;
    height: 30px;
    color: #000;
    font-family: 'Roboto';
}

#checkoutTable .checkout-address-area td div:first-child {
    padding: 0px 10px 0px 0px;
}


#checkoutTable .checkout-address-area td div:nth-child(2) {
    padding: 0px 0px 0px 0px;
}


#checkoutTable .checkout-address-area td div:first-child #AddressBilling div {
    padding: 0px 5px 0px 0px;
}

#checkoutTable .checkout-address-area td div:nth-child(2) #AddressDelivery div {
    padding: 0px 5px 0px 0px;
    float: right;
}


#checkoutTable.table > tbody > tr > td.colReference > span {
    width: 50%;
}

#checkoutTable.table > tbody > tr > td.colReference span:last-child {
    width: 100%;
}

#shoppingCart .table tbody tr.shoppingCartVat .td .span {
    background: #eee !important;
}

#checkoutTable.table > tbody > tr > td,
#orderDetailsTable.table > tbody > tr > td {
    padding: 5px 10px 10px 0px;
}



    #orderDetailsTable.table > tbody > tr > td:last-child {
        padding: 5px 5px 10px 0px;
    }


    #orderDetailsTable.table > tbody > tr > td#cart-vat-total,
    #orderDetailsTable.table > tbody > tr > td#cart-net-total {
        text-align: right;
    }

.orderaddresses h3 {
    padding: 15px;
    background-color: #bbb;
    width: 100%;
    display: block;
    font-size: 1.2em;
    height: 50px;
    color: #000;
    font-family: 'Roboto';
    text-transform: uppercase;
}

#checkoutTable tr.rowAddon td:nth-child(1) span {
    background: #fff;
    height: auto;
}

#checkoutTable tr.rowNet td:nth-child(1) span {
    background: #fff;
    height: auto;
}

#checkoutTable tr.rowAddon > td,
#checkoutTable tr.rowVat > td,
#checkoutTable tr.rowNet > td,
#checkoutTable tr.rowTotal > td {
    border: none;
}

#checkoutTable.table tbody tr.rowVat td:nth-child(2),
#checkoutTable.table tbody tr.rowVat td:nth-child(3),
#checkoutTable.table tbody tr.rowVat td:nth-child(4),
#checkoutTable.table tbody tr.rowAddon td:nth-child(2),
#checkoutTable.table tbody tr.rowAddon td:nth-child(3),
#checkoutTable.table tbody tr.rowAddon td:nth-child(4),
#checkoutTable.table tbody tr.rowTotal td:nth-child(2),
#checkoutTable.table tbody tr.rowTotal td:nth-child(3),
#checkoutTable.table tbody tr.rowTotal td:nth-child(4),
#checkoutTable.table tbody tr.rowNet td:nth-child(2),
#checkoutTable.table tbody tr.rowNet td:nth-child(3),
#checkoutTable.table tbody tr.rowNet td:nth-child(4),
tr.addon td:nth-child(3),
tr.addon td:nth-child(4),
tr.addon td:nth-child(5),
tr.rowVat td:nth-child(3),
tr.rowVat td:nth-child(4),
tr.rowVat td:nth-child(5),
tr.rowAddon td:nth-child(3),
tr.rowAddon td:nth-child(4),
tr.rowAddon td:nth-child(5),
tr.rowTotal td:nth-child(3),
tr.rowTotal td:nth-child(4),
tr.rowTotal td:nth-child(5),
tr.rowNet td:nth-child(3),
tr.rowNet td:nth-child(4),
tr.rowNet td:nth-child(5),
tr.addon td:nth-child(3),
tr.addon td:nth-child(4),
tr.addon td:nth-child(5),
tr.shoppingCartNet td:nth-child(3),
tr.shoppingCartVat td:nth-child(3),
tr.shoppingCartTotal td:nth-child(3),
tr.shoppingCartNet td:nth-child(4),
tr.shoppingCartVat td:nth-child(4),
tr.shoppingCartTotal td:nth-child(4),
tr.shoppingCartNet td:nth-child(5),
tr.shoppingCartVat td:nth-child(5),
tr.shoppingCartTotal td:nth-child(5) {
    color: #fff;
    padding: 5px 0px 5px 0px;
}

#orderDetailsTable tr.shoppingCartComment td,
#orderDetailsTable tr.shoppingCartNet td,
#orderDetailsTable tr.shoppingCartVat td,
#orderDetailsTable tr.shoppingCartTotal td {
    color: #fff;
    padding: 10px 0px 10px 0px;
    font-family: 'Roboto';
    font-size: 14px !important;
    border: none;
}

#checkoutTable tr td.colReference {
    color: #fff;
    font-family: 'Roboto';
    font-size: 14px !important;
    border: none;
}

#shoppingCart tr.shoppingCartNet td:nth-child(3),
#shoppingCart tr.shoppingCartVat td:nth-child(3),
#shoppingCart tr.shoppingCartTotal td:nth-child(3),
#orderDetailsTable tr.shoppingCartNet td:nth-child(5),
#orderDetailsTable tr.shoppingCartVat td:nth-child(5),
#orderDetailsTable tr.shoppingCartTotal td:nth-child(5) {
    text-transform: uppercase;
}

/*-----------------------------------------------------*/
/* Common for views                                   */
/*-----------------------------------------------------*/
.list-group-item .duab-quantity-textbox,
.grid-group-item .duab-quantity-textbox,
.compact-group-item .duab-quantity-textbox {
    max-width: 40px;
    float: right;
}

.item.list-group-item:nth-of-type(odd):hover,
.item.list-group-item:hover,
.item.grid-group-item:hover,
.item.compact-group-item:hover {
    background: #transparent;
}

.list-group-item .quantityRow-relative,
.grid-group-item .quantityRow-relative,
.compact-group-item .quantityRow-relative {
    position: relative;
    height: 100%;
}

/*-----------------------------------*/
/* stora rutor        grid-group-item*/
/*-------------------------------*/

.item.grid-group-item .thumbnail {
    min-height: 530px;
    margin-top: 20px;
    /* display: block; */
    /* height: -webkit-fill-available; */
    /* min-height: 100%; */
}

    .item.grid-group-item .thumbnail .caption {
        display: block;
        height: 100%;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
    /* min-height: 70px; */
}

.item.grid-group-item .group.inner.quantityRow-select-display {
    position: relative;
    display: block;
    height: 100%;
}

.grid-group-item .price {
    font-size: 20px;
}

.grid-group-item .typeofpack-display {
    font-size: 12px;
    float: right;
    right: 40px;
    bottom: 90px;
}

.grid-group-item .duab-onorder {
    position: absolute;
    top: 30px;
    background: #fff;
    padding: 3px 3px 0px;
    border: #ddd solid 1px;
}

.grid-group-item .replacedWith-select-display {
    position: absolute;
    width: 80%;
}

.list-group .pricerow div.price {
    margin-top: 0px;
}

.list-group .pricerow {
    padding: 0px;
}

.grid-group-item .quantityRow-relative .pricerow {
    font-weight: bold;
    text-align: center;
}

.grid-group-item .pricerow div.price-customer {
    font-size: 12px;
}

.grid-group-item .pricerow .price span.price {
    font-size: 25px;
    font-weight: 700;
}

.grid-group-item .quantityplusminus {
    float: left;
    width: 130px;
}

.grid-group-item .buybutton {
    /* bottom: 0; */
    float: right;
    position: absolute;
    right: 0;
}

.grid-group-item .duab-select-style {
    max-width: 120px;
}

.grid-group-item .quantityRow-select-display div.pricerow {
    width: 100%;
    position: relative;
    display: inline-block;
}

.grid-group-item .quantityRow-select-display div.quantityRow {
    /* position: relative; */
    /* float: right; */
    /* right: 25px; */
}

    .grid-group-item .quantityRow-select-display div.quantityRow .quantity {
        float: right;
        position: relative;
    }

    .grid-group-item .quantityRow-select-display div.quantityRow .duab-select-style {
        float: right;
        position: relative;
    }

    .grid-group-item .quantityRow-select-display div.quantityRow .addToCart {
        float: right;
        position: relative;
        padding-left: 2px;
    }

/*-------------------------------*/
/* Listade rader list-group-item*/
/*-------------------------------*/

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    border: none;
    height: auto;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}

    .item.list-group-item .duab-onorder {
        position: absolute;
        bottom: 110px;
    }

    .item.list-group-item .list-group-image {
        margin-right: 10px;
        max-width: 450px;
        max-height: 100%;
    }

img.group.list-group-image {
    max-width: 100%;
}

.item.list-group-item .thumbnail {
    /* height: 283px; */
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
}

.item.list-group-item .caption {
    padding: 9px 9px 0px 9px;
}

.item.list-group-item:before, .item.list-group-item:after {
    display: table;
    content: " ";
}

.item.list-group-item img {
    float: left;
}

.list-group-item .price-tax {
    text-align: right;
}

.list-group-item .replacedWith-select-display {
    position: relative;
}

    .list-group-item .replacedWith-select-display table {
        width: 50%;
    }

.item.list-group-item:after {
    clear: both;
}

.grid-group-item .list-group-item-heading {
    min-height: 70px;
}

.grid-group-item .list-group-item-text {
    min-height: 160px;
}

.list-group-item-text {
    margin: 0 0 11px;
    display: none;
}

    .list-group-item-text a {
        text-decoration: none !important;
    }

.list-group-item-heading a {
    text-decoration: none !important;
    font-size: 0.9em;
    color: #0a0a0a;
    margin: 10px 0px;
}

.list-group-item .pricerow div.price {
    font-size: 30px;
    text-align: right;
}

.list-group-item .pricerow div.price-customer {
    font-size: 12px;
    text-align: right;
}

.list-group-item .quantityRow-select-display div.pricerow {
    height: 100%;
    position: relative;
    /* right: 25px; */
    /* bottom: 115px; */
}

.list-group-item .quantityRow-select-display div.quantityRow {
    /* float: right; */
    /* position: absolute; */
    right: 25px;
    bottom: 20px;
    width: 40%;
}


.list-group-item .quantityplusminus {
    bottom: 40px;
    float: right;
    max-width: 125px;
    position: absolute;
    right: 0;
    width: 50%;
}

.list-group-item .buybutton {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}


.list-group-item .quantityRow-select-display div.quantityRow .quantity {
    float: left;
    position: relative;
}

.list-group-item .quantityRow-select-display div.quantityRow .duab-select-style {
    float: right;
    position: relative;
}

.list-group-item .quantityRow-select-display div.quantityRow .addToCart {
    float: right;
    position: relative;
    padding-left: 2px;
}

/*-------------------------------*/
/* Kompakta rader compact-group-item*/
/*-------------------------------*/

img.group.list-group-image {
    max-width: 100%;
}

#products.list-group img.group.list-group-image {
    max-height: 200px;
    width: auto;
    margin: 0px auto;
    max-width: 100%;
}

.thumbnail {
    width: 72px;
    border: none;
    box-shadow: none;
}

    .thumbnail img.group.list-group-image {
        max-height: 45px;
        margin: 0px auto;
    }

.item.compact-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin: 10px 0px 0px;
    border: none;
    min-height: 150px;
}

.item.compact-group-item {
    position: relative;
    display: inline-block;
    padding: 0px 0px 10px 0px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.item compact-group-item > .col-md-6,
.item compact-group-item > .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.item.compact-group-item:first-child {
    /* border-top-left-radius: 0px; */
    /* border-top-right-radius: 0px; */
}

.item.compact-group-item .photo-container {
    float: none;
    width: 100%;
    text-align: center;
}

.item.compact-group-item .list-group-image {
    max-height: 200px;
    width: auto;
    margin: 0px auto;
    float: none;
}

.item.compact-group-item img {
    float: left;
}

.group.inner.typeofpack-display.elseiftwo {
    text-align: left;
    background: #eee;
    padding: 5px;
    border-radius: 8px;
    color: #000;
    width: auto;
    display: inline-block;
}

#CheckOutAddonsOffer .item.compact-group-item .thumbnail,
#products .item.compact-group-item .thumbnail {
    margin: 0px;
    box-shadow: none;
    height: 100%;
    border: 0px;
    width: calc(100% - 175px);
}

    #products .item.compact-group-item .thumbnail .photo-container {
        width: 100px;
        height: 100%;
    }

#products .product-extrainfo-transportpackage {
}

#CheckOutAddonsOffer .item.compact-group-item .thumbnail .photo-container
#products .item.compact-group-item .thumbnail .photo-container {
    position: relative;
    width: 72px;
    overflow: hidden;
    float: left;
    z-index: 1000;
}

#products .item.compact-group-item .thumbnail .photo-container img {
    object-fit: contain;
    object-position: center center;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 0px;
}


.item.compact-group-item .thumbnail {
    margin: 0px;
    box-shadow: none;
    height: 100%;
    border: 0px;
}

.item.compact-group-item .caption {
    /* padding: 9px 9px 0px 9px; */
    display: block;
    margin: 0px 15px;
}

.item.compact-group-item:before,
.item.compact-group-item:after {
    display: table;
    content: " ";
}

.item.compact-group-item:after {
    clear: both;
}


.item.compact-group-item .quantityplusminus {
    /* width: 60%; */
    float: left;
    margin-top: 0px;
    padding: 0px;
}

.item.compact-group-item .buybutton {
    width: 100%;
    margin-top: 25px;
}

.item.compact-group-item .productbutton {
    width: 100%;
    border-radius: 4px;
    height: 50px;
}


.item.compact-group-item .duab-onorder {
    display: none;
}

.item.compact-group-item .replacedWith-select-display {
    top: 0px !important;
}

    .item.compact-group-item .replacedWith-select-display h5 {
        margin-top: 8px;
        margin-bottom: 2px;
    }

.compact-group-item-text {
    margin: 0 0 11px;
}

    .compact-group-item-text a {
        text-decoration: none !important;
    }



.compact-group-item .replacedWith-select-display,
.compact-group-item .quantityRow-select-display {
    float: right;
    /* position: absolute; */
    /* top: 25px; */
    /* right: 0px; */
    /* width: 50%; */
    height: 100%;
}


    .compact-group-item .quantityRow-select-display div.pricerow {
        /* width: 35%; */
        float: left;
        margin: 15px 0px 0px;
        height: 100%;
        padding: 0px;
    }


        .compact-group-item .quantityRow-select-display div.pricerow .price .price {
            font-size: 24px;
            font-weight: 800;
        }

        .compact-group-item .quantityRow-select-display div.pricerow .price .noncustomer-price .price {
            font-size: 12px;
            font-weight: normal;
        }

        .compact-group-item .quantityRow-select-display div.pricerow div.price-customer {
            font-size: 12px !important;
            font-weight: normal !important;
        }

        .compact-group-item .quantityRow-select-display div.pricerow div.price.campaign {
            color: #d13239;
            font-size: 22px;
            font-weight: bolder;
        }

        .compact-group-item .quantityRow-select-display div.pricerow.campaign div.price:nth-child(3) {
            color: red;
            font-size: 22px;
        }



    .compact-group-item .quantityRow-select-display div.quantityRow {
        position: relative;
        /* min-width: 300px; */
    }

        .compact-group-item .quantityRow-select-display div.quantityRow .quantity {
            float: left;
            position: relative;
        }

        .compact-group-item .quantityRow-select-display div.quantityRow .duab-select-style {
            float: right;
            max-width: 100%;
            position: relative;
            min-width: 100%;
        }

        .compact-group-item .quantityRow-select-display div.quantityRow .addToCart {
            float: right;
            position: relative;
            padding-left: 2px;
        }

/* Disabled dropdown*/
.disabledDropdown {
    background: #eee !important;
}

/* Gömmer description, syns bara tooltip på i för compact-läge*/
.compact-group-item div.group.inner.list-group-item-text {
    display: none;
}

/*------------------------*/
/* tool tip               */

.tooltipButton + .tooltip > .tooltip-inner {
    white-space: pre-wrap;
}

.tooltip.fade.right.in {
}

.tooltipStyle {
    position: absolute;
    left: 400px;
    top: 35px;
}

.tooltipDetail {
    position: absolute;
    left: 250px;
}

.tooltipStyleIsOnOrder {
    /* position: absolute; */
    /* left: 425px; */
    /* top: 35px; */
}


/*------------------------------------------------------*/
/* Menu items                                           */
/*------------------------------------------------------*/

.navbar span.glyphicon {
    padding: 0px 5px;
}

.navbar span.duab-clearable {
    padding: 3px 0px;
    right: 5px;
}

.sidebar-nav .glyphicon {
    margin-right: 10px;
}

.sidebar-nav .panel-body {
    padding: 0px;
}

    .sidebar-nav .panel-body table tr td {
        padding-left: 15px;
        font-size: 12px;
    }

    .sidebar-nav .panel-body .table {
        margin-bottom: 0px;
    }

div.well.sidebar-nav {
    padding: 10px;
}

    div.well.sidebar-nav div#accordion {
        margin-bottom: 0px;
    }

.sidebar-nav .panel-heading {
    background-color: #56565a;
    padding-bottom: 4px;
    padding-left: 16px;
    padding-right: 5px;
    padding-top: 6px;
    background-image: none;
    color: white;
    border-radius: 0px;
}

.sidebar-nav .panel-title {
    font-weight: bold;
    font-size: 14px;
}

div#idVatChoice {
    float: left;
    width: auto;
    display: block;
    height: 50px;
    color: #fff;
    line-height: 50px;
}

form#FormShowIncludingVat {
    float: right;
    padding: 0px 0px 0px 10px;
}

/*------------------------------------------------------*/
/* OLD submenu dropdown removed from bootstrap 3.0+     */
/* DONT REMOVE                                          */
/*------------------------------------------------------*/

#shopDropdownMenu .dropdown-submenu {
    position: static;
    min-height: 30px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu li.li-header {
    display: block;
    /* z-index: 999; */
}

.dropdown-submenu:hover {
    background-color: #eee;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

#shopDropdownMenu .dropdown-submenu:hover .dropdown-menu {
    /* display: flex; */
    /* width: auto; */
}

#shopDropdownMenu .dropdown-submenu:hover > .dropdown-menu {
}

#shopDropdownMenu .dropdown-submenu:hover > .dropdown-menu {
    width: 100%;
    display: table-cell;
    min-height: calc(100% + 2px);
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    border-radius: 0px;
    border-left: none;
    border-right: 0.5px solid #eee;
    box-shadow: none;
    /* width: 100%; */
    /* background: #eee; */
}

.dropdown-submenu > a:after,
.dropdown-submenu > form a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after,
.dropdown-submenu:hover > form a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }
/*----------------------------------------*/
/*------------ Bootstrap override --------*/
/*----------------------------------------*/



#shopDropdownMenu .menu-item-product,
#shopDropdownMenu #myCarousel {
    padding: 30px;
    height: 380px;
}

#shopDropdownMenu #itemInfoPrice {
    color: #000;
    font-weight: 700
}

.navbar-inverse {
    /* background-color: #56565a; */
    background-image: none;
    border-color: #fff;
    /* border: none; */
    padding: 0px;
    /* border-color: white; */
}

.navbar {
    margin-bottom: -20px;
}

#MenuMain {
    max-width: 1280px;
    margin: 0px auto;
}


.navbar-inverse .well {
    border: none;
}

.navbar-inverse.danger {
    background-color: #f44336 !important
}

    .navbar-inverse.danger .navbar-nav > li:hover {
        background-color: #f44336 !important
    }

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #0079e0;
    background-image: none;
}


#shopDropdownMenu .dropdown-menu > li > a,
#shopDropdownMenu .dropdown-menu > li > form a {
    padding: 5px 30px;
}


.dropdown-menu > li > a,
.dropdown-menu > li > form a {
    display: block;
    padding: 5px 15px;
    clear: both;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}

li.dropdown.open,
.navbar-inverse .navbar-nav > li:hover {
    background-color: #0079e0;
}

ul.nav#dropdownMenuOrderService > *,
ul.nav#startadmin > *,
div#startadmin > * {
    z-index: 9999;
}

div#startadmin li.dropdown:hover > ul.dropdown-menu {
    display: none;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: table;
    color: #fff;
    border-radius: 0px;
    border-right: none;
    padding-top: 10px;
}

div#startadmin > ul.dropdown-menu,
ul.nav#startadmin li.dropdown:hover > ul.dropdown-menu {
    padding-top: 0px;
}

div#startadmin .dropdown-submenu:hover > .dropdown-menu,
ul.nav#startadmin .dropdown-submenu:hover > .dropdown-menu {
    padding-top: 0px;
}

div#startadmin li.dropdown li,
ul.nav#startadmin li.dropdown li {
    padding: 5px 0px;
}

div#startadmin .dropdown-menu .divider,
ul.nav#startadmin .dropdown-menu .divider {
    display: none;
}


.dropdown-menu > li > form a:hover,
.dropdown-menu > li > form a:focus {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
}

/*------------------------------------------------------*/
/*------FILTER dropdown      ----------------------------*/
/*------------------------------------------------------*/

.duab-filter .breadcrumb a,
.duab-filter .breadcrumb {
    padding: 10px 0px;
    margin-bottom: 0px;
    color: #000;
}

.filter-groupchildren-header {
    padding: 10px;
    color: #565656;
    text-align: left;
    font-weight: 600;
    width: 100%;
    background: #ccc;
    /* font-family: 'Francois One'; */
    text-transform: uppercase;
}

.filter-groupchildren {
    /* text-align: right; */
    padding: 0px;
    background: #eee;
}

    .filter-groupchildren a {
        padding: 10px;
        background: #eee;
        /* line-height: 45px; */
        display: inline-table;
        margin-bottom: 5px;
    }

        .filter-groupchildren a:hover {
            background: #ddd;
        }

.dropdown-filter-manufacturer {
    max-width: 225px;
}

    .dropdown-filter-manufacturer dd, .dropdown-filter-manufacturer dt {
        margin: 0px;
        padding: 0px;
    }

    .dropdown-filter-manufacturer dt {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border: 1px #ccc solid;
    }

    .dropdown-filter-manufacturer ul {
        margin: -1px 0 0 0;
        font-size: 16px;
    }

    .dropdown-filter-manufacturer dd {
        position: relative;
    }

    .dropdown-filter-manufacturer a,
    .dropdown-filter-manufacturer a:visited {
        color: #000;
        text-decoration: none;
        outline: none;
        font-size: 12px;
    }

    .dropdown-filter-manufacturer dt a {
        background-color: #fff;
        display: block;
        padding: 5px 20px 5px 10px;
        min-height: 20px;
        line-height: 24px;
        overflow: hidden;
        border: 0;
        width: 100%;
    }

        .dropdown-filter-manufacturer dt a span, .selectedManufacturer span {
            cursor: pointer;
            display: inline-block;
        }

            .dropdown-filter-manufacturer dt a span.glyphicon {
                padding-top: 5px;
            }

    .dropdown-filter-manufacturer dd ul {
        background-color: #fff;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border: 1px #ccc solid;
        color: #000;
        display: none;
        left: 0px;
        padding: 2px 15px 2px 5px;
        position: absolute;
        top: 2px;
        width: 100%;
        list-style: none;
        overflow: visible;
        z-index: 100000;
        font-size: 12px;
    }

    .dropdown-filter-manufacturer span.value {
        display: none;
    }

    .dropdown-filter-manufacturer dd ul li input {
        margin: 2px 5px 2px 0px;
    }

    .dropdown-filter-manufacturer dd ul li a {
        padding: 5px;
        display: block;
    }

        .dropdown-filter-manufacturer dd ul li a:hover {
            background-color: #000;
        }

#slider-filter {
    margin-top: 5px;
    margin-bottom: 10px;
}

    #slider-filter .slider-selection {
        background: #BABABA;
    }


/*------------------------------------------------------*/
/*------SHOP MEGA MENU      ----------------------------*/
/*------------------------------------------------------*/

.mega-dropdown {
    position: static !important;
    width: 100%;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .mega-dropdown-menu:before {
        content: "";
        border-bottom: 10px solid #fff;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        position: absolute;
        top: -10px;
        left: 85px;
        z-index: 10;
    }

    .mega-dropdown-menu:after {
        content: "";
        border-bottom: 12px solid #ccc;
        border-right: 14px solid transparent;
        border-left: 14px solid transparent;
        position: absolute;
        top: -12px;
        left: 83px;
        z-index: 8;
    }

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #999;
                white-space: normal;
            }

    .mega-dropdown-menu > li ul > li > a:hover,
    .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
        color: #444;
        background-color: #f5f5f5;
    }

    .mega-dropdown-menu .dropdown-header {
        color: #428bca;
        font-size: 18px;
        font-weight: bold;
    }

    .mega-dropdown-menu form {
        margin: 3px 20px;
    }

    .mega-dropdown-menu .form-group {
        margin-bottom: 3px;
    }

/*-----------------------------------------------------*/
/* Shop mega menu                                         */
/*-----------------------------------------------------*/
.shop-mega-menu ul.nav.navbar-nav {
    display: flex;
    flex-wrap: wrap;
    float: none;
    width: 100%;
}

    .shop-mega-menu ul.nav.navbar-nav li {
        position: static;
    }

        .shop-mega-menu ul.nav.navbar-nav li.dropdown {
            position: relative;
        }

        .shop-mega-menu ul.nav.navbar-nav li a.dropdown-toggle {
            overflow: hidden;
            white-space: nowrap;
        }

        .shop-mega-menu ul.nav.navbar-nav li a.dropdown-toggle {
            overflow: hidden;
            white-space: nowrap;
        }

        .shop-mega-menu ul.nav.navbar-nav li div.dropdown-menu {
            width: 90%;
            margin-left: 5%;
        }

            .shop-mega-menu ul.nav.navbar-nav li div.dropdown-menu a:first-child {
                display: flex;
                margin: 20px;
                margin-left: 40px;
                color: black;
            }

            .shop-mega-menu ul.nav.navbar-nav li div.dropdown-menu ul.levelone {
                column-count: 6;
                column-gap: 24px;
                list-style-type: none;
                padding-left: 40px;
            }

                .shop-mega-menu ul.nav.navbar-nav li div.dropdown-menu ul.levelone a:first-child {
                    color: black;
                    font-weight: bold;
                    margin: 0px;
                }

                .shop-mega-menu ul.nav.navbar-nav li div.dropdown-menu ul.levelone a {
                    margin: 0px;
                }

                .shop-mega-menu ul.nav.navbar-nav li div.dropdown-menu ul.levelone li.levelone {
                    padding-bottom: 20px;
                }

            .shop-mega-menu ul.nav.navbar-nav li div.dropdown-menu ul.leveltwo {
                list-style-type: none;
                overflow: hidden;
                padding: 0px;
            }

                .shop-mega-menu ul.nav.navbar-nav li div.dropdown-menu ul.leveltwo li.leveltwo {
                    list-style-type: none;
                }

                    .shop-mega-menu ul.nav.navbar-nav li div.dropdown-menu ul.leveltwo li.leveltwo a {
                        margin: 0px;
                        color: black;
                        white-space: nowrap;
                        font-weight: normal;
                    }

                        .shop-mega-menu ul.nav.navbar-nav li div.dropdown-menu ul.leveltwo a:hover,
                        .shop-mega-menu ul.nav.navbar-nav li div.dropdown-menu ul.leveltwo li.leveltwo a:hover {
                            text-decoration: underline !important;
                        }

.shop-mega-menu #startadmin,
.shop-mega-menu #startadmin li.dropdown a.dropdown-toggle {
    font-size: 14px;
    font-family: Roboto;
    color: #fff;
    padding: 15px 10px;
}

.shop-mega-menu .navbar-nav > .open > a,
.shop-mega-menu .navbar-nav > .open > a:hover,
.shop-mega-menu .navbar-nav > .open > a:focus {
    opacity: 0.8;
    background-image: none;
}

.shop-mega-menu.nav .open > a,
.shop-mega-menu.nav .open > a:focus,
.shop-mega-menu.nav .open > a:hover {
    background-color: #eee;
    border-color: none;
}

#startadmin .dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

/*-----------------------------------------------------*/
/* Storage items                                         */
/*-----------------------------------------------------*/
a .round-tabs, span.round-tabs {
    width: 20px;
    height: 20px;
    line-height: 15px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    left: 0;
    text-align: center;
    font-size: 10px;
}

    a.round-tabs i,
    span.round-tabs i {
        margin: auto;
    }

    a.round-tabs.green,
    span.round-tabs.green {
        color: rgb(34, 194, 34);
        border: 2px solid rgb(34, 194, 34);
        background: #fff !important;
        color: rgb(34, 194, 34);
    }

    a.round-tabs.grey,
    span.round-tabs.grey {
        color: #999;
        border: 2px solid #999;
        background: #fff !important;
        border: 2px solid #ddd;
        color: #999;
    }

    a.round-tabs.red,
    span.round-tabs.red {
        color: #f1685e;
        border: 2px solid #f1685e;
        background: #fff !important;
        color: #f1685e;
    }



/*-----------------------------------------------------*/
/* duab-search glow (old)                                 */
/*-----------------------------------------------------*/

/*.searchblock {
    height: 75px;
    padding: 20px 0px;
}

input[type=text].duab-search {
    width: 120px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    max-height: 40px;
    font-size: 105%;
    padding: 4px 0px 4px 5px;
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}*/

/* When the input field gets focus, change its width to 100% */
input[type=text].duab-search:focus {
    width: 100%;
    max-height: 40px;
    font-size: 105%;
    padding: 4px 0px 4px 5px;
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: transparent;
    outline: none;
}



.duab-autocomplete .ui-autocomplete-category {
    color: #000;
    border-bottom: none;
    clear: both;
    border-bottom: 1px solid grey;
    text-align: left;
    font-size: 105%;
    font-family: 'Roboto';
    padding: 10px 15px;
    list-style-type: none;
    background-color: #56565a;
    color: white;
}

.duab-autocomplete.ui-autocomplete {
    max-width: 585px;
    width: calc(50% - 80px);
    background: #fff;
    padding: 0px 0px 0px 0px;
    margin-top: -10px;
    z-index: 9999999999;
    border: solid 1px #bbb;
}

.duab-autocomplete .elastic .ui-menu-item-wrapper img,
.duab-autocomplete .product .ui-menu-item-wrapper img {
    object-fit: contain;
    object-position: center center;
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 0px;
}

.duab-autocomplete .elastic .photo-container,
.duab-autocomplete .product .photo-container {
    width: 72px;
    height: 45px;
    position: relative;
    float: left;
}

.duab-autocomplete li.ui-menu-item {
    display: inline-block;
    list-style-type: none;
    padding: 5px;
    min-width: 50%;
    list-style: none;
}

.duab-autocomplete li.ui-menu-item,
.duab-autocomplete li.product.ui-menu-item {
    max-width: 50%;
    vertical-align: top;
}

.duab-autocomplete li.group.ui-menu-item a {
    padding: 10px;
    background: #eee;
    display: inline-table;
    margin: 0px 0px 5px 0px;
}

.duab-quantity-textbox.duab-glow-box {
    margin: 0px;
}

input.duab-glow-box {
    margin: 0px 5px;
    border: 1px solid #c4c4c4;
    width: 100%;
    height: 35px;
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    ;
    max-width: 200px !important;
    color: #000 !important;
    line-height: 35px;
}

    input.duab-glow-box.tt-hint {
        display: none;
    }

    input.duab-glow-box:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: none;
    }
/*-----------------------------------------------------*/
/* duab-select-box                       */
/*-----------------------------------------------------*/


.elastic_iteminfo_search img {
    max-width: 60px;
    float: left;
    height: auto;
}

.elastic_iteminfo_search,
.elastic_group_search {
    display: flex;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
}

    .elastic_iteminfo_search div,
    .elastic_group_search div {
        max-width: 25%;
        padding: 10px;
    }

        .elastic_group_search div.group {
            padding: 10px;
            background: #eee;
            display: inline-table;
            margin: 5px;
        }

/*-----------------------------------------------------*/
/* duab-select-box                       */
/*-----------------------------------------------------*/
.duab-select-style {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    /* overflow: hidden; */
    background: #fafafa url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 90% 50%;
    margin: 0px 0px;
    float: right;
}

.product-single-large .duab-select-style select {
    min-width: 120px;
}

.duab-select-style select {
    padding: 6px 8px;
    width: 100%;
    /* min-width: 120px; */
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

    .duab-select-style select:focus {
        outline: none;
    }



/*-----------------------------------------------------*/
/* Widget specs                                      */
/*-----------------------------------------------------*/

.widget_editlink {
    z-index: 999;
}

.Widget .header {
    position: relative;
}

.widget-edit {
    top: -10px;
    right: 10px;
    position: absolute;
    /* background:  #fff; */
    padding: 0px;
    line-height: 0px;
}

.Widget img {
    width: 100%;
}

.widget-limit {
    max-width: 320px;
    overflow: hidden;
}

/*-----------------------------------------------------*/
/* Misc                                      */
/*-----------------------------------------------------*/

ul.nav.nav-pills {
    margin-top: 10px;
    margin-bottom: 10px;
}

.glyphicon-margin-right-5 {
    margin-right: 5px;
}

.duab-row-order {
}

.duab-row-package {
}

    .duab-row-package td:first-child {
        padding-left: 20px;
    }

/*-----------------------------------------------------*/
/* Typeahead                                      */
/*-----------------------------------------------------*/
#scrollable-dropdown-menu .tt-dropdown-menu {
    width: 500px;
    margin-top: 0px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#scrollable-dropdown-menu.country-typeahead .tt-dropdown-menu {
    width: 280px;
}

.tt-dropdown-menu {
    z-index: 10000;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 14px;
    line-height: 18px;
}

span.twitter-typeahead {
    width: 100%;
}

/*-----------------------------------------------------*/
/* Bootstrap panel                                      */
/*-----------------------------------------------------*/

/* Showing dropdown in the bottom of panel */
div.panel.panel-default {
    overflow-y: visible;
}

.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
}

.panel-group .panel {
    border-radius: 0px;
}

.panel-group .panel-heading {
    border-radius: 0px;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: white; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: white;
}

.userprofile .panel-heading a:after {
    font-family: none;
    content: "";
    float: right;
    color: white;
}

.userprofile .user-addresses {
    font-size: 1.8em;
    padding: 0px;
    margin: 0px;
    color: #333;
    display: contents;
    cursor: pointer;
}



.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: white;
}

.panel-heading a.collapsed:after {
    content: "\e080";
}

.panel-heading.row {
    margin-top: 0px;
}

/*-----------------------------------------------------*/
/* Modal                                      */
/*-----------------------------------------------------*/

.modal-lg {
    width: 90%;
    max-width: 1200px;
}

#myModalDepartmentCreate .modal-content {
    width: 70%;
}

#myModalDepartmentEdit .modal-content {
    width: 70%;
}

#myModalDepartmentDetails .modal-content {
    width: 70%;
}

#myModalChartOfAccountCreate .modal-content {
    width: 70%;
}

#myModalChartOfAccountEdit .modal-content {
    width: 70%;
}

#myModalChartOfAccountDetails .modal-content {
    width: 70%;
}

.add.btn {
    position: absolute;
    top: 8px;
    right: 60px;
    margin-top: 0px;
    border-radius: 15px;
}

.modal .modal-header {
    border-bottom: none;
    position: relative;
}


    .modal .modal-header .close.btn {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .modal .modal-header .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
        border: 1px solid #ccc;
    }

.modal .modal-footer {
    border-top: none;
    padding: 0;
}

    .modal .modal-footer .btn {
        margin: 10px;
    }

    .modal .modal-footer .btn-group > .btn:first-child {
        border-bottom-left-radius: 0;
        margin: 10px;
    }

    .modal .modal-footer .btn-group > .btn:last-child {
        border-top-right-radius: 0;
        margin: 10px;
    }

.modal-full-height {
    height: 98% !important;
}

.modal-content.address-modal {
    width: 90%;
}


/*-----------------------------------------------------*/
/* Group                                      */
/*-----------------------------------------------------*/

.listTree {
    margin-bottom: 18px;
}

    .listTree.row span {
        padding: 0px;
    }

    .listTree .firstLeveldd {
        margin-left: 0px;
    }

    .listTree .secondLeveldd {
        margin-left: 30px;
    }

    .listTree .thirdLeveldd {
        margin-left: 60px;
    }

    .listTree .col-xs-6 {
        padding: 0px;
    }

    .listTree i {
        float: right;
        margin-right: 5px;
    }


.listTreeTextbox {
    float: right;
    width: 110px;
    font-weight: initial;
}

.listTreeSelectList {
    float: right;
    font-weight: initial;
    max-width: 200px;
}
/*-----------------------------------------------------*/
/*Replace itemInfo                                     */
/*-----------------------------------------------------*/
#itemlist tr td {
    cursor: pointer;
}

#addItemlist {
    height: 100px;
    overflow: auto;
}

/*-----------------------------------------------------*/
/*Serialnumber                                         */
/*-----------------------------------------------------*/

#serialDiv {
    height: initial;
    max-height: 100px;
    width: 300px;
}

#modalChooseNewItem .modal-body, .modalInvoiceManuallyItems .modal-body {
    min-height: 620px;
    max-height: 620px;
    overflow-y: auto;
}

.serialTextBox {
    width: 15em;
}

.colorTextBox {
    width: 5em;
}

#serialList {
    overflow: auto;
    overflow-x: hidden;
    max-height: 10em;
}

/*-----------------------------------------------------*/
/* Invoice                                         */
/*-----------------------------------------------------*/

#TableInvoiceItem .invoiceItem .invoiceAddRow {
    display: none;
}

#TableInvoiceItem tr:last-child .invoiceAddRow {
    display: block !important;
    clear: both;
    margin-top: 15px;
}

#SubsidizedSplitAmountTable .SubsidizedSplitAmountTableRow .subsidizedSplitAmountAddRow {
    display: none;
}

#SubsidizedSplitAmountTable SubsidizedSplitAmountTableRow:last-child .subsidizedSplitAmountAddRow {
    display: block !important;
}

#TableInvoiceItem .form-control {
    border-radius: 3px;
    padding: 3px;
}

/*-----------------------------------------------------*/
/*PackageMemberList                                    */
/*-----------------------------------------------------*/

#itemlistPackage tr td {
    cursor: pointer;
}

#modalSetOfItems .modal-body {
    min-height: 620px;
    max-height: 620px;
    overflow-y: auto;
}

.diffColor {
    background-color: lightgreen;
}

#packageTable tr td input {
    padding: 1px;
    font-size: 12px;
}

#packageTable input {
    width: 100px;
}

#packageTable input,
#packageTable tr,
#packageTable td,
#packageTable select,
#packageTable label {
    line-height: 14px;
}

/*-----------------------------------------------------*/
/*Economy STARTS HERE                                    */
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/*The grid                                             */
/*-----------------------------------------------------*/

.accountBalance {
    padding-left: 1px;
}

.CreditColor {
    color: #b94a48;
    font-size: 14px;
    font-weight: bold;
}

.DebitColor {
    color: #058139;
    font-size: 14px;
    font-weight: bold;
}

.differensColor {
    color: #56565a;
    font-size: 14px;
    font-weight: bold;
}

.centerText {
    text-indent: 30px;
}

.highlightTextBox {
    border-style: solid;
    border-color: #0000ff;
}

.highlightTextBoxError {
    border-style: double;
    border-color: red;
}

.voucherBox {
    padding-left: 2px;
    font-size: 14px;
}

.smallVoucherBox {
    width: 60px;
}

.mediumVoucherBox {
    width: 120px !important;
}

.largeVoucherBox {
    width: 200px;
}


/*-----------------------------------------------------*/
/*Economy END                                          */
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/* Admin                                               */
/*-----------------------------------------------------*/

.panel-collapse > div.panel-body > textarea {
    min-width: 400px;
    min-height: 80px;
}

.stylesheet-view textarea {
    min-height: 50vh;
}
/*-----------------------------------------------------*/
/* Webgrid Modal                            */
/*-----------------------------------------------------*/
.edit-mode {
}

.edit-user {
}

    .edit-user display-mode {
    }

.save-user edit-mode {
}

.display-mode {
}

.cancel-user {
}

#myModalTypeOfPackTypeEdit .modal-lg {
    width: 90%;
}

.webgrid {
    font-weight: normal;
    border-collapse: collapse;
    border: solid 1px #C5C5C5;
}

    .webgrid tbody tr td:nth-child(2) {
        /* min-width: 190px;*/
    }

    .webgrid tbody {
        max-height: 800px;
        overflow-y: scroll;
    }


/*-----------------------------------------------------*/
/* Webgrid Modal                            */
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/* Admin END                                              */
/*-----------------------------------------------------*/


.selectlistEmployee {
    min-width: 400px;
    min-height: 400px;
}

.selectlistGroup {
    min-width: 400px;
    min-height: 200px;
}

#chooseArrowsSupplier {
    padding-left: 5em;
}

#chooseArrows {
    /*  padding-top:1em;*/
    color: darkgreen;
    padding-top: 12em;
    padding-left: 2em;
}

#leftArrow {
    min-width: 50px;
    width: 100px;
}

#rightArrow {
    min-width: 50px;
    width: 100px;
}

/*-----------------------------------------------------*/
/*Voucher Accrual Modal                                */
/*-----------------------------------------------------*/

.smallTextInput {
    line-height: 5px;
    width: 70px;
}

.mediumTextInput {
    line-height: 5px;
    width: 140px;
}

.xsTextInput {
    width: 40px;
}

#modalAddAccrual .modal-dialog {
    width: 900px;
}

#myModalGroups .modal-dialog {
    width: calc(100% - 30px);
}
/*---------------------------------------------------------*/
/*Fixed shopMenu                                           */
/*---------------------------------------------------------*/
.parentMenu {
    height: 50px;
    padding-left: 1em;
    width: 188px;
}

.childrenMenu {
    height: 50px;
    width: 175px;
}

.fixedDropdown {
    height: 100%;
    background-color: #f1ece6;
    z-index: 100;
    position: fixed;
    top: 40px !important;
    left: 200px !important;
}

.subdropdown {
    height: 100%;
    background-color: #f1ece6;
    z-index: 100;
    position: fixed;
    top: 50px !important;
    left: 370px !important;
}


.menuGroupTitle {
    display: block;
    font-weight: bolder !important;
    align-content: center;
    vertical-align: middle;
    height: 50px;
    width: 175px;
    color: white;
}

.menuActionLink {
    color: black;
}

.mobile #shopFixedMenu {
    display: none !important;
}

div.desktop #shopFixedMenu {
    width: 185px;
}

#shopFixedMenu {
    position: absolute;
    left: 1px;
    top: 147px;
    bottom: 0;
    width: 185px;
    z-index: 10;
    background: #f1ece6;
    border-right: 10px solid #f1ece6;
    min-height: 100vw;
}

    #shopFixedMenu.style {
        top: auto !important;
    }

    #shopFixedMenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background: #f1ece6;
    }

        #shopFixedMenu ul.mobile-only {
            display: none;
        }

    #shopFixedMenu > ul:after,
    #shopFixedMenu > .menu-holder > ul:after,
    .slide-drop ul:after {
        content: ' ';
        left: 0;
        right: 0;
        height: 100%;
        margin: 0;
        background: #f1ece6;
        position: absolute;
        z-index: 2;
        width: 185px;
    }

    #shopFixedMenu li {
        margin: 0 0 1px;
        opacity: 1;
    }

        #shopFixedMenu li a {
            text-decoration: none;
            display: block;
            color: #000600;
            padding: 0 12px;
            font-weight: bold;
            position: relative;
            z-index: 2;
            background: #f1ece6;
            -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out;
            -ms-transition: background 200ms ease-in-out, color 200ms ease-in-out;
            transition: background 200ms ease-in-out, color 200ms ease-in-out;
        }

            #shopFixedMenu li a:before {
                content: '';
                left: 0;
                right: 0;
                bottom: -1px;
                height: 1px;
                background: #d5d0ca;
                position: absolute;
                z-index: 2;
            }

    #shopFixedMenu > .menu-holder > ul > li > a,
    #shopFixedMenu > ul > li > a {
        border-left: 10px solid transparent;
        border-color: #56565a;
    }


    #shopFixedMenu li.hover > a,
    #shopFixedMenu li.active > a {
        color: #fff;
        background: inherit;
    }

    #shopFixedMenu > .menu-holder > ul > li:after,
    #shopFixedMenu > ul > li:after,
    #shopFixedMenu li:after {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 10px;
        right: -10px;
        content: ' ';
        z-index: -2;
        display: none;
    }

    #shopFixedMenu > .menu-holder > ul > li.active:after,
    #shopFixedMenu li.active:after {
        z-index: -1;
    }

    #shopFixedMenu > .menu-holder > ul > li.hover:after,
    #shopFixedMenu li.hover:after {
        z-index: 5;
    }

    #shopFixedMenu > .menu-holder > ul > li.hover:after,
    #shopFixedMenu > .menu-holder > ul > li.active:after,
    #shopFixedMenu li.active:after,
    #shopFixedMenu li.hover:after {
        background: inherit;
        display: block;
    }

    #shopFixedMenu li a:after {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        min-height: 48px;
        width: 1px;
    }

    #shopFixedMenu li a span {
        display: inline-block;
        vertical-align: middle;
        max-width: 98%;
        font-size: 14px;
    }

.slide-drop {
    -webkit-transition: left 400ms ease-in-out;
    -ms-transition: left 400ms ease-in-out;
    transition: left 400ms ease-in-out;
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
}


#shopFixedMenu .slide-drop {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #f1ece6;
    width: 200px !important;
    padding: 18px 12px;
    left: 0;
    line-height: normal;
    color: #7d716d;
    z-index: -1;
    visibility: hidden;
}

    #shopFixedMenu .slide-drop.second,
    #shopFixedMenu .slide-drop.third {
        background: #f1ece6;
        border-right: 10px solid #f1ece6;
    }


#shopFixedMenu ul.menu.first li a.maintainHover ~ div,
#shopFixedMenu ul.menu.first li:hover .slide-drop.second {
    left: 200px;
    z-index: 1;
    visibility: visible;
}

#shopFixedMenu ul.menu.second li a.maintainHover ~ div,
#shopFixedMenu ul.menu.second li:hover .slide-drop.third {
    left: 200px;
    z-index: 1;
    visibility: visible;
}


#shopFixedMenu .slide-drop:hover {
    z-index: 2;
}

#shopFixedMenu .slide-drop h3 {
    margin: 0 0 8px;
    color: #000600;
    font: 20px/17px 'Oswald', sans-serif;
}

#shopFixedMenu .slide-drop p {
    margin: 0 0 16px;
}

#shopFixedMenu .slide-drop ul {
    margin: 0 -12px;
    border-top: 1px solid #d5d0ca;
}

#shopFixedMenu .slide-drop .more-link:before,
#shopFixedMenu .slide-drop .more-link:after {
    display: none;
}

#shopFixedMenu .slide-drop .more-link {
    padding: 0;
    margin: 0 0 20px;
    display: inline-block;
    vertical-align: top;
    background: none;
}

    #shopFixedMenu .slide-drop .more-link:hover {
        background: none;
        color: #7d716d;
    }

#shopFixedMenu .slide-drop .icon-pil-right {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #000;
    border-radius: 24px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    margin: 0 9px 0 0;
    padding: 0 0 0 2px;
}

#shopFixedMenu .mobile-opener {
    display: none;
}

.nav-opener {
    position: absolute;
    left: 10px;
    top: 114px;
    bottom: 0;
    width: 191px;
    background: #fff;
    z-index: 10;
    text-align: center;
    padding: 70px 5px 10px 0;
    -webkit-transition: opacity 100ms ease-in-out;
    -ms-transition: opacity 100ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

    .nav-opener:before {
        content: ' ';
        left: -10px;
        top: 0;
        bottom: 0;
        border-left: 10px solid transparent;
        opacity: 0;
        position: absolute;
    }

    .nav-opener.active {
        opacity: 0;
    }

    .nav-opener.no-visual {
        display: none;
    }

    .nav-opener .link {
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        line-height: 21px;
        color: #7d716d;
        width: 160px;
        text-align: left;
    }

        .nav-opener .link .label {
            display: block;
            background: #f7a800;
            text-align: center;
            border-radius: 0 0 15px 15px;
            position: relative;
            font: 27px/26px 'Oswald', sans-serif;
            color: #fff;
            padding: 8px 8px 10px;
            -ms-transform: rotate(-10deg);
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
            margin: 0 0 32px;
        }

            .nav-opener .link .label:after {
                content: '';
                position: absolute;
                top: 100%;
                left: 32px;
                margin: -1px 0 0;
                width: 0;
                height: 0;
                border-top: 24px solid #f7a800;
                border-left: 28px solid transparent;
            }

        .nav-opener .link span {
            display: block;
        }

#shopFixedMenu.nav-fixed {
    position: absolute !important;
    top: 0 !important;
    z-index: 9;
}

    #shopFixedMenu.nav-fixed > .menu-holder {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }


/*-------------------------------*/
/*Search in top menu-------------*/
/*-------------------------------*/
.searchInMenu {
    width: 150px;
}

.listItemSearchTopMenu {
    float: right;
    padding-top: 1em;
}

.modal-log {
    width: 90%;
}

.nav.nav-pills > li > a {
    padding: 8px 10px;
}

.danger .white {
    background: #f44336 !important
}



.navbar .well-sm {
    margin: 0px auto;
    padding: 10px;
    border-radius: 0px;
    max-width: 1280px;
    background-image: none;
    box-shadow: none;
}

.well-sm.well-no-add-btn {
    padding: 13px 10px 13px;
}

.navbar .col-xs-6 {
    line-height: 75px;
}

.navbar .col-xs-10.pull-left {
    line-height: 75px;
    vertical-align: middle;
    margin: 14px 0px 0px;
}

.searchBoxReport {
    padding-top: 20px;
}
/*-------------------------------------------------------------------*/
/*------------Modal styling on ids-------------------------------*/
/*-------------------------------------------------------------------*/

#modalManageItems .modal-body {
    height: 90%;
    overflow: auto;
}

#modalManageGroups .modal-body {
    height: 90%;
    overflow: auto;
}

#modalManageSuppliers .modal-body {
    height: 90%;
    overflow: auto;
}


/*-------------------------------------------------------------------*/
/*------------DROPDOWN GROUPS TREEVIEW-------------------------------*/
/*-------------------------------------------------------------------*/
.parentOption {
    font-weight: bold;
    font-style: italic;
}

.childOption {
    padding-left: 15px;
}

.childchildOption {
    padding-left: 30px;
}

/*-------------------------------------------------------------------*/
/*------------INVOICE MANUALLY ITEMS-------------------------------*/
/*-------------------------------------------------------------------*/
/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 9px 0 0 10px;
        pointer-events: none;
        color: #fff;
    }

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 20px;
}

.right-addon input {
    padding-right: 20px;
}

.invoice-item-btn-sign {
    height: 32px;
    width: 32px;
}

.modalInvoiceManuallyItems .modal-dialog {
    width: 700px;
}

.invoiceItemNet {
    font-size: 18px;
}

.line-through {
    text-decoration: line-through;
}

.orderindex .table.table-condensed > tbody > tr > th {
    padding: 15px 0px;
    text-align: left;
}

    .orderindex .table.table-condensed > tbody > tr > th:last-child {
        padding: 15px 10px;
    }

.orderindex .table.table-condensed > tbody > tr > .admin-header {
    background-color: #ededed;
    text-align: center;
}

.orderindex .table.table-condensed > tbody > tr > .admin-cell {
    background-color: #ededed;
    text-align: center;
}

.orderindex .table.table-condensed > tbody > tr > td {
    text-align: left;
}


.orderindex .shoppingCartNet {
    margin-top: 20px;
}
/*-------------------------------------------------------------------*/
/*------------FLASHMESSAGES-------------------------------*/
/*-------------------------------------------------------------------*/
#flash-messages {
}
/*-------------------------------------------------------------------*/
/*------------COOKIES-------------------------------*/
/*-------------------------------------------------------------------*/
div#termsfeed-com---nb {
    max-width: 500px;
    margin: auto;
}
/*-----------------------------------*/
/* ALLA Media taggar ska ligga sist  */
/*-----------------------------------*/
/* 1280 + */
@media only screen and (min-width: 1280px) {
}

/*-----------------------------------*/
/* ALLA Media taggar ska ligga sist  */
/*-----------------------------------*/
/* 1023 min*/
@media only screen and (max-width: 1023px) {

    .duab-autocomplete li.product.ui-menu-item {
        min-width: 100%;
        max-width: 100%;
    }

    #dropdownMenuOrderService {
        display: none;
    }

    #startadmin {
        display: none;
    }

    #formAddToCart {
        margin-bottom: 10px;
    }

    .formAddToCart {
        margin-bottom: 10px;
    }

    .footer-holder,
    .footer-add-info,
    .footer-area {
        padding-left: 15px;
    }
}

/*-----------------------------------*/
/* ALLA Media taggar ska ligga sist  */
/*-----------------------------------*/
/* 768 min 1023 max*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    #products.row.list-group .sale {
        right: 0px;
        z-index: 998;
        top: 10px;
        left: 20px;
        bottom: calc(50% - 50px);
    }


    .product-carousel-small-medium-col-item .info {
        flex: 1;
    }


    .product-carousel-small-medium-col-item .price h5 {
        /* min-height: 120px; */
        float: none;
        margin: 0;
        font-size: 1.2em;
        color: #000;
        background: #eee;
        width: 100%;
        padding: 15px;
        word-break: break-all;
    }


    .product-carousel-small-medium-col-item .info {
        padding: 0px 0px 10px;
        border-radius: 0 0 5px 5px;
        margin-top: 1px;
        display: block;
        box-sizing: unset;
        bottom: 0px;
    }

    .product-carousel-small-medium-col-item h5.price-text-color {
        color: #000;
        font: 1.2em 'Oswald';
        padding: 5px 0px;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .vat-text {
        float: left;
        margin-left: 10px;
    }


    .tooltipStyle {
        position: absolute;
        right: 0px;
        top: 5px;
        left: 97%;
    }

    .item.compact-group-item .quantityplusminus {
        /* width: 50%; */
        float: left;
        margin-top: 0px;
    }

    .compact-group-item .quantityRow-select-display div.quantityRow .duab-select-style {
        float: right;
        position: relative;
        /* min-width: 30%; */
        /* max-width: 70%; */
    }

    .item.compact-group-item .buybutton {
        /* float: right; */
        /* width: 40%; */
        margin-top: 15px;
        /* top: 20px; */
        /* max-width: 220px; */
    }

    #formAddToCart {
        width: 100%;
    }

    .formAddToCart {
        width: 100%;
    }

    .compact-group-item .replacedWith-select-display,
    .compact-group-item .quantityRow-select-display {
        /* float: left; */
        /* position: absolute; */
        /* top: 25px; */
        /* right: 0px; */
        width: 100%;
        /* height: calc(100% - 25px); */
    }


    .quantityRow .input-group.pull-right {
        /* float: left !important; */
        /* margin-right: 50px; */
    }

    #MenuMain .nav > li > a {
        position: relative;
        display: block;
        padding: 15px 10px;
    }

    .navbar-right {
        margin-right: 0px !important;
    }

    .container {
        width: auto;
    }

    .duab-no-padding-left.product-single-large {
        width: 50%;
        padding: 0px;
        margin: 0px;
        float: left;
    }

    .duab-no-padding-right.product-single-large {
        width: 50%;
        float: right;
    }

    .duab-select-style {
        width: 100px;
        float: left;
    }

    .quantitySingleRow {
        width: 100%;
        height: 40px;
    }

        .quantitySingleRow .quantity {
            width: 50%;
            float: left;
        }

        .quantitySingleRow div.select {
            float: right;
        }

    .duab-select-style {
        float: right;
    }
}

/*-----------------------------------*/
/* ALLA Media taggar ska ligga sist  */
/*-----------------------------------*/
/* 768 min */
@media only screen and (min-width: 768px) {


    .vat-text {
        float: left;
        margin: 0px 0px 0px 10px;
    }

    #ShoppingCartMobile.navbar-collapse.collapse {
        display: none !important;
    }


    #shopFixedMenu .slide-drop {
        height: auto !important;
        padding: 18px 12px !important;
        left: 0 !important;
        top: 0 !important;
        height: auto !important;
    }

    #shopFixedMenu li.hover .slide-drop.second {
        left: 185px !important;
    }

    #shopFixedMenu li.hover .slide-drop.third {
        left: 200px !important;
    }



    .mobile .contentSideMenu {
        margin-left: 190px !important;
        margin-right: 15px !important;
    }


    .form-horizontal .duab-left-control-label {
        text-align: left;
    }
}


/*-----------------------------------*/
/* ALLA Media taggar ska ligga sist  */
/*-----------------------------------*/
/* 768 max */
@media only screen and (max-width: 767px) {
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }


    /*---------------------------*/
    /*---------Newcart-----------*/
    /*---------------------------*/


    .cart .cart_items h4 {
        font-size: 1.2em !important;
    }

    .cart .cart_items > div > div {
        padding-bottom: 10px;
    }

    .cart .cart_items .mobile {
        display: block;
        font-weight: normal;
    }


    .cart .cart_items .desktop {
        display: none;
    }

    .cart .cart_items .row.rowAddon {
        margin: 30px 0px 0px;
    }

    .cart .rowAddon > div,
    .cart .rowNet > div,
    .cart .rowTotal > div,
    .cart .rowVat > div {
        margin: 0px;
        padding: 0px 0px;
        background: none;
        font-weight: 900;
        font-size: 1.2em !important;
    }

    .cart .row.cart_header {
        display: none;
    }

    .cart .cart_items .row {
        margin: 0px;
        padding: 10px;
    }

        .cart .cart_items .row.item {
            background: #eee;
            border-bottom: 1.5px #fff solid;
        }


    .item.compact-group-item .caption {
        margin: 0px 0px;
    }

    #products.row.list-group .sale {
        left: auto;
        z-index: 9999;
        top: 0px;
        right: 0px;
    }

    .compact-group-item .quantityRow-select-display div.pricerow .sale {
        position: absolute;
        left: calc(100% - 6rem);
        top: 0px;
    }

    #CheckOutAddonsOffer .item.compact-group-item .thumbnail img.group.list-group-image,
    #products .item.compact-group-item .thumbnail img.group.list-group-image {
        max-height: none;
        margin: 0px auto;
        padding: 20px;
    }

    #CheckOutAddonsOffer .item.compact-group-item .thumbnail .photo-container,
    #products .item.compact-group-item .thumbnail .photo-container {
        position: relative;
        width: 100%;
        overflow: hidden;
        float: left;
        z-index: 1000;
    }


    .duab-autocomplete.ui-autocomplete {
        width: 100% !important;
        position: absolute;
        left: 0px !important;
        max-width: 100%;
        top: 100px !important;
    }


    .container.login {
        margin: 0px;
        padding: 0px;
    }

        .container.login .col-md-6 {
            padding: 0px;
        }

        .container.login .form-group .col-xs-12 {
            padding: 0px;
        }

    .product-carousel-small-medium-col-item .photo img {
        margin: 0px auto;
        width: 100%;
    }

    #add-to-cart-box-mobile {
        display: none;
        position: fixed;
        top: calc(0% + 80px);
        left: 50%;
        padding: 5px;
        width: 100%;
        z-index: 9999999;
        /* bring your own prefixes */
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        background: -moz-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
        background: -ms-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
        background: -webkit-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
        background: linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
        border: none;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -moz-box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.5);
        margin: 0px;
        padding: 10px;
        width: 300px;
        z-index: 10000;
    }

    div#cartSummary {
        position: relative;
        margin: 0px 15px;
    }

    #add-to-cart-box-mobile a {
        position: absolute;
        right: 10px;
        top: 2px;
        font-size: 22px;
    }

    #add-to-cart-box-mobile p {
        font-size: 14px;
        margin-right: 20px;
    }

        #add-to-cart-box-mobile p.add-to-cart-box-header {
            font-size: 22px;
            color: #56565a;
        }

    .carousel-inner .item .row {
        height: 100%;
        display: block;
    }


    .product-block-description {
        width: 100%;
        margin: 10px 5px 5px 0px;
        float: left;
        clear: both;
        text-align: left;
        font-size: 1em;
    }

    .item.compact-group-item .corner-ribbon-per-item {
        float: right;
        padding: 10px;
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 1.2em;
        font-weight: 900;
        margin-right: 15px;
    }

    #checkoutTable .checkout-address-area td div:nth-child(1) #AddressBilling div,
    #checkoutTable .checkout-address-area td div:nth-child(2) #AddressDelivery div {
        padding-top: 10px;
        float: left;
    }

    #checkoutTable.table tbody tr.checkout-address-area td,
    #checkoutTable.table tbody tr.checkout-address-area td div {
        padding: 0px;
    }

    #checkoutTable.table > tbody > tr > td.colReference > span {
        width: 100%;
    }

    #content {
        padding: 0px;
        margin-top: 0px;
        min-height: auto;
        max-width: 767px;
    }


    .duab-header-page span {
        display: none;
    }

    .duab-well-iteminfo.order-details .row:nth-child(4) {
        /* display: flex; */
        position: relative;
        width: 100%;
    }


        .duab-well-iteminfo.order-details .row:nth-child(4) > a {
            width: calc(50% - 20px);
            margin: 5px;
            font-size: 11px;
        }

    .duab-well-iteminfo.order-list {
        margin-top: 15px;
    }

    .h3,
    h3 {
        font-size: 16px;
    }



    .h4,
    h4 {
        /* font-size: 14px !important; */
    }

    .product-carousel-small-medium-col-item {
        /*border: 1px solid #bbb !important;*/
    }

        .product-carousel-small-medium-col-item .info {
            padding: 0px 0px 0px;
        }

    #carousel-large {
        margin: 0px 0px;
    }

    .start-block-one .col-xs-12,
    .start-block-two .col-xs-12,
    .start-block-three .col-xs-12,
    .start-block-four .col-xs-12,
    .start-block-five .col-xs-12 {
        padding: 0px;
    }

    .carousel-inner img {
        width: 100%;
        padding: 0px;
    }

    .carousel.slide .left,
    .carousel.slide .right {
        font-size: 1em;
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        padding: 0px;
        width: 100%;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #101010;
    }

    #FormShowIncludingVat input[type="radio"] {
    }

    li.dropdown.open,
    .navbar-inverse .navbar-nav > li:hover {
        background-color: #56565a;
        /* padding-bottom: 10px; */
    }


    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #56565a;
        background-image: none;
        box-shadow: none;
    }


    ul.dropdown-menu {
        font-size: 12px;
    }

    #shoppingCart #cartTable.table > tbody > tr.shoppingCartTotal > td:nth-child(2),
    #shoppingCart #cartTable.table > tbody > tr.shoppingCartVat > td:nth-child(5),
    #shoppingCart #cartTable.table > tbody > tr.shoppingCartTotal > td:nth-child(1),
    #shoppingCart #cartTable.table > tbody > tr.shoppingCartTotal > td:nth-child(2),
    #shoppingCart #cartTable.table > tbody > tr.shoppingCartTotal > td:nth-child(5),
    #shoppingCart #cartTable.table > tbody > tr.item.addon > td:nth-child(1),
    #shoppingCart #cartTable.table > tbody > tr.item.addon > td:nth-child(2),
    #shoppingCart #cartTable.table > tbody > tr.item.addon > td:nth-child(5) {
        display: none;
    }

    #checkoutTable.table tr td.colReference {
        width: 50%;
    }

    #checkoutTable.table > tbody > tr.rowAddon > td {
        padding: 10px 0px 0px 0px;
    }

    #shoppingCart #cartTable.table > tbody > tr.shoppingCartVat > td:nth-child(3),
    #shoppingCart #cartTable.table > tbody > tr.shoppingCartTotal > td:nth-child(3),
    #shoppingCart #cartTable.table > tbody > tr.shoppingCartNet > td:nth-child(3),
    #shoppingCart #cartTable.table > tbody > tr.item.addon > td:nth-child(3) {
        width: 50%;
        float: left;
        display: block;
    }

    #shoppingCart #cartTable.table > tbody > tr.shoppingCartVat > td:nth-child(4),
    #shoppingCart #cartTable.table > tbody > tr.shoppingCartTotal > td:nth-child(4),
    #shoppingCart #cartTable.table > tbody > tr.shoppingCartNet > td:nth-child(4),
    #shoppingCart #cartTable.table > tbody > tr.item.addon > td:nth-child(4) {
        width: 50%;
        float: left;
    }

    #shoppingCart #cartTable.table > tbody > tr:last-child > td {
        padding: 10px;
        float: left;
        display: block;
    }

    #shoppingCart #cartTable > tbody > tr:last-child > td > form > button {
        float: left;
    }

    #checkoutTable.table > tbody > tr > td > span,
    #orderDetailsTable.table > tbody > tr > td > span,
    #shoppingCart .table > tbody > tr > td > span {
        padding: 5px 15px 5px;
        background-color: #fff;
        width: auto;
        display: block;
        font-size: 1em;
        height: auto;
        color: #000;
        font-family: 'Roboto';
    }

    #orderDetailsTable.table > tbody > tr.shoppingCartNet td:nth-child(1),
    #orderDetailsTable.table > tbody > tr.shoppingCartNet td:nth-child(3),
    #orderDetailsTable.table > tbody > tr.shoppingCartNet td:nth-child(4) {
        width: 32%;
    }

    #checkoutTable.table tbody tr.rowNet > td.colReference span:nth-child(3),
    #checkoutTable.table tbody tr.rowNet > td.colReference span:nth-child(4) {
        padding: 0px 5px;
    }

    #checkoutTable.table tbody tr.rowNet > td.colReference {
        margin-right: 10px;
        width: 50%;
        padding: 20px 0px 20px 0px;
        background: #eee;
        border-left: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }

    #checkoutTable.table tbody tr.rowNet > td:last-child,
    #checkoutTable.table tbody tr.rowTotal > td:last-child,
    #checkoutTable.table tbody tr.rowAddon > td:last-child,
    #checkoutTable.table tbody tr.rowVat > td:last-child {
        border-right: 1px solid #ccc;
        padding-right: 10px;
    }

    #checkoutTable.table tbody tr.rowNet > td.colReference,
    #checkoutTable.table tbody tr.rowNet > td.colReference > span {
        background: #eee;
    }

    #checkoutTable.table tbody tr.rowNet > td:nth-child(3),
    #checkoutTable.table tbody tr.rowNet > td:nth-child(2),
    #checkoutTable.table tbody tr.rowNet > td#cart-net-total {
        padding: 50px 10px 0px 0px;
    }

    #checkoutTable.table > tbody > tr.rowVat > td > span,
    #checkoutTable.table > tbody > tr.rowAddon > td > span,
    #checkoutTable.table > tbody > tr.rowNet > td > span,
    #checkoutTable.table > tbody > tr.rowTotal > td > span,
    #checkoutTable.table > tbody > tr.rowTotal > td,
    #checkoutTable.table > tbody > tr.rowNet > td,
    #checkoutTable.table > tbody > tr.rowAddon > td,
    #checkoutTable.table > tbody > tr.rowVat > td {
        background: #eee;
    }


        #checkoutTable.table > tbody > tr.rowVat > td > span,
        #checkoutTable.table > tbody > tr.rowAddon > td > span,
        #checkoutTable.table > tbody > tr.rowNet > td > span,
        #checkoutTable.table > tbody > tr.rowTotal > td > span,
        #checkoutTable.table > tbody > tr.rowTotal > td,
        #checkoutTable.table > tbody > tr.rowNet > td,
        #checkoutTable.table > tbody > tr.rowAddon > td,
        #checkoutTable.table > tbody > tr.rowVat > td,
        #orderDetailsTable.table > tbody > tr.shoppingCartVat > td > span,
        #orderDetailsTable.table > tbody > tr.shoppingCartTotal > td > span,
        #orderDetailsTable.table > tbody > tr.shoppingCartNet > td > span,
        #orderDetailsTable.table > tbody > tr.shoppingCartVat > td,
        #orderDetailsTable.table > tbody > tr.shoppingCartTotal > td,
        #orderDetailsTable.table > tbody > tr.shoppingCartNet > td {
            padding: 5px 5px;
            box-sizing: border-box;
            font-size: 1em !important;
        }


    #checkoutTable.table > tbody > tr.checkout-address-area td {
        border: none;
    }

    #orderDetailsTable.table > tbody > tr.shoppingCartVat td:nth-child(2),
    #orderDetailsTable.table > tbody > tr.shoppingCartTotal td:nth-child(2),
    #orderDetailsTable.table > tbody > tr.shoppingCartNet td:nth-child(2) {
        display: none;
    }


    .modal-lg {
        width: calc(100% - 30px);
        /* max-width: 1200px; */
    }

    .modal .modal-header .close {
        position: absolute;
        top: 0;
        right: 10px;
        padding: 10px;
        border: 0px solid #ccc;
    }


    .register-checkbox-single-well {
        padding: 0px 0px 0px 15px;
        margin: 0px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: none;
    }

    #myModalAddress {
        font-size: 0.8em;
    }

        #myModalAddress h4 {
            float: left;
        }

        #myModalAddress .add {
            float: right;
            position: relative;
            top: 0px;
            right: 0px;
        }

        #myModalAddress .close {
            display: none;
        }

    .modal-content.address-modal {
        width: 100%;
    }

        .modal-content.address-modal .close {
            float: right;
            top: 0px;
            right: 0px;
            border: none;
            margin: 0px;
            padding: 0px;
            position: relative;
        }

    #RegisterCustomerUserForm .modal-content h3 {
        float: left;
        padding: 0px;
        font-size: 1.2em;
        margin: 15px;
    }

    #RegisterCustomerUserForm .modal-content .close {
        position: relative;
        float: right;
        border: none;
        top: 0px;
    }

    .form-group {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .orderindex .panel-body,
    .userprofile .panel-body {
        padding: 0px;
    }


    .userprofile.column-right {
        padding: 0px;
    }

    #scrollable-dropdown-menu .tt-dropdown-menu {
        left: -100% !important;
        width: 200%;
        margin-top: 0px;
        padding: 8px 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
        font-size: 12px;
    }


    .duab-no-padding-left.col-xs-12.product-single-large {
        padding-right: 0px;
    }

    .duab-no-padding-right.col-xs-12.product-single-large {
        padding-left: 0px;
    }

    .product-carousel-small-medium-col-item .info .row {
        background: #eee;
    }

    #imageCarousel .glyphicon-chevron-right,
    #imageCarousel .glyphicon-chevron-left {
        display: none;
    }

    .product-carousel-small-medium-col-item .price h5 {
        line-height: 1em;
        margin: 0px;
        font-size: 1.8em;
        font-weight: 900;
        height: auto;
        width: 100%;
        color: #000;
        background: #eee;
        padding: 15px 15px 5px 15px;
        min-height: auto;
        display: block;
    }

        .product-carousel-small-medium-col-item .price h5.price-text-color {
            float: left;
            color: #000;
            font-weight: bolder;
            font: 2.3em 'Oswald';
            background: #eee;
            width: 100%;
            padding: 15px;
            min-height: auto;
            margin: 0px;
            text-align: right;
        }

    .duab-no-padding-left-right .col-xs-12,
    .duab-no-padding-left-right .col-sm-3 {
        padding: 0px;
    }

    .duab-well-iteminfo h1,
    .duab-well-iteminfo h2 {
        margin: 0px 15px 15px 0px;
        font-size: 1.3em;
        font-weight: 1000;
        padding: 15px;
    }


    .duab-well-iteminfo .duab_product_description {
        margin: 0px auto 15px;
    }

    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none !important;
    }


    .breadcrumb {
        /* margin-top: 20px; */
    }


    .listItemSearch input.btn.btn-flat {
        border-radius: 0;
        border: 0;
        box-shadow: none;
    }

    .listItemSearch .btn {
        display: inline-block;
        padding: 5px 5px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.8;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }


    .listItemSearch .no-margin-right .duab-clearable {
        right: 5px;
    }

    .navbar span.glyphicon {
        padding: 0px 5px;
    }


    .listItemSearch .duab-clearable {
        position: absolute;
        top: 11px;
        right: 25px;
        height: 14px;
        margin: auto;
        font-size: 17px;
        cursor: pointer;
        color: #999;
    }

    .duab-quantity-textbox.duab-glow-box {
        margin: 0px;
    }

    input.duab-glow-box {
        margin: 1px 5px;
        border: 1px solid #c4c4c4;
        width: 100%;
        height: 35px;
        font-size: 10px;
        padding: 0px 5px;
        border-radius: 1px;
        box-shadow: none;
    }

        input.duab-glow-box:focus {
            outline: none;
            border: 1px solid #7bc1f7;
            box-shadow: none;
        }


    .corner-ribbon.top-left {
        position: absolute;
        /* border-radius: 50%; */
        width: auto;
        /* right: 0px; */
        top: -40px;
        left: 80%;
        line-height: normal;
        font-size: 10px;
    }

    .tooltipStyle {
        position: relative;
        left: 0px;
        top: 0px;
    }

    .tooltipStyleIsOnOrder {
        position: relative;
        left: 0px;
        top: 0px;
    }

    .compact-group-item .quantityRow-select-display {
        position: relative;
        width: 100%;
        float: none;
        right: auto;
        top: auto;
        height: auto;
    }

    .item.compact-group-item .list-group-image {
        width: 50%;
    }


    .item.compact-group-item .thumbnail {
        width: 100%;
    }

    .item.compact-group-item .list-group-image {
        height: 100%;
        width: auto;
        margin: 0px auto;
    }

    .group.inner.typeofpack-display {
        width: 50%;
        text-align: left;
    }

    .item.compact-group-item .caption {
        padding: 0px;
        height: auto;
    }

    .list-group-item-heading a {
        font-size: 1.5em;
    }

    .duab-filter.well.well-sm {
        padding: 0px;
        width: calc(100% + 30px);
        margin: 0px -15px 0px -15px
    }

        .duab-filter.well.well-sm .row.count {
            margin: 0px 0px 0px -5px;
            padding: 5px 0px;
        }

    .product-single-large > .col-xs-12,
    .col-xs-12.product-single-large {
        padding: 0px;
    }

        .col-xs-12.product-single-large .duab_product_categories {
            padding: 15px 15px 5px 5px;
        }

    .duab_product_categories .glyphicon-tags {
        margin-right: 5px;
    }

    .col-xs-12.product-single-large .duab_product_categories .col-md-6 {
        margin: 0px 0px 10px 0px;
    }

    body {
        /* margin-top: 50px; */
        padding: 0;
        overflow-x: hidden;
        width: 100%;
    }

    #help {
        display: none;
    }

    #MenuMain {
        margin: 0px;
        padding: 10px 0px;
    }

    .navbar-right {
        margin-right: 0;
    }

        .navbar-right > li > ul {
            background: none;
            border: none;
        }

    #carousel-large > div > img alt {
        font-size: 14px;
    }

    #footer {
        height: auto;
    }

        #footer.hide {
            display: none;
        }

    .footer-area {
        padding: 10px 0;
    }

    .footer-holder {
        padding: 10px 0;
    }

    .footer-add-info {
        padding: 10px 0;
    }

    #searchBoxIndex {
        height: auto;
        width: 100%;
        padding: 10px 0px 0px 5px;
    }

    .listItemSearch {
        width: 100% !important;
    }

    .navbar .container {
        width: auto;
        padding: 0px 10px !important;
    }

    .navbar .col-xs-6 {
        padding: 2px;
    }

    .col-xs-6 {
        width: 50%;
    }

    #searchBoxIndex .col-xs-10 {
        padding-left: 0px;
    }

    #searchBoxIndex .col-xs-2 {
        padding-left: 0px;
    }

    .row .col-xs-4 .btn-group {
        display: none;
    }

    /*.listItemSearch {
        padding-left:0px;   
    }*/

    .row-offcanvas {
        left: 0;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .row-offcanvas.active {
            left: 100%;
        }

    .row .col-xs-12 .btn-group {
        display: none;
    }

    .listItemSearch .col-xs-2 {
        padding-left: 0;
    }

    .PagedList-skipToNext {
    }

        .PagedList-skipToNext a {
            display: none;
        }

    .item.compact-group-item {
        max-height: none;
        height: auto;
        margin-bottom: 0;
    }

        .item.compact-group-item .caption {
            height: auto;
        }

        .item.compact-group-item .quantityplusminus {
            min-width: 120px;
            margin: 10px 10px 0px 0px;
            width: 50%;
            float: left;
        }

        .item.compact-group-item .buybutton {
            /* width: 30%; */
            margin-top: 5px;
            float: right;
            min-width: 150px;
        }

    .list-group-item-heading {
        /* min-height: 80px; */
        font-size: 110%;
        /* float: left; */
        width: 100%;
        /* font-weight: 900; */
    }

        .list-group-item-heading .tooltipButton {
            /* display: none; */
        }



    .compact-group-item .quantityRow-select-display div.quantityRow {
        /* top: 40px; */
        margin: 0;
        min-width: 0;
    }

        .compact-group-item .quantityRow-select-display div.quantityRow .duab-select-style {
            max-width: none;
            width: 100%;
            margin: 10px;
        }

    .compact-group-item .quantityRow-select-display div.pricerow {
        float: right;
        width: 100%;
        height: auto;
    }

    .pricerow {
        /* line-height: 38px; */
    }

    .price.original {
        /* font-size: 28px !important; */
        margin: 0px 20px;
    }

    .compact-group-item .quantityRow-select-display div.pricerow div.price {
        float: left;
        width: auto;
        font-weight: bold;
    }

    .compact-group-item .replacedWith-select-display {
        background: white;
        margin: 9px 9px 0 9px;
        /*;*/
        right: 0;
        width: auto;
        height: 168px;
    }

        .compact-group-item .replacedWith-select-display img {
            margin: 0 !important;
        }

        .compact-group-item .replacedWith-select-display td > span {
            font-size: small;
            color: #777;
        }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 100%;
        margin-left: 12px;
    }

    button.side-bar.pull-left.visible-xs.btn.btn-primary.btn-xs.navbar-toggle {
        margin-left: 20px;
    }



    li.dropdown.open ul > li > a {
        color: #fff !important;
    }

    /* Shop menu */

    #shopFixedMenu {
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0;
        width: 100%;
        left: -100%;
        z-index: 10;
        background: #f1ece6;
        border: none;
    }

        #shopFixedMenu:after {
            top: -9999px;
            left: -9999px;
        }


        #shopFixedMenu .mobile-opener {
            position: absolute;
            display: block;
            right: 0;
            top: 0;
            width: 46px;
            height: 46px;
            /*z-index: 11;*/
            cursor: pointer;
        }

            #shopFixedMenu .mobile-opener:after {
                position: absolute;
                content: '\25be';
                left: auto;
                display: block;
                right: 0;
                top: 0;
                width: 46px;
                height: 46px;
                line-height: 46px;
                font-size: 13px;
                text-align: center;
                font-weight: normal;
                color: #000600;
                -webkit-transition: color 200ms ease-in-out;
                -ms-transition: color 200ms ease-in-out;
                transition: color 200ms ease-in-out;
                background: rgba(0, 0, 0, 0.05);
            }



    .slide-open #shopFixedMenu {
        bottom: -9999px;
    }

    .menu-holder {
        overflow-y: auto;
        overflow-x: visible;
        width: 100%;
    }

    .row-offcanvas {
        left: 0;
        position: relative;
        top: 20px;
        right: 55px;
        min-width: 120px;
        margin: 0px 0px 0px;
    }

        .row-offcanvas.active {
            left: 100%;
        }


    #shopFixedMenu.nav-fixed > .menu-holder {
        bottom: auto;
        top: 0;
    }

    #shopFixedMenu ul {
        position: relative;
        z-index: 10;
        border-top: 20px solid #fff;
        overflow: hidden;
        height: 2800px;
    }

        #shopFixedMenu ul.mobile-only {
            display: block;
        }

        #shopFixedMenu style ul:first-child,
        #shopFixedMenu ul:first-child {
            border: none;
        }

    #shopFixedMenu li {
        position: relative;
    }

        #shopFixedMenu li a {
            padding: 0 47px 0 7px;
            position: static;
            z-index: 1;
        }

            #shopFixedMenu li a:after {
                min-height: 46px;
            }

    #shopFixedMenu .second, #shopFixedMenu .third {
    }

        #shopFixedMenu .second ul, #shopFixedMenu .third ul {
            margin: 0;
        }

    #shopFixedMenu .mobile-only ul,
    #shopFixedMenu .mobile-only {
        background: #db001b !important;
        color: #db001b;
    }

        #shopFixedMenu .mobile-only > li:last-child ul,
        #shopFixedMenu .mobile-only > li:last-child {
            background: #000600 !important;
            color: #000600;
        }

    #shopFixedMenu li a:before {
        background: #fff;
        left: -10px;
    }

    #shopFixedMenu li.expanded a:before,
    #shopFixedMenu li .slide-drop a:before {
        background: rgba(255, 255, 255, 0.2);
    }

    #shopFixedMenu li.hover > .mobile-opener:after {
        color: #fff;
    }

    #shopFixedMenu li.expanded .mobile-opener:after {
        content: ' \e61b';
        background: none;
        color: #fff;
    }

    #shopFixedMenu .slide-drop {
        background: white !important;
        width: !important 100%;
        visibility: visible;
        position: static;
        margin-bottom: 1px;
        padding: 0;
        font-weight: normal;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none;
    }

        #shopFixedMenu .slide-drop.third {
            border: 0;
        }

        #shopFixedMenu .slide-drop.expanded {
            top: 46px !important;
            left: 0 !important;
            width: 100% !important;
            margin-right: 46px;
            border: 0;
        }


        #shopFixedMenu .slide-drop ul {
            margin: 0;
            display: block !important;
            background: #f1ece6 !important;
            /*z-index:20;*/
            border-top: 1px solid #fff;
        }

            #shopFixedMenu .slide-drop ul.second {
                right: 10px;
                width: -moz-calc(100% + 10px);
                width: -webkit-calc(100% + 10px);
                width: -o-calc(100% + 10px);
                width: calc(100% + 10px);
            }

            #shopFixedMenu .slide-drop ul.third {
                right: 20px;
                width: -moz-calc(100% + 20px);
                width: -webkit-calc(100% + 20px);
                width: -o-calc(100% + 20px);
                width: calc(100% + 20px);
            }

        #shopFixedMenu .slide-drop li {
            margin: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 1);
        }

        #shopFixedMenu .slide-drop > h3, #shopFixedMenu .slide-drop > p {
            display: none !important;
        }

        #shopFixedMenu .slide-drop li a {
            color: #000600;
            padding-left: 40px;
            background: none;
            font-size: 14px;
        }


        #shopFixedMenu .slide-drop.third li a {
            padding-left: 60px;
            background: none;
            font-size: 14px;
        }


    #shopFixedMenu li.expanded > a {
        color: #fff;
        background: inherit;
    }

    #shopfixedmenu .slide-drop li.hover,
    #shopfixedmenu .slide-drop li.active {
        position: relative;
    }

        #shopfixedmenu .slide-drop li.hover:before,
        #shopfixedmenu .slide-drop li.active:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            z-index: -1;
            background: rgba(0, 0, 0, 0.05);
        }

    #shopFixedMenu .slide-drop.second li {
        border-left: 20px solid #0057c0; /*#F1ECE6*/
        background: #E1DBD5 !important;
    }

        #shopFixedMenu .slide-drop.second li.hover {
            background: #0057c0 !important;
        }

            #shopFixedMenu .slide-drop.second li.hover > a {
                color: #fff !important;
            }

    #shopFixedMenu .slide-drop.third li {
        border-left: 20px solid #0035a0;
        background: #D1CAC4 !important;
    }

    #shopFixedMenu > ul:after,
    #shopFixedMenu > .menu-holder > ul:after,
    .slide-drop ul:after {
        content: initial;
        left: 0;
        right: 0;
        height: 100%;
        margin: 0;
        background: #f1ece6;
        position: absolute;
        z-index: 2;
    }


    /*.slide-open #footer,*/
    .slide-open .w1 {
        transform: translate3d(307px, 0, 0);
        -moz-transform: translate3d(307px, 0, 0);
        -webkit-transform: translate3d(307px, 0, 0);
        -ms-transform: translate3d(307px, 0, 0);
        transition: transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -webkit-transition: -webkit-transform 500ms ease;
        -ms-transition: -ms-transform 500ms ease;
    }

    .logo-area {
        top: auto;
        bottom: 20px;
        left: 80px;
        background: none;
        padding: 0;
        width: 105px;
        min-height: 0;
    }

    img.logo {
        max-height: 75px;
        background-size: 100% 100%;
        position: relative;
        z-index: 10;
        max-width: 100%;
        height: auto;
    }

    .mobile-menu {
        display: block;
        position: absolute;
        left: 20px;
        bottom: 10px;
        padding: 30px 0 0;
        color: #fff;
        letter-spacing: -0.5px;
        font-weight: bold;
        text-decoration: none;
    }

        .mobile-menu:after {
            content: '\e610';
            color: #fff;
            left: 50%;
            top: 4px;
            margin: 0 0 0 -25px;
            text-align: center;
            width: 50px;
            font-size: 23px;
        }

        .mobile-menu:hover,
        .mobile-menu:active,
        .mobile-menu:focus {
            color: #fff;
        }

    .nav-opener {
        display: none;
    }

    .mobile-menu {
        font-size: 0;
        line-height: 0;
    }

    .contentSideMenu {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .well well-sm input {
        visibility: hidden;
    }


    /* Cart table */

    #cartTable {
        padding: 5px;
    }

        #cartTable > tbody > tr > td > div.media > a {
            display: none;
        }

        #cartTable table, #cartTable thead, #cartTable tbody, #cartTable th, #cartTable td, #cartTable tr {
            display: block;
            height: auto;
        }

            #cartTable thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        #cartTable tr {
            border: 0.5px solid #ccc;
            width: 100%;
            padding: 5px;
            float: left;
            /* text-align: right; */
            /* width: 100%; */
        }

            #cartTable tr.addon,
            #shoppingCart #cartTable tr.addon td span,
            #cartTable tr.shoppingCartNet,
            #shoppingCart #cartTable tr.shoppingCartNet td span,
            #cartTable tr.shoppingCartTotal,
            #shoppingCart #cartTable tr.shoppingCartTotal td span,
            #cartTable tr.shoppingCartVat,
            #shoppingCart #cartTable tr.shoppingCartVat td span {
                background: #eee;
            }

            #cartTable tr:last-child td:nth-child(1) {
                display: none;
            }

            #cartTable tr:last-child td:nth-child(2),
            #cartTable tr:last-child td:nth-child(2) .btn {
                width: 100%;
            }

                #cartTable tr:last-child td:nth-child(2) .btn {
                    background: #ddd;
                    color: #000;
                }

            #cartTable tr:last-child td:nth-child(3),
            #cartTable tr:last-child td:nth-child(4) {
                width: 50%;
            }

            #cartTable tr.itemAddon td:nth-child(1),
            #cartTable tr.itemAddon td:nth-child(2) {
                display: none;
            }

            #cartTable tr.itemAddon td:nth-child(3),
            #cartTable tr.itemAddon td:nth-child(4) {
                display: none;
            }

        #cartTable #shoppingCartNet tr {
            height: 50px;
        }

        #cartTable #shoppingCartNet td {
            width: 0px;
            height: 50px;
        }

        #cartTable td:nth-child(5th) {
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 0px;
            width: 100%;
        }

        #cartTable > tbody > tr[id^="row"] > td > div.media {
            /* margin: 10px; */
            /* float: left; */
        }


        #cartTable > tbody > tr[id^="row"] > td:first-child > span {
            /* display: block !important; */
            /* float: left; */
            min-width: 45%;
            padding-left: 10px;
        }

        #cartTable > tbody > tr[id^="row"] > td:nth-child(2) > span {
            display: block !important;
            min-width: 45%;
            text-align: left;
            float: left;
            padding-left: 0px;
        }

        #cartTable > tbody > tr[id^="row"] > td:nth-child(3) > span,
        #cartTable > tbody > tr[id^="row"] > td:nth-child(4) > span,
        #cartTable > tbody > tr[id^="row"] > td:nth-child(5) > span {
            display: block !important;
            float: left;
            padding-left: 0px;
        }

        #cartTable > tbody > tr > td:nth-last-child(1) {
            /* display: none; */
        }

        #cartTable > tbody > tr:nth-last-child(4) > td:nth-child(1),
        #cartTable > tbody > tr:nth-last-child(4) > td:nth-child(2),
        #cartTable > tbody > tr:nth-last-child(4) > td:nth-child(3) {
            display: none;
        }

        #cartTable > tbody > tr:nth-last-child(4) > td:nth-child(4) > span,
        #cartTable > tbody > tr:nth-last-child(3) > td:nth-child(4) > span {
            display: block !important;
            font-weight: bold;
            float: right;
        }

        #cartTable > tbody > tr:nth-last-child(3) > td:nth-child(1),
        #cartTable > tbody > tr:nth-last-child(3) > td:nth-child(2),
        #cartTable > tbody > tr:nth-last-child(3) > td:nth-child(3) {
            display: none;
        }

        #cartTable > tbody > tr:nth-last-child(2) > td:nth-child(1),
        #cartTable > tbody > tr:nth-last-child(2) > td:nth-child(2),
        #cartTable > tbody > tr:nth-last-child(2) > td:nth-child(3) {
            display: none;
        }

        #cartTable > tbody > tr:nth-last-child(2) > td:nth-child(4) > span {
            display: block !important;
            font-weight: bold;
            float: right;
        }

    #shoppingCart #cartTable.table > tbody > tr:nth-last-child(1) > td:nth-child(1) {
        display: none;
    }

    #cartTable > tbody > tr:nth-last-child(1) > td:nth-last-child(1):before,
    #cartTable > tbody > tr:nth-last-child(1) > td:nth-last-child(2):before,
    #cartTable > tbody > tr:nth-last-child(1) > td:nth-last-child(3):before {
        display: none;
    }

    #cartTable > tbody > tr:last-child > td {
        height: 50px;
    }

        #cartTable > tbody > tr:last-child > td > form > button,
        #cartTable > tbody > tr:last-child > td > a {
            min-width: 150px;
            text-align: left;
            float: right;
        }

    #cartTable tr:last-child td:last-child,
    #cartTable tr:last-child td:last-child .btn-success {
        width: 100%;
        text-align: center;
        font-size: 1.2em;
        margin-bottom: 15px;
    }
    /* Cart table end */

    /* Checkout table*/

    #checkoutTable {
        padding: 5px;
    }

        #checkoutTable > tbody > tr[id^="row"] > td > div.media > a {
            display: none;
        }

        #checkoutTable table, #checkoutTable thead, #checkoutTable tbody, #checkoutTable th, #checkoutTable > tbody > tr[id^="row"] > td, #checkoutTable > tbody > tr[id^="row"] {
            display: block;
        }

            #checkoutTable thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        #checkoutTable > tbody > tr[id^="row"] {
            border: 1px solid #ccc;
        }

            #checkoutTable > tbody > tr[id^="row"] > td {
                border: none;
                border-bottom: 1px solid #eee;
                position: relative;
                width: 100%;
            }

                #checkoutTable > tbody > tr[id^="row"] > td > div.media {
                    margin: 0;
                }


                #checkoutTable > tbody > tr[id^="row"] > td:first-child > span {
                    display: block !important;
                    float: left;
                    min-width: 45%;
                    padding-left: 10px;
                }

                #checkoutTable > tbody > tr[id^="row"] > td:nth-child(2) > span {
                    display: block !important;
                    min-width: 45%;
                    text-align: left;
                    float: left;
                    padding-left: 10px;
                }

                #checkoutTable > tbody > tr[id^="row"] > td:nth-child(3) > span,
                #checkoutTable > tbody > tr[id^="row"] > td:nth-child(4) > span,
                #checkoutTable > tbody > tr[id^="row"] > td:nth-child(5) > span {
                    display: block !important;
                    float: left;
                    padding-left: 10px;
                }


                #checkoutTable > tbody > tr[id^="row"] > td:first-child > span {
                    display: block !important;
                    float: left;
                }

                #checkoutTable > tbody > tr[id^="row"] > td:nth-child(2) > span {
                    display: block !important;
                    float: left;
                }

                #checkoutTable > tbody > tr[id^="row"] > td:nth-child(3) > span {
                    display: block !important;
                    float: left;
                }

                #checkoutTable > tbody > tr[id^="row"] > td:nth-child(4) > span {
                    display: block !important;
                    float: left;
                }

                #checkoutTable > tbody > tr[id^="row"] > td:nth-child(5) > span {
                    display: block !important;
                    float: left;
                }

                #checkoutTable > tbody > tr[id^="row"] > td:nth-last-child(1), #checkoutTable > tbody > tr[id^="row"] > td:nth-last-child(2) {
                    display: none;
                }

        #checkoutTable .cart-total, #checkoutTable #cart-total {
            font-size: 16px;
            height: auto;
        }

        #checkoutTable > tbody > tr:nth-last-child(5) > td > span,
        #checkoutTable > tbody > tr:nth-last-child(4) > td > span,
        #checkoutTable > tbody > tr:nth-last-child(3) > td > span {
            padding: 0px;
        }

        #checkoutTable > tbody > tr:nth-last-child(5) > td,
        #checkoutTable > tbody > tr:nth-last-child(4) > td,
        #checkoutTable > tbody > tr:nth-last-child(3) > td {
            padding-left: 0;
        }


        #checkoutTable > tbody > tr:nth-last-child(2) > td > div {
            width: 100%;
            padding: 0;
        }

            #checkoutTable > tbody > tr:nth-last-child(2) > td > div > h4 {
                margin-bottom: 20px;
            }

            #checkoutTable > tbody > tr:nth-last-child(2) > td > div > div {
                width: 100%;
            }

                #checkoutTable > tbody > tr:nth-last-child(2) > td > div > div > div {
                    padding: 0;
                }

                    #checkoutTable > tbody > tr:nth-last-child(2) > td > div > div > div > div {
                        padding: 0;
                    }

                    #checkoutTable > tbody > tr:nth-last-child(2) > td > div > div > div > label {
                        padding: 0;
                    }


        #checkoutTable > tbody > tr:last-child > td:first-child,
        #checkoutTable > tbody > tr:last-child > td:nth-child(2),
        #checkoutTable > tbody > tr:last-child > td:nth-child(3),
        #checkoutTable > tbody > tr:last-child > td:nth-child(4) {
            display: none;
        }

        #checkoutTable > tbody > tr:last-child > td:last-child {
            float: left;
        }

    /* Checkout table end */

    /* Order details table */

    .orderindex #orderDetailsTable > tbody > tr[id^="row"] > td {
        padding-right: 10px;
        width: auto;
    }

    .orderindex #orderDetailsTable tbody tr.shoppingCartTotal td:first-child,
    .orderindex #orderDetailsTable tbody tr.shoppingCartComment > td
    .orderindex #orderDetailsTable tbody tr.shoppingCartNet > td
    .orderindex #orderDetailsTable tbody tr.shoppingCartVat > td {
        padding-left: 10px;
    }

    .orderindex #orderDetailsTable,
    .orderindex #orderDetailsTable tbody,
    .orderindex #orderDetailsTable tbody > tr > td {
    }

    #orderDetailsTable {
        padding: 5px;
        /* display: contents; */
    }

        #orderDetailsTable > tbody > tr[id^="row"] > td > div.media > a {
            display: none;
        }

        #orderDetailsTable table, #orderDetailsTable thead, #orderDetailsTable tbody, #orderDetailsTable th, #orderDetailsTable > tbody > tr[id^="row"] > td, #orderDetailsTable > tbody > tr[id^="row"] {
            display: block;
            text-align: right;
        }

            #orderDetailsTable tbody tr:first-child {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        #orderDetailsTable > tbody > tr > td {
            box-sizing: content-box;
        }



        #orderDetailsTable > tbody > tr[id^="row"] {
            border: 1px solid #ccc;
        }

            #orderDetailsTable > tbody > tr[id^="row"] > td {
                border: none;
                border-bottom: 1px solid #eee;
                position: relative;
                width: 100%;
                padding-right: 10px;
                box-sizing: border-box;
            }

                #orderDetailsTable > tbody > tr[id^="row"] > td > div.media {
                    margin: 0;
                }


                #orderDetailsTable > tbody > tr[id^="row"] > td:first-child > span,
                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-child(2) > span {
                    display: block !important;
                    float: left;
                    min-width: 45%;
                    text-align: left;
                    padding-left: 10px;
                }

                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-child(3) > span,
                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-child(4) > span,
                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-child(5) > span {
                    display: block !important;
                    float: left;
                    padding-left: 10px;
                }


                #orderDetailsTable > tbody > tr[id^="row"] > td:first-child > span {
                    display: block !important;
                    float: left;
                }

                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-child(2) > span {
                    display: block !important;
                    float: left;
                }

                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-child(3) > span {
                    display: block !important;
                    float: left;
                }

                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-child(4) > span {
                    display: block !important;
                    float: left;
                }

                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-child(5) > span {
                    display: block !important;
                    float: left;
                }

                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-last-child(1), #orderDetailsTable > tbody > tr[id^="row"] > td:nth-last-child(2) {
                    display: none;
                }


        #orderDetailsTable > tbody > tr:last-child > td:nth-child(2),
        #orderDetailsTable > tbody > tr:last-child > td:nth-child(3),
        #orderDetailsTable > tbody > tr:last-child > td:nth-child(4) {
            min-width: 60px;
        }

        #orderDetailsTable > tbody > tr:nth-last-child(4) > td > span,
        #orderDetailsTable > tbody > tr:nth-last-child(3) > td > span,
        #orderDetailsTable > tbody > tr:nth-last-child(2) > td > span,
        #orderDetailsTable > tbody > tr:last-child > td > span {
            width: 100%;
            padding: 0px;
        }

        #orderDetailsTable > tbody > tr:nth-last-child(4) > td:nth-child(7),
        #orderDetailsTable > tbody > tr:nth-last-child(3) > td:nth-child(7),
        #orderDetailsTable > tbody > tr:nth-last-child(1) > td:nth-child(7) {
            min-width: 100px;
        }

        #orderDetailsTable > tbody > tr:last-child > TD > h3 {
            font-size: 14px;
            font-weight: bold;
            margin: 0;
        }

        #orderDetailsTable > tbody > tr:nth-last-child(4) > td:first-child,
        #orderDetailsTable > tbody > tr:nth-last-child(3) > td:first-child,
        #orderDetailsTable > tbody > tr:nth-last-child(2) > td:first-child,
        #orderDetailsTable > tbody > tr:nth-last-child(1) > td:first-child {
            text-align: left;
        }

    .orderindex #orderDetailsTable > tbody > tr:nth-last-child(4) > td:first-child,
    .orderindex #orderDetailsTable > tbody > tr:nth-last-child(3) > td:first-child,
    .orderindex #orderDetailsTable > tbody > tr:nth-last-child(2) > td:first-child,
    .orderindex #orderDetailsTable > tbody > tr:nth-last-child(1) > td:first-child {
        text-align: left;
        padding-left: 10px;
    }

    .orderindex #orderDetailsTable > tbody > tr > td:first-child {
        word-break: break-all;
    }


    .orderindex #orderDetailsTable > tbody > tr:nth-last-child(4) > td:last-child,
    .orderindex #orderDetailsTable > tbody > tr:nth-last-child(3) > td:last-child,
    .orderindex #orderDetailsTable > tbody > tr:nth-last-child(2) > td:last-child,
    .orderindex #orderDetailsTable > tbody > tr:nth-last-child(1) > td:last-child {
        font-weight: 900;
        padding-right: 10px;
    }

    /* Order details table end */

    /* Order status select list to dropdown */

    #statusSelect {
        display: block;
        border: 1px solid #aaa;
        border-radius: 0 5px 0;
        padding: 0 10px;
        margin: 5px;
    }

        #statusSelect strong {
            font-size: 16px;
        }

        #statusSelect li {
            display: none;
        }

            #statusSelect li.active {
                pointer-events: none;
                cursor: default;
            }

                #statusSelect li.active:after {
                    content:;
                }

            #statusSelect.expanded li,
            #statusSelect li.active {
                display: block;
                float: left;
                width: 100%;
            }



    /*#statusSelect.expanded li a {
            color: #fff;
        }*/

    /*#statusSelect li.active {
            display: block;
        }


        #statusSelect li.active a {
            pointer-events: none;
            cursor: default;
        }*/



    /* Order status select end */


    /* Order list table */

    #orderListTable {
        padding: 5px;
    }

        #orderListTable.table, #orderListTable thead, #orderListTable tbody, #orderListTable th, #orderListTable td, #orderListTable tr {
            display: block;
            text-align: right;
        }

        #orderListTable > tbody > tr:first-child {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        #orderListTable tr {
            border: 1px solid #ccc;
        }

        #orderListTable td {
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            width: 100%;
            /*padding-left: 30%;*/
        }

        #orderListTable > tbody > tr > td > span {
            display: block !important;
            float: left;
        }

        #orderListTable > tbody > tr > td:nth-child(2) {
            font-weight: bold;
            font-size: 16px;
        }

        #orderListTable > tbody > tr > td:last-child {
            display: none;
        }

    /* Order list table end */


    #ModalAddressDelivery table > tbody > tr > th:nth-child(3),
    #ModalAddressDelivery table > tbody > tr > th:nth-child(4),
    #ModalAddressDelivery table > tbody > tr > th:nth-child(5),
    #ModalAddressDelivery table > tbody > tr > td:nth-child(3),
    #ModalAddressDelivery table > tbody > tr > td:nth-child(4),
    #ModalAddressDelivery table > tbody > tr > td:nth-child(5) {
        display: none;
    }

    #ModalAddressBilling table > tbody > tr > th:nth-child(3),
    #ModalAddressBilling table > tbody > tr > th:nth-child(4),
    #ModalAddressBilling table > tbody > tr > th:nth-child(5),
    #ModalAddressBilling table > tbody > tr > td:nth-child(3),
    #ModalAddressBilling table > tbody > tr > td:nth-child(4),
    #ModalAddressBilling table > tbody > tr > td:nth-child(5) {
        display: none;
    }

    #MenuMain .navbar-nav {
        margin: 0px;
        /* float: left; */
        width: 70%;
    }

    div#idVatChoice {
        float: left;
        width: 100%;
        display: block;
        height: auto;
        color: #fff;
        line-height: 20px;
        margin: 10px 5px;
    }

    form#FormShowIncludingVat {
        float: left;
        padding: 9px 0px 0px 20px;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 500px;
    }

    #startadmin,
    #dropdownMenuOrderService,
    #shopDropdownMenu {
        display: none;
    }

    .mobile #shopFixedMenu {
        display: block !important;
    }

    .navbar-minimal {
        display: none;
    }
}

/*-----------------------------------*/
/* ALLA Media taggar ska ligga sist  */
/*-----------------------------------*/
/* 480 max*/
@media only screen and (max-width: 480px) {

    .duab-autocomplete.ui-autocomplete {
        top: 60px !important;
        max-width: 100%;
    }

    .row-offcanvas {
        top: 0px;
    }

    .item.compact-group-item .corner-ribbon-per-item {
        width: 100%;
        float: left;
        padding: 5px;
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 1.2em;
        font-weight: 900;
    }

    .navbar {
        margin-bottom: 0px;
        border: none;
    }

    .item.compact-group-item .list-group-image {
        width: 100%;
        height: auto;
        max-height: none;
        margin-bottom: 15px;
    }

    .navbar .col-xs-6 {
        line-height: 45px;
    }

    .navbar .col-xs-10.pull-left {
        line-height: 45px;
        vertical-align: middle;
        margin: 5px 0px 0px 10px;
        max-width: 70%;
        /* float: right !important; */
    }

    .navbar .well-sm {
        margin: 0px;
        padding: 0px 5px;
        border-radius: 0px;
    }

    .compact-group-item .quantityRow-select-display div.pricerow div.price {
        float: left;
        width: auto;
        font-weight: bold;
        line-height: 30px;
    }

    .compact-group-item .quantityRow-select-display {
        width: 100%;
        top: 0px;
    }

        .compact-group-item .quantityRow-select-display div.quantityRow {
            width: 100%;
            position: relative;
            z-index: 1;
        }

    .item.compact-group-item .quantity-row {
        width: 100%;
        padding: 0px;
    }

    .item.compact-group-item .buybutton-row {
        width: 100%;
        padding: 0px;
    }

    .item.compact-group-item .quantityplusminus {
        width: calc(50%);
        float: left;
        position: relative;
    }


    .item.compact-group-item .buybutton {
        width: 100%;
        float: right;
        position: relative;
        max-width: none;
        margin: 5px 0px;
    }

    .duab-select-style {
        width: 100%;
    }

        .duab-select-style select {
            min-width: 100%;
            /* width: calc(50% - 5px); */
        }


    .compact-group-item .quantityRow-select-display div.pricerow {
        width: 100%;
        position: relative;
        line-height: 42px;
    }



        .compact-group-item .quantityRow-select-display div.pricerow .price-tax {
            float: left;
        }

            .compact-group-item .quantityRow-select-display div.pricerow .price-tax small {
                float: left;
                line-height: 14px;
                margin: 10px;
            }


    .price.original {
        font-size: 32px !important;
        margin: 0px 15px 0px 0px;
        clear: left;
    }

    .tooltipStyle {
        margin: 0px 1px;
    }


    .tooltipStyleIsOnOrder {
        margin: 0px 0px;
    }

    .list-group-item-heading {
        padding: 10px 0px 0px;
        font-size: 1em;
    }

        .list-group-item-heading a small {
            line-height: 42px;
        }

    .col-full-480 {
        width: 100%;
    }
}

/*-----------------------------------*/
/* ALLA Media taggar ska ligga sist  */
/*-----------------------------------*/
/* handheld print*/
@media only handheld {
    #help {
        display: none;
    }
}

@media print {
    a[href]:after {
        content: none;
    }
}

/*-----------------------------------*/
/* ALLA Media taggar ska ligga sist  */
/*-----------------------------------*/
/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    input.duab-glow-box {
        margin: 0px 5px;
        font-size: 13px;
        line-height: 35px;
        padding: 4px 4px 4px 4px;
        color: black;
    }
}




/*--------------------------------------*/
/* Main CSS */
/* Dot United AB */
/* Code Nation AB */
/* Konoma AB */
/*--------------------------------------*/

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

.container {
    width: 100%;
    /* margin-top: 20px; */
}

body {
    /* margin-top: 70px; */
    /* padding-bottom: 20px; */
    overflow: scroll;
    /* max-width: 1280px; */
}

#footer {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#content {
    z-index: 1;
    min-height: 640px;
    padding: 0px 0 55px;
    max-width: 1280px;
    display: none;
    margin: 30px auto 0px;
}

#footer {
    display: none;
}

.duab-well-iteminfo h1,
.duab-well-iteminfo h2 {
    margin: 15px 30px 30px 0px;
    font-size: 2em;
    font-weight: bold;
}

.duab-header-page span {
    font-size: 0.9em;
    text-transform: none;
}

.duab-well-iteminfo h4 {
    font-size: 16px;
}


a:hover {
    text-decoration: none !important;
}

.small,
a.small {
    font-size: 11px;
}

.row {
    margin: 10px 0px;
    /* position: relative; */
}

    .row.white.start-block-one {
        margin-top: 0px;
        padding: 0px;
    }

.position-inherit {
    position: inherit;
}

.clear-left {
    clear: left;
}

.no-margin-left {
    margin-left: 0px;
}

.no-margin-right {
    margin-right: 0px;
}


[data-slide="prev"] {
    margin-right: 10px;
}

/* Fix for less-bugg */
.dl-horizontal dd {
    margin-bottom: 5px;
    min-height: 20px;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.contentSideMenu .container {
}


.duab-frame.white.closed-for-anonymous {
    margin-top: 15px;
    border-radius: 0px;
    padding: 15px;
}

    .duab-frame.white.closed-for-anonymous .jumbotron {
        background-color: #56565a;
        padding: 30px;
    }

.container-right {
    /*margin-left: 155px;*/
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

img.logo {
    height: 100%;
    margin: 0px;
    padding: 0px;
    max-height: 75px;
}


.markasfavorite {
    color: #C8C8C8;
    /* margin-top: 5px; */
}

.favorite-color {
    color: red !important;
}

.productbutton {
    border-color: none;
    background-color: #3c6427;
}
/*--------------------------------------*/
/* Loaders
/*--------------------------------------*/
.loader-small-round-textbox {
    background: url('images/loader-small-round.gif') no-repeat right center;
}

#loader-large-rectangle {
    text-align: center;
    display: none;
    margin: 20px;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2000;
}

#circularG {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -64px; /* -1 * image width / 2 */
    margin-top: -64px; /* -1 * image height / 2 */
    width: 128px;
    height: 128px;
}

.circularG {
    position: absolute;
    background-color: #fff;
    width: 29px;
    height: 29px;
    -moz-border-radius: 19px;
    -moz-animation-name: bounce_circularG;
    -moz-animation-duration: 1.04s;
    -moz-animation-iteration-count: infinite;
    -webkit-border-radius: 19px;
    -webkit-animation-name: bounce_circularG;
    -webkit-animation-duration: 1.04s;
    -webkit-animation-iteration-count: infinite;
    -ms-border-radius: 19px;
    -ms-animation-name: bounce_circularG;
    -ms-animation-duration: 1.04s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 19px;
    -o-animation-name: bounce_circularG;
    -o-animation-duration: 1.04s;
    -o-animation-iteration-count: infinite;
    border-radius: 19px;
    animation-name: bounce_circularG;
    animation-duration: 1.04s;
    animation-iteration-count: infinite;
}

#circularG_1 {
    left: 0;
    top: 50px;
    -moz-animation-delay: 0.39s;
    -webkit-animation-delay: 0.39s;
    -ms-animation-delay: 0.39s;
    -o-animation-delay: 0.39s;
    animation-delay: 0.39s;
}

#circularG_2 {
    left: 14px;
    top: 14px;
    -moz-animation-delay: 0.52s;
    -webkit-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    animation-delay: 0.52s;
}

#circularG_3 {
    top: 0;
    left: 50px;
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

#circularG_4 {
    right: 14px;
    top: 14px;
    -moz-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    animation-delay: 0.78s;
}

#circularG_5 {
    right: 0;
    top: 50px;
    -moz-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    animation-delay: 0.91s;
}

#circularG_6 {
    right: 14px;
    bottom: 14px;
    -moz-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    animation-delay: 1.04s;
}

#circularG_7 {
    left: 50px;
    bottom: 0;
    -moz-animation-delay: 1.17s;
    -webkit-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    animation-delay: 1.17s;
}

#circularG_8 {
    left: 14px;
    bottom: 14px;
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(.3);
    }
}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(.3);
    }
}

@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(.3);
    }
}

@-o-keyframes bounce_circularG {
    0% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(.3);
    }
}

@keyframes bounce_circularG {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(.3);
    }
}


/*------------------------------------- */
/* Flash                 */
/*--------------------------------------*/

.flash {
    -moz-animation: flash 3s ease-out;
    -moz-animation-iteration-count: 1;
    -webkit-animation: flash 3s ease-out;
    -webkit-animation-iteration-count: 1;
    -ms-animation: flash 3s ease-out;
    -ms-animation-iteration-count: 1;
    border-radius: 10px;
}

@-webkit-keyframes flash {
    0% {
        background-color: none;
    }

    50% {
        background-color: #999;
    }

    100% {
        background-color: none;
    }
}

@-moz-keyframes flash {
    0% {
        background-color: none;
    }

    50% {
        background-color: #999;
    }

    100% {
        background-color: none;
    }
}

@-ms-keyframes flash {
    0% {
        background-color: none;
    }

    50% {
        background-color: #999;
    }

    100% {
        background-color: none;
    }
}

/*------------------------------------- */
/*     corner ribbon  discount sale          */
/*--------------------------------------*/

.corner-ribbon {
    width: auto;
    background: #e43;
    position: absolute;
    top: 20px;
    left: -70px;
    text-align: center;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(0deg);
    z-index: 999;
    padding: 10px;
    border-radius: 50%;
}

.price-tax {
    font-size: 0.8em;
}

.item.compact-group-item .corner-ribbon-per-item {
    float: left;
    padding: 5px;
    margin-top: 5px;
    position: relative;
    border-radius: 5px;
}

.item.compact-group-item.row .col-md-4,
.item.compact-group-item.row .col-md-6,
.item.compact-group-item.row .col-xs-12 {
    padding: 0px;
}

.list-group .corner-ribbon-per-item {
    /* background: rgb(255, 96, 78); */
    padding: 5px;
    margin: 10px auto;
    text-align: center;
    max-width: 50%;
    border-radius: 8px;
}

.grid-group-item .corner-ribbon-per-item {
    float: left;
    padding: 5px;
    margin-top: 5px;
}

.product-carousel-small-medium-col-item .corner-ribbon-per-item {
    width: 100%;
    background: #e43;
    font-size: 15px;
    padding: 5px;
    float: left;
    color: #fff;
}

.product-carousel-small-medium-col-item h5 .org-price {
    font-size: 25px;
    padding: 5px;
}

.corner-ribbon-per-item {
    width: auto;
    background: #eee;
    /* position: absolute; */
    /* top: 20px; */
    /* left: -70px; */
    text-align: center;
    letter-spacing: 1px;
    color: #000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(0deg);
    z-index: 999;
    padding: 3px;
    font-size: 12px;
}

.grid-group-item .corner-ribbon-per-item {
    float: left;
    padding: 5px;
    margin-top: 5px;
}

.price-large .corner-ribbon-per-item {
    width: 50%;
    z-index: 999;
    padding: 10px;
    font-size: 18px;
}




/* Custom styles */

.corner-ribbon.sticky {
    position: fixed;
}

.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */
.grid-group-item .corner-ribbon.red {
    top: 0%;
    left: 50%;
}

.list-group-item .corner-ribbon.red {
    top: -100px;
    left: 0px;
    /* float: right; */
    /* position: relative; */
}

.product-single-large .corner-ribbon.top-left {
    left: calc(100% - 22%);
    top: 18%;
    /* width: 20px; */
    font-size: 12pt;
}

.corner-ribbon.top-left {
    top: 5px;
    left: -80px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.corner-ribbon.top-right {
    top: 0px;
    right: 0px;
    left: auto;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.corner-ribbon.bottom-left {
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.corner-ribbon.bottom-right {
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

/* Colors */

.corner-ribbon.white {
    background: #f0f0f0;
    color: #555;
}

.corner-ribbon.black {
    background: #333;
}

.corner-ribbon.grey {
    background: #999;
}

.corner-ribbon.blue {
    background: #39d;
}

.corner-ribbon.green {
    background: #2c7;
}

.corner-ribbon.turquoise {
    background: #1b9;
}

.corner-ribbon.purple {
    background: #95b;
}

.corner-ribbon.red {
    background: #e43;
    display: none;
}

.corner-ribbon.orange {
    background: #e82;
}

.corner-ribbon.yellow {
    background: #ec0;
}

/*------------------------------------- */
/*                 */
/*--------------------------------------*/
.maxwidth280 {
    max-width: 280px;
}
/* This is for full width textboxes*/
/* ex. Search box on front page */
/* if want less width, limit with cols */
input.fullwidth,
select.fullwidth,
textarea.fullwidth {
    width: 100% !important;
    max-width: none !important;
}

th.text-alignright,
input.text-alignright {
    text-align: right;
}

input.textBoxFlat[readonly] {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    background-color: transparent;
}

input.textBoxFlat:focus {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none;
    outline: none !important;
}

input.invoiceSum.textBoxFlat {
    font-weight: 800;
}

/*------------------------------------- */
/* Validation helpers                   */
/*--------------------------------------*/
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

#FormShowIncludingVat input[type="radio"] {
    margin: 0px 5px 0px 5px;
    display:
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/*--------------------------------------*/
/* Early css - needs to be placed corr. */
/*--------------------------------------*/
.listItemSearch {
    float: right;
}

.textarea-medium {
    width: 400px;
    max-width: 80%;
    height: 400px;
}

.textarea-large {
    /* width: 500px; */
    min-width: 100%;
    height: 120px !important;
}


.btn {
    border-radius: 0;
    border: 1px solid transparent;
}


.btn-additional-address {
    padding: 15px 0;
}

.btn-square {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 0px;
}

.btn-wide {
    background-color: #56565a;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #56565a;
    width: 100%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }

.dl-horizontal dt.details {
    margin-bottom: 5px;
    text-align: left !important;
}

    .dl-horizontal dt.details .markasfavorite {
        width: 50px;
        font-size: 24px;
    }

    .dl-horizontal dt.details.stockbalance {
        font-size: 24px;
    }

.dl-horizontal dd.stockbalance {
    font-size: 24px;
}

/*--------------------------------------*/
/* Checkbox */
/*--------------------------------------*/

input[type=checkbox].duab-checkbox {
    display: none;
}

    input[type=checkbox].duab-checkbox ~ label.duab-checkbox-label {
        padding-left: 33px;
        height: 28px;
        display: inline-block;
        line-height: 28px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].duab-checkbox:checked ~ label.duab-checkbox-label {
        background-position: 0 -28px;
    }

label.duab-checkbox-label {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAA4CAYAAADuMJi0AAABf0lEQVRYhe2XsUoDQRCGv5mdO7mL5rDR6AsI2oiFjb6W+gy+io0voY0ogmBvI2oXjcklEbMWErDQ5NS9ILj/stUefPwze8P+4oHTswvfyHNUBRUBhLDy9MqS7a1NkZOzC7/aWiLPMswZqoJIWKD3nuFwyO39A9bIc/IsYy5NScxwTqnDYZokFAsLmKpgzkjMSBLDORcY9i7VVxJzmIqgKjinOOdwqrUA36GKwrhnocv4mYT67HyhCIzACIzACIzACPwXQO894123vB9h3V7vqRwMmmaGe63HsPeest/nqdN9Fg+cX17dFUWzlZqhqsFf3qPRiE7n+X5jfW3FAAYvL61ur6SsM1v0yxZAzBbBFLNFbbJpH3z3xk6bWBOBY1hzZ78ysNg94PHk8GdAgGLnoDKsiqYCCTwEgvfw10AC/5d/z6HIjB3GSxMcOFOHRVF8u4eNLJ14PrFe7XabpWaCVFzLi/PcHO9NBE4t6fVR9cFdRf/gqT9zYMwWIfQxW7wBNVWVj8q/7AsAAAAASUVORK5CYII=);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

td.duab-td-center {
    vertical-align: middle;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.duab-margin-left-10 {
    margin-left: 10px;
}

.duab-margin-left-0 {
    margin-left: 0px;
}

.duab-margin-top-5 {
    margin-top: 5px;
}

.duab-margin-top-10 {
    margin-top: 5px;
}

.duab-margin-top-15 {
    margin-top: 5px;
}

.duab-margin-top-20 {
    margin-top: 5px;
}

.duab-margin-top-25 {
    margin-top: 5px;
}

.register-checkbox-well {
    background-color: white;
    width: 50%;
    margin-left: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.register-checkbox-single-well {
    background-color: white;
    width: 7%;
    padding: 5px 15px 5px 8px;
    margin-left: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.register-checkbox-label {
    width: 80px;
}

.quantityplusminus input.input-number {
    text-align: center;
}

/*--------------------------------------*/
/* Grouptags of item                    */
/* Place in:                            */
/*          Product/_ProductSingleLarge */
/*--------------------------------------*/


ul.duab-group-tags {
    padding: 0px 0px 5px 0px;
    list-style: none;
}

.duab-group-tags li:first-child {
    /* margin-left: 0px;*/
}

.duab-group-tags li, .tags a {
    float: right;
    height: 24px;
    width: 100%;
    line-height: 24px;
    position: relative;
    font-size: 11px;
    background: #56565a;
    margin-left: 10px;
}

.duab-group-tags a {
    margin-left: 20px;
    padding: 0 10px 0 12px;
    background: #56565a;
    color: #fff;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

    .duab-group-tags a:before {
        content: "";
        float: left;
        position: absolute;
        top: 0;
        left: -12px;
        width: 0;
        height: 0;
        border-color: transparent #56565a transparent transparent;
        border-style: solid;
        border-width: 12px 12px 12px 0;
    }

    .duab-group-tags a:after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        float: left;
        width: 4px;
        height: 4px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        -moz-box-shadow: -1px -1px 2px #004977;
        -webkit-box-shadow: -1px -1px 2px #004977;
        box-shadow: -1px -1px 2px #004977;
    }


    .duab-group-tags a:hover {
        background: #56565a;
    }

        .duab-group-tags a:hover:before {
            border-color: transparent #56565a transparent transparent;
        }

/*--------------------------------------*/
/* Price of item                        */
/* Place in:                            */
/*          Product/_ProductSingleLarge */
/*--------------------------------------*/
.duab-price-iteminfo-image {
    border-bottom-right-radius: 10px;
    width: auto;
    height: auto;
    background: #fff;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 10px;
    font: bold 32px Sans-Serif;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 4px;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.duab-price-iteminfo-image-small {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background: #fff;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 0px;
    margin: -17px;
    padding: 18px;
    font: bold 19px Sans-Serif;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 4px;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.price-large {
    font: 48px 'Oswald';
    /* text-align: center; */
    margin: 0px auto;
    /* float: left; */
}

    .price-large.campaign .price {
        color: #d13239;
    }

    .price-large.campaign .noncustomer-price .price {
        color: #333;
    }

    .price-large .loggedin_yourprice {
        font-size: 12px;
    }

    .price-large small {
        font-size: 12px;
    }

/*--------------------------------------*/
/* Info of item                        */
/* Place in:                            */
/*          Product/_ProductInformation */
/*--------------------------------------*/


#sectionB {
    width: 100%;
}

    #sectionB .dl-horizontal dd {
        min-height: initial;
    }

    #sectionB .dl-horizontal dt.details {
        margin-right: 0px;
        width: 33%;
    }

/*--------------------------------------*/
/* Drag and drop areas and items        */
/*--------------------------------------*/
#droptarget {
    padding: 20px;
    cursor: default;
    vertical-align: middle;
    text-align: center;
    border: 2px dotted #ccc;
}

.duab-droptarget-small {
    vertical-align: middle;
    display: inline-block;
    height: 55px;
    line-height: 1.2em;
    margin: 10px;
    padding: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background-color: #ee6f0b;
}

.duab-draggable-item-small {
    cursor: move;
    margin: 5px;
    padding: 10px;
    background-color: #03a9f4;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
    display: inline-block;
}

.duab-droptarget-highlighted {
    background-color: yellow;
}

.duab-droptarget-validtarget {
    background-color: lightblue;
}

.duab-droptarget-remove {
    color: red;
    cursor: pointer;
}

/*------------------------------------------*/
/* Shopping-cart stuff like add to cart etc */
/*------------------------------------------*/

#add-to-cart-box {
    display: none;
    position: fixed;
    top: calc(0% + 80px);
    left: calc(100% - 180px);
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    background: -moz-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
    background: -ms-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
    background: -webkit-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
    background: linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.5);
    margin: 0px;
    padding: 10px;
    width: 300px;
    z-index: 10000;
}

    #add-to-cart-box a {
        position: absolute;
        right: 10px;
        top: 2px;
        font-size: 22px;
    }

    #add-to-cart-box p {
        font-size: 14px;
        margin-right: 20px;
    }

        #add-to-cart-box p.add-to-cart-box-header {
            font-size: 22px;
            color: #56565a;
        }

.cart-total {
    /* font-size: 24px; */
    /* font-weight: 500; */
    /* height: 26px; */
    /* padding: 25px 5px 0px 5px; */
}


/*------------------------------------------*/
/* Redesign of items that are inside well   */
/*------------------------------------------*/

.well {
    background-image: none;
    box-shadow: none;
    border-radius: 0px;
    /* background-color: #e4e4e4; */
    border: none;
}

    .well .preview img {
        max-width: 150px;
    }

.duab-well-uploadimage {
    margin-top: 20px;
}

.duab-well-relatedproducts {
    min-height: 20px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    border: 0px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


.duab-well-iteminfo {
    /* background-color: #f5f5f5; */
    /* border: 1px solid #e3e3e3; */
    /* border-radius: 2px; */
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset; */
    min-height: 20px;
    padding: 0px;
    width: 100%;
    display: inline-block;
    margin: 0px;
    /* z-index: -1; */
}

    .duab-well-iteminfo .col-xs-12 {
        margin: 0px;
        padding: 0px;
    }

.duab-well {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

    .duab-well .heading {
        color: #00415d;
        background-color: #fff;
        border-color: #fff;
        text-align: center;
    }

        .duab-well .heading a {
            text-decoration: none;
            color: #666;
            font-weight: bold;
            font-size: 15px;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            transition: all 0.1s linear;
        }

            .duab-well .heading a.active {
                color: #56565a;
                font-size: 18px;
            }

        .duab-well .heading hr {
            margin-top: 10px;
            margin-bottom: 0px;
            clear: both;
            border: 0;
            height: 1px;
            background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
            background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        }

    .duab-well input[type="text"],
    .duab-well input[type="email"],
    .duab-well input[type="password"] {
        height: 45px;
        border: 1px solid #ddd;
        font-size: 16px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .duab-well input:hover,
    .duab-well input:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #ccc;
    }


/*----------------------------*/
/* Login                    */
/*----------------------------*/
.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

    .panel-login > .panel-heading {
        color: #00415d;
        background-color: #fff;
        border-color: #fff;
        text-align: center;
    }

        .panel-login > .panel-heading a {
            text-decoration: none;
            color: #666;
            font-weight: bold;
            font-size: 15px;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            transition: all 0.1s linear;
        }

            .panel-login > .panel-heading a.active {
                color: #56565a;
                font-size: 18px;
            }

        .panel-login > .panel-heading hr {
            margin-top: 10px;
            margin-bottom: 0px;
            clear: both;
            border: 0;
            height: 1px;
            background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
            background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        }

    .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
        height: 45px;
        border: 1px solid #ddd;
        font-size: 16px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .panel-login input:hover,
    .panel-login input:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #ccc;
    }

.btn-login {
    background-color: #56565a;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #56565a;
    width: 100%;
}

    .btn-login:hover,
    .btn-login:focus {
        color: #fff;
        background-color: #53A3CD;
        border-color: #53A3CD;
    }

.forgot-password {
    text-decoration: underline;
    color: #888;
}

    .forgot-password:hover,
    .forgot-password:focus {
        text-decoration: underline;
        color: #666;
    }

.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}

    .btn-register:hover,
    .btn-register:focus {
        color: #fff;
        background-color: #1CA347;
        border-color: #1CA347;
    }


/*----------------------------*/
/* Ribbons                    */
/*----------------------------*/

.duab-ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.duab-ribbon {
    font: bold 15px Sans-Serif;
    color: #333;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

    .duab-ribbon:before, .ribbon:after {
        content: "";
        border-top: 3px solid #6e8900;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }

    .duab-ribbon:before {
        left: 0;
    }

    .duab-ribbon:after {
        right: 0;
    }

/*----------------------------*/
/* carousel         */
/*----------------------------*/

#carousel-large {
    margin: 0px 5px;
}

.carousel-indicators .active {
    background-color: #333;
    border: 1px solid #333;
}

.carousel-indicators li {
    border: 1px solid #333;
}

.product-single-large .carousel-inner img {
    width: 100%;
    padding: 0px;
}


.carousel-inner img {
    width: 100%;
    padding: 15px 12px 0px;
}

.menu-item-product .photo-container img,
ul.dropdown-menu .carousel.slide img,
ul.dropdown-menu .carousel.slide .carousel-inner > .item > a > img,
ul.dropdown-menu .carousel.slide .carousel-inner > .item > img {
    max-height: 203px;
    margin: 0px auto;
    /* min-height: 203px; */
    width: auto;
}

.product-carousel-small-medium-col-item .photo-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 203px;
}

.product-carousel-small-medium-col-item .photo img {
    object-fit: contain;
    object-position: center center;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 0px;
    position: absolute;
}

.product-single-large.carousel-inner > .item > a > img,
.product-single-large .carousel-inner > .item > img {
    line-height: 1;
    object-fit: contain;
    object-position: center center;
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 0px;
}

.product-single-large.carousel-inner .img-thumbnail {
    padding: 0px;
    border: none;
    border-radius: 0px;
}

.product-single-large .carousel-inner .item {
    margin: 0px;
    min-height: 406px;
    max-height: 406px;
    border: none;
}

.carousel-item-info-wrapper {
    margin: 0px 0px 30px 0px;
    background: white;
    border-radius: 10px;
    max-height: 400px;
    /*-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    */ position: relative;
    z-index: 5;
}

.product-single-large .carousel-item-info-wrapper {
    margin: 0px 0px 20px 0px;
    background: white;
    border-radius: 10px;
    min-height: 406px;
    /*-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    */
    position: relative;
    z-index: 5;
}

.carousel-item-info-wrapper-small {
    margin: 0px 0px 30px -12px;
    background: white;
    border-radius: 10px;
    height: 100px;
    max-height: 100px;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    position: relative;
    z-index: 90;
}

.carousel-control.left,
.carousel-control.right {
    position: absolute;
    z-index: 5;
    display: inline-block;
    background-image: none;
    font-size: 60px;
    font-weight: 900;
    color: black;
}

.carousel-control .control-left {
    left: 20%;
}

.carousel-control .control-right {
    right: 20%;
}

/*-----------------------------------------------------*/
/* Carousel Large                                       */
/*-----------------------------------------------------*/

.carousel-large-generic.carousel-inner {
    border-radius: 5px;
}

.carousel-large-generic.carousel-caption {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 0 0 10px 25px;
    color: #fff;
    text-align: left;
    display: none;
}

.carousel-large-generic.carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: right;
}

.carousel-large-generic.carousel-control.left,
.carousel-large-generic.carousel-control.right {
    background-image: none;
}

/*-----------------------------------------------------*/
/* Product Carousel Medium small                   */
/* For small use 3 cols and medium 4 cols           */
/*-----------------------------------------------------*/

.carousel-inner .item .row {
    height: 100%;
    display: flex;
}

.carousel-inner .item. item {
    height: 100%;
    display: flex;
}

.product-carousel-small-medium-col-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-carousel-small-medium-col-item {
    border-bottom: 1px solid #eee;
    border-radius: 0px;
    background: #FFF;
    height: 100%;
    position: relative;
}

.carousel-small {
}

.product-carousel-small-medium-col-item .photo img {
    margin: 0px auto;
    width: 100%;
}

.product-carousel-small-medium-col-item .info .row {
    padding-top: 0px;
    margin: 0px;
}

.product-carousel-small-medium-col-item .info {
    padding: 0px 10px 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
    display: block;
    box-sizing: unset;
    bottom: 0px;
    flex: 1;
}

.carousel-inner .item:last-child .product-carousel-small-medium-col-item {
    border: none;
}

.product-carousel-small-medium-col-item:hover {
    background-color: #eee;
}

.product-carousel-small-medium-col-item .price {
    background: #eee;
    float: none;
    margin-top: 0px;
    padding: 0px;
}

    .product-carousel-small-medium-col-item .price h5 {
        min-height: 90px;
        float: none;
        margin: 0;
        font-size: 1.2em;
        color: #000;
        background: #eee;
        width: 100%;
        padding: 15px;
    }

.product-carousel-small-medium-col-item h5.price-text-color {
    color: #000;
    font: 2em 'Oswald';
    padding: 15px;
    width: 100%;
    height: auto;
}

.product-carousel-small-medium-col-item .info .rating {
    color: #777;
}

.product-carousel-small-medium-col-item .rating {
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.product-carousel-small-medium-col-item .separator {
    border-top: 1px solid #E1E1E1;
}


    .product-carousel-small-medium-col-item .separator p {
        line-height: 20px;
        margin-bottom: 0;
        margin-top: 10px;
        text-align: center;
    }

        .product-carousel-small-medium-col-item .separator p i {
            margin-right: 5px;
        }

.product-carousel-small-medium-col-item .btn-add {
    width: 100%;
    margin: 0px auto;
}

.product-carousel-small-medium-col-item .btn-add {
    border: none;
    width: 100%;
    float: none;
    height: 50px;
    display: inline-block;
}


.product-carousel-small-medium-col-item .btn {
    position: absolute;
    bottom: 0px;
}

.product-carousel-small-medium-col-item .btn-add .btn-lg {
    width: 100%;
}

.product-carousel-small-medium-col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.product-carousel-small-medium-col-item.controls {
    margin-top: 20px;
}


/*----------------------------*/
/* Custom duab styling jumbo       */
/*----------------------------*/
div.jumbotron img {
    max-width: 100%;
    height: auto;
}

div.duab-frame {
    border: 1px solid #eee;
    padding: 10px 10px 0px 10px;
    border-radius: 3px;
}

div.jumbotron {
    background-color: #00aeef;
    color: #fff;
    margin-bottom: 10px;
}

.container .jumbotron {
    border-radius: 0px;
}

/*----------------------------*/
/* Custom duab styling        */
/*----------------------------*/

input.btn.btn-flat {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.duab-button-valign-with-pad {
    padding: 25px 2px 0px;
}

.duab-button-valign-with-margin {
    margin: 25px 2px 0px;
}

.duab-button-valign {
    padding-top: 25px;
}

.duab-quantity-textbox {
    text-align: center;
    width: 40px;
}

.duab-pull-left {
    float: left !important;
    padding-left: 0px !important;
}

.duab-pull-right {
    float: right !important;
    padding-right: 0px !important;
    padding-top: 0px;
    margin: 0px;
}

.duab-pull-right_pad20 {
    float: right !important;
    padding: 20px;
}


.duab-bold {
    font-weight: 900;
}

.datepicker {
    padding: 0;
}

.duab-bootstrap-date {
    padding-left: 10px;
}

.form-group .duab-clearable {
    top: 35px;
}

.input-group .duab-clearable {
    right: 45px;
    z-index: 10000;
}

.no-margin-right .duab-clearable {
    right: 10px;
}

.duab-clearable {
    position: absolute;
    top: 10px;
    right: 25px;
    height: 14px;
    margin: auto;
    font-size: 17px;
    cursor: pointer;
    color: #999;
}

.duab-absolute-area-right {
    position: fixed;
    top: 140px;
    right: 0px;
    border-radius: 0px;
    z-index: 999;
}

.duab-no-padding-left-right {
    padding-left: 0px;
    padding-right: 0px;
    z-index: 0;
}

.duab-no-padding-left.col-xs-12.product-single-large {
    padding-left: 0px;
    padding-right: 15px;
    z-index: 0;
}

.duab-no-padding-right.col-xs-12.product-single-large {
    padding-left: 15px;
    padding-right: 0px;
    z-index: 0;
}

.product-single-large .vat.duab-pull-right_pad20 {
    padding: 0px;
}

.duab-no-padding-left-right .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
    z-index: 0;
}

.item.active form {
    height: 100%;
}

.duab-no-padding-left {
    padding-left: 0px;
}

.duab-no-padding-right {
    padding-right: 0px;
}

.duab_product_description {
    background: #f7f7f7;
}

    .duab_product_description h4 {
        font-size: 1.2em;
    }

    .duab_product_description .leastamount {
        padding: 10px 0px;
    }

.duab_product_information .dl-horizontal {
    padding: 10px;
    background: #f7f7f7;
    border-left: 0.5px solid #ddd;
    border-right: 0.5px solid #ddd;
    border-bottom: 0.5px solid #ddd;
}

.duab_product_information .nav-tabs li.active a {
    background: #f7f7f7;
}

.duab_product_category {
    display: inline-flex;
}

.duab_product_categories {
    padding: 10px;
}

    .duab_product_categories a {
        padding: 10px;
        background: #eee;
        /* line-height: 45px; */
        display: inline-table;
        margin: 0px 0px 5px 0px;
    }

.product_related_products table tr td {
    padding: 15px 0px 0px 0px;
}

.product_related_products table tr:first-child td {
    border-top: none;
}

.duab-flat-textbox {
    border: none;
}

.duab-onorder {
    color: #e70000;
    display: none;
}

.productMarker.hideIsInPriceList {
    display: none;
}

.productMarker.isInPriceList {
    display: block;
}

.isInPriceList {
    background-color: #a00;
    overflow: hidden;
    white-space: nowrap;
    /* top left corner */
    position: absolute;
    left: 0px;
    top: 0px;
    /* shadow */
    -webkit-box-shadow: 0 0 10px #888;
    -moz-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
    padding: 2px;
    border-radius: 20px;
    margin: 3px;
}

.animate {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.navbar-minimal {
    width: 50px;
    min-height: 50px;
    max-height: 100%;
    /* background-color: rgb(51, 51, 51); */
    background-color: rgba(51, 51, 51, 0.8);
    border-width: 0px;
    z-index: 999 !important;
    position: absolute;
    top: 80px;
    right: 0px;
}

    .navbar-minimal > .navbar-toggler {
        position: relative;
        min-height: 50px;
        border-bottom: 1px solid rgb(81, 81, 81);
        z-index: 999;
        cursor: pointer;
    }

        .navbar-minimal.open > .navbar-toggler,
        .navbar-minimal > .navbar-toggler:hover {
            background-color: #56565a;
        }

        .navbar-minimal > .navbar-toggler > span {
            position: absolute;
            top: 50%;
            right: 50%;
            margin: -8px -8px 0 0;
            width: 16px;
            height: 16px;
            background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxNiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEsN2gxNGMwLjU1MiwwLDEsMC40NDgsMSwxcy0wLjQ0OCwxLTEsMUgxQzAuNDQ4LDksMCw4LjU1MiwwLDgKCVMwLjQ0OCw3LDEsN3oiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLDEyaDE0YzAuNTUyLDAsMSwwLjQ0OCwxLDFzLTAuNDQ4LDEtMSwxSDFjLTAuNTUyLDAtMS0wLjQ0OC0xLTEKCVMwLjQ0OCwxMiwxLDEyeiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEsMmgxNGMwLjU1MiwwLDEsMC40NDgsMSwxcy0wLjQ0OCwxLTEsMUgxQzAuNDQ4LDQsMCwzLjU1MiwwLDMKCVMwLjQ0OCwyLDEsMnoiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjMzLDI4Ljk3bDExLjY0LTExLjY0YzAuNDU5LTAuNDU5LDEuMjA0LTAuNDU5LDEuNjYzLDAKCWMwLjQ1OSwwLjQ1OSwwLjQ1OSwxLjIwNCwwLDEuNjYzTDIuOTkzLDMwLjYzM2MtMC40NTksMC40NTktMS4yMDQsMC40NTktMS42NjMsMEMwLjg3MSwzMC4xNzQsMC44NzEsMjkuNDMsMS4zMywyOC45N3oiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yLjk5MywxNy4zM2wxMS42NDEsMTEuNjRjMC40NTksMC40NTksMC40NTksMS4yMDQsMCwxLjY2MwoJcy0xLjIwNCwwLjQ1OS0xLjY2MywwTDEuMzMsMTguOTkzYy0wLjQ1OS0wLjQ1OS0wLjQ1OS0xLjIwNCwwLTEuNjYzQzEuNzg5LDE2Ljg3MSwyLjUzNCwxNi44NzEsMi45OTMsMTcuMzN6Ii8+Cjwvc3ZnPgo=);
            background-repeat: no-repeat;
            background-position: 0 0;
            -webkit-transition: -webkit-transform .3s ease-out 0s;
            -moz-transition: -moz-transform .3s ease-out 0s;
            -o-transition: -moz-transform .3s ease-out 0s;
            -ms-transition: -ms-transform .3s ease-out 0s;
            transition: transform .3s ease-out 0s;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

    .navbar-minimal > .navbar-menu {
        position: absolute;
        top: -1000px;
        left: 0px;
        margin: 0px;
        padding: 0px;
        list-style: none;
        z-index: 50;
        background-color: rgb(51, 51, 51);
        background-color: rgba(51, 51, 51, 0.8);
    }

        .navbar-minimal > .navbar-menu > li {
            margin: 0px;
            padding: 0px;
            border-width: 0px;
            height: 44px;
        }

            .navbar-minimal > .navbar-menu > li > a {
                position: relative;
                display: inline-block;
                color: rgb(255, 255, 255);
                padding: 14px 18px;
                text-align: left;
                cursor: pointer;
                border-bottom: 1px solid rgb(81, 81, 81);
                width: 100%;
                text-decoration: none;
                margin: 0px;
                overflow: hidden;
            }

                .navbar-minimal > .navbar-menu > li > a:last-child {
                    border-bottom-width: 0px;
                    padding-bottom: 10px;
                }

                .navbar-minimal > .navbar-menu > li > a:hover {
                    background-color: #56565a;
                }

                .navbar-minimal > .navbar-menu > li > a > .glyphicon {
                    float: right;
                }

            .navbar-minimal > .navbar-menu > li:last-child {
                padding-bottom: 30px;
            }

    .navbar-minimal.open {
        width: 50px;
    }

        .navbar-minimal.open > .navbar-toggler > span {
            background-position: 0 -16px;
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

        .navbar-minimal.open > .navbar-menu {
            top: 50px;
            width: 100%;
            min-height: 100%;
        }

.navbar-minimal-save.delete > .navbar-menu > li > a {
    background-color: #c9302c;
    border-color: #c9302c;
}


    .navbar-minimal-save.delete > .navbar-menu > li > a:hover {
        background-color: #ac2925;
    }

.navbar-minimal-save {
    width: 50px;
    height: 50px;
    background-color: rgb(51, 51, 51);
    background-color: rgba(51, 51, 51, 0.8);
    border-width: 0px;
    z-index: 100000;
    float: right;
    position: absolute;
    top: 30px;
    right: 0px;
    padding: 0px;
}

    .navbar-minimal-save > .navbar-toggler {
        position: relative;
        min-height: 50px;
        border-bottom: 1px solid rgb(81, 81, 81);
        z-index: 100;
        cursor: pointer;
    }

        .navbar-minimal-save.open > .navbar-toggler,
        .navbar-minimal-save > .navbar-toggler:hover {
            background-color: #56565a;
        }

    .navbar-minimal-save > .navbar-menu {
        top: -1000px;
        left: 0px;
        margin: 0px;
        padding: 0px;
        list-style: none;
        z-index: 50;
        background-color: rgb(51, 51, 51);
        background-color: rgba(51, 51, 51, 0.8);
    }

        .navbar-minimal-save > .navbar-menu > li {
            margin: 0px;
            padding: 0px;
            border-width: 0px;
            height: 44px;
        }

            .navbar-minimal-save > .navbar-menu > li > a {
                position: relative;
                display: inline-block;
                background-color: #4cae4c;
                border-color: #4cae4c;
                padding: 18px 18px;
                text-align: left;
                cursor: pointer;
                border-bottom: 1px solid rgb(81, 81, 81);
                width: 100%;
                text-decoration: none;
                margin: 0px;
            }

                .navbar-minimal-save > .navbar-menu > li > a:last-child {
                    border-bottom-width: 0px;
                }

                .navbar-minimal-save > .navbar-menu > li > a:hover {
                    background-color: #5cb85c;
                }

                .navbar-minimal-save > .navbar-menu > li > a > .glyphicon {
                    float: right;
                    margin-right: 0px;
                }

    .navbar-minimal-save.open {
        width: 50px;
    }

        .navbar-minimal-save.open > .navbar-toggler > span {
            background-position: 0 -16px;
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

        .navbar-minimal-save.open > .navbar-menu {
            top: 60px;
            width: 100%;
            min-height: 100%;
        }

/*-----------------------------------------------------*/
/* Fileuploader missing display none on spinner        */
/*-----------------------------------------------------*/
.fileupload-process {
    display: none !important;
}

/*-----------------------------------------------------*/
/* Product  items                                   */
/*-----------------------------------------------------*/

#products.row.list-group .sale {
    left: 0px;
    z-index: 998;
    top: 20px;
    /* left: calc(25%); */
    /* bottom: calc(50% - 50px); */
}

.sale {
    position: absolute;
    display: inline-block;
    background: #d13239;
    color: white;
    height: 5rem;
    width: 5rem;
    text-align: center;
    vertical-align: middle;
    line-height: 5rem;
    /* margin: 45vh 45vw; */
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-animation: beat 1s ease infinite alternate;
    animation: beat 1s ease infinite alternate;
    font-size: 10px;
    text-transform: uppercase;
    z-index: 99999;
}

    .sale:before, .sale:after {
        content: "";
        position: absolute;
        background: inherit;
        height: inherit;
        width: inherit;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sale:after {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }

@-webkit-keyframes beat {
    from {
        -webkit-transform: rotate(-20deg) scale(1);
        transform: rotate(-20deg) scale(1);
    }

    to {
        -webkit-transform: rotate(-20deg) scale(1.1);
        transform: rotate(-20deg) scale(1.1);
    }
}

@keyframes beat {
    from {
        -webkit-transform: rotate(-20deg) scale(1);
        transform: rotate(-20deg) scale(1);
    }

    to {
        -webkit-transform: rotate(-20deg) scale(1.1);
        transform: rotate(-20deg) scale(1.1);
    }
}


#products.row {
    margin-right: 0px;
    margin-left: 0px;
    box-shadow: none;
    /* margin: auto; */
}

    #products.row .spacer {
        padding: 12px 0px;
    }

    #products.row .item {
        padding: 5px;
        height: 600px;
        text-align: center;
        border: 1px solid #f5f5f5;
        border-radius: 8px;
    }

        #products.row .item .row.upper {
            height: 60%;
            padding: 0px;
            margin: 0px;
        }

        #products.row .item .row.lower {
            height: 40%;
            padding: 0px;
            margin: 0px;
        }

            #products.row .item .row.lower .group.inner.quantityRow-select-display {
                height: 100%;
            }

            #products.row .item .row.lower .quantityRow-relative {
                height: 100%;
            }

                #products.row .item .row.lower .quantityRow-relative .price.original .price {
                    font-size: 1em;
                    font-weight: bold;
                }

            #products.row .item .row.lower .quantity-row {
                position: absolute;
                bottom: 65px;
                width: calc(100% - 60px);
                left: 30px;
            }

            #products.row .item .row.lower .quantityRow.row {
            }

            #products.row .item .row.lower .quantityRow-select-display .buybutton {
                position: absolute;
                bottom: 15px;
                width: calc(100% - 30px);
                left: 15px;
            }

                #products.row .item .row.lower .quantityRow-select-display .buybutton button {
                    width: calc(100% - 30px);
                    border-radius: 8px;
                    position: relative;
                }

        #products.row .item .col-xs-12,
        #products.row .item .col-xs-8,
        #products.row .item .col-xs-4 {
            padding: 0px;
        }

.product-block-list .group-description {
    padding: 0px 15px;
    margin: 0px auto;
}

    .product-block-list .group-description h1 {
        font-size: 1.5em;
        font-weight: 900;
    }

    .product-block-list .group-description .group-description-p {
        font-size: 1em;
    }

.quantitySingleRow > div {
    padding-left: 0px;
    padding-right: 10px;
}

.duab-autocomplete .photo-container {
    height: auto;
}

.photo-container {
    height: 200px;
    width: 100%;
    /* padding: 20px; */
}

    .photo-container a {
        width: 100%;
        height: 100%;
    }


    .photo-container img {
        width: 100%;
        height: auto;
    }

.thumbnail {
    float: right;
}

.thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .thumbnail:hover {
        cursor: pointer;
    }

.media-left, .media > .pull-left {
    padding-right: 0px;
    margin-right: 10px;
}

.product-block-description {
    width: 100%;
    margin: 10px 5px 5px 0px;
    float: left;
    display: none;
    text-align: left;
    font-size: 0.9em;
}

/*-----------------------------------------------------*/
/* Shoppingcart items                                   */
/*-----------------------------------------------------*/

.order-details .row:first-child {
    margin-bottom: 0px;
}

.duab-well-iteminfo.order-details .duab-page-header {
    margin-bottom: 0px;
}

.order-details .btn {
    margin: 0px 0px 5px 0px;
}

.orderindex .btn {
    margin: 0px 0px 5px 5px;
    font-size: 14px;
}

#cartTable tbody .media {
    margin: 0;
}

#checkoutTable tbody .media {
    margin: 0;
}


/*---------------------------*/
/*---------Newcart-----------*/
/*---------------------------*/

.cart .row.cart_header {
    font-weight: 900;
    background: #eee;
    padding: 15px;
    border-radius: 0px;
}

.cart .cart_items .row.item {
    border-bottom: 0.5px #eee solid;
}

.cart .cart_items .mobile {
    display: none;
}

.cart .cart_items .row .quantity {
    font-weight: 900;
}

.cart .bg-grey {
    background-color: #eee;
}

.cart .rowAddon > div,
.cart .rowNet > div,
.cart .rowTotal > div,
.cart .rowVat > div {
    margin: 0px;
    padding: 10px 10px;
}

/*---------------------------*/

h2.checkout {
    background: #56565a;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3em;
}

h3.checkout {
    background: #fff;
    padding: 15px 5px;
    color: #000;
    font-size: 1em;
    margin: 0px;
    :
}


#shoppingCart .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
}

#shoppingCart .table > tbody > tr > td {
    border-top: none;
    border: none;
}

#shoppingCart .table > tbody > tr:last-child > td {
    padding: 50px 0px;
}

#checkoutTable.table > tbody > tr > td > span,
#orderDetailsTable.table > tbody > tr > td > span,
#shoppingCart .table > tbody > tr > td > span {
    padding: 5px 15px 5px;
    background-color: #eee;
    width: 100%;
    display: block;
    font-size: 1em;
    height: 30px;
    color: #000;
    font-family: 'Roboto';
}

#checkoutTable .checkout-address-area td div:first-child {
    padding: 0px 10px 0px 0px;
}


#checkoutTable .checkout-address-area td div:nth-child(2) {
    padding: 0px 0px 0px 0px;
}


#checkoutTable .checkout-address-area td div:first-child #AddressBilling div {
    padding: 0px 5px 0px 0px;
}

#checkoutTable .checkout-address-area td div:nth-child(2) #AddressDelivery div {
    padding: 0px 5px 0px 0px;
    float: right;
}


#checkoutTable.table > tbody > tr > td.colReference > span {
    width: 50%;
}

#checkoutTable.table > tbody > tr > td.colReference span:last-child {
    width: 100%;
}

#shoppingCart .table tbody tr.shoppingCartVat .td .span {
    background: #eee !important;
}

#checkoutTable.table > tbody > tr > td,
#orderDetailsTable.table > tbody > tr > td {
    padding: 5px 10px 10px 0px;
}



    #orderDetailsTable.table > tbody > tr > td:last-child {
        padding: 5px 5px 10px 0px;
    }


    #orderDetailsTable.table > tbody > tr > td#cart-vat-total,
    #orderDetailsTable.table > tbody > tr > td#cart-net-total {
        text-align: right;
    }

.orderaddresses h3 {
    padding: 15px;
    background-color: #bbb;
    width: 100%;
    display: block;
    font-size: 1.2em;
    height: 50px;
    color: #000;
    font-family: 'Roboto';
    text-transform: uppercase;
}

#checkoutTable tr.rowAddon td:nth-child(1) span {
    background: #fff;
    height: auto;
}

#checkoutTable tr.rowNet td:nth-child(1) span {
    background: #fff;
    height: auto;
}

#checkoutTable tr.rowAddon > td,
#checkoutTable tr.rowVat > td,
#checkoutTable tr.rowNet > td,
#checkoutTable tr.rowTotal > td {
    border: none;
}

#checkoutTable.table tbody tr.rowVat td:nth-child(2),
#checkoutTable.table tbody tr.rowVat td:nth-child(3),
#checkoutTable.table tbody tr.rowVat td:nth-child(4),
#checkoutTable.table tbody tr.rowAddon td:nth-child(2),
#checkoutTable.table tbody tr.rowAddon td:nth-child(3),
#checkoutTable.table tbody tr.rowAddon td:nth-child(4),
#checkoutTable.table tbody tr.rowTotal td:nth-child(2),
#checkoutTable.table tbody tr.rowTotal td:nth-child(3),
#checkoutTable.table tbody tr.rowTotal td:nth-child(4),
#checkoutTable.table tbody tr.rowNet td:nth-child(2),
#checkoutTable.table tbody tr.rowNet td:nth-child(3),
#checkoutTable.table tbody tr.rowNet td:nth-child(4),
tr.addon td:nth-child(3),
tr.addon td:nth-child(4),
tr.addon td:nth-child(5),
tr.rowVat td:nth-child(3),
tr.rowVat td:nth-child(4),
tr.rowVat td:nth-child(5),
tr.rowAddon td:nth-child(3),
tr.rowAddon td:nth-child(4),
tr.rowAddon td:nth-child(5),
tr.rowTotal td:nth-child(3),
tr.rowTotal td:nth-child(4),
tr.rowTotal td:nth-child(5),
tr.rowNet td:nth-child(3),
tr.rowNet td:nth-child(4),
tr.rowNet td:nth-child(5),
tr.addon td:nth-child(3),
tr.addon td:nth-child(4),
tr.addon td:nth-child(5),
tr.shoppingCartNet td:nth-child(3),
tr.shoppingCartVat td:nth-child(3),
tr.shoppingCartTotal td:nth-child(3),
tr.shoppingCartNet td:nth-child(4),
tr.shoppingCartVat td:nth-child(4),
tr.shoppingCartTotal td:nth-child(4),
tr.shoppingCartNet td:nth-child(5),
tr.shoppingCartVat td:nth-child(5),
tr.shoppingCartTotal td:nth-child(5) {
    color: #fff;
    padding: 5px 0px 5px 0px;
}

#orderDetailsTable tr.shoppingCartComment td,
#orderDetailsTable tr.shoppingCartNet td,
#orderDetailsTable tr.shoppingCartVat td,
#orderDetailsTable tr.shoppingCartTotal td {
    color: #fff;
    padding: 10px 0px 10px 0px;
    font-family: 'Roboto';
    font-size: 14px !important;
    border: none;
}

#checkoutTable tr td.colReference {
    color: #fff;
    font-family: 'Roboto';
    font-size: 14px !important;
    border: none;
}

#shoppingCart tr.shoppingCartNet td:nth-child(3),
#shoppingCart tr.shoppingCartVat td:nth-child(3),
#shoppingCart tr.shoppingCartTotal td:nth-child(3),
#orderDetailsTable tr.shoppingCartNet td:nth-child(5),
#orderDetailsTable tr.shoppingCartVat td:nth-child(5),
#orderDetailsTable tr.shoppingCartTotal td:nth-child(5) {
    text-transform: uppercase;
}

/*-----------------------------------------------------*/
/* Common for views                                   */
/*-----------------------------------------------------*/
.list-group-item .duab-quantity-textbox,
.grid-group-item .duab-quantity-textbox,
.compact-group-item .duab-quantity-textbox {
    max-width: 40px;
    float: right;
}

.item.list-group-item:nth-of-type(odd):hover,
.item.list-group-item:hover,
.item.grid-group-item:hover,
.item.compact-group-item:hover {
    background: #transparent;
}

.list-group-item .quantityRow-relative,
.grid-group-item .quantityRow-relative,
.compact-group-item .quantityRow-relative {
    position: relative;
    height: 100%;
}

/*-----------------------------------*/
/* stora rutor        grid-group-item*/
/*-------------------------------*/

.item.grid-group-item .thumbnail {
    min-height: 530px;
    margin-top: 20px;
    /* display: block; */
    /* height: -webkit-fill-available; */
    /* min-height: 100%; */
}

    .item.grid-group-item .thumbnail .caption {
        display: block;
        height: 100%;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
    /* min-height: 70px; */
}

.item.grid-group-item .group.inner.quantityRow-select-display {
    position: relative;
    display: block;
    height: 100%;
}

.grid-group-item .price {
    font-size: 20px;
}

.grid-group-item .typeofpack-display {
    font-size: 12px;
    float: right;
    right: 40px;
    bottom: 90px;
}

.grid-group-item .duab-onorder {
    position: absolute;
    top: 30px;
    background: #fff;
    padding: 3px 3px 0px;
    border: #ddd solid 1px;
}

.grid-group-item .replacedWith-select-display {
    position: absolute;
    width: 80%;
}

.list-group .pricerow div.price {
    margin-top: 0px;
}

.list-group .pricerow {
    padding: 0px;
}

.grid-group-item .quantityRow-relative .pricerow {
    font-weight: bold;
    text-align: center;
}

.grid-group-item .pricerow div.price-customer {
    font-size: 12px;
}

.grid-group-item .pricerow .price span.price {
    font-size: 25px;
    font-weight: 700;
}

.grid-group-item .quantityplusminus {
    float: left;
    width: 130px;
}

.grid-group-item .buybutton {
    /* bottom: 0; */
    float: right;
    position: absolute;
    right: 0;
}

.grid-group-item .duab-select-style {
    max-width: 120px;
}

.grid-group-item .quantityRow-select-display div.pricerow {
    width: 100%;
    position: relative;
    display: inline-block;
}

.grid-group-item .quantityRow-select-display div.quantityRow {
    /* position: relative; */
    /* float: right; */
    /* right: 25px; */
}

    .grid-group-item .quantityRow-select-display div.quantityRow .quantity {
        float: right;
        position: relative;
    }

    .grid-group-item .quantityRow-select-display div.quantityRow .duab-select-style {
        float: right;
        position: relative;
    }

    .grid-group-item .quantityRow-select-display div.quantityRow .addToCart {
        float: right;
        position: relative;
        padding-left: 2px;
    }

/*-------------------------------*/
/* Listade rader list-group-item*/
/*-------------------------------*/

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    border: none;
    height: auto;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}

    .item.list-group-item .duab-onorder {
        position: absolute;
        bottom: 110px;
    }

    .item.list-group-item .list-group-image {
        margin-right: 10px;
        max-width: 450px;
        max-height: 100%;
    }

img.group.list-group-image {
    max-width: 100%;
}

.item.list-group-item .thumbnail {
    /* height: 283px; */
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
}

.item.list-group-item .caption {
    padding: 9px 9px 0px 9px;
}

.item.list-group-item:before, .item.list-group-item:after {
    display: table;
    content: " ";
}

.item.list-group-item img {
    float: left;
}

.list-group-item .price-tax {
    text-align: right;
}

.list-group-item .replacedWith-select-display {
    position: relative;
}

    .list-group-item .replacedWith-select-display table {
        width: 50%;
    }

.item.list-group-item:after {
    clear: both;
}

.grid-group-item .list-group-item-heading {
    min-height: 70px;
}

.grid-group-item .list-group-item-text {
    min-height: 160px;
}

.list-group-item-text {
    margin: 0 0 11px;
    display: none;
}

    .list-group-item-text a {
        text-decoration: none !important;
    }

.list-group-item-heading a {
    text-decoration: none !important;
    font-size: 0.9em;
    color: #0a0a0a;
    margin: 10px 0px;
}

.list-group-item .pricerow div.price {
    font-size: 30px;
    text-align: right;
}

.list-group-item .pricerow div.price-customer {
    font-size: 12px;
    text-align: right;
}

.list-group-item .quantityRow-select-display div.pricerow {
    height: 100%;
    position: relative;
    /* right: 25px; */
    /* bottom: 115px; */
}

.list-group-item .quantityRow-select-display div.quantityRow {
    /* float: right; */
    /* position: absolute; */
    right: 25px;
    bottom: 20px;
    width: 40%;
}


.list-group-item .quantityplusminus {
    bottom: 40px;
    float: right;
    max-width: 125px;
    position: absolute;
    right: 0;
    width: 50%;
}

.list-group-item .buybutton {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}


.list-group-item .quantityRow-select-display div.quantityRow .quantity {
    float: left;
    position: relative;
}

.list-group-item .quantityRow-select-display div.quantityRow .duab-select-style {
    float: right;
    position: relative;
}

.list-group-item .quantityRow-select-display div.quantityRow .addToCart {
    float: right;
    position: relative;
    padding-left: 2px;
}

/*-------------------------------*/
/* Kompakta rader compact-group-item*/
/*-------------------------------*/

img.group.list-group-image {
    max-width: 100%;
}

#products.list-group img.group.list-group-image {
    max-height: 200px;
    width: auto;
    margin: 0px auto;
    max-width: 100%;
}

.thumbnail {
    width: 72px;
    border: none;
    box-shadow: none;
}

    .thumbnail img.group.list-group-image {
        max-height: 45px;
        margin: 0px auto;
    }

.item.compact-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin: 10px 0px 0px;
    border: none;
    min-height: 150px;
}

.item.compact-group-item {
    position: relative;
    display: inline-block;
    padding: 0px 0px 10px 0px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.item compact-group-item > .col-md-6,
.item compact-group-item > .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.item.compact-group-item:first-child {
    /* border-top-left-radius: 0px; */
    /* border-top-right-radius: 0px; */
}

.item.compact-group-item .photo-container {
    float: none;
    width: 100%;
    text-align: center;
}

.item.compact-group-item .list-group-image {
    max-height: 200px;
    width: auto;
    margin: 0px auto;
    float: none;
}

.item.compact-group-item img {
    float: left;
}

.group.inner.typeofpack-display.elseiftwo {
    text-align: left;
    background: #eee;
    padding: 5px;
    border-radius: 8px;
    color: #000;
    width: auto;
    display: inline-block;
}

#CheckOutAddonsOffer .item.compact-group-item .thumbnail,
#products .item.compact-group-item .thumbnail {
    margin: 0px;
    box-shadow: none;
    height: 100%;
    border: 0px;
    width: calc(100% - 175px);
}

    #products .item.compact-group-item .thumbnail .photo-container {
        width: 100px;
        height: 100%;
    }

#products .product-extrainfo-transportpackage {
}

#CheckOutAddonsOffer .item.compact-group-item .thumbnail .photo-container
#products .item.compact-group-item .thumbnail .photo-container {
    position: relative;
    width: 72px;
    overflow: hidden;
    float: left;
    z-index: 1000;
}

#products .item.compact-group-item .thumbnail .photo-container img {
    object-fit: contain;
    object-position: center center;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 0px;
}


.item.compact-group-item .thumbnail {
    margin: 0px;
    box-shadow: none;
    height: 100%;
    border: 0px;
}

.item.compact-group-item .caption {
    /* padding: 9px 9px 0px 9px; */
    display: block;
    margin: 0px 15px;
}

.item.compact-group-item:before,
.item.compact-group-item:after {
    display: table;
    content: " ";
}

.item.compact-group-item:after {
    clear: both;
}


.item.compact-group-item .quantityplusminus {
    /* width: 60%; */
    float: left;
    margin-top: 0px;
    padding: 0px;
}

.item.compact-group-item .buybutton {
    width: 100%;
    margin-top: 25px;
}

.item.compact-group-item .productbutton {
    width: 100%;
    border-radius: 4px;
    height: 50px;
}


.item.compact-group-item .duab-onorder {
    display: none;
}

.item.compact-group-item .replacedWith-select-display {
    top: 0px !important;
}

    .item.compact-group-item .replacedWith-select-display h5 {
        margin-top: 8px;
        margin-bottom: 2px;
    }

.compact-group-item-text {
    margin: 0 0 11px;
}

    .compact-group-item-text a {
        text-decoration: none !important;
    }



.compact-group-item .replacedWith-select-display,
.compact-group-item .quantityRow-select-display {
    float: right;
    /* position: absolute; */
    /* top: 25px; */
    /* right: 0px; */
    /* width: 50%; */
    height: 100%;
}


    .compact-group-item .quantityRow-select-display div.pricerow {
        /* width: 35%; */
        float: left;
        margin: 15px 0px 0px;
        height: 100%;
        padding: 0px;
    }


        .compact-group-item .quantityRow-select-display div.pricerow .price .price {
            font-size: 24px;
            font-weight: 800;
        }

        .compact-group-item .quantityRow-select-display div.pricerow .price .noncustomer-price .price {
            font-size: 12px;
            font-weight: normal;
        }

        .compact-group-item .quantityRow-select-display div.pricerow div.price-customer {
            font-size: 12px !important;
            font-weight: normal !important;
        }

        .compact-group-item .quantityRow-select-display div.pricerow div.price.campaign {
            color: #d13239;
            font-size: 22px;
            font-weight: bolder;
        }

        .compact-group-item .quantityRow-select-display div.pricerow.campaign div.price:nth-child(3) {
            color: red;
            font-size: 22px;
        }



    .compact-group-item .quantityRow-select-display div.quantityRow {
        position: relative;
        /* min-width: 300px; */
    }

        .compact-group-item .quantityRow-select-display div.quantityRow .quantity {
            float: left;
            position: relative;
        }

        .compact-group-item .quantityRow-select-display div.quantityRow .duab-select-style {
            float: right;
            max-width: 100%;
            position: relative;
            min-width: 100%;
        }

        .compact-group-item .quantityRow-select-display div.quantityRow .addToCart {
            float: right;
            position: relative;
            padding-left: 2px;
        }

/* Disabled dropdown*/
.disabledDropdown {
    background: #eee !important;
}

/* Gömmer description, syns bara tooltip på i för compact-läge*/
.compact-group-item div.group.inner.list-group-item-text {
    display: none;
}

/*------------------------*/
/* tool tip               */

.tooltipButton + .tooltip > .tooltip-inner {
    white-space: pre-wrap;
}

.tooltip.fade.right.in {
}

.tooltipStyle {
    position: absolute;
    left: 400px;
    top: 35px;
}

.tooltipDetail {
    position: absolute;
    left: 250px;
}

.tooltipStyleIsOnOrder {
    /* position: absolute; */
    /* left: 425px; */
    /* top: 35px; */
}


/*------------------------------------------------------*/
/* Menu items                                           */
/*------------------------------------------------------*/

.navbar span.glyphicon {
    padding: 0px 5px;
}

.navbar span.duab-clearable {
    padding: 3px 0px;
    right: 5px;
}

.sidebar-nav .glyphicon {
    margin-right: 10px;
}

.sidebar-nav .panel-body {
    padding: 0px;
}

    .sidebar-nav .panel-body table tr td {
        padding-left: 15px;
        font-size: 12px;
    }

    .sidebar-nav .panel-body .table {
        margin-bottom: 0px;
    }

div.well.sidebar-nav {
    padding: 10px;
}

    div.well.sidebar-nav div#accordion {
        margin-bottom: 0px;
    }

.sidebar-nav .panel-heading {
    background-color: #56565a;
    padding-bottom: 4px;
    padding-left: 16px;
    padding-right: 5px;
    padding-top: 6px;
    background-image: none;
    color: white;
    border-radius: 0px;
}

.sidebar-nav .panel-title {
    font-weight: bold;
    font-size: 14px;
}

div#idVatChoice {
    float: left;
    width: auto;
    display: block;
    height: 50px;
    color: #fff;
    line-height: 50px;
}

form#FormShowIncludingVat {
    float: right;
    padding: 0px 0px 0px 10px;
}

/*------------------------------------------------------*/
/* OLD submenu dropdown removed from bootstrap 3.0+     */
/* DONT REMOVE                                          */
/*------------------------------------------------------*/

#shopDropdownMenu .dropdown-submenu {
    position: static;
    min-height: 30px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu li.li-header {
    display: block;
    /* z-index: 999; */
}

.dropdown-submenu:hover {
    background-color: #eee;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

#shopDropdownMenu .dropdown-submenu:hover .dropdown-menu {
    /* display: flex; */
    /* width: auto; */
}

#shopDropdownMenu .dropdown-submenu:hover > .dropdown-menu {
}

#shopDropdownMenu .dropdown-submenu:hover > .dropdown-menu {
    width: 100%;
    display: table-cell;
    min-height: calc(100% + 2px);
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    border-radius: 0px;
    border-left: none;
    border-right: 0.5px solid #eee;
    box-shadow: none;
    /* width: 100%; */
    /* background: #eee; */
}

.dropdown-submenu > a:after,
.dropdown-submenu > form a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after,
.dropdown-submenu:hover > form a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }
/*----------------------------------------*/
/*------------ Bootstrap override --------*/
/*----------------------------------------*/



#shopDropdownMenu .menu-item-product,
#shopDropdownMenu #myCarousel {
    padding: 30px;
    height: 380px;
}

#shopDropdownMenu #itemInfoPrice {
    color: #000;
    font-weight: 700
}

.navbar-inverse {
    /* background-color: #56565a; */
    background-image: none;
    border-color: #fff;
    /* border: none; */
    padding: 0px;
    /* border-color: white; */
}

.navbar {
    margin-bottom: -20px;
}

#MenuMain {
    max-width: 1280px;
    margin: 0px auto;
}


.navbar-inverse .well {
    border: none;
}

.navbar-inverse.danger {
    background-color: #f44336 !important
}

    .navbar-inverse.danger .navbar-nav > li:hover {
        background-color: #f44336 !important
    }

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #0079e0;
    background-image: none;
}


#shopDropdownMenu .dropdown-menu > li > a,
#shopDropdownMenu .dropdown-menu > li > form a {
    padding: 5px 30px;
}


.dropdown-menu > li > a,
.dropdown-menu > li > form a {
    display: block;
    padding: 5px 15px;
    clear: both;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}

li.dropdown.open,
.navbar-inverse .navbar-nav > li:hover {
    background-color: #0079e0;
}



/* Hover is dropdown in menu*/
ul.nav li.dropdown:hover > ul.dropdown-menu {
    /* display: block; */
    color: #fff;
    border-radius: 0px;
    border-right: none;
    padding-top: 10px;
}

ul.nav#startadmin li.dropdown:hover > ul.dropdown-menu {
    padding-top: 0px;
}

ul.nav#startadmin .dropdown-submenu:hover > .dropdown-menu {
    padding-top: 0px;
}

ul.nav#startadmin li.dropdown li {
    padding: 5px 0px;
}

ul.nav#startadmin .dropdown-menu .divider {
    display: none;
}


.dropdown-menu > li > form a:hover,
.dropdown-menu > li > form a:focus {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
}

/*------------------------------------------------------*/
/*------FILTER dropdown      ----------------------------*/
/*------------------------------------------------------*/

.duab-filter .breadcrumb a,
.duab-filter .breadcrumb {
    padding: 10px 0px;
    margin-bottom: 0px;
    color: #000;
}

.filter-groupchildren-header {
    padding: 10px;
    color: #565656;
    text-align: left;
    font-weight: 600;
    width: 100%;
    background: #ccc;
    /* font-family: 'Francois One'; */
    text-transform: uppercase;
}

.filter-groupchildren {
    /* text-align: right; */
    padding: 0px;
    background: #eee;
}

    .filter-groupchildren a {
        padding: 10px;
        background: #eee;
        /* line-height: 45px; */
        display: inline-table;
        margin-bottom: 5px;
    }

        .filter-groupchildren a:hover {
            background: #ddd;
        }

.dropdown-filter-manufacturer {
    max-width: 225px;
}

    .dropdown-filter-manufacturer dd, .dropdown-filter-manufacturer dt {
        margin: 0px;
        padding: 0px;
    }

    .dropdown-filter-manufacturer dt {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border: 1px #ccc solid;
    }

    .dropdown-filter-manufacturer ul {
        margin: -1px 0 0 0;
        font-size: 16px;
    }

    .dropdown-filter-manufacturer dd {
        position: relative;
    }

    .dropdown-filter-manufacturer a,
    .dropdown-filter-manufacturer a:visited {
        color: #000;
        text-decoration: none;
        outline: none;
        font-size: 12px;
    }

    .dropdown-filter-manufacturer dt a {
        background-color: #fff;
        display: block;
        padding: 5px 20px 5px 10px;
        min-height: 20px;
        line-height: 24px;
        overflow: hidden;
        border: 0;
        width: 100%;
    }

        .dropdown-filter-manufacturer dt a span, .selectedManufacturer span {
            cursor: pointer;
            display: inline-block;
        }

            .dropdown-filter-manufacturer dt a span.glyphicon {
                padding-top: 5px;
            }

    .dropdown-filter-manufacturer dd ul {
        background-color: #fff;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border: 1px #ccc solid;
        color: #000;
        display: none;
        left: 0px;
        padding: 2px 15px 2px 5px;
        position: absolute;
        top: 2px;
        width: 100%;
        list-style: none;
        overflow: visible;
        z-index: 100000;
        font-size: 12px;
    }

    .dropdown-filter-manufacturer span.value {
        display: none;
    }

    .dropdown-filter-manufacturer dd ul li input {
        margin: 2px 5px 2px 0px;
    }

    .dropdown-filter-manufacturer dd ul li a {
        padding: 5px;
        display: block;
    }

        .dropdown-filter-manufacturer dd ul li a:hover {
            background-color: #000;
        }

#slider-filter {
    margin-top: 5px;
    margin-bottom: 10px;
}

    #slider-filter .slider-selection {
        background: #BABABA;
    }


/*------------------------------------------------------*/
/*------SHOP MEGA MENU      ----------------------------*/
/*------------------------------------------------------*/

.mega-dropdown {
    position: static !important;
    width: 100%;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .mega-dropdown-menu:before {
        content: "";
        border-bottom: 10px solid #fff;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        position: absolute;
        top: -10px;
        left: 85px;
        z-index: 10;
    }

    .mega-dropdown-menu:after {
        content: "";
        border-bottom: 12px solid #ccc;
        border-right: 14px solid transparent;
        border-left: 14px solid transparent;
        position: absolute;
        top: -12px;
        left: 83px;
        z-index: 8;
    }

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #999;
                white-space: normal;
            }

    .mega-dropdown-menu > li ul > li > a:hover,
    .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
        color: #444;
        background-color: #f5f5f5;
    }

    .mega-dropdown-menu .dropdown-header {
        color: #428bca;
        font-size: 18px;
        font-weight: bold;
    }

    .mega-dropdown-menu form {
        margin: 3px 20px;
    }

    .mega-dropdown-menu .form-group {
        margin-bottom: 3px;
    }

/*-----------------------------------------------------*/
/* Storage items                                         */
/*-----------------------------------------------------*/
a.round-tabs,
span.round-tabs {
    width: 20px;
    height: 20px;
    line-height: 15px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    left: 0;
    text-align: center;
    font-size: 10px;
}

    a.round-tabs i,
    span.round-tabs i {
        margin: auto;
    }

    a.round-tabs.green,
    span.round-tabs.green {
        color: rgb(34, 194, 34);
        border: 2px solid rgb(34, 194, 34);
        background: #fff !important;
        color: rgb(34, 194, 34);
    }

    a.round-tabs.grey,
    span.round-tabs.grey {
        color: #999;
        border: 2px solid #999;
        background: #fff !important;
        border: 2px solid #ddd;
        color: #999;
    }

    a.round-tabs.red,
    span.round-tabs.red {
        color: #f1685e;
        border: 2px solid #f1685e;
        background: #fff !important;
        color: #f1685e;
    }

/*-----------------------------------------------------*/
/* Footer items                                          */
/*-----------------------------------------------------*/

#footer {
    position: relative;
    z-index: 10;
    /* background: #56565a; */
    color: #fff;
}

    #footer a,
    #footer a:visited,
    #footer a:hover {
        color: #fff;
    }

    #footer .footer-holder .Widget .header {
        height: 20px;
    }

    #footer .footer-holder .Widget .header {
        height: 20px;
    }


.footer-holder {
    padding: 0 0 0 202px;
    font-size: 18px;
    line-height: 27px;
}

.footer-area {
    padding: 40px 0 42px 202px;
    /* background: #005ee0; */
}

.footer-add-info {
    /* background: #000600; */
    padding: 40px 0 40px 202px;
}

    .footer-add-info address {
        font-style: normal;
        display: inline-block;
        vertical-align: top;
    }

    .footer-add-info ul {
        margin: 0;
        padding: 0;
        overflow: hidden;
        list-style: none;
        display: inline-block;
        vertical-align: top;
    }

        .footer-add-info ul li {
            position: relative;
            margin: 0 12px 0 0;
            display: inline-block;
            vertical-align: top;
        }

            .footer-add-info ul li:after {
                content: '|';
                position: absolute;
                left: -10px;
                top: -1px;
                color: #fff;
            }

/*-----------------------------------------------------*/
/* duab-search glow (old)                                 */
/*-----------------------------------------------------*/

.searchblock {
    height: 75px;
    padding: 20px 0px;
}

input[type=text].duab-search {
    width: 120px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    max-height: 40px;
    font-size: 105%;
    padding: 4px 0px 4px 5px;
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    /* When the input field gets focus, change its width to 100% */
    input[type=text].duab-search:focus {
        width: 100%;
        max-height: 40px;
        font-size: 105%;
        padding: 4px 0px 4px 5px;
        border-left: none;
        border-right: none;
        border-top: none;
        background-color: transparent;
        outline: none;
    }



.duab-autocomplete .ui-autocomplete-category {
    color: #000;
    border-bottom: none;
    clear: both;
    border-bottom: 1px solid grey;
    text-align: left;
    font-size: 105%;
    font-family: 'Roboto';
    padding: 10px 15px;
    list-style-type: none;
    background-color: #56565a;
    color: white;
}

.duab-autocomplete.ui-autocomplete {
    max-width: 600px;
    background: #fff;
    padding: 0px 0px 0px 0px;
    margin-top: -10px;
    z-index: 9999999999;
    border: solid 1px #bbb;
}

.duab-autocomplete .elastic .ui-menu-item-wrapper img,
.duab-autocomplete .product .ui-menu-item-wrapper img {
    object-fit: contain;
    object-position: center center;
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 0px;
}

.duab-autocomplete .elastic .photo-container,
.duab-autocomplete .product .photo-container {
    width: 72px;
    height: 45px;
    position: relative;
    float: left;
}

.duab-autocomplete li.ui-menu-item {
    display: inline-block;
    list-style-type: none;
    padding: 5px;
    min-width: 50%;
    list-style: none;
}

.duab-autocomplete li.ui-menu-item,
.duab-autocomplete li.product.ui-menu-item {
    max-width: 50%;
    vertical-align: top;
}

.duab-autocomplete li.group.ui-menu-item a {
    padding: 10px;
    background: #eee;
    display: inline-table;
    margin: 0px 0px 5px 0px;
}

.duab-quantity-textbox.duab-glow-box {
    margin: 0px;
}

input.duab-glow-box {
    margin: 0px 5px;
    border: 1px solid #c4c4c4;
    width: 100%;
    height: 35px;
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    ;
    max-width: 200px !important;
    color: #000 !important;
    line-height: 35px;
}

    input.duab-glow-box.tt-hint {
        display: none;
    }

    input.duab-glow-box:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: none;
    }
/*-----------------------------------------------------*/
/* duab-select-box                       */
/*-----------------------------------------------------*/


.elastic_iteminfo_search img {
    max-width: 60px;
    float: left;
    height: auto;
}

.elastic_iteminfo_search,
.elastic_group_search {
    display: flex;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
}

    .elastic_iteminfo_search div,
    .elastic_group_search div {
        max-width: 25%;
        padding: 10px;
    }

        .elastic_group_search div.group {
            padding: 10px;
            background: #eee;
            display: inline-table;
            margin: 5px;
        }

/*-----------------------------------------------------*/
/* duab-select-box                       */
/*-----------------------------------------------------*/
.duab-select-style {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    /* overflow: hidden; */
    background: #fafafa url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 90% 50%;
    margin: 0px 0px;
    float: right;
}

.product-single-large .duab-select-style select {
    min-width: 120px;
}

.duab-select-style select {
    padding: 6px 8px;
    width: 100%;
    /* min-width: 120px; */
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

    .duab-select-style select:focus {
        outline: none;
    }



/*-----------------------------------------------------*/
/* Widget specs                                      */
/*-----------------------------------------------------*/

.footer-holder .Widget img {
    border-radius: 50%
}

.widget_editlink {
    z-index: 999;
    height: 5px;
}


.Widget img {
    width: 100%;
}

.widget-limit {
    max-width: 320px;
    overflow: hidden;
}

/*-----------------------------------------------------*/
/* Misc                                      */
/*-----------------------------------------------------*/

ul.nav.nav-pills {
    margin-top: 10px;
    margin-bottom: 10px;
}

.glyphicon-margin-right-5 {
    margin-right: 5px;
}

.duab-row-order {
}

.duab-row-package {
}

    .duab-row-package td:first-child {
        padding-left: 20px;
    }

/*-----------------------------------------------------*/
/* Typeahead                                      */
/*-----------------------------------------------------*/
#scrollable-dropdown-menu .tt-dropdown-menu {
    width: 500px;
    margin-top: 0px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#scrollable-dropdown-menu.country-typeahead .tt-dropdown-menu {
    width: 280px;
}

.tt-dropdown-menu {
    z-index: 10000;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 14px;
    line-height: 18px;
}

span.twitter-typeahead {
    width: 100%;
}

/*-----------------------------------------------------*/
/* Bootstrap panel                                      */
/*-----------------------------------------------------*/

/* Showing dropdown in the bottom of panel */
div.panel.panel-default {
    overflow-y: visible;
}

.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
}

.panel-group .panel {
    border-radius: 0px;
}

.panel-group .panel-heading {
    border-radius: 0px;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: white; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: white;
}

.userprofile .panel-heading a:after {
    font-family: none;
    content: "";
    float: right;
    color: white;
}

.userprofile .user-addresses {
    font-size: 1.8em;
    padding: 0px;
    margin: 0px;
    color: #333;
    display: contents;
    cursor: pointer;
}



.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: white;
}

.panel-heading a.collapsed:after {
    content: "\e080";
}

.panel-heading.row {
    margin-top: 0px;
}

/*-----------------------------------------------------*/
/* Modal                                      */
/*-----------------------------------------------------*/

.modal-lg {
    width: 90%;
    max-width: 1200px;
}

#myModalDepartmentCreate .modal-content {
    width: 70%;
}

#myModalDepartmentEdit .modal-content {
    width: 70%;
}

#myModalDepartmentDetails .modal-content {
    width: 70%;
}

#myModalChartOfAccountCreate .modal-content {
    width: 70%;
}

#myModalChartOfAccountEdit .modal-content {
    width: 70%;
}

#myModalChartOfAccountDetails .modal-content {
    width: 70%;
}

.add.btn {
    position: absolute;
    top: 8px;
    right: 60px;
    margin-top: 0px;
    border-radius: 15px;
}

.modal .modal-header {
    border-bottom: none;
    position: relative;
}


    .modal .modal-header .close.btn {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .modal .modal-header .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
        border: 1px solid #ccc;
    }

.modal .modal-footer {
    border-top: none;
    padding: 0;
}

    .modal .modal-footer .btn {
        margin: 10px;
    }

    .modal .modal-footer .btn-group > .btn:first-child {
        border-bottom-left-radius: 0;
        margin: 10px;
    }

    .modal .modal-footer .btn-group > .btn:last-child {
        border-top-right-radius: 0;
        margin: 10px;
    }

.modal-full-height {
    height: 98% !important;
}

.modal-content.address-modal {
    width: 90%;
}


/*-----------------------------------------------------*/
/* Group                                      */
/*-----------------------------------------------------*/

.listTree {
    margin-bottom: 18px;
}

    .listTree.row span {
        padding: 0px;
    }

    .listTree .firstLeveldd {
        margin-left: 0px;
    }

    .listTree .secondLeveldd {
        margin-left: 30px;
    }

    .listTree .thirdLeveldd {
        margin-left: 60px;
    }

    .listTree .col-xs-6 {
        padding: 0px;
    }

    .listTree i {
        float: right;
        margin-right: 5px;
    }


.listTreeTextbox {
    float: right;
    width: 110px;
    font-weight: initial;
}

.listTreeSelectList {
    float: right;
    font-weight: initial;
    max-width: 200px;
}
/*-----------------------------------------------------*/
/*Replace itemInfo                                     */
/*-----------------------------------------------------*/
#itemlist tr td {
    cursor: pointer;
}

#addItemlist {
    height: 100px;
    overflow: auto;
}

/*-----------------------------------------------------*/
/*Serialnumber                                         */
/*-----------------------------------------------------*/

#serialDiv {
    height: initial;
    max-height: 100px;
    width: 300px;
}

#modalChooseNewItem .modal-body, .modalInvoiceManuallyItems .modal-body {
    min-height: 620px;
    max-height: 620px;
    overflow-y: auto;
}

.serialTextBox {
    width: 15em;
}

.colorTextBox {
    width: 5em;
}

#serialList {
    overflow: auto;
    overflow-x: hidden;
    max-height: 10em;
}

/*-----------------------------------------------------*/
/* Invoice                                         */
/*-----------------------------------------------------*/

#TableInvoiceItem .invoiceItem .invoiceAddRow {
    display: none;
}

#TableInvoiceItem tr:last-child .invoiceAddRow {
    display: block !important;
    clear: both;
    margin-top: 15px;
}

#SubsidizedSplitAmountTable .SubsidizedSplitAmountTableRow .subsidizedSplitAmountAddRow {
    display: none;
}

#SubsidizedSplitAmountTable SubsidizedSplitAmountTableRow:last-child .subsidizedSplitAmountAddRow {
    display: block !important;
}

#TableInvoiceItem .form-control {
    border-radius: 3px;
    padding: 3px;
}

/*-----------------------------------------------------*/
/*PackageMemberList                                    */
/*-----------------------------------------------------*/

#itemlistPackage tr td {
    cursor: pointer;
}

#modalSetOfItems .modal-body {
    min-height: 620px;
    max-height: 620px;
    overflow-y: auto;
}

.diffColor {
    background-color: lightgreen;
}

#packageTable tr td input {
    padding: 1px;
    font-size: 12px;
}

#packageTable input {
    width: 100px;
}

#packageTable input,
#packageTable tr,
#packageTable td,
#packageTable select,
#packageTable label {
    line-height: 14px;
}

/*-----------------------------------------------------*/
/*Economy STARTS HERE                                    */
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/*The grid                                             */
/*-----------------------------------------------------*/

.accountBalance {
    padding-left: 1px;
}

.CreditColor {
    color: #b94a48;
    font-size: 14px;
    font-weight: bold;
}

.DebitColor {
    color: #058139;
    font-size: 14px;
    font-weight: bold;
}

.differensColor {
    color: #56565a;
    font-size: 14px;
    font-weight: bold;
}

.centerText {
    text-indent: 30px;
}

.highlightTextBox {
    border-style: solid;
    border-color: #0000ff;
}

.highlightTextBoxError {
    border-style: double;
    border-color: red;
}

.voucherBox {
    padding-left: 2px;
    font-size: 14px;
}

.smallVoucherBox {
    width: 60px;
}

.mediumVoucherBox {
    width: 120px !important;
}

.largeVoucherBox {
    width: 200px;
}


/*-----------------------------------------------------*/
/*Economy END                                          */
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/* Admin                                               */
/*-----------------------------------------------------*/

.panel-collapse > div.panel-body > textarea {
    min-width: 400px;
    min-height: 80px;
}

.stylesheet-view textarea {
    min-height: 50vh;
}
/*-----------------------------------------------------*/
/* Webgrid Modal                            */
/*-----------------------------------------------------*/
.edit-mode {
}

.edit-user {
}

    .edit-user display-mode {
    }

.save-user edit-mode {
}

.display-mode {
}

.cancel-user {
}

#myModalTypeOfPackTypeEdit .modal-lg {
    width: 90%;
}

.webgrid {
    font-weight: normal;
    border-collapse: collapse;
    border: solid 1px #C5C5C5;
}

    .webgrid tbody tr td:nth-child(2) {
        /* min-width: 190px;*/
    }

    .webgrid tbody {
        max-height: 800px;
        overflow-y: scroll;
    }


/*-----------------------------------------------------*/
/* Webgrid Modal                            */
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/* Admin END                                              */
/*-----------------------------------------------------*/


.selectlistEmployee {
    min-width: 400px;
    min-height: 400px;
}

.selectlistGroup {
    min-width: 400px;
    min-height: 200px;
}

#chooseArrowsSupplier {
    padding-left: 5em;
}

#chooseArrows {
    /*  padding-top:1em;*/
    color: darkgreen;
    padding-top: 12em;
    padding-left: 2em;
}

#leftArrow {
    min-width: 50px;
    width: 100px;
}

#rightArrow {
    min-width: 50px;
    width: 100px;
}

/*-----------------------------------------------------*/
/*Voucher Accrual Modal                                */
/*-----------------------------------------------------*/

.smallTextInput {
    line-height: 5px;
    width: 70px;
}

.mediumTextInput {
    line-height: 5px;
    width: 140px;
}

.xsTextInput {
    width: 40px;
}

#modalAddAccrual .modal-dialog {
    width: 900px;
}

#myModalGroups .modal-dialog {
    width: calc(100% - 30px);
}
/*---------------------------------------------------------*/
/*Fixed shopMenu                                           */
/*---------------------------------------------------------*/
.parentMenu {
    height: 50px;
    padding-left: 1em;
    width: 188px;
}

.childrenMenu {
    height: 50px;
    width: 175px;
}

.fixedDropdown {
    height: 100%;
    background-color: #f1ece6;
    z-index: 100;
    position: fixed;
    top: 40px !important;
    left: 200px !important;
}

.subdropdown {
    height: 100%;
    background-color: #f1ece6;
    z-index: 100;
    position: fixed;
    top: 50px !important;
    left: 370px !important;
}


.menuGroupTitle {
    display: block;
    font-weight: bolder !important;
    align-content: center;
    vertical-align: middle;
    height: 50px;
    width: 175px;
    color: white;
}

.menuActionLink {
    color: black;
}

.mobile #shopFixedMenu {
    display: none !important;
}

div.desktop #shopFixedMenu {
    width: 185px;
}

#shopFixedMenu {
    position: absolute;
    left: 1px;
    top: 147px;
    bottom: 0;
    width: 185px;
    z-index: 10;
    background: #f1ece6;
    border-right: 10px solid #f1ece6;
    min-height: 100vw;
}

    #shopFixedMenu.style {
        top: auto !important;
    }

    #shopFixedMenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background: #f1ece6;
    }

        #shopFixedMenu ul.mobile-only {
            display: none;
        }

    #shopFixedMenu > ul:after,
    #shopFixedMenu > .menu-holder > ul:after,
    .slide-drop ul:after {
        content: ' ';
        left: 0;
        right: 0;
        height: 100%;
        margin: 0;
        background: #f1ece6;
        position: absolute;
        z-index: 2;
        width: 185px;
    }

    #shopFixedMenu li {
        margin: 0 0 1px;
        opacity: 1;
    }

        #shopFixedMenu li a {
            text-decoration: none;
            display: block;
            color: #000600;
            padding: 0 12px;
            font-weight: bold;
            position: relative;
            z-index: 2;
            background: #f1ece6;
            -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out;
            -ms-transition: background 200ms ease-in-out, color 200ms ease-in-out;
            transition: background 200ms ease-in-out, color 200ms ease-in-out;
        }

            #shopFixedMenu li a:before {
                content: '';
                left: 0;
                right: 0;
                bottom: -1px;
                height: 1px;
                background: #d5d0ca;
                position: absolute;
                z-index: 2;
            }

    #shopFixedMenu > .menu-holder > ul > li > a,
    #shopFixedMenu > ul > li > a {
        border-left: 10px solid transparent;
        border-color: #56565a;
    }


    #shopFixedMenu li.hover > a,
    #shopFixedMenu li.active > a {
        color: #fff;
        background: inherit;
    }

    #shopFixedMenu > .menu-holder > ul > li:after,
    #shopFixedMenu > ul > li:after,
    #shopFixedMenu li:after {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 10px;
        right: -10px;
        content: ' ';
        z-index: -2;
        display: none;
    }

    #shopFixedMenu > .menu-holder > ul > li.active:after,
    #shopFixedMenu li.active:after {
        z-index: -1;
    }

    #shopFixedMenu > .menu-holder > ul > li.hover:after,
    #shopFixedMenu li.hover:after {
        z-index: 5;
    }

    #shopFixedMenu > .menu-holder > ul > li.hover:after,
    #shopFixedMenu > .menu-holder > ul > li.active:after,
    #shopFixedMenu li.active:after,
    #shopFixedMenu li.hover:after {
        background: inherit;
        display: block;
    }

    #shopFixedMenu li a:after {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        min-height: 48px;
        width: 1px;
    }

    #shopFixedMenu li a span {
        display: inline-block;
        vertical-align: middle;
        max-width: 98%;
        font-size: 14px;
    }

.slide-drop {
    -webkit-transition: left 400ms ease-in-out;
    -ms-transition: left 400ms ease-in-out;
    transition: left 400ms ease-in-out;
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
}


#shopFixedMenu .slide-drop {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #f1ece6;
    width: 200px !important;
    padding: 18px 12px;
    left: 0;
    line-height: normal;
    color: #7d716d;
    z-index: -1;
    visibility: hidden;
}

    #shopFixedMenu .slide-drop.second,
    #shopFixedMenu .slide-drop.third {
        background: #f1ece6;
        border-right: 10px solid #f1ece6;
    }


#shopFixedMenu ul.menu.first li a.maintainHover ~ div,
#shopFixedMenu ul.menu.first li:hover .slide-drop.second {
    left: 200px;
    z-index: 1;
    visibility: visible;
}

#shopFixedMenu ul.menu.second li a.maintainHover ~ div,
#shopFixedMenu ul.menu.second li:hover .slide-drop.third {
    left: 200px;
    z-index: 1;
    visibility: visible;
}


#shopFixedMenu .slide-drop:hover {
    z-index: 2;
}

#shopFixedMenu .slide-drop h3 {
    margin: 0 0 8px;
    color: #000600;
    font: 20px/17px 'Oswald', sans-serif;
}

#shopFixedMenu .slide-drop p {
    margin: 0 0 16px;
}

#shopFixedMenu .slide-drop ul {
    margin: 0 -12px;
    border-top: 1px solid #d5d0ca;
}

#shopFixedMenu .slide-drop .more-link:before,
#shopFixedMenu .slide-drop .more-link:after {
    display: none;
}

#shopFixedMenu .slide-drop .more-link {
    padding: 0;
    margin: 0 0 20px;
    display: inline-block;
    vertical-align: top;
    background: none;
}

    #shopFixedMenu .slide-drop .more-link:hover {
        background: none;
        color: #7d716d;
    }

#shopFixedMenu .slide-drop .icon-pil-right {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #000;
    border-radius: 24px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    margin: 0 9px 0 0;
    padding: 0 0 0 2px;
}

#shopFixedMenu .mobile-opener {
    display: none;
}

.nav-opener {
    position: absolute;
    left: 10px;
    top: 114px;
    bottom: 0;
    width: 191px;
    background: #fff;
    z-index: 10;
    text-align: center;
    padding: 70px 5px 10px 0;
    -webkit-transition: opacity 100ms ease-in-out;
    -ms-transition: opacity 100ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

    .nav-opener:before {
        content: ' ';
        left: -10px;
        top: 0;
        bottom: 0;
        border-left: 10px solid transparent;
        opacity: 0;
        position: absolute;
    }

    .nav-opener.active {
        opacity: 0;
    }

    .nav-opener.no-visual {
        display: none;
    }

    .nav-opener .link {
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        line-height: 21px;
        color: #7d716d;
        width: 160px;
        text-align: left;
    }

        .nav-opener .link .label {
            display: block;
            background: #f7a800;
            text-align: center;
            border-radius: 0 0 15px 15px;
            position: relative;
            font: 27px/26px 'Oswald', sans-serif;
            color: #fff;
            padding: 8px 8px 10px;
            -ms-transform: rotate(-10deg);
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
            margin: 0 0 32px;
        }

            .nav-opener .link .label:after {
                content: '';
                position: absolute;
                top: 100%;
                left: 32px;
                margin: -1px 0 0;
                width: 0;
                height: 0;
                border-top: 24px solid #f7a800;
                border-left: 28px solid transparent;
            }

        .nav-opener .link span {
            display: block;
        }

#shopFixedMenu.nav-fixed {
    position: absolute !important;
    top: 0 !important;
    z-index: 9;
}

    #shopFixedMenu.nav-fixed > .menu-holder {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }


/*-------------------------------*/
/*Search in top menu-------------*/
/*-------------------------------*/
.searchInMenu {
    width: 150px;
}

.listItemSearchTopMenu {
    float: right;
    padding-top: 1em;
}

.modal-log {
    width: 90%;
}

.nav.nav-pills > li > a {
    padding: 8px 10px;
}

.danger .white {
    background: #f44336 !important
}



.navbar .well-sm {
    margin: 0px auto;
    padding: 10px;
    border-radius: 0px;
    max-width: 1280px;
    background-image: none;
    box-shadow: none;
}

.well-sm.well-no-add-btn {
    padding: 13px 10px 13px;
}

.navbar .col-xs-6 {
    line-height: 75px;
}

.navbar .col-xs-10.pull-left {
    line-height: 75px;
    vertical-align: middle;
    margin: 14px 0px 0px;
}

.searchBoxReport {
    padding-top: 20px;
}
/*-------------------------------------------------------------------*/
/*------------Modal styling on ids-------------------------------*/
/*-------------------------------------------------------------------*/

#modalManageItems .modal-body {
    height: 90%;
    overflow: auto;
}

#modalManageGroups .modal-body {
    height: 90%;
    overflow: auto;
}

#modalManageSuppliers .modal-body {
    height: 90%;
    overflow: auto;
}


/*-------------------------------------------------------------------*/
/*------------DROPDOWN GROUPS TREEVIEW-------------------------------*/
/*-------------------------------------------------------------------*/
.parentOption {
    font-weight: bold;
    font-style: italic;
}

.childOption {
    padding-left: 15px;
}

.childchildOption {
    padding-left: 30px;
}

/*-------------------------------------------------------------------*/
/*------------INVOICE MANUALLY ITEMS-------------------------------*/
/*-------------------------------------------------------------------*/
/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 9px 0 0 10px;
        pointer-events: none;
        color: #fff;
    }

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 20px;
}

.right-addon input {
    padding-right: 20px;
}

.invoice-item-btn-sign {
    height: 32px;
    width: 32px;
}

.modalInvoiceManuallyItems .modal-dialog {
    width: 700px;
}

.invoiceItemNet {
    font-size: 18px;
}

.line-through {
    text-decoration: line-through;
}

.orderindex .table.table-condensed > tbody > tr > th {
    padding: 15px 0px;
    text-align: left;
}

    .orderindex .table.table-condensed > tbody > tr > th:last-child {
        padding: 15px 10px;
    }

.orderindex .table.table-condensed > tbody > tr > .admin-header {
    background-color: #ededed;
    text-align: center;
}

.orderindex .table.table-condensed > tbody > tr > .admin-cell {
    background-color: #ededed;
    text-align: center;
}

.orderindex .table.table-condensed > tbody > tr > td {
    text-align: left;
}


.orderindex .shoppingCartNet {
    margin-top: 20px;
}
/*-------------------------------------------------------------------*/
/*------------FLASHMESSAGES-------------------------------*/
/*-------------------------------------------------------------------*/
#flash-messages {
}

/*-----------------------------------*/
/* ALLA Media taggar ska ligga sist  */
/*-----------------------------------*/
/* 1280 + */
@media only screen and (min-width: 1280px) {
}

/*-----------------------------------*/
/* ALLA Media taggar ska ligga sist  */
/*-----------------------------------*/
/* 1023 min*/
@media only screen and (max-width: 1023px) {

    .duab-autocomplete li.product.ui-menu-item {
        min-width: 100%;
        max-width: 100%;
    }

    #dropdownMenuOrderService {
        display: none;
    }

    #startadmin {
        display: none;
    }

    #formAddToCart {
        margin-bottom: 10px;
    }

    .formAddToCart {
        margin-bottom: 10px;
    }

    .footer-holder,
    .footer-add-info,
    .footer-area {
        padding-left: 15px;
    }
}

/*-----------------------------------*/
/* ALLA Media taggar ska ligga sist  */
/*-----------------------------------*/
/* 768 min 1023 max*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    #products.row.list-group .sale {
        right: 0px;
        z-index: 998;
        top: 10px;
        left: 20px;
        bottom: calc(50% - 50px);
    }


    .product-carousel-small-medium-col-item .info {
        flex: 1;
    }


    .product-carousel-small-medium-col-item .price h5 {
        /* min-height: 120px; */
        float: none;
        margin: 0;
        font-size: 1.2em;
        color: #000;
        background: #eee;
        width: 100%;
        padding: 15px;
        word-break: break-all;
    }


    .product-carousel-small-medium-col-item .info {
        padding: 0px 0px 10px;
        border-radius: 0 0 5px 5px;
        margin-top: 1px;
        display: block;
        box-sizing: unset;
        bottom: 0px;
    }

    .product-carousel-small-medium-col-item h5.price-text-color {
        color: #000;
        font: 1.2em 'Oswald';
        padding: 5px 0px;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .vat-text {
        float: left;
        margin-left: 10px;
    }


    .tooltipStyle {
        position: absolute;
        right: 0px;
        top: 5px;
        left: 97%;
    }

    .item.compact-group-item .quantityplusminus {
        /* width: 50%; */
        float: left;
        margin-top: 0px;
    }

    .compact-group-item .quantityRow-select-display div.quantityRow .duab-select-style {
        float: right;
        position: relative;
        /* min-width: 30%; */
        /* max-width: 70%; */
    }

    .item.compact-group-item .buybutton {
        /* float: right; */
        /* width: 40%; */
        margin-top: 15px;
        /* top: 20px; */
        /* max-width: 220px; */
    }

    #formAddToCart {
        width: 100%;
    }

    .formAddToCart {
        width: 100%;
    }

    .compact-group-item .replacedWith-select-display,
    .compact-group-item .quantityRow-select-display {
        /* float: left; */
        /* position: absolute; */
        /* top: 25px; */
        /* right: 0px; */
        width: 100%;
        /* height: calc(100% - 25px); */
    }


    .quantityRow .input-group.pull-right {
        /* float: left !important; */
        /* margin-right: 50px; */
    }

    #MenuMain .nav > li > a {
        position: relative;
        display: block;
        padding: 15px 10px;
    }

    .navbar-right {
        margin-right: 0px !important;
    }

    .container {
        width: auto;
    }

    .duab-no-padding-left.product-single-large {
        width: 50%;
        padding: 0px;
        margin: 0px;
        float: left;
    }

    .duab-no-padding-right.product-single-large {
        width: 50%;
        float: right;
    }

    .duab-select-style {
        width: 100px;
        float: left;
    }

    .quantitySingleRow {
        width: 100%;
        height: 40px;
    }

        .quantitySingleRow .quantity {
            width: 50%;
            float: left;
        }

        .quantitySingleRow div.select {
            float: right;
        }

    .duab-select-style {
        float: right;
    }
}

/*-----------------------------------*/
/* ALLA Media taggar ska ligga sist  */
/*-----------------------------------*/
/* 768 min */
@media only screen and (min-width: 768px) {


    .vat-text {
        float: left;
        margin: 0px 0px 0px 10px;
    }

    #ShoppingCartMobile.navbar-collapse.collapse {
        display: none !important;
    }


    #shopFixedMenu .slide-drop {
        height: auto !important;
        padding: 18px 12px !important;
        left: 0 !important;
        top: 0 !important;
        height: auto !important;
    }

    #shopFixedMenu li.hover .slide-drop.second {
        left: 185px !important;
    }

    #shopFixedMenu li.hover .slide-drop.third {
        left: 200px !important;
    }



    .mobile .contentSideMenu {
        margin-left: 190px !important;
        margin-right: 15px !important;
    }


    .form-horizontal .duab-left-control-label {
        text-align: left;
    }
}


/*-----------------------------------*/
/* ALLA Media taggar ska ligga sist  */
/*-----------------------------------*/
/* 768 max */
@media only screen and (max-width: 767px) {


    /*---------------------------*/
    /*---------Newcart-----------*/
    /*---------------------------*/


    .cart .cart_items h4 {
        font-size: 1.2em !important;
    }

    .cart .cart_items > div > div {
        padding-bottom: 10px;
    }

    .cart .cart_items .mobile {
        display: block;
        font-weight: normal;
    }


    .cart .cart_items .desktop {
        display: none;
    }

    .cart .cart_items .row.rowAddon {
        margin: 30px 0px 0px;
    }

    .cart .rowAddon > div,
    .cart .rowNet > div,
    .cart .rowTotal > div,
    .cart .rowVat > div {
        margin: 0px;
        padding: 0px 0px;
        background: none;
        font-weight: 900;
        font-size: 1.2em !important;
    }

    .cart .row.cart_header {
        display: none;
    }

    .cart .cart_items .row {
        margin: 0px;
        padding: 10px;
    }

        .cart .cart_items .row.item {
            background: #eee;
            border-bottom: 1.5px #fff solid;
        }


    .item.compact-group-item .caption {
        margin: 0px 0px;
    }

    #products.row.list-group .sale {
        left: auto;
        z-index: 9999;
        top: 0px;
        right: 0px;
    }

    .compact-group-item .quantityRow-select-display div.pricerow .sale {
        position: absolute;
        left: calc(100% - 6rem);
        top: 0px;
    }

    #CheckOutAddonsOffer .item.compact-group-item .thumbnail img.group.list-group-image,
    #products .item.compact-group-item .thumbnail img.group.list-group-image {
        max-height: none;
        margin: 0px auto;
        padding: 20px;
    }

    #CheckOutAddonsOffer .item.compact-group-item .thumbnail .photo-container,
    #products .item.compact-group-item .thumbnail .photo-container {
        position: relative;
        width: 100%;
        overflow: hidden;
        float: left;
        z-index: 1000;
    }


    .duab-autocomplete.ui-autocomplete {
        width: 100% !important;
        position: absolute;
        left: 0px !important;
        max-width: 100%;
        top: 60px !important;
    }


    .container.login {
        margin: 0px;
        padding: 0px;
    }

        .container.login .col-md-6 {
            padding: 0px;
        }

        .container.login .form-group .col-xs-12 {
            padding: 0px;
        }

    .product-carousel-small-medium-col-item .photo img {
        margin: 0px auto;
        width: 100%;
    }

    #add-to-cart-box-mobile {
        display: none;
        position: fixed;
        top: calc(0% + 80px);
        left: 50%;
        padding: 5px;
        width: 100%;
        z-index: 9999999;
        /* bring your own prefixes */
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        background: -moz-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
        background: -ms-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
        background: -webkit-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
        background: linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
        border: none;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -moz-box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.5);
        margin: 0px;
        padding: 10px;
        width: 300px;
        z-index: 10000;
    }

    div#cartSummary {
        position: relative;
        margin: 0px 15px;
    }

    #add-to-cart-box-mobile a {
        position: absolute;
        right: 10px;
        top: 2px;
        font-size: 22px;
    }

    #add-to-cart-box-mobile p {
        font-size: 14px;
        margin-right: 20px;
    }

        #add-to-cart-box-mobile p.add-to-cart-box-header {
            font-size: 22px;
            color: #56565a;
        }

    .carousel-inner .item .row {
        height: 100%;
        display: block;
    }


    .product-block-description {
        width: 100%;
        margin: 10px 5px 5px 0px;
        float: left;
        clear: both;
        text-align: left;
        font-size: 1em;
    }

    .item.compact-group-item .corner-ribbon-per-item {
        float: right;
        padding: 10px;
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 1.2em;
        font-weight: 900;
        margin-right: 15px;
    }

    #checkoutTable .checkout-address-area td div:nth-child(1) #AddressBilling div,
    #checkoutTable .checkout-address-area td div:nth-child(2) #AddressDelivery div {
        padding-top: 10px;
        float: left;
    }

    #checkoutTable.table tbody tr.checkout-address-area td,
    #checkoutTable.table tbody tr.checkout-address-area td div {
        padding: 0px;
    }

    #checkoutTable.table > tbody > tr > td.colReference > span {
        width: 100%;
    }

    #content {
        padding: 0px;
        margin-top: 0px;
        min-height: auto;
        max-width: 767px;
    }


    .duab-header-page span {
        display: none;
    }

    .duab-well-iteminfo.order-details .row:nth-child(4) {
        /* display: flex; */
        position: relative;
        width: 100%;
    }


        .duab-well-iteminfo.order-details .row:nth-child(4) > a {
            width: calc(50% - 20px);
            margin: 5px;
            font-size: 11px;
        }

    .duab-well-iteminfo.order-list {
        margin-top: 15px;
    }

    .h3,
    h3 {
        font-size: 16px;
    }



    .h4,
    h4 {
        /* font-size: 14px !important; */
    }

    .product-carousel-small-medium-col-item {
        /*border: 1px solid #bbb !important;*/
    }

        .product-carousel-small-medium-col-item .info {
            padding: 0px 0px 0px;
        }

    #carousel-large {
        margin: 0px 0px;
    }

    .start-block-one .col-xs-12,
    .start-block-two .col-xs-12,
    .start-block-three .col-xs-12,
    .start-block-four .col-xs-12,
    .start-block-five .col-xs-12 {
        padding: 0px;
    }

    .carousel-inner img {
        width: 100%;
        padding: 0px;
    }

    .carousel.slide .left,
    .carousel.slide .right {
        font-size: 1em;
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        padding: 0px;
        width: 100%;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #101010;
    }

    #FormShowIncludingVat input[type="radio"] {
    }

    li.dropdown.open,
    .navbar-inverse .navbar-nav > li:hover {
        background-color: #56565a;
        /* padding-bottom: 10px; */
    }


    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #56565a;
        background-image: none;
        box-shadow: none;
    }


    ul.dropdown-menu {
        font-size: 12px;
    }

    #shoppingCart #cartTable.table > tbody > tr.shoppingCartTotal > td:nth-child(2),
    #shoppingCart #cartTable.table > tbody > tr.shoppingCartVat > td:nth-child(5),
    #shoppingCart #cartTable.table > tbody > tr.shoppingCartTotal > td:nth-child(1),
    #shoppingCart #cartTable.table > tbody > tr.shoppingCartTotal > td:nth-child(2),
    #shoppingCart #cartTable.table > tbody > tr.shoppingCartTotal > td:nth-child(5),
    #shoppingCart #cartTable.table > tbody > tr.item.addon > td:nth-child(1),
    #shoppingCart #cartTable.table > tbody > tr.item.addon > td:nth-child(2),
    #shoppingCart #cartTable.table > tbody > tr.item.addon > td:nth-child(5) {
        display: none;
    }

    #checkoutTable.table tr td.colReference {
        width: 50%;
    }

    #checkoutTable.table > tbody > tr.rowAddon > td {
        padding: 10px 0px 0px 0px;
    }

    #shoppingCart #cartTable.table > tbody > tr.shoppingCartVat > td:nth-child(3),
    #shoppingCart #cartTable.table > tbody > tr.shoppingCartTotal > td:nth-child(3),
    #shoppingCart #cartTable.table > tbody > tr.shoppingCartNet > td:nth-child(3),
    #shoppingCart #cartTable.table > tbody > tr.item.addon > td:nth-child(3) {
        width: 50%;
        float: left;
        display: block;
    }

    #shoppingCart #cartTable.table > tbody > tr.shoppingCartVat > td:nth-child(4),
    #shoppingCart #cartTable.table > tbody > tr.shoppingCartTotal > td:nth-child(4),
    #shoppingCart #cartTable.table > tbody > tr.shoppingCartNet > td:nth-child(4),
    #shoppingCart #cartTable.table > tbody > tr.item.addon > td:nth-child(4) {
        width: 50%;
        float: left;
    }

    #shoppingCart #cartTable.table > tbody > tr:last-child > td {
        padding: 10px;
        float: left;
        display: block;
    }

    #shoppingCart #cartTable > tbody > tr:last-child > td > form > button {
        float: left;
    }

    #checkoutTable.table > tbody > tr > td > span,
    #orderDetailsTable.table > tbody > tr > td > span,
    #shoppingCart .table > tbody > tr > td > span {
        padding: 5px 15px 5px;
        background-color: #fff;
        width: auto;
        display: block;
        font-size: 1em;
        height: auto;
        color: #000;
        font-family: 'Roboto';
    }

    #orderDetailsTable.table > tbody > tr.shoppingCartNet td:nth-child(1),
    #orderDetailsTable.table > tbody > tr.shoppingCartNet td:nth-child(3),
    #orderDetailsTable.table > tbody > tr.shoppingCartNet td:nth-child(4) {
        width: 32%;
    }

    #checkoutTable.table tbody tr.rowNet > td.colReference span:nth-child(3),
    #checkoutTable.table tbody tr.rowNet > td.colReference span:nth-child(4) {
        padding: 0px 5px;
    }

    #checkoutTable.table tbody tr.rowNet > td.colReference {
        margin-right: 10px;
        width: 50%;
        padding: 20px 0px 20px 0px;
        background: #eee;
        border-left: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }

    #checkoutTable.table tbody tr.rowNet > td:last-child,
    #checkoutTable.table tbody tr.rowTotal > td:last-child,
    #checkoutTable.table tbody tr.rowAddon > td:last-child,
    #checkoutTable.table tbody tr.rowVat > td:last-child {
        border-right: 1px solid #ccc;
        padding-right: 10px;
    }

    #checkoutTable.table tbody tr.rowNet > td.colReference,
    #checkoutTable.table tbody tr.rowNet > td.colReference > span {
        background: #eee;
    }

    #checkoutTable.table tbody tr.rowNet > td:nth-child(3),
    #checkoutTable.table tbody tr.rowNet > td:nth-child(2),
    #checkoutTable.table tbody tr.rowNet > td#cart-net-total {
        padding: 50px 10px 0px 0px;
    }

    #checkoutTable.table > tbody > tr.rowVat > td > span,
    #checkoutTable.table > tbody > tr.rowAddon > td > span,
    #checkoutTable.table > tbody > tr.rowNet > td > span,
    #checkoutTable.table > tbody > tr.rowTotal > td > span,
    #checkoutTable.table > tbody > tr.rowTotal > td,
    #checkoutTable.table > tbody > tr.rowNet > td,
    #checkoutTable.table > tbody > tr.rowAddon > td,
    #checkoutTable.table > tbody > tr.rowVat > td {
        background: #eee;
    }


        #checkoutTable.table > tbody > tr.rowVat > td > span,
        #checkoutTable.table > tbody > tr.rowAddon > td > span,
        #checkoutTable.table > tbody > tr.rowNet > td > span,
        #checkoutTable.table > tbody > tr.rowTotal > td > span,
        #checkoutTable.table > tbody > tr.rowTotal > td,
        #checkoutTable.table > tbody > tr.rowNet > td,
        #checkoutTable.table > tbody > tr.rowAddon > td,
        #checkoutTable.table > tbody > tr.rowVat > td,
        #orderDetailsTable.table > tbody > tr.shoppingCartVat > td > span,
        #orderDetailsTable.table > tbody > tr.shoppingCartTotal > td > span,
        #orderDetailsTable.table > tbody > tr.shoppingCartNet > td > span,
        #orderDetailsTable.table > tbody > tr.shoppingCartVat > td,
        #orderDetailsTable.table > tbody > tr.shoppingCartTotal > td,
        #orderDetailsTable.table > tbody > tr.shoppingCartNet > td {
            padding: 5px 5px;
            box-sizing: border-box;
            font-size: 1em !important;
        }


    #checkoutTable.table > tbody > tr.checkout-address-area td {
        border: none;
    }

    #orderDetailsTable.table > tbody > tr.shoppingCartVat td:nth-child(2),
    #orderDetailsTable.table > tbody > tr.shoppingCartTotal td:nth-child(2),
    #orderDetailsTable.table > tbody > tr.shoppingCartNet td:nth-child(2) {
        display: none;
    }


    .modal-lg {
        width: calc(100% - 30px);
        /* max-width: 1200px; */
    }

    .modal .modal-header .close {
        position: absolute;
        top: 0;
        right: 10px;
        padding: 10px;
        border: 0px solid #ccc;
    }


    .register-checkbox-single-well {
        padding: 0px 0px 0px 15px;
        margin: 0px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: none;
    }

    #myModalAddress {
        font-size: 0.8em;
    }

        #myModalAddress h4 {
            float: left;
        }

        #myModalAddress .add {
            float: right;
            position: relative;
            top: 0px;
            right: 0px;
        }

        #myModalAddress .close {
            display: none;
        }

    .modal-content.address-modal {
        width: 100%;
    }

        .modal-content.address-modal .close {
            float: right;
            top: 0px;
            right: 0px;
            border: none;
            margin: 0px;
            padding: 0px;
            position: relative;
        }

    #RegisterCustomerUserForm .modal-content h3 {
        float: left;
        padding: 0px;
        font-size: 1.2em;
        margin: 15px;
    }

    #RegisterCustomerUserForm .modal-content .close {
        position: relative;
        float: right;
        border: none;
        top: 0px;
    }

    .form-group {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .orderindex .panel-body,
    .userprofile .panel-body {
        padding: 0px;
    }


    .userprofile.column-right {
        padding: 0px;
    }

    #scrollable-dropdown-menu .tt-dropdown-menu {
        left: -100% !important;
        width: 200%;
        margin-top: 0px;
        padding: 8px 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
        font-size: 12px;
    }


    .duab-no-padding-left.col-xs-12.product-single-large {
        padding: 10px;
    }

    .duab-no-padding-right.col-xs-12.product-single-large {
        padding: 10px;
    }

    .product-carousel-small-medium-col-item .info .row {
        background: #eee;
    }

    #imageCarousel .glyphicon-chevron-right,
    #imageCarousel .glyphicon-chevron-left {
        display: none;
    }

    .product-carousel-small-medium-col-item .price h5 {
        line-height: 1em;
        margin: 0px;
        font-size: 1.8em;
        font-weight: 900;
        height: auto;
        width: 100%;
        color: #000;
        background: #eee;
        padding: 15px 15px 5px 15px;
        min-height: auto;
        display: block;
    }

        .product-carousel-small-medium-col-item .price h5.price-text-color {
            float: left;
            color: #000;
            font-weight: bolder;
            font: 2.3em 'Oswald';
            background: #eee;
            width: 100%;
            padding: 15px;
            min-height: auto;
            margin: 0px;
            text-align: right;
        }

    .duab-no-padding-left-right .col-xs-12,
    .duab-no-padding-left-right .col-sm-3 {
        padding: 0px;
    }

    .duab-well-iteminfo h1,
    .duab-well-iteminfo h2 {
        margin: 0px 15px 15px 0px;
        font-size: 1.3em;
        font-weight: 1000;
        padding: 15px;
    }


    .duab-well-iteminfo .duab_product_description {
        margin: 0px auto 15px;
    }

    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }


    .breadcrumb {
        /* margin-top: 20px; */
    }


    .listItemSearch input.btn.btn-flat {
        border-radius: 0;
        border: 0;
        box-shadow: none;
    }

    .listItemSearch .btn {
        display: inline-block;
        padding: 5px 5px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.8;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }


    .listItemSearch .no-margin-right .duab-clearable {
        right: 5px;
    }

    .navbar span.glyphicon {
        padding: 0px 5px;
    }


    .listItemSearch .duab-clearable {
        position: absolute;
        top: 11px;
        right: 25px;
        height: 14px;
        margin: auto;
        font-size: 17px;
        cursor: pointer;
        color: #999;
    }

    .duab-quantity-textbox.duab-glow-box {
        margin: 0px;
    }

    input.duab-glow-box {
        margin: 1px 5px;
        border: 1px solid #c4c4c4;
        width: 100%;
        height: 35px;
        font-size: 10px;
        padding: 0px 5px;
        border-radius: 1px;
        box-shadow: none;
    }

        input.duab-glow-box:focus {
            outline: none;
            border: 1px solid #7bc1f7;
            box-shadow: none;
        }


    .corner-ribbon.top-left {
        position: absolute;
        /* border-radius: 50%; */
        width: auto;
        /* right: 0px; */
        top: -40px;
        left: 80%;
        line-height: normal;
        font-size: 10px;
    }

    .tooltipStyle {
        position: relative;
        left: 0px;
        top: 0px;
    }

    .tooltipStyleIsOnOrder {
        position: relative;
        left: 0px;
        top: 0px;
    }

    .compact-group-item .quantityRow-select-display {
        position: relative;
        width: 100%;
        float: none;
        right: auto;
        top: auto;
        height: auto;
    }

    .item.compact-group-item .list-group-image {
        width: 50%;
    }


    .item.compact-group-item .thumbnail {
        width: 100%;
    }

    .item.compact-group-item .list-group-image {
        height: 100%;
        width: auto;
        margin: 0px auto;
    }

    .group.inner.typeofpack-display {
        width: 50%;
        text-align: left;
    }

    .item.compact-group-item .caption {
        padding: 0px;
        height: auto;
    }

    .list-group-item-heading a {
        font-size: 1.5em;
    }

    .duab-filter.well.well-sm {
        padding: 0px;
        width: calc(100% + 30px);
        margin: 0px -15px 0px -15px
    }

        .duab-filter.well.well-sm .row.count {
            margin: 0px 0px 0px -5px;
            padding: 5px 0px;
        }

    .product-single-large > .col-xs-12,
    .col-xs-12.product-single-large {
        padding: 0px;
    }

        .col-xs-12.product-single-large .duab_product_categories {
            padding: 15px 15px 5px 5px;
        }

    .duab_product_categories .glyphicon-tags {
        margin-right: 5px;
    }

    .col-xs-12.product-single-large .duab_product_categories .col-md-6 {
        margin: 0px 0px 10px 0px;
    }

    body {
        /* margin-top: 50px; */
        padding: 0;
        overflow-x: hidden;
        width: 100%;
    }

    #help {
        display: none;
    }

    #MenuMain {
        margin: 0px;
        padding: 10px 0px;
    }

    .navbar-right {
        margin-right: 0;
    }

        .navbar-right > li > ul {
            background: none;
            border: none;
        }

    #carousel-large > div > img alt {
        font-size: 14px;
    }

    #footer {
        height: auto;
    }

        #footer.hide {
            display: none;
        }

    .footer-area {
        padding: 10px 0;
    }

    .footer-holder {
        padding: 10px 0;
    }

    .footer-add-info {
        padding: 10px 0;
    }

    #searchBoxIndex {
        height: 50px;
        width: 100%;
        padding: 10px 0px 0px 5px;
    }

    .listItemSearch {
        width: 100% !important;
    }

    .navbar .container {
        width: auto;
        padding: 0px 10px !important;
    }

    .navbar .col-xs-6 {
        padding: 2px;
    }

    .col-xs-6 {
        width: 50%;
    }

    #searchBoxIndex .col-xs-10 {
        padding-left: 0px;
    }

    #searchBoxIndex .col-xs-2 {
        padding-left: 0px;
    }

    .row .col-xs-4 .btn-group {
        display: none;
    }

    /*.listItemSearch {
        padding-left:0px;   
    }*/

    .row-offcanvas {
        left: 0;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .row-offcanvas.active {
            left: 100%;
        }

    .row .col-xs-12 .btn-group {
        display: none;
    }

    .listItemSearch .col-xs-2 {
        padding-left: 0;
    }

    .PagedList-skipToNext {
    }

        .PagedList-skipToNext a {
            display: none;
        }

    .item.compact-group-item {
        max-height: none;
        height: auto;
        margin-bottom: 0;
    }

        .item.compact-group-item .caption {
            height: auto;
        }

        .item.compact-group-item .quantityplusminus {
            min-width: 120px;
            margin: 10px 10px 0px 0px;
            width: 50%;
            float: left;
        }

        .item.compact-group-item .buybutton {
            /* width: 30%; */
            margin-top: 5px;
            float: right;
            min-width: 150px;
        }

    .list-group-item-heading {
        /* min-height: 80px; */
        font-size: 110%;
        /* float: left; */
        width: 100%;
        /* font-weight: 900; */
    }

        .list-group-item-heading .tooltipButton {
            /* display: none; */
        }



    .compact-group-item .quantityRow-select-display div.quantityRow {
        /* top: 40px; */
        margin: 0;
        min-width: 0;
    }

        .compact-group-item .quantityRow-select-display div.quantityRow .duab-select-style {
            max-width: none;
            width: 100%;
            margin: 10px;
        }

    .compact-group-item .quantityRow-select-display div.pricerow {
        float: right;
        width: 100%;
        height: auto;
    }

    .pricerow {
        /* line-height: 38px; */
    }

    .price.original {
        /* font-size: 28px !important; */
        margin: 0px 20px;
    }

    .compact-group-item .quantityRow-select-display div.pricerow div.price {
        float: left;
        width: auto;
        font-weight: bold;
    }

    .compact-group-item .replacedWith-select-display {
        background: white;
        margin: 9px 9px 0 9px;
        /*;*/
        right: 0;
        width: auto;
        height: 168px;
    }

        .compact-group-item .replacedWith-select-display img {
            margin: 0 !important;
        }

        .compact-group-item .replacedWith-select-display td > span {
            font-size: small;
            color: #777;
        }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 100%;
        margin-left: 12px;
    }

    button.side-bar.pull-left.visible-xs.btn.btn-primary.btn-xs.navbar-toggle {
        margin-left: 20px;
    }



    li.dropdown.open ul > li > a {
        color: #fff !important;
    }

    /* Shop menu */

    #shopFixedMenu {
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0;
        width: 100%;
        left: -100%;
        z-index: 10;
        background: #f1ece6;
        border: none;
    }

        #shopFixedMenu:after {
            top: -9999px;
            left: -9999px;
        }


        #shopFixedMenu .mobile-opener {
            position: absolute;
            display: block;
            right: 0;
            top: 0;
            width: 46px;
            height: 46px;
            /*z-index: 11;*/
            cursor: pointer;
        }

            #shopFixedMenu .mobile-opener:after {
                position: absolute;
                content: '\25be';
                left: auto;
                display: block;
                right: 0;
                top: 0;
                width: 46px;
                height: 46px;
                line-height: 46px;
                font-size: 13px;
                text-align: center;
                font-weight: normal;
                color: #000600;
                -webkit-transition: color 200ms ease-in-out;
                -ms-transition: color 200ms ease-in-out;
                transition: color 200ms ease-in-out;
                background: rgba(0, 0, 0, 0.05);
            }



    .slide-open #shopFixedMenu {
        bottom: -9999px;
    }

    .menu-holder {
        overflow-y: auto;
        overflow-x: visible;
        width: 100%;
    }

    .row-offcanvas {
        left: 0;
        position: relative;
        top: 20px;
        right: 55px;
        min-width: 120px;
        margin: 0px 0px 0px;
    }

        .row-offcanvas.active {
            left: 100%;
        }


    #shopFixedMenu.nav-fixed > .menu-holder {
        bottom: auto;
        top: 0;
    }

    #shopFixedMenu ul {
        position: relative;
        z-index: 10;
        border-top: 20px solid #fff;
        overflow: hidden;
        height: 2800px;
    }

        #shopFixedMenu ul.mobile-only {
            display: block;
        }

        #shopFixedMenu style ul:first-child,
        #shopFixedMenu ul:first-child {
            border: none;
        }

    #shopFixedMenu li {
        position: relative;
    }

        #shopFixedMenu li a {
            padding: 0 47px 0 7px;
            position: static;
            z-index: 1;
        }

            #shopFixedMenu li a:after {
                min-height: 46px;
            }

    #shopFixedMenu .second, #shopFixedMenu .third {
    }

        #shopFixedMenu .second ul, #shopFixedMenu .third ul {
            margin: 0;
        }

    #shopFixedMenu .mobile-only ul,
    #shopFixedMenu .mobile-only {
        background: #db001b !important;
        color: #db001b;
    }

        #shopFixedMenu .mobile-only > li:last-child ul,
        #shopFixedMenu .mobile-only > li:last-child {
            background: #000600 !important;
            color: #000600;
        }

    #shopFixedMenu li a:before {
        background: #fff;
        left: -10px;
    }

    #shopFixedMenu li.expanded a:before,
    #shopFixedMenu li .slide-drop a:before {
        background: rgba(255, 255, 255, 0.2);
    }

    #shopFixedMenu li.hover > .mobile-opener:after {
        color: #fff;
    }

    #shopFixedMenu li.expanded .mobile-opener:after {
        content: ' \e61b';
        background: none;
        color: #fff;
    }

    #shopFixedMenu .slide-drop {
        background: white !important;
        width: !important 100%;
        visibility: visible;
        position: static;
        margin-bottom: 1px;
        padding: 0;
        font-weight: normal;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none;
    }

        #shopFixedMenu .slide-drop.third {
            border: 0;
        }

        #shopFixedMenu .slide-drop.expanded {
            top: 46px !important;
            left: 0 !important;
            width: 100% !important;
            margin-right: 46px;
            border: 0;
        }


        #shopFixedMenu .slide-drop ul {
            margin: 0;
            display: block !important;
            background: #f1ece6 !important;
            /*z-index:20;*/
            border-top: 1px solid #fff;
        }

            #shopFixedMenu .slide-drop ul.second {
                right: 10px;
                width: -moz-calc(100% + 10px);
                width: -webkit-calc(100% + 10px);
                width: -o-calc(100% + 10px);
                width: calc(100% + 10px);
            }

            #shopFixedMenu .slide-drop ul.third {
                right: 20px;
                width: -moz-calc(100% + 20px);
                width: -webkit-calc(100% + 20px);
                width: -o-calc(100% + 20px);
                width: calc(100% + 20px);
            }

        #shopFixedMenu .slide-drop li {
            margin: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 1);
        }

        #shopFixedMenu .slide-drop > h3, #shopFixedMenu .slide-drop > p {
            display: none !important;
        }

        #shopFixedMenu .slide-drop li a {
            color: #000600;
            padding-left: 40px;
            background: none;
            font-size: 14px;
        }


        #shopFixedMenu .slide-drop.third li a {
            padding-left: 60px;
            background: none;
            font-size: 14px;
        }


    #shopFixedMenu li.expanded > a {
        color: #fff;
        background: inherit;
    }

    #shopfixedmenu .slide-drop li.hover,
    #shopfixedmenu .slide-drop li.active {
        position: relative;
    }

        #shopfixedmenu .slide-drop li.hover:before,
        #shopfixedmenu .slide-drop li.active:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            z-index: -1;
            background: rgba(0, 0, 0, 0.05);
        }

    #shopFixedMenu .slide-drop.second li {
        border-left: 20px solid #0057c0; /*#F1ECE6*/
        background: #E1DBD5 !important;
    }

        #shopFixedMenu .slide-drop.second li.hover {
            background: #0057c0 !important;
        }

            #shopFixedMenu .slide-drop.second li.hover > a {
                color: #fff !important;
            }

    #shopFixedMenu .slide-drop.third li {
        border-left: 20px solid #0035a0;
        background: #D1CAC4 !important;
    }

    #shopFixedMenu > ul:after,
    #shopFixedMenu > .menu-holder > ul:after,
    .slide-drop ul:after {
        content: initial;
        left: 0;
        right: 0;
        height: 100%;
        margin: 0;
        background: #f1ece6;
        position: absolute;
        z-index: 2;
    }


    /*.slide-open #footer,*/
    .slide-open .w1 {
        transform: translate3d(307px, 0, 0);
        -moz-transform: translate3d(307px, 0, 0);
        -webkit-transform: translate3d(307px, 0, 0);
        -ms-transform: translate3d(307px, 0, 0);
        transition: transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -webkit-transition: -webkit-transform 500ms ease;
        -ms-transition: -ms-transform 500ms ease;
    }

    .logo-area {
        top: auto;
        bottom: 20px;
        left: 80px;
        background: none;
        padding: 0;
        width: 105px;
        min-height: 0;
    }

    img.logo {
        max-height: 75px;
        background-size: 100% 100%;
        position: relative;
        z-index: 10;
        max-width: 100%;
        height: auto;
    }

    .mobile-menu {
        display: block;
        position: absolute;
        left: 20px;
        bottom: 10px;
        padding: 30px 0 0;
        color: #fff;
        letter-spacing: -0.5px;
        font-weight: bold;
        text-decoration: none;
    }

        .mobile-menu:after {
            content: '\e610';
            color: #fff;
            left: 50%;
            top: 4px;
            margin: 0 0 0 -25px;
            text-align: center;
            width: 50px;
            font-size: 23px;
        }

        .mobile-menu:hover,
        .mobile-menu:active,
        .mobile-menu:focus {
            color: #fff;
        }

    .nav-opener {
        display: none;
    }

    .mobile-menu {
        font-size: 0;
        line-height: 0;
    }

    .contentSideMenu {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .well well-sm input {
        visibility: hidden;
    }


    /* Cart table */

    #cartTable {
        padding: 5px;
    }

        #cartTable > tbody > tr > td > div.media > a {
            display: none;
        }

        #cartTable table, #cartTable thead, #cartTable tbody, #cartTable th, #cartTable td, #cartTable tr {
            display: block;
            height: auto;
        }

            #cartTable thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        #cartTable tr {
            border: 0.5px solid #ccc;
            width: 100%;
            padding: 5px;
            float: left;
            /* text-align: right; */
            /* width: 100%; */
        }

            #cartTable tr.addon,
            #shoppingCart #cartTable tr.addon td span,
            #cartTable tr.shoppingCartNet,
            #shoppingCart #cartTable tr.shoppingCartNet td span,
            #cartTable tr.shoppingCartTotal,
            #shoppingCart #cartTable tr.shoppingCartTotal td span,
            #cartTable tr.shoppingCartVat,
            #shoppingCart #cartTable tr.shoppingCartVat td span {
                background: #eee;
            }

            #cartTable tr:last-child td:nth-child(1) {
                display: none;
            }

            #cartTable tr:last-child td:nth-child(2),
            #cartTable tr:last-child td:nth-child(2) .btn {
                width: 100%;
            }

                #cartTable tr:last-child td:nth-child(2) .btn {
                    background: #ddd;
                    color: #000;
                }

            #cartTable tr:last-child td:nth-child(3),
            #cartTable tr:last-child td:nth-child(4) {
                width: 50%;
            }

            #cartTable tr.itemAddon td:nth-child(1),
            #cartTable tr.itemAddon td:nth-child(2) {
                display: none;
            }

            #cartTable tr.itemAddon td:nth-child(3),
            #cartTable tr.itemAddon td:nth-child(4) {
                display: none;
            }

        #cartTable #shoppingCartNet tr {
            height: 50px;
        }

        #cartTable #shoppingCartNet td {
            width: 0px;
            height: 50px;
        }

        #cartTable td:nth-child(5th) {
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 0px;
            width: 100%;
        }

        #cartTable > tbody > tr[id^="row"] > td > div.media {
            /* margin: 10px; */
            /* float: left; */
        }


        #cartTable > tbody > tr[id^="row"] > td:first-child > span {
            /* display: block !important; */
            /* float: left; */
            min-width: 45%;
            padding-left: 10px;
        }

        #cartTable > tbody > tr[id^="row"] > td:nth-child(2) > span {
            display: block !important;
            min-width: 45%;
            text-align: left;
            float: left;
            padding-left: 0px;
        }

        #cartTable > tbody > tr[id^="row"] > td:nth-child(3) > span,
        #cartTable > tbody > tr[id^="row"] > td:nth-child(4) > span,
        #cartTable > tbody > tr[id^="row"] > td:nth-child(5) > span {
            display: block !important;
            float: left;
            padding-left: 0px;
        }

        #cartTable > tbody > tr > td:nth-last-child(1) {
            /* display: none; */
        }

        #cartTable > tbody > tr:nth-last-child(4) > td:nth-child(1),
        #cartTable > tbody > tr:nth-last-child(4) > td:nth-child(2),
        #cartTable > tbody > tr:nth-last-child(4) > td:nth-child(3) {
            display: none;
        }

        #cartTable > tbody > tr:nth-last-child(4) > td:nth-child(4) > span,
        #cartTable > tbody > tr:nth-last-child(3) > td:nth-child(4) > span {
            display: block !important;
            font-weight: bold;
            float: right;
        }

        #cartTable > tbody > tr:nth-last-child(3) > td:nth-child(1),
        #cartTable > tbody > tr:nth-last-child(3) > td:nth-child(2),
        #cartTable > tbody > tr:nth-last-child(3) > td:nth-child(3) {
            display: none;
        }

        #cartTable > tbody > tr:nth-last-child(2) > td:nth-child(1),
        #cartTable > tbody > tr:nth-last-child(2) > td:nth-child(2),
        #cartTable > tbody > tr:nth-last-child(2) > td:nth-child(3) {
            display: none;
        }

        #cartTable > tbody > tr:nth-last-child(2) > td:nth-child(4) > span {
            display: block !important;
            font-weight: bold;
            float: right;
        }

    #shoppingCart #cartTable.table > tbody > tr:nth-last-child(1) > td:nth-child(1) {
        display: none;
    }

    #cartTable > tbody > tr:nth-last-child(1) > td:nth-last-child(1):before,
    #cartTable > tbody > tr:nth-last-child(1) > td:nth-last-child(2):before,
    #cartTable > tbody > tr:nth-last-child(1) > td:nth-last-child(3):before {
        display: none;
    }

    #cartTable > tbody > tr:last-child > td {
        height: 50px;
    }

        #cartTable > tbody > tr:last-child > td > form > button,
        #cartTable > tbody > tr:last-child > td > a {
            min-width: 150px;
            text-align: left;
            float: right;
        }

    #cartTable tr:last-child td:last-child,
    #cartTable tr:last-child td:last-child .btn-success {
        width: 100%;
        text-align: center;
        font-size: 1.2em;
        margin-bottom: 15px;
    }
    /* Cart table end */

    /* Checkout table*/

    #checkoutTable {
        padding: 5px;
    }

        #checkoutTable > tbody > tr[id^="row"] > td > div.media > a {
            display: none;
        }

        #checkoutTable table, #checkoutTable thead, #checkoutTable tbody, #checkoutTable th, #checkoutTable > tbody > tr[id^="row"] > td, #checkoutTable > tbody > tr[id^="row"] {
            display: block;
        }

            #checkoutTable thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        #checkoutTable > tbody > tr[id^="row"] {
            border: 1px solid #ccc;
        }

            #checkoutTable > tbody > tr[id^="row"] > td {
                border: none;
                border-bottom: 1px solid #eee;
                position: relative;
                width: 100%;
            }

                #checkoutTable > tbody > tr[id^="row"] > td > div.media {
                    margin: 0;
                }


                #checkoutTable > tbody > tr[id^="row"] > td:first-child > span {
                    display: block !important;
                    float: left;
                    min-width: 45%;
                    padding-left: 10px;
                }

                #checkoutTable > tbody > tr[id^="row"] > td:nth-child(2) > span {
                    display: block !important;
                    min-width: 45%;
                    text-align: left;
                    float: left;
                    padding-left: 10px;
                }

                #checkoutTable > tbody > tr[id^="row"] > td:nth-child(3) > span,
                #checkoutTable > tbody > tr[id^="row"] > td:nth-child(4) > span,
                #checkoutTable > tbody > tr[id^="row"] > td:nth-child(5) > span {
                    display: block !important;
                    float: left;
                    padding-left: 10px;
                }


                #checkoutTable > tbody > tr[id^="row"] > td:first-child > span {
                    display: block !important;
                    float: left;
                }

                #checkoutTable > tbody > tr[id^="row"] > td:nth-child(2) > span {
                    display: block !important;
                    float: left;
                }

                #checkoutTable > tbody > tr[id^="row"] > td:nth-child(3) > span {
                    display: block !important;
                    float: left;
                }

                #checkoutTable > tbody > tr[id^="row"] > td:nth-child(4) > span {
                    display: block !important;
                    float: left;
                }

                #checkoutTable > tbody > tr[id^="row"] > td:nth-child(5) > span {
                    display: block !important;
                    float: left;
                }

                #checkoutTable > tbody > tr[id^="row"] > td:nth-last-child(1), #checkoutTable > tbody > tr[id^="row"] > td:nth-last-child(2) {
                    display: none;
                }

        #checkoutTable .cart-total, #checkoutTable #cart-total {
            font-size: 16px;
            height: auto;
        }

        #checkoutTable > tbody > tr:nth-last-child(5) > td > span,
        #checkoutTable > tbody > tr:nth-last-child(4) > td > span,
        #checkoutTable > tbody > tr:nth-last-child(3) > td > span {
            padding: 0px;
        }

        #checkoutTable > tbody > tr:nth-last-child(5) > td,
        #checkoutTable > tbody > tr:nth-last-child(4) > td,
        #checkoutTable > tbody > tr:nth-last-child(3) > td {
            padding-left: 0;
        }


        #checkoutTable > tbody > tr:nth-last-child(2) > td > div {
            width: 100%;
            padding: 0;
        }

            #checkoutTable > tbody > tr:nth-last-child(2) > td > div > h4 {
                margin-bottom: 20px;
            }

            #checkoutTable > tbody > tr:nth-last-child(2) > td > div > div {
                width: 100%;
            }

                #checkoutTable > tbody > tr:nth-last-child(2) > td > div > div > div {
                    padding: 0;
                }

                    #checkoutTable > tbody > tr:nth-last-child(2) > td > div > div > div > div {
                        padding: 0;
                    }

                    #checkoutTable > tbody > tr:nth-last-child(2) > td > div > div > div > label {
                        padding: 0;
                    }


        #checkoutTable > tbody > tr:last-child > td:first-child,
        #checkoutTable > tbody > tr:last-child > td:nth-child(2),
        #checkoutTable > tbody > tr:last-child > td:nth-child(3),
        #checkoutTable > tbody > tr:last-child > td:nth-child(4) {
            display: none;
        }

        #checkoutTable > tbody > tr:last-child > td:last-child {
            float: left;
        }

    /* Checkout table end */

    /* Order details table */

    .orderindex #orderDetailsTable > tbody > tr[id^="row"] > td {
        padding-right: 10px;
        width: auto;
    }

        .orderindex #orderDetailsTable > tbody > tr[id^="row"] > td.desktop-only {
            display: none;
        }

    .orderindex #orderDetailsTable tbody tr.shoppingCartTotal td:first-child,
    .orderindex #orderDetailsTable tbody tr.shoppingCartComment > td
    .orderindex #orderDetailsTable tbody tr.shoppingCartNet > td
    .orderindex #orderDetailsTable tbody tr.shoppingCartVat > td {
        padding-left: 10px;
    }

    .orderindex #orderDetailsTable,
    .orderindex #orderDetailsTable tbody,
    .orderindex #orderDetailsTable tbody > tr > td {
    }

    #orderDetailsTable {
        padding: 5px;
        /* display: contents; */
    }

        #orderDetailsTable > tbody > tr[id^="row"] > td > div.media > a {
            display: none;
        }

        #orderDetailsTable table, #orderDetailsTable thead, #orderDetailsTable tbody, #orderDetailsTable th, #orderDetailsTable > tbody > tr[id^="row"] > td, #orderDetailsTable > tbody > tr[id^="row"] {
            display: block;
            text-align: right;
        }

            #orderDetailsTable tbody tr:first-child {
                position: absolute;
                top: -9999px;
                left: -9999px;
                display: none;
            }

            #orderDetailsTable tbody tr:nth-child(2) {
                position: absolute;
                top: -9999px;
                left: -9999px;
                display: none;
            }

        #orderDetailsTable > tbody > tr > td {
            box-sizing: content-box;
        }



        #orderDetailsTable > tbody > tr[id^="row"] {
            border: 1px solid #ccc;
        }

            #orderDetailsTable > tbody > tr[id^="row"] > td {
                border: none;
                border-bottom: 1px solid #eee;
                position: relative;
                width: 100%;
                padding-right: 10px;
                box-sizing: border-box;
                background: white;
            }

                #orderDetailsTable > tbody > tr[id^="row"] > td > div.media {
                    margin: 0;
                }


                #orderDetailsTable > tbody > tr[id^="row"] > td:first-child > span,
                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-child(2) > span {
                    display: block !important;
                    float: left;
                    min-width: 45%;
                    text-align: left;
                    padding-left: 10px;
                }

                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-child(3) > span,
                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-child(4) > span,
                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-child(5) > span {
                    display: block !important;
                    float: left;
                    padding-left: 10px;
                }


                #orderDetailsTable > tbody > tr[id^="row"] > td:first-child > span {
                    display: block !important;
                    float: left;
                }

                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-child(2) > span {
                    display: block !important;
                    float: left;
                }

                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-child(3) > span {
                    display: block !important;
                    float: left;
                }

                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-child(4) > span {
                    display: block !important;
                    float: left;
                }

                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-child(5) > span {
                    display: block !important;
                    float: left;
                }

                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-child(8) > span {
                    display: block !important;
                    float: left;
                    font-weight: bold;
                }

                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-child(9) > span {
                    display: block !important;
                    float: left;
                    font-weight: bold;
                }

                #orderDetailsTable > tbody > tr[id^="row"] > td:nth-last-child(1), #orderDetailsTable > tbody > tr[id^="row"] > td:nth-last-child(2) {
                    display: none;
                }


        #orderDetailsTable > tbody > tr:last-child > td:nth-child(2),
        #orderDetailsTable > tbody > tr:last-child > td:nth-child(3),
        #orderDetailsTable > tbody > tr:last-child > td:nth-child(4) {
            min-width: 60px;
        }

        #orderDetailsTable > tbody > tr:nth-last-child(4) > td > span,
        #orderDetailsTable > tbody > tr:nth-last-child(3) > td > span,
        #orderDetailsTable > tbody > tr:nth-last-child(2) > td > span,
        #orderDetailsTable > tbody > tr:last-child > td > span {
            width: 100%;
            padding: 0px;
        }

        #orderDetailsTable > tbody > tr:nth-last-child(4) > td:nth-child(7),
        #orderDetailsTable > tbody > tr:nth-last-child(3) > td:nth-child(7),
        #orderDetailsTable > tbody > tr:nth-last-child(1) > td:nth-child(7) {
            min-width: 100px;
        }

        #orderDetailsTable > tbody > tr:last-child > TD > h3 {
            font-size: 14px;
            font-weight: bold;
            margin: 0;
        }

        #orderDetailsTable > tbody > tr:nth-last-child(4) > td:first-child,
        #orderDetailsTable > tbody > tr:nth-last-child(3) > td:first-child,
        #orderDetailsTable > tbody > tr:nth-last-child(2) > td:first-child,
        #orderDetailsTable > tbody > tr:nth-last-child(1) > td:first-child {
            text-align: left;
        }

    .orderindex #orderDetailsTable > tbody > tr:nth-last-child(4) > td:first-child,
    .orderindex #orderDetailsTable > tbody > tr:nth-last-child(3) > td:first-child,
    .orderindex #orderDetailsTable > tbody > tr:nth-last-child(2) > td:first-child,
    .orderindex #orderDetailsTable > tbody > tr:nth-last-child(1) > td:first-child {
        text-align: left;
        padding-left: 10px;
    }

    .orderindex #orderDetailsTable > tbody > tr > td:first-child {
        word-break: break-all;
    }


    .orderindex #orderDetailsTable > tbody > tr:nth-last-child(4) > td:last-child,
    .orderindex #orderDetailsTable > tbody > tr:nth-last-child(3) > td:last-child,
    .orderindex #orderDetailsTable > tbody > tr:nth-last-child(2) > td:last-child,
    .orderindex #orderDetailsTable > tbody > tr:nth-last-child(1) > td:last-child {
        font-weight: 900;
        padding-right: 10px;
    }

    /* Order details table end */

    /* Order status select list to dropdown */

    #statusSelect {
        display: block;
        border: 1px solid #aaa;
        border-radius: 0 5px 0;
        padding: 0 10px;
        margin: 5px;
    }

        #statusSelect strong {
            font-size: 16px;
        }

        #statusSelect li {
            display: none;
        }

            #statusSelect li.active {
                pointer-events: none;
                cursor: default;
            }

                #statusSelect li.active:after {
                    content:;
                }

            #statusSelect.expanded li,
            #statusSelect li.active {
                display: block;
                float: left;
                width: 100%;
            }



    /*#statusSelect.expanded li a {
            color: #fff;
        }*/

    /*#statusSelect li.active {
            display: block;
        }


        #statusSelect li.active a {
            pointer-events: none;
            cursor: default;
        }*/



    /* Order status select end */


    /* Order list table */

    #orderListTable {
        padding: 5px;
    }

        #orderListTable.table, #orderListTable thead, #orderListTable tbody, #orderListTable th, #orderListTable td, #orderListTable tr {
            display: block;
            text-align: right;
        }

        #orderListTable > tbody > tr:first-child {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        #orderListTable tr {
            border: 1px solid #ccc;
        }

        #orderListTable td {
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            width: 100%;
            /*padding-left: 30%;*/
        }

        #orderListTable > tbody > tr > td > span {
            display: block !important;
            float: left;
        }

        #orderListTable > tbody > tr > td:nth-child(2) {
            font-weight: bold;
            font-size: 16px;
        }

        #orderListTable > tbody > tr > td:last-child {
            display: none;
        }

    /* Order list table end */


    #ModalAddressDelivery table > tbody > tr > th:nth-child(3),
    #ModalAddressDelivery table > tbody > tr > th:nth-child(4),
    #ModalAddressDelivery table > tbody > tr > th:nth-child(5),
    #ModalAddressDelivery table > tbody > tr > td:nth-child(3),
    #ModalAddressDelivery table > tbody > tr > td:nth-child(4),
    #ModalAddressDelivery table > tbody > tr > td:nth-child(5) {
        display: none;
    }

    #ModalAddressBilling table > tbody > tr > th:nth-child(3),
    #ModalAddressBilling table > tbody > tr > th:nth-child(4),
    #ModalAddressBilling table > tbody > tr > th:nth-child(5),
    #ModalAddressBilling table > tbody > tr > td:nth-child(3),
    #ModalAddressBilling table > tbody > tr > td:nth-child(4),
    #ModalAddressBilling table > tbody > tr > td:nth-child(5) {
        display: none;
    }

    #MenuMain .navbar-nav {
        margin: 0px;
        /* float: left; */
        width: 70%;
    }

    div#idVatChoice {
        float: left;
        width: 100%;
        display: block;
        height: auto;
        color: #fff;
        line-height: 20px;
        margin: 10px 5px;
    }

    form#FormShowIncludingVat {
        float: left;
        padding: 9px 0px 0px 20px;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 500px;
    }

    #startadmin,
    #dropdownMenuOrderService,
    #shopDropdownMenu {
        display: none;
    }

    .mobile #shopFixedMenu {
        display: block !important;
    }

    .navbar-minimal {
        display: none;
    }
}

/*-----------------------------------*/
/* ALLA Media taggar ska ligga sist  */
/*-----------------------------------*/
/* 480 max*/
@media only screen and (max-width: 480px) {

    .duab-autocomplete.ui-autocomplete {
        top: 80px !important;
        max-width: 100%;
    }

    .row-offcanvas {
        top: 0px;
    }

    .item.compact-group-item .corner-ribbon-per-item {
        width: 100%;
        float: left;
        padding: 5px;
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 1.2em;
        font-weight: 900;
    }

    .navbar {
        margin-bottom: 0px;
        border: none;
    }

    .item.compact-group-item .list-group-image {
        width: 100%;
        height: auto;
        max-height: none;
        margin-bottom: 15px;
    }

    .navbar .col-xs-6 {
        line-height: 45px;
    }

    .navbar .col-xs-10.pull-left {
        line-height: 45px;
        vertical-align: middle;
        margin: 5px 0px 0px 10px;
        max-width: 70%;
        /* float: right !important; */
    }

    .navbar .well-sm {
        margin: 0px;
        padding: 0px 5px;
        border-radius: 0px;
    }

    .compact-group-item .quantityRow-select-display div.pricerow div.price {
        float: left;
        width: auto;
        font-weight: bold;
        line-height: 30px;
    }

    .compact-group-item .quantityRow-select-display {
        width: 100%;
        top: 0px;
    }

        .compact-group-item .quantityRow-select-display div.quantityRow {
            width: 100%;
            position: relative;
            z-index: 1;
        }

    .item.compact-group-item .quantity-row {
        width: 100%;
        padding: 0px;
    }

    .item.compact-group-item .buybutton-row {
        width: 100%;
        padding: 0px;
    }

    .item.compact-group-item .quantityplusminus {
        width: calc(50%);
        float: left;
        position: relative;
    }


    .item.compact-group-item .buybutton {
        width: 100%;
        float: right;
        position: relative;
        max-width: none;
        margin: 5px 0px;
    }

    .duab-select-style {
        width: 100%;
    }

        .duab-select-style select {
            min-width: 100%;
            /* width: calc(50% - 5px); */
        }


    .compact-group-item .quantityRow-select-display div.pricerow {
        width: 100%;
        position: relative;
        line-height: 42px;
    }



        .compact-group-item .quantityRow-select-display div.pricerow .price-tax {
            float: left;
        }

            .compact-group-item .quantityRow-select-display div.pricerow .price-tax small {
                float: left;
                line-height: 14px;
                margin: 10px;
            }


    .price.original {
        font-size: 32px !important;
        margin: 0px 15px 0px 0px;
        clear: left;
    }

    .tooltipStyle {
        margin: 0px 1px;
    }


    .tooltipStyleIsOnOrder {
        margin: 0px 0px;
    }

    .list-group-item-heading {
        padding: 10px 0px 0px;
        font-size: 1em;
    }

        .list-group-item-heading a small {
            line-height: 42px;
        }

    .col-full-480 {
        width: 100%;
    }
}

/*-----------------------------------*/
/* ALLA Media taggar ska ligga sist  */
/*-----------------------------------*/
/* handheld print*/
@media only handheld {
    #help {
        display: none;
    }
}

@media print {
    a[href]:after {
        content: none;
    }
}

/*-----------------------------------*/
/* ALLA Media taggar ska ligga sist  */
/*-----------------------------------*/
/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    input.duab-glow-box {
        margin: 0px 5px;
        font-size: 13px;
        line-height: 35px;
        padding: 4px 4px 4px 4px;
        color: black;
    }
}



/*-----------------------------------*/
/* Meny  */
/*-----------------------------------*/
input[type=text].duab-search {
    width: 100%;
    border: none;
}

    input[type=text].duab-search:focus {
        width: 100%;
        border: none;
    }

.menu-flexing {
    display: flex;
    flex-direction: row;
    border-radius: 15px;
    border: none;
    width: 100%;
    background-color: rgb(240,240,240);
}

.searchblock {
    width: 100%;
}

.mobileOpenSearch {
    display: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.mobileSearchblockBackground {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

.mobileOpenSearchCheckBox {
    display: none;
}

.mobileOpenSearchCloseIcon {
    display: none;
    position: absolute;
    right: 10px;
    /*z-index: above .searchblock*/
    z-index: 13;
}


@media screen and (max-width: 1023px) {
    .mobileSearchblockBackground {
        width: 100%;
        height: 48px;
        background-color: white;
    }

    .searchblock {
        display: none;
        position: absolute;
        width: 90%;
        top: 10px;
        /*z-index: above .mobileSearchblockBackground*/
        z-index: 12;
    }

    .mobileOpenSearch {
        display: block;
        position: absolute;
        right: 10px;
        top: 40px;
    }

    .mobileOpenSearchCheckBox:checked ~ .mobileOpenSearch > .mobileOpenSearchCloseIcon {
        display: block;
    }

    .mobileOpenSearchCheckBox:checked ~ .mobileOpenSearch > .mobileOpenSearchOpenIcon {
        display: none;
    }

    .mobileOpenSearchCheckBox:checked ~ .searchblock {
        display: flex;
    }

    .mobileOpenSearchCheckBox:checked ~ .mobileSearchblockBackground {
        display: block;
    }
}


/* Temporary placed, to be moved */
.cartAmountInput {
    width: 50px !important;
    height: 34px;
    border: thin rgb(209, 209, 209) solid;
    margin: 0 8px;
    text-align: center;
    float: none !important;
}

.cartDecreaseItem {
    border-radius: 100%;
    background-color: transparent;
    border: thin rgb(209, 209, 209) solid;
    min-width: 35.5px;
    height: 35.5px;
    padding: 8px 0;
    display: inline-flex;
    justify-content: center;
}

.cartIncreaseItem {
    border-radius: 100%;
    background-color: transparent;
    border: thin rgb(209, 209, 209) solid;
    min-width: 35.5px;
    height: 35.5px;
    padding: 8px 0;
    display: inline-flex;
    justify-content: center;
}

.cartRemoveAllItems {
    border-radius: 100%;
    background-color: transparent;
    border: none;
    margin-left: 10px;
}

.original {
    font-size: 32px !important;
}

@media screen and (max-width: 350px) {
    #products.row .item {
        height: 630px;
    }
}

/* Header */

.logo {
    padding: 5px;
    height: 50px !important;
}

.svgForSiteLocation {
    width: 1.5em;
    height: 1.5em;
}

.svgForUserLogin {
    color: black;
    width: 1.5em;
    height: 1.5em;
}

.user-login {
    display: flex;
    margin: 0;
    color: black !important;
}

.headerTopHalf {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 82px;
    width: 1280px;
    max-width: calc(100% - 24px);
    margin: 0px auto;
    padding: 16px 0px;
}

.searchblock {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.searchIcon {
    margin: 8px;
    font-size: 1.5em;
}

.cartClosedRedCircle {
    position: absolute !important;
    font-size: 13px !important;
    top: 10px !important;
    right: 0 !important;
}

.shoppingCartButtonContainer {
    font-size: 14px !important;
    /* width: 37px !important; */
    padding: 8px 0;
    justify-content: center;
    /* This changes cartClosedRedCircle position */
    position: relative;
    margin-right: 4px;
}

.textForClosedCart {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    cursor: pointer;
}

.freefreightForOpenCart {
    display: none;
}

.textForFindShop {
    margin: 0px 8px;
    white-space: nowrap;
}

.textForLogin {
    margin: 0px 8px;
    white-space: nowrap;
    display: flex;
}

    .textForLogin a {
        color: black;
    }

        .textForLogin a:hover {
            text-decoration: underline !important;
        }



.desktopOnlyHeaderDivider {
    height: 32px;
    margin: 0 8px;
    border-right: solid thin rgb(231, 231, 231);
}

#cartSummary {
    padding: 0 !important;
}

.headerCart {
    margin: 0 !important;
}

.site-location {
    display: flex;
    margin: 0 4px 0 16px;
    border: none !important;
    color: inherit !important;
}

.headerMobileOnlyContainer {
    display: none;
}

.headerRightContainer {
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .textForClosedCart {
        display: none;
    }

    .textForFindShop {
        display: none;
    }

    .textForLogin {
        display: none;
    }

    .headerDesktopOnly {
        display: none;
    }

    .desktopOnlyHeaderDivider {
        display: none;
    }

    .headerTopHalf {
        position: fixed;
        z-index: 3;
        border-bottom: solid 1px rgb(228, 228, 228);
        max-width: 100%;
        background-color: #fff;
        top: 0;
        right: 0;
        /* Because serchBoxIndex media (max width: 767) */
        padding: 0 !important;
        /* without this, headerTopHalf and HeaderBottomHalf will overlap */
        height: 48px !important;
    }

    .textForClosedCart {
        display: none;
    }

    .freefreightForOpenCart {
        display: block;
        text-align: right;
        font-size: 12px;
        padding: 0px 30px 0px 0px;
    }

    .site-location {
        margin: 0;
        justify-content: center;
        width: 37px;
    }

    .user-login {
        justify-content: center;
        width: 37px;
    }

    .searchblock {
        display: none;
        top: 0px;
        left: 0px;
        margin-left: 0;
        height: 48px; /* Same as headerTopHalf*/
    }

    .headerMobileOnlyContainer {
        display: flex;
    }

    .headerLogoContainer {
        margin-left: auto;
        margin-right: auto;
    }

    .headerRightContainer {
        width: auto;
    }

    .mobileOpenSearch {
        display: flex;
        position: initial;
        margin: 0px 5px 0px 0px;
        width: 28px;
        justify-content: center;
    }

    .mobileOpenSearchOpenIcon {
        width: 1.5em;
        height: 1.5em;
    }

    .mobileOpenSearchCloseIcon {
        width: 1.5em;
        height: 1.5em;
        top: 14px;
    }

    .searchIcon {
        margin: 0px
    }

    #cartSummary {
        margin: 0px !important;
    }

    .logo {
        padding: 10px 0 !important;
    }
    /* So the top half won't overlap */
    .headerBottomHalf {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {

    .freefreightForOpenCart {
        padding: 0px 15px 0px 0px;
    }

    .desktopOnlyMegaMenu {
        display: none !important;
    }

    /* Change class name if too long */
    .headerBottomHalfMobileDropdown {
        position: static;
        background-color: transparent;
        padding: 0 !important;
    }

        .headerBottomHalfMobileDropdown li a {
            padding: 5px 15px 5px 25px;
            color: white;
        }

        .headerBottomHalfMobileDropdown .divider {
            background-color: black;
        }

    .orderQuickLinksDropdown {
        display: none !important;
    }

    .headerDropdownContainer {
        justify-content: flex-end;
        width: 100% !important;
    }

    .open .dropdown-menu > li > a:hover {
        background-color: rgb(255, 255, 255) !important;
        color: rgb(0, 0, 0) !important;
    }
}
