/*!
Theme Name: Tyche
Theme URI: https://colorlib.com/wp/themes/tyche/
Author: Colorlib
Author URI: https://colorlib.com/
Description: A WooCommerce theme
Version: 1.0.13
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tyche
Tags: e-commerce, custom-logo, two-columns, left-sidebar, right-sidebar, custom-header, custom-menu, featured-images, threaded-comments, footer-widgets, sticky-post, theme-options
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.cart .top-header-bar {
	margin-top: 24px;
}
.top-cart {
    float: right;
}

.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
  padding-right: 27px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
  width:100%;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: 17px;
  right: 10px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #f43818;
  left: initial;
  font-size: 14px;
}
.glyphicon-search::before {
    content:"\f002";
	font-family: FontAwesome;
}
.top-header-bar-container .top-header-bar li.top-account{
	float:right !important;
}
.search-form {
    padding-top: 17px;
}
