/*
Theme Name: 	FGLY - BuddyBoss Theme
Theme URI: 		https://www.buddyboss.com/
Description: 	A child theme of BuddyBoss Theme. To ensure easy updates, make your own edits in this theme.
Author: 		BuddyBoss.com
Author URI: 	https://www.buddyboss.com/
License: 		GNU General Public License v3 or later
License URI: 	http://www.gnu.org/licenses/gpl-3.0.html
Template: 		buddyboss-theme
Version: 		1.3.3
*/

.entry-header.ast-no-title {
	display: none;
}
body.page-template header.entry-header {
	display: var(--page-title-display);
}

body.page-template .content-area {
  padding-top: 0;
  padding-bottom: 0;
}

body form {
  margin-bottom: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .ast-shop-product-out-of-stock, .woocommerce-page ul.products li.product .woocommerce-loop-category__title, .woocommerce-page ul.products li.product .ast-shop-product-out-of-stock {
	position: relative !important;
	right: 0 !important;
	left: 0 !important;
	padding: 10px !imporrtant;
}
.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart {
	display: block !important;
}

body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row label:not(.checkbox):not(.woocommerce-form__label-for-checkbox) {
	opacity: 1 !important;
}

/*-- Product --*/
.sold-individually form.cart .quantity,
.elementor-add-to-cart br {
	display: none !important;
}
.elementor-add-to-cart form.cart {
	margin: 10px 0 !important;
}

/*-- Checkout --*/
.woocommerce-checkout .woocommerce-billing-fields {
    font-size: 10px;
}

/*-- My Account --*/
.subscription_details a.button {
	margin: 5px;
}

/*-- Gift Card --*/
.wc-sc-call-for-credit-container {
	background: #fff;
	padding: 15px;
	border-radius: 10px;
}
.wc-sc-call-for-credit-container input#credit_called {
	max-width: 50%;
}
.wc-sc-call-for-credit-container p.wc-sc-error {
	margin: 0;
}

/*-- Klayvio --*/
#kl_newsletter_checkbox_field label.checkbox span.optional {
	display: none !important;
}

/*---
Favorites
-------------*/
.simplefavorite-button {
    border-radius: 100%;
	padding: 4px 4px;
	opacity: 1 !important;
	font-size: 24px;
	line-height: 0em;
}
.simplefavorite-button:hover {
	opacity: 0.9 !important;
}
.favorites-list {
    margin: 0 !important;
    /*max-height: 640px;
    overflow-y: scroll;*/
}
.favorites-list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 24%;
	padding: 10px;
	border: 0;
}
.favorites-list li img {
	width: 100% !important;
	height: auto !important;
}
.favorites-list li a {
	font-weight: 700;
}
.favorites-list li .simplefavorite-button {
	font-size: 0 !important;
	letter-spacing: 0;
	position: absolute;
	top: 0px;
    left: 5px;
    padding: 8px 10px;
}
.favorites-list li .simplefavorite-button.loading {
	font-size: 14px !important;
}
.favorites-list li .simplefavorite-button:not(.loading)::after {
    content: 'X';
    font-size: 14px;
    line-height: 14px;
}
.favorites-list li .simplefavorite-button i {
	display: none;
}


/* Mobile */
@media screen and (max-width: 780px){

	.favorites-list li {
		width: 49%;
	}

}

/*-------------------
BUDDYBOSS APP
-------------------*/
body.in-bbapp .woocommerce-button.button.upgrade {
	display: none !important; 
}