.title_products_vieweduser{
    font-weight: 500;
  font-size: 16px;
  margin: 0;
  padding: 15px 0 19px;
  text-align: center;
  width: 100%;
  letter-spacing: .19px;
  line-height: 28px;
  display: inline-block;
  position: relative;
  color: #232323;
  text-transform:none;
}
span.produs_viewed_user{
    font-weight: 600!important;
    color: #e74c3c!important;
    font-size:17px!important;
}
.products .product_list {
  width: 100%;
  overflow: hidden;
  margin: 0;
  text-align: left;
}
.products .product_list li.product_item.col-lg-3 {
  float: none;
  display: inline-block !important;
  width: 24.5%;
  vertical-align: top;
}
.product-miniature .thumbnail-container {
  width: auto;
  height: auto;
  box-shadow: none;
  padding-bottom: 25px;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
}
.product-miniature .product-image {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.product-miniature .product-image img {
  max-width: 100%;
  height: auto;
  margin: 0 !important;
}
.product-miniature .product-description {
  position: static;
  margin: 0;
  text-align: center;
  padding: 10px 20px 15px;
  height: auto;
  width: 100%;
  background: #fff;
  bottom: 0;
  z-index:1;
}
.product-miniature .product-title {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  padding: 5px 0;
}
.product-miniature .product-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 0;
  font-size: 15px;
  color: #444;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
}
.product-miniature .product-price-and-shipping {
  color: #e74c3c;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.product-miniature .product-price-and-shipping {
  color: #e74c3c;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.sp-cart-box {
  text-align: center;
}
.sp-cart-box .cart-button {
  background: transparent;
  color: #666;
  padding: 0 12px;
  height: 30px;
  line-height: 26px;
  text-transform: none;
  box-shadow: none;
  border: solid 1px #ddd;
}
.sp-cart-box .cart-button .material-icons {
  font-size: 17px;
  margin: 0;
  line-height: 28px;
  vertical-align: top;
}
.sp-cart-box .cart-button span {
  font-size: 12px;
  margin: 0;
  font-weight: 700;
  line-height: 28px;
  vertical-align: top;
  color: #666;
  text-transform: none;
}

@media screen and (max-width: 300px) {
.senduns {
    width: 100%;
  }
}
.senduns {
  float: left;
  width: 50%;
}

/* Set a style for all buttons */
button.senduns {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

button.senduns:hover {
  opacity:1;
}