/*
Theme Name: MyMedi Child
Theme URI: https://demo.theme-sky.com/mymedi/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: mymedi
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: mymedi-child
*/

p#order_comments_field {
	display: none;
}

.center-category .products {
	display: flex;
	justify-content: center !important;
}

.center-category .products .product-wrapper a img {
	height: 100%;
	object-fit: cover;
}

.gm-style .place-card .place-name {
	display: none !important;
}

.woocommerce.columns-4 .products .product-category.product {
	width: 25% !important;
}

.product-group-button > div.wishlist a:after {
    opacity: 0;
}

.product-group-button > div.wishlist .added a:after {
    opacity: 1;
}

.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-button .add_to_wishlist img {
    margin-right: 0;
}

body.single-product .product.type-product .entry-summary .yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: -3px !important;
    transform: none !important;
}

.product.type-product .yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg {
    position: absolute;
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
}

@media (max-width: 767px) {
	.woocommerce.columns-4 .products .product-category.product {
		width: 100% !important;
	}
}