/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: HiroshiLord
Template: flatsome
Version: 3.0
*/

.page-id-2 .transparent .header-wrapper,
.page-id-254 .transparent .header-wrapper,
.page-id-250 .transparent .header-wrapper,
.page-id-252 .transparent .header-wrapper,
.page-id-75 .transparent .header-wrapper,
.single.single-featured_item .header-wrapper,
.page-id-12 .transparent .header-wrapper,
.single.single-product .header-wrapper,
.search.search-results .header-wrapper {
	background-color: rgba(59, 59, 59, 0.4) !important;
}
.page-id-2 .transparent .header-wrapper .header-nav-main a,
.page-id-252 .transparent .header-wrapper .header-nav-main a,
.page-id-250 .transparent .header-wrapper .header-nav-main a,
.page-id-75 .transparent .header-wrapper .header-nav-main a,
.page-id-254 .transparent .header-wrapper .header-nav-main a,
.single.single-featured_item .header-wrapper .header-nav-main a,
.search.search-results .header-wrapper .header-nav-main a,
.page-id-12 .transparent .header-wrapper .header-nav-main a,
.single.single-product .header-wrapper .header-nav-main a {
	color: #fff !important;
}
.search.search-results .has-transparent + .page-title:first-of-type {
	padding-top: 0 !important;
}
.search.search-results .shop-container {
	padding-top: 90px;
}

.mt-120 {
	margin-top: 120px !important;
}
.custom-img-box-chains h2 {
	font-size: 48px;
}
/* Product home */
.no-products-message {
	text-align: center;
	padding: 20px;
	font-size: 18px;
	color: #fff;
}
.fz-40 span {
	font-size: 40px !important;
}
.section-title b {
	opacity: 0;
}
.wb-brand-cat-tabs {
	max-height: 1040px;
	overflow-y: auto;
	overflow-x: hidden;
	/* Ẩn thanh cuộn mặc định của Firefox */
	scrollbar-width: thin;
	scrollbar-color: #333 #ccc; /* Màu thumb và track */
	scrollbar-gutter: stable;
}
.wb-brand-cat-tabs::-webkit-scrollbar-button {
	/* display: none !important; Ẩn mũi tên */
}
/* Custom scrollbar cho Chrome, Edge, Safari */
.wb-brand-cat-tabs::-webkit-scrollbar {
	width: 8px; /* Độ rộng của scrollbar */
	height: 0;
}

.wb-brand-cat-tabs::-webkit-scrollbar-track {
	background: #ccc; /* Màu nền của track */
	border-radius: 4px; /* Bo góc track */
}

.wb-brand-cat-tabs::-webkit-scrollbar-thumb {
	background-color: #333; /* Màu thanh cuộn */
	border-radius: 4px; /* Bo góc thanh cuộn */
	border: 1px solid #ccc; /* Tạo viền mỏng để giống hình */
}

.wb-brand-cat-tabs::-webkit-scrollbar-thumb:hover {
	background-color: #222; /* Màu khi hover */
}

