/*
Theme Name: ActizaPharma
Theme URI: https://wordpress.org/themes/asgard/
Author: Ravi Makwana
Author URI: https://profiles.wordpress.org/ravimakwana/
Description: Pharmacy Selling E-commerce theme
Version: 1.1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asgard
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.single-product h2.wp-block-heading {
    font-size: 24px;
    font-family: sans-serif;
}

.single.single-post .wp-block-heading {
    background-color: #e9f1ed;
    color: var(--bs-primary);
    padding: 5px 10px;
}

.wp-block-ilb-icon-list a {
    color: #006e33 !important;
    text-decoration: underline !important;
}

.single-product h3.wp-block-heading {
    font-size: 18px;
    font-family: sans-serif;
}
.my_post_image img {
	width: 100%;
	height: 200px;
}

p.reading-time.text-primary.mb-2.badge.text-bg-primary.text-white {
    position: absolute;
    top: 5px;
    left: 5px;
}

.ajax-load-more-button {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.authenticity-check-btn a {
    font-size: 14px;
}
.authenticity-check-btn.desktop {
    max-width: fit-content;
    margin-left: auto;
}
@media screen and (max-width: 767px) {
	.authenticity-check-btn a {
		font-size: 20px;
	}
}