/*
Theme Name: Theme Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.btn-product a.button {
	width: 100%;
	border: 1px solid !important;
}
.tab-danhmuc ul.nav.nav-simple {
    position: absolute;
    top: 0;
}
.product-single__summary .is-divider {
	display: block !important;
}

.popup-descriptons-2{
	position: absolute;
	top: calc(100% + 15px);
	left: 0;
	width: 100%;
	padding: 15px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	display: none;
	z-index: 99;
}

a.btn-hover-2:hover .popup-descriptons-2 {
	display: block !important;
}

.popup-descriptons-2  .section-title b {
    display: none;
}
a.btn-hover-2 svg {
    height: 13px;
}
a.btn-hover-2 {
    font-size: 13px;
    font-weight: 700;
}

a.btn-hover-2 h5{
    font-size: 18px;
}

.popup-descriptons {
	position: absolute;
	top: calc(100% + 15px);
	left: 0;
	width: 100%;
	padding: 15px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	display: none;
	z-index: 99;
}
.popup-descriptons p {
    margin-bottom: 0;
    color: #222;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
}
.button.primary.btn-hover {
	position: relative; /* rất quan trọng */
}

.button.primary.btn-hover:hover .popup-descriptons {
	display: block !important;
}

a#khacten {
	background-color: #FF0000;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	width: 100%;
	line-height: 20px;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
}
a#khacten span.text {
	font-size: 16px;
	font-weight: 400;
}

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


}