/*
Theme Name: IT WINGS Theme Child Full
Template: hello-elementor
Version: 1.0.0
*/


/************************ Checkout-Design ************************/


.checkout-table td{
	background-color: transparent !important;
	border: none !important;
}

button#place_order{
	background-color: #FFFFFF !important;
    color: #0069B3 !important;
	font-size: 16px !important;
	text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
	padding: 15px !important;
	border: solid 1px #0069B3;
	transition-duration: 0.3s !important;
}

button#place_order:hover{
	background-color: #0069B3 !important;
    color: #FFFFFF !important;
}

#select2-billing_country-results *{
	font-family: 'Dax-Pro' !important;
}



/************************ Single-Product-Design ************************/

.product-page-table{
	--content-width: unset !important;
	min-width: 1220px !important;
	width: fit-content !important;
	place-self: center;
}



