.header-top-custom {
  padding: 0 45px;
  background-color: #fff;
  font-family: 'Raleway', sans-serif; }
  .header-top-custom ul {
    list-style-type: none; }
    .header-top-custom ul li {
      display: inline-block;
      border-right: solid 1px #7a7a7a;
      line-height: 14px;
      padding: 0 24px; }
      .header-top-custom ul li:first-child {
        padding-left: 0; }
      .header-top-custom ul li:last-child {
        border-right: none; }
      .header-top-custom ul li a {
        font-size: 11px;
        color: #7a7a7a; }
        .header-top-custom ul li a:hover {
          text-decoration: underline; }
  .header-top-custom .mobile-logo {
    text-align: center;
    padding: 8px 0 0;
    transition: all 0.4s ease;
    height: 44px; }
    .header-top-custom .mobile-logo img {
      max-width: 180px; }
    .header-top-custom .mobile-logo.collapse {
      height: 0;
      padding: 0;
      margin: 0; }
    @media (min-width: 1000px) {
      .header-top-custom .mobile-logo {
        display: none; } }
  @media (max-width: 1000px) {
    .header-top-custom .menu-custom-top-menu-container {
      display: none; }
    .header-top-custom .mobile-logo {
      display: block; } }

.header_bottom {background-color: #fff; }

    @media (max-width: 1000px) {
      .header_bottom .header_inner_left {
        padding-top: 0; } }
    .header_bottom .header_inner_left .jl-search-bar {
      position: absolute;
      width: 100%;
      right: 0; }
      .header_bottom .header_inner_left .jl-search-bar form {
        text-align: center;
        font-size: 0; }
        .header_bottom .header_inner_left .jl-search-bar form input {
          transition: all 0.4s ease; }
          .header_bottom .header_inner_left .jl-search-bar form input.collapse {
            display: none;
            height: 0;
            padding: 0; }
        .header_bottom .header_inner_left .jl-search-bar form input[type="text"] {
          background-color: #fff;
          border-color: #a4a4a4;
          border-style: solid;
          border-width: 1px;
          border-right: none;
          height: 48px;
          margin-bottom: 8px;
          width: 100%;
          color: #393939;
          font-size: 16px;
          font-size: 1rem;
          letter-spacing: 0.1px;
          letter-spacing: 0.00625rem;
          line-height: 18px;
          line-height: 1.125rem;
          padding-left: 16px;
          padding-top: 0px;
          padding-bottom: 0px;
          font-family: inherit;
          background-color: #fff;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          border-radius: 0px;
          margin-bottom: 0;
          width: -webkit-calc(100% - 56px);
          width: -moz-calc(100% - 56px);
          width: calc(100% - 56px);
          max-width: 346px;
          vertical-align: middle; }
        .header_bottom .header_inner_left .jl-search-bar form input[type="submit"] {
          margin-top: 1px;
          background-color: #26882e;
          background-image: url(../../img/search-submit-icon.svg);
          background-position: center center;
          background-repeat: no-repeat;
          border-left: none;
          border-right: none;
          border-top: none;
          border-bottom: none;
          color: transparent;
          height: 50px;
          cursor: pointer;
          text-align: center;
          width: 56px;
          vertical-align: middle; }
      @media (max-width: 1000px) {
        .header_bottom .header_inner_left .jl-search-bar {
          display: none;
          bottom: -122px; }
          .header_bottom .header_inner_left .jl-search-bar form input.adminbar-input {
            float: left;
            max-width: 100%;
            width: -webkit-calc(100% - 74px);
            width: calc(100% - 74px); }
          .header_bottom .header_inner_left .jl-search-bar form input[type="submit"] {
            margin-top: 0; } }
      .header_bottom .header_inner_left .jl-search-bar.search-bar-mobile {
        display: block;
        top: 72px; }
        .header_bottom .header_inner_left .jl-search-bar.search-bar-mobile form input.adminbar-input {
          height: 0;
          float: left;
          max-width: 100%;
          padding-left: 8px;
          padding-right: 9px;
          width: -webkit-calc(100% - 74px);
          width: calc(100% - 74px); }
        .header_bottom .header_inner_left .jl-search-bar.search-bar-mobile form input[type="submit"] {
          margin-top: 0;
          float: left;
          height: 0; }
          .header_bottom .header_inner_left .jl-search-bar.search-bar-mobile form input[type="submit"].expand {
            height: 50px; }
        .header_bottom .header_inner_left .jl-search-bar.search-bar-mobile form input.expand {
          height: 48px; }
        @media (min-width: 1001px) {
          .header_bottom .header_inner_left .jl-search-bar.search-bar-mobile {
            display: none; } }
    .header_bottom .header_inner_left .toggle-mobile-search {
      cursor: pointer;
      position: absolute;
      width: 100%;
      text-align: center;
      left: 0;
      top: 0;
      padding-top: 24px; }
      .header_bottom .header_inner_left .toggle-mobile-search p {
        color: #404040;
        margin: 0;
        font-weight: 700; }
        .header_bottom .header_inner_left .toggle-mobile-search p:before {
          content: "";
          background-image: url("../../img/search-icon.svg");
          padding: 0px 10px;
          background-repeat: no-repeat; }
    .header_bottom .header_inner_left .go-to-basket {
      padding-top: 32px;
      position: absolute;
      right: 45px;
      top: 0; }
      .header_bottom .header_inner_left .go-to-basket .cart-contents-count {
        position: absolute;
        top: 20px;
        right: -12px;
        border-radius: 50%;
        height: 18px;
        width: 18px;
        background-color: red; }
        .header_bottom .header_inner_left .go-to-basket .cart-contents-count p {
          margin: 0;
          color: #fff;
          line-height: 1.2;
          font-size: 14px;
          text-align: center;
          font-weight: 900; }

.guaven_woos_suggestion {
  margin-top: 0px !important;
  box-shadow: 3px 3px 6px #f2f2f2; }

.hide {
  display: none !important; }

@media (max-width: 600px) {
  .post-type-archive-product .widget_recently_viewed_products,
  .post-type-archive-product .cart_list.product_list_widget,
  .post-type-archive-product .woocommerce-mini-cart__total.total, .archive .widget_recently_viewed_products,
  .archive .cart_list.product_list_widget,
  .archive .woocommerce-mini-cart__total.total {display: none !important; }
  .post-type-archive-product .prdctfltr_filter,
  .post-type-archive-product .prdctfltr_add_scroll.prdctfltr_down, .archive .prdctfltr_filter,
  .archive .prdctfltr_add_scroll.prdctfltr_down {
    margin-bottom: 10px;
    border-bottom: solid 1px lightgrey; }
  .post-type-archive-product .prdctfltr_filter .pf-help-title,
  .post-type-archive-product .prdctfltr_add_scroll.prdctfltr_down .pf-help-title, .archive .prdctfltr_filter .pf-help-title,
  .archive .prdctfltr_add_scroll.prdctfltr_down .pf-help-title {
    position: relative; }
  .post-type-archive-product .prdctfltr_filter .pf-help-title:before,
  .post-type-archive-product .prdctfltr_add_scroll.prdctfltr_down .pf-help-title:before, .archive .prdctfltr_filter .pf-help-title:before,
  .archive .prdctfltr_add_scroll.prdctfltr_down .pf-help-title:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  right: 0;
  background-color: #252525;
  bottom: 50%;
  transform: rotate(90deg);
  transition: transform .4s ease; }
  .post-type-archive-product .prdctfltr_filter .pf-help-title:after,
  .post-type-archive-product .prdctfltr_add_scroll.prdctfltr_down .pf-help-title:after, .archive .prdctfltr_filter .pf-help-title:after,
  .archive .prdctfltr_add_scroll.prdctfltr_down .pf-help-title:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  right: 0;
  background-color: #252525;
  bottom: 50%; }
  .post-type-archive-product .prdctfltr_filter .pf-help-title.open:before,
  .post-type-archive-product .prdctfltr_add_scroll.prdctfltr_down .pf-help-title.open:before, .archive .prdctfltr_filter .pf-help-title.open:before,
  .archive .prdctfltr_add_scroll.prdctfltr_down .pf-help-title.open:before {
  transform: rotate(180deg); }
  .post-type-archive-product .prdctfltr_filter .prdctfltr_add_scroll,
  .post-type-archive-product .prdctfltr_add_scroll.prdctfltr_down .prdctfltr_add_scroll, .archive .prdctfltr_filter .prdctfltr_add_scroll,
  .archive .prdctfltr_add_scroll.prdctfltr_down .prdctfltr_add_scroll {display: none; }
  .post-type-archive-product .product_list_widget, .archive .product_list_widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .post-type-archive-product .product_list_widget li, .archive .product_list_widget li {
  width: 48%; }
  .post-type-archive-product .product_list_widget li a img, .archive .product_list_widget li a img {
  height: 160px; }
  .post-type-archive-product .product_list_widget li:nth-child(odd), .archive .product_list_widget li:nth-child(odd) {
  padding-right: 2px; }
  .post-type-archive-product .product_list_widget li:nth-child(even), .archive .product_list_widget li:nth-child(even) {
  padding-left: 2px; }
  .post-type-archive-product .column1 .column_inner .sidebar, .archive .column1 .column_inner .sidebar {
  display: block; }
  .post-type-archive-product .column2 .column_inner .sidebar, .archive .column2 .column_inner .sidebar {
  display: block !important; }
  .post-type-archive-product .column2 .products .product, 
  .archive .column2 .products .product {box-sizing: border-box;width: 50% !important; }

  .post-type-archive-product .column2 .products .product:nth-child(odd), 
  .archive .column2 .products .product:nth-child(odd) {padding-right: 2px; }
  .post-type-archive-product .column2 .products .product:nth-child(even), 
  .archive .column2 .products .product:nth-child(even) {padding-left: 2px; }
  .post-type-archive-product .column2 .products .product .image-wrapper, 
  .archive .column2 .products .product .image-wrapper {
    height: 180px;
    width: 100%; 
  }
  .post-type-archive-product .column2 .products .product .image-wrapper img, 
  .archive .column2 .products .product .image-wrapper img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: top; 
  }
  .post-type-archive-product .button.prdctfltr_woocommerce_filter_submit, 
  .archive .button.prdctfltr_woocommerce_filter_submit {
    display: block;
    text-align: center;
    margin-right: 0; 
  } 
}

/*# sourceMappingURL=maps/main.css.map */
