/* 
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 #000;
    background-color: #000;
    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;
}

/* #back_to_top { */
	/* background-color: #76B51C; */
	/* color: #FFFFFF; */
	/* border-color: #FFFFFF; */
	/* font-size: 16px; */
	/* border-width: 3px 3px 3px 3px; */
	/* padding: .5em; */
	/* position:fixed; */
	/* bottom:35px; */
	/* right:10px; */
	/* z-index: 100000; */
/* } */

#back_to_top{
 text-align:center;
 padding:5px;
 position:fixed;
 bottom:35px;
 right:10px;
 cursor:pointer;
 display:none;
 color:#76B51C;
 font-size:30px;
 font-weight:900;
 z-index: 1000;
 }

 .head_form{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 16px;
    text-align: center;
    color: #fff !important;
 }
.form_dathang {
	background: #76B51C;
	padding: 10px;
	margin-bottom: 16px;
	border-radius: 3px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
 }
 .form-control{
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #7A7A7A;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #FFFFFF !important;
    border-radius: .25rem;
 }
 .form-group {
    margin-bottom: 1rem;
}
.form_dathang .btn.btn-primary {
    background-color: #1F8B01 !important;
    border-color: #1F8B01 !important;
    margin-bottom: .5rem !important;
    color: #fff !important;
    width: 150px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
	color: #272727;
}


#back_to_top{
 border:1px solid #4adcff;
 background:#24bde2;
 text-align:center;
 padding:5px;
 position:fixed;
 bottom:35px;
 right:10px;
 cursor:pointer;
 display:none;
 color:#fff;
 font-size:30px;
 font-weight:900
 }

 /* #back_to_top:hover{ */
 /* border:1px solid #ffa789; */
 /* background:#76B51C； */
 /* } */

#back_to_top{
 border:1px solid #4adcff;
 background:#76B51C;
 text-align:center;
 padding:5px;
 position:fixed;
 bottom:35px;
 right:10px;
 cursor:pointer;
 display:none;
 color:#fff;
 font-size:30px;
 font-weight:900
 }
 
 /* #back_to_top:hover{ */
 /* border:1px solid #ffa789; */
 /* background:#ff6734 */
 /* } */

 .elementor-widget-theme-post-content a,.elementor-widget-woocommerce-product-content a{
 	color:#000;
 }

.search-sp #yith-searchsubmit{
	padding: 5px;
	color: #fff !important;
	border-color: #76B51C !important;
	background: #76B51C !important;
	padding: 5px 5px !important;
}

.search-sp #yith-ajaxsearchform{
	border: 1px solid #76B51C !important;
}
.search-sp .search-input-container #yith-s{
	border: none !important;
}

.search-sp #yith-ajaxsearchform{
	outline: 10px solid #F5F5F5;
}