/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.icon-header>.icon-box-img>.icon>.icon-inner>img{
	vertical-align: text-top!important;
}

.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    background-color: rgb(255 255 255);
    border-color: rgb(255 255 255);
    border-radius: 99px;
    box-shadow: none;
    color: currentColor !important;
}
span.ux-menu-link__text {
    color: white;
    font-size: 0.9rem;
}
span.widget-title {
    color: #e92b39;
}
aside#woocommerce_products-2, aside#woocommerce_product_categories-3, aside#recent-posts-3, aside#recent-posts-2, aside#woocommerce_product_categories-2 {
    box-shadow: 0 0px 0px -2px rgba(0, 0, 0, .12), 0 0.8px 11px rgb(0 0 0 / 13%);
    padding: 15px;
    border-radius: 5px;
}
.product-small.box {
    margin-right: 20px;
    /* border: 1px solid #ccc; */
    border-bottom: 1px solid #e92b39;
    padding: 5px;
    color: #333;
    box-shadow: 0 0 15px #ddd;
    transition: all 
ease-in-out .3s;
    background-color: #fafafa;
}
.product-small.box:hover {
    border: 1px solid #5f0000;
    box-shadow: 0 0 15px #999;
    background-color: #f9f9f9;
}
.box-text.box-text-products {
    padding-left: 10px;
    padding-right: 10px;
}

p.name.product-title.woocommerce-loop-product__title {
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;

}
p.name.product-title.woocommerce-loop-product__title>a{
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0;
}

.product-short-description {
    margin-top: 15px;
    background-color: #f1f1f1;
    padding: 15px;
    border: 3px dashed #ddd;
}
.danh-muc-san-pham-home{
	margin-top: 20px;
    margin-right: 20px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #5f0000;
    padding: 5px;
    color: #333;
    box-shadow: 0 0 15px #ddd;
    transition: all 
ease-in-out .3s;
    background-color: #fafafa;
}
.danh-muc-san-pham-home:hover {
    border: 1px solid #5f0000;
    box-shadow: 0 0 15px #999;
    background-color: #f9f9f9;
}

img.ux-logo-image.block {
    border-radius: 5px;
    box-shadow: 3px 5px 1px #00000014;
}