.bp-element-product-search .title {
  margin: 2px; }

.bp-element-product-search .search-button::before {
  content: "\f4a4";
  font-family: Ionicons;
  font-size: 24px;
  font-weight: 600; }

.bp-element-product-search .search-form {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .bp-element-product-search .search-form.open {
    opacity: 1;
    visibility: visible; }
    .bp-element-product-search .search-form.open .form-search .search-field {
      opacity: 1;
      visibility: visible;
      transform: scale3d(1, 1, 1);
      transition-duration: 1s; }
  .bp-element-product-search .search-form.loading .form-search:after {
    content: "\f29a";
    font-family: Ionicons;
    font-size: 40px;
    position: absolute;
    right: 0;
    top: 20px;
    color: #fff;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    animation: spin 2s linear infinite;
    transition: all 0.5s; }

.bp-element-product-search .close-form {
  position: absolute;
  right: 50px;
  top: 100px;
  color: #f0f0f0;
  cursor: pointer;
  transition: all 0.5s; }
  .bp-element-product-search .close-form::before {
    content: "\f12a";
    font-size: 20px;
    font-family: Ionicons; }
  .bp-element-product-search .close-form:hover {
    color: red; }

.bp-element-product-search .form-search {
  width: 80%;
  position: relative; }
  .bp-element-product-search .form-search:after {
    display: none; }
  .bp-element-product-search .form-search .search-field {
    width: 100%;
    height: 100px;
    padding: 20px 0;
    background: transparent;
    font-size: 60px;
    border: 0;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    border-bottom: 4px solid #2575FC;
    transform: scale3d(0, 1, 1);
    transition: all 0.3s;
    transform-origin: 0 50% center; }
  .bp-element-product-search .form-search .search-notice {
    display: inline-block;
    float: right;
    margin-top: 5px;
    color: #f0f0f0; }

.bp-element-product-search .list-search {
  padding-left: 0;
  list-style: none;
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  transition: all 0.5s; }
  .bp-element-product-search .list-search li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
    display: block;
    letter-spacing: 0.05em; }
    .bp-element-product-search .list-search li a {
      color: rgba(255, 255, 255, 0.8);
      transition: all 0.3s; }

.bp-element-product-search.layout-2 form {
  position: relative; }
  .bp-element-product-search.layout-2 form .btn-live-search {
    position: absolute;
    right: 23px;
    height: calc(100% - 14px);
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 22px;
    border-left: 1px solid #ccc;
    background: transparent;
    z-index: 1; }
    .bp-element-product-search.layout-2 form .btn-live-search i {
      font-size: 22px;
      font-weight: 400;
      height: 100%;
      line-height: 30px;
      color: #333;
      display: block; }

.bp-element-product-search.layout-2 .loading .btn-live-search i {
  visibility: hidden; }

.bp-element-product-search.layout-2 .destop-search-form {
  width: 580px; }
  @media (max-width: 1400px) {
    .bp-element-product-search.layout-2 .destop-search-form {
      width: 290px; } }
  @media (max-width: 1024px) {
    .bp-element-product-search.layout-2 .destop-search-form {
      width: auto; } }
  .bp-element-product-search.layout-2 .destop-search-form .form-destop-search label {
    width: 100%; }
    .bp-element-product-search.layout-2 .destop-search-form .form-destop-search label .search-field {
      margin-bottom: 0;
      padding-right: 62px;
      font-size: 16px;
      font-weight: 400;
      color: #999; }
  .bp-element-product-search.layout-2 .destop-search-form .list-search {
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 1;
    margin: 0; }
    .bp-element-product-search.layout-2 .destop-search-form .list-search li {
      border: 1px solid rgba(179, 179, 179, 0.2);
      padding: 10px 20px;
      border-top: none;
      margin-bottom: 0; }
      .bp-element-product-search.layout-2 .destop-search-form .list-search li a {
        color: #333;
        font-size: 15px;
        line-height: 1.333;
        font-weight: 700; }
        .bp-element-product-search.layout-2 .destop-search-form .list-search li a:hover {
          color: #345d91; }
    .bp-element-product-search.layout-2 .destop-search-form .list-search:last-child {
      border-bottom: none; }
  .bp-element-product-search.layout-2 .destop-search-form.loading .form-destop-search:after {
    content: "\f29a";
    font-family: Ionicons;
    font-size: 18px;
    position: absolute;
    right: 22px;
    top: 0;
    color: #333;
    display: inline-block;
    line-height: 42px;
    animation: fa-spin 1s infinite steps(8);
    transition: all 2s; }

.bp-element-product-search.layout-2 .mobile-search-form {
  position: absolute;
  width: 100vw;
  top: -10px;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
  z-index: 1; }
  .bp-element-product-search.layout-2 .mobile-search-form .form-mobile-search {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1); }
    .bp-element-product-search.layout-2 .mobile-search-form .form-mobile-search label {
      width: 100%; }
      .bp-element-product-search.layout-2 .mobile-search-form .form-mobile-search label input {
        margin-bottom: 0;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
    .bp-element-product-search.layout-2 .mobile-search-form .form-mobile-search .btn-live-search {
      border-left: 0; }
  .bp-element-product-search.layout-2 .mobile-search-form .list-search {
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 1;
    margin: 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1); }
    .bp-element-product-search.layout-2 .mobile-search-form .list-search li {
      border: 1px solid rgba(179, 179, 179, 0.2);
      padding: 10px 20px;
      border-bottom: none;
      margin-bottom: 0; }
      .bp-element-product-search.layout-2 .mobile-search-form .list-search li a {
        color: #333;
        font-size: 15px;
        line-height: 1.333;
        font-weight: 700; }
        .bp-element-product-search.layout-2 .mobile-search-form .list-search li a:hover {
          color: #345d91; }
  .bp-element-product-search.layout-2 .mobile-search-form.loading .form-mobile-search:after {
    content: "\f29a";
    font-family: Ionicons;
    font-size: 18px;
    position: absolute;
    right: 22px;
    top: 0;
    color: #333;
    display: inline-block;
    line-height: 42px;
    animation: fa-spin 1s infinite steps(8);
    transition: all 2s; }
  .bp-element-product-search.layout-2 .mobile-search-form.active {
    top: 40px;
    visibility: visible;
    opacity: 1; }

@media (max-width: 767px) {
  .bp-element-product-search.layout-2 .destop-search-form {
    display: none; }
  .bp-element-product-search.layout-2 .search-button::before {
    color: #333;
    font-size: 22px;
    font-weight: 400; } }
