/*
 * Theme Name: Montro
 * Author: Noor Tech
 * Author URI: https://themeforest.net/user/noor_tech
 * Theme URI: https://themerange.net/wp/montro/
 * License URI: license.txt
 * Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
 * Text Domain: montro
 * Version: 4.2.7
 * Tested up to: 6.8.2
 * Requires PHP: 8.2
*/

.wp-caption {
	margin-bottom: 2px;
}

.wp-caption-text {
	margin-bottom: 5px;
}

.screen-reader-text {
	margin-bottom: 12px;
}

.gallery-caption {
	margin-bottom: 2px;
}

.bypostauthor {
	margin-bottom: 2px;
}

.alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	max-width: 100%;
}

.alignright {
	float: right !important;
	margin-bottom: 20px;
	margin-left: 20px;
	max-width: 100%;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.col-md-4 .funfact-meta > i {
	right: 27px;
}

.mycustom-pricing {
	background-color: #090909 !important;
}

.on-hover {
	display: none;
	animation: fadeOut 0.5s;
}

.hver:hover .on-hover {
	display: block;
	animation: fadeIn 0.5s;
}
.woocommerce ul.products.columns-3 li.product {
    width: 33.33% !important;
}

.floating-call-button { width:3rem; position: fixed; bottom: 7.5%; right: 1.25%; border-radius: 30px; text-decoration: none; font-family: Arial, sans-serif; font-size: 1.6rem; box-shadow: var(--widget-shadow); z-index: 9999; } .floating-call-button:hover { background-color: #218838; }
