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

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--primary-color: #284ea1;
	--secondary-color: #faa634;
}

body {
	font-family: "Roboto", sans-serif;
}

.autocomplete-suggestion .search-price,
.absolute-footer,
.is-divider,
.price-wrapper,
.wpcf7-spinner {
	display: none;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.col-inner:last-child {
	padding-bottom: 0;
}

a {
	transition: all .25s ease;
}

p:last-child {
	margin-bottom: 0;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
	max-width: 350px;
	width: 100%;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
	font-size: 14px;
	color: #111;
}

.mfp-bg.mfp-ready {
	background-color: rgba(0, 0, 0, 0.4) !important;
	opacity: 1 !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
}

.mfp-wrap.mfp-ready {
	backdrop-filter: none !important;
}

.nav:not(.nav-slide) .active>.children {
	padding-bottom: 0;
}

.icon-box-img img,
.icon-box-img svg {
	padding-top: 0;
}

.autocomplete-suggestion img+.search-name {
	font-size: 16px;
}

.header-nav .sub-menu .menu-item-has-children:after {
	content: '\f105';
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 11px;
}

.header-nav .sub-menu .menu-item-has-children {
	position: relative;
	width: 100%;
}

.header-nav .sub-menu .menu-item-has-children .sub-menu {
	display: none;
	opacity: 0;
	transition: all 0.25s ease;
	position: absolute;
	left: 100%;
	background: #fff;
	border-radius: 5px;
	top: 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu {
	display: block;
	opacity: 1;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu .sub-menu {
	display: none;
	opacity: 0;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu .menu-item-has-children:hover .sub-menu {
	display: block;
	opacity: 1;
}

.header-nav .sub-menu.nav-dropdown-default {
	display: flex;
	flex-direction: column;
	padding: 0;
}

.sub-menu li a {
	min-width: 150px;
	font-weight: 400 !important;
	text-transform: math-auto !important;
	color: initial !important;
	font-size: 14px !important;
}


.nav-uppercase li a,
.nav-uppercase li>a,
ul.nav-uppercase>li>a {
	letter-spacing: normal !important;
}

.flickity-button {
	opacity: 1;
}

.flickity-button svg {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding: 10px;
	border-radius: 4px;
	min-width: 30px;
	max-width: 30px;
	height: 30px;
}

.row-slider .flickity-prev-next-button svg {
	padding: 10px !important;
	border: 0;
}

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

.flickity-page-dots {
	background: #ffffff30;
	width: max-content;
	margin: auto;
	border-radius: 16px;
	padding: 0px 4px;
	padding-bottom: 2px;

}

.flickity-page-dots .dot {
	width: 8px;
	height: 8px;
	background-color: #fff;
}

.wpcf7 div.wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
	background: #fddddd;
	border: 1px solid red;
	color: red;
	box-shadow: none;
	font-size: 14px;
	padding: 15px;
	border-radius: 6px;
	margin: 0;
	margin-top: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #ebfee3;
	color: #398f14;
	border-color: #398f142e;
}

ul:last-child,
li:last-child {
	margin-bottom: 0;
}

.header-search-form-wrapper input {
	border-radius: 6px !important;
}

.frame-btn-header {
	display: flex;
	gap: 50px;
	align-items: center;

	.btn-header {
		color: #fff;
		display: flex;
		align-items: center;
		gap: 8px;
		line-height: 1.2;

		i {
			font-size: 20px;
		}

		p {
			font-weight: bold;
			font-size: 16px;
		}

		span {
			font-size: 12px;
			color: rgba(255, 255, 255, 0.6);
		}
	}
}

.ss-footer {
	.logo-footer {
		a {
			display: block;
			background-color: #fff;
			border-radius: 8px;
			padding: 15px 20px;
		}
	}

	&:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 100%;
		left: 0;
		transform: translateX(-40%);
		width: 250px;
		height: 25px;
		border-bottom: solid 16px var(--primary-color);
		border-right: solid 20px transparent;
	}

	&:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 100%;
		right: 100px;
		width: 250px;
		height: 25px;
		border-bottom: solid 16px var(--primary-color);
		border-right: solid 20px transparent;
		border-left: solid 20px transparent;
	}

	.social-icons {
		display: flex;
		gap: 8px;

		a {
			margin: 0 !important;
			width: 30px;
			height: 30px;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			background-color: rgba(255, 255, 255, 0.1);
			border-radius: 50%;

			i {
				font-size: 14px;
			}
		}
	}

	.ux-menu-title {
		font-size: 16px;
		color: #fff;
	}
}

.ss-pd {
	padding-top: 60px !important;
	padding-bottom: 30px !important;
}

.section-title-container {
	margin-bottom: 0;
}

.ss-category-product {
	.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
		margin-top: -7%;
	}

	.box-text {
		padding: 15px;
		padding-bottom: 0;

		h5 {
			margin: 0;
			text-transform: math-auto;
		}
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {

	b,
	strong {
		font-weight: bold;
	}
}

.product-short-description {
	border: 1px dashed var(--primary-color);
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 20px;
	background-color: #f7f7f7;
}

.ss-voucher {
	.box-text {
		.product-title {
			font-size: 14px;

			a {
				color: #111;
			}
		}
	}

	.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
		margin-top: -5%;
	}
}

.product-small.box {
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;

	.box-text {
		padding: 10px;
	}

	.product-title {

		a {
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			overflow: hidden;
			font-weight: 500;
		}
	}

	.price-wrapper .price {
		.amount {
			color: var(--primary-color);
			font-size: 18px;
		}

		del {
			text-decoration: none;

			.amount {
				color: #bbb;
				font-size: 14px;
				text-decoration: line-through;
			}
		}
	}
}

.badge-container {
	margin-top: 10px;
	margin-left: 10px;

	.badge-frame {
		margin-left: 0;
		height: unset;
		width: unset;
	}

	.badge-inner {
		border: 0;
		font-size: 14px;
		border-radius: 4px;
		color: #333;
		padding: 5px;
	}
}

.ss-product-all {
	.nav-pills {
		gap: 8px;

		li {
			a {
				text-transform: math-auto !important;
				font-size: 14px;
				border-radius: 4px;
				font-weight: 500;
				background-color: #f7f7f7;
			}
		}
	}
}


.post-item {
	.col-inner {
		height: 100%;
	}

	.box {
		height: 100%;

		.box-text {
			padding-top: 10px;
			padding-bottom: 0;

			.post-title a {
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				overflow: hidden;
				font-size: 16px;
			}

			.from_the_blog_excerpt {
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				overflow: hidden;
				color: #999;
			}
		}
	}
}

.ss-partner {
	.gallery-col {
		.box-text {
			display: none;
		}

		.gallery-box {
			border: 1px solid #f7f7f7;
			border-radius: 4px;
		}
	}
}

.ss-banner-about {
	.section-bg-overlay {
		background: linear-gradient(135deg,
				rgba(10, 22, 40, 0.92) 0%,
				rgba(15, 31, 61, 0.85) 40%,
				rgba(27, 42, 74, 0.75) 100%) !important;
	}

	.label {
		p {
			padding: 4px 20px;
			border-radius: 50px;
			width: max-content;
			background: rgba(232, 119, 46, 0.15);
			border: 1px solid rgba(232, 119, 46, 0.3);
			color: var(--secondary-color);
		}
	}

	.frame-title {
		h1 {
			font-size: 54px;
			font-weight: 900;
			margin: 20px 0;

			strong {
				color: var(--secondary-color);
				font-weight: 900;
			}
		}
	}

	.desc {
		p {
			font-size: 20px;
		}
	}

	.row-info-number {
		h3 {
			margin: 0;
			color: var(--secondary-color);
			font-size: 36px;
			font-weight: 900;
		}
	}
}

.divide {
	width: 100%;
	height: 1px;
	background: #ffffff47;
	margin: 15px 0 30px;
}

.frame-title {
	h2 {
		font-size: 14px;
		color: var(--secondary-color);
	}

	h3 {
		font-size: 40px;
		font-weight: 900;
		line-height: 1.3;
	}
}

.ss-about-long {
	.image-graphic {
		position: relative;
		padding: 20px;

		img {
			border-radius: 12px;
		}

		&:after {
			content: '';
			position: absolute;
			bottom: -4px;
			left: -4px;
			width: 120px;
			height: 120px;
			border: 3px solid var(--secondary-color);
			border-radius: 12px;
			z-index: -1;
			opacity: 0.3;
		}

		&:before {
			content: '';
			position: absolute;
			top: -16px;
			right: -16px;
			width: 200px;
			height: 200px;
			background: var(--secondary-color);
			border-radius: 12px;
			z-index: -1;
			opacity: 0.3;
		}
	}

	.icon-hightlight {
		.icon {
			background-color: rgba(232, 119, 46, 0.12);
			padding: 15px;
			border-radius: 8px;
		}
	}

	.text-absolute {
		position: absolute;
		background-color: #fff;
		padding: 10px 30px;
		border-radius: 8px;
		box-shadow: 0 8px 32px rgba(10, 22, 40, 0.12);
		bottom: 70px;
		text-align: center;

		h4 {
			margin-bottom: 0;
			color: var(--secondary-color);
			font-size: 35px;
			font-weight: 900;
		}
	}
}

.ss-vision-mission {
	.icon-type-1 {
		.icon {
			background-color: rgba(232, 119, 46, 0.12);
			padding: 15px;
			border-radius: 8px;
			transition: all .3s ease;

			img {
				transition: all .3s ease;
			}
		}

		h4 {
			color: var(--secondary-color);
			font-size: 14px;
		}

		h5 {
			font-size: 20px;
		}
	}

	.icon-type-2 {
		.icon {
			background-color: #0A1628;
			padding: 15px;
			border-radius: 8px;
			transition: all .3s ease;
		}

		h4 {
			font-size: 18px;
		}
	}

	.col:hover {
		.icon-type-1 {
			.icon {
				background-color: var(--secondary-color);

				img {
					filter: invert(1) brightness(100);
				}
			}
		}

		.icon-type-2 {
			.icon {
				background-color: var(--secondary-color);
			}
		}
	}
}

.ss-whychoose {
	.icon-type-1 {
		h4 {
			font-size: 24px;
			margin-bottom: 0;
		}
	}

	.column-quote {
		p {
			color: var(--secondary-color);
			font-weight: 900;
			font-size: 80px;
			margin-bottom: 0;
			line-height: 1;
		}

		h4 {
			font-size: 20px;
			margin: 0px 50px;
			width: 70%;
			margin: auto;
			margin-bottom: 15px;
		}

		h5 {
			font-size: 14px;
			color: var(--secondary-color);
			margin-bottom: 0;
		}
	}
}

.related-products-wrapper {
	margin-bottom: 10px;

	.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
		margin-top: -5%;
	}
}

