/*
Theme Name: flatsome-child
Description: Day la child theme flatsome
Author: Nhan
Template: flatsome
Version: 3.19.9.1.10
*/
.expired-overlay{
	background: red;
    color: white;
    border-radius: 99px;
    font-size: 89%;
    display: flex;
    justify-content: center;
}
.coupon_expiry.text-info {
    color: #c51414;
    font-weight: bold;
    margin-bottom: 10px;
}
.list-infore li:last-child {
	display: none !important;
}

.coupon_title{
	    color: var(--primary-color);
}
.coupon_desc{
	    font-size: 12px;
}
.icon-box-right .icon-box-img+.icon-box-text {
	padding-right:unset !important;
}
.input-icon p {
	margin-bottom: 0 !important;
}

.input-icon {
	position: relative;
	margin-bottom: 1em;
}

.input-icon input, .input-icon select {
	margin-bottom: 0;
	padding-left: calc(48px + .75em);
}

.input-icon i {
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 1;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #c60000;
	color: #FFFFFF;
	font-size: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 1px 1px #c60000;
}

/* .sliderBanner .flickity-viewport {
overflow: visible;
} */

.sliderBanner .banner {
	margin: 0 15px !important;
	border-radius: 40px;
	width: 1720px !important;
}

.header-wrapper {
/* 	position: relative; */
	border-bottom: 1px solid #eaeaea;
}

.sliderBanner img {
	border-radius: 40px;
}

.sliderBanner .banner.is-selected img {
	border-radius: 0px !important;
}

.flickity-slider {
	transition: transform 0.3s linear !important;
}

.sliderBanner .banner::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 30px;
	height: 130px;
	background: url(../../uploads/2025/04/main_slide_left_bg.png) no-repeat 50%;
	opacity: 0;
	transition: 0.6s;
	z-index: 1;
}

.sliderBanner .banner::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 30px;
	height: 130px;
	background: url(../../uploads/2025/04/main_slide_right_bg.png) no-repeat 50%;
	opacity: 0;
	transition: 0.6s;
	z-index: 1;
}

.sliderBanner:hover .banner.is-selected::before,
.sliderBanner:hover .banner.is-selected::after {
	opacity: 1;
	transition: 0.6s;
}

.slider-nav-light .flickity-prev-next-button .arrow,
.slider-nav-light .flickity-prev-next-button svg {
	fill: #292828 !important;
}

.sliderBanner .flickity-prev-next-button.previous {
	left: -0.2%;
}

.sliderBanner .flickity-prev-next-button.next {
	right: -0.2%;
}

.dot.is-selected {
	width: 32px;
	border-radius: 20px;
}

.dot {
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 10px;
}

.radiusLeft,
.radiusLeft .banner-bg img {
	border-radius: 20px 0 0 20px;
}

.radiusRight,
.radiusRight .banner-bg img {
	border-radius: 0 20px 20px 0;
}

.tabSptn .text-left {
	font-weight: 600;
	font-size: 20px;
}

.tabSptn .nav {
	position: absolute;
	top: -3px;
	left: 230px;
}

.tabSptn li > a {
	padding: 3px 0;
}
.nav-uppercase > li > a {
	letter-spacing: 0;
}

.tabSpVertical ul li a {
	border-radius: none !important;
}

.tabSpVertical ul li {
	width: 290px !important;
	height: 50px;
	margin: 0 17px 15px 0 !important;
	border: none;
	display: flex;
	align-items: center;
	width: 270px;
	height: 60px;
	line-height: 1.2;
	margin: 0 17px 15px 0;
	padding: 0 0 0 20px;
	color: #515050;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	border-radius: 10px;
	background: #f8f8f8;
	box-sizing: border-box;
	opacity: 1;
	transition: 0.3s;
}

.tabSpVertical .nav-vertical {
	flex-flow: wrap !important;
	margin-top: 10px;
	display: inline-block;
}

.tabSpVertical .tab-panels {
	border: none !important;
}

.tabSpVertical ul li.active {
	position: relative;
	width: 380px !important;

	background: var(--primary-color);
	transition: 0.3s;
}

.tabSpVertical ul li.active a {
	color: #fff;
	font-weight: 600;
}

.tabSpVertical ul li::before {
	display: inline-block;
	width: 44px;
	height: 40px;
	margin: 0 10px 0 0;
	background-image: url(../../uploads/2025/04/sp_main.png);
	background-repeat: no-repeat;
	content: "";
}

