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

/*************** ADD CUSTOM CSS HERE.   ***************/
.flex-col.hide-for-medium.flex-center {
	min-width: 350px;
}

.flex-col.hide-for-medium.flex-center button[type="submit"] {
	    border-radius: 0 10px 10px 0;
	min-height: 37.5px;
	height: 37.5px;
}

.flex-col.hide-for-medium.flex-center input[type="search"] {
	    border-radius: 10px 0 0 10px;
	
	height: 38px;
	min-height: 38px;
}

.acf-input-wrap input[type="number"]:after {
    content: attr(data-tooltip); /* Hiển thị nội dung của thuộc tính data-tooltip */
    position: absolute;
    display: none;
    background-color: #000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    top: -30px; /* Điều chỉnh vị trí tooltips phía trên */
    left: 50%; /* Điều chỉnh vị trí tooltips ở giữa */
    transform: translateX(-50%);
}

.acf-input-wrap input[type="number"]:focus:after {
    display: block; /* Hiển thị tooltips khi input được focus */
}
.form-search-customer {
    display: flex;
    max-width: 600px;
    margin: 30px auto;
}
.form-search-customer input[type="number"] {
	    border-radius: 100px 0 0 100px;
	height: 48px;
	padding-right: 20px;
}

.form-search-customer input[type="submit"] {
	    border-radius: 0 100px 100px 0;
	    width: 100%;
    background-color: #4CAF50;
	height: 48px;
	width: 140px;
}


.customer-management table {
	margin: 30px 0;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.customer-management th, .customer-management td {
	padding: 15px 10px;
}

.customer-management thead {
    background-color: #ee4d2d;
}

.customer-management thead th {
	color: white;
	font-weight: 700;
}

.deposit-title {
	    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px;
}

.button-deposit {
	    background: #ee4d2d !important;
    padding: 8px 35px;
    display: inline-block;
    margin-bottom: 25px;
    color: white;
    border-radius: 5px;
	    font-size: 18px;

}

.button-deposit:hover {
	color: white;
}

.button-deposit i {
	margin-right: 10px;
}


.menu-float-deposit {
	    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.menu-float-deposit .button-deposit {
	    margin-bottom: 0;
    border-radius: 0;
    width: 100%;
    text-align: center;
}

.form-deposit .wpcf7-submit {
	    text-align: center;
    width: 100%;
    background-color: #4CAF50 !important;
}

.form-deposit .wpcf7-submit input {
	border-radius: 5px;
}

.nav-dropdown>li.nav-dropdown-col{display:block}
.nav-dropdown{border:1px solid #ddd; padding:0}
.nav-dropdown .nav-dropdown-col>a, .nav-dropdown li a{font-weight:normal !important; text-transform:none !important;font-size:15px; font-weight:500}

.nav-dropdown-default>li:hover>a, .nav-dropdown .nav-dropdown-col>ul li:hover>a{color:white}

.nav-dropdown-default>li:hover{background:#be7c2c}

.nav-dropdown-default>li>a{border-bottom:0 !important}.nav-dropdown-has-arrow li.has-dropdown:before{border-width: 10px;
    margin-left: -10px;}

.nav-dropdown .nav-dropdown-col>ul{border: 1px solid #d2d2d2;margin-top:-40px;box-shadow: 2px 2px 5px #828282;display:none;position: absolute;
    left: 100%;z-index: 9;background: white;min-width: 240px;}

.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}

.nav-dropdown .nav-dropdown-col>ul li a{padding:10px;  text-transform: none;color:black}

.header-nav li.nav-dropdown-col:hover >ul{display:block !important}

.table-product {
	border: 1px dashed #d0021c;
    margin-bottom: 15px;
    padding: 20px 10px 20px 10px;
    border-radius: 5px;
}

.table-product td, .table-product th {
	color: black;
}
.product-small .box-image a {
	    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 133.33%;
    position: relative;
}

.product-small .box-image a img {
	    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border-radius: 10px;
}
div.product-small .image-fade_in_back img{
    border-radius: 10px !important;
    
}

.header-bottom .nav > li > a {
	color: #444;
}

.header-bottom .nav > li.current-menu-item > a {
	color: black;
}

.ivole-meter {
    background: #e9ecef;
    box-shadow: none;
    height: 12px;
    border-radius: 100px;
}

.ivole-meter .ivole-meter-bar {
    border: none;
    box-shadow: none;
    background: #ffbc00;
}

.ivole-histogram-a, .ivole-histogramCell1, .ivole-histogramCell3 {
	    font-size: 14px;
    color: #333;
}

.cr-ajax-reviews-add-review {
	    border: none !important;
    background: #eec67d !important;
    padding: 5px 20px !important;
}

.rank-math-breadcrumb, .rank-math-breadcrumb a {
	font-size: 15px;
	font-weight: 500;
}
.rank-math-breadcrumb a{
    color: #a16800;
	font-weight: 600;
}
span.amount {
    color: #d32114;
	font-weight: 700;
}
.product-small span.amount {
	font-weight: 500;
}


.de-lai-sdt {
    margin-top: 8px;
    background: #34B276;
    padding: 10px 10px 2px 10px;
    border-radius: 3px;
	margin-bottom: 30px;
}

.de-lai-sdt .wpcf7-spinner {
    position: absolute;
    margin-top: 15px;
    margin-left: 0px;
}

.de-lai-sdt .wpcf7-form-control-wrap.tel {
	float: left;
	width: 80%;
}
.de-lai-sdt .wpcf7 {
    color: #333;
    position: relative;
}
.de-lai-sdt .wpcf7-text {
    font-size: 13.5px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 3px!important;
}

.de-lai-sdt .wpcf7-submit {
    background: #0d7142!important;
    margin-right: 0px!important;
    border-radius: 3px!important;
    height: 25px;
    margin-bottom: 0px!important;
    font-size: 13.5px;
}

#dat-hang-ngay input {
	border: 1px solid #446084;
}

#dat-hang-ngay .wpcf7-submit {
	border: 1px solid #b20000;
    background: #d40a0a !important;
    width: 100%;
	    padding: 3px 0px;
}

#show-price .wpcf7-submit {
	    text-align: center;
    width: 100%;
    border-radius: 5px;
	margin-bottom: 0;
    background-color: #4CAF50;
}

