/* ====================================
   购物车/商城主题 - 与仪表盘风格统一
   ==================================== */

/* ========== ZhiUIz 主题 - 产品列表页 ========== */

/* 底部分类容器 - 圆角 */
.firstgroup_box,
.secondgroup_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 12px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #f0f2f5;
	overflow: hidden;
}

.firstgroup_box_prov,
.secondgroup_box_area {
	font-size: 13px;
	font-weight: 500;
	color: #666;
	margin-right: 12px;
	white-space: nowrap;
}

.firstgroup_box_group,
.secondgroup_box_group {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.firstgroup_item,
.secondgroup_item {
	padding: 6px 16px;
	border-radius: 8px !important;
	font-size: 13px;
	background: #f5f5f5;
	color: #555;
	transition: all 0.2s ease;
	cursor: pointer;
	overflow: hidden;
}

.firstgroup_item:hover,
.secondgroup_item:hover {
	background: #f0f1ff;
	color: #6064ff;
}

.firstgroup_item.active,
.secondgroup_item.active {
	background: linear-gradient(135deg, #667eea, #6064ff) !important;
	color: #fff !important;
}

.firstgroup_item.active a,
.secondgroup_item.active a {
	color: #fff !important;
}

.firstgroup_item a,
.secondgroup_item a {
	color: #555;
	text-decoration: none;
}

.firstgroup_item a:hover,
.secondgroup_item a:hover {
	color: #6064ff;
	text-decoration: none;
}

/* banner 区域 - 美化版 */
.cart-banner {
	position: relative;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	padding: 32px 36px;
	display: flex;
	align-items: center;
}

.cart-banner::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -10%;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: rgba(255,255,255,0.06);
	pointer-events: none;
}

.cart-banner::after {
	content: '';
	position: absolute;
	bottom: -30%;
	right: 15%;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: rgba(255,255,255,0.04);
	pointer-events: none;
}

.cart-banner-inner {
	position: relative;
	z-index: 1;
}

.cart-banner-title {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 6px 0;
	line-height: 1.3;
}

.cart-banner-desc {
	font-size: 14px;
	color: rgba(255,255,255,0.85);
	margin: 0 0 16px 0;
	line-height: 1.5;
}

.cart-banner-btn {
	display: inline-block;
	padding: 8px 24px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
	backdrop-filter: blur(4px);
	border: 1px solid rgba(255,255,255,0.25);
}

.cart-banner-btn:hover {
	background: rgba(255,255,255,0.3);
	color: #fff;
	text-decoration: none;
}

/* 产品卡片 (boxe) */
.product-wrap {
	margin-top: 8px;
}

/* 产品列表外层卡片兼容（default cart） */
.col-sm-9 > .card,
.col-sm-10 > .card {
	border: none !important;
	border-radius: 10px !important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06);
	overflow: hidden;
}

