/*
Theme Name: suamaytinhvn
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  ***************/


}

@keyframes slide {
  0% {
    left: -100;
    top: 0;
  }
  50% {
    left: 120px;
    top: 0px;
  }
  100% {
    left: 290px;
    top: 0;
  }
}
.image-fade_in_back a{
    overflow:hidden;
}
.product-small.col:hover .image-fade_in_back a:before{
    transform: skewX(-30deg);
    animation-name: slide;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-delay: .1s;
    animation-direction: alternate;
    background: linear-gradient( to right, rgb(255 255 255 / 52%) 0%, rgb(255 255 255 / 49%) 77%, rgba(255, 255, 255, 0.5) 92%, rgb(255 255 255 / 72%) 100% );
}
.image-fade_in_back a:before{
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 70px;
    height: 100%;
    background: rgba(255,255,255, 0.3);
}

/*-------------------Khuyến mãi CSS ------------*/
.wvn-gift {
	margin-bottom: 15px;
	margin-top: 30px;
	background: white;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ef0b0b;
	font-size: 15px;
	width: 100%;
}
.wvn-gift .tieu-de {
	background: #e31616;
	padding: 2px 20px;
	margin-top: -24px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	display: block;
	max-width: 207px;
	border-radius: 99px;
}
.wvn-gift ul {
	margin-bottom: 4px;
}
