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

/* New */
.html.custom.html_nav_position_text .gtranslate_wrapper {
	display: flex;
	flex-direction: row-reverse;
	gap: 5px;
}
.header-button .button {
	color: black;
}
.ux-search-submit.submit-button.secondary.button.icon {
	background: var(--primary-color);
}
#headerCatProduct {
	display: none !important;
}
.row-mt-border {
	margin-top: -4rem;
}
.col-mt-border {
	background: white;
	border-radius: 16px;
	padding: 20px;
	border: 1px solid;
}
.title-text-transform h1 {
	text-transform: capitalize;
}
.slogan__title h2 {
	font-family: math;
	font-size: 40px;
	font-weight: bold;
	color: var(--primary-color);
	font-family: 'icomoon' !important;
}

.row-mt-home {
	margin-top: -10rem;
}
.col-mt-home {
	background: azure;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 1px 2px 2px 0 black;
}
.imagebox-home .box-image,
.imagebox-home {
	border-radius: 12px !important;
}
.imagebox-home .icon-box-img img {
	filter: brightness(0.5);
}
.iconbox-home h5 {
	font-weight: 200;
	font-size: 16px;
}
.iconbox-home:hover .icon-box-img {
	width: 80px;
}
.col-m0 .col-inner .img {
	margin: 0;
	padding: 0;
}
.img-border-radius img {
	border-radius: 12px;
}
.product_meta_content {
	margin: 0 !important;
}
span.posted_in.product_meta_content_custom {
	font-size: 16px;
	text-transform: uppercase;

	text-align: center;
}
.product-small-custom {
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 5px #ddd;
	box-shadow: 0 2px 5px #ddd;
	border-bottom: 4px solid #f8f9fa;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
.product-small-custom .box-text p a {
	color: var(--primary-color);
	font-size: 17px;
	font-weight: bold;
}
.custom-product-info {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.contact-price {
	color: white;
	margin-top: 7px;
	border: 1px solid var(--primary-color);
	padding: 5px;
	width: max-content;
	text-align: center;
	margin: auto;
	border-radius: 8px;
	font-size: 16px;
	background: var(--primary-color);
}
.contact-price:hover {
	cursor: pointer;
}
.product_meta {
	font-size: 16px;
	font-weight: bold;
}
.product_meta .sku_wrapper {
	color: var(--primary-color);
}

.tabs-category h4 {
	text-align: CENTER;
	font-size: 38px;
}
.tabs-category ul .tab.has-icon span {
	color: black;
}
.text-title-home h2 {
	font-size: 42px;
	display: inline;
	color: var(--primary-color);
	position: relative;
}
.text-title-home h2::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	top: 88%;
	z-index: 9999;
	overflow: auto;
	background: black;
}
.ux-menu-link__link.flex {
	justify-content: center;
}
.text-justify p {
	text-align: justify;
}
@media screen and (max-width: 768px) {
	.tabs-category ul {
		justify-content: center;
	}
}
/* New */
.header-top {
	background-color: transparent !important;
	min-height: 20px;
	position: relative;
	z-index: 11;
}
#header-contact {
	display: flex;
	flex-direction: row-reverse;
	font-size: 18px;
	color: white !important;
}