.boxe {
	position: relative;
	top: 0;
	padding: 24px;
	border: 1px solid #f0f2f5;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.04);
	transition: all 0.3s ease;
	margin-bottom: 20px;
	min-height: 280px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.boxe:hover,
.boxe.active {
	top: -4px;
	box-shadow: 0 8px 24px rgba(96,100,255,0.12);
	border-color: #e8e8e8;
}

.boxe .boxe-title {
	margin-bottom: 12px;
}

.boxe .name {
	display: block;
	margin: 0 0 8px 0;
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.boxe .cost {
	font-size: 14px;
	margin-bottom: 12px;
	color: #e64a19;
}

.boxe .cost .big {
	font-size: 28px;
	font-weight: 700;
	color: #e64a19;
}

.boxe .cost .won {
	font-size: 13px;
	color: #999;
	vertical-align: baseline;
}

.boxe .cost s {
	display: block;
	text-decoration: line-through;
	font-size: 13px;
	color: #bbb;
	font-weight: 400;
}

.boxe dl {
	line-height: 1.8;
	margin-bottom: 0;
	flex: 1;
	font-size: 13px;
	color: #666;
}

.boxe dl dd,
.boxe dl dt {
	line-height: 1.8;
	margin-bottom: 0;
}

.boxe dl dt {
	float: left;
	min-width: 90px;
	color: #999;
	font-weight: 400;
}

.boxe dl dd {
	color: #333;
	font-weight: 500;
}

/* Badge 标签 */
.boxe .badge.qty {
	position: absolute;
	top: -1px;
	left: -1px;
	border-radius: 10px 0 10px 0;
	color: #fff;
	padding: 4px 12px;
	background: linear-gradient(135deg, #667eea, #6064ff);
	font-size: 12px;
	font-weight: 500;
}

.boxe .badge.deeporange {
	position: absolute;
	top: -1px;
	right: -1px;
	border-radius: 0 10px 0 10px;
	color: #fff;
	padding: 4px 12px;
	background: #ff6f00;
	font-size: 12px;
	font-weight: 500;
}

.boxe .new {
	display: inline-block;
	padding: 1px 8px;
	color: #fff;
	background: #ff9803;
	border-radius: 4px;
	font-size: 12px;
}

.boxe .new.unvisible {
	visibility: hidden;
}

.boxe .percent {
	display: inline-block;
	margin-right: 4px;
	padding: 1px 8px;
	border: 1px solid #f66b05;
	color: #f66b05;
	border-radius: 4px;
	font-size: 12px;
}

/* 购买按钮 */
.boxe .btn-primary {
	background: linear-gradient(135deg, #667eea, #6064ff) !important;
	border: none !important;
	border-radius: 8px !important;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
	width: 100%;
	margin-top: auto;
	display: block;
	text-align: center;
	color: #fff;
}

.boxe .btn-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(96,100,255,0.35);
}

.boxe .btn-outofstock {
	color: #fff;
	cursor: not-allowed;
	background: #9ca0a7;
	border-radius: 8px;
	padding: 10px 24px;
	font-size: 14px;
	width: 100%;
	margin-top: auto;
	display: block;
	text-align: center;
	opacity: 0.7;
}

/* ---------- product-1.tpl (smc-card) ---------- */
.smc-card.card-md {
	border: 1px solid #f0f2f5;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.04);
	transition: all 0.3s ease;
	margin-bottom: 20px;
	overflow: hidden;
}

.smc-card.card-md:hover {
	border-color: #e8e8e8;
	box-shadow: 0 8px 24px rgba(96,100,255,0.12);
	transform: translateY(-4px);
}

.smc-card .card-top {
	padding: 20px 20px 0;
}

.smc-card .card-top .title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin: 0 0 4px;
}

.smc-card .card-tag {
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 4px 12px;
	background: linear-gradient(135deg, #667eea, #6064ff);
	color: #fff;
	font-size: 12px;
	border-radius: 0 0 8px 8px;
}

.smc-card .card-content {
	padding: 12px 20px;
	font-size: 13px;
	color: #666;
	line-height: 1.8;
	flex: 1;
}

.smc-card .card-bottom {
	padding: 16px 20px;
	border-top: 1px solid #f5f5f5;
}

.smc-card .price-detail {
	margin-bottom: 12px;
}

.smc-card .panyi-num {
	font-size: 24px;
	font-weight: 700;
	color: #e64a19;
}

.smc-card .price-detaily {
	font-size: 13px;
	color: #999;
	font-weight: 400;
}

.smc-card .original_price {
	display: block;
	font-size: 12px;
	color: #bbb;
	text-decoration: line-through;
	font-weight: 400;
	margin-top: 2px;
}

.smc-card .desc {
	font-size: 12px;
	color: #999;
}

.smc-card .list_nome {
	font-size: 12px;
	color: #999;
}

/* smc-card 购买按钮 */
.button-base.button-yellowgradient {
	display: inline-block;
	padding: 8px 24px;
	background: linear-gradient(135deg, #667eea, #6064ff) !important;
	color: #fff !important;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	transition: all 0.3s ease;
	text-decoration: none;
	border: none;
	width: 100%;
}

.button-base.button-yellowgradient:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(96,100,255,0.35);
	color: #fff !important;
	text-decoration: none;
}

.button-base.button-yellowgradient.no {
	background: #9ca0a7 !important;
	cursor: not-allowed;
	opacity: 0.7;
}

/* FAQ 区域 */
.faq-area.space {
	padding: 20px;
	border-radius: 10px;
	margin-top: 20px;
	overflow: hidden;
}

.panyi-faq h3 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-bottom: 16px;
}

.collapse-item {
	border: 1px solid #f0f2f5;
	border-radius: 8px;
	margin-bottom: 8px;
	overflow: hidden;
}

.collapse-header {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	background: #fafbfc;
	cursor: pointer;
}

.collapse-header .icon.q {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #6064ff;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	margin-right: 10px;
	flex-shrink: 0;
}

.collapse-header .text {
	font-size: 13px;
	color: #333;
	font-weight: 500;
}

.collapse-content {
	padding: 12px 16px 12px 50px;
	font-size: 13px;
	color: #666;
	line-height: 1.7;
}

.collapse-content .icon.a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #52c41a;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	margin-right: 10px;
	flex-shrink: 0;
	float: left;
}

/* Panyi callout */
.panyi-callout {
	padding: 12px 16px;
	border-radius: 8px;
	background: #fafbfc;
	margin: 8px 0;
	font-size: 13px;
	color: #555;
	overflow: hidden;
}

/* 空状态 */
.empty {
	text-align: center;
	padding: 40px 20px;
	border-radius: 10px;
	overflow: hidden;
}

.empty img {
	max-width: 120px;
	margin-bottom: 16px;
}

.empty p {
	font-size: 14px;
	color: #999;
}

/* ====== Default cart 主题 - 产品配置页 ====== */
/* 配置卡片 */
[id*="configure"] .card,
.col-lg-12 > .card:has(#addToCartBtn) {
	border: none !important;
	border-radius: 10px !important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06);
	overflow: hidden;
}

