/**
 * SIDEBAR CATEGORY
 */
aside {
  margin-bottom: 20px;
  position: relative;
}

.widget_title {
  position: relative;
}
.widget_title .title {
  margin: 0;
  position: relative;
  font-size: 15px;
  background: transparent;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #444;
  border-radius: 0;
  border: 1px solid #ccc;
}
.widget_title .title i {
  font-size: 19px;
  margin-right: 8px;
}

.widget_content .banner-box {
  padding: 1px;
  position: relative;
  background: var(--second-Color);
}
.widget_content .banner-box .info {
  padding: 20px 20px;
}
.widget_content .banner-box .info p {
  margin-bottom: 8px;
  text-align: center;
}
.widget_content .banner-box .info p:last-child {
  margin-bottom: 0;
}
.widget_content .banner-box .info p a, .widget_content .banner-box .info p button {
  border: 0;
  padding: 10px 20px;
  background: #c4161c;
  color: #fff;
  display: inline-flex;
  align-items: center;
  line-height: 20px;
  outline: none;
  border: 0;
  font-size: 14px;
  width: 90%;
  justify-content: center;
  text-transform: uppercase;
  min-width: 200px;
}
.widget_content .banner-box .info p a svg, .widget_content .banner-box .info p button svg {
  fill: #fff;
  margin-right: 10px;
}
.widget_content .banner-box .info p button {
  border: 2px solid #fff;
  background: transparent;
  line-height: 18px;
}
.widget_content .support_box {
  padding: 30px 20px;
  background: #002c5f;
  font-family: "Open Sans", sans-serif;
  border-radius: 4px;
  color: #FFF;
}
.widget_content .support_box .box_avatar {
  padding: 0 0px 20px;
  width: 100%;
  max-width: 240px;
  margin: auto;
}
.widget_content .support_box .box_avatar .img_avatar {
  display: block;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  background-position: center;
  border-radius: 100%;
  overflow: hidden;
}
.widget_content .support_box .box_avatar .img_avatar 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%;
}
.widget_content .support_box .info {
  text-align: center;
}
.widget_content .support_box .info .name {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.widget_content .support_box .info .phone {
  font-size: 14px;
}
.widget_content .support_box .info .phone span {
  display: inline-block;
  border: 0;
  padding: 8px 20px;
  background: #c4161c;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
}
.widget_content .support_box .info .phone span i {
  margin-right: 7px;
}
.widget_content .support_box .info .button-wrap {
  padding-top: 15px;
  text-align: center;
}
.widget_content .support_box .info .button-wrap > button {
  display: inline-block;
  border: 0;
  padding: 8px 20px;
  background: #19b5ce;
  color: #FFF;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
}
.widget_content .support_box .info .button-wrap > button i {
  margin-right: 6px;
}
.widget_content .commit_list {
  list-style: none;
  padding: 10px 15px;
  margin: 0;
  border: 1px solid #ccc;
  border-top: 0;
}
.widget_content .commit_list > li {
  padding: 7px 0px 7px 20px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #bc002d;
}
.widget_content .commit_list > li i {
  position: absolute;
  left: 0;
  top: 9px;
}
.widget_content .other_list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  border: 2px solid #bc002d;
}
.widget_content .other_list > li {
  position: relative;
  padding: 5px;
  min-height: 55px;
}
.widget_content .other_list > li > i {
  position: absolute;
  left: 10px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 100%;
  color: #bc002d;
  font-size: 25px;
}
.widget_content .other_list > li .name {
  padding-left: 55px;
}
.widget_content .other_list > li .name > h4 {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.5;
  color: #333;
}
.widget_content .other_list > li .name > h4 > b {
  color: red;
}
.widget_content .category_list {
  list-style: none;
  padding: 0px 0;
  margin: 0;
  border: 1px solid #ccc;
  border-top: 0;
}
.widget_content .category_list > li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
.widget_content .category_list > li > a {
  display: block;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
  color: #333;
}
.widget_content .category_list > li i.arrow {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 17px;
  padding: 5px;
  cursor: pointer;
}
.widget_content .category_list > li ul {
  display: none;
  position: absolute;
  background: #fff;
  min-width: 200px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px 0px #eee;
  list-style: none;
  padding: 0;
  left: 100%;
  top: 0;
  z-index: 9;
}
.widget_content .category_list > li ul > li {
  display: block;
  position: relative;
  padding: 0 10px;
}
.widget_content .category_list > li ul > li > a {
  font-size: 14px;
  display: block;
  white-space: nowrap;
  padding: 10px 15px;
  color: #333;
  border-bottom: 1px solid #ccc;
}
.widget_content .category_list > li ul > li:hover > a {
  color: #bc002d;
  text-decoration: underline;
}
.widget_content .category_list > li ul > li:hover > ul {
  display: block;
}
.widget_content .category_list > li ul > li:last-child > a {
  border-bottom: 0;
}
.widget_content .category_list > li:hover > a {
  color: #bc002d;
  text-decoration: underline;
}
.widget_content .category_list > li:hover > ul {
  display: block;
}
.widget_content .category_list > li:last-child > a {
  border-bottom: 0;
}
.widget_content .bestseller_box {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-top: 0;
}
.widget_content .bestseller_box > li {
  padding: 11px 10px;
  border-bottom: 1px solid #ccc;
}
.widget_content .recent_box {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-top: 0;
}
.widget_content .recent_box > li {
  padding: 11px 10px;
  border-bottom: 1px solid #ccc;
}

aside.widget_support {
  position: sticky;
  top: 0px;
  left: 0;
}/*# sourceMappingURL=sidebar.css.map */