#content {
	padding-bottom:120px;
	}
	
#content .table-data .row-confirm,
#content .table-data .row-confirm td {
	background:none !important;
	font-weight:normal;
	}

table .highlight-price {
	color: var(--price-color);
	font-weight: bold;
}
.table-data .product-text {
	font-size:var(--body-font-size);
	}

h1 {
	margin-bottom:.4em;
	}
#content h2 {
	margin-top:3em;
	}
.table-data th {
	font-size:var(--body-font-size);
}
.table-data .row-alternate {
	background: var(--background-color);
	border: none;
}

#main .table-data .row td {
	border-bottom: 1px solid var(--border-alt-color);
	
}
#main .table-data .row-alternate td {
	background: var(--background-color);
	border-bottom: 1px solid var(--border-alt-color);
}

#main .table-data td .product-image {
	width: 60px;
	height: auto;
	max-width: 60px;
	max-height: 60px;
	margin-right: 16px;
	text-align:center;
}

#main .table-data td .product-image img {
	width: auto;
	height: auto;
	max-width: 60px;
	max-height: 60px;
	margin:auto;
}

.table-data .td-action {
	text-align: center; 
}
.table-data .td-update {
	text-align: center; 
}
.table-data .td-update input {
	margin-left:67px 
}

.table-data a.highlight-copy-bookmark {
	display: none;
}
.table-data .row-vendor td {
	border: none;  
	}
.table-data .row-vendor:hover td {
	background: none;  
	}
.table-data .row-vendor p { 
	margin:10px 0 5px 24px;  
	}

.table-data tr.row:hover td,
.table-data tr.row-alternate:hover td {
	background-color: var(--background-alt-color);
}

.table-data .td-action a {
	color: var(--icon-color);
	font-size:small;
}
a.highlight-bookmark,
a.highlight-copy-bookmark {
	display: block;
}
.table-data .td-action a:hover {
	color: var(--body-color);
}

table .product-note .highlight-delete {
	font-size:large;
	display:inline-block;
	padding:20px;
	}
table .product-note {
	position:absolute;
	}
table .product-note textarea {
	width:250px;
	max-width:60vw;
	height:4em
	}
#main .table-data .td-action .highlight-delete {
	color: transparent !important;
	display: block;
	text-indent: -10px;
	font-size: 1px;
	width: 35px;
	height: 35px;
	margin: 0px auto 0px auto;
	border-radius: 19px;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	clear: both;
	background: var(--background-color);
	position:relative;
	padding:0;
}
.table-data .td-action .highlight-delete:after {
	content:'x';
	width:16px;
	height:16px;
	position:absolute;
	top:20%;
	left:45%;
	color:red;
	display:inline-block;
	font-weight:normal;
	font-size:medium;
	font-family:sans-serif;
	transform:scale(1.2,1)
}

.table-data .td-action .highlight-delete:hover {
	box-shadow: 0 2px 7px rgba(0,0,0,.3);
}



#main .table-data th.th-action {
	text-align: center; 
}

.table-data .product-name {
	text-decoration: none;
	font-weight: bold;
}
.table-data .product-name:hover {
	color:var(--link-color); 
}

#main {
	text-align:center
}
#content {
	text-align:left;
	margin:0 auto 80px auto;
}
@media only screen and (min-width:850px) {
	#content {
	}

}




.table-data .td-price,
.table-data .td-price * {
	vertical-align:top;
	}

.table-data td .highlight-price {
	display:inline-block;
	padding-left:4px;
	}
.table-data .highlight-price:first-letter,
.table-data .highlight-price del:first-letter{
	font-size:.76em;
	line-height:1.5em;
	letter-spacing:1px;
	margin:1px;vertical-align:top;
	}

@media only screen and (min-width:850px) {
	#main .table-data th.th-product {
		text-indent: 75px; 
	}
	.table-data .td-price {
		white-space:nowrap;
	}
	.table-data .td-price * {
		display:inline-block;
	}
	.table-data th,
	.table-data td {
		padding-left:8px;
	}
}



#footer {display:none;}

#form_order #box_action {
	position:sticky;
	width:100%;
	bottom: 0px;
	left:0;
	margin:0;
	z-index:110px;
	min-height:90px;
	padding:10px 20px 10px 20px;
	box-sizing:border-box;
	background: rgba(255,255,255,.7);
	backdrop-filter: blur(9px);
 	-webkit-backdrop-filter: blur(9px);
 	/*
	display:grid;
 	grid-template-columns:auto 1fr 150px;
 	*/
}
#form_order #box_action .button-checkout {
	border-radius: var(--border-radius);
	margin: .7em 0;
	padding: .7em 0;
	display: inline-block;
	width:250px;
	max-width:70%;
	font-weight: bold;
	box-sizing: border-box;
	color: var(--background-color);
	background-color: var(--shoppo-color-dark);
	background-image: linear-gradient(var(--shoppo-color-light),var(--shoppo-color));
	border: 1px solid var(--shoppo-color-dark);
	float:right;
	}	
