#footer-wrapper {
	margin: 0;
}

.listprice {
	font-weight: bold;
}

.individual-group, .organization-group {
	display: none;
}

.help-block {
	margin: 0 0 40px 0;
}

.help-block.errors {
	margin-bottom: 0;
}

.help-block.errors .errorlist {
	font-size: 12px;
	font-weight: 700;
	list-style: none !important;
	margin-bottom: 0;
}

.form-group .help-block {
	margin-top: 5px;
}

#payment-form .help-block {
	margin-bottom: 20px;
}

.form-block {
	float: left;
	margin-bottom: 30px;
}


/*-----------------------------------
	Form inputs
-----------------------------------*/
.radio input[type=radio] {
	height: 16px;
	margin-top: 3px;
	margin-bottom: 0;
}

.form-group input[type=checkbox] {
	float: left;
	height: 16px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0;
}


/*-----------------------------------
	Cart items list
-----------------------------------*/
#cart-base {
	background-color: #ffffff !important;
}

#cartItems {
	padding-top: 25px;
	padding-bottom: 60px;
}

.cart-delete-btn {
	width: 60px !important;
}

.modal-fade-override {
	transition: opacity 0.15s linear;
}

.show {
	opacity: 0.9;
}

#cartItems ul {
	list-style: none;
}

.col-md-7.col-sm-12 {
	padding-left: 50px;
	margin-bottom: 72px;
}

#cartItems .lineitem {
	position: relative;
	background-color: #ffffff;
	margin: 1em 0 1em 0;
	border-radius: 3px;
}

#cartItems .totals {
	margin: 0;
	padding: 15px 15px 5px 15px;
}

#cartItems .totals .price-block {
	float: right;
	clear: both;
	margin-bottom: 10px;
}

/* Column Captions */
.columnCaptions {
	color: #3173B6;
	font-size: 13px;
	font-family: 'geometriabold', sans-serif;
	text-transform: uppercase;
	padding: 0;
	box-shadow: 0 0 0;
	margin: 0;
}

/* Items */
.lineitemcell {
	padding-top: 1em;
	margin-bottom: 1em;
	font-family: 'geometriaregular', sans-serif;
}

.name {
	color: #363636;
	font-size: 16px;
}

.name span {
	color: #3173B6;
}

.sku {
	text-align: center;
}

.qty {
	color: #3173B6;
	font-size: 16px;
}

.popbtn {
	background-color: #e6edf3;
	margin-left: 25px;
	height: 63px;
	width: 40px;
	padding: 32px 0 0 14px !important;
	float: right;
	cursor: pointer;
}

.arrow {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #858e97;
}

.price {
	color: #E18100;
	font-size: 16px;
	font-family: 'geometriaregular', sans-serif;
	font-weight: bold;
}

.gift-message {
	display: none;
}

.item-remove {
	display: block;
	width: 100%;
	width: calc(100% + 15px);
	min-width: 30px;
	height: 100px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 98px;
	color: #FFFFFF;
	margin-left: -15px;
	padding: 0;
	background-color: #D7D7D7;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.item-remove:hover {
	text-decoration: none;
	background-color: #E56655;
}

.lineitem .qty, .lineitem .price, .lineitem .name {
	line-height: 68px;
}

.lineitem .vert-center {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

/* FORM BUTTONS */
.form-buttons {
	margin-top: 20px;
}

.form-buttons a, .form-buttons button {
	display: inline-block;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
	color: #FBFFFA;
	padding: 15px 20px;
	background: #E75200;
	border: none;
	border-radius: 4px;
}

.form-buttons a.orange, .form-buttons button.orange {
	background-color: #DB8100;
}

.form-buttons a.green, .form-buttons button.green {
	background-color: #7ECC94
}

.form-buttons a.link, .form-buttons button.link {
	color: #197DA9;
	padding: 0;
	background-color: transparent;
}

/* Popovers */
.popover {
	border-radius: 3px;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	border: 0;
	background-color: #ffffff;
}

.popover.bottom {
	margin-top: -9px;
}

.glyphicon {
	width: 24px;
	font-size: 24px;
	padding: 0;
}

.glyphicon-pencil {
	color: #858e97;
	margin: 7px 12px 7px 10px;
}

.glyphicon-remove {
	color: #f06953;
	margin-right: 10px;
}

/*-----
Responsiveness
-----*/
@media (max-width: 767px) {
	#cartItems .lineitem {
		margin-right: -15px;
		padding-bottom: 0 !important;
	}
	#cartItems .lineitem .row {
		height: 100px;
		padding-bottom: 30px;
		overflow: hidden;
	}
	.lineitemcell {
		margin: 0;
		padding-top: 15px;
		padding-bottom: 0;
	}
	.lineitem .qty, .lineitem .price, .lineitem .name {
		line-height: 1em;
	}
	.lineitem .price {
		position: absolute;
		right: 20px;
		bottom: 15px;
	}
	.totals .total-price {
		text-align: right;
		padding-right: 5px;
	}
}


