.toolbar {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}
.toolbar p {
    line-height: 40px;
    margin: 0;
}
#content #box_votes {
    margin-bottom: 30px;
}
#content #box_votes #article_votes ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
#content #box_votes #article_votes ul li.vote_item {
    margin: 0 0 4px 0;
    overflow: hidden;
}
#content #box_votes #article_votes ul li.vote_item.voted {
    color: #000000;
}
#content #box_votes #article_votes ul li.vote_item > div {
    margin-right: 8px;
}
#content #box_votes #article_votes ul li.vote_item > div.number {
    float: left;
    width: 60px;
}
#content #box_votes #article_votes ul li.vote_item > div.count {
    width: 20px;
}
#content #box_votes #article_votes ul li.vote_item > div.colored {
    background-color: #eee;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08) inset, 0 -1px 0 rgba(0, 0, 0, 0.03) inset;
    height: 20px;
    overflow: hidden;
}
#content #box_votes #article_votes ul li.vote_item > div.colored .inner {
    height: 100%;
}
#content #box_votes #usefulReview {
    margin-bottom: 30px;
}
#content #box_votes #article_rating {
    margin: 0 0 20px 0;
    overflow: hidden;
}
#box_votes .rating {
    text-align: center;
}
#box_votes .rating .stars {
    display: block;
    font-size: 1.5em;
}
#box_votes .comments.collapse:not(.in)::after {
    background: transparent; /* Old browsers */
    background: -moz-linear-gradient(top, transparent 0%, #f8f8f8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%,#f8f8f8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%,#f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
    bottom: 0;
    content: "";
    display: block;
    height: 50%;
    filter: alpha(opacity=100);
    opacity: 1;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#box_votes .comments.collapse:not(.in) {
    display: block;
    height: 150px!important;
    overflow: hidden;
    position: relative;
}
#box_votes .comments.collapse.in + #weitere-bwertungen-trigger {
    display: none;
}
#box_votes .comments li, .box_votes .comments li {
    margin: 0;
    padding: 15px;
}
.box_votes .post-comments > .comments > li:first-child {
    border-top: none;
    margin-top: 0;
}
#box_votes .comments li:nth-child(even), .box_votes .comments li:nth-child(even) {
    background-color: rgba(0,0,0,0.02);
}

#price_wrapper {
    margin-bottom: 25px;
}
#price_wrapper p {
    margin: 0 0 5px 0;
}

.list-sort {
    margin: 0 0 4px 0;
    overflow: hidden;
}

.product-preview {
    margin-bottom: 20px;
}

/* summary */
.summary {
    position: relative;
}
.summary .price_label {
    display: inline-block;
    padding-right: 3px;
}
.summary .price_label:empty {
    display: none;
}
.summary h3 {
    margin: 0 0 10px;
}
.summary .price {
    font-size: 2.25em;
    line-height: 1em;
}
#config_wrapper .price {
    font-size: 1em;
}

/* Star Rating */
.stars .empty {
    color: #ddd;
}
.stars, .stars .empty.fa-star-half, .stars .empty.fa-star-half-o {
    color: #ffcb40;
}

label img{
    pointer-events: none;
}