#show-price {
	text-align: center;
	    padding: 30px 20px 0 !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.nav-dropdown-bold .nav-column li>a, .nav-dropdown.nav-dropdown-bold>li>a {
    font-size: 15px;
}

.woocommerce-variation-add-to-cart {
	display: none;
}
.float-contact {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99999;
}
.chat-zalo, .chat-facebook, .call-hotline, .lich-hen {
  display: block;
  margin-bottom: 6px;
  line-height: 0;
}

.back-to-top {
	margin-bottom: 80px;
}
.related-products-wrapper .product-title {
	display: inline;
}
h1.product-title{
    font-size: 18px !important;
    
}
.product-short-description{
    font-size: 14px;
}
.header-top {
    color: #222;
    font-size: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(153 153 153 / 20%);
}

.page-template-page-transparent-header-light .header-top {
	background-color: transparent !important;
	  color: white;
	
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.page-template-page-transparent-header-light .header-top .nav>li>a {
	color: white;
}

.header-top .nav>li>a {
    font-size: 18px !important;
    text-transform: uppercase;
	    padding: 0 !important;
	color: #222;
}

.header-top .social-icons {
	color: #222;
}


.page-template-page-transparent-header-light .header-top .social-icons {
	color: white;
}

.price-wrapper {
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	
}
.section-product .price-wrapper {
	text-align: left;
    font-size: 18px;
    background-color: #fafafa;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.section-product .price-wrapper p {
	margin-bottom: 0 !important;
}

.section-product .price-wrapper>.price> .title-price {
	font-size: 15px;
    font-weight: 600;
    margin-right: 30px;
}

.section-product .col {
	padding-bottom: 0;
}

.tab-product > ul>li.active > a {
    color: #ffffff;
    background: #ffb202;
    font-weight: 700;
}

.tab-product >.nav>li>a {
    color: yellow;
	font-size: 15px;
	padding: 3px 25px;
	border-radius: 0;
}

.tab-product >.nav {
	border: 1px solid #FFD700;
    padding: 0;
    margin: 0 -10px;
	background-color: #642e2e;
}


.single .product-info .price-wrapper {
	text-align: left;
}

.single .product-main {
	padding-bottom: 0;
}

.product-section {
	border-top: none;
}

.header-bottom .nav > li > a {
	font-size: 14px;
}

.page-template-page-transparent-header-light .nav > li > a {
	color: white;
	opacity: 1 !important;
}

.page-template-page-transparent-header-light .header-bottom .nav > li.current-menu-item > a {
	color: white;
}

.header .header-wrapper, .header-wrapper.stuck {
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
}


.section-title b {
	    opacity: 1;
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}


.section-home-2 {
	padding: 50px 0 0 !important;
}

.section-home-3 {
	padding: 40px 0 20px !important;
}

.section-home-2 img {
	    border-radius: 10px;
	border: 2px solid #d9d9d9;
}

.section-home-2 .box-text p {
	    text-transform: uppercase;
    font-size: 14px;
}

.section-home-2 .box-text {
	padding: 10p 0;
}

h2.section-title .section-title-main {
	font-size: 26px;
	font-weight: 500;
}

.section-home-1 .text p {
	    text-shadow: -1px 3px 5px rgba(0,0,0,0.3), 0px -4px 10px rgba(255,255,255,0.3);
}

.title-wrapper .category {
	text-align: center;
}

.box-text .product-title a {
	    color: #222;
    font-size: 13px;
    line-height: 25px;
	text-align: center;
}

.related-products-wrapper .title-wrapper {
	    display: inline-table;
}

.related-products-wrapper .box-text {
	   min-height: 150px;
}
.section-home-10 {
	padding: 50px 0 0 !important;
}
.section-home-10 p {
	    text-shadow: -1px 3px 5px rgba(0,0,0,0.3), 0px -4px 10px rgba(255,255,255,0.3);
}

.price-extra table {
	width: 100%;
}

.price-extra table td {
	    font-size: 15px;
    text-transform: inherit;
    letter-spacing: normal;
	color: black;
    font-weight: 500;
}

.price-extra table td strong {
	width: 100px;
    display: inline-block;
}

.price-extra table td:nth-child(1) {
	width: 140px;
    font-weight: 600;
}

.price-extra li {
	font-size: 14px;
	font-weight: 500;
}

.price-extra table {
  border: 2px dashed #ac940f;
  margin-bottom: 15px;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
  font-style: normal;
}

.price-extra table tr:nth-last-child(1) td {
	border: none;
}

.price-extra-info .woocommerce-Price-amount.amount {
	font-size: 14px;
	font-weight: normal;
	
}
.price-extra-one .woocommerce-Price-amount.amount, .price-extra-two .woocommerce-Price-amount.amount,  .price-extra-three .woocommerce-Price-amount.amount{
	font-size: 14px;
}

.price-extra .tab {
	margin: 0 0 10px;
}

.price-extra .info-price {
	display: none;
}

.price-extra .nav {
	margin-bottom: 0px;
}

.price-extra .detail-gold-price bdi {
	    color: #ea0808;
    font-weight: bold;
    font-size: 14px;
}

.price-extra .new-price {
	display: block;
	font-weight: 700;
    margin: 0 0 15px;
	font-size: 14px;
}

.price-extra .new-price {
	display: none;
}

.detail-other-price span.amount {
    font-weight: 500;
}



body.logged-in .price-extra .contact-price {
	display: none;
}

.price-extra .tab a {
	  text-align: center;
    color: #999;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 5px;
    min-width: 105px;
    display: initial;
    margin-right: 10px;
    box-shadow: 0 0 0 0.07rem #999;
    cursor: pointer;
    font-weight: 400;
}
/*Truong- khai bao nút vàng 10k 18k 24k*/
.price-extra .tab.active a {
	color: PapayaWhip;
    font-weight: 700;
     background-color: SeaGreen;
     border: 1px solid yellow;
}
.price-extra .tab.active a:active {
    border: 1px solid red;
    background-color: SandyBrown;
}

.price-extra .tab a:before {
	content: none !important;
}

.detail-gold-price {
	margin-bottom: 0;
}

.gia-mong-muon {
	display: none;
}
.contact-price a {
	color: #ea0808;
    font-weight: bold;
    font-size: 16px;
}

.tab-show-price-title {
	margin-bottom: 15px;
}
.comment-review {
	display: none;
}
.single-product .comment-review {
	display: block;
	margin-bottom: 6px;
    line-height: 0;
}

.price-extra.other span.amount {
	font-size: 15px;
}
.cta-bao-gia {
	background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.cta-bao-gia form {
	margin-top: 10px;
}
.ghi-chu-quan-trong {
	font-size: 14px;
}
.price-select-extra {
	display: block !important;
}
.ghi-chu-vang {
	    font-size: 14px;
    margin-bottom: 15px;
    border-top: 1px solid gainsboro;
    padding-top: 10px;
	margin-bottom: 0;
}


.gia-mong-muon bdi {
	color: #ea0808;
}

.tien-coc {
	color: #ea0808;
	font-weight: bold;
}

.url {
	display: none;
}
.tiencoc {
	display: none;
}
.thoigian {
	display: none;
}

#dat-hang-ngay input {
	border: 1px solid #446084;
}

#dat-hang-ngay .wpcf7-submit {
	border: 1px solid #b20000;
    background: #d40a0a !important;
    width: 100%;
	    padding: 3px 0px;
}

