html, body {width: auto!important; overflow-x: hidden!important} 
.deal-date {
  background-color: #06c; //#0098f8;
  color: #FFF;
}
.deal-date-hot {
  color: #fff;
  //font-weight: bold;
  font-family: sans-serif;
  border-top: 3px #e28535 solid;
  background-color: #e37a20;
}
.deal-fire{
  color : #f00;
}
.deal-title{
  color:#333;
  height:65px;
}
.deal-title a{
  color:#333; 
}
.deal-title a:hover{
  color:#08f;
  text-decoration:underline 
}
.deal-soldout{
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.deal-top-deals {
  background-color: #E00600;
  color: #FFF;
  text-indent: 10px;
  font-size: 15px;
  padding: 7px 0px 7px 0px;
}
.deal-search {
  background-color: #008B45;
  color: #FFF;
  text-indent: 10px;
  font-size: 15px;
  padding: 7px 0px 7px 0px;
}
.store {
  color:#999; 
  font-weight:bold;
}
.deal-price {
  color:#06c;
  font-weight:bold;
  font-size:large;
}
.deal-price-hot {
  color:red;
  font-weight:bold;
  font-size:large;
}
.deal-save-label{
  background-color: #e60404;
  display: inline-block;
  margin-right: 4px;
  padding:0px 4px;
  border-radius:4px;
  color: #fff; 
}
.f-70{
  font-size:70%;
}
.green-check{
  color:#008C04;
}
.pl10{
  padding-left:10px;
}
.pl80{
  padding-left:80px;
}
.pl0{
  padding-left:0px;
}
.pb10{
  padding-bottom:10px;
}
.pb0{
  padding-bottom:0px;
}
.pr0{
  padding-right:0px;
}
.pt10{
  padding-top:10px;
}
.pt5{
  padding-top:5px;
}
.ptb5{
  height:5px;
}
.hl20{
  height:18px;
}
.h20{
  height:20px;
}
.h15{
  height:15px;
}
.h12{
  height:12px;
}
.h10{
  height:10px;
}
.h80{
  height:60px;
}
.h100{
  height:100px;
}
.centercrop{
  object-fit: contain;
  width:100%;
  min-height: 100px;
  height: 150px !important;
}
.h125{
  height:125px !important;
}
.large{
  font-size:larger;
}
.nopaddingab{
  padding:0px;
}


.deal-background {
    height: 126px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.deal-hotdeals {
    height: 178px;
    overflow-y: hidden;
    display: block;
}
.deal-caption{
  background-color:#F3FAFF;
}

.input-group-fix{
  display:-webkit-box;
}
.form-wrapper{
  width:85%;
}
.swipe-wrap {
    overflow: hidden;
    position: relative;
}
.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}
.swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative;
}
.deal-button{
  padding-top:10px;
  padding-bottom:0px;
}
.deal-store{
  white-space:nowrap;
  overflow:hidden;
}
.imagelabel{
  position: absolute; 
  top: 10px; 
  left: 10px; 
}
.grayscale{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
