.rq-product-wrapper {
  position: relative;
  width: 100%;
}
.rq-product-wrapper.masonry-layout .masonry-item {
  padding: 10px;
}
.rq-product-wrapper.masonry-layout .masonry-item.item-width {
  width: 33.33%;
}
.rq-product-wrapper.masonry-layout .masonry-item.item-width.item-width-double {
  width: 66.66%;
}
@media (max-width: 999px) {
  .rq-product-wrapper.masonry-layout .masonry-item.item-width.item-width-double {
    width: 50%;
  }
}
@media (max-width: 999px) {
  .rq-product-wrapper.masonry-layout .masonry-item.item-width {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .rq-product-wrapper.masonry-layout .masonry-item.item-width {
    width: 100%;
  }
}
.rq-product-wrapper.masonry-layout .masonry-item .rq-product-single {
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 25px;
}
.rq-product-wrapper.masonry-layout .masonry-item .rq-product-single .rq-product-image {
  height: auto;
  margin: 0;
}
.rq-product-wrapper.masonry-layout .masonry-item .rq-product-single .rq-product-image img {
  height: auto;
  width: 100%;
}
.rq-product-wrapper.masonry-layout .masonry-item .rq-product-single .rq-product-title {
  text-align: left;
  padding: 15px 20px 10px;
}
.rq-product-wrapper.masonry-layout .masonry-item .rq-product-single .rq-product-footer {
  padding: 0 20px;
}
.post-image-container .rq-icons-wrapper {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  z-index: 99;
  text-align: center;
}
.post-image-container .rq-icons-wrapper ul {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.post-image-container .rq-icons-wrapper ul li {
  display: inline-block;
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.post-image-container .rq-icons-wrapper ul li:last-child {
  margin-right: 0;
}
.post-image-container .rq-icons-wrapper ul li a {
  width: 24px;
  height: 24px;
  font-size: 18px;
  color: #fff;
  display: block;
  overflow: hidden;
  text-align: center;
}
.post-image-container .rq-icons-wrapper ul li.rq-icon-search a {
  background: red;
  line-height: 24px;
}
.rq-wc-notice-wrapper {
  background: white;
}
.rq-wc-notice-wrapper .woocommerce-message {
  position: absolute;
  background: #d2d2d2;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
}
.rq-wc-notice-wrapper .woocommerce-message .button.wc-forward {
  display: none;
}
