
.shipment-page .ship-to-select {
	gap: 10px;
	display: flex;
	align-content: space-between;
}

.shipment-page .ship-to-select label {
	cursor: pointer;
}

.shipment-page .ship-to {
	border: 1px solid rgb(206 212 218);
	border-radius: 4px;
	flex-grow: 1;
	padding: 7px;
}

.shipment-page .ship-to.selected {
	background-color: #ffffbd;
}

.shipment-page .addresses li {
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	margin-bottom: 7px;
}

.shipment-page .addresses li .name {
	font-weight: bold;
}

.shipment-page .addresses li .addr {
	font-size: 12px;
}

.shipment-page .addresses li input {
	margin-right: 3px;
}

.shipment-page .addresses li {
	padding: 17px 2px 17px 7px;
}

.shipment-page .addresses li label {
	cursor: pointer;
}

.shipment-page .addresses li.selected {
	background: #ffffc8;
	border: 1px solid #d9d9d9;
}

.paymethod-page .paymode h3 {
	margin-left:19px; 
	font-size:12pt;
	padding: 0;
}

.paymethod-page .paymode {
	margin-top: 27px;
}

.paymethod-page .paymode input { margin: 17px 12px 0 11px; }
.paymethod-page .paymode div.info { padding: 11px; border: 1px solid #d0cdcd; border-radius: 7px; }
.paymethod-page .paymode input:checked + div.info { background: #ffffc1; }
.paymethod-page .paymode p {padding-top:7px}

.order-summary h1 {
	line-height: 60px;
}

.order-summary h3 {
	font-size: 18px;
	font-weight: bold;
}

.order-summary table {
	color: #0a3356;
	margin-top: 17px;
}

#order-summary .pd10 {
	margin-bottom: 17px
}

.order-summary em {
	color: gray;
	text-transform: uppercase;
	font-style: normal;
	font-size: 13px;
}

.order-summary .terms {
	text-align: center;
	padding: 17px;
}

.order-summary .order-total {
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: black;
	margin-top: 27px;
}

.order-summary .order-total .total {
	font-size: 20px;
}

.order-summary .order-total .total b {
	color: #e51d1f;
}

.order-summary .details li {
	line-height: 27px;
	font-size: 16px;
}

.order-summary .order-rebate, #order-summary .order-rebate {
	color: green;
	font-weight: bold;
}

.orderitems table .photo {
	width: 120px;
	height: 120px;
}

.page-orders table {
	color: #353535;
}

.page-orders .red a {color:#ff7800}
.page-orders .green {color:green}

@media only screen and (min-device-width : 320px) and (max-device-width : 768px) { /*media mobile*/
	.orderitems {margin-top:17px}
	.orderitems .item {border-top:1px solid lightgray;border-bottom:1px solid lightgray;overflow:auto;padding:17px 0 17px 0}
	.orderitems .photo {max-width:90%;margin-top:9px}
	.orderitems .lx {width:30%;float:left}
	.orderitems .rx {width:70%;float:left}
	.orderitems .item p {line-height:10px}
	.orderitems .item .title {font-size:14px;color:#303C9B;font-family: "Roboto",sans-serif;color:#e51d1f;}
	.orderitems table {width:100%}
	.orderitems td.lbl {width:50%;color:gray;line-height:27px;font-size:13px}
	.orderitems td.txr {width:50%}
}

.gfc-order {
	background: #dcecfd;
	padding: 12px;
	border: 1px solid #c7dde6;
	border-radius: 3px;
}

.gfc-order-rmv {
	background: #fbc78f;
	border: 1px solid #e0b79b;
}

.gfc-order form {
	display: inline-block;
}

.gfc-order button {
	background: #0072bc;
	border: none;
	color: white;
	padding: 3px 17px 2px;
	border-radius: 3px;
	font-size: 10px;
	cursor: pointer;
}

.gfc-order-rmv button {
	background: #bf7210;
}

.gfc-order span {
	line-height: 30px;
	margin-right: 17px;
}

.red.s22 {color:#65710c}