.logo img {
  height: 37px;
  width: 170px;
}
.page__title {
    height: 80px;
}
.productlist__info {
font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #6c6c6c;
  display: inline-block;
  width: 104px;
  height: 104px;
  line-height: 80px;
  text-align: center;
  border: 2px solid #ebebeb;
}

.productlist__info-content h6 {
	font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  margin-bottom: 2px;
}
.productlist__info-content span {
	font-family: 'Ubuntu', sans-serif;
  color: #606060;
}
.sidebar__widget-content .categories {
    background-color: #fbfbfb;
}
.sidebar__widget-content .categories .shop-accordion-btn {
    font-size: 13px !important;
        background-color: #fbfbfb;
}
.imagebg {
  position: relative;
  width: 100%;
  height: 60px;
  background-image: url('../../assets/img/bg/seamless-stripes.jpg');
  background-repeat: repeat;
}
.add-2-cart-btn{
  display: inline-block;
    height: 39px;
    line-height: 37px;
  text-align: center;
  padding: 0 11px !important;
  color: #ffffff;
  background: #000000;
  border: 2px solid $black;
  font-size: 14px;
  &:hover{
    background: #fcfcfc;
    color: #000000;
  }
}
.product2__action-2 a {
    display: inline-block;
    width: 39px;
    height: 39px;
    background: transparent;
    font-size: 14px;
    border: 2px solid #b0b0b0;
        border-top-color: rgb(176, 176, 176);
        border-right-color: rgb(176, 176, 176);
        border-bottom-color: rgb(176, 176, 176);
        border-left-color: rgb(176, 176, 176);
    color: #444;
    text-align: center;
    line-height: 37px;
    margin-right: 5px;
}