/**
 * Theme Name: Bricks Child
 * Description: Child theme for Bricks Builder
 * Author: Your Name
 * Template: bricks
 * Version: 1.0.0
 * Text Domain: bricks-child
 */

/* Your custom CSS goes here */




.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
	margin-bottom: 30px;
}


form.checkout.woocommerce-checkout{
	margin-top: 20px;
}
form.checkout.woocommerce-checkout h3{
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e2de !important;
}

form.checkout.woocommerce-checkout select, form.checkout.woocommerce-checkout input, form.checkout.woocommerce-checkout span{
 border-radius: 10px !important; 
}

div#customer_details {
    display: inline-block;
    width: 56%;
    clear: both;
    float: left;
    margin-right: 2%;

}

span.select2.select2-container.select2-container--default{
	width:100% !important;
	width: 42%;
    display: inline-block;
}


div#overview_detail{
	width: 42%;
    display: inline-block;
}

table.shop_table.woocommerce-checkout-review-order-table {
    border: 1px solid #e6e2de;
    border-collapse: initial;
    border-radius: 15px !important;
	background-color: #ffffff;
	padding: 20px;
}


table.shop_table.woocommerce-checkout-review-order-table th {
    padding: 0px;
}





div#payment {
    background-color: #ebe9eb;
    border-radius: 15px;
    border-color: #ebe9eb;
}
#payment button {
	background-color: #e1aeaa;
	border-radius: 7px;
	color: #ffffff;
	font-weight;: bold;
	box-shadow: 0px 5px 10px 0px #00000025;
	text-transform: uppercase;
}


.woocommerce-info {
align-items: center;
    background-color: #e1aeaa;
    color: #4c4848;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-top: 5px solid #b88f8c;
}
