.leftMenuList {
  border: 1px solid #E8E8E8;
}
.sidebarWidgetTop {
  margin-bottom: 20px;
}
.sidebarWidgetTitle {
  margin-right: 16px;
  font-size: 16px;
  font-weight: 500;
  color: var(--blackColor);
  line-height: 20px;
  margin-bottom: 10px;
}
.sidebarWidgetLine{
  position: relative;
  height: 1px;
  background-color: #e8e8e8;
}
.sidebarWidgetRedLine{
  height: 3px;
  position: absolute;
  width: 80px;
  background-color: var(--themeColor);
  top: -2px;
}

.recent-product {
}
.mb20{
  margin-bottom: 20px;
}
.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-weight: 400;
  line-height: 17px;
  margin-bottom: 7px;
  color: var(--blackColor);
}
.recent-product .price {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: var(--blackColor);
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.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(--blackColor);
}
.productNav .nav-item .nav-link:hover{
  color: var(--button);
}
.productNav .nav-item .dropdown-toggle {
  cursor: pointer;
  position: absolute;
  right: 0;
  transition: 0.3s;
}
.productNav .dropdown-toggle {
  transform: rotate(90deg);
}
.productNav .open .dropdown-toggle {
  transform: rotate(270deg);
}
.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(--blackColor);
}
.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: #444444;
}

.contact-details .contact-list li .words {
  font-size: 14px;
  font-weight: 500;
  color: var(--blackColor);
  line-height: 18px;
}
.contact-details .contact-list li .words a{
  color: var(--blackColor);
}
.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: 20px; */
  padding: 17px 20px 22px;
}
.widget:last-child{margin-bottom:0px}