/* here you can put your own css to customize and override the theme */

body.ecommerce[data-i18n-ready="false"] {
	visibility: hidden;
}

.shop-language-switcher .langs-block-others a.active {
	color: #e6400c;
	font-weight: 600;
}

.inline-logout-form {
	display: inline;
}

.btn-link-like {
	background: transparent;
	border: 0;
	padding: 0;
	color: #e6400c;
}

.shop-quick-panel .top-cart-info-value {
	color: #e6400c;
	font-weight: 700;
}

.inline-pay-form,
.quick-pay-form {
	display: inline-block;
	margin: 0 8px 8px 0;
}

.quick-pay-form .btn,
.inline-pay-form .btn {
	min-width: 150px;
}

.virtual-option-tag {
	display: inline-block;
	min-width: 120px;
	padding: 7px 12px;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	margin-top: 8px;
}

.virtual-pay-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.product-card-text {
	min-height: 54px;
	margin: 10px 0 14px;
	color: #666;
}

.account-panel {
	border-color: #f0f0f0;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.account-summary-box p {
	margin-bottom: 10px;
}

.order-panel {
	border: 1px solid #ececec;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 6px;
	background: #fff;
}

.order-item-list {
	margin: 15px 0;
	padding: 0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.order-item-list li {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px dashed #f0f0f0;
}

.order-item-list li:last-child {
	border-bottom: 0;
}

.order-panel-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.payment-qr-shell {
	max-width: 760px;
	margin: 0 auto 40px;
}

.payment-qr-canvas {
	display: inline-block;
	padding: 16px;
	border: 1px solid #ededed;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.payment-amount {
	font-size: 30px;
	font-weight: 700;
	color: #e6400c;
	margin: 15px 0 20px;
}

.pagination-wrap .pagination {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.virtual-pay-actions,
	.order-panel-footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.quick-pay-form .btn,
	.inline-pay-form .btn {
		min-width: 0;
		width: 100%;
	}
}
