.flexCenter {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.strong {
	font-weight: 800 !important;
}
.ic-left {
	margin-right: 10px;
}
.ic-right {
	margin-left: 10px;
}
.formApp {
	position: relative;
	background: #b5b5b5;
	border-radius: 6px;
	border: 1px solid #b5b5b5;
	margin-bottom: 10px;
}
.formApp label {
	margin-left: 5px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: gray;
	width: 100%;
	cursor: text;
}
.formApp input {
	width: 100%;
	padding: 0px 5px;
	background: transparent;
	border: none;
	font-size: 20px;
	font-weight: 500;
}
.formApp input::placeholder {
	color: darkgray;
}
.formApp input:focus {
	outline: none;
}
.iconPasswordInput {
	position: absolute;
	right: 10px;
	top: 35%;
	cursor: pointer;
}
.control-label {
	color: #636e72;
	font-weight: 700;
}
.dropdown-item {
	font-size: 14px;
}
.bootstrap-autocomplete .dropdown-item:hover {
	cursor: pointer;
}

.custom-control-input {
	cursor: pointer;
}

.pointer {
	cursor: pointer !important;
	user-select: none;
}

.representanteArea {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #1a1f23;
	overflow: auto;
	margin: auto;
}
.boxRepresentanteArea {
	width: 70%;
	height: auto;
	background-color: #fff;
	border-radius: 10px;
	margin: 10px auto 80px;
	padding: 20px 10px;
}
.container-representanteArea {
	width: 80%;
	margin: auto;
}
.text-darkApp {
	color: #000;
}
.logo-sidebar {
	width: 50px;
}
.sidebar-toggled .logo-sidebar {
	width: 160px;
}
.lnh {
	line-height: 1;
}
.lnhSmall {
	line-height: 0.8 !important;
}

.labelopCardLeft {
	position: absolute;
	top: 5px;
	left: 5%;
	font-size: 0.7rem;
	text-transform: uppercase;
	font-weight: 600;
}
.labelTopCard {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #2ecc71;
	color: #fff;
	font-weight: 800;
	padding: 5px 35px;
	border-top-right-radius: 0.35rem;
	border-bottom-left-radius: 15px;
}
.no-user-select {
	user-select: none;
}
.jumbotron-app {
	padding: 20px;
	border-radius: 10px;
}
.border-x2 {
	border: 2px solid;
}
.card-selected-indicator {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	right: -10px;
	top: -10px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #3550a1;
	color: #fff;
}
.containerHorizontalScroll {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll;
	background-color: #fff;
	align-items: center;
	height: 250px;
}
.smallTxt {
	font-size: 11px;
}
.loadingPage {
	z-index: 10000 !important;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	justify-content: center;
	align-items: center;
	overflow: none !important;
	flex-direction: column;
	color: #fff;
}
.loadingPage-footer {
	position: absolute;
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background-color: rgba(255, 255, 255, 0.85); */
	bottom: 0px;
	/* border-top: 5px solid #3550a1; */
}
.imgLoadingPage {
	width: 100px;
	height: 100px;
}
.imgLoadingPageLogo {
	width: 60px;
}
.loadingPage span {
	text-transform: uppercase;
	/* font-weight: 800; */
	color: #fff;
}
.dropzonearea {
	width: 100%;
	min-height: 150px;
	height: auto;
	border: 1px solid #f0f0f0;
}
.lnh {
	line-height: 1 !important;
}

.badge-lg {
	font-size: 2rem;
	display: block;
}
.btn {
	font-weight: 400;
	border-radius: 4px;
}
.btn-secondary {
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
	color: #585858;
}
.btn-whatsapp {
	background-color: #128c7e;
	color: #fff;
}
.btn-whatsapp:hover {
	color: #fff;
}
.modal-title {
	color: #222 !important;
}
.modal-header {
	border-bottom: 0px !important;
	background-color: #fff;
	color: #222 !important;
	/* padding: 30px 20px; */
}
.modal-header h5,
.close {
	color: #222 !important;
}
.modal-footer {
	border-top: 0px !important;
}
.no-user-select {
	user-select: none;
}

.logo_login {
	width: 190px;
}
.logo_app {
	width: 20vw;
}
.card-body-reset {
	padding: 0px !important;
}
.border2x {
	border-width: 2px !important;
}

/* Estilizando a barra de rolagem */
/* Barra de rolagem vertical */
::-webkit-scrollbar {
	width: 10px; /* Largura da barra de rolagem */
}

::-webkit-scrollbar-track {
	background: #f1f1f1; /* Cor de fundo da barra de rolagem */
}

::-webkit-scrollbar-thumb {
	background: #888; /* Cor da barra de rolagem */
	border-radius: 15px;
	height: 2px !important;
}

::-webkit-scrollbar-thumb:hover {
	background: #555; /* Cor da barra de rolagem ao passar o mouse */
}

.alert-primary {
	background-color: #4e73df;
	color: #fff;
}
.alert-success {
	background-color: #62897f;
	color: #fff;
}
.alert-warning {
	background-color: #f87171;
	color: #fff;
}
.alert-warning .close {
	color: #fff !important; /* marrom escuro que combina com alerta-warning claro */
	opacity: 1;
}
.form-control-login {
	background-color: #f0f0f0;
	border: none;
	padding: 20px;
	font-weight: 600;
	color: #000 !important;
}
.card-login {
	/* width: 25%; */
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.card-cadastro {
	width: 50%;
	border-radius: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.iconeFixoFooter {
	position: absolute;
	bottom: 1vw;
}
.iconeFixoFooter img {
	width: 50px;
}

input[type='checkbox']::before {
	/* ...existing styles */

	transform-origin: bottom left;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
#modalOutrasOfertasLite .modal-dialog {
	min-width: 60% !important;
}
#modalBodyProdutos {
	max-height: calc(
		100vh - 200px
	); /* Define a altura máxima do modal para 60% da tela */
	overflow-y: auto; /* Adiciona scroll vertical caso o conteúdo exceda a altura máxima */
}

/* Fixa o header e o footer */
#modalOutrasOfertasLite .modal-header,
#modalOutrasOfertasLite .modal-footer {
	position: sticky;
	top: 0;
	z-index: 999;
	background-color: #fff; /* Pode ser personalizado conforme seu estilo */
}

.searchAreaApp {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	border: 2px solid #f0f0f0;
	/* width: 100%; */
	/* display: flex; */
}
.searchAreaApp input {
	border: none;
	background-color: transparent;
	width: 100%;
	padding: 15px;
	border-radius: 1px solid #ccc;
}
.searchAreaApp input::placeholder {
	font-weight: 200;
}
.searchAreaApp input:focus {
	outline: none;
	border-color: #3550a1;
}
.badge-filter {
	font-size: 15px;
}
.card-body {
	border: none !important;
}
.btAppFloating {
	position: fixed;
	left: 8rem;
	bottom: 1rem;
	width: 4rem;
	height: 4rem;
	text-align: center;
	color: #fff;
	line-height: 46px;
	z-index: 2000 !important;
	border: none;
	border-radius: 50%;
}
.areaAlertaSuperAdmin {
	position: absolute;
	width: 100%;
	height: 50px;
	background-color: #ffbd59;
	top: 60px;
}

.textInpuIconeGrupo,
.textInpuIconeGrupoSmall {
	background-color: #f0f0f0;
}

.textInpuIconeGrupo span {
	position: absolute;
	z-index: 2;
	top: 20%;
	right: 7%;
	cursor: pointer;
}
.textInpuIconeGrupoSmall span {
	position: absolute;
	z-index: 2;
	top: 40%;
	right: 7%;
	cursor: pointer;
}
.swal2-actions .btn {
	margin: 0px 10px;
}
.card-section {
	border: 2px dotted currentColor !important;
}

.modal-fixo .modal-dialog {
	height: 55vh; /* A altura do modal será 100% da viewport */
	display: flex;
	flex-direction: column;
}

.modal-fixo .modal-body {
	overflow-y: auto; /* Ativa o scroll vertical no body */
	max-height: calc(
		100vh - 210px
	); /* Ajusta a altura máxima para incluir header e footer */
}

/* .indicadorAjuda {
	display: none;
	position: fixed;
	right: 1rem;
	bottom: 4rem;
	z-index: 9;
	width: 2.75rem;
	height: 2.75rem;
	text-align: center;
	color: #fff;
	background: rgba(90, 92, 105, 0.5);
	line-height: 46px;
	border-radius: 0.35rem !important;
} */

.sideBarMobile {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #1a1f23;
	z-index: 9;
	overflow: none;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	padding: 0px !important;
}

.dataTables_paginate {
	overflow-x: auto;
	white-space: nowrap; /* Impede que os itens quebrem para a próxima linha */
}
.divider {
	display: flex;
	align-items: center;
	text-align: center;
	margin: 2rem 0;
}

.divider::before,
.divider::after {
	content: '';
	flex: 1;
	height: 2px;
	background: #ccc;
}

.divider span,
.divider > small {
	padding: 0 1rem;
	font-size: 1rem;
	font-weight: 500;
	color: #1a1f23;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.areaFooterResumoCotacao {
	position: fixed;
	width: 100%;
	padding: 10px;
	left: 0;
	bottom: 0;
	background-color: #f0f0f0;
	color: #222;
	border-top: 5px solid #f6c23e;
}

.table {
	width: 100% !important;
}
.modal.right .modal-dialog {
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	height: 100vh;
	max-width: 400px; /* ajuste se quiser mais largo */
	width: 100%;
	transform: translateX(100%);
	transition: transform 0.3s ease-out;
	z-index: 1050;
}

.modal.right.show .modal-dialog {
	transform: translateX(0);
}

.modal.right .modal-content {
	height: 100vh;
	display: flex;
	flex-direction: column;
	border-radius: 0px;
	overflow: hidden; /* evita scroll no content geral */
}

.modal.right .modal-header {
	flex-shrink: 0;
	border-bottom: 1px solid #dee2e6;
	padding: 1rem;
}

.modal.right .modal-body {
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 1rem;
}

.modal.right .modal-footer {
	flex-shrink: 0;
	border-top: 1px solid #dee2e6;
	background-color: #f8f9fa;
	padding: 1rem;
}
.form-control,
.custom-select,
.bootstrap-select {
	border-radius: 10px;
	/* background-color: #eeeeee; */
	/* border: none; */
}
.btn {
	border-radius: 7px;
	font-weight: 500;
	text-transform: uppercase;
}

/* .form-control,
.custom-select {
	border: 1px solid #999;
	border-radius: 8px;
	padding: 0.75rem 0.75rem !important;
	font-size: 1rem;
	transition: border-color 0.3s ease;
	height: auto;
	background-color: #fff;
}

.custom-select {
	line-height: 1.5;
	padding-right: 2.25rem !important; 
	background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='gray' d='M2 0L0 2h4L2 0zM2 5L0 3h4L2 5z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 8px 10px;
}

.btn-sm {
	border-radius: 8px;
	padding: 0.375rem 0.75rem; 
	font-size: 0.875rem; 
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.25;
}

.form-control-sm {
	border-radius: 8px;
	padding: 0.5rem 0.75rem !important;
	font-size: 0.875rem;
	line-height: 1.4;
	height: auto; 
} */

#tabelaOfertasLite_wrapper .dataTables_filter,
#dataTableTabelaPedido_wrapper .dataTables_filter,
#dataTableReposicaoSistematica_wrapper .dataTables_filter {
	display: none;
}

