table {
	border-collapse: collapse;
	border-spacing: 0;
}
#carttitle h2{
	font-size: 18px;
	margin: 0px 0px 25px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #EBEBEB;
}
#cartow {
	background: #FFF;
	height: auto;
	min-height: 600px;
}
#cartiw {
	background: #FFF;
	height: auto;
	min-height: 600px;
}
.cart-side img {
	max-width:100%;
	height:auto;
}
#cartwrap {
	margin-bottom: 50px;
}
#cartwrap hr {
	margin-bottom: 15px;
	margin-top: 5px;
}
#cartinfo {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.addsucess {
	background: #F1F3F8;
	border: 1px solid #E2E5EE;
	border-radius: 5px 5px 5px 5px;
	color: #009900;
	margin-bottom: 30px;
	padding: 10px;
}
.adderror {
	background: #F1F3F8;
	border: 1px solid #E2E5EE;
	border-radius: 5px 5px 5px 5px;
	color: #CC0000;
	margin-bottom: 30px;
	padding: 10px;
}
.saveerror {
	background: #F1F3F8;
	border: 1px solid #E2E5EE;
	border-radius: 5px 5px 5px 5px;
	color: #CC0000;
	margin-bottom: 30px;
	padding: 10px;
}

.gray {
	color: #999;
}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:10px; background-color:#EBEBEB; font-weight:bold; white-space:nowrap; color:#000; }
.data-table td { padding:10px; border-bottom:1px solid #ececec; }
.data-table thead {  }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first { }
.data-table tr.first th.label { }
.data-table tr.last {}
.data-table tr.odd th.label{ }
.data-table tr.even {  }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even {  }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; color:#7e7e7e; }
.data-table td.value {}
#shopping-cart-table .product-image { display: inline-block;}
#shopping-cart-table .product-name { font-size: 14px; font-weight: normal;}
#shopping-cart-table .item-options { margin-bottom: 16px; } /*padding-left: 5px;*/
#cartwrap .price { white-space: nowrap !important;}
#cartwrap .cart input, .cart select { text-align: left;}
#cartwrap input.qty {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	text-align: center !important;
	width: 40px !important;
}
#cartwrap input.input-text, textarea {
	border-radius: 0;
	padding: 6px;
	resize: none;
}
#cartwrap input.input-text, select, textarea, .form-control {
	border: 1px solid #ececec;
}
.cart-help-h{ display:none;}
dt, dd { display:inline-block;}
.a-left {
	text-align: left !important;
}
.a-center {
	text-align: center !important;
}
.a-right {
	text-align: right !important;
}
.rem-item{cursor:pointer; white-space: nowrap !important;}
span.c-info{
	display: none;
	color: #CCC;
}
.rem-item span.c-info{
	color: #333;
}
span.sm-hide{
	display: inline;
	font-weight: bold;
}
.cartbtns {
	margin-bottom: 50px;
	padding-top: 35px;
}



@media only screen and (max-width: 767px) {

	/*
	====================================== cart table	========================================*/

	span.c-info{display:inline;}
	span.sm-hide{display:none;}

	.prod-img {
		border: 0;
	}
	#cartwrap .data-table {position: relative; padding-bottom: 90px;}
	#cartwrap .data-table thead,
	#cartwrap .data-table colgroup {display: none; }
	#cartwrap .data-table td,
	#cartwrap .data-table tr,
	#cartwrap .data-table tbody {display: block; text-align: center !important;}
	#cartwrap .data-table tfoot td {text-align: right !important;}
	#cartwrap .data-table td {
		margin: 0 10px;
		border-bottom: 1px solid #F4F4F4;
		border-top: 0;
		border-right: 0;
		border-left: 0;
	}
	#cartwrap .data-table td.prod-img {	border: 0;}
	#cartwrap .data-table td.last {border: 0;}
	#cartwrap .data-table tr {margin: 4px 0 25px; border: 1px solid #e9e9e9; }
	#cartwrap .data-table tfoot tr {
		margin-top: 2px;
		margin-bottom: 8px;
		border:0;
	}
	#cartwrap .data-table tfoot td {
		border-bottom: 1px solid #e9e9e9;
	}
	#cartwrap .data-table tfoot tr.last td {
		border:0;
	}
	#cartwrap .data-table tfoot td.tf-right{ display: none;}
	#cartwrap .data-table tfoot .gt {
		border-top: 2px solid #000;
	}
	#cartwrap .data-table tfoot {border: 1px solid #e9e9e9; }
	/**/
	#cartwrap .data-table tfoot button.button {margin: 3px 0;}
	.cart-help-h{ display:block;}
	.cart-help-v{ display:none;}
	#cartwrap .data-table td .input-group {
		border-collapse: separate;
		display: table;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 30px;
	}
}
@media only screen and (max-width: 600px) {
	#cartwrap .data-table {padding-bottom: 200px;}
	#cartwrap .data-table tfoot button.button {margin-left: 59px; margin-right: 59px;}
}
@media only screen and (max-width: 460px) {
	.data-table th,
	.data-table td  {padding: 10px 5px;}
}
@media only screen and (max-width: 340px) {
	#cartwrap .data-table tfoot button.button {margin-left: 30px; margin-right: 30px;}
}
@media only screen and (max-width: 320px) and (max-height: 460px)  {
	.block-cart-header .cart-content {max-height:450px; overflow-y:auto; -webkit-overflow-scrolling: touch; padding-bottom: 60px; }
}
@media only screen and (max-width: 320px) and (max-height: 410px)  {
	.block-cart-header .cart-content {max-height:370px;  padding-bottom: 70px; }
}
@media only screen and (max-width: 680px) and (max-height: 460px)  {
	.block-cart-header .cart-content {height:320px; overflow-y:auto; -webkit-overflow-scrolling: touch; padding-bottom: 100px; }
	.block-cart-header .empty .cart-content {height: auto;}
}
/**************************/

