@charset "utf-8";
/* Main */

#layout_footer {
    /*background: url(../images/bg_layout_footer.jpg) repeat-x;*/
    min-height: 280px;
    margin: 40px 0 0 0;
    padding: 90 0 20px 0;
}

.is--primary {
	padding: 2px 12px 2px 12px;
	line-height: 34px;
	background-color: #fa5d27;
	background-image: linear-gradient(to bottom, #fa5d27 0%, #d9400b 100%);
	border: 0 none;
	color: #fff
}
.is--primary:hover {
	background: #d9400b;
	color: #fff
}

.alert {
	font-size: 14px;
	line-height: 24px;
	position: relative;
	overflow: hidden
}
.alert:after {
	content: "";
	display: table;
	clear: both
}
.alert.is--success {
	color: #208e4e;
	background: #def2e7
}
.alert.is--success .alert--icon {
	background: #2ecc71
}


#sidebar .btn {
	padding: 2px 10px 2px 10px;
	line-height: 32px;
	border-radius: 3px;
	background-clip: padding-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff 0%, #f8f8fa 100%);
	-webkit-font-smoothing: inherit;
	display: inline-block;
	position: relative;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	border: 1px solid #dadae5;
	color: #5f7285
}
.btn [class^="icon--"] {
	font-size: 10px;
}

.btn.is--icon-right {
	padding-right: 36px;
}
.btn.is--icon-right [class^="icon--"] {
	height: 16px;
	line-height: 32px;
	margin: -16px 0px 0px 0px;
	right: 12px;
	font-weight: normal;
	display: block;
	position: absolute;
	top: 50%
}

