.item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
	/* flex-wrap: wrap; */
	padding: 10px 0 10px 0;
}

.item:first-child {
	padding-top: 0;
}

.item a {
	text-decoration: none;
}

.item .name {
	flex-grow: 1;
	padding-left: 10px;
	width: 100%;
	text-transform: uppercase;
}

.item .name .item_name {
	font-weight: bold;
}

.item .photo {
	width: 75px;
	height: 75px;
}

.item .photo img {
	width: 75px;
	height: 75px;
	object-fit: contain;
}

.item .amount {
	width: 100%;
	text-align: right;
}

.item .amount img {
	width: 17px;
	position: relative;
	top: 2px;
	margin-right: 3px;
}

.item .amount .amount-discount {
	background-color: rgb(255 0 0 / 16%);
	display: block;
	align-items: center;
	padding: 6px 13px 5px 13px;
	border-radius: 5px;
	text-align: center;
}

.item .amount .amount-discount a {
	position: relative;
	top: -2px;
}

.item .amount .amount-discount button {
	font-size: 0.8em;
	margin-bottom: 0;
	margin-left: 10px;
	height: auto;
}

.item .price {
  width: calc(100% - 25px);
	padding: 0 10px 0 10px;
	text-align: right;
}

.item .price .discount {
  background-color: #00a300;
  color: white;
  padding: 0 7px 0 7px;
  border-radius: 3px;
  font-size: 0.9em;
}

.iten .remove {
	position: relative;
	top: -3px;
}

.item .remove img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	position: relative;
	top: 4px;
}

#userinfo {
	margin: 0 auto;
	width: 400px;
	max-width: 100%;
}

#userinfo input[type="text"], #userinfo input[type="email"], #userinfo input[type="tel"] {
	width: 100%;
}

#userinfo .userinfo {
	text-align: center;
	font-size: 1.3em;
}

#saveinfo input[type="checkbox"] {
	margin-right: 10px;
}

#saveinfo {
	margin-top: 10px;
}

button[type="submit"] {
	margin-top: 10px;
}

#discount {
	margin-top: 30px;
}

#discount.active {
	border-radius: 20px;
	padding: 5px 12px 5px 12px;
	background-color: #46991a;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em;
	color: white;
}

.option {
	border: 1px solid black;
	margin-bottom: 5px;
	padding-left: 5px;
}

.option input[type="radio"] {
	margin: 0 10px 0 5px;
	position: relative;
	top: 2px;
	cursor: pointer;
}

.option label {
	cursor: pointer;
	padding: 10px;
	display: inline-block;
	width: 100%;
}

.option.payment {
  padding: 5px 5px 0 5px;
}

.option.payment img {
	width: 100px;
	object-fit: contain;
	display: block;
	margin-bottom: 10px;
}

.option.payment .name_public {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: -12px;
}

.option.payment .cost {
	margin-left: 0;
}

#cost {
	font-size: 1.5em;
}

a.anchor {
	position: relative;
	top: -110px;
}

.option.selected {
	background-color: rgba(0, 255, 0, 0.2);
}

#toolbar_userinfo {
	text-align: center;
}

#toolbar_userinfo button {
	width: 300px;
}

.placeholder_info {
	text-align: center;
	margin-top: 20px;
	min-height: 40px;
}

.placeholder_info img {
	margin: 0 auto;
	width: 30px;
	height: 30px;
	margin-top: 20px;
	display: block;
}

#cost .placeholder_info {
  font-size: initial;
}

#shipping .toolbar {
	text-align: center;
	margin: 10px 0 10px 0;
}

#toolbar {
	text-align: center;
}

#delayed_order {
	margin-top: 20px;
	text-align: center;
	font-size: 0.8em;
	border: 3px solid #ffc000;
	padding: 10px;
	border-radius: 5px;
}

#delayed_order img {
	width: 14px;
	position: relative;
	top: 2px;
	margin-right: 2px;
}

#txtDiscount {
	margin-bottom: 5px;
}

#btnDummySubmit {
	opacity: 0;
	position: absolute;
	width: 0 !important;
}

#btnDiscount {
	position: relative;
	top: -4px;
}

.total {
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.06);
}