aside h3.widgettitle {
  text-align: left;
  font-size: 17px;
  margin: 0;
  padding: 10px;
  border-bottom: solid 1px #333;
  text-transform: uppercase;
  background-color: var(--Primary-red-color);
  color: #fff;
}
aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
aside ul li.widget {
  border: solid 1px #ddd;
  margin-bottom: 20px;
}
aside del {
  float: left;
}
aside ins {
  text-decoration: none;
}
aside a {
  color: inherit;
  text-decoration: none;
}
aside ul.product-categories li.cat-parent ul.children {
  display: none;
}
aside ul.product-categories li {
  margin: 0;
  border-top: none;
  background-color: white;
}
aside ul.product-categories > li {
  border-bottom: 1px solid #ccc;
}
aside ul.product-categories ul.children li {
  border: none;
}
aside ul.product-categories li.cat-parent.current-cat > ul.children {
  display: block;
}
aside .woocommerce ul.product_list_widget li {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  box-shadow: none;
  border-bottom: solid 1px #dddd;
  text-align: left;
}
aside .namlbn_widget_product_thumbnail {
  flex: 0 0 25%;
  position: relative;
}
aside .namlbn_widget_product_thumbnail:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
aside .namlbn_widget_product_thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
aside ul.product_list_widget li a.namlbn_widget_product_info {
  display: flex;
  flex-direction: column;
  padding: 5px;
  justify-content: center;
  font-size: 13px;
}
.widget ul.product-categories li {
  position: relative;
  padding: 0;
}
.widget ul.product-categories li i {
  position: absolute;
  right: 0;
  padding: 10px;
  font-size: 20px;
  top: 18px;
  transform: translateY(-50%);
  color: #a29b9b;
  cursor: cell;
}
.widget ul.product-categories li > a {
  padding: 12px;
  text-transform: uppercase;
  display: table;
  max-width: 92%;
  white-space: pre-wrap;
}
.widget ul.children,
.widget ul.sub-menu {
  border: none;
  padding-left: 10px;
  display: none;
}
.widget ul.product-categories .sub-menu a {
  text-transform: unset;
  padding: 8px 0;
  font-size: 14px;
}
.widget ul.product-categories li.current-menu-item > a,
.widget ul.product-categories li.current-product-ancestor > a {
  font-weight: bold;
}
.widget_lenam_posts a.flex {
  align-items: stretch;
}
.widget_lenam_posts .thumbnail {
  flex: 0 0 calc(40% - 10px);
  margin-right: 10px;
}
.widget_lenam_posts .thumbnail:before {
  padding-bottom: 66.66%;
}
.widget_lenam_posts .right {
  display: flex;
  flex-direction: column;
  flex: 0 0 60%;
}
.widget_lenam_posts .right .title {
  line-height: 1.3;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  min-height: 2.5em;
}
.widget_lenam_posts .right .date {
  font-size: 0.9rem;
  opacity: 0.8;
}
li.widget ul li {
  padding: 0.5rem;
  border-bottom: solid 1px #ddd;
  margin-bottom: 0;
}
.left-sidebar {
  position: relative;
}
.left-sidebar aside.fix {
  position: fixed;
}

@media (max-width: 768px) {
    .left-sidebar {
        display: none;
    }
    .single-post #site-wrapper {
        padding-bottom: 50px;
    }
}