.d-none {
	display: none !important;
}
.wb-brand-cat-tabs .wb-tabs-header {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	justify-content: center;
	transform: translateY(-150px);
	position: absolute;
	left: 0;
}
.wb-brand-cat-tabs .wb-tab-btn {
	flex: 0 0 calc((100% - 20px) / 3);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	background-color: rgba(0, 0, 0, 0.7) !important;
	color: white;
	border-radius: 10px;
	font-size: 14px;
	font-family: sans-serif;
	white-space: nowrap;
	text-transform: capitalize;
	margin-right: 0 !important;
}
.wb-brand-cat-tabs .wb-tab-btn:hover{
	background-color:#fff!important;
	color:#333!important;
}
.wb-brand-cat-tabs .wb-tab-btn:nth-child(n + 4) {
	flex: 0 0 calc((80% - 30px) / 4);
}
.wb-brand-cat-tabs .wb-tab-btn.active {
	background: #222;
	color: #fff;
}
/* .wb-brand-cat-tabs .wb-tabs-content {
transform: translateY(-110px);
} */
.wb-brand-cat-tabs .wb-tab-panel {
	display: none;
}
.wb-brand-cat-tabs .wb-tab-panel.active {
	display: block;
}
.wb-brand-cat-tabs.top5-tool {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.wb-brand-cat-tabs.top5-tool .wb-tabs-header {
	transform: translateY(0px) !important;
}
.wb-brand-cat-tabs.top5-tool .wb-tabs-content {
	transform: translateY(0px) !important;
}
.wb-brand-cat-tabs.top5-tool .wb-tabs-header {
	background: white;
	border-radius: 99999px;
	display: flex;
	justify-content: space-between;
	padding: 8px;
	align-items: center;
	width: auto;
	position: unset;
}
.wb-brand-cat-tabs.top5-tool .wb-tabs-header .wb-tab-btn {
	background: transparent;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 0 !important;
	width: 100%;
	flex: 1;
	border-radius: 9999px;
	background-color: rgba(205, 205, 205, 1) !important;
}
.wb-brand-cat-tabs.top5-tool .wb-tabs-header .wb-tab-btn.active,
.wb-brand-cat-tabs.top5-tool .wb-tabs-header .wb-tab-btn.active:hover{
	background: rgba(0, 0, 0, 1) !important;
	color: #fff!important;
}
.wb-brand-cat-tabs.top5-tool .wb-tabs-header .wb-tab-btn img {
	height: 20px;
	width: 20px;
}
/* Search */
.search-page-header-custom .results-count {
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize !important;
	box-shadow: none;
	border-radius: 9999px;
	background-color: rgba(0, 0, 0, 0.5);
}
.header-search-form-wrapper #woocommerce-product-search-field-0 {
	width: 416px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 1);
	color: #fff !important;
	border-radius: 9999px;
}
.header-search-form-wrapper #woocommerce-product-search-field-0::placeholder {
	color: #fff !important;
}
/* Submenu dropdown */
.nav-dropdown.nav-dropdown-default > li > a {
	border-bottom: none !important;
}
.header-nav .sub-menu img {
	width: 32px;
	height: 32px;
	object-fit: cover;
}
.header-nav .sub-menu li.menu-item:hover a {
	color: #fff !important;
	font-weight: 700;
	background-color: rgba(59, 59, 59, 0.4);
}
.header-nav .sub-menu .menu-item.active a {
	color: #fff !important;
	font-weight: 700;
	background-color: rgba(59, 59, 59, 0.4);
}
.header-search-form-wrapper .icon-search {
	color: #fff !important;
}
.copyright-footer {
	color: #333 !important;
}
.mt-120 {
	margin-top: 120px !important;
}
.custom-breadcrumb,
.custom-breadcrumb-tool {
	color: #fff !important;
	display: flex;
	align-items: center;
}
.custom-breadcrumb a,
.custom-breadcrumb-tool a {
	color: #fff !important;
}
.custom-breadcrumb i {
	padding: 0 5px !important;
}
.custom-breadcrumb-tool i.px-5 {
	padding: 0 10px !important;
}
.custom-breadcrumb-title {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 5px 10px;
	border-radius: 99px;
}
.footer-wrapper .section {
	padding-bottom: 0 !important;
}
.text-capitalize span {
	text-transform: capitalize !important;
}
.section-title-normal {
	border-bottom: none;
}
.section-title-normal span {
	border-bottom: none;
}
.section-title p {
	opacity: 0;
}
.custom-dapps h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
}
.custom-dapps .box-text {
	padding: 0px 10px 0px 10px !important;
}

.custom-dflex-inline .col-inner {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%; /* Hoặc dùng 100% + tính toán cụ thể */
	gap: 10px;
	margin: auto;
}

.custom-dflex-inline .icon-box {
	flex: 0 0 calc((100% - 20px) / 3); /* Hàng 1: 3 cột */
}

/* Từ item thứ 4 trở đi chuyển sang hàng 2: 4 cột */
.custom-dflex-inline .icon-box:nth-child(n + 4) {
	flex: 0 0 calc((100% - 30px) / 4); /* Hàng 2: 4 cột */
}
.icon-box-text p {
	margin-bottom: 0 !important;
}
.custom-dflex-inline .icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.badge-container {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	justify-content: center;
}
/* SOLANA */
.page-id-2 #main {
	background: linear-gradient(
		263.21deg,
		#1af99f -12.48%,
		#39cdb6 19.72%,
		#58a1ce 51.92%,
		#7674e5 84.12%,
		#865ef0 100.22%,
		#9548fc 116.32%
	),
		linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
