/*
Theme Name: Flatsome Child
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Author URI: http://www.uxthemes.com/
Template: flatsome
Version: 3.0
*/
.lightbox-content {
    background-color: #fff;
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    margin: 0 auto;
    max-width: 875px;
    position: relative;
    height: 600px;
    overflow: auto;
    border-radius: 12px;
	textarea{
		height: 50px;
    min-height: 40px !important;
	}
}
body {
	overflow-x: hidden;
}
.text-banner{
	margin-left:2rem !important;
	h4 {
		background: linear-gradient(90deg,
			#1782BB 0%,
			#1F8073 45%,
			#4D9A39 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent;
		font-weight: 700;
		font-size:26px;
		@media (max-width: 549px) {
			font-size:16px;
		}
	}
	p{
		font-size:18px;
	}
}
a.button.btn-primary-custom {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to LEFT, #0ba2dc, #0041b8) ! IMPORTANT;
	color: #ffffff !important;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	padding: 12px 24px !important;
	height: 55px !important;
	border-radius: 55px !important;
	border: none !important;
	text-shadow: none !important;
	box-shadow: none !important;
	text-transform: none !important;
	margin: 0 !important;
	transition:
		opacity 0.3s ease,
		transform 0.3s ease !important;
}

a.button.btn-primary-custom:hover {
	opacity: 0.95 !important;
	transform: translateY(-2px) !important;
	color: #ffffff !important;
}

a.button.btn-primary-custom span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.section-title-normal {
	border-bottom: none !important;
}

.product-small.box .imexco-specs-container .specs-list li {
	margin-left: 0 !important;
}

.absolute-footer.dark.medium-text-center.small-text-center {
	display: none !important;
}

/* Homepage Background */
.section-home-products,
.section-domestic-market {
	background: #f7faf8 !important;
}

@media (max-width: 549px) {
	#logo img {
		max-height: 55px !important;
	}
}

@media (max-width: 480px) {
	a.button.btn-primary-custom {
		font-size: 14px !important;
		height: 40px !important;
	}
}