.modal-dialog {
	z-index: 999999999 !important;
}

.collapse-trigger {
	cursor: pointer;
	transition: background-color 0.2s ease;
	border-radius: 4px;
}
.collapse-trigger:hover {
	background-color: #f9f9f9;
}
.iconeFaturaAbaixo {
	position: absolute;
	right: 10px !important;
	top: 10px;
	cursor: pointer;
}

.kpi-card {
	border: 0;
	transition: 0.25s ease;
	overflow: hidden;
}
.kpi-icon {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.05);
}
.kpi-label {
	font-size: 0.85rem;
	color: #6c757d;
	margin-bottom: 0.15rem;
}
.kpi-value {
	font-weight: 700;
	margin: 0;
}
.kpi-divider {
	height: 1px;
	background: rgba(0, 0, 0, 0.06);
	margin: 0.9rem 0;
}
.progress {
	height: 8px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.06);
}
.progress-bar {
	border-radius: 999px;
}
.kpi-empty {
	opacity: 0.75;
	filter: grayscale(0.1);
}

/* Modal extra grande */
.modal-xl {
	min-width: 75% !important; /* quase toda a largura da tela */
}

/* Ajuste opcional para altura */
.modal-xl .modal-content {
	height: 90vh !important; /* quase toda a altura */
}

