.products {
  margin-top: 40px;
}

.shop-item {
  margin-right: 13px;

  display: inline-block;
  float: none;
  vertical-align: top;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.shop-item .button-g_t4 {
  margin: 0;
}

.shop-item:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.shop-item:hover .shop-item__lk-wrapp {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.shop-item:hover .shop-item__lk {
  margin-top: -25px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  visibility: visible;
  opacity: 1;
}

.shop-item:hover .shop-item__meta-list {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.shop-item:hover .shop-item__price {
  visibility: collapse;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.shop-item .shop-item__price {
  margin-top: -65px;
}

.shop-item__img {
  position: relative;
  margin-bottom: 10px;
  background: #fff;
}



@media (max-width: 767px) {
  .shop-item__img img {
    width: 100%;
  }
}

.shop-item__lk-wrapp {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6) repeat;
  visibility: collapse;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  overflow: hidden;
}

.shop-item__lk {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -125px;
  margin-left: -25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #bccb3e;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  visibility: collapse;
  opacity: 0;
}

.shop-item__lk::before {
  font-family: 'rt-icons-2';
  content: "\e6a4";
  font-size: 28px;
  line-height: 52px;
  display: inline-block;
  color: #fff;
}

.shop-item__lk:hover {
  background-color: #ffa800;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.shop-item__content {
  padding: 10px 20px;
  text-align: center;
}

.shop-item__title {
  font: 18px/20px "Playfair Display", "Arial", sans-serif;
  color: #333333;
  margin: 0 0 17px;
}

.shop-item__price {
  font: 24px/26px "Lato", "Arial", sans-serif;
  display: block;
  color: #ffa800;
  margin-bottom: 13px;
  height: 40px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
