/**
===== Theme Settings =====

=== Variables ===
--theme-pri-color
--theme-pri-bg-text-color
--theme-pri-bg-text-hover-color
--theme-sec-color
--theme-sec-bg-text-color
--theme-sec-bg-text-hover-color
--theme-success-color
--theme-fail-color
--theme-warning-color
--theme-body-bg-color

**/
/* Sidebar */
.tem-sidebar-act .tem-content {
  grid-template-columns: minmax(12rem, 1fr) minmax(0, 4fr);
  gap: 2rem;
}
@media screen and (max-width: 63.9375rem) {
  .tem-sidebar-act .tem-content {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 63.9375rem) {
  .tem-sidebar-act .tem-content {
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .tem-sidebar-act.v-search-popup-open #site-content {
    display: none !important;
  }
  .tem-sidebar-act #site-content {
    grid-template-columns: 1fr;
  }
  .tem-sidebar-act #site-content #sidebar {
    order: 2;
  }
  .tem-sidebar-act #sidebar-blog_sidebar {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-gap: 2rem;
  }
  .tem-sidebar-act #sidebar-blog_sidebar > li:last-child {
    display: none;
  }
  .tem-sidebar-act.woocommerce-account #site-content {
    grid-template-columns: 1fr;
  }
  .tem-sidebar-act.woocommerce-account #site-content #sidebar {
    order: 0;
    margin-bottom: 2rem;
  }
  .tem-sidebar-act .tem-content {
    grid-template-columns: minmax(12rem, 1fr) minmax(0, 4fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 63.9375rem) and (max-width: 63.9375rem) {
  .tem-sidebar-act .tem-content {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.page-opt-no_page_top_pad main.tem-content .tem-sidebar {
  padding-top: 3rem;
}

.tem-sidebar {
  position: relative;
  padding-top: 0rem;
}
.woocommerce-page.archive .tem-sidebar {
  border-right: 1px solid var(--theme-light-gray, #ebebeb);
}
.tem-sidebar .product-cats-list ul, .tem-sidebar .product-cats-list li {
  margin: 0;
}
.tem-sidebar .product-cats-list ul.submenu {
  margin-left: 0;
}
.tem-sidebar .product-cats-list ul.submenu li {
  margin: 0;
  border: 1px solid var(--theme-light-gray, #ebebeb);
  border-radius: 0;
  border-bottom: 0;
}
.tem-sidebar .product-cats-list ul.submenu li:last-child {
  border-bottom: 1px solid var(--theme-light-gray, #ebebeb);
}
.tem-sidebar .product-cats-list ul.submenu a {
  text-align: left;
  display: flex;
  font-size: 0.9rem;
}
.tem-sidebar .product-cats-list ul.submenu a .icon {
  margin-right: 0.5rem;
  flex: 0 0 1rem;
}
.tem-sidebar .your-products {
  width: 100%;
  display: flex;
  font-size: 0.9rem;
  margin-top: 1rem;
}
.tem-sidebar .your-products .icon {
  margin-right: 0.5rem;
  flex: 0 0 1rem;
}
@media screen and (max-width: 63.9375rem) {
  .tem-sidebar {
    border-right: none;
  }
}
@media screen and (max-width: 43.6875rem) {
  .tem-sidebar {
    order: 2;
    border-top: 3px solid var(--theme-light-gray, #ebebeb);
    margin-top: 0 !important;
    padding-top: 0.5rem;
  }
}
.tem-sidebar .title:first-child {
  margin-top: 0;
}

@media screen and (max-width: 63.9375rem) {
  .tem-sidebar {
    display: none !important;
  }
}
