.form-list.user {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.account_wishlist {
    width: 75%;
    float:right;
}

@media only screen and (max-width: 550px) {
    .form-list.user {
        width: 100%;
        float: left;
        padding-left: 5px;
        padding-right: 5px;
    }

}

.cart_delete_span {
    display: none;
}

@media only screen and (max-width: 599px) {
    .cart_delete_span {
        display: block;
    }
}

@media only screen and (max-width: 770px) {
    .logo-fix {
        min-height: 80px;
    }
    .block-layered-nav .block-subtitle--filter::after {

        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid white;
        border-right: none;
        right: 10px;
        top: 50%;
        margin-top: -5px;

    }

    .sidebar .block.block-layered-nav {

        border-bottom: none;
        display: block;

    }

    .accordion-close {
        display: none;
    }

    .product-name {
        display: block !important; 
        margin-bottom: 20px !important;
    }


    .account_wishlist {
        width: 100%;
        float:none;
    }
}


@media only screen and (min-width: 980px) {    
    #header-search {
        right: 450px;
    }
    .account-cart-wrapper {
        width: 450px;
    }
}

.ma5slider .slide--active {

    z-index:0 !important;
}

.price_discount {
    padding-left: 15px;
    cursor: pointer;
    position: relative;
}

.price_discount_list {
    position: absolute;
    top: 20px;
    left: 14px;    
    background-color: #3A3A3A;
    padding: 5px;
    color: white;
    border: solid 1px #CCCCCC;
    width: 150px;
}

.display_none {
    display: none;
}

.price_discount_list > li {
    border-bottom: solid 1px #CCCCCC;
}

span.right {
    float:right;
}

.footer .links li {
    word-break: normal;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;  
    border: none;
    outline: none;    
    cursor: pointer;
    padding: 10px;
    background-color:rgba(200, 200, 200, 0.5); 
}

#myBtn:hover {
    background-color:rgba(220, 220, 220, 0.5);
}

.result-switch {
    background: none;
    border: none;
    padding-top: 2px;
    float: left;
}

.result-switch > i {
    color: #CCCCCC;
}

.selected-switch {
    color: #000000 !important;
}

/*
.Faltkarte, .Anlasskarte, .Panoramakarte {
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: 1px solid #000000;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.25);
    box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.25);
}

.item > .product-image > .Faltkarte, .Anlasskarte, .Panoramakarte {
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: 1px solid #000000;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
}*/

.Klappkarte, .Faltkarte, .Anlasskarte, .Panoramakarte{
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: 1px solid #000000;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
}

.Postkarte{
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: 1px solid #000000;
}

.imgSizeResult {
    max-width: 120px !important;
}

.landscape {
    max-width: 180px !important;
}

.removeFilter {
    float: right;
    padding-right: 10px;
    font-weight: 550;
}

.product-view .product-shop .extra-files {
    margin-bottom: 50px;
    clear: both;
}

/*Tooltip*/
.tooltip {
    /*color: #DF5E33;
    text-decoration: underline;*/
    cursor: help;
    position: relative;
}

.tooltip span[role=tooltip] {
    display: none;
}

.tooltip:hover span[role=tooltip] {
    display: block;
    position: absolute;
    bottom: 1em;
    left: -6em;
    /*width: 15em;*/
    padding: 0.5em;
    z-index: 100;
    color: #FFF;
    background-color: #6d6d6d;
    border: solid 1px #DF5E33;
    border-radius: 0.2em;
}

.buttonSmall {
    min-height: 25px !important;
    line-height: 25px !important;
}

.overlay{
    position: fixed;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: rgba(125, 125, 125, 0.5);;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
    z-index:100;
}

.overlay.show {
    left:0;
    width:  100%;
}

.overlay > .cart {
    position: absolute;
    width: 400px;
    height: 100%;
    background-color: #fff;
    right: 0;
    overflow: auto;
}

.overlay > .wrap {
    position: absolute;
    width: calc(100% - 400px);
    height: 100%;    
    left: 0;
    overflow: auto;
}



.cart-small.item-options {
    margin-top: 0 !important;
}
.cart-small.item-options dd {
    margin: 0;
}

.cart-small.cart-totals-wrapper{
    width: 100%;
    float: none;
    padding: 0;
}

.cart-small .page-title h1 {
    margin-right: 0;
    float: none;
}

.cart-small-line {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.cart-small-line > .img {
    max-width: 20%;
}

.cart-small-line > .img > a > img{
    max-width: 75%;
    padding-left: 5px;
}

.cart-small-line > .center {
    flex: 2 0 auto;
    font-size: 0.8em;
}

.cart-small-line > .center > .product-name {
    font-size: 1.2em;
}

.cart-small-line > .endPrice {
    align-self: flex-end;  
    text-align: right;
    padding-right: 5px;
}

 .cart-small-close > button{
        
        float: right;
        padding: 5px;
        padding-right: 15px;
        
        background: none;
        border: 0;
        color: #666;
    }

@media only screen and (max-width: 440px) {
    .overlay > .cart {        
        width: 100%;        
    }

    .cart-small-close {
        display: block;
    }
    
   

}

.logo.b2b img {
    max-width: 125%;
}

.add-to-cart-buttons > .tooltip {
	padding-left: 0.2em;
}


.button:disabled {
    opacity: 1.0;
}