/**
 * Widget
 */
.product-taxonomy {
  padding-left: 0px;
}
.product-taxonomy.dropdown .open > .children {
  display: block;
}
.product-taxonomy.dropdown .children {
  display: none;
}
.product-taxonomy ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.product-taxonomy li {
  position: relative;
}
.product-taxonomy li:hover > a,
.product-taxonomy li.open > a {
  color: #0080ff;
}
.product-taxonomy li a:before {
  content: none;
}
.product-taxonomy li:hover:before,
.product-taxonomy li.active:before,
.product-taxonomy li.open:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #0080ff;
}
.product-taxonomy > li {
  width: 100%;
  border: 1px solid #f0f0f0;
  margin: 0;
  text-align: left;
  display: block;
  padding: 10px 20px;
  list-style: none;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin-top: -1px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.product-taxonomy > li.has-child.open:after {
  content: '';
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
}
.product-taxonomy > li.has-child:before {
  content: "\f3d3";
  font-family: Ionicons;
  position: absolute;
  right: 25px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.product-taxonomy > li > ul > li.has-child:before {
  content: "\f3d3";
  font-family: Ionicons;
  position: absolute;
  right: 5px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.product-taxonomy > li > ul li {
  font-weight: normal;
  padding: 10px 0px;
}
.product-taxonomy > li > ul li:first-child {
  padding-top: 20px;
  padding-bottom: 10px;
}
.product-taxonomy > li > ul li:last-child {
  padding-bottom: 0;
}
.product-taxonomy > li > ul li > ul li {
  padding-left: 15px;
}
.product-taxonomy > li > ul > li:first-child {
  padding-top: 30px;
  padding-bottom: 10px;
}
.product-taxonomy > li > ul > li:last-child {
  padding-bottom: 10px;
}
.product-taxonomy > li.current-cat > a {
  color: #0080ff;
}
.product-taxonomy.ajax-filter li a:before {
  content: none;
}
.product-taxonomy.ajax-filter li:hover:before,
.product-taxonomy.ajax-filter li.active:before,
.product-taxonomy.ajax-filter li.open:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #0080ff;
}
.product-taxonomy.ajax-filter li.active > a:after {
  content: '\f00d';
  margin-left: 10px;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  -moz-transform: translate(20px, 50%);
  -webkit-transform: translate(20px, 50%);
  -ms-transform: translate(20px, 50%);
  -o-transform: translate(20px, 50%);
  transform: translate(20px, 50%);
}
.product-taxonomy.ajax-filter li.active > a:hover:after {
  color: red;
}
.product-taxonomy.ajax-filter li .children {
  padding: 0;
  position: relative;
  z-index: 2;
}
.widget.widget-social-profile > ul {
  padding: 0;
  margin: 0;
}
.widget.widget-social-profile > ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.widget.widget-social-profile > ul li a {
  color: inherit;
}
.widget.widget-social-profile > ul li a:hover {
  color: #0080ff;
}
.widget.widget-social-profile > ul.no-border li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-size: 16px;
}
.widget.widget-social-profile > ul.square li a {
  font-size: 18px;
}
.widget.widget-social-profile > ul.border li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-size: 16px;
  border: 1px solid inherit;
}
.widget.widget-social-profile > ul.border li a:hover {
  color: #0080ff;
  border-color: #0080ff;
}
