/*
Theme Name:        Geeks Child
Theme URI:         https://geeks.madrasthemes.com/
Author:            MadrasThemes
Author URI:        https://themeforest.net/user/madrasthemes/
Description:       Child Theme of Geeks.
Requires at least: WordPress 5.0
Template:          geeks
Version:           1.2.8
License:           GNU General Public License v3 or later
License URI:       LICENSE
Text Domain:       geeks-child
Tags:              custom-menu, featured-images, full-width-template, threaded-comments, footer-widgets, sticky-post, theme-options
*/

.show {
	opacity: 1;
}


.button.wp-element-button.product_type_external.text-body.col {
	padding: 10px 15px;
}

.button.wp-element-button.product_type_external.text-body.col:hover {
	background-color: green;
	color: #fff !important;
	border-radius: 10px;
}

.mgpdeg-product-price.mb-2 {
	margin-bottom: 2rem !important;
}
.woocommerce.mgpdeg-cart-btn {
	padding: 10px;
	text-align: left;
}

.woocommerce.mgpdeg-cart-btn::after {
	content: "Free";
	position: absolute;
	width: 50px;
	height: 50px;
	display: block;
	z-index: 9999;
	bottom: 40px;
	right: 20px;
	background: blue;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	line-height: 50px;
}
.mgpde-ptitle {
	height: 59px;
	overflow: hidden;
	line-height: 151%;
}

.card-footer {
	display: none;
}

.mgproductd p {
	height: 100px;
	overflow: hidden;
}

