/*************************
*******TABLE RSV CSS******
**************************/

@media screen and (max-width: 767px) {
	table.rsv {
		width: 100%;
	}
	.rsv thead {
		display: none;
	}
	.rsv td {
		display: block;
		text-align: right;
		border-right: 1px solid #e1edff;
	}
	.rsv td::before {
		float: left;
		text-transform: uppercase;
		font-weight: bold;
		content: attr(data-header);
		font-size:70%;
	}
	.rsv a {
	    font-size:inherit;
	    font-weight:bold;
	}
	
	
}






.table.table-condensed.total-result {
  margin-bottom: 10px;
  margin-top: 35px;
  color: #696763
}

.table.table-condensed.total-result tr {
  border-bottom: 0
}

.table.table-condensed.total-result span {
  color: #FE980F;
  font-weight: 700;
  font-size: 16px
}

.table.table-condensed.total-result 
.shipping-cost {
  border-bottom: 1px solid #F7F7F0;
}


