﻿.modal-content {
    max-height:900px ;
    overflow-y: auto ;
}
.input-group .product-quantity-input {
    width: 60px;
}

.product-nav-pagination {
    margin-top: 0;
}

.nav>li .nav-mobile-expand {
    display: none;
    float: right; 
}

/*.js-slickSlider {
    display: none;
}*/

.dropdown-header{
    font-size: 14px;
}

.modal-content {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-toggle {
    float: none;
}

.mfp-bg {
    z-index: 1051;
}

.mfp-wrap {
    z-index: 1052;
}
.mfp-zoom-out-cur,.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: default;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;

}

.footer .row {
    margin-left: 0;
    margin-right: 0;
}

td.productlist-image-tablecell {
    max-width: 100px;
}

td.productlist-image-tablecell img {
    min-width: 70px;
}

.nowrap {
    white-space: nowrap;
}

.autocomplete-text {
    white-space: nowrap;
    overflow: hidden;
}

.edit-content-toggle {
    left: 0;
    bottom: 0;
    border: 1px solid #ccc;
    border-bottom: none;
    border-left: none;
    background-color: #f5f5f5;
    color: #444;
    font-size: 11px;
    padding: 6px;
    box-shadow: 2px rgba(0, 0, 0, 0.5) -1px -1px;
    border-radius: 0 2px 0 0;
    z-index: 1000;
}

.edit-content-toggle-active {
    background-color: red;
    color: white;
}

a.atlwdg-trigger {
    z-index: 1000;
}

#cookieNotification {
    position: fixed;
    display: none;
    bottom: 0px;
    background-color: #478fca;
    min-height: 50px;
    color: #fff;
    z-index: 9999;
}

.relation-category-list-buttons {
    padding-bottom: 20px;
}

.js-relation-category-button {
    background-color: grey;
}

.js-relation-category-button.selected {
    background-color: black;
}

.empty-basket-button/*, .export-basketlist-to-excel*/
{
    display: none;
}

.basket-print-page {
    display: none;
}

.retailertemplate {
    display: none;
    width: 500px;
}

.li-retailer.active, .li-retailer.active:hover  {
    background-color: #D7D7D7;
}

li.li-retailer {
    padding: 0;
}

div.retailer-column {
height: 530px; 
overflow-y: hidden;
    overflow-x: hidden; 
}

ul.retailer-list {
    padding: 0;
    min-height: 345px;
}

ul.retailer-list li {
    border-bottom: 1px solid lightgrey;
    padding-top: 10px;
    padding-left: 4px;
    height: 90px;
    padding-right: 10px;
    position: relative;
}

.retailer-list-header .label-default {
    margin-right: 4px;
}

.retailer-list-header {
    white-space: nowrap;
}

/*address.retailer {
    background: black;
}*/

.js-map-retailer-detail:hover{
    background-color: #EEEEEE;
}

.retailer-popup-image {
    max-height: 100px;
}

.retailer-summary-image {
    max-width: 300px;
}

button.retailer-pick {
    float: right;
    top: 10px;
    right: 10px;
    margin-top: 2px;
    margin-bottom: 4px;
    margin-right: 6px;
    margin-left: 4px;
    line-height: 1.02857;
    position: absolute;
}

.retailer-popup-row {
    width: 300px;
    margin: 0;
}

.modal-google-map {
    margin: 20px;
}

.retailer-list-header {
    margin-bottom: 4px;
    margin-top: 0;
}

.retailer-list-more-info {
    float: right;
    position: relative;
    top: 20px;
}

.modal-google-map .retailer-list-more-info {
    display: none;

}

.retailer-popup-row .column {
    padding: 0;
}

.google-map-wrapper address {
    margin-bottom: 0;
    margin-top: 0;
    
}
.google-map-wrapper address.retailer-address {
    float: left;
}

.google-map-wrapper address:after {
    clear: both;
}

a.retailer-homepage {
    white-space: nowrap;
    float: right;
    position: relative;
    top: 40px;
    text-decoration: underline;
}

.gm-style-iw .row {
    margin: 0;
}

.gm-style-iw a {
    text-decoration: underline;
}

.js-map-retailer-detail address{
margin-left:6px;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }
.top37 { margin-top:37px; }
.align-left {
    text-align: left !important;
}

#orderTypes button {
    min-width: 230px;
}

#btnAddRecipients {
    margin-bottom: 5px;
    float: right;
}

@media (max-width: 600px) {
    .checkout-btn {
        float: left !important;
    }
}

@media (max-width:785px) {
    #deliveryinformation {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width:991px) {
    #summaryWrapper .col-md-6 {
        margin-bottom:20px;
    }
    #summaryWrapper .col-md-12 .col-md-6 {
        padding-left: 0;
    }
}

@media (max-width:698px) {
    #orderForm #btnPrevious {
        margin-right: 0px !important;
        margin-top: 5px !important;
    }
}

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