.tabSpVertical ul li:nth-child(1)::before {
	background-position: -13px -3px;
}

.tabSpVertical ul li.active:nth-child(1)::before {
	background-position: -13px -68px;
}

.tabSpVertical ul li:nth-child(2)::before {
	background-position: -60px -6px;
}

.tabSpVertical ul li.active:nth-child(2)::before {
	background-position: -60px -71px;
}

.tabSpVertical ul li:nth-child(3)::before {
	background-position: -112px -5px;
}

.tabSpVertical ul li.active:nth-child(3)::before {
	background-position: -112px -71px;
}

.tabSpVertical ul li:nth-child(4)::before {
	background-position: -167px -5px;
}

.tabSpVertical ul li.active:nth-child(4)::before {
	background-position: -167px -71px;
}

.tabSpVertical ul li:nth-child(5)::before {
	background-position: -228px -7px;
}

.tabSpVertical ul li.active:nth-child(5)::before {
	background-position: -228px -71px;
}

.tabSpVertical ul li:nth-child(6)::before {
	background-position: -274px -6px;
}

.tabSpVertical ul li.active:nth-child(6)::before {
	background-position: -274px -71px;
}

.tabSpVertical ul li.active::after {
	display: inline-block;
	position: absolute;
	top: 24px;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	content: "";
}

.sliderReview .flickity-slider {
	padding-top: 75px;
	transition: transform 0s linear !important;
}

.sliderReview .flickity-viewport {
	height: 390px !important;
}

.sliderReview .testimonial-text p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.4;
	color: #373737;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	letter-spacing: -1px;
}

.sliderReview .slider-style-focus .flickity-slider > :not(.is-selected) {
	transform: scale(1);
	opacity: 1;
}

.sliderReview .flickity-slider .row {
	margin-right: 50px;
}

.sliderReview .testimonial-image::after {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 10px;
	left: 4px;
	line-height: 1.2;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--primary-color);
	color: #fff;
	font-size: 16px;
	white-space: pre;
	content: "";
	font-weight: 600;
}

.sliderReview .row:nth-child(1) .testimonial-image::after {
	content: "BEST\A 01";
}

.sliderReview .row:nth-child(2) .testimonial-image::after {
	content: "BEST\A 02";
}

.sliderReview .row:nth-child(3) .testimonial-image::after {
	content: "BEST\A 03";
}

.sliderReview .row:nth-child(4) .testimonial-image::after {
	content: "BEST\A 04";
}

.sliderReview .row:nth-child(5) .testimonial-image::after {
	content: "BEST\A 05";
}

.img-radius img {
	border-radius: 12px;
}

.blogHome img {
	border-radius: 12px;
}

.blogHome .is-divider {
	display: none;
}

.blogHome .post-title a {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.sliderWelcome p {
	margin-bottom: 0.5em !important;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 30px;
}

.sliderWelcome .welcome {
	font-size: 17px;
	letter-spacing: -0.5px;
}

.sectionTrungTam p {
	margin: 0 !important;
}

.price {
	display: flex !important;
	align-items: center;
}

.discount-percent {
	margin: 0 10px 0 0;
	color: #40b4e6;
	font-size: 16px;
	font-weight: 700;
}

.product-small.box-vertical .box-image {
	position: relative;
	width: 30%;
	height: 100%;
	margin: 0 20px 0 0;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

.secSk .badge-container {
	display: none;
}

.product-small.box-vertical .box-text {
	padding-left: 1em !important;
	padding-right: 1em !important;
}

.product-small.box-vertical .box-text .title-wrapper a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	font-weight: 600;
	margin-bottom: 10px;
}

.categoryHome .box-category {
	margin: 0 0 20px 0;
	padding: 60px 80px;
	border-radius: 20px;
	background: #f8f8f8;
	box-sizing: border-box;
}

.categoryHome .box-category .box-text {
	padding: 0;
}

.secSptn .product-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
}

.secSptn .box-image,
.tabSpVertical .box-image {
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.09) 3px 3px 10px;
}

.tabSpVertical .product-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
}

.badge-container {
	left: 83% !important;
	margin: 15px 0 0;
}

.menuHori {
	flex-direction: row !important;
	gap: 20px;
}

.menuRight {
	justify-content: end;
}

.pb-0 .col {
	padding-bottom: 0 !important;
}

.menuBold a {
	font-weight: 600;
}

.footerTop {
	border-bottom: 1px solid #eaeaea;
}