.btn:disabled, .btn:disabled:hover, .btn.is--disabled, .btn.is--disabled:hover {
	opacity: .5;
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff 0%, #f8f8fa 100%);
	border: 1px solid #dadae5;
	color: #5f7285;
	cursor: not-allowed
}
.btn:hover {
	background: #fff;
	color: #d9400b;
	border-color: #d9400b
}
.btn:focus {
	outline: none
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar-cart {
    float: right;
    position: absolute;
    right: 40px;
	top: 10px;
}

#sidebar {
    width: 280px;
    position: fixed;
    top: 0;
    right: -280px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#dismiss {
    /*width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}




/*
###### Warenkorb
*/
.ajax--cart {
	width: 450px;
	border-radius: 3px;
	background-clip: padding-box;
	font-size: 14px;
	border: 1px solid #dadae5;
	position: relative;
	background: #fff
}
.ajax--cart:after, .ajax--cart:before {
	right: 10px;
	bottom: 100%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}
.ajax--cart:after {
	right: 11px;
	border-width: 9px;
	border-bottom-color: #fff
}
.ajax--cart:before {
	border-width: 10px;
	border-bottom-color: #dadae5
}
.ajax--cart .content--loader {
	width: 21px;
	height: 21px;
	padding: 20px 0px 20px 0px;
	box-sizing: content-box;
	margin: 0 auto
}
.ajax--cart .item--container {
	padding: 0px 10px 0px 10px;
	max-height: 353px;
	overflow-y: auto
}
.ajax--cart .alert {
	border-radius: 0;
	margin-bottom: 10px;
}
.ajax--cart .alert .alert--icon, .ajax--cart .alert .icon--element {
	width: 15%
}
.ajax--cart .alert .alert--icon .is--warning, .ajax--cart .alert .icon--element .is--warning {
	color: #f1c40f;
	background: #f9f3dd
}
.ajax--cart .alert .alert--icon .is--success, .ajax--cart .alert .icon--element .is--success {
	color: #2ecc71;
	background: #def2e7
}
.ajax--cart .alert .alert--content {
	width: 85%
}
.ajax--cart .cart--item {
	padding: 10px 0px 10px 0px;
	line-height: 38px;
	border-bottom: 1px solid #dadae5;
	overflow: hidden
}
.ajax--cart .cart--item:last-child {
	border: 0 none
}
.ajax--cart .cart--item.is--empty {
	padding-bottom: 0
}
.ajax--cart .cart--item .thumbnail--container {
	margin: 0px 10px 0px 0px;
	width: 38px;
	height: 38px;
	border-radius: 3px;
	background-clip: padding-box;
	float: left;
	position: relative
}
.ajax--cart .cart--item .thumbnail--container.has--image {
	border: 1px solid #dadae5;
	background: #FFFFFF
}
.ajax--cart .cart--item .thumbnail--container .cart--badge {
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 3px;
	background-clip: padding-box;
	width: 14px;
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	background: #d9400b
}
.ajax--cart .cart--item .thumbnail--container .cart--badge .badge--free {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 8px;
	line-height: 12px;
	width: 40px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	bottom: 0
}
.ajax--cart .cart--item .thumbnail--container .basket--badge {
	line-height: 37px;
	font-size: 12px;
	border-radius: 100%;
	background-clip: padding-box;
	height: 35px;
	width: 35px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	background: #5f7285;
	color: #fff
}
.ajax--cart .cart--item .thumbnail--container .basket--badge .icon--arrow-right {
	font-size: 10px;
}
.ajax--cart .cart--item .thumbnail--container .basket--badge .icon--coupon {
	font-size: 20px;
	line-height: 37px;
}
.ajax--cart .cart--item .thumbnail--image {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.ajax--cart .cart--item .item--link {
	color: #5f7285
}
.ajax--cart .cart--item .item--quantity {
	margin: 0px 5px 0px 0px;
	font-weight: bold
}
.ajax--cart .cart--item .item--price {
	font-weight: bold;
	float: right
}
.ajax--cart .cart--item .action--container {
	width: 21px;
	height: 21px;
	margin: 10px 0px 0px 10px;
	line-height: 1;
	float: right
}
.ajax--cart .cart--item .action--container .btn {
	height: 21px;
	width: 21px;
	padding: 4px 5px 4px 5px;
	font-size: 8px;
	line-height: 14px;
}
.ajax--cart .cart--item .action--container *[class*="icon--"] {
	margin: 0;
	padding: 0
}
.ajax--cart .prices--container {
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #dadae5
}
.ajax--cart .prices--container .prices--articles-amount {
	float: right
}
.ajax--cart .prices--container .prices--articles {
	color: #3f4c58;
	font-weight: bold
}
.ajax--cart .button--container {
	padding: 10px 10px 10px 10px;
	overflow: hidden
}
.ajax--cart .button--container *[class*="button--"] {
	width: 210px;
	border-radius: 3px;
	background-clip: padding-box;
	text-align: center
}
.ajax--cart .button--container .button--checkout {
	float: right
}
.ajax--cart .button--container .button--open-basket *[class^="icon--"] {
	display: none
}
.off-canvas .ajax--cart {
	font-size: 14px;
	background: #fff;
	width: auto;
	position: absolute;
	left: 0;
	right: 15px;
	border: 0 none;
	min-height: 100%
}
.off-canvas .ajax--cart .item--container {
	max-height: none
}
.off-canvas .ajax--cart .cart--item {
	line-height: 19px;
}
.off-canvas .ajax--cart .cart--item .item--link {
	width: 149px;
	display: inline-block
}
.off-canvas .ajax--cart .cart--item .item--price {
	float: none;
	display: block
}
.off-canvas .ajax--cart .prices--container {
	background: #fff;
	border-bottom: 0 none
}
.off-canvas .ajax--cart .action--container, .off-canvas .ajax--cart .action--container .action--remove {
	width: 38px;
	height: 38px;
}
.off-canvas .ajax--cart .action--container {
	margin: 0
}
.off-canvas .ajax--cart .action--container .action--remove {
	font-size: 14px;
	text-align: center;
	vertical-align: middle
}
.off-canvas .ajax--cart .action--container .icon--loading-indicator {
	width: 21px;
	height: 21px;
	margin: 9px 0px 0px 0px;
	position: relative;
	margin-left: auto;
	margin-right: auto
}
.off-canvas .ajax--cart .action--container *[class*="icon--"] {
	line-height: 28px;
	margin: 0;
	padding: 0
}
.off-canvas .ajax--cart .button--container {
	text-align: left
}
.off-canvas .ajax--cart .button--container *[class*="button--"] {
	margin: 10px 0px 0px 0px;
	width: 100%
}
.off-canvas .ajax--cart .button--container .button--checkout {
	margin: 0
}
.off-canvas .ajax--cart .button--container .button--open-basket {
	padding-right: 30px;
}
.off-canvas .ajax--cart .button--container .button--open-basket *[class^="icon--"] {
	display: block;
	right: 10px;
}


.off-canvas .close--off-canvas {
	padding: 2px 10px 2px 10px;
	line-height: 38px;
	background-color: #5f7285;
	background-image: linear-gradient(to bottom, #5f7285 0%, #3f4c58 100%);
	display: block;
	color: #fff;
	font-weight: bold;
	cursor: pointer
}
.off-canvas .close--off-canvas:after {
	content: "";
	display: table;
	clear: both
}
.off-canvas .close--off-canvas .icon--arrow-left {
	margin: 0px 10px 0px 0px;
	font-size: 11px;
}

.cart-box .badge .quantity .cart--quantity {
    border: 0 none;
}
.cart-box .badge {
    background-color: #fa5d27;
    background-image: linear-gradient(to bottom, #fa5d27 0%, #d9400b 100%);
    color: #fff;
    border-color: #fff;
}

.cart--quantity, .notes--quantity {
    top: -4px;
    left: 23px;
    position: absolute;
    margin: 0;
	z-index: 1;
}

.off-canvas .icon--arrow-right {
	margin: 3px 0px 0px 0px;
	float: right
}

.navbar-header .icon--basket {
	font-size: 32px;
	display: inline;
	position: relative;
	vertical-align: middle;
	color: #fff;
	top: 0;
	left: 0
}