	
.cart-client-info {
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 14px;
  flex: 1;
  min-width: 460px;
}	

.cart-prod-list {
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 14px; 
  flex: 1;
  min-width: 460px;
}


.cart_name {
	font-size: 17px;
	padding-bottom: 3px;
}


.cart-prod-list table {
  width: 100%;
  border-collapse: collapse;
}

.cart-prod-list thead {
  background-color: #f8f9fa;
  border-bottom: 2px solid #ddd;
}

.cart-prod-list th, .cart td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.cart_img td {
	max-width: 90px !important;
}

.cart_img img {
  max-width: 80px;
  height: auto;
  border-radius: 4px;
}

.cart_price {
  color: #f34d00;
  white-space: nowrap;
  font-size: 18px;
  text-align: right !important;
  padding-right: 40px !important;
}

.cart_del {
	text-align: center !important;
}

.cart_del a {
  color: #888;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.cart_del a:hover {
  color: red;
}

.cart_info div:first-child {
  font-weight: 600;
  margin-bottom: 5px;
}

.cart_info b {
  color: #666;
}	


/* Ячейка */
.shipping-cell {
	text-align: right;
	vertical-align: top;
}

.shipping-block {
	padding: 12px;
	font-size: 14px;
	color: #333;
}

.shipping-block label {
	font-size: 17px;
	padding: 0 0 3px 5px;
}

.shipping-title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 6px;
}

.shipping-select {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 15px;
}

.shipping-option {
	background: #fdfdfd;
	border: 1px solid #ddd;
	border-left: 4px solid #f34d00;
	border-radius: 6px;
	padding: 12px;
	margin-top: 0px;
}

.pickup-title {
	font-weight: 600;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}

.pickup-icon {
	margin-right: 6px;
}

.pickup-list {
	margin: 0;
	padding-left: 20px;
}

.courier-address {
	padding: 8px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-weight: 600;
}


/* Селект */
.shipping-select-wrapper {
}

.shipping-select {
	width: 100%;
	padding: 8px 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	transition: border-color 0.2s;
}

.shipping-select:focus {
	border-color: #f34d00;
	outline: none;
	box-shadow: 0 0 0 2px rgba(243, 77, 0, 0.2);
}

/* Блок с адресами */
.pickup-info {
	background: #fdfdfd;
	border: 1px solid #e3e3e3;
	border-left: 4px solid #f34d00;
	border-radius: 6px;
	padding: 12px 16px;
	margin-top: 8px;
	color: #444;
}

/* Заголовок */
.pickup-title {
	font-weight: 600;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	color: #222;
}

.pickup-icon {
	margin-right: 6px;
	font-size: 15px;
}

/* Список */
.pickup-list {
	padding-left: 18px;
	margin: 0;
}

.pickup-list li {
	margin: 4px 0;
	list-style-type: disc;
}

/* Цена справа */
.shipping-price {
	text-align: right;
	vertical-align: top;
	font-size: 18px;
	font-weight: 600;
	color: #f34d00;
	white-space: nowrap;
}



.terminal-list {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
  border: 1px solid #ccc;
  max-height: 220px;
  overflow-y: auto;
  display: none; /* по умолчанию скрыт */
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.terminal-list li {
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}

.terminal-list li:last-child {
  border-bottom: none;
}

.terminal-name {
  font-weight: 600;
  color: #222;
}

.terminal-address {
  font-size: 13px;
  color: #666;
}

.terminal-list li:hover {
  background: #f9f9f9;
}


.terminal-selected {
  margin-top: 6px;
  font-size: 13px;
  color: #444;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px 8px;
}


.payment-methods {
  margin-top: 20px;
  max-width: 650px;  /* ограничиваем ширину */
  margin-left: auto;
  margin-right: auto;
}

.payment-option {
  display: block;
  margin-bottom: 10px;
}

.payment-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;   /* ✅ только один фон */
}

.payment-info {
  flex: 1;
  margin-top: 0 !important;
}

.payment-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}

.payment-desc {
  font-size: 13px;
  color: #666;
}

.payment-logos-inline {
  margin-top: 4px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}



.payment-logos-inline img {
  height: 22px;
  object-fit: contain;
}

.payment-logos-inline2 img {
  height: 32px;
  object-fit: contain;
}

.payment-logos-inline3 img {
  height: 22px;
  object-fit: contain;
}

.payment-option input {
  display: none;
}

.payment-option input:checked + .payment-card {
  border-color: #f34d00;
  box-shadow: 0 0 6px rgba(243,77,0,0.2);
  background: #fff7f5; /* легкий оранжевый фон */
}

/* Кнопка заказа */
.payment-submit {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.btn-submit {
  background: #f34d00;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 34px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-submit:hover {
  background: #d93f00;
  box-shadow: 0 4px 10px rgba(243,77,0,0.3);
}

.btn-submit:active {
  transform: scale(0.97);
}


.payment-option {
  transition: all 0.3s ease;
  opacity: 1;
  max-height: 200px; /* достаточно для блока */
  overflow: hidden;
}

.payment-option.hidden {
  opacity: 0;
  max-height: 0;
  margin: 0;
  padding: 0;
}