.product-count{
    width: 65px;
}
/*image magnifier to select product*/
* {box-sizing: border-box;}

#checkout.btn:disabled{
    background-color: #4caf50;
}
#cancel-checkout.btn:disabled{
    background-color: #f44336;
}
.reg-tab-txt-area{
    font-size: 12px;
    line-height: 18px;
}
#ccmonth, #ccyear {
    height: 38px;
}

#cartContainer .card .card-header {
    padding: 8px 20px;
}
#cartContainer .card-block, .card.card-block {
    padding: 15px 15px 0 15px;
}
#cartContainer h5{
    margin: 10px 0 10px;
}



#checkout.btn:disabled{
    background-color: #4caf50;
}
#cancel-checkout.btn:disabled{
    background-color: #f44336;
}
.reg-tab-txt-area{
    font-size: 12px;
    line-height: 18px;
}
#ccmonth, #ccyear {
    height: 38px;
}

#cartContainer .card .card-header {
    padding: 8px 20px;
}
#cartContainer .card-block, .card.card-block {
    padding: 15px 15px 0 15px;
}
#cartContainer h5{
    margin: 10px 0 10px;
}



#results .desc {
    line-height: 16px;
    padding-bottom: 13px;
    max-width: 250px;
    height: 40px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e0f4e1;
}
#inputGrocery{
    height: 36px;
}

  #b-white-logo {
    background-image: url("../img/logoSBourassaWhite.png") no-repeat;
  }

  .modal-index {
    line-height: 1.4em;
    overflow-y: auto;
    max-height: calc(100vh - 50px);
  } 
  .breadcrumb {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.50rem 1rem;
    margin-bottom: 0rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
  }
  /* Styles for wrapping the search box */

.main {
    width: 85%;
    margin: 0 auto;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 3.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.btn-group .btn-secondary{
    margin: 5px;
}
.btn-secondary:not(:disabled):not(.disabled).active{
    background-color: #c62828;
}
.overMap{
    position: absolute;
    top: 0;
    left: 0;

}
.area-description.active{
    font-weight: bold;
    color: #c62828;
}
.responsive {
     width: 100%; 
     height: auto; 
}
input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}
#results>.alternate:nth-of-type(odd) {
    background: #e0e0e0;
}
body .form-group.label-floating label.control-label {
    top: -30px;
    left: 0;
    font-size: 12px;
    line-height: 1.07143;
}
.modal-open .modal {
    z-index: 2100;
}
.change-location, .change-user-location{
    cursor: pointer;
}
.map-marker-position{
    position: absolute;
    top: 5px;
    left: 18px;
    color: red;
    font-size: 24px;

}
.btn.btn-sm {
    padding: 4px 10px;
    font-size: 16px;
}
    
.product-img{
    height: 100%; width: 100%; object-fit: contain;
    border: red 1px solid;
}
.product-img-div{
    width: 250px;
    height: 250px;
    background-color:#fff;
}
.lb-outerContainer .lb-image{
    width: auto;
    min-height:97vh;
    
}
.lightbox{
    top :0px; 
}
@media (max-width: 767px){
    .img-magnifier-container {
        position: relative;
      }
      
      .img-magnifier-glass {
        position: absolute;
        border: 1px solid red;
        border-radius: 50%;
        cursor: none;
        z-index: 10000;
        /*Set the size of the magnifier glass:*/
        width: 175px;
        height: 175px;
      }
      
    .table tr td, .table tr th {
        padding: 6px!important;
        line-height: 20px;
    }
    body{
        font-size: 1rem;
        line-height: 1.6rem;
    }
    .btn.btn-sm {
        padding: 2px 10px;
        font-size: 1rem;
    }
    .col{
        padding-right: 0px;
        padding-left: 19px;
    }
    h2 {
        font-size: 20px;
        font-size: 2rem;
    }
    .container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0;
        margin-left: 0;
    }
    
}
@media (max-width: 991px){
    .ms-navbar.navbar .container .navbar-collapse .navbar-nav .nav-item a {
        padding: 0 10px;
    }
}
