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


}

/* global */
.isures-global--row .col-inner {
    border-radius: 5px;
    box-shadow: 0 0 3px 0 #dee2e6;
}
.isures-global--section{
	padding-bottom: 0!important
}
.isures-global--effect_img a{
	overflow: hidden;
	display: block;
	position: relative;
}
.isures-global--effect_img a:before{
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(-45deg,transparent,rgba(255,255,255,.4),transparent);
	transition: 0.2s;
	transition-delay: 0.2s;
	z-index: 1
}
.isures-global--effect_img a:hover:before{
	left: 100%;
}

.isures-flashsale--title .section-title.section-title-normal {
	border: none;
	margin: 0;
}
.isures-flashsale--title span.section-title-main {
    border: none;
    margin: 0;
    text-transform: capitalize;
    color: var(--isures-primary-color);
    background: #fff;
    margin-bottom: -15px;
    margin-left: 15px;
    position: relative;
    z-index: 2;
    padding: 5px 15px;
}

/*H2 sản phẩm*/
.product-page-sections .product-section:nth-child(1) .panel.entry-content h2{
overflow: hidden;
padding: 0 0 0 52px;
position: relative;
border-bottom: 3px solid #222;
min-height: 36px;
margin: 0 0 18px;
font-size: 19px;
line-height: 1.3;
}
span.h2_counter {
position: absolute;
left: 0;
top: -2px;
bottom: 0;
padding: 0 10px;
background: #212121;
color: #fff;
font-size: 20px;
line-height: 38px;
min-width: 38px;
display: inline-block;
text-align: center;
margin-right: 8px;
}
span.h2_content {
display: block;
}
.product-page-sections .product-section ~ .product-section {
border-top: 1px solid rgba(0,0,0,0.1);
padding-top: 30px;
}
/*H2 sản phẩm*/