/* 
Theme Name: Biologix - Hello Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Biologix Hello Child is a child theme of Hello Elementor, created by Elementor team
Author: Dave Kuhar
Author URI: https://transmitstudio.com
Template: hello-elementor
Version: 1.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.woocommerce-product-gallery__trigger {
	display: none;
}

/* product grid */

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
/*    width: 10%; */
    float: left;
    margin-right: 2% !important;
}

.woocommerce-loop-product__title {
    width: 68%;
    float: left;
}

.price {
    width: 30% !important;
    float: left;
    margin-top: 8px;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    float: right;
    width: auto;
}


glsr-review {
    display: block;
    width: 48%;
    float: left;
    margin: 0;
        margin-bottom: 0px;
    background: white;
    padding: 15px;
    min-height: 162px;
    border-radius: 10px;
}

.glsr-review:last-of-type {
    margin-left: 4%;
}

body.woocommerce-cart .woocommerce table.cart td.actions .input-text,
body.woocommerce-cart .woocommerce-page #content table.cart td.actions .input-text,
body.woocommerce-cart .woocommerce-page table.cart td.actions .input-text {
	width: auto !important;
	margin-right: 1rem !important;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
	padding: auto !important;
}

.coupon label {
	display: none !important;
}