/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.category_item {
}

.box_image {
	border-color: greenyellow;
/*	display: none;*/
}

.category_item .box-text .box-text-inner p {
	margin-left: 25px;
}

.category_item .box-text .box-text-inner p:before {
	background-image: url(https://e-well.vn/wp-content/uploads/2024/06/anh-tu-dien-6.png);
    background-size: 14px 21px;
    background-repeat: no-repeat;
    width: 16px;
    height: 20px;
    margin-left: -22px;
    margin-top: 2px;
    content: "";
    position: absolute;
}

.blog_post .post-item .col-inner {
	border-radius: 15px;
/*	padding: 10px;*/
}

.blog_post .post-item .col-inner .box-blog-post .box-image{
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.form_lienhe {
	padding: 15px;
/*    border: 1px solid;*/
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form_lienhe h1 {
	text-align: center;
}

.form_lienhe .wpcf7-submit {
	border-radius: 15px;
}

.product_sanpham .product-small .col-inner {
/*	border: 1px solid;*/
    border-radius: 15px;
    padding: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.amount_wcm {
    padding: 7px 20px;
    background-color: #0c923a;
    color: white;
    border-radius: 15px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}