.head-search {
  float: right;
  text-align: center;
  position: relative;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.affix .head-search .btn {
  height: 45px;
  width: 45px;
  line-height: 45px;
}
@media (max-width: 767px) {
  .affix .head-search .btn {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
}
.affix .head-search .search #mod-search-searchword {
  height: 45px;
  line-height: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.head-search .btn {
  background: transparent;
  border: 0;
  padding: 0;
  text-transform: uppercase;
  display: inline-block !important;
  text-align: center;
  border-left: 1px solid #333333;
  height: 90px;
  line-height: 90px;
  width: 90px;
  position: relative;
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
}
@media (max-width: 767px) {
  .head-search .btn {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
}
.head-search .btn::before {
  display: none;
}
.head-search .btn .fa-close {
  display: none;
}
.head-search .btn .fa-search {
  display: inline-block;
}
.head-search .btn .fa {
  color: #ffffff;
  font-size: 18px;
}
.head-search .btn:hover,
.head-search .btn:focus,
.head-search .btn:active {
  background: transparent;
  border-color: #333333;
  color: #ffffff;
}
.head-search.btn-open .fa-search {
  display: none;
}
.head-search.btn-open .fa-close {
  display: inline-block;
}
.head-search-wrap {
  float: left;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  height: 60px;
  margin: 15px;
  z-index: -1;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
@media (max-width: 767px) {
  .head-search-wrap {
    min-width: 250px;
    height: 80px;
  }
}
.head-search-wrap.btn-open {
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 768px) {
  .head-search-wrap {
    width: 510px;
    left: 60px;
  }
}
@media (min-width: 992px) {
  .head-search-wrap {
    width: 790px;
    left: 60px;
  }
}
@media (min-width: 1200px) {
  .head-search-wrap {
    width: 990px;
    left: 200px;
  }
}
@media (max-width: 360px) {
  .head-search-wrap {
    top: 81px;
    width: 100% !important;
  }
}
.affix .head-search-wrap {
  left: 0;
  height: 45px;
}
@media (min-width: 768px) {
  .affix .head-search-wrap {
    width: 570px;
    left: 45px;
  }
}
@media (min-width: 992px) {
  .affix .head-search-wrap {
    width: 835px;
    left: 45px;
  }
}
@media (min-width: 1200px) {
  .affix .head-search-wrap {
    width: 1035px;
    left: 45px;
  }
}
.affix .head-search-wrap .search #mod-search-searchword {
  height: 45px;
  line-height: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .affix .head-search-wrap .search #mod-search-searchword {
    padding-right: 95px;
  }
}
.head-search-wrap .search {
  float: left;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.head-search-wrap .search .form-inline {
  margin-bottom: 0;
  width: 100%;
  display: block;
}
.head-search-wrap .search #mod-search-searchword {
  height: 60px;
  line-height: 10px;
  width: 100%;
  background-color: transparent;
  padding: 0 15px;
  border: 0;
  font-size: 18px;
  color: #333333;
}
@media (max-width: 767px) {
  .head-search-wrap .search #mod-search-searchword {
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 360px) {
  .head-search-wrap .search #mod-search-searchword {
    padding-right: 125px;
  }
}
.head-cart {
  border-left: 1px solid #333333;
  height: 90px;
  line-height: 90px;
  float: right;
  text-align: center;
  position: relative;
  width: 90px;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
@media (max-width: 767px) {
  .head-cart {
    position: static;
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
  div.head-offcanvas + .head-cart div.dropdown-menu {
    margin-right: -80px;
  }
}
.affix .head-cart {
  height: 45px;
  width: 45px;
  line-height: 45px;
}
@media (max-width: 767px) {
  .affix .head-cart {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
}
.head-cart #head-cart-dropdown {
  background: url("../../../templates/ja_elicyon/local/less/themes/images/cart.png") no-repeat !important;
  border: 0;
  padding: 0;
  text-transform: uppercase;
  display: inline-block !important;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
}
.head-cart #head-cart-dropdown::before {
  display: none;
}
.head-cart #head-cart-dropdown .fa {
  display: none;
}
.head-cart #head-cart-dropdown .total-product {
  background: #00adef;
  border-radius: 50%;
  color: #ffffff;
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  padding: 4px 7px;
  top: -10px;
  right: -12px;
  line-height: 1;
}
.head-cart #head-cart-dropdown:hover,
.head-cart #head-cart-dropdown:focus,
.head-cart #head-cart-dropdown:active {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.head-cart.open > .dropdown-menu {
  background: #ffffff;
  border: 2px solid #999999;
  border-top: 0;
  min-width: 350px;
  margin-top: 0;
  max-height: 400px;
  line-height: 1.78571429;
  float: left !important;
  left: auto;
  right: 0;
  padding: 0;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .head-cart.open > .dropdown-menu {
    min-width: 310px;
    width: 100%;
  }
}
.head-cart .total-container {
  padding: 0 25px 25px;
  color: #555555;
  margin: 0 -25px -25px;
}
.head-cart .vmCartModule {
  padding: 25px;
}
@media (max-width: 1199px) {
  .head-cart .vmCartModule {
    max-height: 350px;
    overflow-y: scroll;
  }
}
.head-cart .product_row {
  margin-bottom: 25px;
  color: #555555;
}
.head-cart .product_row:before,
.head-cart .product_row:after {
  content: " ";
  display: table;
}
.head-cart .product_row:after {
  clear: both;
}
.head-cart .product-item {
  display: inline-block;
}
.head-cart .subtotal_with_tax {
  float: right;
}
.head-cart .show_cart a {
  border-width: 1px;
  border-style: solid;
  display: block;
  width: 100%;
  margin-top: 25px;
  text-align: center;
  background-color: transparent;
  border-color: #333333;
  color: #333333;
  background: transparent;
  border: 2px solid #333333;
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 25px;
  border-radius: 0px;
}
.head-cart .show_cart a:hover,
.head-cart .show_cart a:focus,
.head-cart .show_cart a.focus,
.head-cart .show_cart a:active,
.head-cart .show_cart a.active,
.open > .dropdown-toggle.head-cart .show_cart a {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #141414;
}
.head-cart .show_cart a:active,
.head-cart .show_cart a.active,
.open > .dropdown-toggle.head-cart .show_cart a {
  background-image: none;
}
.head-cart .show_cart a.disabled,
.head-cart .show_cart a[disabled],
fieldset[disabled] .head-cart .show_cart a,
.head-cart .show_cart a.disabled:hover,
.head-cart .show_cart a[disabled]:hover,
fieldset[disabled] .head-cart .show_cart a:hover,
.head-cart .show_cart a.disabled:focus,
.head-cart .show_cart a[disabled]:focus,
fieldset[disabled] .head-cart .show_cart a:focus,
.head-cart .show_cart a.disabled.focus,
.head-cart .show_cart a[disabled].focus,
fieldset[disabled] .head-cart .show_cart a.focus,
.head-cart .show_cart a.disabled:active,
.head-cart .show_cart a[disabled]:active,
fieldset[disabled] .head-cart .show_cart a:active,
.head-cart .show_cart a.disabled.active,
.head-cart .show_cart a[disabled].active,
fieldset[disabled] .head-cart .show_cart a.active {
  background-color: transparent;
  border-color: #333333;
}
.head-cart .show_cart a .badge {
  color: transparent;
  background-color: #333333;
}
.head-cart .show_cart a::before {
  width: 100%;
  height: 0;
  content: "";
  background: #333333;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: height 350ms;
  -o-transition: height 350ms;
  transition: height 350ms;
}
.head-cart .show_cart a:hover,
.head-cart .show_cart a:focus,
.head-cart .show_cart a.focus,
.head-cart .show_cart a:active,
.head-cart .show_cart a.active,
.open > .dropdown-toggle.head-cart .show_cart a {
  color: #ffffff;
  background: #333333;
  border-color: #333333;
}
.head-cart .show_cart a:hover::before,
.head-cart .show_cart a:focus::before,
.head-cart .show_cart a.focus::before,
.head-cart .show_cart a:active::before,
.head-cart .show_cart a.active::before,
.open > .dropdown-toggle.head-cart .show_cart a::before {
  height: 100%;
}
.head-cart .show_cart a:active,
.head-cart .show_cart a.active,
.open > .dropdown-toggle.head-cart .show_cart a {
  background-image: none;
}
.head-cart .show_cart a:active::before,
.head-cart .show_cart a.active::before,
.open > .dropdown-toggle.head-cart .show_cart a::before {
  height: 100%;
}
.head-cart .show_cart a.disabled,
.head-cart .show_cart a[disabled],
fieldset[disabled] .head-cart .show_cart a,
.head-cart .show_cart a.disabled:hover,
.head-cart .show_cart a[disabled]:hover,
fieldset[disabled] .head-cart .show_cart a:hover,
.head-cart .show_cart a.disabled:focus,
.head-cart .show_cart a[disabled]:focus,
fieldset[disabled] .head-cart .show_cart a:focus,
.head-cart .show_cart a.disabled.focus,
.head-cart .show_cart a[disabled].focus,
fieldset[disabled] .head-cart .show_cart a.focus,
.head-cart .show_cart a.disabled:active,
.head-cart .show_cart a[disabled]:active,
fieldset[disabled] .head-cart .show_cart a:active,
.head-cart .show_cart a.disabled.active,
.head-cart .show_cart a[disabled].active,
fieldset[disabled] .head-cart .show_cart a.active {
  background-color: transparent;
  border-color: #333333;
}
.head-cart .show_cart a .badge {
  color: transparent;
  background-color: #333333;
}