body.modal-open {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.deal .offer-favorite {
    position: absolute;
    top: 9px;
    z-index: 2;
    min-height: 36px;
    min-width: 36px;
    left: 9px;
    background-color: #fff;
    /*border: 1px dashed #ff5722;*/
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 700;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 24px;
    color: #f00!important;
    line-height: 24px;
    text-transform: uppercase;
    padding: 7px 0 0;
    /*box-shadow: 0 1px 3px 0 rgba(160,158,169,0), 0 1px 2px 0 rgba(140,139,152,.13);*/
    box-shadow: 0 0px 25px rgba(0,0,0,0.1);
}
.deal .offer-favorite a { cursor: pointer; color: #ff5722; }
.deal .offer-favorite a:hover { cursor: pointer; color: #ff5722; }

.deal .bought {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1000;
    color: #FFF;
    background: #ff5722;
    padding: 2px 15px;
    font-size: 14px;  
}

.deal .image {
    height: 200px;
    overflow: hidden;
    margin: 0;
    max-width: 100%;
    display: block;
    position: relative;
    text-align: center;    
}

.deal .card-body h4 {
    line-height: 1.2em;
    height: 3.6em;
    overflow: hidden;
    /*font-size: 10px;*/
    font-size: 1.4em;
}
.deal .card-text {
    line-height: 1.5em;
    height: 6em;
    overflow: hidden;
    color: #7d8693 !important;  
}
.deal .price {
    font-size: 1.6em;
    font-weight: bold;
}
.deal .priceOld {
    font-size: 1.2em;
    vertical-align: sub;
}

.fa-twitter { color: #1da1f2; }
.fa-facebook { color: #4267b2; }
.fa-times,
.fa-times-circle { color: red; }

#cookies { position: fixed; left: 0; right: 0; bottom: 0; font-size: 12px; text-align: center; background: #eee; z-index: 9999999; }
#cookies .btn { font-size: 12px; margin: 0px; padding: 0px 10px; margin: 2px 0px; }

.categoriesModal button,
.list-group-item,
.custom-control-label { cursor: pointer; }
.autocomplete-container { width: 100%; }

.stars i, .stars i { margin: 0; color: #f4d819; }

.pac-container {
    z-index: 10000 !important;
}

ins.adsbygoogle[data-ad-status="unfilled"]{display:none!important;margin:0;}

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.newsletter-block { background: #ffc107; color: #000; }
.newsletter-block p, 
.newsletter-block h2, 
.newsletter-block h3, 
.newsletter-block strong, 
.newsletter-block b { color: #000; }
.newsletter-block h3 { font-size: 1.5em; margin: 0px;  }
.newsletter-block ul.tick { margin-bottom: 10px !important;  }
.newsletter-block input { margin: 10px 0px; text-align: center; }
.newsletter-block a.link { color: #000; text-decoration: underline; }
.newsletter-block a.link:hover { color: #000;  }

.media img { width: 300px;  }

@media (min-width: 576px) {   } }

@media (min-width: 768px) {  }

@media (min-width: 992px) { 

}

@media (min-width: 1200px) { ... }

@media (max-width: 575.98px) {
  .modal-content .form-group { margin-bottom: 0.5rem; }
  .modal-content .form-group label { margin-bottom: 0.25rem; }

  .deal .image {
      height: 150px;
      overflow: hidden;
      margin: 0;
      max-width: 100%;
      display: block;
      position: relative;
      text-align: center;    
  }
  .deal .card-body h4 {
      font-size: 1.2em;
      line-height: 1.2em;
      height: 2.4em;
      overflow: hidden;
      
  }
  .deal .card-text {
      font-size: 0.9em;
      line-height: 1.5em;
      height: 3em;
      overflow: hidden;
      color: #7d8693 !important;  
  }
  .deal .price {
      font-size: 1.2em;
      font-weight: bold;
  }
  .deal .priceOld {
      font-size: 1em;
      vertical-align: sub;
  }  
}

@media (max-width: 767.98px) { ... }

@media (max-width: 991.98px) { 
    .modal-full {
      min-width: 100%;
      margin: 0;
      padding: 0;
      min-height: 100%;
    }
    .modal-full .modal-content {
      border: none;
      border-radius: 0;
      min-height: 100%;
      margin: 0;
      padding: 0;

    } 
}

@media (max-width: 1199.98px) { ... }