.footer-addr ul {
	list-style: none;
	margin: 0;
}

.footer-addr ul li {
	color: #727272;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding-right: 12px;
	margin: 0;
}

.copyright {
	color: #727272;
	font-size: 14px;
}

.footer-wrapper .button.icon.circle {
	border: none;
}

.btnFooter {
	height: 30px;
	color: #727272;
	font-size: 14px;
	font-weight: 500;
	border-radius: 6px !important;
	background: #f4f4f4;
}

.absolute-footer {
	display: none;
}

.top_member_box {
	display: flex;
	list-style: none;
	gap: 20px;
}

.top_member_box li {
	margin-bottom: 0;
}

.header-main .icon-user::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../../uploads/2025/04/top_mypage_ico.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.header-nav-main {
	justify-content: center;
}

.header-nav-main .searchform .flex-grow {
	width: 382px;
	height: 52px;
	box-shadow: 0 0 20px rgb(0 0 0 / 13%);
	border-radius: 40px;
	overflow: hidden;
	background: #ffffff;
}

.header-nav-main .searchform .flex-grow .search-field {
	height: 100%;
	padding: 0 30px;
	font-size: 16px;
	border-radius: 40px;
	background: #ffffff;
	border: none;
}

.header-main .flex-right .nav > li {
	margin: 0 10px;
}

.header-main {
	padding-top: 20px;
}

.header-bottom ul li a {
	color: #656565;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.5px;
}
#header-contact li a {
    color: red !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.header-bottom .flex-left ul li:nth-child(n + 5)::before {
	content: "#";
	color: var(--primary-color);
}

.header-bottom .flex-left ul li:nth-child(n + 5) a {
	color: var(--primary-color);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.hamburger-menu-container {
	position: relative;
	width: 100%;
	max-width: 100%;
}

.hamburger-menu-button {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0;
	padding: 0;
}

.hamburger-icon {
	display: inline-block;
}

.hamburger-icon span {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #656565;
	margin: 5px 0;
}

.vertical-mega-menu {
	position: absolute;
	left: 0px;
	top: 43px;
	width: 1400px;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-20px);
	transition: opacity 0.3s ease, transform 0.4s ease, visibility 0.3s;
	display: flex;
	flex-wrap: wrap;
	pointer-events: none;
	padding: 40px 0 59px;
	padding-left: 20px;
	padding-right: 20px;
}

.vertical-mega-menu.active {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.vertical-mega-menu .column {
	flex: 1;
	min-width: 200px;
}
.vertical-mega-menu .column:nth-child(1) {
	width: 450px;
	padding-right: 45px;
}

.vertical-mega-menu .column:nth-child(2) {
	width: 610px;
	padding: 0 45px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.vertical-mega-menu .column:nth-child(3) {
	width: 520px;
	padding-left: 45px;
}

.vertical-mega-menu .column-title {
	width: 100%;
	height: 45px;
	margin-bottom: 15px;
	padding-left: 18px;
	color: #094170;
	font-size: 18px;
	font-weight: 700;
	line-height: 45px;
	background: #d9f5ff;
	border-radius: 10px;
	box-sizing: border-box;
}

.vertical-mega-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 10px;
}

.vertical-mega-menu li {
	margin-bottom: 8px;
}

.vertical-mega-menu a {
	text-decoration: none;
	color: #000000 !important;
	font-size: 16px !important;
}

.vertical-mega-menu .submenu .grandchild a {
	color: #585858 !important;
	font-size: 16px;
}

.menu-parent {
	padding-left: 20px !important;
}

.vertical-mega-menu a:hover {
	color: #0073aa !important;
}

.vertical-mega-menu .submenu {
	padding-left: 15px;
	margin-top: 5px;
}

.vertical-mega-menu .grandchild {
	font-size: 13px;
	color: #777;
}

.single-product .product-main, .single-product .shop-page-title, .single-product .container {
	width: 1300px !important;
	margin: 0 auto;
}

.single-product .product-info {
	margin-left: 20px;
}

.single-product .cart {
	margin-top: 20px;
}

.single-product .cart .button {
	text-transform: none;
	border-radius: 5px;
}

.single-product .nav-tabs+.tab-panels {
	border: 1px solid #373737;
	border-left: none;
	border-right: none;
}

.single-product .tabs a {
	border: none;
}

.single-product .nav-tabs>li>a {
	background-color: transparent;
}

.single-product .tabs .active a {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-radius: 10px 10px 0 0;
	border-color: #373737 !important;
	padding: 10px 50px;
	background-color: #fff;
}

.single-product .product-short-description {
	margin-top: 20px;
	margin-bottom: 20px;
}
.single-product .product-gallery-slider .wp-post-image,
.single-product .product-gallery-slider .flickity-slider {
	/* 	width: 570px;
	height: 570px; */
	border: 0;
	border-radius: 20px;
	/* 	box-shadow: 0 2px 15px rgb(70, 70, 70, 0.3); */
	/* 	overflow: hidden; */
	box-sizing: border-box;
	transition: transform 0.1s linear !important;
}
.single-product .product-title {
	line-height: 1.1;
	font-size: 20px;
}
.is-divider {
	display: none;
}

/* .sticky-add-to-cart__product .tinv-wishlist {
	display: none;
} */

.tinv-wishlist {
	display: none;
}

.related .box-image,
.related .box-image img {
	position: relative;
	width: 100%;
	border: 0;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.09) 3px 3px 10px;
	box-sizing: border-box;
}

