.testimonials-slider {
	display: flex;
	flex-wrap: wrap;
}

.testimonial {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
}

@media (min-width: 768px) {
	.testimonial {
		width: 50%;
	}
}

@media (min-width: 1024px) {
	.testimonial {
		width: 33.33%;
	}
}

table.comparison-table {
	width: 100%;
	border-collapse: collapse;
}
table.comparison-table,
table.comparison-table th,
table.comparison-table td {
	border: 1px solid black;
}
table.comparison-table th,
table.comparison-table td {
	padding: 8px;
	text-align: left;
}
table.comparison-table th {
	text-align: center;
}
table.comparison-table td svg {
	height: 20px;
}

table.comparison-table th svg {
	height: 40px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.comparison-table th {
	background-color: #f2f2f2;
}
#screenshot-button {
	background-color: #ff6600;
	color: white;
	padding: 10px;
	border-radius: 20px;
	border-color: #ff6600;
	font-family: inherit;
	font-weight: bold;
	font-size: 12px;
	border-radius: 5px;
}
.comparison-table select {
	padding: 12px;
	border-radius: 12px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
}

.red {
	color: red;
	font-weight: bold;
}
.comparison_result {
	color: green;
	font-weight: bold;
	border: 1px solid green;
	padding: 20px;
}
.phone_selection {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 2rem;
	max-width: 100%;
	margin: 0 auto;
}

.display_phones {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 2rem;
	max-width: 100%;
}

.display_phones .product {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
}

.display_phones .product a {
	font-size: 20px;
	font-weight: bold;
}

.display_phones .price {
	font-size: 20px;
	font-weight: bold;
}

.display_phones .product img {
	width: 100%;
	height: 200px; /* Set a fixed height */
	object-fit: contain; /* Ensure the image fits within the dimensions without cropping */
}

.hide-search-bar .general_search_bar {
	display: none !important;
}

.techzim-shop-advanced-search {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	font-family: inherit;
	margin: 0 auto;
}

.woocommerce-billing-fields__field-wrapper {
	grid-template-columns: repeat(2, 1fr);
	display: grid;
}

.techzim-search {
	max-width: 100%;
	margin: 0 auto;
	padding: 15px;
	box-sizing: border-box;
}

.techzim-search input {
	font-family: inherit;
	padding: 25px;
	width: 100%;
	font-size: 15px;
	border-radius: 12px;
	box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
}

.techzim-search select {
	padding: 12px;
	border-radius: 12px;
	font-size: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
}

.advanced-toggle {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.advanced-toggle h3 {
	font-size: 15px;
}
.advanced-toggle svg {
	color: white;
	padding: 8px;
	height: 30px;
	width: 30px;
	font-weight: bold;
	background-color: #ff6600;
}

.advanced-toggle button {
	background-color: #ff6600;
	padding: 10px;
	border-radius: 20px;
	border-color: #ff6600;
	color: white;
	font-family: inherit;
	font-weight: bold;
	font-size: 12px;
	border-radius: 5px;
}

.techzim-search button {
	background-color: #ff6600;
	padding: 10px;
	border-radius: 20px;
	border-color: #ff6600;
	color: white;
	font-family: inherit;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	width: 100%;
}

.woocommerce-checkout {
	padding: 20px;
}

.woocommerce-notices-wrapper,
.woocommerce-additional-fields,
.woocommerce-form-coupon-toggle {
	display: none !important;
}
.woocommerce-terms-and-conditions-wrapper {
	display: block !important;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout select {
	font-family: inherit;
	width: 100%;
	height: 3rem !important;
	font-size: 15px;
	padding: 6px;
	border-radius: 12px;
}

.woocommerce-checkout textarea {
	font-family: inherit;
	border-radius: 12px;
}

.woocommerce-checkout button {
	background: var(--wp--preset--gradient--primary);
	border-width: 0;
	color: var(--wp--preset--color--on-primary);
}

.woocommerce-checkout .woocommerce-checkout-review-order {
	width: 100%;
}

/* Grid layout for mobile devices */
@media (max-width: 768px) {
	.techzim-shop-advanced-search {
		grid-template-columns: repeat(3, 1fr);
	}

	.techzim-search {
		padding: 10px;
	}

	.woocommerce-checkout {
		padding: 10px;
	}
}