[id*="configure"] .card > .card-body {
	padding: 24px;
}

/* 配置项选择按钮 */
.btn-custom {
	min-width: 72px;
	height: 32px;
	border: 1px solid #e0e0e0 !important;
	border-radius: 8px !important;
	line-height: 11px;
	font-size: 12px;
	color: #555;
	background: #fff;
	transition: all 0.2s ease;
	margin-bottom: 4px;
}

.btn-custom:hover {
	border-color: #6064ff !important;
	color: #6064ff;
}

.btn-custom-group .active {
	background: #6064ff !important;
	color: #fff !important;
	border-color: #6064ff !important;
}

/* 加入购物车按钮 */
#addToCartBtn,
#addToCartBtnTwo {
	background: linear-gradient(135deg, #667eea, #6064ff) !important;
	border: none !important;
	border-radius: 8px !important;
	padding: 8px 24px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
}

#addToCartBtn:hover,
#addToCartBtnTwo:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(96,100,255,0.4);
}

/* 订单摘要表格 */
.ordersummary td {
	border: none !important;
	padding: 6px 0 !important;
}

.ordersummary .color-999 {
	color: #999;
}

/* 滑块 */
input[type='range'] {
	background: #f1f3f8;
	outline: none;
	-webkit-appearance: none;
	height: 4px;
	border-radius: 3px;
	background: linear-gradient(90deg, #6064ff, #667eea) !important;
}

input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #6064ff;
	cursor: pointer;
	box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

/* ====== Default cart 主题 - 购物车结算页 ====== */
.col-md-8 > .card,
.col-md-4 > .card {
	border: none !important;
	border-radius: 10px !important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06);
	overflow: hidden;
}

.col-md-8 > .card > .card-body,
.col-md-4 > .card > .card-body {
	padding: 24px;
}

.col-md-8 > .card h5.mb-0,
.col-md-4 > .card h4.font-size-16 {
	font-size: 15px;
	font-weight: 600;
	color: #333;
}

.col-md-8 > .card span[style*="color:#979699"] {
	color: #999 !important;
	font-size: 13px;
}

.col-md-8 > .card .col-sm-12.mb-3.mt-4 {
	margin-bottom: 10px !important;
	margin-top: 6px !important;
}

/* 支付方式 - 正方形按钮 */
.addfunds {
	padding: 0 8px;
	margin-bottom: 12px;
}

.addfunds-payment {
	width: 100%;
	aspect-ratio: 1 / 1;
	max-width: 72px;
	margin: 0 auto;
	border: 1px solid #f0f2f5 !important;
	border-radius: 12px !important;
	text-align: center;
	transition: all 0.25s ease;
	background: #fafbfc;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
}

.addfunds-payment:hover {
	border-color: #6064ff !important;
	box-shadow: 0 4px 16px rgba(96,100,255,0.12);
	transform: translateY(-2px);
}

.addfunds-payment.active {
	border-color: #6064ff !important;
	background: #f6f7ff;
	box-shadow: 0 0 0 2px rgba(96,100,255,0.15);
}