#variationen .label-surcharge {
    background-color: #5bc0de;
    color: #fff;
    font-size: 0.8em;
    font-weight: 700;
    margin-left: 5px;
    padding: 4px 5px;
    position: relative;
    top: -1px;
}
.variationen .formDropdown {
    background-color: #f6f6f6;
}
.variationen .form-group[data-type="radio"] {
    display: block;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.variationen input[type="checkbox"], .variationen input[type="radio"] {
    display: none;
}
.variationen input[type="checkbox"] + label, .variationen input[type="radio"] + label {
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    cursor: pointer;
    float: left;
    height: 3.5em;
    line-height: 35px;
    margin: 0 4px 4px 0;
    min-width: 50px;
    overflow: hidden;
    padding: .5em 1em;
    position: relative;
    text-align: center;
}
.variationen input[type="checkbox"] + label img, .variationen input[type="radio"] + label img {
    display: block;
    float: left;
    max-height: 33px;
    pointer-events: none;
    position: relative;
}
.variationen input[type="checkbox"] + label img + span, .variationen input[type="radio"] + label img + span {
    margin-left: 7.5px;
}
.variationen input[type="checkbox"].disabled + label::before, .variationen input[type="radio"].disabled + label::before {
    background-color: #a94442;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transform: skewX(-70deg);
    transform: skewX(-70deg);
    width: 5px;
    z-index: 1;
}
.variationen input[type="checkbox"].disabled + label, .variationen input[type="radio"].disabled + label {
    background-color: #eee;
    border-color: #ddd!important;
    color: #a94442;
    cursor: no-drop;
    filter: alpha(opacity=75);
    opacity: 0.75;
}
.variationen input[type="checkbox"]:checked + label, .variationen input[type="radio"]:checked + label {
    border-color: #aaa;
}
.variationen input[type="checkbox"].disabled:checked + label, .variationen input[type="radio"].disabled:checked + label {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#article .action_buttons {
    margin: 15px 0;
    width: 100%;
}

#article .action_buttons > .btn {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 33.3333%;
}
#article .action_buttons > .btn + .btn {
    border-left: none;
    margin-left: 0;
}

.quantity .quantity_unit {
    border: 1px solid #ebebeb;
    border-left: none;
    height: 50px;
    line-height: 47px;
    padding: 0 7.5px;
}
.quantity .quantity_unit + div > input {
    border-right: none;
}
.quantity input {
    border: 1px solid #ebebeb;
    float: left;
    font-size: 1.5em;
    height: 50px;
    text-align: center;
}
.quantity .qty {
    width: 100%;
}

.product-meta {
    font-size: .928em;
}
.product-meta a::after {
    content: ",";
}
.product-meta a:last-child::after {
    content: "";
}

.product-remove a {
    color: #ddd;
}

.featured-boxes h3 {
    font-size: 1em;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.shop_table .product-remove a {
    font-size: 1.75em;
}
.shop_table th {
    background-color: #181818;
    border: 1px solid #181818;
    border-bottom: none;
    color: #fff;
    font-size: 0.9em;
    font-weight: 400;
    padding: 7px 10px;
}
.shop_table td {
    border: 1px solid #ddd;
    padding: 7px 10px;
}
.shop_table .product-thumbnail {
    padding: 0 10px 5px 0;
    width: 80px;
}
.shop_table .product-thumbnail img {
    max-height: 80px;
}
.shop_table .product-name p {
    margin-bottom: 7px;
}
.shop_table .product-remove {
    text-align: center;
    width: 30px;
}
.shop_table .product-quantity {
    text-align: center;
    width: 150px;
}
.shop_table .quantity {
    display: inline-block;
    text-align: center;
}
.shop_table td.product-quantity, .shop_table td.product-subtotal, .shop_table .product-price {
    white-space: nowrap;
}
.shop_table .quantity {
    max-width: 150px;
}
.shop_table .quantity > button {
    border: none;
    padding: 0;
}
.shop_table .quantity .fa-sync-alt {
    cursor: pointer;
    font-size: 1.5em;
    padding: 8px 5px;
}
.shop_table .quantity .form-control {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    font-size: 1em;
    height: 34px;
}

.featured-box {
    margin-bottom: 50px;
}
.featured-box h4 {
    border-bottom: 2px solid #303030;
    font-size: 1em;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.featured-box-secondary p {
    margin-bottom: 15px;
}

.cart-totals {
    margin-bottom: 15px;
}
.cart-totals th {
    font-weight: 400;
}
.cart-totals td {
    text-align: right;
}
.cart-totals th, .cart-totals td {
    border-top: 1px solid #ddd;
    padding: 14px 0;
    vertical-align: top;
}
.cart-totals tr:first-child th, .cart-totals tr:first-child td {
    border-top: none;
}
.cart-totals .cart-subtotal:first-child th, .cart-totals .cart-subtotal:first-child td {
    padding-top: 0;
}
.cart-totals .product-name,
.cart-totals .product-price {
    font-size: 1.076em;
}

.featured-box-cart .form-horizontal .control-label {
    text-align: left;
}

#checkout_steps {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
#checkout_steps li {
    display: inline-block;
    float: left;
    margin: 0;
    width: 20%;
}
#checkout_steps li a {
    border-radius: 0;
    font-size: 1.1em;
    line-height: 1.3em;
    padding-left: 55px;
    position: relative;
    text-align: left;
}
#checkout_steps li a i {
    background-color: #303030;
    border: 1px solid transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 1.5em;
    height: 40px;
    line-height: 40px;
    left: 5px;
    position: absolute;
    text-align: center;
    width: 40px;
}
#checkout_steps li.active a, #checkout_steps li a:hover, #checkout_steps li a:focus  {
    background: none;
}
#checkout_steps li.active a i, #checkout_steps li a:hover i, #checkout_steps li a:focus i {
    color: #fff;
}
#checkout_steps li.disabled a {
    color: #aaa!important;
}
#checkout_steps li.disabled a i {
    background: none!important;
    border-color: #aaa!important;
    color: #aaa!important;
}

