/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.gwa-custom-products .product-action-wrap {
	display: none!important;
}

.woocommerce ul.products.woo-archive-action-on-hover.gwa-custom-products li.product:hover .entry-content-wrap, 
.woocommerce ul.products.woo-archive-action-on-hover.gwa-custom-products li.product:focus-within .entry-content-wrap {
	transform: none!important;
}

.woocommerce .wc-tabs-wrapper ul.products.gwa-custom-products {
    padding-top: 30px;
}

.gwa-custom-products .pwb-brands-in-loop {
    display: none!important;
}

.gwa-custom-products .product-details {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.gwa-custom-products > li {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .3)!important;
}

.gwa-custom-products .jet-woo-product-thumbnail {
    width: 80%;
    margin: 0 auto;
}

.gwa-custom-products.jet-woo-product-thumbnail {
    order: 1;
    text-align: center;
}

.gwa-custom-products .gwa-custom-products {
	order: 6;
	text-align: center;
}

.gwa-custom-products .entry {
	border-radius: 0px;
}

.gwa-custom-products.grid-cols {
	-webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
}

.gwa-custom-products .jet-woo-product-title {
    order: 2;
    text-align: center;
    color: var(--e-global-color-primary);
}

.gwa-custom-products .jet-woo-product-price {
    order: 3;
    text-align: center;
}

.gwa-custom-products .jet-woo-product-rating {
    order: 1;
    text-align: center;
}

.gwa-custom-products > li {
    padding: 10px 10px 0px 10px;
}

.gwa-custom-products .jet-woo-product-categories {
	text-align: center;
	margin-top: 15px;
    order: 6;
}

.gwa-custom-products .jet-woo-product-categories ul {
	margin-bottom: 0px!important;
}

.gwa-custom-products .woocommerce-loop-product__title {
	display: none;
}

.gwa-custom-products .jet-woo-product-price .price {
    font-size: 1em!important;
}

.woocommerce ul.products.gwa-custom-products li.product strong {
	display: inline-block;
}

.woocommerce ul.products.gwa-custom-products li.product .entry-content-wrap {
	padding: 1rem 1rem .5rem;
}