.tags_tab_item  .product-wrapper {
  position: relative;
  max-width: 380px;
  height: 100%;
  padding: 20px;
  background: #fff;
}
.tags_tab_item .thumbnail-wrapper {
  height: 190px;
  position: relative;
  z-index: 1;
  margin: 0 0 12px 0;
  max-width: 100%;
  line-height: 0;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.tags_tab_item .content_product_flag {
  position: absolute;
  z-index: 999;
}
.tags_tab_item .thumbnail-wrapper a {
 min-height: 190px;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
.tags_tab_item .amount {
  color: #000;
  font-size: 25px;
  -webkit-transform: scale(1.25, 1);
  -moz-transform: scale(1.25, 1);
  -ms-transform: scale(1.25, 1);
  -o-transform: scale(1.25, 1);
  transform: scale(1.25, 1);
  transform-origin: top left;
  letter-spacing: -1px;
  padding: 0;
}
.tags_tab_item .price:hover,
.tags_tab_item .price:hover .amount,
.tags_tab_item .price:hover .woocommerce-Price-currencySymbol{
    color: #f31502 !important;
}
.tags_tab_item .woocommerce-Price-currencySymbol {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.meta-wrapper .loop-add-to-cart {
 width: 62px;
  height: 56px;
  display: inline-block;
  position: absolute;
  margin: 0;
  right: 0;
  bottom: 0;
}
.loop-add-to-cart a {
  background: transparent;
  border: none;
}
.loop-add-to-cart a:hover{
   background: transparent;
  border: none;
}
.loop-add-to-cart a:hover path,
.loop-add-to-cart a:hover circle{
  stroke: #f31502;
}
.thumbnail-wrapper .product-group-button {
  opacity: 0;
}
.product-group-button {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 5;
  display: inline-block;
  z-index: -1;
  line-height: 0;
  width: 40px;
  height: auto;
  top: 10px;
  right: -5px;
  bottom: 5px;
  transition: right 400ms,left 400ms ease 0s;
  -moz-transition: right 400ms,left 400ms ease 0s;
  -webkit-transition: right 400ms,left 400ms ease 0s;
}
.thumbnail-wrapper:hover .product-group-button {
  opacity: 1;
}
.product-group-button.two-button div {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background-color: #fff;
}
.thumbnail-wrapper .product-group-button > div a {
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  min-height: unset;
  transition: all 200ms ease 0s;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  padding: 0;
  color: #666666;;
}
.thumbnail-wrapper .button.ajax_add_to_cart_custom::before {
  font-family: 'Pe-icon-7-stroke';
  content: "\e66e";
  line-height: 40px;
  text-indent: 0;
  font-weight: normal;
  color: inherit !important;
}
.thumbnail-wrapper .product-group-button > div a:hover {
  text-decoration: none;
  color: #fff;
}
.quickshop_custom:hover span {
  display: none;
}