/* Forçar Bootstrap-Select a parecer um form-control */
.bootstrap-select > .dropdown-toggle {
	display: inline-flex;
	align-items: center;
	width: 100%;
	height: calc(2.25rem + 2px); /* altura igual ao form-control */
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6e707e !important;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 10px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Hover & Focus como no form-control */
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select > .dropdown-toggle:hover {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Setinha para ficar igual ao select */
.bootstrap-select > .dropdown-toggle::after {
	margin-left: auto; /* joga a seta para direita */
}

/* Dropdown alinhado */
.bootstrap-select .dropdown-menu {
	border-radius: 0.25rem;
	border: 1px solid #ced4da;
}

.fc-daygrid-day-frame {
	cursor: pointer;
}
.fc-event-title {
	text-overflow: ellipsis !important;
	/* white-space: pre-line !important; */
}

::-webkit-scrollbar {
	width: 16px; /* aqui você define a grossura */
}

::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 8px;
}
.selectpicker {
	text-transform: capitalize !important;
}
.form-control-table {
	border: none;
	background-color: transparent;
}
.form-control-table:focus {
	outline: none !important;
	box-shadow: none !important;
	background-color: transparent;
}
.card-header {
	background-color: #fff;
	border: none;
}
.form-control-table:read-only {
	background-color: transparent !important;
	cursor: not-allowed;
}

.dataTables_length,
.dataTables_info {
	margin-left: 10px !important;
	margin-top: 10px !important;
}
.dataTables_paginate,
.dataTables_filter {
	margin-right: 10px !important;
	margin-top: 10px !important;
}
/* Remove letras maiúsculas do bootstrap-select */
.bootstrap-select .filter-option-inner-inner {
	text-transform: none !important;
}

/* Força o dropdown do bootstrap-select a ter a mesma largura do botão pai */
.bootstrap-select .dropdown-menu {
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
}

/* Remove o contorno azul (focus) do bootstrap-select */
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select.show > .dropdown-toggle {
	outline: none !important;
	box-shadow: none !important;
}

/* ---- ESTILO DO SKELETON ---- */
.skeleton-active td {
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}

.skeleton-active td > * {
	visibility: hidden !important;
}

.skeleton-active td::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 6px;
	right: 6px;
	height: 28px; /* altura mais compacta, igual aos inputs */
	transform: translateY(-50%); /* centraliza verticalmente */
	border-radius: 5px;
	background: linear-gradient(90deg, #f6f6f6 25%, #eaeaea 50%, #f6f6f6 75%);
	background-size: 400% 100%;
	animation: shimmer 1.4s ease infinite;
	z-index: 2;
}

/* efeito shimmer */
@keyframes shimmer {
	0% {
		background-position: -400px 0;
	}
	100% {
		background-position: 400px 0;
	}
}

.skeleton-card {
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	position: relative;
}

.skeleton-line {
	height: 12px;
	background: linear-gradient(90deg, #e6e6e6, #f2f2f2, #e6e6e6);
	background-size: 200% 100%;
	animation: skeletonLoading 1.2s ease-in-out infinite;
	border-radius: 6px;
}

.skeleton-circle-sm {
	width: 22px;
	height: 22px;
	background: linear-gradient(90deg, #e6e6e6, #f2f2f2, #e6e6e6);
	background-size: 200% 100%;
	animation: skeletonLoading 1.2s infinite;
	border-radius: 50%;
}

@keyframes skeletonLoading {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}

.bootstrap-autocomplete .dropdown-item {
	white-space: normal !important;
	word-break: break-word !important;
	overflow: visible !important;
	text-overflow: unset !important;
	line-height: 1.3;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e0e0e0; /* linha entre os itens */
}

.bootstrap-autocomplete .dropdown-item:last-child {
	border-bottom: none; /* remove a linha do último */
}

.bg-gradient-primary {
	/* background-color: #022B61; */
	background-image: linear-gradient(
		180deg,
		#022b61 0%,
		#022b61 35%,
		#022b61 100%
	);
	background-size: cover;
}
.text-line-nowrap {
	white-space: nowrap; /* impede quebra de linha */
	overflow: hidden; /* esconde o texto que ultrapassar */
	text-overflow: ellipsis; /* adiciona "..." no fim */
	display: inline-block; /* garante o comportamento correto */
	max-width: 100%; /* evita ultrapassar o card */
}

/* ===== Skeleton base ===== */
.skeleton-card {
	overflow: hidden;
	position: relative;
}

.skeleton-line,
.skeleton-badge,
.skeleton-circle,
.skeleton-input,
.skeleton-button {
	background: #e2e2e2;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}

/* ===== Animação shimmer ===== */
@keyframes shimmer {
	0% {
		background-position: -450px 0;
	}
	100% {
		background-position: 450px 0;
	}
}

.skeleton-line::after,
.skeleton-badge::after,
.skeleton-circle::after,
.skeleton-input::after,
.skeleton-button::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.3) 50%,
		rgba(255, 255, 255, 0) 100%
	);
	background-size: 450px 100%;
	animation: shimmer 1.5s infinite;
}

/* ===== Especificações ===== */
.skeleton-text {
	height: 14px;
	margin-bottom: 6px;
}
.skeleton-price {
	height: 28px;
	width: 50%;
	border-radius: 8px;
}
.skeleton-badge {
	height: 20px;
	border-radius: 12px;
}
.skeleton-circle {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.skeleton-input {
	height: 36px;
	border-radius: 6px;
}
.skeleton-button {
	height: 36px;
	border-radius: 6px;
}

.w-100 {
	width: 100%;
}
.w-75 {
	width: 75%;
}
.w-50 {
	width: 50%;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mt-1 {
	margin-top: 0.25rem !important;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mt-3 {
	margin-top: 1rem !important;
}
.mb-4 {
	margin-bottom: 1.5rem !important;
}

.indicadorCombo {
	position: absolute;
	right: 10px;
}

.skeleton-fornecedor .skeleton-line {
	height: 14px;
	border-radius: 4px;
	background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
	background-size: 400% 100%;
	animation: shimmer 1.2s infinite;
}

.skeleton-fornecedor .skeleton-circle {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
	background-size: 400% 100%;
	animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
	100% {
		background-position: -100% 0;
	}
}

.bootstrap-autocomplete.dropdown-menu {
	max-height: 300px; /* altura máxima do dropdown */
	overflow-y: auto !important; /* scroll vertical interno */
	overflow-x: hidden;
	position: absolute !important; /* mantém fixo abaixo do input */
	z-index: 1050; /* garante que fica acima de tudo */
}
@media (max-width: 768px) {
	.bootstrap-autocomplete.dropdown-menu {
		max-height: 220px;
	}

	.boxRepresentanteArea {
		width: 90%;
		height: auto;
		background-color: #fff;
		border-radius: 10px;
		margin: 10px auto 80px;
		padding: 20px 10px;
	}
	.container-representanteArea {
		width: 90%;
		margin: auto;
	}
	.container-fluid {
		padding: 1%;
	}
}
.custom-control-label {
	padding-left: 0.35rem;
}

.nav-link {
	position: relative;
}

.badge-cart {
	position: absolute;
	top: 10px; /* ↓ desce o badge */
	right: -8px; /* → ajusta lateral */
	background: #d9534f;
	color: #fff;
	font-size: 10px;
	padding: 2px 5px;
	border-radius: 50%;
	min-width: 16px;
	text-align: center;
	line-height: 14px;
	font-weight: bold;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.cart-card {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 14px;
	margin-bottom: 12px;
	transition: 0.2s;
}

.cart-card:hover {
	background: #f7f9fc;
	border-color: #bfc6d1;
}

.cart-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cart-title {
	font-size: 16px;
	font-weight: 600;
	color: #1a1f23;
}

.btn-remove {
	border: none;
	background: transparent;
	color: #d9534f;
	font-size: 18px;
	cursor: pointer;
}

.cart-body {
	margin-top: 10px;
}

.info-line {
	font-size: 13px;
	margin-bottom: 3px;
	color: #444;
}

.label {
	font-weight: 600;
	color: #333;
}

.summary-box {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 14px;
  border-radius: 10px;
}

.summary-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1a1f23;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 2px 0;
}

.summary-line strong {
  color: #1a1f23;
}