/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 07 2023 | 12:34:10 */
body.woocommerce-checkout #footer > section {
	display: none;
} 
.checkout.woocommerce-checkout  .button, .checkout.woocommerce-checkout button, .checkout.woocommerce-checkout input, .checkout.woocommerce-checkout select,  .checkout.woocommerce-checkouttextarea, .checkout.woocommerce-checkout fieldset{
  margin-bottom:0px;
}
#billing_country_field.update_totals_on_change {
	padding: 5px 12px;
	border-bottom: 1px solid #ddd;
}
#billing_country_field.update_totals_on_change label {
	font-size: 12px;
	font-weight: normal;
	opacity: .8;
	margin: 0;
}
#billing_country_field.update_totals_on_change .woocommerce-input-wrapper strong {
	font-weight: 300 !important;
	font-size: 14px;
	color: #333;
}
.woocommerce-billing-fields p {
	margin-bottom: 0px;
}
.cart-subtotal, .woocommerce-checkout-review-order-table thead{
	display: none;
}
.woocommerce-billing-fields p.form-row-first {
	margin-right: 0%;
}
.woocommerce-billing-fields p.form-row-first, .woocommerce-billing-fields p.form-row-last {
	width: 50%;
}
.woocommerce-billing-fields input, .woocommerce-billing-fields select {
	border-bottom: 1px solid #d7d7d7 !important;
	border: none;
	box-shadow: none;
}
.woocommerce-billing-fields select {
	border: none;
}
.woocommerce-billing-fields__field-wrapper {
	border: 1px solid #ddd;
}
.woocommerce-billing-fields  input:hover, .woocommerce-billing-fields select:hover, .woocommerce-billing-fields  input:focus, .woocommerce-billing-fields select:focus{
	box-shadow: none !important;
	background-color: #fff8f9 !important;
}
.woocommerce-billing-fields #billing_city{
  border-bottom:none !important;
}
.woocommerce-billing-fields {
	padding-top: 0px;
	border-top: 0px solid #ddd;
}
.woocommerce-privacy-policy-text p {
	text-align: center;
	padding-top: 15px;
}
form.checkout h3 {
	font-size: 1.4em;
	text-transform: none;
  padding-top:0px;
}
.form-row.place-order #place_order {
	background-color: #fec2cb;
	text-transform: none;
	padding: 5px 0px;
	border: none;
	color: #1d201f !important;
	font-size: 18px;
	font-weight: 600;
}
.woocommerce-additional-fields {
	display: none;
}
.woocommerce-checkout .is-well {
	padding: 0px;
	background-color: #fff;
	box-shadow: none;
}
#order_review #payment ul {
	border: 1px solid #ddd;
	padding: 20px;
}
.checkout .row {
	display: block;
}
.checkout .row .col {
	max-width: 100%;
}
.checkoutSSL {
  text-align:center;
  margin-top:20px !important;
}
  .woocommerce-billing-fields {
	padding-bottom: 30px;
}
  .checkOutCol .col{
    padding-bottom:0px !important;
}
#billing_address_2_field {
	display: none !important;
}
#billing_address_1_field {
	width: 100%;
}
.shop_table.woocommerce-checkout-review-order-table td, .shop_table.woocommerce-checkout-review-order-table th {
	color: #383c3b !important;
	font-weight: lighter;
}
.shop_table.woocommerce-checkout-review-order-table tbody span.amount, .shop_table.woocommerce-checkout-review-order-table tfoot span.amount {
	color: #383c3b;
	font-weight: lighter;
}
.shop_table.woocommerce-checkout-review-order-table .order-total bdi {
	font-weight: bold;
}
.shop_table.woocommerce-checkout-review-order-table .cart_item td {
	padding-top: 0px;
	padding-bottom: 0px;
}
.shop_table.woocommerce-checkout-review-order-table .shipping__list_label {
	font-weight: lighter;
}
#billing_state_field {
	display: none !important;
}
#order_review_heading {
	display: none;
}
.checkout-sidebar .wc_payment_methods {
	border: 1px solid #ddd;
	padding: 0px 20px;
  margin-top:10px;
}
.checkout .checkout-sidebar::before {
	content: "Payment";
	font-size: 1.4em;
	font-weight: 400;
}
#order_review .shop_table  th, #order_review .shop_table td {
	padding: 0px;
	font-size: 1em;
}
#place_order {
	margin-right: 0px !important;
}
.woocommerce-privacy-policy-text {
	font-size: 100%;
}
.fl-labels .form-row input:not([type="checkbox"]), .fl-labels .form-row textarea, .fl-labels .form-row select {
	height: 51px;
}

@media (min-width:767px){
  .woocommerce-billing-fields #billing_city_field {
	width: 50%;
	display: inline-block;
}
.woocommerce-billing-fields #billing_postcode_field {
	width: 50%;
    display: inline-block; 
}
  .woocommerce-billing-fields #billing_first_name, .woocommerce-billing-fields #billing_postcode {
	border-right: 1px solid #d2d2d2;
}
  .woocommerce-billing-fields #billing_postcode{
  border-bottom:none !important;
}
	.woocommerce-checkout.woocommerce-order-received .col.medium-6.small-12.large-6 {
	max-width: 80% !important;
	flex-basis: 80%;
	margin: 0 auto;
}
}

@media (max-width:768px){
  .woocommerce-info.message-wrapper .message-container {
	text-align: left !important;
}
  .woocommerce-billing-fields__field-wrapper #billing_first_name_field, .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
	width: 100%;
}
}