@media screen and (max-width: 63.9375em) {
  .sidebar {
    padding: 30px;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100% !important;
  }
  .sidebar.shop-sidebar {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .sidebar {
    max-width: 340px;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    padding-right: 35px;
  }
}

.sidebar .sub-menu {
  margin-left: 0.9rem;
}

@media screen and (min-width: 64em) {
  .sidebar-first,
  .sidebar-second {
    padding-left: 65px;
  }
}

.toggle-sidebar-btn {
  display: none;
  position: relative;

  padding: 10px 15px;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  /* z-index: 1000; */
}

.sidebar.shop-sidebar.active {
  display: block;
}

@media (max-width: 768px) {
  .toggle-sidebar-btn {
    display: block;
    border-radius: 2px;
    background: #484343 !important;
    max-width: 120px;
    margin-left: 34px;
    margin-bottom: 11px;
  }
}

.sidebar-first > section,
.sidebar-second > section {
  margin-top: 80px;
}

.sidebar-first > section:first-child,
.sidebar-second > section:first-child {
  margin-top: 0;
}

aside.sidebar section .block-title {
  margin-bottom: 15px;
}

aside.sidebar section > ul > li {
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}

aside.sidebar section > ul {
  margin: 0;
}

aside.sidebar li {
  list-style: none;
  width: 100%;
}

aside.sidebar a {
  color: inherit;
  font-weight: 400;
}

aside.sidebar a:hover {
  color: var(--accent-color);
}

aside.sidebar h1 a,
aside.sidebar h2 a,
aside.sidebar h3 a,
aside.sidebar h4 a,
aside.sidebar .single-product.woocommerce .product_title a,
.single-product.woocommerce aside.sidebar .product_title a,
aside.sidebar .single-product.elementor-element .product_title a,
.single-product.elementor-element aside.sidebar .product_title a,
aside.sidebar .related.products > h2 a,
aside.sidebar .up-sells > h2 a,
aside.sidebar .cross-sells > h2 a,
aside.sidebar h5 a,
aside.sidebar h6 a {
  color: inherit;
  font-weight: inherit;
}

aside.sidebar #menu-services-menu li {
  padding: 10px 0;
}

aside.sidebar #prev a {
  color: #fff;
}

aside.sidebar #next a {
  color: #fff;
}

.sidebar section ul.children li {
  padding: 10px 0;
}

.sidebar-second.sidebar.sidebar-left {
  margin-top: 0;
  width: 100%;
  padding: 0px 17px 0 15px;
}

@media print, screen and (min-width: 64em) {
  .sidebar-second.sidebar.sidebar-left {
    width: 25%;
  }
}

.sidebar-second.sidebar.sidebar-left h2 {
  font-weight: 600;
}

.sidebar-second.sidebar.sidebar-left ul.menu {
  margin: 0;
}

.sidebar-second.sidebar.sidebar-left ul li::before {
  content: "";
  margin: 0;
}

.sidebar-second.sidebar.sidebar-left ul li {
  margin: 0;
  transition: all 0.3s ease 0s;
}

.sidebar-second.sidebar.sidebar-left ul li a {
  font-size: 15px;
  font-weight: 700;
  color: #44464a;
}

.sidebar-second.sidebar.sidebar-left ul li:first-child {
  border-top: 0;
}

.sidebar-second.sidebar.sidebar-left .widget-documents .widget-subtitle {
  color: #666;
  font-size: 15px;
  font-weight: 600;
}

.sidebar-second.sidebar.sidebar-left .widget-documents ul {
  margin: 20px 0 0;
}

.sidebar-second.sidebar.sidebar-left .widget-documents ul li {
  box-shadow: 0 0 2px 0 rgba(187, 187, 187, 0.53);
  margin: 15px 0;
  padding: 8px 20px 8px 25px;
  color: #787b7f;
  border: none;
}

.sidebar-second.sidebar.sidebar-left .widget-documents ul li a {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 10px;
}

.sidebar-second.sidebar.sidebar-left .widget-documents ul li i,
.sidebar-second.sidebar.sidebar-left .widget-documents ul li svg {
  margin-top: 0;
  font-size: 15px;
  margin-right: 10px;
  color: #fff;
}

.sidebar-second.sidebar.sidebar-left .widget-documents ul li:hover {
  background-color: #fff;
  box-shadow: 0 0 3px 3px rgba(187, 187, 187, 0.53);
}

.sidebar-second.sidebar.sidebar-left .widget-documents ul li:hover a {
  color: #555;
}

.sidebar-second.sidebar.sidebar-left .widget-documents ul li:hover i,
.sidebar-second.sidebar.sidebar-left .widget-documents ul li:hover svg {
  color: #000;
}

.sidebar-second.sidebar.sidebar-left .widget_nav_menu ul {
  margin-left: 15px;
}

.sidebar-second.sidebar.sidebar-left .widget_nav_menu ul .menu-item {
  list-style: square;
  padding-left: 0;
  background: none;
}

.sidebar-second.sidebar.sidebar-left .widget_nav_menu ul .menu-item:before {
  content: none;
}

.sidebar-second.sidebar.sidebar-left .widget_nav_menu ul .menu-item a {
  padding-left: 5px;
  color: #666b9a;
}

.sidebar .wp-caption p.wp-caption-text {
  padding: 5px 0 10px;
}
