/*!
Theme Name:   Kenta Online Business
Theme URI:    https://kentatheme.com/child-themes/kenta-online-business
Author:       WP Moose
Author URI:   https://www.wpmoose.com
Description:  Kenta online business is suitable for building small business official websites and for personal blogs. You can view sample sites at https://kentatheme.com/online-business/ and you can also visit https://kentatheme.com/starter-sites/ for more starting sites that you can import with one click.
Template:     kenta
Version:      1.0.2
Tested up to: 6.1
Requires PHP: 7.2
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  kenta-online-business
Tags: blog, portfolio, e-commerce, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, block-patterns, block-styles, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, threaded-comments, theme-options, translation-ready, wide-blocks
*/

.kenta-online-business-hero .kenta-online-business-hero-title {
    line-height: 1.5;
}

.home-page-banner {
	    background-position: center !important;
/* 	background-size: contain !important;
    min-height: 174px !important; */
}

.home-page-icon-color {
	color: #db93b2 !important;
    border-color: #db93b2 !important;
}
.sub-div-left-padding-0 .wp-block-media-text__content {
	padding-left: 0 !important;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	padding: 8px;
}
.woocommerce .kenta-products li.product .button {
    margin-bottom: 12px;
}
.kenta-container {
	padding-top: 0 !important;
}
.woocommerce-Price-amount.amount {
    font-size: 2rem !important;
    font-weight: 700 !important;
}
.wapf-wrapper {
	border-top: 3px solid var(--kenta-primary-color);
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}
.product_meta {
	display: none !important;
}
.wp-block-woocommerce-checkout-express-payment-block {
/* 	display:none !important */
}
.text-justify {
	text-align: justify !important;
}
.ul-text-justify {
	ul {
		text-align: justify !important;
	}
}
.mb-0{
	margin-bottom: 0 !important;
}
.mt-0{
	margin-top: 0 !important;
}