/*
Theme Name: Flatsome Child giong Nguyen Kim
Theme URI: https://muatheme.com/san-pham/theme-wordpress-thuong-mai-dien-tu-dien-may-giong-nguyen-kim/
Author: NguyenDucAnh
Author URI: https://muatheme.com
Description: Theme by MuaTheme
Template: flatsome
Version: 3.6.1
*/
body{
	font-family: "Muli", sans-serif;
}
/*************** ADD CUSTOM CSS HERE.   ***************/

/*************** ADD MOBILE ONLY CSS HERE  ***************/
.page-title {
background-color: white;
}
.badge-container.absolute.left.top.z-1 {
    display: none;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: none;
}
.product-title.entry-title{
	font-size: 22px;
	font-weight: 600;
}

.product-small .box-image:hover::before{
-webkit-animation:shine .75s;animation:shine .75s
}
@-webkit-keyframes shine{
100%{left:125%}
}
@keyframes shine{
100%{left:125%}
}
.product-small .box-image::before{
position:absolute;
top:0;
left:-75%;
z-index:2;
display:block;
content:'';
width:50%;
height:100%;
background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
-webkit-transform:skewX(-25deg);transform:skewX(-25deg)
}
.sort_giuseart{
    display: flex;
    margin-top: 5px;
    justify-content: flex-start;
}
.sort_giuseart form {
    padding: 0 0 0 20px;
}
.sort_giuseart .pt-checkbox {
    margin-right: 0px;
}
b, strong {
     font-weight: bold; 
}