.product-section-title-related {
	letter-spacing: 0;
	text-transform: math-auto;
	font-size: 22px;
}

.btn-order {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 20px;

	a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 40px;
		border-radius: 4px;
		background-color: var(--primary-color);
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
	}

	a:last-child {
		background-color: var(--secondary-color);
	}
}

.product-info .breadcrumbs {
	text-transform: math-auto !important;
}

.blog-wrapper {
	padding-bottom: 0;
}

.ss-contact {
	ul {
		li {
			list-style-type: none;
			margin-left: 0;

			i {
				color: var(--secondary-color);
			}
		}
	}
}


form {
	margin-bottom: 0;

	.two-col {
		display: flex;
		gap: 15px;
		align-items: center;
	}

	label {
		font-size: 16px;
		font-weight: 500;

		span {
			color: red;
		}
	}

	input,
	select,
	textarea {
		height: 45px;
		border: 1px solid #ddd;
		padding: 0px 16px;
		border-radius: 6px !important;
		font-weight: 400;
		box-shadow: none !important;
		padding: 5px;

		&:focus {
			border-color: var(--primary-color);
		}
	}

	textarea {
		resize: vertical;
		min-height: 100px;
		padding: 10px;
	}

	.wpcf7-submit {
		display: block;
		width: 100%;
		margin: 0;
		text-transform: math-auto;
		font-weight: bold;
	}

	.form-two-col {
		p {
			display: grid;
			grid-template-columns: 1fr 1fr;
			gap: 15px;
		}
	}
}

