@media all and (min-width: 1024px) {
  .athena-el-1 {
    width: 60px;
    height: 60px;
  }

  .form.minisearch {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 850px;
  }

    .form.minisearch .arrow-search {
      display: none;
    }

    .form.minisearch.arrow .arrow-search {
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      top: calc(100% + 22px);
      left: 40px;
      background: #fff;
      transform: rotate(45deg);
    }

  .athena-search-autocomplete {
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #878787;
    display: none;
    font-size: 14px;
    font-weight: 500;
    overflow: visible;
    position: absolute;
    top: 54px;
    transition: all 100ms;
    z-index: 9999;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
    left: 5px;
    padding: 20px 20px;
    box-sizing: border-box;
    max-height: 77vh;
    text-align: left;
    overflow-y: auto;
    width: 100% !important;
  }

    .athena-search-autocomplete * {
      box-sizing: border-box;
    }

    .athena-search-autocomplete a {
      font-size: 14px;
      text-decoration: none;
      color: #000000;
      outline: 0;
      margin-bottom: 10px;
      width: 100%
    }

    .athena-search-autocomplete img {
      max-width: 100%;
      height: auto;
    }

    .athena-search-autocomplete .athena-dynamic img {
      width: 100%;
      height: 60px;
      object-fit: contain;
    }

    .athena-search-autocomplete .athena-ac-head h4 {
      color: #000000;
      font-size: 16px;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 20px;
      font-weight: 900;
    }

    .athena-search-autocomplete .athena-wrapper .athena-flex {
      height: 500px;
    }

  .athena-product-item .athena-element-product .athena-el-1, 
  .athena-element-first-product .athena-el-1, 
  .athena-ac-element.athena-element-product-no-image .athena-el-1 {
    height: 60px;
    overflow: hidden;
  }

  .athena-flex {
    position: relative;
  }

  .athena-search-autocomplete.athena-grid .athena-wrapper-ac .athena-flex:before {
    position: absolute;
    top: 0;
    right: 45%;
    width: 0;
    height: 100%;
    content: "";
    background: transparent;
    border-left: 2px dashed #8B8B8B;
    margin-right: 20px;
  }

  /* .athena-search-autocomplete.athena-grid .athena-wrapper-ac:not(:has(.athena-ac-section-category)) .athena-flex:before {
    display: none;
  }*/

  .athena-search-autocomplete.athena-grid.no-product-content .athena-flex:before {
    display: none;
  }

  .athena-flex:after {
    display: table;
    clear: both;
    content: "";
  }

  .athena-search-autocomplete .highlightSearchFont {
    color: #D71920 !important;
    display: inline !important;
    text-decoration: none;
  }

  .athena-search-autocomplete .syncit-autocomplete-focus {
    opacity: 0.6;
  }

  /*** Scroll ***/

  .athena-search-autocomplete::-webkit-scrollbar {
    width: 7px;
  }

  .athena-search-autocomplete::-webkit-scrollbar-track {
    background: #f2f2f2;
  }

  .athena-search-autocomplete::-webkit-scrollbar-thumb {
    background: #a6a6a6;
    border-radius: 7px;
  }

    .athena-search-autocomplete::-webkit-scrollbar-thumb:hover {
      background: #737373;
    }

  /*** Tabs ***/

  .athena-search-tabs {
    position: absolute;
    border-bottom: 1px solid #8B8B8B;
    margin-bottom: 20px;
    width: 100%;
    background: #f2f2f2;
    box-shadow: 0px 3px 16px rgba(0, 0, 0 , 0.16);
    border-radius: 20px;
  }

  .athena-tab label {
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #C6C6C6;
    background: transparent;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    color: #000000;
  }

    .athena-tab label:hover {
      cursor: pointer;
      background: #ffffff;
      color: #7A7A7A;
    }

  .athena-search-autocomplete.athena-grid > .athena-search-tabs {
    display: none;
  }

  .athena-search-tabs .athena-tab:last-of-type {
    margin-right: 0
  }

  .athena-tab [type="radio"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: none;
  }

    .athena-tab [type="radio"]:focus ~ label {
      outline: 2px solid blue
    }

    .athena-tab [type="radio"]:checked ~ label {
      background: #fff;
      z-index: 2;
      color: #000000;
      font-weight: bold;
      border: 1px solid #7A7A7A;
    }

  .athena-tab input[type="radio"]:disabled {
    opacity: 0;
  }

  /*** No Results ***/

  .athena-no-result {
    color: #000000;
    text-align: center;
    background: #ffffff;
    padding: 10px;
    font-size: 16px;
  }

  /*** Small col right ***/

  .athena.athena-ac-sec.clearfix {
    position: absolute;
  }

  .athena-wrapper-ac .athena.athena-ac-sec.athena-ac-section-category {
    width: 45%;
    position: absolute;
    top: 0;
    left: 55%;
  }

  .athena.athena-ac-sec.athena-ac-section-section_a.clearfix,
  .athena.athena-ac-sec.athena-ac-section-section_b.clearfix,
  .athena.athena-ac-sec.athena-ac-section-popular.clearfix {
    position: absolute;
    width: auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .athena-search-autocomplete.athena-grid .athena-flex .small_col:last-of-type {
    margin-bottom: 0;
  }

  .athena-search-autocomplete.athena-grid .athena-flex .small_col .athena-ac-block .athena-ac-element {
    margin-bottom: 10px;
  }

    .athena-search-autocomplete.athena-grid .athena-flex .small_col .athena-ac-block .athena-ac-element .athena-img {
      width: 80px;
    }

  /*** Big col right ***/

  .athena-search-autocomplete.athena-grid .athena-flex .bigg_col {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    float: left;
    padding-right: 20px;
    clear: right;
  }

  .athena-search-autocomplete.only-product .athena-flex .bigg_col {
    padding-left: 0;
    width: 100%;
  }

  .only-product .athena-flex:before {
    display: none;
  }

  #athena-first-click.athena-search-autocomplete .athena-flex .bigg_col {
    padding-left: 0;
    width: 55%;
  }

  #athena-first-click.athena-search-autocomplete .athena-flex:before {
    display: none;
  }

  .athena-wrapper-ac .athena.athena-ac-sec.athena-ac-section-product {
    display: flex;
    flex-wrap: wrap;
    float: left;
    padding-right: 30px;
    clear: right;
    grid-area: left;
    width: 53%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .athena-wrapper-ac .athena-ac-section-category + .athena.athena-ac-sec.athena-ac-section-product {
    width: 53%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #athena-first-click.athena-search-autocomplete.first-popular-container .athena-flex:before,
  #athena-first-click.athena-search-autocomplete .athena-flex:before {
    position: absolute;
    top: 0;
    right: 45%;
    width: 0;
    height: 100%;
    content: "";
    background: transparent;
    border-left: 2px dashed #C6C6C6;
    display: block;
  }

  .athena-search-autocomplete.athena-grid .athena-flex .bigg_col .athena-ac-head {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .athena-search-autocomplete .athena-wrapper .athena-flex .bigg_col .athena-ac-block {
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
  }

    .athena-search-autocomplete .athena-wrapper .athena-flex .bigg_col .athena-ac-block .athena-el-1 .athena-img {
      max-width: 100%;
      height: auto;
      transition: all .2s ease-in-out;
      display: block;
    }

  .athena-search-autocomplete .athena-flex .bigg_col .athena-ac-block {
    float: none;
    width: 100%;
    max-width: 100%
  }

    .athena-search-autocomplete .athena-flex .bigg_col .athena-ac-block:nth-of-type(4n) {
      margin-right: 0;
    }

  .athena-search-autocomplete .athena-wrapper .athena-flex .athena-ac-block .athena-el-2 span {
    text-align: left;
    color: #000000;
    font-size: 14px;
    width: 70%;
  }

  .athena-search-autocomplete .athena-wrapper .athena-flex .bigg_col .athena-ac-block .athena-el-2 .athena-name {
    margin-bottom: 6px;
  }

  .athena-price,
  .athena-sale-price,
  .athena-price-only {
    font-size: 16px;
    font-weight: 900;
    color: #000000;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .athena-sale-price {
    color: #DE1F2C !important;
  }

  /*** Banner bottom ***/

  .banner-bottom .athena-img-wrapper {
    padding-top: 30px;
    text-align: center;
  }

    .banner-bottom .athena-img-wrapper > a {
      display: inline-block;
    }

  .athena-ac-section-banner_top {
    margin-bottom: 15px;
  }

  .search-form.overlay .minisearch.arrow > span:after {
    content: "";
    display: block;
    position: absolute;
    top: 44px;
    left: 9px;
    font-size: 12px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #fff;
    filter: drop-shadow(1px -1px 1px rgba(0,0,0,.25));
    z-index: 100;
    transition: all 0.3s;
  }

  .athena-search-bg {
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,.5);
    z-index: 9000;
    pointer-events: auto;
    -webkit-transition: opacity .10s,visibility .25s;
    transition: opacity .10s,visibility .25s;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

    .athena-search-bg.opened {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      -webkit-transition: opacity .10s,visibility;
      transition: opacity .10s,visibility;
    }

  .athena-ac-block-section_a .athena-ac-element.athena-element-section_a,
  .athena-ac-sec.athena-ac-section-category .athena-ac-element {
    margin-bottom: 10px;
  }

  a.athena-ac-block.athena-ac-block-section_a,
  a.athena-ac-block athena-ac-block-section_b {
    display: inline-block;
  }
}

@media all and (max-width: 1024px) {
  .form.minisearch {
    position: relative;
    width: 100%;
  }

    .form.minisearch .arrow-search {
      display: none;
    }

  .athena-search-autocomplete {
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #878787;
    display: none;
    font-size: 14px;
    font-weight: 500;
    overflow: visible;
    position: absolute;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    transition: all 100ms;
    z-index: 99999;
    left: 0;
    right: 0;
    top: calc(100% + 1px);
    padding: 15px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    max-height: 72vh;
    text-align: left;
    overflow-y: auto;
  }

    .athena-search-autocomplete * {
      box-sizing: border-box;
    }

    .athena-search-autocomplete a {
      font-size: 14px;
      text-decoration: none;
      color: #000000;
      outline: 0;
    }

    .athena-search-autocomplete img {
      max-width: 100%;
      height: auto;
    }

    .athena-search-autocomplete .athena-ac-head h4 {
      color: #000000;
      font-size: 16px;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 20px;
      font-weight: 900;
    }

  .athena-no-result {
    color: #000;
    font-size: 16px;
    background: #E1E1E1;
    padding: 15px;
  }

  /*** Tabs ***/

  .athena-search-tabs {
    position: absolute;
    border-bottom: 1px solid #8b8b8b;
    margin-bottom: 20px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f2f2f2;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
  }

  .athena-tab label {
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #C6C6C6;
    background: transparent;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    color: #000000;
  }

  .athena-search-autocomplete.athena-grid > .athena-search-tabs {
    display: none;
  }

  .athena-search-tabs .athena-tab:last-of-type {
    margin-right: 0
  }

  .athena-tab [type="radio"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: none;
  }

    .athena-tab [type="radio"]:focus ~ label {
      outline: 2px solid blue;
    }

    .athena-tab [type="radio"]:checked ~ label {
      background: #fff;
      z-index: 2;
      color: #000000;
      border: 1px solid #7A7A7A;
      font-weight: bold;
    }

  .athena-tab input[type="radio"]:disabled {
    opacity: 0;
  }

  /*** Big col ***/

  .athena.bigg_col {
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 30px;
  }

    .athena.bigg_col a.athena-ac-block {
      display: block;
      margin-bottom: 15px;
    }

      .athena.bigg_col a.athena-ac-block .athena-ac-element:after {
        display: table;
        clear: both;
        content: "";
      }

      .athena.bigg_col a.athena-ac-block .athena-el-1 {
        float: left;
        width: 15%;
      }

      .athena.bigg_col a.athena-ac-block .athena-el-2 {
        float: right;
        width: 85%;
      }

        .athena.bigg_col a.athena-ac-block .athena-el-2 span {
          display: block;
          font-size: 14px;
          text-align: left;
          width: 65%;
        }

          .athena.bigg_col a.athena-ac-block .athena-el-2 span.highlightSearchFont {
            color: #D71920;
            display: inline;
          }

          .athena.bigg_col a.athena-ac-block .athena-el-2 span.athena-name {
            color: #7A7A7A;
            margin-bottom: 7px;
          }

  .athena-price,
  .athena-sale-price,
  .athena-price-only {
    font-weight: 900;
    color: #000000;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .athena-sale-price {
    color: #de1f2c;
  }

  /*** Small col ***/
  .athena.small_col {
    margin-bottom: 30px;
  }

    .athena.small_col h4 {
      text-transform: uppercase;
      color: #D71920;
    }

    .athena.small_col a {
      color: #7A7A7A;
      display: block;
      margin-bottom: 10px;
    }

      .athena.small_col a .highlightSearchFont {
        color: #D71920;
        display: inline;
      }

    .athena.small_col .athena-img {
      max-width: 50%;
    }

    .athena.small_col.athena-ac-section-section_a .athena-el-1 {
      margin-bottom: 7px;
    }

    .athena.small_col.athena-ac-section-section_a .athena-el-2 {
      margin-bottom: 20px;
    }

    .athena.small_col.athena-ac-section-section_b .athena-el-1 {
      margin-bottom: 7px;
    }

    .athena.small_col.athena-ac-section-section_b .athena-el-2 {
      margin-bottom: 20px;
    }

  /*** Banner bottom ***/
  .banner-bottom .athena-img-wrapper {
    margin-top: 30px;
    text-align: center;
  }

    .banner-bottom .athena-img-wrapper > a {
      display: inline-block;
    }

  .store-search-box input.search-box-text {
    width: 100%;
    margin: 0 !important;
    border-right: none;
  }

    .store-search-box input.search-box-text:focus,
    .store-search-box input.search-box-text:hover {
      border: 1px solid #c00;
    }

  .athena.bigg_col a.athena-ac-block .athena-el-2 span.athena-sku {
    width: 35% !important;
  }

  .athena-ac-element.athena-element-category .athena-el-1 {
    width: 35% !important;
  }

  .store-search-box {
    padding: 0;
  }

  .athena-ac-element.athena-element-section_a,
  .athena-ac-sec .athena-ac-element {
    margin-bottom: 10px;
  }

  .athena.athena-ac-sec {
    margin-bottom: 20px;
  }
}

.header-middle .center .search-box span input:hover {
  border: 1px solid #c00;
}

.store-search-box input.search-box-text.active {
  border: 1px solid #c00 !important;
}

.athena-product-item .athena-element-product,
.athena-element-first-product,
.athena-ac-element.athena-element-product-no-image {
  display: flex;
  align-items: center;
  justify-content: start;
}

  .athena-product-item .athena-element-product .athena-el-1,
  .athena-element-first-product .athena-el-1,
  .athena-ac-element.athena-element-product-no-image .athena-el-1 {
    width: 15% !important;
    margin-right: 15px;
    border: 1px solid #C6C6C6;
    min-height: 50px;
    border-radius: 6px;
  }

.athena-search-autocomplete .athena-flex .bigg_col .athena-ac-block {
  float: none;
  width: 100%;
  max-width: 100%;
}

.athena-product-item .athena-element-product .athena-el-2,
.athena-element-first-product .athena-el-2,
.athena-ac-element.athena-element-product-no-image .athena-el-2 {
  width: 85%;
  display: flex;
  flex-direction: column;
}

  .athena-product-item .athena-element-product .athena-el-2 span,
  .athena-element-first-product .athena-el-2 span,
  .athena-ac-element.athena-element-product-no-image .athena-el-2 span {
    margin-bottom: 5px;
  }

.athena-ac-element.athena-element-category,
.athena-ac-section-popular .athena-ac-element {
  margin-bottom: 10px;
}

.athena-el-2 span.athena-sku {
  width: 40% !important;
}

.athena-search-autocomplete .athena-dynamic img {
  height: 60px;
  object-fit: contain;
}

.athena-el-1 img.athena-img {
  width: 80px;
  margin-bottom: 10px;
}

.athena-tab {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 15px 0;
}

.athena-ac-head {
  width: 100%;
}

.athena-ac-element.athena-element-product > .athena-el-2:first-child {
  padding-left: calc(15% + 15px);
}

.athena.banner-top {
    position: relative!important;
}