/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.woocommerce-order-received .woocommerce > .row > .large-7.col,
.woocommerce-order-received .woocommerce > .row> .large-5.col {
	flex-basis: 100%;
	max-width: 100%;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
.woocommerce-additional-fields, #billing_first_name_field {
	display: none;
}
label, legend {
	font-size: 15px;
}
.address-field {
	display: none !important;
}
p {
	margin-bottom: 5px;
}
p:last-child {
	margin-bottom: 0;
}
form {
	margin-bottom: 0;
}
.wpcf7-submit {
	margin-bottom: 0;
	width: 100%;
}
.wpcf7-spinner {
	position: absolute;
}
.logo img {
	margin: auto;
}
p.form-row-first, p.form-row-last {
	width: 100% !important;
	margin-right: 0 !important;
}

/* Keyframes để tạo hiệu ứng viền nhấp nháy */
@keyframes border-blink {
  0%, 100% {
    border-color: transparent; /* Ẩn viền */
  }
  50% {
    border-color: #ff0000; /* Hiển thị viền với màu đỏ */
  }
}
@media (max-width: 640px) {
	.checkout-breadcrumbs a {
		display: inline-flex !important;
		margin: 0 15px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.page-wrapper.box-shadow.page-checkout {
		padding: 15px 0 !important;
	}

}