.zf-green {
  color: #b60404;
}

.btn-success {
  background-color: #a90000;
  background-image: -moz-linear-gradient(top, #000ed9, #57a900);
  background-image: -ms-linear-gradient(top, #3a00d9, #57a900);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#70d900),
    to(#57a900)
  );
  background-image: -webkit-linear-gradient(top, #0019d9, #57a900);
  background-image: -o-linear-gradient(top, #001dd9, #57a900);
  background-image: linear-gradient(top, #0004d9, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #a90011;
}

div.container a.navbar-brand > img {
  display: inline;
  margin-right: 4px;
  margin-top: -2px;
}

.cart {
  margin-right: 30px;
  font-size: large;
}

a.no-underline {
  text-decoration: none;
}

a.no-underline:hover {
  text-decoration: none;
}

.btn.keep-color:hover {
  background-color: #a30006;
  border-color: #a30006;
}

.article-w .item {
  margin-bottom: 100px;
}

.wrap-content {
  height: 120px;
  background: white;
  padding: 14px;
  bottom: -55px;
  left: 15px;
  right: 15px;
  -webkit-box-shadow: 0px 2px 15px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 15px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 15px -5px rgba(0, 0, 0, 0.75);
}
.article-w .item img {
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.article-w .item .wrap-content .name {
  color: #363636;

  font-size: 18px;
  text-decoration: none;
  line-height: 22px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.article-w .item .wrap-content .date {
  margin-top: 10px;
  color: #959595;
  font-size: 12px;
}
