/**
 * SIDEBAR CATEGORY
 */
aside {
  margin-bottom: 20px;
  background: #FFF;
  border: 1px solid #ddd;
  border-top: 0;
}

.widget_head {
  position: relative;
}
.widget_head .title {
  padding: 10px 10px;
  display: block;
  background: #2c55a5;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  line-height: 20px;
}

.widget_panel {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.widget_panel::after {
  content: "";
  height: 3px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #e71e24;
}
.widget_panel > i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  height: 38px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  background: rgba(0, 0, 0, 0.22);
  color: #FFF;
  z-index: 3;
}
.widget_panel > h3 {
  z-index: 1;
  display: inline-block;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
.widget_panel > h3 span {
  position: relative;
  display: block;
  padding-left: 0px;
}
.widget_panel > h3 span > em {
  line-height: 20px;
  display: block;
  padding: 9px 10px 9px 55px;
  font-style: normal;
  position: relative;
  background: #e71e24;
  z-index: 2;
  text-transform: uppercase;
  color: #FFF;
}
.widget_panel > h3 span::after {
  content: "";
  height: 38px;
  width: 38px;
  background: #e71e24;
  transform: skewX(-30deg);
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;
}

.widget_content {
  padding: 10px;
}
.widget_content .category_menu {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.widget_content .category_menu > li {
  position: relative;
  display: block;
}
.widget_content .category_menu > li > a {
  padding: 9px 5px;
  display: block;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
  color: #000;
  line-height: 20px;
  border-bottom: 1px dotted #ccc;
}
.widget_content .category_menu > li > a:hover {
  padding-left: 10px;
  color: #e71e24;
}
.widget_content .category_menu > li > i.arrow {
  position: absolute;
  height: 30px;
  width: 34px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  cursor: pointer;
  z-index: 5;
  font-size: 17px;
}
.widget_content .category_menu > li > i.show {
  transform: rotate(180deg);
}
.widget_content .category_menu > li > .sub-nav {
  position: relative;
  padding-left: 15px;
  list-style: none;
  margin-bottom: 0;
  display: none;
}
.widget_content .category_menu > li > .sub-nav > li {
  display: block;
  position: relative;
}
.widget_content .category_menu > li > .sub-nav > li > a {
  padding: 5px;
  display: block;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.25s ease-in-out;
  color: #000;
}
.widget_content .category_menu > li > .sub-nav > li > a:hover {
  padding-left: 10px;
  color: orange;
}
.widget_content .category_menu > li > .sub-nav > li > i.arrow {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  cursor: pointer;
  z-index: 5;
  font-size: 16px;
}
.widget_content .category_menu > li > .sub-nav > li > i.show {
  transform: rotate(180deg);
}
.widget_content .category_menu > li > .sub-nav > li ul {
  position: relative;
  padding-left: 15px;
  list-style: none;
  margin-bottom: 0;
  display: none;
}
.widget_content .category_menu > li > .sub-nav > li ul > li {
  display: block;
  position: relative;
}
.widget_content .category_menu > li > .sub-nav > li ul > li > a {
  padding: 5px;
  display: block;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.25s ease-in-out;
  color: #000;
}
.widget_content .category_menu > li > .sub-nav > li ul > li > a:hover {
  padding-left: 10px;
  color: orange;
}
.widget_content .category_menu > li > .sub-nav > li ul > li > i.arrow {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  cursor: pointer;
  z-index: 5;
  font-size: 16px;
}
.widget_content .category_menu > li > .sub-nav > li ul > li > i.show {
  transform: rotate(180deg);
}
.widget_content .support-list p {
  margin: 0;
  padding: 5px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.widget_content .recent-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_content .recent-list > li {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.widget_content .recent-list > li .thumb {
  width: 80px;
  float: left;
}
.widget_content .recent-list > li .thumb a {
  display: block;
  border: 2px solid #f3f3f3;
}
.widget_content .recent-list > li .thumb a img {
  width: 100%;
  height: auto;
}
.widget_content .recent-list > li .info {
  margin-left: 95px;
}
.widget_content .recent-list > li .info h4 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 6px;
}
.widget_content .recent-list > li .info h4 a {
  color: #000;
}
.widget_content .recent-list > li .info span {
  font-style: italic;
  color: #999;
}
.widget_content .filter_product {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.widget_content .filter_product > li > a {
  padding: 5px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.25s ease-in-out;
  color: #000;
}
.widget_content .filter_product > li > a::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border: 1px solid #777;
  border-radius: 100%;
  margin-right: 5px;
}
.widget_content .filter_product > li > a span {
  margin-left: 2px;
  color: blue;
}
.widget_content .filter_product > li.active > a {
  color: orange;
}
.widget_content .filter_product > li.active > a::before {
  border-color: orange;
  background: orange;
}
.widget_content .filter_product > li.active > a span {
  color: orange;
}
.widget_content .list_bestseller {
  padding: 0px;
  margin-top: 10px;
  list-style: none;
  margin-bottom: 0;
}
.widget_content .list_bestseller > .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.widget_content .list_bestseller > .item .item_left {
  float: left;
  width: 70px;
  padding: 0 9px 0 0;
}
.widget_content .list_bestseller > .item .item_left > a {
  display: block;
  height: 85px;
  border: 1px solid #efefef;
  width: 61px;
  position: relative;
  background-position: center;
}
.widget_content .list_bestseller > .item .item_left > a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.widget_content .list_bestseller > .item .item_right {
  margin-left: 70px;
}
.widget_content .list_bestseller > .item .item_right a {
  color: #505050;
}
.widget_content .list_bestseller > .item .item_right h3 {
  font-size: 13px;
  font-family: "Open Sans", arial, sans-serif;
  line-height: 1.4;
  font-weight: 100;
  margin: 0;
}
.widget_content .list_bestseller > .item .item_right .star {
  display: flex;
  align-items: center;
}
.widget_content .list_bestseller > .item .item_right .star .star_rating {
  display: inline-block;
  position: relative;
}
.widget_content .list_bestseller > .item .item_right .star .star_rating:before {
  content: "\e66a\e66a\e66a\e66a\e66a";
  display: inline-block;
  font-family: "Rivolicons-Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
  color: #d0d0d0;
}
.widget_content .list_bestseller > .item .item_right .star .star_rating > span.rt {
  width: 95%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}
.widget_content .list_bestseller > .item .item_right .star .star_rating > span.rt i {
  color: yellow;
  font-size: 13px;
}
.widget_content .list_bestseller > .item .item_right .star .star_prop {
  margin-left: 7px;
  font-size: 11px;
}
.widget_content .list_bestseller > .item .item_right .price-group .old-price {
  font-size: 0.8em;
  color: #505050;
}
.widget_content .list_bestseller > .item .item_right .price-group .price {
  font-weight: bold;
  color: #d71a00;
}
.widget_content .list_bestseller > .item .item_right .price-group .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #d71a00;
  border-radius: 10px;
}
.widget_content .list_bestseller > .item .item_right .price-group .price_min,
.widget_content .list_bestseller > .item .item_right .price-group .price_max {
  font-weight: bold;
  color: #d71a00;
}
.widget_content .list_recent {
  padding: 0px;
  margin-top: 10px;
  list-style: none;
  margin-bottom: 0;
}
.widget_content .list_recent > .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
}
.widget_content .list_recent > .item .item_left {
  max-width: 70px;
  min-width: 70px;
  padding: 0 9px 0 0;
}
.widget_content .list_recent > .item .item_left > a {
  display: block;
  height: 70px;
  border: 1px solid #efefef;
  width: 61px;
  position: relative;
  background-position: center;
}
.widget_content .list_recent > .item .item_left > a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.widget_content .list_recent > .item .item_right {
  flex: 1;
}
.widget_content .list_recent > .item .item_right a {
  color: #505050;
}
.widget_content .list_recent > .item .item_right h3 {
  font-size: 14px;
  font-family: "Open Sans", arial, sans-serif;
  line-height: 1.4;
  font-weight: 100;
  margin: 0;
}
.widget_content .list_recent > .item .item_right .star {
  display: -webkit-box;
  display: none;
  font-size: 7px;
  margin: 10px 0 5px;
}
.widget_content .list_recent > .item .item_right .price-group .old-price {
  font-size: 0.8em;
  color: #505050;
}
.widget_content .list_recent > .item .item_right .price-group .price {
  font-weight: bold;
  color: #d71a00;
}
.widget_content .list_recent > .item .item_right .price-group .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #d71a00;
  border-radius: 10px;
}/*# sourceMappingURL=sidebar.css.map */