﻿.dptrigger {
    position: absolute;
    right: 15px;
    bottom: 7px;
    font-size: 16px;
    cursor: pointer;
}

.selectpicker {
    -webkit-appearance: none;
    -moz-appearance: none;
}

span.filter-option {
    position: relative;
}

    span.filter-option span {
        position: absolute;
        right: 0px;
    }

.cart_totals h2 {
    margin-top: 0px;
}

#sendEmailDialog {
    z-index: 100050;
}

.kl-fancy-form.pct {
    padding-top: 25px;
}

.loginmessage {
    margin-right: 50px;
}

.icon-arrow-right, .icon-arrow-left {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .icon-arrow-left:before {
        content: "\e091";
    }

    .icon-arrow-right:before {
        content: "\e092";
    }

.notect {
    height: 120px;
    padding-right: 0px !important;
}

    .notect textarea {
        border: 0;
        background-color: transparent;
        display: block;
        width: 100%;
        height: 110px;
        resize: none;
    }

        .notect textarea:active, .notect textarea:focus {
            outline: 0;
            border: 0;
        }

.kl-store .mb-50 {
    
    overflow: auto;
}

.commandtoolbar a {
    margin-bottom: 3px;
}

table.shop_table tr th:nth-child(1), table.shop_table tr td:nth-child(1) {
    width: 12.5%;
}

table.shop_table tr th:nth-child(2), table.shop_table tr td:nth-child(2) {
    width: 12.5%;
}

table.shop_table tr th:nth-child(3), table.shop_table tr td:nth-child(3) {
    width: 15%;
}

table.shop_table tr th:nth-child(4), table.shop_table tr td:nth-child(4) {
    width: 25%;
}

table.shop_table tr th:nth-child(5), table.shop_table tr td:nth-child(5) {
    width: 12.5%;
}

table.shop_table tr th:nth-child(6), table.shop_table tr td:nth-child(6) {
    width: 12.5%;
}

table.shop_table tr th:nth-child(7), table.shop_table tr td:nth-child(7) {
    width: 5%;
}

.amount.includede-package {
    font-size: smaller;
    color: gray;
}
.package-label {
display:block;
}

.rowgroup {
    background-color: #EEE;
}

    .rowgroup td span {
        width: 120px;
        display: inline-block;
    }

tr.cart_item td {
    position: relative;
}

tr.rowgroup ~ tr.cart_item td:not(.isnotpackage):first-child:before {
    content: ' ';
    position: absolute;
    top: 0;
    height: calc(100% + 1px);
    width: 4px;
    left: 0;
    background-color: #aaa;
}

.griditems.table-responsive {
    overflow-y: hidden;
}