.wpcf7-not-valid-tip {
	display: none;
}

.ss-absolute-footer {

	p,
	a {
		font-size: 14px;
	}
}

.title-category {
	.section-title {
		margin-bottom: 0;
	}

	.section-title-main {
		font-size: 18px;
	}

	a {
		font-size: 16px;
		font-weight: 500;
	}
}






@media(max-width:1000px) {
	.product-main {
		padding-top: 20px;
		padding-bottom: 0;
	}

	.ss-whychoose {
		& .column-quote {
			h4 {
				width: 100%;
			}
		}
	}

	.frame-title {
		h3 {
			font-size: 28px;
		}
	}

	.ss-banner-about {
		& .desc {
			p {
				font-size: 18px;
			}
		}
	}

	.ss-banner-about {
		& .frame-title {
			h1 {
				font-size: 46px;
			}
		}
	}

	.ss-product-all {
		.nav-pills {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 8px;

			li {
				a {
					width: 100%;
				}
			}
		}
	}

	.section-title-main {
		font-size: 24px;
	}

	.ss-banner {
		padding-top: 15px !important;

		.col {
			padding-bottom: 15px;
		}
	}

	.ss-pd {
		padding-top: 30px !important;
		padding-bottom: 0 !important;
	}
}

@media(max-width:600px) {
	.title-category {
		.section-title-main {
			font-size: 14px;
		}
	}

	.ss-about-long {
		.text-absolute {
			bottom: 50px;

			h4 {
				font-size: 26px;
			}
		}
	}

	.btn-order {
		grid-template-columns: 1fr;
		gap: 15px;
		margin-bottom: 15px;
	}

	.frame-title {
		h3 {
			font-size: 24px;
		}
	}

	.ss-banner-about {
		& .frame-title {
			h1 {
				font-size: 24px;
			}
		}
	}

	.ss-banner-about {
		& .desc {
			p {
				font-size: 16px;
			}
		}

		.button {
			font-size: 14px;
		}
	}

	.ss-blogpost {
		.box-vertical {
			.box-text {
				padding-left: 0 !important;
				padding-top: 15px !important;
			}
		}
	}

	.section-title-main {
		font-size: 20px;
	}

	.ss-product-all {
		.nav-pills {
			display: grid;
			grid-template-columns: 1fr;
			gap: 8px;
		}
	}
}