#search-form{
  margin: 0;
  max-width: 765px;
}
#search-form .search-result-area .row{
  padding: 0;
}
#search-form .search-result-area .item{
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
}
#search-form .search-result-area .search-product-image{
  margin-right: 14px;
}
#search-form .search-result-area .product-link{
  color: #111;
  display: block;
  margin-bottom: 5px;
}
#search-form .search-result-area .price.new{
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
#search-form .search-box input {
  font-size: 14px;
  border-radius: 30px;
  padding: 13px 23px;
  border: 0;
  text-transform: initial;
  letter-spacing: 0.3px;
}
#jms_ajax_search .search-box input{
  font-size: 14px;
  border: 1px solid #ebebeb;
}
#jms_ajax_search .fa-search{
  font-family: "Font Awesome 5 Pro";
}
.search-form .button-search {
    border: 0;
    background: transparent;
    position: absolute;
    right: 0;
    padding:0 17px;
    height:100%;
    z-index:6;
}
.search-form i {
  font-size: 24px;
  color: #111;
  font-family: "Font Awesome 5 Pro";
}
.search-form.dropdown-menu {
    min-width:400px;
}
@media (max-width: 992px) {
  .search-form.dropdown-menu {
      min-width: 100%;
  }
}
.search-form .search-input {
    border-radius: 0px;
}
.search-box {
  position: relative;
}
.search-overlay {
    margin:0px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex!important;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    width:100%;
    z-index:-1;
}
.search-overlay.open {
  opacity: 1;
  z-index:1001;
}
.search-overlay .search-box {
    height: auto;
    overflow-x: hidden;
    transform: translate3d(0,-115%,0);
    transition: transform .4s;
    transition-timing-function: cubic-bezier(.7,0,.3,1);
    background:#fff;
}
.search-overlay.open .search-box {
  transform: translateZ(0);
}
#search-form-full .search-box{
  width: calc(100% - 28px);
  margin: 14px auto;
  padding: 50px 14px;
}
#search-form-full .search-box form {
  width:100%;
}
#search-form-full .search-box .search-box-close {
    cursor: pointer;
    display: flex;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
}
.fullscreen .search-box {
  height:100%!important;
  margin:100px;
}
.search-result-content {
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    position: absolute;
    width: 100%;
    padding: 30px;
    overflow-y: auto;
    z-index:2001;
}
#search-form-full .search-result-content {
  position:relative;
  padding: 28px;
}
.search_product_list .row:not(:last-child) {
    margin: 0px 0px 15px 0px;
}
#search-form-full .search_product_list .row {
    padding: 0;
}
.search_product_list .layout-column {
    padding-left: 0px;
    padding-right: 0px;
}
.search-product-image img {
  max-width: 80px;
}
.search_product_list .layout-column.product-info {
    padding-left: 15px;
}
#search-form-full .search_product_list .layout-column.product-info {
    padding-left: 0px;
    padding-top:15px;
}
#search-form-full .search_product_list .layout-column.product-info .content_price {
  padding-top:5px;
}
#search-form-full .search-product-image img {
  max-width: 100%;
  width: 100%;
}
#search-form-full .search-product-image {
  display: block;
  margin-bottom: 10px;
}
#search-form-full .product-link {
  display: block;
  margin-bottom: 5px;
  color: #111;
}
#search-form-full .price.new {
  font-weight: 700;
  color: #111;
}
.search_product_list .item:not(:last-child){
  margin-bottom: 20px;
}
#search-form-dropdown .search_product_list .item{
  display: flex;
  align-items: center;
  max-width: 100%;
  flex: 0 0 100%;
}
#search-form-dropdown .search-product-image{
  margin-right: 10px;
}
#search-form-dropdown .row{
  padding: 0;
}
@media (min-width: 768px){
  #search-form-full .search-box{
    width: auto;
    margin: 100px;
    padding: 100px 60px;
  }
}