/*
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.   ***************/
.row-form {
	padding: 20px !important;
	background-color: #ffffff47;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.row-form .wpcf7-submit {
	background: white !important;
	color: black;
	padding: 0px 50px;
}
.absolute-footer {
	display:none !important;
}
.amlab_col_icon_product .col-inner {
	display: flex !important; 
	flex-wrap: wrap !important;
	justify-content: center;
	gap: 30px 20px;
}
.amlab_icon-single_product {
	width: 25% !important;
}
.amlab_icon-single_product img {
	width: 80px !important;
	height: 60px !important;
	object-fit: contain !important;
	margin-bottom: 10px;
}
.amlab_icon-single_product h3 {
	font-size: 16px !important;
	color: black;
	margin: 0 !important;
}
.amlab_icon-single_product p {
	margin: 0 !important;
	font-size: 13px !important;
}
.amlab_thin_title {
	color: #4F4F4F;
	font-size: 40px;
	font-weight: 200;
	text-transform: uppercase;
	line-height: 43px;
	letter-spacing: 1px;
}
.amlab_title_section {
	color: #4F4F4F;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 42px;
	letter-spacing: 3.5px;
}
.amlab_download_btn {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 6px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	background-color: #6F7E8F;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #6F7E8F;
	padding: 8px 24px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.align-center {
	align-items: center !important;
}
.amlab_mg_auto {
	margin: 0 auto !important;
}
.amlab_mgt_80 {
	margin-top: -80px;
}
.single-product h1.product-title {
	color: #4F4F4F;
	font-size: 55px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 55px;
	text-align: center;
	margin: 30px 0 35px;
}
.single-product .woocommerce-tabs {
	max-width: 100% !important;
}
.single-product .wc-tabs.product-tabs {
	display: none !important;
}
.amlab_product_img_main .product-images {
	height: 500px !important;
	max-height: 500px !important;
}
.amlab_product_img_main .product-images img{
	max-height: 500px !important;
	object-fit: contain !important;
}
#amlab_related_product_wrapper .row.slider {
	max-width: 100% !important;
	border: none !important;
}
#amlab_related_product_wrapper .product-section-title {
	margin-left: 0 !important;
	font-size: 25px;
}
#amlab_related_product_wrapper {
	border: none !important;
}
.amlab_meta_category_container .amlab_meta_category img.amlab_cate_thumbnail {
	width: 100px;
	height: 100px;
}
.amlab_meta_category_container .amlab_meta_category .amlab_cate_title {
	color: #000000;
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 13px;
	letter-spacing: 3.2px;
}
.blog-wrapper#content .row{
	max-width: 100% !important;
}
.amlab_meta_category_container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
.amlab_flex_center .col-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.header-main .nav > li > a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 10px;
}
.amlab_input {
	box-shadow: none !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	border-bottom: 2px solid #ddd !important;
	margin-bottom: 0;
}
.amlab_field_100 {
	width: 100%;
}
#amlab_email_footer {
	margin: 0;
	border-radius: 0px;
	padding-right: 110px;
	border: initial;
	min-height: 45px;
	background-color: rgba(0,0,0,0.11);
	border-color: #1e2e3a;
	color: #f1c0b5;
}
#amlab_btn_submit {
	width: 200px;
	height: 45px;
	border: initial;
	background: #6F7E8F !important;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 45px;
	border-radius: initial;
	transition: 0.4s all;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.amlab_icon-single_product {
	width: 20% !important;
}
.amlab_icon-single_product h3 {
	font-size: 12px !important;
}
#amlab_related_product_wrapper .product-section-title {
	font-size: 20px;
}
.single-product h1.product-title {
	font-size: 35px;
}
.amlab_product_img_main .product-images {
	height: 400px !important;
	max-height: 400px !important;
	min-height: 400px !important;
}
.amlab_product_img_main .product-images img{
	max-height: 400px !important;
	min-height: 400px !important;
	object-fit: contain !important;
}
.amlab_meta_category_container .amlab_meta_category img.amlab_cate_thumbnail {
	width: 50px;
	height: 50px;
}
.amlab_meta_category_container .amlab_meta_category .amlab_cate_title {
	font-size: 8px;
}
.amlab_reverse_pos .amlab_product_img_main {
	order: 1;
}
.amlab_reverse_pos .amlab_product_information {
	order: 2;
}
.amlab_mgt_80 {
	margin-top: 0px;
}

}