/**
 * SIDEBAR
 */
aside {
  box-shadow: 0px 0px 6px -2px rgba(137, 152, 172, 0.13);
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #eee;
  padding: 10px;
  position: relative;
}

.wigget_panel {
  position: relative;
}
.wigget_panel .title {
  font-size: 16px;
  font-weight: 600;
  background: var(--primary-Color);
  margin-bottom: 0;
  padding: 12px 15px;
  line-height: 24px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}
.wigget_panel span {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 5px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .wigget_panel span {
    opacity: 1;
    visibility: visible;
  }
}
.wigget_panel span i {
  background-image: url("../images/svg/ics-plus.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  display: block;
}

.widget_content .product_recent ul {
  list-style: none;
  position: relative;
}
.widget_content .product_recent ul li {
  padding: 10px 0;
}
.widget_content .related_list {
  list-style: none;
  padding: 10px 0 10px;
  margin: 0;
}
.widget_content .related_list li {
  padding: 10px 0;
}
.widget_content .related_list .related_inner {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.widget_content .related_list:last-child .realated_inner {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.recent_inner {
  position: relative;
  height: 100%;
  background: #fff;
  overflow: hidden;
  padding: 15px;
  display: flex;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15);
}
.recent_inner .image {
  position: relative;
  min-width: 125px;
  max-width: 125px;
}
.recent_inner .image a {
  display: block;
  padding-bottom: 48%;
  position: relative;
  width: 100%;
  background-position: center;
}
.recent_inner .image a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.recent_inner .info {
  flex: 1;
  max-width: 100%;
  padding: 0 10px;
}
.recent_inner .info .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.recent_inner .info .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--primary-Color);
}
.recent_inner .info .price {
  font-size: 16px;
  font-weight: 700;
  color: #F00;
}

.sidebar_inner {
  position: relative;
  height: 100%;
  background: #fff;
  overflow: hidden;
  padding: 15px;
  display: flex;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15);
}
.sidebar_inner .image {
  position: relative;
  min-width: 100px;
  max-width: 100px;
}
.sidebar_inner .image > a {
  position: relative;
  padding-bottom: 65%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
}
.sidebar_inner .image > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.sidebar_inner .info {
  flex: 1;
  max-width: 100%;
  padding: 0 10px;
}
.sidebar_inner .info .date span {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
}
.sidebar_inner .info .date span i {
  margin-right: 4px;
}
.sidebar_inner .info .title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}
.sidebar_inner .info .title > a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--second-Color);
}
.sidebar_inner .info .title > a:hover {
  color: var(--primary-Color);
}/*# sourceMappingURL=sidebar.css.map */