/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Child theme for Hello Elementor
Author: namseadesign
Author URI: namseadesign.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* --- Custom CSS của bạn thêm ở đây --- */
/*hotline*/
.kinhdoanh .elementor-icon-box-wrapper .elementor-icon-box-icon {
    background: rgb(255 255 255 / 30%);
    padding: 10px;
    border-radius: 50%;
}
/*breadcrumb*/
.woocommerce .woocommerce-breadcrumb{
	margin-bottom:0 !important;
}
.woocommerce ul.products li.product .onsale{
	background:#e91000;
	border-radius: 5px;
    padding: 6px 10px !important;
	min-height:auto;
	min-width:auto;
	line-height:1;
	font-size:13px;
}
/*bo loc*/
.wpc-filter-title {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}
.wpc-filters-main-wrap li.wpc-term-item a{
	font-size:14px;
	color:#333;
}
.woocommerce .woocommerce-ordering select,.woocommerce .woocommerce-result-count{
	font-size:12px;
}
/*lien he*/
a.button.custom-contact-btn {
    background: #eb0000 !important;
    color: #fff;
	padding:.618em 4em;
}
/*product price*/
.woocommerce div.product .product_title,.woocommerce-loop-product__title {
    min-height: 50px;
    height: 50px;
    overflow: hidden;
    display: block;
	line-height:1.5em;
}
/*thong bao gio hang*/
.woocommerce-message{
	border-top:0;
	background:#2ac10b;
	padding:10px 50px;
	color:#fff;
	border-radius:5px;
}
.woocommerce-message::before {
    content: "\e015";
    color: #fff;
	top:auto;
}
a.restore-item {
    color: #fff175;
}
.wc-block-components-product-metadata,span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
    display: none;
}
.woocommerce-order {
    padding: 40px 20px 50px 20px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #0074ea;
    font-weight: 600;
    padding: 20px 0;
}
h2.woocommerce-order-details__title {
    font-size: 20px;
    font-weight: 600;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    padding: 8px 10px;
    font-size: 12px;
    background: #0074ea;
    color: #fff;
}
/*thumbnail product*/
.woocommerce div.product div.images .flex-control-thumbs li{
	width:20% !important;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: inherit;
}
/*nut mua hang trang chu*/
.woocommerce-loop-product__buttons{
	display:none;
}
}