#cartDetail {
	text-align: center;
	font-size: 14px;
	max-width: 380px;
	position: fixed;
	z-index: 99999;
	width: 100%;
	top: 0px;
	right: -380px;
	background-color: #f7f7f7;
	
}

#cboxWrapper {
	outline: none !important;
}

#colorbox {
	outline: none !important;
}

.cancle {
	padding: 10px 25px;
	margin-right: 20px;
	display: inline-block;
	transition: all 0.6s linear;
	position: relative;
	/* background: #28C2FE; */
	border-radius: 5px;
	cursor: pointer;
	background-color: white;
	color: #28C2FE;
	border: 2px solid #28C2FE;
}

.continue {
	padding: 10px 25px;
	display: inline-block;
	border: 2px solid #28C2FE;
	color: #fff;
	transition: all 0.6s linear;
	position: relative;
	background: #28C2FE;
	border-radius: 5px;
	cursor: pointer;
}

#cboxClose {
	display: none;
}

#cartDetail #info {
	margin-top: 1%;
	font-size: 16px;
}

#dueToday {
	padding: 1%;
}

#dueMonthely {
	padding: 1%;
}

#cartDetail .color {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 2%;
}

#cartDetail .storage {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 2%;
}

#cartDetail .data {
	padding: 2%;
	text-align: left;
}

#price {
	font-size: 24px;
	color: #28C2FE;
}

.color span {
	margin-left: 6%;
}

.storage span {
	margin-left: 6%;
}

.data span {
	margin-left: 6%;
}

.productName {
	font-size: 15px;
	padding: 2% 0;
	border-bottom: 1px solid #c3c3c3;
}

.product-img img {
	width: 35%;
}

.rebate-info {
	padding-top: 0.2%;
	width: 172px;
	margin: 0 auto;
	font-size: 15px;
}

.rebate-info a {
	border-bottom: 1px solid #28C2FE;
}

.rebate-price {
	float: left;
}

#cartDetail  .free-section {
	padding: 1% 0;
	border-top: 1px solid #c3c3c3;
}

.cart-heading {
	font-size: 25px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #c3c3c3;
	padding: 18px 0 10px 20px;
	text-align: left;
}

.due-info {
	border-bottom: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
	padding: 2%;
	background-color: #f7f7f7;
}

.due-today-title, .due-total-amount {
	color: black;
	display: inline-block;
	width: 48%;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 7px;
}

.due-today-title {
	text-align: left;
}

.due-total-amount {
	text-align: right;
}

.cart-bottom-section .inline-wrap-sec {
	display: inline-block;
	width: 49%;
}

.cart-bottom-section {
	background-color: #f7f7f7;
	margin: 3%;
}

#cboxWrapper {
	overflow: visible !important;
}

#cboxOverlay {
	background: #B2B2B2 !important;
}

#cartDetail #cartClose {
	position: absolute;
	top: 1.2%;
	right: 5px;
	background: url(/prepaid/resources/images/icons/ico_close.png) no-repeat top
		left;
	width: 26px;
	height: 28px;
	text-indent: -9999px;
	border: none;
	padding: 0;
	cursor: pointer;
}

#cartOverLay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
}

.hidden {
	display: none;
}

#cartDetail .inner-cart {
	position: relative;
	background-color: white;
}

/* custom scroll css started */
#cartDetail::-webkit-scrollbar {
	width: 5px;
}

/* Track */
#cartDetail::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(40, 194, 254, 0.3);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Handle */
#cartDetail::-webkit-scrollbar-thumb {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: rgba(40, 194, 254, 0.8);
	-webkit-box-shadow: inset 0 0 rgba(40, 194, 254, 0.3);
}

#cartDetail::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 0, 0, 0.4);
}

.buttons {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #28C2FE;
	color: #fff;
	transition: all 0.6s linear;
	position: relative;
	background: #28C2FE;
	border-radius: 5px;
	margin-right: 6%;
	cursor: pointer;
}

#warning-message {
	text-align: center;
	font-size: 15px;
}

.heading-warning {
	margin-bottom: 5%;
	line-height: 24px;
	font-weight: 100;
	font-size: 16px;
}

.woops {
	padding-bottom: 4%;
	font-size: 18px;
	font-weight: bold;
}

#cartDetail .cartEmpty {
	text-align: center;
	margin-top: 17%;
	height: 100px !important;
	font-size: 18px;
}

.empty {
	height: 150px !important;
	overflow-y: hidden !important;
}

.empty #cartClose {
	margin-top: 7% !important;
	margin-right: 4% !important;
}

#colorbox {
	border: none !important;
}

.left-align-cart, .right-align-cart {
	display: inline-block;
	margin-bottom: 1%;
}

.left-align-cart {
	text-align: left;
	width: 75%;
	margin-left: 10px;
}

.right-align-cart {
	text-align: right;
	width: 20%;
}

@media ( min-width :767px) {
	#cartDetail {
    text-align: center;
    font-size: 14px;
    /* max-width: 400px; */
    position: fixed;
    width: 100%;
    margin: 10px;
	}
}

/* for mobile phone  */
#cartDetail .product-img {
	display: inline-block;
	width: 48%;
	vertical-align: middle;
	margin-top: 10px;
}

#cartDetail #info {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	margin-top: 10px;
}

#cartDetail .product-img img {
	width: 70%;
}

#cartDetail #price {
	margin: 10px 0;
}

.byodImg {
	transform: rotate(290deg);
	padding-bottom: 10%;
}

.details {
	overflow-y: scroll;
	max-height: 400px;
	overflow-x: hidden;
}

.detail-phone {
//	overflow-y: scroll;
//	max-height: 210px;
//	overflow-x: hidden;
}

.dueSectionLink {
	color: #28C2FE;
	text-align: left;
	margin-left: 4%;
	font-size: 16px;
	margin-top: 3%;
	font-weight: bold;
	cursor: pointer;
}

.accessorySection {
	margin-top: -11px;
}

.accessory {
	border-bottom: 1px solid #c3c3c3;
	padding-top: 6%;
	padding-bottom: 5%;
}

.accessorySection .productName {
	border-bottom: none;
	margin-top: 0px !important;
}

.accessorySection .product-img {
	margin-top: 0px !important;
}

.line-info-section {
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 0.5%;
}

.removeLineLink {
	color: #28C2FE;
	margin-left: 10%;
	text-align: left;
	margin-bottom: 1%;
	cursor: pointer;
}