#header-contact li a {
	color: white !important;
	opacity: 1;
	font-weight: 500;
	font-size: 16px !important;
}
.header-main .nav > li > a {
	line-height: 16px;
	font-size: 20px;
	opacity: 1;
	font-weight: bold;
	color: white !important;
}
#logo {
	width: 250px;
	justify-content: center;
	display: flex;
}
.text.slider-text-background {
	background: var(--primary-color);
	padding: 10px 20px;
	margin: 0;
	display: inline-block;
	border-radius: 8px;
	color: white;
	font-size: 18px;
	text-align: left;

	-webkit-animation: tilt-in-left-2 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
		both;
	animation: tilt-in-left-2 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.text.slider-text-background p {
	margin: 0;
	padding: 0;
	font-family: serif;
}
.text.slider-text-background-after {
	background: #4a6884ab;
	padding: 20px;
	border-radius: 8px;
	box-shadow: inset 1px 1px 0 0 hsla(0, 0%, 100%, 0.1),
		inset 0 2em 15px 0 hsla(0, 0%, 100%, 0.2);

	-webkit-animation: tilt-in-tr 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
		both;
	animation: tilt-in-tr 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.text.slider-text-background-after h3 {
	background: var(--primary-color);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 36px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0;
	-webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.23, 1, 0.32, 1)
		both;
	animation: slide-in-blurred-top 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.text.slider-text-background-after p {
	color: white;
	font-size: 22px;
	margin: 0;
	margin-bottom: 5px;
}
/* btn */
/* From Uiverse.io by SujitAdroja */
.text.slider-text-background {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid var(--primary-color);
	padding: 10px 20px;
	font-size: 17px;
	cursor: pointer;
	font-weight: bold;
	background: transparent;
	position: relative;
	transition: all 1s;
	overflow: hidden;
	background: var(--fs-color-secondary);
}

.text.slider-text-background:hover {
	color: white;
}

.text.slider-text-background::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 0%;
	top: 0;
	left: -40px;
	transform: skewX(45deg);
	background-color: var(--primary-color);
	z-index: -1;
	transition: all 1s;
}

.text.slider-text-background:hover::before {
	width: 160%;
}
/* Ani */

@-webkit-keyframes tilt-in-left-2 {
	0% {
		-webkit-transform: rotateX(30deg) translateX(-300px) skewX(30deg);
		transform: rotateX(30deg) translateX(-300px) skewX(30deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(0deg) translateX(0) skewX(0deg);
		transform: rotateX(0deg) translateX(0) skewX(0deg);
		opacity: 1;
	}
}
@keyframes tilt-in-left-2 {
	0% {
		-webkit-transform: rotateX(30deg) translateX(-300px) skewX(30deg);
		transform: rotateX(30deg) translateX(-300px) skewX(30deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(0deg) translateX(0) skewX(0deg);
		transform: rotateX(0deg) translateX(0) skewX(0deg);
		opacity: 1;
	}
}
@-webkit-keyframes tilt-in-tr {
	0% {
		-webkit-transform: rotateY(-35deg) rotateX(20deg)
			translate(250px, -250px) skew(-12deg, -15deg);
		transform: rotateY(-35deg) rotateX(20deg) translate(250px, -250px)
			skew(-12deg, -15deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0)
			skew(0deg, 0deg);
		transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
		opacity: 1;
	}
}
@keyframes tilt-in-tr {
	0% {
		-webkit-transform: rotateY(-35deg) rotateX(20deg)
			translate(250px, -250px) skew(-12deg, -15deg);
		transform: rotateY(-35deg) rotateX(20deg) translate(250px, -250px)
			skew(-12deg, -15deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0)
			skew(0deg, 0deg);
		transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
		opacity: 1;
	}
}

@-webkit-keyframes slide-in-blurred-top {
	0% {
		-webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
		transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
		-webkit-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
		-webkit-filter: blur(40px);
		filter: blur(40px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0) scaleY(1) scaleX(1);
		transform: translateY(0) scaleY(1) scaleX(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}
@keyframes slide-in-blurred-top {
	0% {
		-webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
		transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
		-webkit-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
		-webkit-filter: blur(40px);
		filter: blur(40px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0) scaleY(1) scaleX(1);
		transform: translateY(0) scaleY(1) scaleX(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}
@-webkit-keyframes roll-in-left {
	0% {
		-webkit-transform: translateX(-800px) rotate(-540deg);
		transform: translateX(-800px) rotate(-540deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0) rotate(0deg);
		transform: translateX(0) rotate(0deg);
		opacity: 1;
	}
}
@keyframes roll-in-left {
	0% {
		-webkit-transform: translateX(-800px) rotate(-540deg);
		transform: translateX(-800px) rotate(-540deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0) rotate(0deg);
		transform: translateX(0) rotate(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes swing-in-right-bck {
	0% {
		-webkit-transform: rotateY(70deg);
		transform: rotateY(70deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 1;
	}
}
@keyframes swing-in-right-bck {
	0% {
		-webkit-transform: rotateY(70deg);
		transform: rotateY(70deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 1;
	}
}

.flickity-page-dots {
	bottom: 15px;
	left: auto;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20%;
	text-align: center;
	right: 5%;
	top: 50%;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.slider-nav-light .flickity-page-dots .dot.is-selected,
.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
	background-color: #fff;
	border: 2px solid var(--fs-color-secondary);
	height: 20px;
	width: 20px;
}
.row-bg-white-icon .col-inner .icon-box {
	background: white;
	border: 2px solid #e7e7e7;
	padding: 20px;
	box-shadow: 0 10px 35px rgba(38, 42, 76, 0.1);
	border-radius: 8px;
	height: 220px;
}
.row-bg-white-icon .col-inner:hover .icon-box {
	border-bottom: 8px solid var(--primary-color);
}
.section-title b {
	background-color: currentColor;
	display: block;
	flex: 1;
	height: 2px;
	opacity: 0;
}
.img-border img,
.img-border .img-inner {
	border-radius: 16px;
}
.col-d-flex .col-inner {
	display: flex;
}
.img-abs .img-inner {
	position: absolute;
	top: -50px;
	right: -50px;
	z-index: 9999;
	overflow: hidden;
	left: 50px;
}
.text-img-home h2 {
	font-size: 36px;
}
.text-img-home p {
	font-size: 24px;
	text-align: justify;
}
.text-img-home-2 h2 {
	font-size: 25px;
	text-align: justify;
}
.text-img-home-2 p {
	font-size: 24px;
	text-align: justify;
}
.text-img-home-2 h2 {
	font-size: 25px;
	text-align: justify;
}
.text-img-home-3 p {
	font-size: 18px;
	text-align: justify;
}
.has-shadow .box:not(.box-overlay):not(.box-shade),
.has-shadow.box:not(.box-overlay):not(.box-shade) {
	background-color: #fff;
	border-radius: 16px;
}
.col.post-item .col-inner {
	border-radius: 16px;
}
.stack-family .icon-box-text.last-reset {
	display: flex;
	align-items: center;
}
.stack-family .icon-box-text.last-reset h4 {
	margin: 0;
	padding: 0;
}
.icon-box.featured-box.icon-box-left.text-left {
	-webkit-animation: tilt-in-left-2 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
		both;
	animation: tilt-in-left-2 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
	padding: 30px !important;
	background: #ddd;
	border-radius: 12px;
}
.tabs.wc-tabs.product-tabs a {
	font-size: 22px;
	color: #002252;
	font-weight: bold;
}
h1.product-title.product_title.entry-title {
	text-transform: capitalize;
	font-size: 30px;
	color: var(--primary-color);
}
.button.alt,
.button.checkout,
.checkout-button,
.secondary {
	background-color: var(--primary-color);
	border-radius: 12px;
}
.menu-footer {
	justify-content: center;
	color: white;
	font-size: 20px;
}
.menu-footer .ux-menu-title.flex {
	justify-content: center;
	color: white;
	font-size: 30px;
}
.menu-footer .ux-menu-link.flex.menu-item a {
	text-transform: capitalize;
}
.gallery-img img{
	object-fit:contain;
}