/*
Theme Name: Office Plus
Theme URI: https://vppofficeplus.vn/
Author: Web360.vn
Author URI: https://web360.vn/
Description: Giao diện chuẩn WooCommerce dành cho doanh nghiệp Văn Phòng Phẩm Office Plus.
Version: 1.0.0
Text Domain: officeplus
*/

/* Import base custom stylesheets from template directory */
@import url('template/css/style.css');
@import url('template/css/responsive.css');

/* Custom Product Tag Badge */
.office-custom-product-tag {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 50rem;
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 1.2;
	letter-spacing: 0.3px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
	vertical-align: middle;
	white-space: nowrap;
	transition: all 0.2s ease-in-out;
}

/* Cart Count Badge Custom */
.badge-count,
.cart-count-badge,
.header-icon-btn .badge-count {
	position: absolute;
	top: -4px;
	right: -4px;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: #E53E3E;
	color: #FFFFFF !important;
	font-size: 0.68rem;
	font-weight: 700;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	line-height: 1;
	text-align: center;
	border-radius: 999px;
	border: 2px solid #FFFFFF;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	pointer-events: none;
	box-sizing: border-box;
	z-index: 2;
}