/* BASE */
.page-id-254 #main {
	background: rgba(0, 29, 90, 1);
}
/* BSC */
.page-id-252 #main {
	background: rgba(173, 132, 33, 1);
}
/* ETH */
.page-id-250 #main {
	background: linear-gradient(295.32deg, #454545 2.2%, #242424 101.32%);
}
.css-video-solana {
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(20px);
	mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
	-webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
	background: rgba(255, 255, 255, 0.05);
}
.css-video-solana.base {
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(20px);
	mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
	-webkit-mask-image: linear-gradient(to bottom, black 72%, transparent 100%);
	background: rgba(255, 255, 255, 0.1);
}
.css-video-solana.bsc {
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(20px);
	mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
	-webkit-mask-image: linear-gradient(to bottom, black 72%, transparent 100%);
	background: rgba(255, 255, 255, 0.1);
}

.badge-container a {
	flex: 0 0 calc((100% - 20px) / 3);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	border-radius: 10px;
	font-size: 14px;
	font-family: sans-serif;
	white-space: nowrap;
}
.badge-container a:nth-child(n + 4) {
	flex: 0 0 calc((90% - 30px) / 4); /* Hàng 2: 4 cột */
}
.badge-container .badge {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 10px;
}
.badge-container .badge img {
	width: 24px;
	height: 24px;
}
.badge-container .badge p {
	margin-bottom: 0 !important;
	font-size: 16px;
}

