/*
Theme Name: Merto Child
Theme URI: https://demo.theme-sky.com/merto/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: merto
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: merto-child
*/

/* hide actual <i> / <svg> / icon elements inside add-to-cart buttons */
.add_to_cart_button i,
.add_to_cart_button svg,
.add_to_cart_button .icon,
.add_to_cart_button .plus,
.add_to_cart_button .fa,
a.add_to_cart_button i,
button.add_to_cart_button i {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* hide pseudo-elements (::before/::after) */
.add_to_cart_button::before,
.add_to_cart_button::after,
a.add_to_cart_button::before,
a.add_to_cart_button::after {
  content: none !important;
  display: none !important;
}

/* remove background-image icons and fix spacing if needed */
.add_to_cart_button {
  background-image: none !important;
  padding-left: 12px !important; /* tweak to restore spacing */
}

body.product-border-radius .products .product:not(.product-category) .product-wrapper {
    margin: 0 5px !important;
}
body.product-border-radius .products:not(.swiper) > .product:not(.product-category) .product-wrapper {
    margin-bottom: 10px !important;
}