/*-----------------------------------
	Payment Page
-----------------------------------*/
#order-summary.bg-info {
	color: #FFFFFF !important;
	margin-bottom: 50px;
	padding: 20px 0;
	background-color: #3173B6;
}

#order-summary.bg-info h3, #order-summary.bg-info h4 {
	color: #FFFFFF !important;
}

#order-summary.bg-info h3 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 5px;
}

#order-summary.bg-info h3.equal-sign {
	font-size: 64px;
	line-height: 45px;
	margin: 0;
}

#order-summary.bg-info h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}

#clear-billing-address {
	float: right;
	font-size: 16px;
	margin-top: 10px;
}

.form-buttons a#paypal-express-btn {
	margin-right: 40px;
	display: block;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
}

.form-buttons a#paypal-express-btn img {
	position: static;
	height: 40px;
}

/*-----
Responsiveness
-----*/
@media (max-width: 767px) {
	#order-summary.bg-info .cost-wrapper {
		margin-bottom: 40px;
	}
	#order-summary.bg-info .cost-wrapper.last {
		margin-bottom: 0;
	}
	#clear-billing-address {
		float: left;
	}
}


/*-----------------------------------
	Media Queries
----------------------------------- */
/* Tablet size */
@media (max-width: 992px) {
	#order-summary.bg-info h3 {
		font-size: 20px;
	}
	#order-summary.bg-info h3.equal-sign {
		line-height: 40px;
	}
	.container.text-center {
		padding: 0 15px;
	}
	.breadcrumb {
		margin-bottom: 32px;
	}
	.bigcart {
		margin: 0 auto 40px auto;
	}
	.col-md-5.col-sm-12 h1 {
		text-align: center;
	}
	.col-md-5.col-sm-12 p {
		margin: 0 auto 64px auto;
		text-align: justify;
	}
	.col-md-7.col-sm-12 {
		padding-left: 10px;
		padding-right: 50px;
	}
	.totals {
		box-shadow: 0 0 0;
	}
}

/* Mobile device size */
@media (max-width: 767px) {
	#cart-title {
		margin-bottom: 0;
	}
	.navbar {
		padding: 10px 0;
	}
	.minicart {
		margin-right: -1px;
		padding-right: 0;
	}
	.navbar-brand {
		padding-left: 0;
	}
	.breadcrumbBox {
		height: 80px;
		padding-top: 21px;
	}
	.col-md-5.col-sm-12 p {
		max-width: 300px;
	}
	.col-md-7.col-sm-12 {
		padding-left: 0;
		padding-right: 15px;
		margin-bottom: 32px;
	}
	.col-md-7.col-sm-12 ul {
		padding-left: 15px;
	}
	.columnCaptions span {
		padding: 0 21px 0 0;
	}
	.columnCaptions span:last-child {
		float: right;
		padding-right: 42px;
	}
	.row {
		padding-bottom: 10px;
	}
	.quantity {
		width: 23px;
		padding-right: 40px !important;
	}
	.popbtn {
		background-color: white;
		position: absolute;
		height: 40px;
		right: 0;
	}
	.totals {
		padding: 0;
	}
	.totals .price {
		position: static;
	}

	/* Change Bootstrap's default popover to make it look nice on a mobile device */
	.popover.bottom>.arrow {
		left: auto;
		margin-left: 0;
		right: 5px;
	}
	.popover.bottom {
		margin-top: 7px;
		margin-left: -40px;
	}
	#id_expiration_0 {
		margin-bottom: 10px;
	}
}

.cart-modal {
	top: 45% !important;
	transform: translateY(-55%) !important;
}

.cart-modal:last-of-type {
	top: 49.5% !important;
	transform: translateY(-50.5%) !important;
}

.cart-modal .modal-dialog {
	width: 500px !important;
}

.cart-modal .modal-content {
	padding: 125px 100px;
}

.cart-modal .modal-title {
	line-height: 1.25em !important;
	font-size: 32px !important;
	font-weight: 600 !important;
	color: #077cab !important;
	margin: auto !important;
	max-width: 380px !important;
}

.cart-modal .modal-footer {
	padding-bottom: 24px !important
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.fade.show {
	opacity: 0.9;
}

@media (max-width: 480px) {
	.cart-modal {
		top: 45% !important;
		transform: translateY(-55%) !important;
	}

	.cart-modal:last-of-type {
		top: 49.5% !important;
		transform: translateY(-50.5%) !important;
	}

	.cart-modal .modal-dialog {
		width: auto !important;
	}

	.cart-modal .modal-content {
		padding: 125px 100px;
	}

	.cart-modal .modal-title {
		line-height: 1.25em !important;
		font-size: 28px !important;
		font-weight: 600 !important;
		color: #077cab !important;
		margin: auto !important;
		max-width: 380px !important;
	}

	.cart-modal .modal-footer {
		padding-bottom: 24px !important
	}
}