/*
Theme Name: Muscle Hand Car Wash
Author: CND
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.location_popup a:focus-visible{
	outline: none;
}

.mailcheck-suggestion{
	color: #000 !important;
}

.additional-container{
	border: 1px solid #e0e0e0;
    padding: 16px 30px;
}

.additional-swiper {
    padding: 1px !important;
}

.additional-products{
	display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
}

.additional-details {
	border: 1px solid #e0e0e0;
    padding: 16px 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.additional-details .product-title{
	margin: 0;
	line-height: 0;
}

.additional-details>a{
    max-width: 70px;
}

.additional-details>div {
	width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
	align-items: flex-start;
}

.additional-details .price_and_cart{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

table.additional-products-table,
.additional-products-table td,
.additional-products-table th {
    border: .5px solid #ededed !important;
}

table.additional-products-table tbody tr:nth-of-type(even){
	background: #f0f0f0;
}

.additional-products-table thead{
	background: #000;
}

.additional-products-table td{
	color: #000;
}

.additional-products-table .add-to-cart-btn{
	background: #000;
    color: #fff !important;
    font-size: 12px !important;
    padding: 8px 12px;
    border-radius: 50px;
}

@media(max-width: 1024px){
	.additional-swiper{
		max-width:720px;
	}
	.additional-container{
		margin-top: 20px;
	}
}
@media(max-width: 768px){
	.additional-container{
		padding: 16px 16px;
	}
	.additional-swiper{
		max-width:315px;
	}
	.additional-products-table td {
		font-size: 12px;
	}
}