.addfunds-payment .pay-icon-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	padding: 10px;
	box-sizing: border-box;
}

.addfunds-payment:hover svg {
	color: #6064ff;
}

.addfunds-payment.active svg {
	color: #6064ff;
}

/* 无图标时显示文字 */
.pay-icon-fallback {
	font-size: 20px;
	font-weight: 700;
	color: #666;
}

/* 支付方式外层容器 */
.row:has(.addfunds) {
	margin: 0 -8px;
}

/* 支付方式标题 */
p.mt-5 {
	margin-top: 24px !important;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 500;
	color: #444;
}

/* 优惠码 */
#promo .form-control {
	border-radius: 8px 0 0 8px !important;
	border: 1px solid #e0e0e0;
	height: 40px;
}

#promo .btn-primary {
	background: #6064ff;
	border-color: #6064ff;
	border-radius: 0 8px 8px 0 !important;
	height: 40px;
	font-size: 13px;
}

#promo .btn-primary:hover {
	background: #4a4fe6;
}

#removepromo {
	color: #ff4d4f;
	font-size: 13px;
}

/***** 配置页 - 选择器/按钮通用 *****/

/* select 下拉框圆角 */
select.form-control,
.bootstrap-select .dropdown-toggle {
	border-radius: 8px !important;
}

/* 配置页 radio 按钮组圆角 */
.btn-group-toggle .btn-primary.btn-sm {
	border-radius: 8px !important;
	margin: 2px 4px 2px 0;
	padding: 6px 16px;
}

/* 配置页 radio 按钮选中态 */
.btn-group-toggle .btn-primary.btn-sm.active {
	background: #6064ff !important;
	border-color: #6064ff !important;
	color: #fff !important;
}

/* 数量输入框圆角 */
.configoption_range_val {
	border-radius: 8px !important;
}

/* 配置页链接按钮 */
.btn-group-toggle .btn-primary.btn-sm:hover {
	background: #f0f1ff !important;
	border-color: #ddd !important;
	color: #6064ff !important;
}

.btn-group-toggle .btn-primary.btn-sm.active:hover {
	background: #6064ff !important;
	color: #fff !important;
}

