/*html, body {overflow-x: hidden;}*/
.interestNews {
    background: #eee9ea;
    padding: 40px 0;
}
body .myContent #SearchTabs,
body .hwcCustomization .height60pxForSearch {display: none!important;}
body .nowrap {white-space: nowrap;}
body .hwcCustomization .txtSearch {height: 92px; line-height: 2;}
@media screen and (max-width: 987px){
  body .widget-link ul li {width: 47%;}
  body .hwcCustomization .txtSearch {}
}
@media screen and (max-width: 677px){
  body .hwcCustomization .txtSearch {font-size: 2.5em;}
}
@media screen and (max-width: 500px){
  body .cars-story .readmore {position:relative; left: 0px; top: 0px;}
  body .hwcCustomization .txtSearch {font-size: 2em;}
}
@media screen and (max-width: 420px){
  body .hwcCustomization .txtSearch {font-size: .9em;}
}

#sliderPromotionMobile {display: none;}
#sliderADs{display: block;}
#sliderPromotionMobile .owl-dots {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
@media screen and (max-width: 793px){
  .wrapper-content .item-top {display: block;}
  body #sliderPromotionMobile {display: block;}
  body #sliderADs{display: none;}
}

 .desktopOnly{
    display: block !important;
  }
  .mobileOnly{
    display: none !important;
  }
@media screen and (max-width: 550px){
  .desktopOnly{
    display: none !important;
  }
  .mobileOnly{
    display: block !important;
  }
}
