Performans Yelken Astra Tema Ek CSS Kodları

/* CF7 Gönder Butonu */

.has-spinner {
	width: 100%;
}
/* CF7 Gönder Butonu Bitti */

/* Gizlemek istediğim içerikler için */
.gizle {
	visibility: hidden;
}


/*Ürün Sayfasındaki Tablolar*/
.productSpecsTable {
	color: white;
	border: 3px solid black;
	border-radius: 5px;
}
.productSpecsTable td {
	font-size: 14px;
}
.elementor-tab-title {
	background-color: green;
	color: white;
}

tr:nth-child(even) {
	background-color: grey;
	color: white;
}
/*Ürün Sayfasındaki Tablolar bitti */

/*Açık Zemindeki Tablolar*/
.productSpecsTableDark {
	border: 3px solid black;
	border-radius: 5px;
	font-weight: bold;
}
.productSpecsTableDark td {
	font-size: 14px;
	
}
.elementor-tab-title {
	background-color: green;
	color: white;
}

tr:nth-child(even) {
	background-color: grey;
	color: white;
}
/*Açık Zemindeki Tablolar bitti */

.productDetailTable th {
	background-color: #E6007E;
	color: #fff;
}
.productDetailTable td {
	color: #E6007E;
	background-color: #fff;
	text-align: center;
	font-weight: 600;
}

.white-link  {
	color: white;
}

.security-box {
	display:flex;
	width: 50%;
}

/* landing Page Ayarları */

.lp-table {
	display: flex;
	flex-wrap: wrap;
/* 	border: 1px solid red; */
	justify-content: space-between;
	align-items: center;
	
}
.table-box {
	width: 40%;
	border: 1px solid #000;
	border-radius: 15px;
	text-align: center;
	margin: 5px;
	box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
}
.table-box h3 {
	color: #ee3495;
}
.table-box p {
	color: black;
	font-size: 2rem;
}