/* Submenu Support */
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display:block;
    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 {
    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;
}

.navbar-nav .divider {
    display: none;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #101010;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
@media screen and (max-width: 767px) {
    .navbar-nav .divider {
        display: block;
    }
}
@media screen and (min-width: 992px) {
    /* Hover Effect for Desktop, instead of Double Tap
       Will occur at Breakpoint MD (992px) and higher */
    .dropdown:hover > ul, .dropdown > a:hover > ul{
        display: block;
    }

}

@media screen and (min-width: 768px) {
    .sidebar-block table.cartContents tr td.qty {
        width: 50px;
        padding-left: 0;
    }
}

.cartContents tbody td {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html, body {
    height: 100%;
    margin: 0;
}


.footer {
  background-color: #f5f5f5;
}

.footer div.h3, .footer p.h3 {
    margin-top: 0;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

/* Slider */
.range-input {
    border:0;
    background:none;
    font-weight:bold;
    width:50px;
    margin-top:5px;
    color:#2C3443;
}
.range-input.pull-right {
    text-align: right;
}
.selectbar {
    margin-bottom: 30px;
}
.filter label {
    width: 100%;
}
.panel-body {
    overflow-wrap: break-word;
    word-wrap: break-word;
}


/* Article Slider / Article Block Styling */
.articleBlock {
    margin: 5px 0;
    min-height: 130px;
}

.articleSlide, .articleBlock {
    height: 375px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border: 1px solid #ddd;
    overflow:hidden;
    position: relative;
}
#article .articleBlock {
    overflow: visible;
    overflow: initial;
}
.articleSlide .img-holder, .articleBlock .img-holder {
    width: 100%;
    text-align: center;
}
.articleSlide .img-holder img, .articleBlock .img-holder img {
    max-height: 200px;
    width: auto;
    height: auto;
}

.articleBlock .content>span.small {
    display: inline-block;
}
#cm .articleBlock .content>span.small:not(:empty), #relatedProducts .articleBlock .content>span.small:not(:empty) {
    padding-right: 0;
    margin-bottom: 3.5em;
}
.articleSlide .attentionLabel, .articleBlock .attentionLabel {
    color: white;
    background-color: black;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    left: -40px;
    top: 20px;
    z-index: 5;
    width: 140px;
    text-align: center;
}
#content:not(.col-sm-9) .attentionLabel {
    left: -65px;
    top: -60px;
}

.articleSlide > a, .articleBlock > a {
    /* Styling for the Outer Link Block */
    display: block;
    position: relative;
    top: 0;
    left: 0;
    color: black;
    height: 100%;
    margin: 0;
    min-height: 130px;
}
.articleSlide .priceHolder, .articleBlock .priceHolder {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
}
.articleSlide .content, .articleBlock .content {
    padding: 5px;
    min-height: 200px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.articleFooter {
    position: absolute;
    bottom: 1.1em;
    left: 0;
    padding: 5px;
}

.grid .articleBlock .priceHolder {
    bottom: 0;
}

.price {
    text-align: right;
}

.price.recommended {
    text-decoration: line-through;
}

.price.main {
    font-size: 1.25em;
    font-weight: bold;
    padding-left: 5px;
}

.articleSlide .price, .attn .price {
    float: right;
}

.price.secondary {
    clear: both;
}

.articleSlide .price.secondary {
    display:none;
}

.price.clarifier {
    display: block;
    clear: both;
    height: 1.3em;
    overflow: hidden;
}

.cartTable .price .currency {
    float: left;
}

/* Article List will use "Mobile" layout all the way */
.list > div.row > div {
    width: 100% !important;
}
.list .articleBlock > a {
    top: 0;
}
.list .articleBlock .img-holder, .list .articleBlock .content {
    display: inline-block;
    font-size: .75em;
    min-height: 1px;
}
.list .articleBlock .img-holder {
    width: 20%;
}
.list .articleBlock .img-holder img {
    max-height: 100%;
    height: auto;
}
.list .articleBlock .content {
    vertical-align: top;
    width: 74%;
    top: 0;
}
.list .articleBlock {
    height: auto;
}

.list .articleBlock .attentionLabel {
    left: -55px;
    top: -40px;
}

.list .articleBlock .content.full {
    width: 100%;
}

.list .articleBlock .content .h3 {
    margin-top: 0;
}

.list .articleFooter {
    position: absolute;
    padding: 0;
    bottom: .5em;
}

.list .articleFooter .order {
    width: 160px;
}

.list .content {
    padding-bottom: 45px;
}

.articleActions {
    display: none;
}

#layoutToggle {
    font-weight: bold;
}
#layoutToggle form {
    display: inline-block;
    font-weight: normal;
}

