/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.elementor-counter .elementor-counter-number-wrapper {
	    align-items: center;
}
.home_counter span.elementor-counter-number-suffix {
    font-size: 15px;
    justify-content: center;
}
.product-info {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    align-items: stretch;
}
.product-info-item {
    background: #fff;
    border: 1px solid rgba(0, 46, 90, 0.2);
    border-radius: 24px;
    padding: 16px;
    display: flex;
    gap: 16px;
	align-items: center;
}
.product-info-detail {
    color: var(--e-global-color-text);
    font-weight: 500;
}
span.product-info-label {
    font-size: 13px;
}
span.product-info-value {
    display: block;
    font-size: 18px;
    font-weight: 700;
	    line-height: 20px;
}
.product-info-item img {
    max-width: 38px;
    width: 38px;
}
.elementor-post-navigation .elementor-post-navigation__next a
 {
    justify-content: center !important;
}

.heading_imgbox .elementor-image-box-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.elementor-sticky--active .logo_img img {
	    height: 50px !important;
}
.postid-3128 .elementor-post-info__item--type-terms,
.postid-3279 .elementor-post-info__item--type-terms,
.postid-3284 .elementor-post-info__item--type-terms{
    display: none !important;
}
 @media (max-width: 768px) {
	.responsive_table {
		overflow-x: scroll;
	}
}