.sidebarWidgetTop {
  display: flex;
  margin-bottom: 20px;
}
.sidebarWidgetTitle {
  font-size: 16px;
  font-family: 'Poppins', 'Open Sans', sans-serif;
  font-weight: 800;
  color: var(--balckColor);
  line-height: 20px;
}
.sidebarWidgetLine{
  flex: 1;
  height: 2px;
  background-color: #EDEDED;
  margin-top: 9px;
}

.recent-product {
  margin-top: 17px;
}
.recent-product .product-img {
  flex: 0 0 98px;
}
.recent-product .product-content {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  flex: 1;
  padding: 5px 0px 10px;
}
.recent-product .product-content h3 {
  font-size: 16px;
  margin-bottom: 6px;
}
.recent-product .product-content h3 a {
  color: #444;
}
.leftMenuProductName {
  font-size: 14px;
  font-family: 'Poppins', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 7px;
}
.recent-product .price {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
}
.recent-product .single-product {
  margin-bottom: 20px;
  overflow: hidden;
}
.recent-product .single-product:last-child{margin-bottom:0px}
.productNav .nav-item{
  line-height: 20px;
  padding: 10px 0px;
  position: relative;
}
.productNav a {
  color: #222222;
}
.productNav a:hover {
  color: var(--button);
}
.productNav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--balckColor);
}
.productNav .nav-item .nav-link:hover{
  color: var(--button);
}
.productNav .nav-item .dropdown-toggle {
  cursor: pointer;
  position: absolute;
  right: 0;
  transition: 0.3s;
}
.productNav .open .dropdown-toggle {
  transform: rotate(90deg);
}
.productNav .dropdown-menu{
  position: relative;
  z-index: 1;
  float: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.productNav .dropdown-menu .dropdown-item{
  display: block;
  line-height: 16px;
  font-size: 14px;
  margin-top: 20px;
  padding-left: 15px;
  color: var(--balckColor);
}
.productNav .dropdown-menu .dropdown-item:hover{
  color: var(--button);
}
.contact-details .contact-list {
  overflow: hidden;
  margin-top: 17px;
}

.contact-details .contact-list li {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.contact-details .contact-list li:not(:last-child) {
  margin-bottom: 20px;
}

.contact-details .contact-list li i {
  margin-right: 10px;
  font-size: 24px;
  line-height: 20px;
  color: var(--balckColor);
}

.contact-details .contact-list li .words {
  font-size: 14px;
  font-weight: 500;
  color: var(--balckColor);
  line-height: 18px;
}
.contact-details .contact-list li .words a{
  color: var(--balckColor);
}
.contact-details .contact-list li .words a:hover{
  color: var(--button);
}
.contact-details .contact-list a {
  margin-right: 5px;
}
.contact-details .contact-list a i {
  font-size: 24px;
}
.contact-details .contact-list a .icon-ic_facebook {
  color: #376fe0;
}
.contact-details .contact-list a .icon-ic_twitter {
  color: #41a1f2;
}
.contact-details .contact-list a .icon-ic_instagram {
  color: #f61702;
}
.contact-details .contact-list a .icon-ic_pinterest {
  color: #e61522;
}
.widget {
	margin-bottom: 30px;
}
.widget:last-child{margin-bottom:0px}