/* Full Cart View */
.ionsun-cart.full table>tbody>tr>td {
	line-height: 2;
	vertical-align: middle;
}
.btn-checkout {
	color: #323232;
	background-color: #FFDC53;
	border-color: #FFE57D;
	padding: 5px 16px;
	font-size: 15px;
}
.btn-checkout:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-update-qty {
	color: #777777;
	background-color: #DBDBDB;
	border-color: #CDCDCD;
}
.btn-update-qty:hover {
	color: #efefef;
	background-color: #8f8f8f;
	border-color: #7c7c7c;
}
.overlay-popup {
	width: 450px;
	background: white;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	border-radius: 5px;
	z-index: 100000001;
	box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}
.overlay-popup h2 {
	margin-bottom: 15px;
	font-size: 20px;
	padding-bottom: 5px;
}
.overlay-popup textarea {
	max-height: 200px;
}
.popup_visible .overlay-popup {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#donate_popup .btn {
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 7px;
}
.section-padding .has-feedback label~.form-control-feedback {
	top: 31px;
}
.payment-details h4 {
	font-weight: bold;
}
.payment-details p {
	margin-bottom: 0;
}

/*Popup styles*/
#donate_popup {
	display: none;
	padding: 10px 20px;
}
#donate_popup * {
	box-sizing: border-box;
}
#donate_popup input,
#donate_popup select,
#donate_popup textarea {
	margin: 0;
	padding: 0;
}
#donate_popup .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
#donate_popup .input-group .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#donate_popup .input-group .input-group-addon:first-child {
	border-right: 0;
}
#donate_popup .input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#donate_popup .options_wrapper {
	position: relative;
}
#donate_popup .form-group {
	display: block;
	overflow: auto;
	zoom: 1;
	margin-bottom: 20px;
}
#donate_popup .form-group:last-child {
	margin-bottom: 0;
}
#donate_popup .options_wrapper {
	display: block;
	overflow: auto;
	zoom: 1;
}
#donate_popup .radio-wrap {
	height: 30px;
	position: relative;
	float: left;
	display: inline-block;
}
#donate_popup input.custom-radio {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
#donate_popup input.custom-radio ~  label{
	display:inline-block;
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border:1px solid #bebebe;
	background-image:-moz-linear-gradient(top,#fefefe, #e1e1e1);
	background-image:-webkit-linear-gradient(top, #fefefe, #e1e1e1);
	text-align:center;
	line-height:28px;
	cursor:pointer;
	color:#888;
	text-shadow:0 1px 0 #fff;
}
#donate_popup input.custom-radio:checked ~ label {
	background-image: -moz-linear-gradient(top, #ebebeb, #fefefe);
	background-image: -webkit-linear-gradient(top, #ebebeb, #fefefe);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2) inset;
	color: #707070;
	text-shadow: 0 0 2px #fff;
}

/* Button Styles */
#donate_popup .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;
}
#donate_popup .btn-success {
	background-color: #847bba;
	background-image: linear-gradient(to bottom, #847bba, #7568ba);
	border: 1px solid #493e87;
	box-shadow: inset 0 1px 0 #bab6d4, inset 0 -1px 0 #655aa1, inset 0 0 0 1px #948dba, 0 2px 4px rgba(0, 0, 0, 0.2);
	color: white;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#donate_popup .btn-success:hover {
	background: #7568ba;
	border-color: #1f1654;
	box-shadow: inset 0 1px 0 #bab6d4, inset 0 -1px 0 #655aa1, inset 0 0 0 1px #948dba;
}
#donate_popup .btn-success:active {
	background: #7568ba;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
#donate_popup .btn-success .fa {
	color: #493e87;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}


/* Some custom Styles */
/* 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);
}