@media (max-width: 991px) {
    .articleActions {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .list .articleBlock .img-holder {
        width: 25%;
    }
    .list .articleBlock .img-holder img, .grid .articleBlock .img-holder img {
        max-width: 100%;
    }
    .grid .articleBlock .priceHolder {
        bottom: 0;
    }
    .list .articleFooter {
        left: 0;
    }

}

@media (max-width: 767px) {
    .articleSlide {
        height: 100px !important;
    }

    .articleSlide .img-holder, .articleBlock .img-holder {
        width: 30%;
    }
    .articleBlock .img-holder img {
        max-height: 100%;
        height: auto;
    }
    .articleSlide .img-holder, .articleBlock .img-holder,
    .articleSlide .content, .grid .articleBlock .content, .list .articleBlock .content {
        display: inline-block;
        font-size: .75em;
    }
    .articleSlide .content, .articleBlock .content {
        vertical-align: top;
        width: 70%;
        top: 0;
        left: 30%;
        min-height:1px;
    }
    .articleSlide, .articleBlock {
        height: auto;
    }

    .articleSlide .content .h3, .articleBlock .content .h3 {
        font-size: 18px;
    }

    .articleBlock .content .h3 {
        padding-right: 2em;
    }

    .articleSlide .attentionLabel, .articleBlock .attentionLabel {
        left: -30px;
        top: 25px;
        padding-right: 30px;
        width: 130px;
    }

    .articleSlide .content.full, .articleBlock .content.full {
        width: 100%;
    }

    .articleSlide .content .h3, .articleBlock .content .h3 {
        margin-top: 0;
    }

    #layoutToggle {
        display: none;
    }

    .articleSlide .attentionLabel, .articleBlock .attentionLabel {
        top: 10px;
        left: -26px;
    }
}

.header-login {
    padding: 5px;
    width: 240px;
}
.header-cart {
    padding: 5px;
    width: 400px;
}

@media (max-width: 767px) {
    .header-login, .header-cart {
        width: 100%;
    }
}

/** Chevrons on Collapse-able divs */
.panel-heading a[data-toggle=collapse]: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: grey;         /* adjust as needed */
}
.panel-heading a[data-toggle=collapse].collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.panel-heading .panel-title {
    display: inline-block;
}

.top-items div {
    display: inline-block;
}

.order, .order div, .order.button, .order input {
    display: inline-block;
}
.order div.input-group {
    display: inline-table;
 }
.order input {
    text-align: right;
}
.order input[name=quantity] {
    width: 50px !important;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .grid .articleBlock .priceHolder {
        bottom: 30px;
    }
    .grid .articleBlock .articleFooter {
        right: 0;
        bottom: 0;
    }
    .grid .articleBlock .articleFooter .order {
        margin-top: 1.2em;
        width: 100%;
    }
    .grid .articleBlock .articleFooter a {
        width: 100%;
    }
}
#article .order {
    margin-top: .9375rem;
    width: 160px;
}

.articleImgSlider img, #imageGallery img {
    width: 100%;
    height: auto;
}

#article .articleBlock {
    height: auto;
    padding: 5px;
}

label.required:after {
    content: "*";
    color: red;
    padding-left: 4px;
}

.combination {
    width: 200px;
    border: 1px solid #ddd;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding: 5px;
}

.combination ul, .combination li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.combination li a, .combination li a p, .combination li a div, .combination li a img, .combination .h4 {
    color: black;
    text-align: center;
    width: 100%;
}
#cm .articleBlock .content, #relatedProducts .articleBlock .content {
    left: 0;
    position: relative;
    min-height: 80px;
}
#cm .articleBlock, #relatedProducts .articleBlock {
    min-height: auto;
}
#article .articleBlock > a {
    top: initial;
    left: initial;
}

.reviewHeading, .review {
    border-bottom: 1px solid #ddd;
    padding: .5em;
}

