/*
Theme Name:         SW Himarket Child Theme
Theme URI:         	http://demo.wpthemego.com/themes/sw_himarket/
Description:        SW Himarket is an eye-catching WooCommerce WordPress theme which is integrated with dozen of advanced features. It is ideal for a wide range of technology stores: digital store, electronics store, camera & mobile store...
Author:             Flytheme
Author URI:         http://www.himarket.net/
Template:    	    himarket
Version:            1.0.1
License:            GNU General Public License v2 or later
*/

/* Desktop styles */

@media (max-width: 768px) {
  .top-form.top-search {
    color: white;
    background-color: #1a0202;
  }

  .sm-searbox-content .topsearch-entry {
    padding: 0;
  }

  .top-form.top-search {
    color: white;
    border-color: white;
  }

  #sm_serachbox_pro {
    position: absolute;
    top: 90px;
    left: 0;
    width: 200px;
    padding: 0px;
    background: #0e867b00;
    z-index: 999;
    right: 0;
  }

  .sm-searbox-content .topsearch-entry input {
    width: 665px;
    height: 33px;
    line-height: 32px;
    border: 0;
    margin: 0;
    padding: 0 10px;
  }
}