#prim-adr-flds {
	clear: both;
}
#store-block{
	clear: both;
	display: none;
}
#customer-data{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F8F8F8;
	display: none;
	margin-top: 50px;
}
#customer-data p {
	font-weight: bold;
	color: #829db9;
	clear: both;
	display: block;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 25px;
}
label.delivery {
	cursor: pointer;
}
.send-cart-btn {
	margin-top: 50px;
	margin-bottom: 20px;
}
.error-info {
	font-size: 10px;
	font-weight: normal;
	color: #C00;
	display: none;
}
.error-info .glyphicon.glyphicon-ok {
	font-size: 12px;
	color: #090;
}

/* checkout */
.checkout-heading {
	background: #f8f8f8 none repeat scroll 0 0;
	border: 1px solid #dbdee1;
	color: #555555;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 8px;
}
.checkout-heading a {
	float: right;
	font-weight: normal;
	margin-top: 1px;
	text-decoration: none;
	color: #38b0e3;
	cursor: pointer;
}
.checkout-content {
	padding: 15px 5px 35px;

}
.checkout-content h2{
	color: #000000;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 0;
	display: block;
}
.csh {
	color: #999;
}
.checkout-content p {
	margin-bottom: 20px;
	margin-top: 0;
}
.loginerror {
	color: #C00;
	font-size: 12px;
}
.infoclose i {
	cursor: pointer;
}
.cferror {
	color: #C00;
}
#thankyouwrap {
	font-size: 13px;
}
#thankyouwrap a {
	color: #F89134;
}
.a-center .input-group-btn-vertical {
	width: auto;
}
.a-center .bootstrap-touchspin {
	margin: auto;
}

/* NEW */

.cart-intro {
	text-transform: uppercase;
	font-weight: 400;
	color: #1E2D41;
	line-height: 38px;
	font-size: 18px;
	padding-top: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ED1C24;
}
.cart-intro-sm {
	text-transform: uppercase;
	font-weight: 400;
	color: #666666;
	line-height: 38px;
	font-size: 16px;
	padding-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.data-table th {
	padding: 10px;
	background-color: transparent;
	font-weight: bold;
	white-space: nowrap;
	color: #1E2D41;
	border-top: solid 1px #D0D5DB;
	border-bottom: solid 1px #D0D5DB;
}
.modal-content {
	border-radius: 0px;
}
#user-select {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 35px;
}
#sameadress-select {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#del-adr-cont {
	display: none;
	width: 100%;
}

.uf div {
	padding-bottom: 15px;
}

.uf .control-label {
	color: #6d6e71;
	line-height: 15px;
	font-weight: 400;
	font-size: 13px;
	display: inline-block;
	padding-bottom: 3px;
}

.uf #crf {
	display: none;
	width: 100%;
}
.lcd {
	padding-top: 35px;
	padding-bottom: 15px;
}
.btn-large {
	padding: 12px 72px;
	font-size: 18px;
}
.help-block strong {
	font-weight: 300;
}
.uf > .table > tbody > tr > td, .uf > .table > tbody > tr > th, .uf > .table > tfoot > tr > td, .uf > .table > tfoot > tr > th,
.uf > .table > thead > tr > td, .uf > .table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: none;
}
td.ttl {
	font-weight: 700;
}
