/**
 * Sidebars
 */


/* Sidebar positions in the layout are defined in the 'Main' section of style.css */



.sidebar-widget {
	margin-bottom: 30px;
}



/**
 * Sidebar list / product filters
 */
.sidebar-list {
}
.filter-group:not(:last-child) {
	margin-bottom: 15px;
}
.sidebar-list__header,
h2.filter-group-header {
	background-color: #0ca69a;
	padding: 5px 5px;
	margin: 0 0;
	color: #ffffff;
	font-size: 16px;
	font-family: 'Assistant', 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.sidebar-list__content,
ul.filter-group-terms {
	margin: 0;
	border: #0ca69a 1px solid;
	border-top: 0px none;
	padding: 0 5px;
	overflow: hidden;
}
ul.filter-group-terms {
	list-style-type: none;
}
a.sidebar-list-item,
li.filter-term {
	display: block;
	border-bottom: #b3b3b3 1px solid;
	padding: 0 0;
	color: #393939;
	font-size: 14px;
	line-height: 15px;
}
a.sidebar-list-item {
	padding: 5px 0;
}
a.sidebar-list-item:hover,
li.filter-term:hover {
	background-color: #f5f5f5;
	color: #000;
	text-decoration: none;
}
a.sidebar-list-item:hover span.link {
	text-decoration: underline;
}
a.sidebar-list-item--current {
	color: #000;
	font-weight: bold;
}
a.sidebar-list-item:last-of-type,
li.filter-term:last-of-type {
	border-bottom: 0 none;
}
a.sidebar-list-item span.count {
	font-size: 90%;
}
li.filter-term label {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 5px 0 5px 17px;
}
@media only screen and (max-width: 1040px) {
	li.filter-term label {
		padding-left: 22px;
	}
}
li.filter-term label input.filter-term-checkbox {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	cursor: pointer;
}

li.filter-group-controls {
	padding: 5px 0;
	font-size: 10px;
	line-height: 12px;
	color: #393939;
}
a.filter-group-control {
	color: #393939;
	text-decoration: none;
}
a.filter-group-control:hover {
	color: #393939;
	text-decoration: underline;
}


/**
 * Sidebar cart
 */
.sidebar-cart {
	text-align: center;
	margin-bottom: 30px;
}
.sidebar-cart__title a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background-image:url('../../images/icons/cart--green-medium.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	font-family: 'Assistant', 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 15px;
	color: #393939 !important;
	text-decoration: none !important;
}
.sidebar-cart__checkout-button:first-of-type {
	margin-bottom: 15px;
}
.sidebar-cart .lmu-cart-incentives {
	text-align: left;
	font-size: 14px;
	margin-bottom: 15px;
}
.sidebar-cart .lmu-cart-incentives ul {
	padding-left: 20px
}
.sidebar .lmu-cart-item-breakdown table td.qty {
	padding-right: 0;
}
.sidebar .lmu-cart-item-breakdown table td.line_total {
	display: none;
}
.sidebar-cart .lmu-cart-totals {
	padding: 5px;
	margin-bottom: 15px;
}
.sidebar-cart .cart-totals-item {
	font-size: 13px;
}
.sidebar-cart .cart-totals-item span {
	display: none;
}
.sidebar-cart__review-link {
	margin-top: 5px;
	text-align: center;
}
.sidebar-cart__review-link a {
	color: #b63735;
	font-size: 14px;
}
.sidebar-cart__review-link a:hover {
	color: #b63735;
	text-decoration: underline;
}


/**
 * Best sellers
 */
.sidebar-best-sellers {
	}
.sidebar-best-sellers__logo {
	display: block;
	width: 145px;
	height: 47px;
	background-color: #e75454;
	background-image: url('../../images/buttons/best-sellers--135.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px auto 15px auto;
	text-indent: -1000em;
	overflow: hidden;
}

.sidebar-best-sellers__products {
}
.sidebar-best-sellers__products .product-loop {
	display: block;
	width: 145px;
	height: 250px;
	padding: 0px;
	margin-bottom: 15px;
}
.sidebar-best-sellers__products .product-loop__title {
	font-size: 13px;
	line-height: 16px;
}

.sidebar-best-sellers__products .product-loop__sizes,
.sidebar-best-sellers__products .product-loop__colour-boxes,
.sidebar-best-sellers__products .product-loop__banner {
	display: none;
}

