.quickcheckout-heading {
	font-size: 16px;
	color: #111;
	margin: 10px 0;
	/*background: #28b2bb;*/
	/*padding: 10px 0;
	border-bottom: 1px solid #ddd;*/
	font-weight: 600;
}
.quickcheckout-content {
	border: 1px solid #ededed;
	padding: 10px;
	overflow: auto;
	margin-bottom: 10px;
	background-color: #f9fdfe;
}
.or {
	text-align: center;
	width: 100%;
	font-size: 24px;
	color: #aaaaaa;
}
.hide {
	display: none !important;
}
/* #quickcheckoutconfirm .col-sm-6 {
	float: none !important;
	display: inline-block;
	width: 49% !important;
	vertical-align: top;
} */
table.quickcheckout-cart {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.quickcheckout-cart thead td {
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
	color: #4D4D4D;
	font-weight: bold;
	padding: 7px;
}
.quickcheckout-cart tbody td {
	border-bottom: 1px solid #eeeeee;
	vertical-align: top;
	padding: 7px;
}
.quickcheckout-cart td.image {
	width: 10%;
	text-align: center;
}
.quickcheckout-cart td.image img {
	border: 1px solid #DDDDDD;
}
.quickcheckout-cart td.name {
	width: 30%;
	text-align: left;
}
.quickcheckout-cart td.quantity {
	width: 20%;
	text-align: left;
	min-width: 150px !important;
}
.quickcheckout-cart td.quantity > img, .quickcheckout-cart td.quantity > a {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.quickcheckout-cart td.price1 {
	text-align: right;
	width: 20%;
}
.quickcheckout-cart td.total {
	width: 20%;
	text-align: right;
	padding-right: 10px;
}
#coupon-heading,#voucher-heading,#reward-heading  {
    /*background: #28b2bb;*/
    cursor: pointer;
    width: 100%;
    padding: 10px 0;
    /* font-weight: bold; */
    color: #111;
    margin-bottom: 5px;
    font-size: 16px;
	font-weight: 600;
}
/* #voucher-content {
	display: none;
} */
#coupon-content {
	/* display: none; */
	margin-bottom:15px;
}
#reward-content {
	/* display: none; */
	margin-bottom:15px;
}
.checkout-content {
	display: block !important;
}
.fa-5x {
	font-size: 5em !important;
}
#payment {
	overflow: hidden;
}
/* Custom themes may need this */
/*
select {
	width: 100%;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}*/

.yukleninceGoster{
	display: none;
}

div#quickcheckoutconfirm {
    margin-bottom: 25px;
}
#coupon-content .input-group-addon {
    padding: 3px 4px;
}
