/*
 * =============================
 * @author: 	Johan Voeten
 * @module: 	mod_webshop2_quotation
 * @about: 		Front-end CSS for quotation-cart
 * =============================
 */

.mwq-quotation-cart {
	margin-bottom: 0;
}

.mwq-quotation-cart + .article {
	margin-top: 1.8em;
}

.mw-quotation {
	position: relative;
	border-radius: 4px;
	font-size: 12px;
	background-color: #fff;
	overflow: hidden;
}

.mw-quotation h2 {
	margin: 0;
	padding: 15px;
	color: #fff;
	border-bottom: 3px solid #172941;
	background: #2d4668;
}

.mwq-subtitle {
	padding: 8px 15px;
	background-color: #dcdcdc;
}

.mwq-subtitle p {
	margin: 0;
	font-weight: 600;
}

.mw-q-inner {
	padding: 15px;
}

.mwq-article-list {
	list-style-type: none;
	margin: 0 0 1em;
}

.mwq-article-list li {
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
}

.mw-q-inner a {
	padding-right: 0;
	padding-left: 0;
}

.sidebar .mwq-article-list li:last-of-type a {
	border-radius: 0 !important;
}

.sidebar .mwq-article-list li.first a {
	padding-top: 0;
	border: 0;
}

.mwq-article-list .mwq-al-name {
	color: #5d9cec;
}

.mw-q-product-info {
	display: block;
	vertical-align: top;
	margin-right: 20px;
	line-height: 1.4;
	font-size: 14px;
}

.mwq-al-number {
	color: #2d4668;
}

.sidebar .mwq-al-remove {
	position: absolute;
	top: 9px;
	right: 0;
	display: block;
	width: 9px;
	height: 15px;
	border: 1px solid transparent;
	border-radius: 3px;
	font-size: 12px;
	line-height: 11px;
	text-indent: -999em;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
	text-decoration: none;
	background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAATUlEQVQoz2PYrCjHAMQ5QCwBZcMwiJ8JYoM4+UD8H4hvICmUgPJB4jnoAiBaD40vwYBF5090k5HdoIek4CeUz4CsiKBJRLmJKN8RDCcAUapwgvScD1gAAAAASUVORK5CYII=) no-repeat 50% 50%;
}

.mwq-request-quotation {
	display: none;
	line-height: 1em;
	padding: 6px 15px;
	text-decoration: none;
}


/**
 * article list in sidebar
 */

.sidebar .mwq-al-separator {
	display: none;
}

.sidebar .product-price {
	display: inline-block;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	color: #87b726;
}

a.mwq-request-quotation {
	position: relative;
	margin-right: 0;
	margin-left: 0;
	padding: 8px 15px;
	border: 1px solid transparent;
	border-radius: 6px;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
	background-color: #5d9cec;
}

.mwq-request-quotation {
	display: block;
	margin: 0 10px;
	text-align: center;
	box-sizing: border-box;
}

a.mwq-request-quotation:hover {
	text-decoration: none;
	background-color: #2d4668;
}

@media screen and (min-width: 1000px) {
	.mw-q-image {
		width: 75px;
	}
}