
.woocommerce-checkout  .woocommerce-info{
	margin-bottom: 20px;
	border-left: 5px solid #A8914F;
	background: #F8F8F8;
	color: #6D6D6D;
	padding-left: 30px;
}

.woocommerce-checkout  .woocommerce-info:before{
	display: none;
}

.woocommerce-checkout  .woocommerce-info a{
	color: #A8914F;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row{
	flex-direction: column;
	margin: 0 0 15px;
}

.woocommerce-checkout.page-template-template-fullwidth-php .col2-set .form-row-first {
    width: 50%;
    float: left;
    margin-right: 0;
}

.woocommerce-additional-fields__field-wrapper .form-row, .woocommerce-shipping-fields__field-wrapper .form-row{
	flex-direction: column;
	
}

.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper textarea{
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	resize: none;
}

.woocommerce-checkout .mailchimp-newsletter{
	margin-top: 30px;
	margin-bottom: 10;
}

#ship-to-different-address span{
	font-size: 20px;
    font-weight: 400;
    color: #6d6d6d;
    font-family: 'Poppins', sans-serif;
}
#ship-to-different-address .woocommerce-form__input-checkbox{
	position: static;
	margin-left: -5px;
    margin-right: 6px;
    transform: none;
}

#customer_details .col-1{
	margin-bottom: 0;
}

#order_review_heading {
    text-align: center;
    background: #F8F8F8;
    padding-top: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
	font-size: 24px;
	line-height: 29px;
}

.woocommerce-billing-fields h3{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
}
.woocommerce-checkout-review-order{
	background: #F8F8F8 !important;
}

.woocommerce-checkout-review-order table:not( .has-background ) tbody td{
	background: #F8F8F8 !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    margin-bottom: 50px;
}

tr.woocommerce-shipping-totals.shipping {
    border-bottom: 0;
}

.parcel_machine_checkout td {
    width: 100%;
    max-width: 100% !important;
    padding: 0 2rem;
}

.parcel_machine_checkout td.padding_cell:first-child {
    display: none;
}

.woocommerce-checkout-review-order-table tr{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(109, 109, 109, 0.15);
}

table.woocommerce-checkout-review-order-table .product-name{
	width: 74%;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    margin-bottom: 20px;
}

.woocommerce-checkout #payment .place-order{
	margin-top: 0;
}

.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 30px;
}

.woocommerce-terms-and-conditions-wrapper .validate-required{
	padding-left: 15px;
}

.woocommerce-checkout #payment .payment_methods > li .payment_box, .woocommerce-checkout #payment .place-order{
	background: transparent;
}

.woocommerce-checkout #order_review .shop_table {
    margin-bottom: 17px;
}

.woocommerce-checkout #payment .payment_methods > li:not(.woocommerce-notice){
	background: transparent;
}

.woocommerce-checkout #payment .place-order .button {
    width: 100%;
    white-space: pre-wrap;
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.woocommerce-checkout .parcel_machine_checkout select {
    background-color: #fff !important;
    background: url(/wp-content/themes/storefront-child-theme-master/images/drop_arr1.svg) calc(100% - 16px);
    background-repeat: no-repeat;
    background-size: 20px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper label{
	margin-right: 30px !important;
}

.woocommerce-checkout .woocommerce-Price-amount.amount{
	color: #6D6D6D;
}

@media(max-width: 767px){
	.woocommerce-checkout .woocommerce-info{
		font-size: 14px;
		line-height: 24px;
	}

	.woocommerce-checkout.page-template-template-fullwidth-php .col2-set .form-row-first{
		float: none;
		width: 100%;
	}

	.woocommerce-checkout .form-row label, #ship-to-different-address span{
		font-size: 16px;
	}

	#order_review_heading{
		margin-bottom: 0;
		margin-top: 30px;
	}

	#customer_details .col-1, #customer_details .col-2{
		padding: 0;
	}

	body.woocommerce-checkout{
		font-size: 16px;
	}
	.woocommerce-checkout #payment .place-order .button{
		font-size: 14px;
	}

	.shop_table .woocommerce-Price-amount.amount, .shop_table .woocommerce-Price-currencySymbol{
		font-size: 16px !important;
	}

	.woocommerce-shipping-totals th {
	    padding-bottom: 0;
	}

	.woocommerce-shipping-methods li label{
		display: flex;
		justify-content: space-between;
	}

	tr.woocommerce-shipping-totals.shipping {
	    border-bottom: 0;
	    flex-direction: column;
	}
}