#form_order #box_action .button-checkout:hover {
	color: var(--background-color);
	background-color: var(--shoppo-color-dark);
	background-image: linear-gradient(var(--shoppo-color-lighter),var(--shoppo-color));
	}
#form_order #box_action .button-checkout:active {
	box-shadow: inset 0 12px 24px var(--shoppo-color-darker);
	border: 1px solid var(--shoppo-color-darker);
	background-image: linear-gradient(var(--shoppo-color-dark),var(--shoppo-color));
}
#form_order #box_action .text-subtotal {
	margin:23px 40px 0 10px;
	text-align:right;
	display:inline-block;
}

#form_order .table-data .box-action {
	padding:5px 5px 5px 10px;
	min-height:10px;
}
#content .table-data .th-total,
#content .table-data .td-total,
#content .table-data .td-subtotal {
	padding-right: 5px;
}

.td-text-subtotal span {
	display:inline-block;
	}
#form_order .td-subtotal {
	position:sticky;
	position: -webkit-sticky;
	vertical-align:top;
	}
#form_order .td-subtotal span {
	vertical-align:middle 
	}

#form_order .td-subtotal .highlight-price {
	font-size:122%;
	}
#form_order .endrow td {
	border:none;
	}

#table_order {
	width:100%;
	}
#table_order p .vendor-name {
	display: block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	max-width:80vw;
	}
#table_order p .vendor-name:before {
	display: inline-block;
	position: relative;
	width: 34px;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	padding: 0;
	content: ' ';
	background-image: url(/img/icon/store.png);
	background-position: 50% 50%;
	background-size: auto 14px;
	background-repeat:no-repeat;
	left: 0;
	top: 0;
	}
#table_order .vendor-121 .product-description,
#table_order .vendor-30482 .product-description {
	display: inline-block;
	max-height:3.5em;
	max-width:50%;
	overflow:hidden;
	text-overflow:ellipsis;
	border-bottom:1px dashed var(--body-alt-color);
	box-shadow:inset 0px -5px 5px rgba(111,111,111,.2);
	}
#table_order .vendor-30482 .highlight-alert {
	display: none
	}


#content table .box-action .button-checkout {
	display: inline-block;
	text-align: center;
	color: var(--checkout-color);
	background-color: var(--background-color);
	border:1px solid var(--checkout-color-light);
	border-radius:4px;
	font-weight: bold;
	white-space:nowrap;
	padding:5px 15px 6px 15px;
	margin:0;
	height:auto;
	cursor:pointer;
	appearance:none;
}
#page-delivery #content #box_action.box-action {
	position:sticky;
	position: -webkit-sticky;
	position: fixed;
	display:block;
	
	box-shadow: 0px -2px 7px var(--background-shadow-color);
	z-index: 990;
	background: var(--background-lite-alt-color);
	backdrop-filter: blur(5px);
 	-webkit-backdrop-filter: blur(5px);
 	
	width:100%;
	bottom:0;
	left:0;
	margin:0;
	box-sizing:border-box;
	padding:var(--padding) var(--padding) 40px var(--padding);
	}
#page-delivery #content #box_action.box-action .button-checkout {

	
	}


/* MOBILE */

@media only screen and (max-width:850px) {



	.table-data th.th-price {
		width:1px;
	}
	.table-data .highlight-price del {
		display:block;
	}
	.table-data input[type="number"] {
		min-width:2em;
		max-width:2em;
		width:2em;
		text-align:center;
	}
	.td-action input[type="number"] {
	
		margin-bottom:3px;
	}
	.td-action input[type="number"] + .link-edit {
		display:block;
	}

	.table-data .th-product,
	.table-data .td-product {
		overflow:visible;
	}


	.table-data .td-product .product-image {
		display:block;
		width:100%;
		float:none;;
	}
	.table-data .td-product .product-image.noimage {
		display:none;	
	}

}
@media only screen and (max-width:450px) {
	
	
	.table-data {
		margin-left:-5px;
		width:100%;
	}
	table .product-note-edit {
		margin:-22px;
		float:right;
	}
}