.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.ionsun-cart a {
	color: white;
}
.custom-container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.ionsun-cart table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #38678f;
	margin: 50px auto;
	background: white;
}
.ionsun-cart th {
	background: steelblue;
	height: 54px;
	font-weight: lighter;
	text-shadow: 0 1px 0 #38678f;
	color: white;
	border: 1px solid #38678f;
	box-shadow: inset 0px 1px 2px #568ebd;
	transition: all 0.2s;
}
.ionsun-cart tr {
	border-bottom: 1px solid #cccccc;
}
.ionsun-cart tr:last-child {
	border-bottom: 0px;
}
.ionsun-cart td {
	text-align: center;
	border-right: 1px solid #cccccc;
	padding: 10px;
	transition: all 0.2s;
}
.ionsun-cart td.left {
	text-align: left !important;
}
.ionsun-cart td.right {
	text-align: right !important;
}
.ionsun-cart td:last-child {
	border-right: 0px;
}
.ionsun-cart td.selected {
	background: #d7e4ef;
	z-index: ;
}
.ionsun-cart td input {
	font-size: 14px;
	max-width: 25px;
	background: none;
	outline: none;
	border: 0;
	height: 100%;
	width: 100%;
}
.ionsun-cart td input:focus {
	box-shadow: 0 1px 0 steelblue;
	color: steelblue;
}
.ionsun-cart ::-moz-selection {
	background: steelblue;
	color: white;
}
.ionsun-cart ::selection {
	background: steelblue;
	color: white;
}
.ionsun-cart .smallest {
	width: 50px !important;
}
.ionsun-cart .smaller {
	width: 100px !important;
}
.ionsun-cart .small {
	width: 150px !important;
}
.btn {
	background-color: transparent;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 6px 14px;
	transition: all 20ms ease-out;
	vertical-align: top;
	outline: none;
}

/* Red Button */
.btn-cart-remove {
	background-color: transparent;
	border: 1px solid #ba3329;
	color: white;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.btn-cart-remove:hover {
	background: #ed574c;
	border-color: #870c03;
}
.btn-cart-remove:active {
	background: #ed574c;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.btn-cart-remove .fa {
	color: #ba3329;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.btn-cart-remove:hover .fa {
	color: white;
}

/* Green Button */
.btn-cart-checkout {
	background-color: #97cc76;
	background-image: linear-gradient(to bottom, #97cc76, #8bcc62);
	border: 1px solid #5f993a;
	box-shadow: inset 0 1px 0 #c6e6b3, inset 0 -1px 0 #79b356, inset 0 0 0 1px #a4cc8b, 0 2px 4px rgba(0, 0, 0, 0.2);
	color: white;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.btn-cart-checkout:hover {
	background: #8bcc62;
	border-color: #326612;
	box-shadow: inset 0 1px 0 #c6e6b3, inset 0 -1px 0 #79b356, inset 0 0 0 1px #a4cc8b;
}
.btn-cart-checkout:active {
	background: #8bcc62;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.btn-cart-checkout .fa {
	color: #5f993a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Blue Button */
.btn-place-order {
	background-color: #42b0e3;
	background-image: linear-gradient(to bottom, #42b0e3, #2ba9e3);
	border: 1px solid #107db0;
	box-shadow: inset 0 1px 0 #7cd4fc, inset 0 -1px 0 #2696c9, inset 0 0 0 1px #59b7e3, 0 2px 4px rgba(0, 0, 0, 0.2);
	color: white;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.btn-place-order:hover, .btn-place-order:focus {
	background: #2ba9e3;
	border-color: #004c6f;
	box-shadow: inset 0 1px 0 #7cd4fc, inset 0 -1px 0 #2696c9, inset 0 0 0 1px #59b7e3;
}
.btn-place-order:active {
	background: #2ba9e3;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.btn-place-order .fa {
	color: #107db0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Disabled Button */
.btn.btn-disabled {
	background: silver;
	color: #FFFFFF;
	text-shadow: none;
	border: 1px solid #7d7d7d;
	box-shadow: inset 0 1px 0 #b4b5ba, inset 0 -1px 0 #909195, inset 0 0 0 1px #B4B5BA, 0 2px 4px rgba(0, 0, 0, 0.2);
}

hr.custom {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

/* Payment Form Styles */
.custom-grid * {
	box-sizing: border-box;
}
.payment {
	margin-top: 2em;
	margin-bottom: 1em;
}
.payment .form-title {
	margin-bottom: 1em;
}
.payment .form-title {
	margin-bottom: 1em;
}
.custom-grid .row {
	display:block;
}
.custom-grid [class*="col-md-"] {
	display:block;
	max-width: 960px;
}
.custom-grid .form-group {
	position: relative;
	margin-bottom: 20px;
}
.custom-grid .form-group input,
.custom-grid .form-group select,
.custom-grid .form-group textarea {
	margin: 0;
	padding: 4px 10px;
	width: 100%;
}
.custom-grid .form-group .control-label {
	display:block;
	margin-bottom: 5px;
}
.custom-grid .col-md-6 {
	float: left;
	width: 50%
}

.custom-grid .row [class*="col-md-"]:first-child {
	padding-left: 0 !important;
}
.custom-grid .row [class*="col-md-"] {
	padding-left: 15px;
}

.custom-grid .form-group .inline-control-group .inline-control {
	width: auto !important;
	display: inline-block;
	margin-right: 5px;
}

.custom-grid .form-group.has-error > .help-block {
	color: #e85d4e;
}
.custom-grid .form-group.has-error input,
.custom-grid .form-group.has-error select,
.custom-grid .form-group.has-error textarea
{
	border: 1px solid #e85d4e;
}
.custom-grid .form-group.has-success input,
.custom-grid .form-group.has-success select,
.custom-grid .form-group.has-success textarea
{
	border: 1px solid #7fab59;
}

.stamp-box {
	margin-bottom: 25px;
}
.stamp-box .heading {
	margin-bottom: 8px;
}
.stamp-box .info p {
	margin-bottom: 2px;
}


@media (max-width: 992px) {
	.custom-grid .row {
		padding: 0 15px;
	}
	.custom-grid [class*="col-md-"] {
		width: 100%;
		float: none;
	}
	.custom-grid .row [class*="col-md-"] {
		padding-left: 0;
	}
}
