﻿/* ps Cart */
.pscart-modal {
	text-align: left;
}

.pscart-item, .pscart-message-area, .empty-ps-cart-text {
	padding-left: 15px;
	padding-right: 15px;
}

.pscart-modal .modal-body {
	padding-left: 0;
	padding-right: 0;
}

.pscart-item-image {
	width: 50px;
}

.pscart-item-actions {
	margin-left: 4px;
	float: right;
}

	.pscart-item-actions a {
		text-decoration: none;
		font-size: 14px;
	}

.pscart-selected-kit-items {
	margin-bottom: 4px;
	padding-left: 15px;
}


.pscart-product-name {
	font-weight: bold;
}

.pscart-item {
	padding-top: 15px;
	border-top: solid 1px #E5E5E5;
}

	.pscart-item:first-of-type {
		padding-top: 0;
		border-top: none 0;
		margin-top: 0;
	}

.pscart-detail {
	font-size: 0.85em;
}

.pscart-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0.5;
}

.pscart-loading {
	z-index: 1040;
	position: fixed;
	width: 100%;
	left: 0;
	top: 30%;
	color: #fff;
	text-align: center;
}


.pscart-content-wrap {
	position: relative;	
	overflow: auto;
}

.pscart-total-area {
	margin-bottom: 15px;
}

.pscart-total-wrap {
	font-size: 18px;
}

.pscart-subtotal-label {
	display: none;
}