.position-variationen {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 5px 0;
    padding: 5px 0;
}
#warenkorb_mini_slidein .position-variationen, .menu-shop .position-variationen {
    border-bottom: none;
}

#bestellvorgang > h2.title {
    margin-bottom: 40px;
}

#table_wishlist.shop_table, #table_orders.shop_table, #table_customer_orders.shop_table {
    width: 100%;
}

.wlactions a, .wlactions button {
    display: inline-block;
    font-size: 1.75em;
    margin: 0 0.25em;
    text-align: center;
    width: 1.5em;
}
.wlactions form {
    display: inline-block;
}
.wlactions button {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    color: #303030;
    padding: 0;
}

/**  date picker */
.datepicker {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    position: absolute;
    width: 280px;
    z-index: 180;
}
.datepicker tr.controls th {
    padding: 10px 5px;
}
.datepicker tr.controls th > span {
    display: inline-block;
    padding: 5px 10px;
}
.datepicker select {
    background: none;
    padding: 5px;
    text-align: center;
    width: 138px;
}
.datepicker select + select {
    margin-left: 5px;
    width: 60px;
}
.datepicker tr.days th {
    text-align: center;
    width: 40px;
}
.datepicker tfoot td span {
    font-size: 1em;
    font-weight: 700;
    padding: 10px;
}
.datepicker tbody td {
    border: 1px solid #ddd;
    text-align: center;
    width: 40px;
}
.datepicker tbody td.date {
    cursor: pointer;
}
.datepicker tbody td.date.over {
    background-color: #f6f6f6;
}
.datepicker tbody td.date.chosen {
    color: #fff;
}

.vat_info .tooltip {
    display: inherit;
    filter: alpha(opacity=100);
    opacity: 1;
    position: static;
    visibility: visible;
}

/* jtl search */
.jtl_search_results {
    background: rgba(255,255,255,0.99)!important;
    border: 1px solid #ddd!important;
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);
    left: 0 !important;
    margin: 0 auto!important;
    right: 0 !important;
}
.jtl_search_results * {
    box-sizing: border-box;
}
.jtl_search_results #result_set {
    overflow: hidden;
}
.result_row_wrapper  {

}
.jtl_search_results .result_row {
    padding: 0 20px!important;
    width: 50%!important;
}
.jtl_search_results .result_row.first {
    border-right: 1px solid #ddd!important;
    margin: 0!important;
    padding: 0 20px 0 10px!important;
}
.jtl_search_results .result_row > p {

}
.jtl_search_results .result_row > a {

}
.jtl_search_results .result_row > a div.article_wrapper {
    border-bottom: 1px solid #eee;
    margin: 0 !important;
    overflow: hidden;
    padding: 8px;
}
.jtl_search_results .result_row > a div.article_wrapper div.article_image {
    background-color: #fff;
    margin-right: 10px!important;
}
.jtl_search_results .result_row > a div.article_wrapper div.article_image img {
    max-height: 100%!important;
    max-width: 100%!important;
}