.related {
	border: none;
	background-color: #f8f8f8;
	width: 1400px;
	margin: 0 auto;
	position: relative;
	padding-top: 50px;
}

.related::before {
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f8f8f8;
}

.related::after {
	content: "";
	position: absolute;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f8f8f8;
}

.related .product-title a {
	font-size: 16px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.sticky-add-to-cart-wrapper .product-title-small {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.product-main {
	padding: 70px 0;
}

.archive .category-page-row,
.shop-page-title {
	width: 1400px;
	margin: 0 auto;
}

.archive .box-image,
.archive .box-image img {
	/* 	position: relative; */
	width: 100%;
	border: 0;
	/* 	border-radius: 20px; */
	box-shadow: rgba(0, 0, 0, 0.09) 3px 3px 10px;
	box-sizing: border-box;
}

.image-tools .cart-icon {
	bottom: 5px;
	left: 29%;
}

.cart-icon strong {
	background: url(../../uploads/2025/04/basket_ico.png);
	background-size: contain;
	color: transparent !important;
	background-repeat: no-repeat;
	font-size: 2em;
	border: none !important;
	background-color: transparent !important;
}

.cart-icon strong:after {
	content: none;
}

.image-tools.top {
	right: 29% !important;
	top: auto !important;
	bottom: -2px !important;
}

/* .archive .image-tools.top {
top: 257px !important;
}

.tabSpVertical .image-tools.top {
top: 81% !important; 
}
*/

.single-product .wishlist-icon {
	display: none;
}
.tabSpVertical .image-tools .cart-icon {
	left: 35%;
}

.secSk .image-tools.top {
	top: 0% !important;
	right: 21% !important;
}

.secSk .image-tools .cart-icon {
	bottom: -1px;
	left: 23%;
}
.wishlist-button {
	background: url(../../uploads/2025/04/wish_ico.png);
	background-size: contain;
	color: transparent !important;
	background-repeat: no-repeat;
	font-size: 18px;
	border: none !important;
	background-color: transparent !important;
}

.archive .category-page-row .product-title a {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
}

.iconBorder {
	box-shadow: -4px 4px 4px 0px #00000017;
	border-radius: 20px;
	position: relative;
	background: rgb(248, 248, 248);
	padding: 20px 37px 10px 15px;
	/* 	height: 165px; */
}

.iconBorder:after {
	background: var(--primary-color);
	content: "";
	position: absolute;
	top: -20px;
	left: -20px;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 20px;

}

.iconBorder .icon-box-img {
	position: absolute;
	right: -8%;
	top: 50%;
	background: var(--primary-color);

	transform: translateY(-50%);
	border-radius: 99px;
	padding: 17px;
	WIDTH: 60PX !important;
	HEIGHT: 60PX !important;
	/* 	position: relative; */
}

.iconBorder .icon-box-img::after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	border: 5px solid var(--primary-color);
	border-radius: 99px;
	z-index: 1;
	width: 132%;
	height: 132%;
	clip-path: inset(0 0 0 55%);
}
.iconBorder2 .icon-box-img {
	position: absolute;
	    right: 40%;
    top: 56%;
	background: white;
	transform: translateY(-50%) !important;
	border-radius: 99px;
	padding: 12px;
	WIDTH: 60PX !important;
	HEIGHT: 60PX !important;
	border: 2px solid var(--primary-color);
	z-index:99999;
}
.iconBorder2 .icon-box-img img{
	filter: invert(1); 

}


.iconBorder .icon-box-text{
	padding-left: 0 !important;
}
.icon-box-img img, .icon-box-img svg {
	padding-top: 0;
}

.title-rayder {
	background: var(--primary-color);
	padding: 10px;
	border-radius: 12px;
	text-align: center;
	/* margin-bottom: 0; */
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
}

.title-rayder p{
	margin-bottom: 0;
}

.contentRayderTen p{
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #D9D9D9;
}

.p-40 .col {
	padding: 0 40px 30px !important;
}

.icDanhGiaNgDung .icon-box-text {
	background: #FFFFFF;
	border-radius: 20px;
	padding: 90px 40px 30px 40px;
}

.icDanhGiaNgDung {
	position: relative;
}

.icDanhGiaNgDung .icon-box-img {
	position: absolute !important;
	top: -20%;
	left: 50%;
	transform: translateX(-50%);
}

.icDanhGiaNgDung .icon-box-img::after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: 115%;
	height: 115%;
	background: linear-gradient(133.91deg, #B4D8FF 20.06%, #236BBB 84.35%);
	border-radius: 99px;
	z-index: -1;
	clip-path: inset(0 0 57% 0);
	box-sizing: border-box;
}

.icDanhGiaNgDung .icon-box-img img {
	width: 132px;
	height: 131px;
	border-radius: 99px;
}

.sliderReview .flickity-button-icon, .sliderReviewChuyenGia .flickity-button-icon {
	display: none !important;
}

.sliderReview .flickity-button.previous, .sliderReviewChuyenGia .flickity-button.previous{
	background: url('../../uploads/2025/04/arrow-left.png') no-repeat center center;
	background-size: contain;
	width: 40px;
	height: 40px;
	border: none;
	opacity: 1 !important;
}

.sliderReview .flickity-button.next, .sliderReviewChuyenGia .flickity-button.next{
	background: url('../../uploads/2025/04/arrow-right.png') no-repeat center center;
	background-size: contain;
	width: 40px;
	height: 40px;
	border: none;
	opacity: 1 !important;
}

.sliderReview .flickity-button.previous {
	left: unset;
	right: -70px;
	top: 60%;
	z-index: 2;
}

.sliderReview .flickity-button.next {
	right: -120px;
	top: 60%;
	z-index: 2;
}

.sliderReviewChuyenGia .flickity-button.previous {
	top: 50%;
	left: -20%;
}

.sliderReviewChuyenGia .flickity-button.next {
	top: 50%;
	right: -20%;
}

.icDanhGiaChuyenGia .icon-box-text {
	background: rgb(248, 248, 248);
	border-radius: 20px;
	padding: 90px 40px 30px 40px;
}

.icDanhGiaChuyenGia {
	position: relative;
}

.sliderReviewChuyenGia .flickity-viewport {
	height: 400px !important;
}

.sliderReviewChuyenGia .flickity-page-dots {
	bottom: -10px;
}
.sliderReviewChuyenGia .flickity-slider {
	padding-top: 90px;
}

.icDanhGiaChuyenGia .icon-box-img {
	position: absolute !important;
	top: -26%;
	left: 50%;
	transform: translateX(-50%);
}

.iconDanhgiaTop {
	position: absolute;
	width: 80px !important;
	top: -9%;
}

.iconDanhgiaBottom {
	position: absolute;
	width: 60px !important;
	bottom: -6%;
	right: 4%;
}

.icDanhGiaChuyenGia .icon-box-img::after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: 115%;
	height: 115%;
	background: linear-gradient(133.91deg, #B4D8FF 20.06%, #236BBB 84.35%);
	border-radius: 99px;
	z-index: -1;
	box-sizing: border-box;
}

.formUuDai .d-flex p{
	display: flex;
	gap: 10px;
}

.formUuDai .d-flex p .wpcf7-form-control-wrap {
	width: 100%;
}
.formUuDai input, .formUuDai select {
	min-height: 3rem;
	border-radius: 8px;
}
.formUuDai input[type=submit] {
	margin: 0;
	background: #c60000;
	min-height: 3rem;
	border-radius: 8px;
}

.formUuDai .wpcf7-spinner {
	display: none;
}

.formUuDai .img-inner, .formUuDai .img {
	height: 100% !important;
}

.wpcf7-submit {
	background-image: url(../../uploads/2025/05/paper-plane.png) !important;
	background-repeat: no-repeat !important;
	background-position: left 10px center !important;
	padding-left: 40px !important;
	background-size: 20px auto !important;
	color: #FFFFFF
}

.wpcf7 form .wpcf7-response-output {
	margin-top: 0.3rem;
}

.single-product p {
	margin-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
	.iconBorder2 .icon-box-img {
		position: absolute;
		right: 42%;
		top: 70% !important;
		background: white;
		transform: translateY(-50%) !important;
		border-radius: 99px;
		padding: 12px;
		WIDTH: 60PX !important;
		HEIGHT: 60PX !important;
		border: 2px solid var(--primary-color);
		z-index: 9999;
}
	.input-icon .combo-list .price {
		color: red;
		font-weight: bold;
		flex-wrap: wrap !important;
	}
	.h-custom-h4 h4{
		height: 100% !important;
	}
	.formUuDai .d-flex .input-icon {
		width: 100% !important;
	}
	.sliderReviewChuyenGia .flickity-viewport {
		height: 523px !important;
	}

	.single-product .small-nav-collapse>li {
		width: 35%;
	}

	.single-product .tabs .active a {
		padding: 10px 0px;

	}

	.single-product .tabs a {
		text-align: center;
	}

	.single-product .nav-tabs+.tab-panels {
		padding: 0;

	}

	.single-product .tab-panels .entry-content {
		margin-top: 20px;
	}

	.single-product .nav-center {
		justify-content: start;
	}

	.product-main {
		padding-bottom: 0 !important;
	}

	.single-product .ux-quantity {
		width: 100%;
	}

	.iconDanhgiaTop {
		width: 50px !important;
		top: -5%;
		left: 5%;
	}

	.iconDanhgiaBottom {
		width: 40px !important;
		bottom: -3%;
		right: 4%;
	}

	.sliderReviewChuyenGia .flickity-slider {
		padding-top: 115px;
	}
	.flickity-slider {
		transition: transform 0.1s linear !important;
	}

	.sliderBannerMb .banner {
		margin: 0 !important;
		border-radius: 0px;
	}

	.sliderBannerMb img {
		border-radius: 0px;
	}

	.header-main {
		height: 60px;
	}

	.header-main {
		padding-top: 7px;
	}

	.header-bottom-nav {
		padding: 0 7px 0 0;
		white-space: nowrap;
		justify-content: start;
		flex-wrap: nowrap;
	}

	.header-bottom-nav li {
		display: inline-block;
		width: auto;
		font-size: 15px;
	}
	.flex-grow {
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.flex-grow::-webkit-scrollbar {
		display: none;
	}

	.sliderBannerMb .banner::before {
		content: none;
	}

	.sliderBannerMb .banner::after {
		content: none;
	}

	.categoryHome .box-category {
		padding: 25px;
		display: flex;
		margin-bottom: 10px;
		border-radius: 10px;
		background: #f8f8f8;
		margin: 0;
	}

	.categoryHome .box-category h5 {
		font-size: 0.5em;
	}

	.categoryHome .box-category .button {
		display: none !important;
	}

	.tabSptn .text-left {
		font-size: 16px;
		letter-spacing: 0;
	}

	.tabSptn .nav {
		top: -6px;
		left: 185px;
	}

	.tabSptn li > a {
		padding: 3px 0;
		font-size: 13px;
	}

	.nav-line-bottom > li > a:before,
	.nav-line-grow > li > a:before,
	.nav-line > li > a:before {
		height: 2px;
	}

	.sliderWelcome p {
		font-size: 25px;
	}

	.sectionTrungTam img,
	.sectionTrungTam .banner {
		border-radius: 8px;
	}

	.sectionTrungTam .col {
		padding-bottom: 9.8px !important;
	}

	.secSk .box-vertical {
		display: flex;
	}

	.secSk .box-vertical .box-image {
		width: 35% !important;
		margin: 0;
	}

	.tabSpVertical .nav-vertical {
		display: flex;
		flex-wrap: nowrap !important;
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
		overflow-y: hidden;
	}

	.tabSpVertical .nav-vertical::-webkit-scrollbar {
		display: none;
	}

	.tabSpVertical ul li {
		flex-wrap: nowrap;
	}

	.tabSpVertical ul li a {
		white-space: nowrap;
	}

	.tabSpVertical ul li {
		display: flex;
		align-items: center;
		padding: 0 10px;
		width: auto;
		height: 35px;
		line-height: 35px;
		color: #a8a8a8;
		font-size: 15px;
		background: #f8f8f8;
		border-radius: 5px;
		margin: 0 10px 0 0 !important;
	}

	.tabSpVertical ul li a {
		text-transform: none;
	}

	.tabSpVertical ul li::before {
		margin: 0;
		margin-right: 6px;
		width: 25px;
		height: 25px;
		background-image: none;
	}

	.tabSpVertical ul li.active::after {
		content: none;
	}

	.tabSpVertical ul li:nth-child(1)::before {
		background-image: url("../../uploads/2025/04/for_you_tab_ico01.png");
		background-repeat: no-repeat;
		background-position: center !important;
		background-size: cover !important;
	}

	.tabSpVertical ul li.active:nth-child(1)::before {
		background-image: url("../../uploads/2025/04/for_you_tab_ico01_on.png");
	}

	.tabSpVertical ul li:nth-child(2)::before {
		background-image: url("../../uploads/2025/04/for_you_tab_ico02.png");
		background-repeat: no-repeat;
		background-position: center !important;
		background-size: cover !important;
	}

	.tabSpVertical ul li.active:nth-child(2)::before {
		background-image: url("../../uploads/2025/04/for_you_tab_ico02_on.png");
	}

	.tabSpVertical ul li:nth-child(3)::before {
		background-image: url("../../uploads/2025/04/for_you_tab_ico03.png");
		background-repeat: no-repeat;
		background-position: center !important;
		background-size: cover !important;
	}

	.tabSpVertical ul li.active:nth-child(3)::before {
		background-image: url("../../uploads/2025/04/for_you_tab_ico03_on.png");
	}

	.tabSpVertical ul li:nth-child(4)::before {
		background-image: url("../../uploads/2025/04/for_you_tab_ico04.png");
		background-repeat: no-repeat;
		background-position: center !important;
		background-size: cover !important;
	}

	.tabSpVertical ul li.active:nth-child(4)::before {
		background-image: url("../../uploads/2025/04/for_you_tab_ico04_on.png");
	}

	.tabSpVertical ul li:nth-child(5)::before {
		background-image: url("../../uploads/2025/04/for_you_tab_ico05.png");
		background-repeat: no-repeat;
		background-position: center !important;
		background-size: cover !important;
	}

	.tabSpVertical ul li.active:nth-child(5)::before {
		background-image: url("../../uploads/2025/04/for_you_tab_ico05_on.png");
	}

	.tabSpVertical ul li:nth-child(6)::before {
		background-image: url("../../uploads/2025/04/for_you_tab_ico06.png");
		background-repeat: no-repeat;
		background-position: center !important;
		background-size: cover !important;
	}

	.tabSpVertical ul li.active:nth-child(6)::before {
		background-image: url("../../uploads/2025/04/for_you_tab_ico06_on.png");
	}

	.sp80 .flickity-slider > div {
		width: 80% !important;
		max-width: 80% !important;
		padding: 0 5px !important;
	}

	.sp80 .flickity-viewport {
		overflow: visible;
	}

	.order1 {
		order: 1;
	}

	.order2 {
		order: 2;
	}

	.menuHori {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 0px;
	}

	.menuHori .ux-menu-link {
		flex: 0 0 50%;
		box-sizing: border-box;
	}

	.menuHori .ux-menu-link__link {
		min-height: 1em;
		padding-bottom: 0em;
		padding-top: 0;
		font-size: 13px;
	}

	.footer-wrapper .icon-box {
		align-items: center;
	}

	.footer-wrapper .icon-box-img img {
		padding-top: 0 !important;
	}

	.footer-addr ul li {
		font-size: 12px;
	}

	.nav > li > a > i.icon-search::before {
		content: "";
		background: url(../../uploads/2025/04/top_search_ico.png);
		background-size: cover;
		background-repeat: no-repeat;
		width: 27px;
		height: 27px;
		display: block;
	}

	.product-main {
		padding: 40px 0;
	}

	.single-product .product-main, .single-product .container {
		width: 100% !important;
		margin: 0 auto;
	}

	/* 	.single-product .product-gallery-slider .wp-post-image,
	.single-product .product-gallery-slider .flickity-slider,
	.single-product .product-gallery-slider .flickity-viewport {
	width: 100%;
	height: 100%;
	border-radius: 12px;
}
	*/
	.related {
		width: 100%;
		padding-top: 30px;
	}

	.related .product-title a {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.archive .category-page-row,
	.shop-page-title {
		width: 100% !important;
		margin: 0 auto;
	}


	.single-product .product-info {
		margin-top: 20px;
		margin-left: 0px;
	}

	.single-product .shop-page-title {
		width: 100% !important;
		margin: 0 auto;
	}
	.archive .category-page-row .product-title a {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.image-tools.top.right {
		display: none;
	}
}
.text.h-custom{
	height: 85px;
}
.combo-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.combo-list li {
	width: calc(50% - 3px);
	margin: 0 !important;
	position: relative;
	font-size: 14px;
}
.combo-list li input {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	margin: 0;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}
.combo-list .wrap-text {
	border: 1px solid #ebebeb;
	padding: 10px 10px 10px 20px;
	border-radius: 20px;
	display: flex;
	position: relative;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}
.combo-list input:checked~.wrap-text {
	background: #fff8eb;
}
.combo-list input:checked~.wrap-text:after {
	opacity: 1;
}
.combo-list .wrap-text:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 44px;
	display: block;
	background: #b20f22;
	left: 0;
	top: calc(50% - 22px);
	border-radius: 0 20px 20px 0;
	opacity: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
}
.combo-list .price {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}
.combo-list .price {
	font-size: 1.25em;
}
.sale-price {
	color: #b20f22;
	font-size: 20px;
	font-weight: 700;
}
.wrap-text .combo-item-label p span{
	color: red;
	font-size: 16px !important;
	font-weight: bold;
	text-transform: capitalize;
}
.input-icon .combo-list .wrap-text {
	background: #FFFFFF !important;
}
.input-icon .combo-list .wrap-text .combo-item-label{
	font-weight: bold;
	font-size: 16px;
}
.input-icon .combo-list .price {
	color: red;
	font-weight: bold;
}
.text.h-custom p{
	margin:0 !important;
}
.h-custom-h4 {
	padding:0 20px;
}
.text.h-custom{
	padding:0 20px;

}
.h-custom-h4 h4{
	height: 75px;
}
.h-custom-h4 h4{
	margin:0 !important;
}
.input-icon .combo-list .price del{
	color: var(--primary-color) !important;
}
.btn-css .wpcf7-form-control.wpcf7-submit.has-spinner {
	margin: 0;
	background: var(--fs-color-primary) !important;
	min-height: 3rem;
	border-radius: 8px;
}
.blog-wrapper.blog-single.page-wrapper .row.row-large {
	max-width: 1280px !important;
}
.widget-area {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--primary-color);
	border-top-width: 5px;
	padding: 10px;
}
.widget-area .is-divider.small {
	background-color: var(--primary-color);
}
#footer  .row,
.header-main .container,
.header-bottom.wide-nav .container  {
	max-width: 95% !important;
	
}
.box.box-blog-post .box-text.text-center{
	text-align: left !important;
}
.icDanhGiaChuyenGia .icon-inner img{
	    border-radius: 99px !important;
	    height: 132px !important;
}

/*  */
.voucher-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.voucher-list .coupon_item {
    position: relative;
    background: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
    display: flex;
    min-height: 100px;
    border-radius: 5px;
}
.voucher-list .coupon_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    height: 100%;
    width: 10px;
    color: var(--primary-color);
    background-clip: padding-box;
    background: repeating-linear-gradient(#e5e5e5, #e5e5e5 5px, transparent 0, transparent 9px, #e5e5e5 0, #e5e5e5 10px) 0 / 1px 100% no-repeat, radial-gradient(circle at 0 7px, transparent, transparent 2px, rgba(229, 229, 229, 0.9333333333) 0, #e5e5e5 3px, currentColor 0) 1px 0 / 100% 10px repeat-y;
}
.voucher-list .coupon_item .coupon_icon {
    width: 80px;
    flex: 0 0 80px;
    padding: 8px 4px 8px 8px;
    background-color: var(--primary-color);
    margin-left: 3px;
}
.voucher-list .coupon_item .coupon_icon img {
    --image-scale: .75;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%) scale(var(--image-scale));
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    min-width: 1px;
    min-height: 1px;
}
.voucher-list .coupon_item .coupon_body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 8px 8px 10px;
}
.voucher-list .coupon_item .coupon_body button {
    min-height: auto;
    line-height: 1;
    padding: .5rem 1rem;
    width: max-content;
}
.voucher-list .coupon_item .coupon_copy {
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 999px;
    margin-bottom: 3px;
}
.tbay-shock-price .deals__qty > span {
font-size:14px !important;	
	
}
.product-info.summary .tbay-shock-price{
	width: 35% !important;
}