/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    outline: none;
}

.single .post-header{
    text-align: center;
    padding: 30px 0 60px;
}

.entry-title{
    text-align: center;
    margin: 0;
    padding: 30px 0;
}

.single .page-content{
    font-size: 23px;
    font-weight: 100;
}

.single .site-main .pagination {
   justify-content: flex-start;
}


.post-date{
    font-size: 15px;
    padding-bottom: 15px;
    color: #008080;
}

.category-badges{
    display: flex;
    flex-wrap: wrap;
}

.single .category-badges{
    justify-content: center;
}

a.hello-biz-badge{
    text-decoration: none;
}

.pagination {
    justify-content: center;
    padding: 40px 0;
}

.pagination .elementor-button{
    border-radius: 20px;
    padding: 15px 40px;
    background-color: #FFFFFF;
    color: var(--e-global-color-primary);
    font-size: 25px;
    font-weight: 300;
    transition: none;
}

.pagination .elementor-button:hover{
    background-color: var(--e-global-color-primary);
    border-color:  var(--e-global-color-primary);
    color: #FFFFFF;
}

@media (max-width: 1024px) {
    .hfe-dropdown:not(.menu-is-active) {
      overflow: hidden;
    }
}

.product-hero{
	display: grid;
	grid-template-columns: 50% minmax(340px, 50%);
	width: 100%;
	background: transparent;
	padding-bottom: 60px;
}

.product-hero h1,
.product-hero h2,
.product-hero h3,
.product-hero h4,
.product-hero h5{
	margin: 0;
	padding: 0;
}

.product-hero .product-hero-image {
	background-color: var(--e-global-color-secondary);
}

.product-hero .product-hero-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
}

.product-hero .product-hero-content {
	padding: 3rem;
	display: flex;
	gap: 20px;
	flex-direction: column;
	font-size: 23px;
	font-weight: 300;
}

.product-hero-content .hello-biz-badge{
	align-self: flex-start;
}

.product-hero .hello-biz-post-hero-content a:hover{
	color: var(--e-global-color-text);
}

.product-hero .product-hero-title { 
	font-size: 70px;
	padding: 0;
	margin: 0;
}

.product-detail-title{
	text-align: center;
	font-size: 35px;
	text-transform: uppercase;
}

.product-hero-type {
	color: var(--e-global-color-primary) !important;
}
.product-hero-excerpt {
	@media (min-width:768px) {
		padding-bottom: 10vh;
	}
}

.product-hero-price {
	font-size: 25px;
	font-weight: 300;
	color: var(--e-global-color-text);
}

.product-hero-price-value{
	font-weight: 400;
	color: var(--e-global-color-primary);
	font-size: 35px;
}

@media (max-width:1024px) {
	.product-hero {
		 grid-template-columns: 1fr; 
	}

	.product-hero .product-hero-image { 
		height: 480px; 
	}

	.product-hero .product-hero-image { 
		height: 480px; 
		object-position: center; 
	}

	.product-hero .product-hero-content { 
		padding: 2rem; 
		font-size: 18px;
	}

	.product-hero .product-hero-title{
		font-size: 40px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
   .product-hero .product-hero-content { 
		max-width: 700px;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.product-hero {
		margin-bottom: 0;
	}
	.product-hero .hello-biz-post-hero{
		padding-bottom: 30px;
	}
	.product-hero .hello-biz-post-hero-title {
		 font-size: 1.7rem; 
	}

	.single-product .page-content{
		font-size: 20px;
		padding: 1.5rem;
	}
}

.single-product .pagination {
	justify-content: flex-start;
	@media (max-width:767px) {
		justify-content: center;
	}
}

.single-product .pagination .elementor-button.product-back{
	padding: 5px 25px;
	color: var(--e-global-color-text);
	border-color: var(--e-global-color-text);
	font-size: 25px;
}

.single-product .pagination .elementor-button.product-back:hover{
	color: #FFFFFF;
	border-color: #FFFFFF;
	background-color: var(--e-global-color-primary);
}

.single-product .pagination .elementor-button.product-back:hover svg > path{
	stroke: #FFFFFF;
}

.product-hero-buy-widget .widget-title{
	padding-bottom: 25px;
}

.product-hero-buy-widget .custom-html-widget{
	display: flex;
	align-items: center;
	gap: 15px;
}

.product-hero-buy-widget .elementor-button{
	padding: 5px 45px;
    min-height: 60px;
    font-size: 25px;
    display: inline-flex;
    align-items: center;
}

.entry-our-products{
	text-align: center;
	padding-bottom: 30px;
}

#product-shopee-link.elementor-button{
	border-color: #EE4D30;
	background-color: #FFFFFF;
	padding: 5px 15px;
	text-align: center;
}

.error404 .page-content{
	min-height: 80vh;
}

.error404 .entry-title {
	font-weight: 300;
	font-size: 35px;
}

.error404 .entry-title > span{
	color: var(--e-global-color-primary);
} 

.tax-product_cat .entry-title{
	text-align: left;
	font-size: 70px;
	text-transform: uppercase;
}

.product .hello-biz-post-content {
	text-align: center;
}

.product .hello-biz-post-title{
	font-size: 25px;
}

.product .hello-biz-badge{
	align-self: center;
	margin-bottom: 15px;
}

.product  .hello-biz-post-link{
	color: #777F8B;
	text-decoration: none;
	align-self: center;
	padding-top: 15px;
}

a.hello-biz-badge.badge-type-primary, 
a.hello-biz-badge.badge-type-primary:hover {
	color: var(--e-global-color-text) !important;
}

a.hello-biz-badge.badge-type-secondary, 
a.hello-biz-badge.badge-type-secondary:hover {
	color: var(--e-global-color-text) !important;
}