/* Trang giỏ hàng — bố cục theo ui/trang-cart.png */

/* Tiêu đề "ĐƠN HÀNG" thay cho breadcrumb 3 bước cũ của Flatsome (xem page-cart.php). */
.bioseed-cart-header {
	margin-bottom: 20px;
}
.bioseed-cart-title {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
	color: #1a1a1a;
	text-align: left;
}

.woocommerce-cart-form table.shop_table {
	border: 0;
	border-collapse: collapse;
}
.woocommerce-cart-form table.shop_table thead th {
	padding: 18px 12px;
	background: #f7f8fa;
	border: 0;
	font-size: 12px; /* -3 tu 15px */
	font-weight: 700;
	color: #1a1a1a;
	text-transform: none;
}
.woocommerce-cart-form table.shop_table td {
	padding: 20px 12px;
	border: 0;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}
.woocommerce-cart-form .product-thumbnail img {
	width: 90px;
	border-radius: 4px;
}
.woocommerce-cart-form .product-name a {
	font-size: 12px; /* -3 tu 15px */
	font-weight: 600;
	color: #1a1a1a;
}
.woocommerce-cart-form .product-variation { font-size: 12px; color: #888; }
.woocommerce-cart-form .product-subtotal {
	font-size: 13px; /* -3 tu 16px */
	font-weight: 700;
	color: #1a1a1a;
}
.woocommerce-cart-form .product-remove a.remove {
	width: 26px;
	height: 26px;
	border: 0; /* bo vien tron mac dinh cua Flatsome (a.remove{border:2px solid}), chi con dau x tron */
	color: #999 !important;
	font-size: 22px;
	line-height: 24px;
}
.woocommerce-cart-form .product-remove a.remove:hover {
	background: none;
	color: #c92a2a !important;
}

/*
 * Stepper tron xanh: dinh nghia trong assets/css/shop.css de trang chi tiet
 * san pham dung chung mot kieu — hai noi deu dung markup .quantity cua
 * WooCommerce nen chi can mot bo quy tac.
 */

/*
 * Hai nut duoi bang: day xuong ro rang, chu thuong, nho lai.
 * Selector phai gom ca "table.shop_table td" (khong chi ".actions") de do
 * dac hieu cao hon quy tac `.woocommerce-cart-form table.shop_table td{padding:...}`
 * o tren — neu khong padding-top rieng nay se bi quy tac padding chung de.
 */
.woocommerce-cart-form table.shop_table td.actions {
	padding-top: 48px;
}
.woocommerce-cart-form .button-continue-shopping,
.woocommerce-cart-form button[name="update_cart"] {
	text-transform: none;
	font-size: .85em;
}

/* Card tóm tắt */
.bioseed-cart-summary {
	padding: 30px 28px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
}

/*
 * Flatsome an moi <h2> nam truc tiep trong .cart_totals bang quy tac
 * `.cart_totals>h2{display:none}` (flatsome-shop.css), roi tu ve tieu de rieng
 * bang mot <table><th>Cart totals</th></table> rong qua hook
 * woocommerce_before_cart_totals (xem inc/woocommerce/structure-wc-checkout.php
 * cua theme cha). Hook do khong duoc go bo (yeu cau giu nguyen do_action cua
 * WooCommerce/Flatsome trong template), nen o day chi chan phan hien thi:
 * an cai bang gia thay the do, va bat lai <h2> that cua card minh bang do dac
 * hieu cao hon selector cua theme cha (.bioseed-cart-summary > h2 co 2 class +
 * 1 the, cao hon .cart_totals > h2 chi co 1 class + 1 the).
 */
.bioseed-cart-summary > table {
	display: none;
}
.bioseed-cart-summary > h2.bioseed-summary-heading {
	display: block !important;
}

.bioseed-summary-heading {
	margin: 0 0 8px;
	font-size: 18px; /* -3 tu 21px */
	font-weight: 600;
	color: #1a1a1a;
}
.bioseed-summary-rule {
	display: block;
	width: 96px;
	height: 3px;
	margin-bottom: 22px;
	background: #1e7145;
}
.bioseed-summary-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 9px 0;
	font-size: 13px; /* -3 tu 16px */
	color: #555;
}
.bioseed-summary-row strong { color: #1a1a1a; }
.bioseed-summary-note {
	margin: 12px 0 18px;
	padding: 14px 16px;
	background: #fdf4e3;
	border-radius: 4px;
	font-size: 11px; /* -3.5 tu 14.5px */
	line-height: 1.45;
	color: #c8842a;
}
.bioseed-summary-total {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-top: 18px;
	border-top: 1px solid #eee;
	margin-bottom: 22px;
	font-size: 16px; /* -4 tu 20px */
	font-weight: 700;
	color: #1a1a1a;
}
.bioseed-summary-total strong,
.bioseed-summary-total .amount { color: #f0a020; }

.bioseed-confirm-button {
	display: block;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	border-radius: 4px;
	background: #1e7145 !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-transform: none;
}
.bioseed-confirm-button:hover { background: #155734 !important; }

@media (max-width: 849px) {
	.bioseed-cart-summary { margin-top: 26px; padding: 24px 20px; }
	.woocommerce-cart-form table.shop_table td { padding: 14px 8px; }
	.woocommerce-cart-form .product-thumbnail img { width: 64px; }
}

/* Cot checkbox chon dong o dau bang gio hang. */
.woocommerce-cart-form table.shop_table th.product-select,
.woocommerce-cart-form table.shop_table td.product-select {
	width: 36px;
	padding-left: 12px;
	padding-right: 4px;
	text-align: center;
}
#bioseed-cart-select-all,
.bioseed-cart-select-item {
	width: 18px;
	height: 18px;
	margin: 0;
	cursor: pointer;
	accent-color: #1e7145;
}

/* Nut Xac nhan vo hieu hoa khi khong dong nao duoc tich — khong cho dat don rong. */
.bioseed-confirm-button[disabled] {
	background: #b7c2bc !important;
	color: #fff !important;
	cursor: not-allowed;
	opacity: .8;
}

/*
 * Popup "Thong tin giao hang" — dung lai nguyen khung popup Mua ngay
 * (.bioseed-qb-overlay/.bioseed-qb-modal/.bioseed-qb-form trong quick-buy.css,
 * nap qua bioseed_cart_assets()), chi bo cot tom tat san pham ben phai nen o
 * day chi can vai chinh sua nho cho vua noi dung ngan hon.
 */
/*
 * Phai viet ".bioseed-qb-modal.bioseed-cco-modal" chu khong phai
 * ".bioseed-cco-modal" mot minh. Quy tac goc ".bioseed-qb-modal{max-width:960px;
 * height:80vh}" nam trong quick-buy.css — file do duoc IN O FOOTER (xem
 * inc/quick-buy/modal.php) nen dung sau cart.css trong <head>. Cung do dac hieu
 * (0,1,0) thi file sau thang, nen popup van ra 960x720 du o day ghi 720/auto.
 * Hai class cung mot phan tu nang len (0,2,0) moi thuc su de len duoc.
 */
.bioseed-qb-modal.bioseed-cco-modal {
	max-width: 560px;
	height: auto;
	max-height: 88vh;
	padding: 20px 22px;
}
.bioseed-cco-modal .bioseed-qb-heading {
	font-size: 18px;
}
.bioseed-cco-modal .bioseed-qb-heading-rule {
	width: 76px;
	margin-bottom: 14px;
}
.bioseed-cco-modal .bioseed-qb-field textarea {
	min-height: 74px;
}
.bioseed-cco-body {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
}
.bioseed-cco-actions {
	margin-top: 20px;
}

/*
 * Nut "Xac nhan" dung mau primary cua theme (#3e8b08) chu khong phai mau xanh
 * dam cua popup mua nhanh. Bien khai bao trong assets/css/shop.css.
 */
#bioseed-cco-submit {
	border: 0;
	background: var(--bioseed-primary);
	/* Bat buoc phai khai mau chu: nut nay khong khop quy tac #bioseed-qb-submit
	   (ID khac) nen mac dinh van la chu xam #3a3a3a tren nen xanh. */
	color: #fff;
}
#bioseed-cco-submit[disabled] {
	opacity: .6;
	cursor: wait;
}
#bioseed-cco-submit:hover {
	background: var(--bioseed-primary-dark);
}
