.new_home_page h1 {
  margin-bottom: 20px; }

.new_home_page .featured-sales {
  position: relative;
  z-index: 10; }

.new_home_page .featured-sales .search-bar.mobile-only {
  display: none; }

.new_home_page .featured-sales .search-bar {
  max-width: 100%;
  margin: 15px 0 0;
  display: inline-block; }

.new_home_page .featured-sales .search-bar button {
  background-color: #1c7a3a;
  color: #fff;
  width: 150px;
  font-weight: bold;
  font-size: 18px;
  top: 0;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -wekbit-transition: all 0.3s; }

.new_home_page .featured-sales .search-bar button:hover {
  background-color: #135227; }

.new_home_page .featured-sales .search-bar input[type=search] {
  padding: 15px 175px 15px 20px;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-radius: 5px 0 0 5px;
  transition: all 0.15s;
  -moz-transition: all 0.15s;
  -wekbit-transition: all 0.15s; }

.new_home_page .featured-sales .search-bar input[type=search]::-webkit-input-placeholder {
  color: #9c9c9c; }

.new_home_page .featured-sales .search-bar input[type=search]::-moz-placeholder {
  color: pink; }

.new_home_page .featured-sales .search-bar input[type=search]:-ms-input-placeholder {
  color: pink; }

.new_home_page .featured-sales .search-bar input[type=search]:-moz-placeholder {
  color: pink; }

.new_home_page .featured-sales .search-bar input[type=search]:focus {
  outline: none;
  background: #f4f4f4; }

.mobile-view {
  display: none; }

.hero-section {
  padding-left: 0;
  margin-bottom: 30px; }
  .hero-section .row1 {
    margin-bottom: 20px; }
  .hero-section img {
    border: 1px solid #e8e8e8;
    cursor: pointer;
    width: 100%; }
  .hero-section .first-row-2nd-column {
    margin-bottom: 3px; }

.template-index .fcollection {
  display: none; }

.btn-all-col {
  background-color: #96c93e !important;
  max-width: 290px;
  text-align: center;
  margin: 0 auto;
  min-height: 40px;
  padding: 10px; }
  .btn-all-col:hover {
    background-color: #135227 !important; }

@media only screen and (max-width: 480px) {
  .desktop-view {
    display: none; }

  .mobile-view {
    display: block; }

  .hero-section .row1 {
    margin-bottom: 0; }

  .new_home_page h1 {
    font-size: 1.1em;
    margin-bottom: 0; }

  .new_home_page .featured-sales .search-bar {
    display: none; } }
