.toolbar {
	border-top:1px #A2A2A2 solid;
	background: #f7f7f7;
	background-image: -moz-linear-gradient(top, #e4e4e4, #ffffff);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e4e4e4), to(#ffffff));
	background-image: -o-linear-gradient(top, #e4e4e4, #ffffff);
	background: linear-gradient(top, #e4e4e4, #ffffff);
	height: 28px;
	padding: 3px 15px;
	position: fixed;
	bottom : 0;
	width: calc(100% - 30px);
	line-height: 31px;
	opacity: 0.9;
	transition: opacity 0.5s ease-in;
	z-index: 9999;
}

.toolbar:hover {
	opacity: 1;
}

.toolbar a.close {
	position: absolute;
	top: 0px;
	right: 10px;
	background: none !important;
	height: auto !important;
	display: block !important;
	color: #020202;
	text-decoration: none;
}

.toolbar-extended {
	display: none;
	position: fixed;
	bottom: 38px;
	background: #F7F7F7;
	padding: 15px;
	z-index: 9999;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
	width: 100%;
}

.toolbar-extended span {
	font-weight: bold;
}

.toolbar-extended ul {
	list-style : none;
}

.toolbar-extended ul li {
	background: none;
}

.toolbar h1 {
	color: #A2A2A2!important;
	margin: 0;
	float: left;
}

.toolbar h1, .toolbar p {
	font-size: 12px;
	line-height: 31px;
}

.toolbar p {
	display: inline-block;
	position: absolute;
	top: 3px;
}

.toolbar p:before {
	content: ' - ';
	width: 15px;
	display: inline-block;
	margin-left: 5px;
}

.toolbar button {
	float: right;
	padding: 4px 6px;
	font-size: 11px;
	margin: 2px 0 0 3px;
}

.toolbar button.rotate {
	transform: rotate(180deg);
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.error_container li {
	background: none;
	padding: 0;
	margin: 0;
}

.error_container li .alert-box {
	margin : 0 10px 0 0;
}

.cart_voucher_errors {
	list-style: none;
}

.cart_voucher_errors li {
	background: none;
}

.cart_overview li div.small.traits {
	/**margin-left: 38%;**/
	width: calc(100% - 162px);
	font-size: small;
}

button:disabled {
	cursor : default;
	background : #673536;
	cursor: not-allowed;
	color : #F5F5F5!important;
	opacity: 0.3;
}
button:disabled:hover {
	cursor: not-allowed;
	background : #673536;
}

ul.product_colors {
	list-style: none;
	margin: 10px 0 10px;
}

ul.product_colors li {
	background : none;
	padding-left: 0;
	float: left;
	margin: 0 10px 0 0;
}

ul.product_colors li button, ul.product_colors li a {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	padding : 2px;
	background: none;
	opacity: 0.3;
}

ul.product_colors li button span, ul.product_colors li a span {
	display:block;
	width: 100%;
	height: 100%;
	content: ' ';
	border-radius: 40px;
}

ul.product_colors li button.selected, ul.product_colors li button:hover, ul.product_colors li a.button.selected, ul.product_colors li a.button:hover {
	border: 2px #000000 solid;
	opacity: 1;
}

ul.product_colors.small li a {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	padding: 2px;
	opacity: 1;
	border: 1px #E0E0E0 solid;
}

ul.product_colors.small li a.button.selected, ul.product_colors.small li a.button:hover {
	background: none;
	border: 1px #000000 solid;
	opacity: 0.8;
}

div.product_size a.button, a.button.reset {
	opacity: 0.4;
}

div.product_size a.button:hover, div.product_size a.button.selected, a.button.reset:hover {
	opacity: 1;
}

div.active_filters a.button span {
	display: inline-block;
	font-weight:bold;
	font-size: 10px;
	background: #FFFFFF;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	line-height: 15px;
	color: #202020;
	text-align: center;
	margin: 2px 0 0 10px;
	float: right;
}

section.sort {
	display: block;
	margin: 15px 0 15px;
	overflow: hidden;
}

section.sort span {
	display: inline-block;
	margin: 6px 0 0 0;
}

section.sort form {
	float: right;
	width: 200px;
	margin: 0;
}

#cookie_message {
	background: white;
	position: fixed;
	bottom: 0;
	border-top: #0088df solid 6px;
	opacity: 0.8;
	transition: all 0.5s ease-in-out;
	z-index: 9999;
	width: calc(100% - 30px);
	padding: 15px;
	cursor: default
}

#cookie_message:hover {
	opacity: 1;
}

.cart_overview li div.constraints {
	margin: 15px 0 0 3.25%;
}

.cart_overview li div.constraints > div img {
	width: 20%;
}

.cart_overview li div.constraints div h2, .cart_overview li div.constraints div h2 a, .cart_overview li div.constraints div .heading2, .cart_overview li div.constraints div .heading2 a {
	font-size: 16px;
}

@media only screen and (max-width: 479px) {
	#cache_notice {
		width: calc(100% - 20px);
	}
}

form.price .flex > div {
	margin: 0;
}

form.price .flex div label, form.price .flex div input {
	float: left;
}

form.price .flex div label {
	margin: 4px 20px 0 0;
}

form.price .flex div input {
	width: calc(100% - 52px);
}

.small_cart {
	position: fixed;
	margin: 0.5% 0 0 66%;
	width: 400px;
	border: 1px solid #ededed;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 5px 5px 10px -1px #000000CC;
	background: #FFFFFF;
	z-index: 9999;
	display: none;
}

.small_cart h2 {
	margin: 3px 0 5px;
	font-size: 18px;
}

.small_cart hr {
	margin: 2px 0;
	border-color: #f3e2ea;
}

.small_cart .articles {
	max-height: 250px;
	overflow-y: auto;
	scrollbar-width: thin;
	padding: 4px 0 0 0;
}

.small_cart div.flex {
	display: flex;
}

.small_cart div.flex div {
	flex: 3;
}

.small_cart div.flex div:first-of-type {
	flex: 1;
}

.small_cart div.article {
	display: flex;
	margin: 0 0 4px;
	background: #ededed;
}

.small_cart div.article > div {
	flex: 3;
	margin: 0 5px 0 0;
}

.small_cart div.article > div:nth-child(2) {
	padding: 0 0 0 10px;
}

.small_cart div.article div.image {
	flex: 1;
	height: 75px;
}

.small_cart div.article div.image img {
	width:100%;
	height: 100%!important;
	object-fit: cover;
}

.small_cart a.next {
	background-position: 100% 8px;
	padding: 0 10px 0 0;
}

.small_cart .totals {
	margin: 5px 0 0 0;
	padding: 0 0 10px 0;
}