.articleBlock .content.full .articleFooter {
    left: 0;
}

.orderLess, .orderMore {
    width: 31px;
    padding: 6px;
    z-index:2;
}

@media (max-width: 767px) {
    .statusDiv {
        display: none;
    }
}

.wishlistOrderForm .form-group {
    margin-bottom: 5px;
}

/* Global validation styles */
.noLabel:required:invalid {
    border: 1px solid #a94442;
    color: #a94442;
}
.noLabel:required:valid {
    border: 1px solid #3c763d;
    color: #3c763d;
}

ul.dropdown-btnlist {
    padding: 0;
}
.dropdown-btnlist .btn {
    width: 101%;
    border-radius: 0;
    margin: -1px;
}

div.row.wishlist-list:not(:last-of-type) {
    border-bottom: 1px solid rgb(221,221,221);
}
div.row.wishlist-list {
    padding: 15px 0;
}
div.row.wishlist-list:first-of-type {
    margin-top:-15px;
}
div.row.wishlist-list:last-of-type {
    margin-bottom:-15px;
}
@media screen and (max-width: 500px) {
    .wishlist-list .description {
        max-height: 73px;
        display: block;
        overflow:auto;
    }
}

.gift .articleBlock {
    height: 250px;
}
@media (max-width: 544px) {
    .gift .articleBlock {
        height: auto;
    }
    .gift .articleBlock .content.full .h4 {
        padding-left: 20px;
    }
}
@media (min-width: 545px) and (max-width: 767px) {
    .gift {
        width: 50%;
    }
}

div.bankselect {
    display: none;
}
div.radio.pm:first-of-type .bankselect {
    display: block;
}

.bankselect label {
    line-height: 30px;
    vertical-align: middle;
}

.paymentlogo, .shiplogo {
    max-width: 80px;
}

tfoot tr.marked {
    background-color: #ddd;
}

.cartTable tr td:last-of-type {
    white-space: nowrap;
}

.btn-group label.btn.active:after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
}

.bday-day, .bday-month, .bday-year {
    display: inline-block;
    margin: 0;
}
.bday-day {
    width: 25%;
}
.bday-month, .bday-year {
    width: 35%;
}

div#deliveryAddress, div#declaration {
    display: none;
}

img {
    max-width: 100%;
}

.offerdetails ul {
    columns: 3;
    -moz-columns: 3;
    -webkit-columns: 3;
}

/* Overwrite Modal z-indices to prevent zoom overlay coming through */
.modal {
    z-index: 10000;
}
.modal-backdrop {
    z-index: 9999;
}

@media (min-width: 992px) {
    .articleBlock .priceHolder span.clarifier {
        display: inline-block;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

.topheader {
    z-index:10000;
}

.h1, h1 {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.btn.wishlist:hover {
    color: red;
}

.listcontainer > a {
    display: inline-block;
    margin: 0;
    height: auto;
}

form.articleBlock {
    height: auto;
    display: inline;
    border:none;
}

.additionalPrices {
    margin-bottom: 4.5em;
}
.artOrderForm .order {
    position: absolute;
    bottom: 1.6em;
}

.ui-menu {
    z-index: 10000;
}

dl.dl-vat dt {
    float: left;
    width: 50px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space:nowrap;
}
dl.dl-vat dd {
    margin-left: 55px;
}

.subgroup img {
    max-height: 200px;
}

#variants .articleBlock {
    padding: 0;
    margin: 0;
    border-width: 0;
    border-bottom-width: 1px;
}

#variants .col-xs-12:last-of-type .articleBlock {
    border-bottom-width: 0;
}

#variants .order {
    margin-top: 0;
}

#variants .options .form-group {
    margin-bottom: 0;
}

#variants .content, #variants .articleFooter {
    position:static;
}

#variants .priceHolder {
    font-size: 1.25em;
}

.cartTable .thumb {
    padding: 0;
}

.panel-gift .content .h4, .panel-gift .content h4 {
    margin-bottom: 25px;
}
.panel-gift .content {
    min-height: 1px;
}

.just-padding {
    padding: 15px;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 45px;
}

.list-group-item .glyphicon {
    margin-right: 5px;
}

.toplist .list-group-root > li {
    display: none;
}