/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
div#tab-downloads table tr img {
    width: 61px;
}
.table-responsive {
	max-width: 100%;
	overflow-x: auto;
}
.woocommerce-Tabs-panel {
	box-shadow: 0 0 10px #0000001c !important;
	padding: 20px 40px !important;
	margin: 20px !important;
}

.tabs.wc-tabs li a {
	font-size: 16px !important;
}

.tabs.wc-tabs li {
	margin: 0 1px !important;
}
.tabs.wc-tabs li.active {
	border-bottom: 3px solid #4a47ae !important;
}

.table-responsive tbody tr td:nth-child(1) {
	color: #00489a;
	font-weight: 600;
}
.table-responsive thead th {
	text-transform: capitalize;
}
.acf-wraper {
	display: flex;
	border-bottom: 1px dashed #ccccccdb;
	padding: 0 0 10px 0;
	gap: 10px;
}

.acf-wraper .acf-item {
	display: flex;
	align-items: center;
}

.acf-wraper .acf-item img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.acf-wraper .acf-item p {
	margin: 0;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
}
h2.acf_main_heading {
	font-size: 22px;
	margin: 14px 0 0 0;
}
.acf-item.approvals img {
	width: auto !important;
	height: 70px;
	object-fit: contain;
}

@media screen and (max-width: 768px){

}

@media screen and (max-width: 480px){
	.acf-wraper {
		flex-wrap: wrap;
	}
	.acf-wraper .acf-item img {
		width: 33px;
		height: 32px;
		object-fit: contain;
	}
	h2.acf_main_heading {
		font-size: 18px;
		margin: 14px 0 4px 0;
	}
	.acf-item.approvals img {
		width: auto !important;
		height: 50px !important;
		object-fit: contain !important;
		margin-right: 4px;
	}
	.single-product.woocommerce .woocommerce-tabs ul.tabs {
    text-align: center !important;
    padding: 0 !important;
}
	.single-product.woocommerce .elementor ul.tabs li {
    padding: 0;
    width: 45% !important;
    margin: 2px auto !important;
}
}

