.no-bottom {
	padding-bottom: 0 !important;
}
.main-tt h2 {
	font-size: clamp(1.4rem,4vw,1.8rem);
	font-weight: 500;
	margin-bottom: 8px;
}
.main-tt.fs {
	display: flex;
    align-items: center;
    gap: 10px;
	justify-content: flex-start;
}
.main-tt.fs h2 {
	font-weight: 700;
	width: fit-content;
	margin: 0;
}
.main-tt.fs p {
	margin: 0;
}
.center-ct > .col-inner {
	display: flex;
	justify-content:center;
}
.main-btn {
	background: none !important;
	border: 1px solid #000 !important;
	width: fit-content !important;
	margin: 0 !important;
	padding: 10px 20px !important;
	line-height: 1 !important;
	height: auto !important;
	color: #000 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
}
.main-btn:hover {
	background: #000 !important;
	color: #fff !important;
}


.home-sec1 .product-category{
	padding: 30px 30px 15px !important;
}
.home-sec1 .box-category {
	transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}
.home-sec1 .box-category:hover {
	transform: scale(1.08) translateZ(0);
}

.home-sec1 .box-category .box-text-inner * {
	text-transform: unset !important;
}
.home-sec1 .box-category .box-text-inner h5 {
	font-size: 18px;
}
.home-sec1 .box-category .box-text-inner p {
	font-size: 14px;
	color: #888;
}
.home-sec1 .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
	margin: 0 !important;
}
.home-sec1 .pd-ct .col {
	padding-bottom: 0 !important;
}
.home-sec1 .animate-ct .item > .col-inner .rlt-img {
	position: relative;
	transition: all 0.5s;
}
.home-sec1 .animate-ct .item > .col-inner .rlt-img:before,.home-sec1 .animate-ct .item > .col-inner .rlt-img:after {
	content: "";
	opacity: 0;
	width: 100%;
	height: 80px;
	transition: all 0.5s;
	position: absolute;
	left: 0;
}
.home-sec1 .animate-ct .item > .col-inner .rlt-img:before {
	top: 0;
	height: 100%;
	background-image: linear-gradient(to top, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19, 0.8) 97%);
}
.home-sec1 .animate-ct .item > .col-inner .rlt-img:after {
	bottom: 0;
	opacity: 1;
	background-image: linear-gradient(to bottom, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19, 0.8) 97%);
}
.home-sec1 .animate-ct .item > .col-inner:hover .rlt-img {
	transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
	box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
}
.home-sec1 .animate-ct .item > .col-inner .abs-img {
	opacity: 0;
    transition: all 0.5s;
    position: absolute;
    z-index: 1;
	bottom: 0;
}
.home-sec1 .animate-ct .item > .col-inner:hover .abs-img{
	opacity: 1;
	transform: translate3d(0, -30%, 0);
}
.home-sec2 .tabbed-content .nav {
	gap: 20px;
}
.home-sec2 .tab a {
	padding-top: 0;
	font-size: 1.1rem;
}
.home-sec2 .tab a:before {
	height: 2px;
	background-color: #000;
}
.home-sec2 .tab-panels {
	padding-top: 30px;
}
.home-sec3 .ux-timer {
	margin: 0;
}
.home-sec3 .ux-timer > span {
	padding: 10px 5px 5px !important;
	font-size: 1.4rem;
}
.home-sec3 .ux-timer > span strong {
	font-size: 11px;
	text-transform: none;
	font-weight: 500;
	color: #000;
}
.home-sec5 .open-video {
	margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 95px;
    height: 95px;
    line-height: 75px;
    z-index: 9999;
    text-align: center;
    font-size: 40px;
    border: 5px solid #fff !important;
    color: #fff;
}
.heading-ct {
	padding-bottom: 15px !important;
}
.heading-ct h3 {
	margin-bottom: 0;
	font-size: 15px;
}
.button.btn-underline {
	margin: 0;
    font-weight: 400;
    min-height: unset;
    line-height: 1;
}

.button.btn-underline span {
	text-decoration: underline;
    font-size: 16px;
}
.button.btn-underline.dark {
	color: #000;
	font-weight: 600;
}
.button.btn-underline.dark:hover {
	color: var(--fs-color-secondary);
}
.home-sec4 .icon-box-ct .icon-box-text h4 {
	margin-bottom: 0;
}
.home-sec6 .box-blog-post .post-title a,.home-sec6 .box-blog-post .from_the_blog_excerpt {
	margin: 0;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.home-sec6 .box-blog-post .post-title a {
	font-size: 1rem;
	font-weight: 600;
}
.home-sec6 .box-blog-post .box-text {
	padding: 0 0 0 10px;
}
.home-sec6 .box-blog-post .is-divider {
	display: none;
}
.home-sec6 h3 {
	padding: 8px 10px;
	background-color: #F5EA76;
	border-radius: 8px 8px 0 0;
	margin-bottom: 15px;
}

#popup .mfp-close {
	border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    opacity: 1;
	mix-blend-mode: unset;
}

@media(max-width:549px) {
	.main-tt.fs {
		justify-content:center;
	}
	.home-sec2 .tabbed-content .nav {
		justify-content: flex-start;
		flex-wrap: nowrap;
		text-wrap: nowrap;
		overflow-x: scroll;
	}
	.home-sec5 .open-video {
		width: 52px !important;
        height: 52px !important;
        font-size: 1.2rem;
	}
	.home-sec6 .box-blog-post .box-text {
		padding: 10px 0 0;
	}
}