/* 弹出式下拉菜单 */
.dropdown-menu {
	border-radius: 8px;
	border: none;
	box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

/* 旧用户/新用户 登录注册切换按钮 */
.btn-sm.old-user,
.btn-sm.new-user {
	border-radius: 8px !important;
	padding: 6px 16px;
	font-size: 12px;
	font-weight: 500;
}

.btn-sm.old-user {
	background: #f5f5f5 !important;
	border: 1px solid #ddd !important;
	color: #555 !important;
}

.btn-sm.new-user {
	background: #6064ff !important;
	border-color: #6064ff !important;
}

/* Vue 配置页 - el-select 圆角 */
.el-select .el-input__inner {
	border-radius: 8px !important;
	border: 1px solid #e0e0e0 !important;
	height: 40px;
}

.el-select .el-input__inner:focus {
	border-color: #6064ff !important;
}

/* Vue 配置页 - 周期选择按钮圆角 */
.cycle .item,
.onetime.cycle .item {
	border-radius: 8px !important;
}

/* Vue 配置页 - click-select 选项圆角 */
.click-select .item {
	border-radius: 8px !important;
}

/* Vue 配置页 - checkbox 圆角 */
.el-checkbox-button__inner {
	border-radius: 8px !important;
}

/* checkout 页面的 使用余额/信用额 选择框 */
.checkboxDiv {
	border-radius: 8px !important;
	border: 1px solid #e8e8e8 !important;
	height: 44px;
	display: flex;
	align-items: center;
	padding: 0 14px;
	margin-bottom: 8px;
	transition: all 0.2s ease;
}

.checkboxDiv:hover {
	border-color: #6064ff !important;
}

.checkboxSelect {
	border-color: #6064ff !important;
	background: #f6f7ff;
}

/* 注册/登录切换 */
.cart-login .btn-primary,
.cart-register .btn-primary {
	background: none !important;
	border: none !important;
	color: #666 !important;
	padding: 4px 16px !important;
	font-size: 13px;
	border-radius: 0 !important;
}

.cart-login .btn-primary.active,
.cart-register .btn-primary.active {
	color: #333 !important;
	border-bottom: 2px solid #6064ff !important;
	background: none !important;
}

/* 结账按钮 */
.submit-btn {
	background: linear-gradient(135deg, #667eea, #6064ff) !important;
	border: none !important;
	border-radius: 8px !important;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.submit-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(96,100,255,0.4);
}

/* 客户备注 */
.remarksInput {
	border-radius: 8px !important;
	border: 1px solid #e0e0e0 !important;
	height: 40px;
	font-size: 13px;
}

.remarksInput::placeholder {
	color: #cacaca;
}

/* 购物车右侧 - 已选产品列表 */
.col-md-4 .card address {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #f5f5f5;
}

.col-md-4 .card address:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.col-md-4 .card address strong {
	font-size: 13px;
	font-weight: 600;
	color: #444;
}

.col-md-4 .card address .font-size-16 {
	font-size: 14px !important;
}

.col-md-4 .card address .font-size-18 {
	font-size: 16px !important;
}

.col-md-4 .card address .text-primary {
	color: #6064ff !important;
}

/* 购物车右侧 - 总计区域 */
.col-md-4 .card hr[style*="border-top: 13px"] {
	border-top: 1px solid #f0f0f0 !important;
	margin: 16px 0 !important;
}

.col-md-4 .card .font-size-16[style*="padding:0px 20px"] {
	padding: 0 !important;
	margin-bottom: 16px;
}

/* 折扣码展示区域 */
#removepromo + a {
	margin-left: 12px;
	font-size: 13px;
}

/* 已优惠产品列表中的折扣信息 */
.font-size-16.mt-2.d-flex {
	margin-top: 6px !important;
	font-size: 13px !important;
	color: #666;
}

.font-size-16.mt-2.d-flex .font-size-18 {
	font-size: 15px !important;
}

/* 表单控件 */
.form-control {
	border-radius: 8px;
	border: 1px solid #e0e0e0;
	padding: 8px 14px;
	font-size: 13px;
	height: 40px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus {
	border-color: #6064ff;
	box-shadow: 0 0 0 3px rgba(96,100,255,0.1);
}

/* 模态框 */
.modal-content {
	border-radius: 10px;
	border: none;
	box-shadow: 0 8px 32px rgba(0,0,0,0.1);
	overflow: hidden;
}

.modal-header {
	border-bottom: 1px solid #f0f0f0;
	padding: 18px 24px;
}

.modal-header .modal-title {
	font-size: 16px;
	font-weight: 600;
}

.modal-footer {
	border-top: 1px solid #f0f0f0;
	padding: 14px 24px;
}

.modal-footer .btn-primary {
	background: #6064ff;
	border-color: #6064ff;
	border-radius: 8px;
}

.modal-footer .btn-outline-light {
	color: #666;
	border-color: #ddd;
	border-radius: 8px;
}

/* 移动端底部 */
.mobile-bottom-total {
	background: #fff;
	box-shadow: 0 -4px 16px rgba(0,0,0,0.08);
	padding: 12px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 9999;
}

.mobile-bottom-total .total {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

/* 已买产品列表 */
address {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #f5f5f5;
}

address:last-child {
	border-bottom: none;
}

.goods_info .title {
	color: #6064ff;
	font-size: 13px;
}

.goods_info .title font {
	color: #999;
}

.goods_info .info {
	text-indent: 16px;
	font-size: 12px;
	color: #666;
}

/* 服务条款 */
.custom-control-label {
	font-size: 13px;
	color: #555;
}

.custom-control-label a {
	color: #6064ff;
}


/* ====== 移动端适配 ====== */
@media screen and (max-width: 768px) {
	.boxe {
		padding: 18px;
		min-height: auto;
	}

	.boxe .cost .big {
		font-size: 22px;
	}

	.smc-card.card-md {
		margin-bottom: 12px;
	}

	.firstgroup_item,
	.secondgroup_item {
		padding: 5px 12px;
		font-size: 12px;
	}

	.col-md-8 > .card > .card-body,
	.col-md-4 > .card > .card-body {
		padding: 18px;
	}

	.addfunds-payment {
		padding: 8px;
		max-width: 80px;
	}

	.addfunds-payment img {
		max-height: 24px;
	}

	.addfunds {
		flex: 0 0 25%;
		max-width: 25%;
		padding: 0 4px;
		margin-bottom: 8px;
	}

	.checkboxDiv {
		width: 100% !important;
	}
}
