/*
Theme Name: Miniture Child
Theme URI: http://miniture.novaworks.net
Description: This is a child theme for Miniture Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: miniture
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
.elementor-btn-align-icon-right .elementor-button-content-wrapper{
	flex-direction:row-reverse;
}
p, span, li, a{
	line-height:1.4em;
}
p{
	margin-bottom:13px;
}
.text-blue{
	color:#404c9d;
}
.form_row p {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.contact_form .form_row .wpcf7-form-control-wrap{
	margin:12px 0px 0px 0px !important;
}
.form_row label{
	font-size: 17px;
	color: #090e2e;
	padding:0;
	width:100%;
}
.form_row input::placeholder, .form_row textarea::placeholder{
	font-weight:300;
}
.contact_form .wpcf7-submit{
	background: #404c9d !important;
    font-size: 16px !important;
    border-radius: 4px;
}
.product-item__description--top-actions{
	display:none !important;
}
.kitify-banner__title{
	margin:0 !important;
}
.kitify-carousel .kitify-arrow:hover {
	background-color:#404c9d !important;
}
.home_productTabs .e-n-tabs-heading {
    background:#f6f4f0;
    width: fit-content;
    margin: auto;
    padding: 12px;
    border-radius: 40px;
}
/****************************************************************/
.tafe-table {
  width: 68%;
  border-collapse: collapse; 
  font-family: Arial, sans-serif;
  border: 1px solid #d1d5db;
}
.tafe-table-header th {
  background-color: #1f2937;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
}
.tafe-table-body td {
  padding: 10px 16px;
  border: 1px solid #e5e7eb;
  color: #374151;
}
.tafe-table-body tr:nth-child(odd) {
  background-color: #ffffff;
}

.tafe-table-body tr:nth-child(even) {
  background-color: #f9fafb;
}
.tafe-table-body tr:hover {
  background-color: #f3f4f6;
}
#panel_reviews-label{
	display:none;
}
@media (max-width:767px){
	.form_row p{
		flex-direction:column;
		gap:0;
	}
	.tafe-table{
		width:100% !important;
	}
}