/*.g5shop__product-actions {
  top: 50%;
  @include transform(translateY(-50%));
  .yith-wcwl-add-to-wishlist,
  .g5shop__quick-view,
  .g5shop__add-to-cart {
    margin-bottom: 10px;
  }
}*/

.g5shop__add-to-cart {
  color: #000;
  @include border-radius(50%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  &:hover,
  &:active,
  &:focus {
    background-color: #000;
  }

  .add_to_cart_button,
  .product_type_grouped,
  .product_type_external,
  .added_to_cart,
  .product_out_of_stock,
  .product_type_variable {
    width: 48px;
    height: 48px;
    &:before {
      font-family: $font_icon_primary;
      line-height: 1;
      content: '\f171';
      font-size: 24px;
    }
  }
}

.woocommerce .g5shop__add-to-cart .added_to_cart {
  width: 48px;
  height: 48px;
  color: inherit;
  padding: 0;
  border: none;
  font-size: 0;
  background: transparent;
  @include border-radius(50%);
  &:hover,
  &:active,
  &:focus {
    background-color: #000;
    color: #fff;
  }

  &:before {
    font-weight: 400;
    content: '\efe0';
  }
}


.g5shop__quick-view {
  width: 48px;
  height: 48px;
  color: #000;
  font-size: 24px;
  @include border-radius(50% !important);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  &:hover,
  &:active,
  &:focus {
    background-color: #000;
  }
  i {
    @include d-inline-flex();
  }

  i.fa-search:before {
    font-family: $font_icon_primary;
    content: '\f04b';
  }
}


.yith-wcwl-add-to-wishlist {
  a {
    width: 48px;
    height: 48px;
    color: #000;
    @include border-radius(50% !important);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    &:hover,
    &:active,
    &:focus {
      background-color: #000;
    }
  }

  .yith-wcwl-wishlistaddedbrowse a,
  .yith-wcwl-wishlistexistsbrowse a,
  .add_to_wishlist {
    &:before {
      font-family: $font_icon_primary;
      line-height: 1;
      font-size: 20px;
      content: '\eb9c';
    }
  }

  .add_to_wishlist:before {
    content: '\f1a1';
  }
}


.g5shop__product-list-actions .compare,
.g5shop__product-actions .compare {
  width: 48px;
  height: 48px;
  color: #000;
  @include border-radius(50%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  &:hover,
  &:active,
  &:focus {
    background-color: #000;
  }

  &:before {
    font-family: $font_icon_primary;
    font-size: 20px;
    line-height: 1;
    content: '\ef57';
  }
}

