.ast-theme-transparent-header #masthead {
  position: relative;
}

@media only screen and (max-width: 600px) {
  .wc-block-featured-category {
    height: 200px;
  }
}

.footer-adv-widget-1 {
  width: 20%;
}
@media only screen and (max-width: 480px) {
  #secondary {
    clear: both;
  }
}
/* Search results desktop*/

@media screen and (min-width: 800px) {
  .search-results .ast-row {
    display: flex;
    flex-wrap: wrap;
  }
}

.search-results article {
  width: 23%;
}

.search-results article .post-thumb-img-content.post-thumb {
  min-height: 80px;
}

.ast-row {
  display: flex;
  flex-wrap: wrap;
}

.search-results article h2 {
  font-size: 20px;
}

.home .metaslider {
  width: 100vw !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

#primary {
  margin: 0;
  margin-top: -1px;
  padding: 0;
}

/* Custom search before header */
@media screen and (max-width: 1110px) {
  .autobahn-top-container .autobahn-contacts {
  }
}

/* mobile */
@media (max-width: 480px) {
  .desktop-only {
    display: none;
  }

  .autobahn-top-container {
    display: none !important;
  }

  .autobahn-bottom-container {
    display: flex !important;
  }

  .mobile-only {
    display: block !important;
  }

  .search-results article .post-thumb-img-content.post-thumb {
    min-height: 0;
  }

  .search-results article {
    width: 50%;
  }

  .ast-row {
    display: flex;
    flex-wrap: wrap;
  }

  .wc-block-grid__products {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  .wc-block-grid .wc-block-grid__products .wc-block-grid__product {
    margin-bottom: 0;
    text-align: center;
  }

  .wc-block-grid
    .wc-block-grid__products
    .wc-block-grid__product
    .wc-block-grid__product-onsale {
    top: 10px;
  }

  .footer-adv-widget-1 {
    width: 100%;
  }

  .footer-adv .footer-adv-layout-4 .ast-row {
    text-align: center;
  }

  /* Footer columns order */

  .footer-adv-overlay {
    padding-bottom: 0;
  }

  .ast-col-lg-3.ast-col-md-3.ast-col-sm-12.ast-col-xs-12.footer-adv-widget.footer-adv-widget-4 {
    display: none;
  }

  .ast-col-lg-3.ast-col-md-3.ast-col-sm-12.ast-col-xs-12.footer-adv-widget.footer-adv-widget-1 {
    order: 1;
  }

  /* New In Products, Best sellers, On sale hide */
  .wp-block-heading.has-text-align-center {
    display: none;
  }

  /* New In Products hide */
  .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-3.wp-block-columns-is-layout-flex {
    display: none;
  }

  /* Best Seller Products hide */
  .wc-block-grid.wp-block-handpicked-products.wc-block-handpicked-products.has-5-columns.has-multiple-rows.has-aligned-buttons {
    display: none;
  }
  
  /* On Sale Products hide */
  .wc-block-grid.wp-block-product-on-sale.wc-block-product-on-sale.has-4-columns.has-multiple-rows{
    display: none;
  }
}

/* non mobile*/
@media (min-width: 481px) {
  .autobahn-bottom-container {
    display: none !important;
  }

  .mobile-only {
    display: none !important;
  }

  .desktop-only {
    display: block;
  }
}

.autobahn-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.autobahn-tabs {
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.autobahn-tab {
  width: 100%;
  overflow: hidden;
}

.autobahn-tab-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  font-weight: bold;
  cursor: pointer;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}

.autobahn-tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}

.autobahn-tab-content {
  max-height: 0;
  padding: 0 1em;
  color: red;
  background: white;
  transition: all 0autobahn-35s;
}

.autobahn-tab .autobahn-tab-row {
  display: flex;
  align-items: center;
}

.autobahn-tab .autobahn-tab-row .autobahn-col-1 {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.autobahn-tab .autobahn-tab-row .autobahn-col-2 {
  padding-left: 10px;
}

.autobahn-col-1 .autobahn-parent-img {
  left: -56px;
  top: -173px;
  position: relative;
  max-width: none;
}

.autobahn-input:checked + .autobahn-tab-label {
  background: #0000001f;
}
.autobahn-input:checked + .autobahn-tab-label::after {
  transform: rotate(90deg);
}
.autobahn-input:checked ~ .autobahn-tab-content {
  max-height: 100vh;
  padding: 1em;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}
