.wrap-social-search {
  display: inline-block;
  vertical-align: top;
}
#top-search {
  float: right;
  width: 20px;
  text-align: center;
}
#top-search.shoping-cart-icon {
  margin-right: 15px;
}
#top-search.shoping-cart-icon.clear-right,
#navigation.header-4 #top-search.shoping-cart-icon,
#navigation.header-5 #top-search.shoping-cart-icon,
#navigation.header-6 #top-search.shoping-cart-icon {
  margin-right: 0;
}
#top-search > a {
  height: 58px;
  font-size: 14px;
  line-height: 58px;
  color: #313131;
  cursor: pointer;
  background: none;
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#top-search > a > i {
  width: 20px;
}
#top-search.shoping-cart-icon > a {
  position: relative;
}
#top-search.shoping-cart-icon > a > i {
  font-size: 17px;
}
#top-search.shoping-cart-icon > a > span {
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  top: 12px;
  right: -4px;
  background: #305098;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  font-size: 8px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
#navigation.header-6 #top-search.shoping-cart-icon > a > span {
  top: 23px;
}
.is-sticky #navigation.header-6 #top-search.shoping-cart-icon > a > span {
  top: 12px;
}
#top-search .fa-shopping-bag:before {
  content: "\f07a";
  font-family: FontAwesome;
}
.show-search {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 58px;
  background: #fff;
  text-align: left;
  z-index: 3;
  display: none;
}
.show-search #searchform input.search-input {
  padding: 15px 35px 15px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #313131;
  height: 58px;
  line-height: 28px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: none;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 13px;
}
.show-search a.close-search {
  position: absolute;
  width: 20px;
  height: 60px;
  display: inline-block;
  right: 0;
  top: 0;
  z-index: 5;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  cursor: pointer;
  color: #313131;
}