/*
Theme Name: Flatsome Child
Description: LH 0905 692 314 để làm website
Author: SAGO
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.product-small .box-image {
    box-shadow: 2px 2px 20px #00000026;}
.product-small .box-image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.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);
}
.product-small .box-image img{
	    border-radius: 7px;
}
.product-title a{
	color: #2bb670;
    font-weight: bold;
}
.woocommerce-Price-amount{
	color: #dd3333 !important;
}
span.amount{
	color: red;
}
.product-section-title-related {
	    color: #2bb670;
    margin-left: 0px;
}

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


}