.modal-content{
	background-color: rgba(20,20,20,0.9);
}

.modal-backdrop{
	background-color: rgba(20,20,20,0.8);
}

.swt-list li{
	list-style: none;
	border-radius: 10%;
	padding: 1%;
	border-color: #BADA55;
	margin: 2%;
	text-align: left;
}

.colhead{
	padding-bottom: 15px;
}

.btn-tt-lp{
	background-color: #333;
	border-color: #BBB;
	color: #BBB;
}

.tile-count{
	width: 50px;
}

.cart-item button{
	margin-left: 30px;
}

.add-items{
	margin-top: 50px;
	width: 100%;
	padding: 40px;
	background-color: #555;
}

.spacer{
	width: 20%;
	border-bottom: 1px solid white;
	margin: 30px 0;
}

.cart-contents{
	margin-top: 50px;
}

.total-price{
	font-weight: bold;
	font-size: 1.1em;
}

#promo_code{
	margin-left: 10px;
}

.disabled-button{
	cursor: not-allowed;
}

.modal-content{
	border: 2px solid white;
}

.ramp-notice{
	color: #BADA55;
	font-weight: bold;
}

#payment-info .row{
	margin-bottom: 10px;
}

#payment-info input{
	padding-left: 5px;
}

#payment-info label input{
	margin-left: 8px;
	margin-top: 8px;
}

.total-price{
	margin: 0px 0px 15px 15px;
}

.cartmain{
	margin-top: 50px;
}

.cartmain hr{
	width: 50%;
}

.cartheader{
	text-align: center;
}

.carticon {
    color: #BADA55 !important;
    font-size: 1.2em;
    margin: 0px 15px;
    cursor: pointer;
}

.cart-right .row{
	margin-bottom: 20px;
}

.add-items button{
	margin-top: 15px;
}

#cart_controls{
	margin-top: 15px;
	margin-bottom: 20px;
}

.checkoutbtn{
	font-size: 1.5em;
	margin-left: 20px;
}

.checkouthelp{
	cursor: pointer;
}

.cc-payment h2{
	margin-bottom: 20px;
}

.popover-checkout{
	background-color: rgba(25, 25, 25, 0.9);
	border: 1px solid #BADA55;
	color: #BADA55;
}

#payment-row{
	margin-top: 20px;
	margin-bottom: 20px;
}

#cc-info{
	background-color: #555;
	margin-top: 20px;
}

#waiter{
	z-index: 999;
	position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
}

#waiter_overlay{
	background-color: rgba(0, 0, 0, 0.8);
    z-index: 998;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    cursor: not-allowed;
}

.creditinactive{
	color: gray;
}

.creditactive{
	color: #BADA55;
}