/*
Theme Name: DotLife Child
Theme URI: https://themes.themegoods.com/dotlife/landing
Description: Premium Speaker & Coach WordPress Theme
Version: 1.0
Author: ThemeGoods
Author URI: https://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: https://themeforest.net/licenses/regular_extended
Text Domain: dotlife
Template: dotlife
*/

.heateor_sss_sharing_container {margin-top:30px!important;}

.shop-hide {display:none!important;} 

.course_grid_container .portfolio_classic_grid_wrapper .card__price {width:90px; line-height: 90px; }


.wpcf7 form.sent .wpcf7-response-output {color:#fff!important;}

.woocommerce form .form-row select.select2-hidden-accessible,
select.select2-hidden-accessible {
  min-width: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}


.adisatufo-float-cart {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.adisatufo-cart-count {
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: #c45c26;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}

.adisatufo-cart-count[hidden] {
	display: none;
}