/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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.0
Text Domain:	hello-elementor-child
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
*/
span.onsale {
	margin: 0px !important;
}
.page-numbers {
    border: 1px solid #79520d;
    background-color: #79520d;
    padding: 3px 9px 3px 9px;   
}
a.page-numbers {
    background-color: #fff;
}
nav.elementor-pagination {
	margin-top: 15px;
}
/* css tiêu đề h2, h3, h4, h5, h6 bé lại hợp lý */
.elementor-widget-theme-post-content h2,
.elementor-widget-woocommerce-product-content h2 {
    font-size: 18px;
}
.elementor-widget-theme-post-content h3,
.elementor-widget-woocommerce-product-content h3 {
    font-size: 17px;
}
.elementor-widget-woocommerce-product-content h4,
.elementor-widget-woocommerce-product-content h5,
.elementor-widget-woocommerce-product-content h6,
.elementor-widget-theme-post-content h4,
.elementor-widget-theme-post-content h5,
.elementor-widget-theme-post-content h6 {
    font-size: 16px;
}
/* Căn giữa cho ảnh có chú thích */
figure.wp-caption.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}
figcaption.wp-caption-text {
	font-size: 14px;
	margin-bottom: 10px;
}