.theCart .gridViewTable{

}
.theCart .gridViewTable td{
	padding-left:15px;
	padding-right:15px;
}

.theCart .gridViewTable .form-control.input-sm{
	text-align:center;
	margin-top:5px;
}

@media (max-width:767px){
	.theCart .page-header{
		margin-top:0px;
	}
	.theCart h1{

	}
	.tablesaw-stack tr {
		border-top: 0!important;
		border-bottom:15px solid #FFF!important;
	}
	.tablesaw-stack td{
	border:0!important;
	border-right:1px solid #ccc!important;
	border-left:1px solid #ccc!important;
	}
	.tablesaw-stack td:first-of-type{
	border-top:1px solid #ccc!important;
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px !important;
	}
	.tablesaw-stack td:last-of-type{
	border-bottom:1px solid #ccc!important;
	border-bottom-left-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
	padding-bottom:15px;
	}
	.tablesaw-stack td:nth-of-type(3) .tablesaw-cell-label {
		margin-top: 10px!important;
	}
	.tablesaw-stack td:nth-of-type(3) input + span {
		display:none;
	}
	.tablesaw-stack td:nth-of-type(4) .h4 {
		margin: 0px!important;
	}
	.tablesaw-stack td:nth-of-type(1) .tablesaw-cell-label {
		display:none!important;
	}
	.tablesaw-stack td:nth-of-type(1) .tablesaw-cell-content {
	width:100%!important;
	max-width:100%!important;
	text-align:center;
	}
	.tablesaw-stack td:nth-of-type(2){
	padding-bottom:0px;
	}
	.tablesaw-stack td:nth-of-type(2) .tablesaw-cell-label {
		display:none!important;
	}
	.tablesaw-stack td:nth-of-type(2) .tablesaw-cell-content {
	width:100%!important;
	max-width:100%!important;
	}
	.tablesaw-stack td:nth-of-type(2) .tablesaw-cell-content .thumbnail {
	border:0!important;
	padding-right:30px;
	padding-left:30px;
	}
	.tablesaw-stack td:nth-of-type(3){
	padding-top:0px;
	}
	.tablesaw-stack td:nth-of-type(3) .tablesaw-cell-label {
	width:50%!important;
	max-width:50%!important;
		text-transform:uppercase;
	}
	.tablesaw-stack td:nth-of-type(3) .tablesaw-cell-content {
	width:50%!important;
	max-width:50%!important;
	}
	.tablesaw-stack td:nth-of-type(4) .tablesaw-cell-label {
	width:50%!important;
	max-width:50%!important;
		text-transform:uppercase;
	}
	.tablesaw-stack td:nth-of-type(4) .tablesaw-cell-content {
	width:50%!important;
	max-width:50%!important;
	}
	.theCart .FlexCartBrowsePrice {
	display:block;
	width:100%;
	text-align:center;
}

}
/* Default view */
.theCart th:first-of-type{
	width:5%;
}
.theCart .default-items{
	width:70%;
}

.theCart .default-quantity{
	width:10%;
}

.theCart .default-totals{
	width:15%;
}

/* Click and collect stock treshod bug fix */

.theCart #checkavailability p.h4.pt-3{
	padding-top:0px!important;
	font-size:14px;
}

/* Quick cart */

.quick-grid tr:nth-of-type(even){
	background-color: #f8f9fa;
}

.quick-grid th{
	padding:5px 10px 10px;
	text-transform:uppercase;
}
.quick-grid td{
	padding:5px 10px;
}
.quick-grid th:nth-of-type(1){
	width:10%;
}
.quick-grid th:nth-of-type(2){
	width:50%;
}
.quick-grid th:nth-of-type(3){
	width:10%;
	text-align:center;
}
.quick-grid td:nth-of-type(3) input{
	text-align:center;
}
.quick-grid th:nth-of-type(4), .quick-grid td:nth-of-type(4){
	width:10%;
	padding-right:15px;
}
.quick-grid th:nth-of-type(5){
	width:20%
}
.qcart-btnEdit{
	float:left;
	width:49%;
	margin-right:2%;
	border-color: #28a745!important;
	color:#28a745;
	text-transform:uppercase;
}
.qcart-btnEdit:hover{
	background-color: #28a745!important;
	color:#ffffff;

}
.qcart-btnDelete{
	float:left;
	width:49%;
	border-color: #dc3545 !important;
	color:#dc3545;
	text-transform:uppercase;
}
.qcart-btnDelete:hover{
	background-color: #dc3545 !important;
	color:#ffffff;
}

.uploadSpinner {
    vertical-align: middle;
    visibility: hidden;
    margin-left:auto;
    margin-right:auto;
    display:none;
}