.xdsoft_datetimepicker.xdsoft_inline {
	width: 100%;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 80%;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 25px;
    margin-bottom: 12px;
    margin-top: -20px;
}

.xdsoft_datetimepicker .xdsoft_label {
	z-index: 999;
}

.ghi-chu-dat-lich {
	font-size: 14px;
    margin-bottom: 15px;
}
.dat-lich {
	background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.tieu-de-dat-lich {
	    font-size: 14.5px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.gia-mong-muon {
	font-size: 14px;
    margin-bottom: 10px;
}

.canh-bao-ngay, .canh-bao-tragia {
	    margin-top: -10px;
    position: relative;
    padding: 5px 8px;
    line-height: 1.2em;
    border-radius: 3px;
    opacity: .8;
    background-color: #f1f1f1;
    color: #b20000;
}
.ngay-nhan-hang {
	font-size: 14px;
	margin-bottom: 10px;
}

.lightbox-content {
	border-radius: 5px;
}

.wpcf7-form-control-wrap.ngay {
	text-align: center;
	margin-bottom: 15px;
}

.title-dat-hang {
	    border-bottom: 2px solid #446084;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #446084;
}
.cta-note a {
	    font-weight: bold;
}

.cta-note span:nth-child(1) {
	text-decoration:underline;
}


a.nhan-bao-gia {
	    width: calc(50% - 5px);
    border-radius: 5px;
    border: none;
    outline: none;
    background: #2f80ed;
    color: white;
    padding: 10px 0;
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    line-height: 25px;
    margin-right: 5px;
	margin-bottom: 10px;
}

a.dat-hang-ngay {
	font-size: 16px;
	background-color: #d0021c;
    width: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    color: white;
    padding: 15px 0;
    display: grid;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
	
	margin-bottom: 10px;
}


.product-section .row {
    display: block;
}

.product-section .row>.col {
       flex-basis: 100%;
    max-width: 100%;
}

.de-lai-sdt {
     margin-top: 8px;
    background: #34B276;
    padding: 10px 10px 2px 10px;
    border-radius: 3px;
	    margin-bottom: 30px;
}

.de-lai-sdt .wpcf7-spinner {
  
    position: absolute;
    margin-top: 15px;
    margin-left: 0px;
}

.de-lai-sdt .wpcf7-form-control-wrap.tel {
	float: left;
	width: 80%;
}
.de-lai-sdt .wpcf7 {
    color: #333;
    position: relative;
}
.de-lai-sdt .wpcf7-text {
    font-size: 13.5px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 3px!important;
}

.de-lai-sdt .wpcf7-submit {
    background: #0d7142!important;
    margin-right: 0px!important;
    border-radius: 3px!important;
    height: 25px;
    margin-bottom: 0px!important;
    font-size: 13.5px;
}

.youtube {
 position:relative;
 padding-bottom:56.25%;
 padding-top:30px;
 height:0;
 overflow:hidden;
 }

.youtube iframe, .youtube object, .youtube embed {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
}

.product-section .entry-content {
	    border: 1px solid #e8e8e1;
    padding: 50px;
}

.product-section h5 {
	    font-size: 26px;
    font-weight: 500;
}


.vertical-thumbnails::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #a8a8a8;
}

.vertical-thumbnails::-webkit-scrollbar {
  width: 6px;
  background-color: #a8a8a8;
}

.vertical-thumbnails::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #a8a8a8;
}


.page-template-page-transparent-header-light .stuck .header-top a, .page-template-page-transparent-header-light .stuck .header-top  {
	color: #333 !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.tab-product >.nav {
		    margin: 0;
    display: block;
	}
	
	.page-template-page-transparent-header-light .nav > li > a {
    color: #555;
    opacity: 1 !important;
}

	
	.tab-product >.nav>li>a {
    font-size: 11px;
    padding: 3px 8px;
}
	
	.single table {
		width: 100% !important;
	}
.price-extra .tab a {
    text-align: center;
    color: #999;
    font-size: 13px;

}

/*Customize Trương Nguyễn */

.tab-product .tab-panels table{
    padding-left: 5px;
    color: red;
    
}

.tab-mo-ta-san-pham-truong ul li a{
    font-size: 13px;
}
.sanpham-description .tab-panels #tab_thông-tin{
    border: 0px !important;
    
}

