/* Products */
.custom-col-tools > .col-inner {
	background-color: rgba(205, 205, 205, 0.2);
	border-radius: 20px;
	padding: 20px;
	margin-top: -40px;
}
.products {
	padding-top: 30px;
}
.search.search-results .shop-page-title .page-title-inner {
	display: none !important;
}
.search.search-results #secondary {
	display: none;
}
.custom-products .product-card,
.products .product-card {
	width: 100%;
	background: white;
	border-radius: 20px;
	padding: 16px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.custom-products .product-card:hover,
.products .product-card:hover{
	background-color:rgba(59, 59, 59, 1);
	color:#fff;
}
.custom-products .product-card:hover .card-body,
.products .product-card:hover .card-body{
	color:#fff;
}
.custom-products .card-header,
.products .card-header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}
.custom-products .card-header .content-title,
.products .card-header .content-title{
	display: flex;
	align-items: center;
	justify-content:space-between;
	flex:1;
}
.custom-products .card-body,
.products .card-body {
	font-size: 14px;
	color: #333;
	line-height: 1.4;
	flex-grow: 1;
	margin-bottom: 10px;
	text-align: left;
}
.custom-products .product-card:hover .card-footer,
.products .product-card:hover .card-footer{
	color:#fff;
}
.custom-products .card-footer,
.products .card-footer {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.custom-products .card-footer .rotate-icon,
.products .card-footer .rotate-icon {
	transform: rotate(-45deg);
}

/* Tutorials */
/* Chung nền */
.page-id-75 #content,
.featured_item-template-default.single .portfolio-single-page,
.page-id-12 #content,
.single.single-product .shop-container,
.search.search-results .shop-container {
	background-image: url("../../uploads/2025/07/tutorials-1.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: inherit;
}
.section-tutorials .section-title-container {
	padding-top: 150px;
}
.custom-portfolio .portfolio-card {
	border: 1px solid #ddd;
	border-radius: 12px;
	padding: 16px;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 325px;
}
.custom-portfolio .title-portfolio {
	display: flex;
	align-items: center;
	padding-top: 15px;
	justify-content: center;
	height: 64px;
}
.custom-portfolio .title-portfolio span {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
}
.custom-portfolio .card-footer .card-link {
	text-decoration: none;
	color: #333;
	display: flex;
	align-items: center;
	gap: 4px;
	justify-content: end;
}
.custom-portfolio .card-link .rotate-icon {
	transform: rotate(-45deg);
}
/* Detail Tutorial */
.my-portfolio-hiroshi > .page-wrapper.row.row-collapse {
	/* max-width: 100% !important; */
	padding: 0 !important;
}
.faq-tutorial .accordion-item {
	border-radius: 8px;
	background: #fff;
	margin-top: 10px;
}
.faq-tutorial .accordion-title {
	border-top: none;
}
.faq-tutorial .toggle {
	left: unset;
	right: 0;
}
.faq-tutorial .accordion-title.active {
	background: transparent;
	color: #333;
}
/* Contact */
.section-contact {
	padding-top: 120px !important;
}
.custom-menu-contact .ux-menu-link__link {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.custom-menu-contact .ux-menu-link__link:hover {
	color: #fff;
}
.custom-form-contact label {
	color: #fff !important;
}
.custom-form-contact .col {
	padding-bottom: 0 !important;
}
.custom-form-contact input[type="text"],
.custom-form-contact input[type="email"],
.custom-form-contact textarea {
	background-color: rgba(62, 62, 62, 1) !important;
	border: 1px solid rgba(134, 134, 134, 1);
	outline: none;
	box-shadow: none;
	color: #fff;
	border-radius: 8px;
}
.custom-form-contact input[type="text"],
.custom-form-contact input[type="email"] {
	height: 45px;
}
.custom-form-contact input[type="submit"] {
	background-color: #fff !important;
	color: #333 !important;
	border-radius: 9999px;
	padding: 5px 20px;
	font-weight: bold;
	width: 35%;
	text-transform: capitalize;
	font-size: 14px;
	margin-top: 10px;
}
/* Detail product */
.header-tool .header-tool-inner {
	display: flex;
	align-items: start;
	gap: 20px;
}
.header-tool .header-tool-image {
	height: 210px;
	width: 210px;
}
.header-tool .header-tool-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}
.header-tool .header-tool-content {
	flex: 1;
	color: #fff;
}
.header-tool .header-tool-description {
	font-size: 14px;
	line-height: 24px;
}
.header-tool-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 52px;
	letter-spacing: -1%;
	margin-bottom: 10px !important;
}
.wb-custom-tabs .tab-item,
.custom-image-tool {
	opacity: 1;
	border-radius: 16px;
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	margin-bottom: 20px;
	color: #fff;
}
.wb-custom-tabs .tab-item h3 {
	font-weight: 700;
	font-size: 32px;
	color: #fff;
}
.custom-btn-try-tool {
	width: 100%;
	height: 60px;
	opacity: 1;
	line-height: 30px;
	border-radius: 999px;
	padding: 16px 20px;
	color: #333;
	font-size: 18px;
	text-transform: capitalize;
}
.custom-btn-try-tool:hover {
	box-shadow: none;
	color: #fff;
	background-color:#333;
	border:2px solid #fff;
}
.top-6-tools-header {
	color: #fff;
	opacity: 1;
	border-radius: 16px;
	padding: 40px 20px;
	background-color: rgba(255, 255, 255, 0.2);
}
.top-6-tools-header h2 {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -1%;
	vertical-align: middle;
	color: #fff;
}
.top-6-tools .col {
	padding-bottom: 0 !important;
}
.top-6-tools-header .product-card{
	padding:10px;
}
.top-6-tools .card-tool-cat{
	margin-bottom:0!important;
}
.top-6-tools-header .product-card:hover {
	background-color: rgba(255,255,255,0.3);
	border-radius:12px;
}
.top-6-tools .card-header {
	display: flex;
	align-items: start;
	gap: 8px;
}
.top-6-tools .badge-icon div{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.top-6-tools .badge-icon,
.top-6-tools .badge-icon img {
	width: 53px;
	height: 53px;
	object-fit: cover;
}
.top-6-tools .card-content {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.top-6-tools .card-title {
	display: flex;
	align-items: start;
	justify-content: space-between;
}
.top-6-tools .card-title a {
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0%;
	vertical-align: middle;
}
.top-6-tools .card-tool-cat {
	color: rgba(255, 255, 255, 1);
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	vertical-align: middle;
}
/* Search Suggestions Styles */
.search-suggestions {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border-top: none;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	overflow: auto;
	display: none;
	margin-top: -1px;
}

.suggestions-header {
	padding: 15px;
	background: #f8f8f8;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #eee;
}

.suggestions-list {
	padding: 0;
	max-height: 400px;
	overflow-y: auto;
}

.suggestion-item {
	display: flex;
	align-items: center;
	padding: 12px 15px;
	border-bottom: 1px solid #f0f0f0;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.suggestion-item:hover {
	background-color: #f8f8f8;
}

.suggestion-item:last-child {
	border-bottom: none;
}

.suggestion-item img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 4px;
	margin-right: 12px;
	flex-shrink: 0;
	border: 1px solid #eee;
}

.suggestion-info {
	flex: 1;
	min-width: 0;
}

.suggestion-title {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	margin-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.3;
}

.suggestion-price {
	font-size: 13px;
	color: #e74c3c;
	font-weight: bold;
}

.suggestions-loading {
	padding: 20px;
	text-align: center;
	color: #333;
	font-style: italic;
}

.no-suggestions {
	padding: 20px;
	text-align: center;
	color: #333;
	font-style: italic;
}

.view-all-results {
	padding: 15px;
	text-align: center;
	border-top: 1px solid #eee;
	background: #333;
	font-weight: 600;
}

.view-all-results a {
	color: #333!important;
	font-weight: 600;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
}

.view-all-results a:hover {
	text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
	.search-suggestions {
		max-height: 300px;
		left: -10px;
		right: -10px;
	}

	.suggestion-item {
		padding: 10px;
	}

	.suggestion-item img {
		width: 40px;
		height: 40px;
		margin-right: 8px;
	}

	.suggestion-title {
		font-size: 13px;
	}

	.suggestion-price {
		font-size: 12px;
	}

	.suggestions-header {
		padding: 12px;
		font-size: 13px;
	}
}

/* Style cho search form để đảm bảo positioning */
.searchform,
.search-wrapper,
.header-search {
	position: relative !important;
}

/* Animation cho suggestions */
.search-suggestions {
	animation: slideDown 0.2s ease-out;
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Flatsome specific styles */
.header-search .search-suggestions {
	min-width: 300px;
}

/* WooCommerce search widget */
.widget_product_search .search-suggestions {
	left: 0;
	right: 0;
}

/* Đảm bảo search input có border radius phù hợp khi có suggestions */
.searchform .search-field:focus,
.search-wrapper input:focus,
.header-search input:focus {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-color: #ddd;
}
@media screen and (max-width: 768px) {
	.mobile-nav .icon-search,
	.nav-icon i {
		color: #fff !important;
	}
	.custom-dflex-inline .icon-box {
		flex: 0 0 calc((100% - 20px) / 2); /* Hàng 1: 2 cột */
	}

	.custom-dflex-inline .icon-box:nth-child(n + 4) {
		flex: 0 0 calc((100% - 30px) / 2); /* Hàng 2: 2 cột */
	}
	.home-breadcrumb {
		display: flex;
		flex-direction: row !important;
		align-items: center;
		justify-content: start !important;
		gap: 5px;
	}
	.home-breadcrumb i {
		display: inline-block !important;
	}
	.home-breadcrumb .custom-breadcrumb-title {
		margin-top: 0 !important;
	}
	.custom-breadcrumb {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 0 10px;
		font-size: 16px;
	}
	.custom-breadcrumb i {
		display: none;
	}
	.custom-breadcrumb-title {
		font-size: 14px;
		padding: 5px 10px;
		display: flex;
		align-items: center;
		margin-top: 10px;
	}
	/* FAG TUTORIALS */
	.faq-tutorial .accordion-item span {
		font-size: 16px;
	}
	/* CONTACT */
	.custom-form-contact input[type="submit"] {
		width: 100%;
	}
	/* Home */
	.custom-row-w60 {
		max-width: 95% !important;
	}
	.custom-row-w60 .box-image {
		width: 30% !important;
	}
	.custom-img-box-chains h2 {
		font-size: 24px;
	}
	.wb-brand-cat-tabs.top5-tool .wb-tabs-header .wb-tab-btn {
		font-size: 0;
		padding: 10px;
		gap: 0;
	}
	.wb-brand-cat-tabs {
		overflow: visible;
	}
	.wb-brand-cat-tabs .wb-tab-btn {
		font-size: 0;
		padding: 5px 0;
		gap: 0;
	}
	.wb-brand-cat-tabs {
		max-height: 850px;
	}
	/* .wb-brand-cat-tabs .wb-tabs-content {
	transform: translateY(-76px);
} */
}
