/** {
	transition: all 0.5s;
}*/

html,body {
	background-color: #f2f2f2;
	/*background: url(../images/rockywall.png) #f2f2f2 center;*/
	height: 100%;
    margin-bottom: 0.1em;
}

/* open-sans-condensed-300 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-condensed-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'),
       url('../fonts/open-sans-condensed-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-condensed-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-condensed-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-condensed-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-condensed-v12-latin-300.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
	   font-display: swap;
}

/* open-sans-condensed-300italic - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-condensed-v12-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Condensed Light Italic'), local('OpenSansCondensed-LightItalic'),
       url('../fonts/open-sans-condensed-v12-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-condensed-v12-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-condensed-v12-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-condensed-v12-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-condensed-v12-latin-300italic.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
	   font-display: swap;
}

/* open-sans-condensed-700 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-condensed-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'),
       url('../fonts/open-sans-condensed-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-condensed-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-condensed-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-condensed-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-condensed-v12-latin-700.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
	   font-display: swap;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

.bs-prototype-override {
	display: block !important;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1; /* ie 6/7 */
}

.brand-color {
	color: #DB1A29;
}

.text-success {
	color: #3C763D;
}

.text-shorten {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

header[role=banner] .quick-access, header[role=banner]>.logo {
	display: block;
}

header[role=banner]>.logo img {
	width: 100%;
}

@media screen and (max-width:992px) {
	header[role=banner]>.logo img {
		max-width: 220px;
	}
}

aside[role=complementary] {
	display: block;
}

.headerarea {
	padding: 0;
}

.navbar {
	margin-bottom: 0;
}

.navbar-main {

}

#anonymous_element_1 {
	z-index: 2000;
}

.container-content {
	position: relative;
}

.container-white {
	background-color: #fff;
}

.container-white .layout {
	margin-top: 30px;
	margin-bottom: 60px;
}

.catalog-category-view .container-white .layout {
	margin-top: 0;
}

.category-products .toolbar {
	/*border-top: none;
	border-bottom: solid 1px #E5E5E5;
	border-left: solid 1px #E5E5E5;
	border-right: solid 1px #E5E5E5;*/
}

.category-products .toolbar .pager {
	border: none;
	font-size: 12px;
}

.category-products .toolbar-bottom {
	border: none;
}

.pager {
	padding: 5px 8px;
	/*background: #F5F5F5;*/
	line-height: 22px;
}

.pager .amount {
	margin-top: 5px;
}

.pager .pages ol>li>a, .pager .pages ol>li>span {
	padding: 1px 7px;
}

.pager .limiter {
	/*display: none;*/
}

.pager .pages {
	float: none;
}

.pager .pages ol>.active>a, .pager .pages ol>.active>a:focus, .pager .pages ol>.active>a:hover, .pager .pages ol>.active>span, .pager .pages ol>.active>span:focus, .pager .pages ol>.active>span:hover {
	background-color: #C4C4C4;
	border-color: #C4C4C4;
}

.pager .pages ol>li>a, .pager .pages ol>li>span {
	color: #C4C4C4;
}

.sorter {
	padding: 0px;
	border: 0;
	float: right;
}

@media screen and (max-width:767px) {
	.pager .amount {
		display: block;
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.limiter,
	.sorter {
		display: none;
	}
}

@media (min-width: 768px) {
	.sorter .sort-by {
		padding-right: 20px;
	}
}

.products-list {
	padding-top: 30px;
}

.products-list li.item {
	padding: 20px 0 10px 0;
}

.products-list .product-image img {
	border: 0;
}

.products-list .product-image {
	width: 125px;
}

.products-list .product-shop {
	margin-left: 0;
	float: right;
	width: 100%;
}

@media (min-width: 992px) {
	.products-list .product-shop {
		width: 790px;
	}
}

@media (min-width: 1200px) {
	.products-list .product-shop {
		width: 970px;
	}
}

@media ( min-width:992px ) {
	.infoblock-large {
		padding-right: 0;
	}
	
	.infoblock-large .cart-qty-add, .products-list .product-shop .infoblock-large .btn-details {
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	.cartblock-large {
		padding-left: 0;
		position: absolute;
		right: 0;
		height: 100%;
	}	

	.btn-cart-large {
		height: 100%;
		-webkit-border-top-left-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		font-size: 18px;
	}
}

.products-list .menge-price {
	/*display: none;*/
	font-size: 11px;
}

.products-list .row-assoc {
	/*border-top: solid 1px #bbb;*/
	padding-top: 3px;
	margin-bottom: 10px;
	/*width: 100%;*/
}

.products-list .row-assoc a.product-name, .products-list .row-assoc h2.product-name > a {
	font-size: 14px;
}

.products-list .row-assoc .short-desc {
	display: none;
}

.tax-details, .delivery-time, .baseprice, .tax-details a, .delivery-time a {
	display: inline-block;
	font-size: 11px;
	line-height: 12px;
	color: #777;
}

.baseprice {
	display: block;
}

.products-list .row-assoc .col-sm-3 .btn-block, .products-list .product-shop > .row .col-sm-3 .btn-block {
	/*margin-top: 3px;*/
}

.products-list .product-name {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
}

.product-menu-panel {
	margin-top: 5px;
}

/*.container-white .layout .col-box-1 h3:before {
	content: "<i class="fa fa-desktop"></i> ";
}*/

.headerarea header {
	margin: 10px -15px;
}

.page-title h1 {
	margin-top: 0;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

.nav>li>a {
	padding: 10px 7px;
}

/*.nav>li>a span {
	visibility: hidden;
}

.wf-active .nav>li>a span {
	visibility: visible;
}*/

.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>li>a:hover {
	background-color: #DB1A29;
}

.navbar-static-top {
	border-width: 1px 0;
}

@media (min-width:1200px) {
	.nav>li>a {
		font-size: 16px;
		padding-left: 10px;
		padding-right: 11px;
	}
}

.navbar-inverse .navbar-collapse {
	text-align: center;
}

.quick-access .popover .popover-content a {
	display: block;
	padding-top: 5px;
}

.quick-access .popover .popover-content .small a {
	display: inline-block;
}

.quick-access #access-account, .quick-access #access-cart {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin-left: 5px;
}

.quick-access #access-account:hover, .quick-access #access-cart:hover {
	text-decoration: none;
}

.quick-access #access-cart span {
	font-style: initial;
	color: #AAA;
	font-weight: 300;
}

@media ( min-width:992px ) {
	.quick-access-right {
		text-align: right;
	}
}

.quick-access .col-md-6.text-left p {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 18px;
	margin: 5px 0 0 0;
	line-height: 16px;
}

.quick-access .col-md-6.text-left p a {
	color: inherit;
}

.quick-access .col-md-6.text-left p i {
	font-size: 18px;
	float: left;
	display: inline-block;
	margin-right: 10px;
}

.quick-access .col-md-6.text-left p strong {
	/*display: block;*/
	font-size: 18px;
}

.quick-access #search_mini_form {
	clear: both;
	margin-top: 15px;
}



.quick-access #cart_popover {
	width: 400px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5000;
	padding-top: 25px;
}

.quick-access #cart_popover .cart_popover_wrap {
	font-family: 'Open Sans Condensed', sans-serif;
	position: relative;
	border: solid 1px #636262;
	/*background: #636262;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzNjI2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MzczNzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #636262 0%, #737373 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#636262), color-stop(100%,#737373));
	background: -webkit-linear-gradient(top, #636262 0%,#737373 100%);
	background: -o-linear-gradient(top, #636262 0%,#737373 100%);
	background: -ms-linear-gradient(top, #636262 0%,#737373 100%);
	background: linear-gradient(to bottom, #636262 0%,#737373 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636262', endColorstr='#737373', GradientType=0 );*/
	padding: 10px;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 0px 20px 2px rgba(50, 50, 50, 0.4);
}

.quick-access #cart_popover .cart_popover_wrap:after {
	bottom: 100%;
	right: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(99, 98, 98, 0);
	border-bottom-color: #636262;
	border-width: 10px;
	margin-left: -10px;
}

.quick-access .header-topcartlink .popover {
	width: 400px;
	margin-left: -135px;
}

.quick-access .header-topcartlink .popover.bottom>.arrow {
	left: 85%;
}

.quick-access .header-topcartlink .cart_popover_item {
	margin-bottom: 3px;
	padding: 5px;
	text-align: left;
	/*font-weight: bold;*/
	border-bottom: solid 1px #ddd;
}

.quick-access .header-topcartlink .cart_popover_item .cart_popover_item_img {
	width: 75px;
}

.quick-access .header-topcartlink .cart_popover_item .cart_popover_item_desc {
	width: 280px;
	margin: 0;
}

.quick-access .header-topcartlink .cart_popover_item .cart_popover_item_desc strong {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.quick-access .header-topcartlink .cart_popover_item_subtotal {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 0;
}

.quick-access .header-topcartlink .cart_popover_item_subtotal .f-left {
	font-size: 13px;
}

.quick-access .header-topcartlink .cart_popover_item_subtotal .f-right {
	line-height: 12px;
}

.quick-access .header-topcartlink .cart_popover_item_subtotal .f-right .small {
	color: inherit;
	font-size: 11px;
	font-weight: normal;
}

.quick-access .header-topcartlink .cart_popover_item_subtotal .f-right a {
	text-decoration: underline;
	color: #333;
}

.quick-access #access-cart-content .btn {
	/*display: block;
	margin-top: 8px;
	font-size: 14px;*/
}


@media screen and (max-width: 767px) {
	.table-gradient {
		position: relative;
	}
	
	.table-gradient:before,
	.table-gradient:after {
		font-family: FontAwesome;
		text-align: right;
		color: #333;
		z-index: 1;
	    content: "\f054";
	    position: absolute;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-align-items: center;
		align-items: center;
		top: 0;
	    right: 0;
	    width: 30px;
	    height: 100%;
		padding: 7px;
	    background: -moz-linear-gradient(left, rgba(10, 38, 61,0) 0%, rgba(10, 38, 61, 0.3) 100%);
	    background: -webkit-linear-gradient(left, rgba(10, 38, 61,0) 0%,rgba(10, 38, 61, 0.3) 100%);
	    background: linear-gradient(to right, rgba(10, 38, 61,0) 0%,rgba(10, 38, 61, 0.3) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000a263d', endColorstr='#0a263d', GradientType=1 );
	}
	.table-gradient:before {
	    content: "\f053";
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	    right: auto;
		left: 0;
	    background: -moz-linear-gradient(right, rgba(10, 38, 61,0) 0%, rgba(10, 38, 61, 0.3) 100%);
	    background: -webkit-linear-gradient(right, rgba(10, 38, 61,0) 0%,rgba(10, 38, 61, 0.3) 100%);
	    background: linear-gradient(to left, rgba(10, 38, 61,0) 0%,rgba(10, 38, 61, 0.3) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a263d', endColorstr='#000a263d', GradientType=1 );
	}
  
	.table-gradient.scrolled:before,
	.table-gradient.scrolled:after {
	    display: none;
	}
  
	.table-gradient.scroll-start:before {
	    display: none;
	}
  
	.table-gradient.scroll-end:after {
	    display: none;
	}
}


#mobileCartAddedBanner {
	position: fixed;
	top: -85px;
	left: 0;
	background-color: #333;
	padding: 20px 10px;
	color: #fff;
	z-index: 1000;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	-webkit-transition: top 200ms ease;
	-moz-transition: top 200ms ease;
	-o-transition: top 200ms ease;
	-ms-transition: top 200ms ease;
	transition: top 200ms ease;
}

#mobileCartAddedBanner.shown {
	top: 0;
}



.add-to-links {
	display: none;
}

.products-list li.item {
	border-bottom-width: 3px;
}

.products-list .product-name a, .products-list .row-assoc a.product-name {
	color: #222;
}

.products-list .btn-showopts {
	margin-top: 10px;
}

.products-list .prod-options .row-assoc {
	margin-left: 0;
	margin-right: 0;
}

.products-list .prod-options .row-assoc:first-child {
	border: none;
}

.products-list .prod-options .row-assoc div:first-child {
	padding-left: 0;
}

.products-list .prod-options .row-assoc div:last-child {
	padding-right: 0;
}

/*.delivery_row, .btn_showimg {
	display: inline-block;
	line-height: 16px;
	border: solid 1px #ccc;
	background-color: #f5f5f5;
	padding: 0 10px 0 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	margin: 5px 0;
	cursor: help;
}

.btn_showimg {
	cursor: pointer;
}

.products-list .btn-default {
	color: #333 !important;
	background-color: #fff !important;
	border-color: #ccc !important;
}*/

.footerarea {
	border-top: solid 1px #cecece;
}

.footerarea-zahlung {
	border: none;
	background: #dddddd;
}

.footerarea-zahlung ul li {
	margin-top: 5px;
}

.footerarea-hersteller {
	border: none;
	/*background: #cecece;*/
	border-bottom: solid 1px #cecece;
}

.footerarea h4, .footerarea-zahlung h4, .footerarea-hersteller h4 {
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 20px;
}

.footerarea ul li a, .footerarea-zahlung ul li a, .footerarea-hersteller ul li a {
	color: #222;
	font-size: 12px;
}


.footerarea-hersteller #footerarea-hersteller-slider {
	overflow: hidden;
	position: relative;
}

.footerarea-hersteller footer > .row {
	position: relative;
}

.footerarea-hersteller footer > .row .panner {
	position: absolute;
    display: block;
    top: 5px;
	color: #DB1A29;
}

.footerarea-hersteller footer > .row #panLeftHersteller {
	left: -15px;
}

.footerarea-hersteller footer > .row #panRightHersteller {
	right: -15px;
}

.footerarea-hersteller ul {
	white-space: nowrap;
}

.footerarea-hersteller ul li {
	display: inline-block;
	margin-right: 10px;
}




.page-title {
	border: 0;
}

.product-view .grouped-items-table .qty {
	width: 60px;
}

.product-view .btn-back {
	margin-top: -20px;
	margin-bottom: 10px;
}

.catalog-product-view .product-view .product-shop .price-wrapper {
	float: right;
	width: 30%;
}

.catalog-product-view .product-view .product-shop .price-wrapper-grouped {
	float: right;
	width: 100%;
}

.product-view .regular-price .price {
	font-size: 20px;
}

.product-view .product-shop .product-name h1 {
	border: 0;
}

.product-view .box-description font, .product-view .box-additional .data-table>tbody>tr>th, .product-view .box-additional .data-table>tbody>tr>td {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

.catalog-product-view .tab-content,
#cteile-wrapper .tab-content {
	border: 1px solid #DB1A29;
	/*border-top-width: 0;*/
	overflow: auto;
}

.catalog-product-view .tab-content>.tab-pane,
#cteile-wrapper .tab-content>.tab-pane {
	padding: 30px;
}

.review-product-list #prodTabs,
.review-product-list .tab-content {
	display: none;
}

@media (min-width: 768px) {
	.catalog-product-view .layout .nav-tabs>.active>a, .catalog-product-view .layout .nav-tabs>.active>a:focus, .catalog-product-view .layout .nav-tabs>.active>a:hover,
	#cteile-wrapper .nav-tabs>.active>a, #cteile-wrapper .nav-tabs>.active>a:focus, #cteile-wrapper .nav-tabs>.active>a:hover {
		background-color: #DB1A29;
		border: 1px solid #DB1A29;
		color: #fff;
	}
}

.product-view .product-shop .tax-details {
	margin-bottom: 10px;
}

#products-list .panel-title a:after, .catalog-product-view #accordion_prodattrs .panel-title a:after, #explodedaccordion .panel-title a:after, #cteileTabContent .panel-title a:after, #cteileTabContent .panel-title a:after, #meineausruestung-wrapper .panel-title a:after {
	display: block;
	content: "\f139";
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 18px;
	float: right;
	color: #DB1A29;
}

#products-list .panel-title a.collapsed:after, .catalog-product-view #accordion_prodattrs .panel-title a.collapsed:after, #explodedaccordion .panel-title a.collapsed:after, #meineausruestung-wrapper .panel-title a.collapsed:after {
	content: "\f13a";
}

.catalog-product-view #accordion_prodattrs .panel-body .list-group, .mini-products-list {
	margin-bottom: 0;
}

.mini-products-list .list-group-item-heading {
	font-size: 17px;
}

.mini-products-list .list-group-item.active .list-group-item-heading a {
	color: #fff;
}

.mini-products-list .link-wishlist {
	display: none;
}

.mini-products-list .list-group-item-heading {
	font-size: 17px;
}


.cart .totals table>tbody>tr:first-child>td {
	border: none;
}

.cart .shipping {
	display: none;
}


.block-related .mini-products-list input.checkbox {
	margin-top: 16px;
}

.block-related .product {
	margin: 0;
}

.product-view .product-shop .add-to-box {
	margin-top: 20px;
}

.add-to-box .or {
	display: none;
}

.page-title h1, .page-title h2, .layout h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 26px;
	border-bottom: solid 2px #DB1A29;
	display: inline-block;
}

.category-title, .category-description {
	display: none;
}

.cms-home .home-box {
	border: solid 1px #ccc;
	margin-bottom: 30px;
	padding: 20px 15px;
}

.cms-home .home-box h3, .cms-home .home-box p {
	margin: 0;
	padding: 0;
}

.cms-home .home-box h3 {
	margin-bottom: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
}

.cms-home .home-box h3 i {
	margin-right: 10px;
}




#carousel-rehm {
	margin-bottom: 30px;
}

#carousel-rehm .carousel-inner .item-inner {
	/*width: 590px;
	margin: 0 auto;*/
	position: relative;
}

@media screen and (max-width:992px) {
	#carousel-rehm .carousel-inner .item-inner img {
		max-width: 100%;
	}
}


.container-nav {
	background: rgb(255,255,255);
	z-index: 100;
}

.breadcrumb {
	margin-top: 20px;
}

#footersearch {
	position: fixed;
	bottom: -50px;
	right: 20px;
	background: rgba(35, 35, 35, 0.9);
	padding: 10px 20px;
	width: 300px;
	z-index: 100;
	color: #fff;
}

.no-rgba #footersearch {
	background: rgb(35, 35, 35);
}

#footersearch:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(35, 35, 35, 0);
	border-top-color: rgba(35, 35, 35, 0.9);
	border-width: 15px;
	margin-left: -15px;
}

#footersearch h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
	color: #fff;
}

.sticky-wrapper {
	height: auto !important;
}

.sticky-on #headerwrapper {
	width: 100%;
	border-bottom: solid 1px #DB1A29;
	background: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
	z-index: 2000;
}

.sticky-on header[role=banner]>.logo {
	width: 120px;
	text-align: left;
}

.sticky-on header[role=banner]>.logo img {
	width: 100%;
}

.sticky-on header[role=banner] .contact-row {
	display: none !important;
}

.sticky-on header[role=banner] .quick-access {
	width: 850px;
}

.sticky-on .quick-access #search_mini_form {
	float: left;
	margin-top: 0;
	width: 660px;
}

@media ( min-width: 768px ) {
	header[role=banner] .quick-access {
		width: 700px;
	}
}

@media ( min-width: 992px ) {
	header[role=banner] .quick-access {
		width: 700px;
	}
}

@media ( min-width:1200px ) {
	header[role=banner] .quick-access {
		width: 900px;
	}
	.sticky-on header[role=banner] .quick-access {
		width: 1050px;
	}
	.sticky-on .quick-access #search_mini_form {
		width: 860px;
	}
}

.sticky-on .quick-access-right {
	width: 100%;
}

.sticky-on .quick-access #access-account {
	display: none;
}

.sticky-on .quick-access #access-cart {
	/*float: right;*/
}

.sticky-on #anonymous_element_1 {
	width: 100% !important;
}

.sticky-on .autocomplete {
	width: 620px !important;
}

@media ( min-width:1200px ) {
	.sticky-on .autocomplete {
		width: 820px !important;
	}
}

.sticky-on .quick-access .row-head-search {
	float: left;
}

.sticky-on .quick-access .row-head-info {
	float: right;
}


.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}



.mb-top-layered-navigation .block-content {
	background-color: #F5F5F5 !important;
	border: solid 1px #ddd !important;
	border-radius: 4px !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
	padding: 10px !important;
	min-height: 40px !important;
}


/*@media screen and (max-width:767px) {*/
	#anonymous_element_1 {
		width: 96%;
	}
	#anonymous_element_1 .autocomplete-w1, #anonymous_element_1 .autocomplete {
		width: 100% !important;
		top: 20px;
    	left: 23px;
	}
/*}*/

.quick-access .form-search {
	margin-bottom: 0;
}

.headerajaxsearchwindow {
	padding: 5px 0;
	background: #F2F2F2;
	color: #DB1A29;
	font-size: 11px;
}

.headerajaxsearchwindow a {
	color: #DB1A29;
	font-weight: bold;
}

p.headercategorysearch {
	padding: 5px 0;
}

.autocomplete .selected {
	background: #F2F2F2;
	cursor: pointer;
}

.autocomplete p.ajaxsearch-small {
}

.autocomplete strong {
	color: #DB1A29;
}

.autocomplete div {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 14px;
}



#topnewswrapper {
	background: #DB1A29;
	border-bottom: solid 2px #b2151f;
	padding: 5px 0;
}

#topnewswrapper .item .caption {
	line-height: 17px;
}

#topnewswrapper .item .caption, #topnewswrapper .item .caption a {
	color: #fff;
	text-align: center;
}

#topnewswrapper .item .caption h4, #topnewswrapper .item .caption p {
	margin: 0;
	padding: 0;
}

#topnewswrapper .item .caption h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}


/*#pushobj {
	position: absolute;
	top: 0px;
	left: 40px;
	width: 100%;
}*/

.mlpm_w h2 {
	/*padding: 0 .5em 0 0em;*/
	font-size: 1.7em;
}

.mlpm_w ul {
	height: 100%;
	overflow-y: auto;
}

/*.mlpm_w .ltr {
	height: 90%;
}*/

.mlpm_w .levelHolderClass ul {
	height: 86vh;
	overflow-x: hidden;
	overflow-y: auto;
}

.mlpm_w a:hover {
	text-decoration: none;
}

.mb-mana-catalog-leftnav .block-layered-nav.flyingMenu {
	position: fixed;
	top: 180px;
	width: 204px;
}

.block-layered-nav {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.block-layered-nav .currently {
	float: none;
	border-bottom: solid 1px #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.block-layered-nav .currently .btn-remove {
	right: 0 !important;
}

.block-layered-nav .currently ol {
	margin-bottom: 0;
}

.block-layered-nav .currently li {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.block-layered-nav .block-content .block-subtitle {
	display: none;
}

.block-layered-nav .currently .label {
	font-size: 12px;
}

.block-layered-nav .m-filter-group {
	display: none;
}

.block-layered-nav dt {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 12px;
}

.block-layered-nav dd {
	padding: 0 15px;
}

.m-scrollable-filter, .m-filter-css-checkboxes {
	font-size: 12px;
}

.m-slider-values {
	font-size: 12px;
}

.mb-top-layered-navigation, .mb-top-layered-navigation .block-content {
	margin-top: 0 !important;
	padding-top: 20px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	/*display: none;*/
}

.mb-top-layered-navigation {
	background-color: #F5F5F5 !important;
}

.mb-top-layered-navigation .block-content {
	/*background-color: transparent !important;*/
	border: none !important;
	padding: 0px !important;
}

.mb-top-layered-navigation dt, .mb-top-layered-navigation dd {
	padding-left: 0;
	padding-right: 0;
}

.mb-top-layered-navigation.m-top dl {
	width: 24% !important;
	margin-right: 1%;
}

.mb-top-layered-navigation.m-top .m-more-less {
	text-align: left !important;
}

.mb-top-layered-navigation.m-top .m-more-less a {
	text-align: left !important;
	font-weight: bold !important;
	margin-left: 20px !important;
	display: block;
}

.mb-top-layered-navigation.m-top .m-more-less a:before {
	font-family: FontAwesome;
	padding-right: 5px;
}

.mb-top-layered-navigation.m-top .m-more-less a.m-show-more-action:before {
	content: "\f067";
}

.mb-top-layered-navigation.m-top .m-more-less a.m-show-less-action:before {
	content: "\f068";
}

.block-layered-nav .m-collapseable.m-expanded {
	color: #DB1A29;
}


@media screen and (max-width:767px) {
	.mb-top-layered-navigation.m-top.three-filter-columns dl {
		width: 49% !important;
	}
}



.carousel-control {
	background-image: none !important;
}

.carousel-control .icon-next:before, .carousel-control .icon-prev:before {
	color: #DB1A29;
}





/* General styles for the modal */

.nifty-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 400px;
  min-width: 300px;
  height: auto;
  z-index: 2000;
}

.nifty-error {
  padding: 7px 10px;
  background: rgb(192, 97, 97);
  color: white;
  margin: 0 20px;
  display: none;
}

.nifty-show {
  visibility: visible;
}

.nifty-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0,0,0,0.6);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nifty-show ~ .nifty-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles */
.nifty-content {
  color: #333;
  background: #ffffff;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}

.nifty-prompt input {
  width: 100%;
  padding: 10px;
  border: 1px solid #c0c0c0;
  font-size: 1em;
  color: #333;
  font-weight: 300;
}

.nifty-content h3 {
  margin: 0;
  padding: 15px 40px;
  text-align: left;
  font-size: 1.6em;
  font-weight: 300;
  background: black;
  border-radius: 3px 3px 0 0;
  color: white;
}

.nifty-content .loading {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 300;
  background: white;
  color: black;
}

.nifty-content .nifty-inner {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
}

.nifty-content .nifty-inner label {
  font-weight: 400;
}

.nifty-content > div p {
  margin: 0;
  padding: 10px 0;
}

.nifty-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}

.nifty-content > div ul li {
  padding: 5px 0;
}

.nifty-content button.btn {
  padding: 0.6em 1.2em;
  cursor: pointer;
  width: 48%;
  display: inline-block;
  box-sizing: border-box;
  outline: 0;
  margin: 5px 0;
  letter-spacing: 1px;
}
.nifty-content button.btn:active {
  outline: 0;
  -webkit-appearance: none;
}
.nifty-content button:nth-child(2n) {
  margin-left: 7px;
}

.nifty-content .nifty-buttons {
  padding: 0;
  text-align: center;
  margin-top: 10px;
}

.nifty-content .nifty-alert-message {
  padding: 15px 0;
}

/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.nifty-effect-1 .nifty-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nifty-show.nifty-effect-1 .nifty-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 2: Slide from the right */
.nifty-effect-2 .nifty-content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.nifty-show.nifty-effect-2 .nifty-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* Effect 3: Slide from the bottom */
.nifty-effect-3 .nifty-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nifty-show.nifty-effect-3 .nifty-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Effect 4: Newspaper */
.nifty-effect-4 .nifty-content {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}

.nifty-show.nifty-effect-4 ~ .nifty-overlay,
.nifty-effect-4 .nifty-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.nifty-show.nifty-effect-4 .nifty-content {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* Effect 5: fall */
.nifty-effect-5.nifty-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.nifty-effect-5 .nifty-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}

.nifty-show.nifty-effect-5 .nifty-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}

/* Effect 6: side fall */
.nifty-effect-6.nifty-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.nifty-effect-6 .nifty-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}

.nifty-show.nifty-effect-6 .nifty-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}

/* Effect 7:  slide and stick to top */
.nifty-effect-7{
  top: 0;
}

.nifty-effect-7 .nifty-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.nifty-show.nifty-effect-7 .nifty-content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.nifty-effect-8.nifty-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.nifty-effect-8 .nifty-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.nifty-show.nifty-effect-8 .nifty-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

/* Effect 9: 3D flip vertical */
.nifty-effect-9.nifty-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.nifty-effect-9 .nifty-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.nifty-show.nifty-effect-9 .nifty-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

/* Effect 10: 3D sign */
.nifty-effect-10.nifty-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.nifty-effect-10 .nifty-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nifty-show.nifty-effect-10 .nifty-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

/* Effect 11: Super scaled */
.nifty-effect-11 .nifty-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nifty-show.nifty-effect-11 .nifty-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 12:  Just me */
.nifty-effect-12 .nifty-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/*.nifty-show.nifty-effect-12 ~ .nifty-overlay {*/
/*background: #e74c3c;*/
/*} */

.nifty-effect-12 .nifty-content h3,
.nifty-effect-12 .nifty-content {
  background: transparent;
}

.nifty-show.nifty-effect-12 .nifty-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 13: 3D slit */
.nifty-effect-13.nifty-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.nifty-effect-13 .nifty-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}

.nifty-show.nifty-effect-13 .nifty-content {
  -webkit-animation: slit .7s forwards ease-out;
  -moz-animation: slit .7s forwards ease-out;
  animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
  50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
  100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
  50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
  100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
  50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
  100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

/* Effect 14:  3D Rotate from bottom */
.nifty-effect-14.nifty-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.nifty-effect-14 .nifty-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nifty-show.nifty-effect-14 .nifty-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
.nifty-effect-15.nifty-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.nifty-effect-15 .nifty-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nifty-show.nifty-effect-15 .nifty-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}

/* Effect 16:  Blur */
.nifty-show.nifty-effect-16 ~ .nifty-overlay {
  background: rgba(255,255,255,0.5);
}

.nifty-show.nifty-effect-16 ~ .container {
  /*-webkit-filter: blur(3px);*/
  /*-moz-filter: blur(3px);*/
  /*filter: blur(3px);*/
}

.nifty-effect-16 .nifty-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}

.nifty-show.nifty-effect-16 ~ .container,
.nifty-effect-16 .nifty-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nifty-show.nifty-effect-16 .nifty-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Effect 17:  Slide in from bottom with perspective on container */
.nifty-show.nifty-effect-17 ~ .container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.nifty-show.nifty-effect-17 ~ .container,
.nifty-show.nifty-effect-17 ~ .nifty-overlay  {
  -webkit-transform: rotateX(-2deg);
  -moz-transform: rotateX(-2deg);
  -ms-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nifty-effect-17 .nifty-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}

.nifty-show.nifty-effect-17 .nifty-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

/* Effect 18:  Slide from right with perspective on container */
.nifty-show.nifty-effect-18 ~ .container {
  height: 100%;
  overflow: hidden;
}

.nifty-show.nifty-effect-18 ~ .nifty-overlay {
  background: rgba(0,0,0,0.6);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.nifty-show.nifty-effect-18 ~ .container,
.nifty-show.nifty-effect-18 ~ .nifty-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
  50% { -webkit-transform: translateZ(-50px) rotateY(5deg); -webkit-animation-timing-function: ease-out; }
  100% { -webkit-transform: translateZ(-200px); }
}

@-moz-keyframes rotateRightSideFirst {
  50% { -moz-transform: translateZ(-50px) rotateY(5deg); -moz-animation-timing-function: ease-out; }
  100% { -moz-transform: translateZ(-200px); }
}

@keyframes rotateRightSideFirst {
  50% { transform: translateZ(-50px) rotateY(5deg); animation-timing-function: ease-out; }
  100% { transform: translateZ(-200px); }
}

.nifty-effect-18 .nifty-content {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}

.nifty-show.nifty-effect-18 .nifty-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

/* Effect 19:  Slip in from the top with perspective on container */
.nifty-show.nifty-effect-19 ~ .container {
  height: 100%;
  overflow: hidden;
}

.nifty-show.nifty-effect-19 ~ .nifty-overlay {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.nifty-show.nifty-effect-19 ~ .container,
.nifty-show.nifty-effect-19 ~ .nifty-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: OpenTop 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 50% 100%;
  -moz-animation: OpenTop 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
  }
}

@-moz-keyframes OpenTop {
  50% {
    -moz-transform: rotateX(10deg);
    -moz-animation-timing-function: ease-out;
  }
}

@keyframes OpenTop {
  50% {
    transform: rotateX(10deg);
    animation-timing-function: ease-out;
  }
}

.nifty-effect-19 .nifty-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}

.nifty-show.nifty-effect-19 .nifty-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}







body .productlist-nav {
  -webkit-transition: transform .25s 1.25s ease-in;
  -moz-transition: transform .25s 1.25s ease-in;
  -ms-transition: transform .25s 1.25s ease-in;
  -o-transition: transform .25s 1.25s ease-in;
  transition: transform .25s 1.25s ease-in;
  -webkit-transform: translate3d(0px,0,0);
  -moz-transform: translate3d(0px,0,0);
  -ms-transform: translate3d(0px,0,0);
  -o-transform: translate3d(0px,0,0);
  transform: translate3d(0px,0,0);
}

body .productlist-nav {
  position: relative;
  margin-top: 0;
  z-index: 20;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.25);
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,.25);
  -ms-box-shadow: 0 3px 5px rgba(0,0,0,.25);
  -o-box-shadow: 0 3px 5px rgba(0,0,0,.25);
  box-shadow: 0 3px 5px rgba(0,0,0,.25);
}

/*body .categorylist-items-wrapper,body .categorylist-nav-wrapper,body .productlist-items-wrapper,body .productlist-nav-wrapper,body .productlist .categorylist-items-wrapper,body .productlist .categorylist-nav-wrapper,body .productlist .productlist-items-wrapper,body .productlist .productlist-nav-wrapper,body .productlist-home .categorylist-items-wrapper,body .productlist-home .categorylist-nav-wrapper,body .productlist-home .productlist-items-wrapper,body .productlist-home .productlist-nav-wrapper,body .productlist-sale .categorylist-items-wrapper,body .productlist-sale .categorylist-nav-wrapper,body .productlist-sale .productlist-items-wrapper,body .productlist-sale .productlist-nav-wrapper {
  width: 95%;
  margin: 0 auto .5%;
  position: relative;
  padding: 10px 0;
}*/

body .box-productlist-nav {
  position: relative;
  display: block;
  z-index: 45;
  width: 100%;
  margin: 30px 0 0 0;
  height: 50px;
  background: #F5F5F5;
  /*-webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,0.1);
  box-shadow: 0 2px 10px 1px rgba(0,0,0,0.1);
  border-top: solid 1px #E5E5E5;
  border-bottom: none;
  border-left: solid 1px #E5E5E5;
  border-right: solid 1px #E5E5E5;*/
}

body.catalog-product-view .box-productlist-nav {
  /*display: none;*/
}

body .box-productlist-nav .productlist-nav-category {
  position: relative;
  width: auto;
  display: inline-block;
  vertical-align: top;
  height: 50px;
  background-color: #fff;
  float: left;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0 10px 10px;
  /*z-index: 45;*/
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-list ul {
  margin: 0;
  padding: 0;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-list ul li {
  float: left;
  padding: 5px;
  margin-top: -5px;
  display: none;
  text-align: center;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-list ul li.active {
  display: block;
}

body .box-productlist-nav .productlist-nav-category>a>img,body .box-productlist-nav .productlist-nav-category>img {
  height: 54px;
  width: auto;
  position: relative;
  display: inline-block;
  margin: 0;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown {
  z-index: 45;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul {
  text-align: left;
  display: inline;
  margin: 0;
  list-style: none;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li {
  display: inline-block;
  /*cursor: pointer;*/
  z-index: 9999;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li>a,body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li>div,body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li>p {
  padding: 0px 0 5px 10px;
  display: block;
  margin: 0;
  /*line-height: 40px;*/
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li i.icon,body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li i[class*=" icon-"],body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li i[class^=icon-] {
  vertical-align: middle;
  font-size: 32px;
  line-height: 1em;
  margin: 0 5px 0 0;
  /*padding: 6px;*/
  /*background-clip: padding-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;*/
  /*width: 44px;
  height: 44px;*/
  display: inline-block;
  text-align: center;
  -webkit-transition: all .25s 0s ease;
  -moz-transition: all .25s 0s ease;
  -ms-transition: all .25s 0s ease;
  -o-transition: all .25s 0s ease;
  transition: all .25s 0s ease;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li i.icon.fa,body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li i[class*=" icon-"].fa,body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li i[class^=icon-].fa {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 32px;
  line-height: 3.2rem;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li .productlist-nav-item-select-icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform .5s 0s ease;
  -moz-transition: transform .5s 0s ease;
  -ms-transition: transform .5s 0s ease;
  -o-transition: transform .5s 0s ease;
  transition: transform .5s 0s ease;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li>a>img,body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li>img {
  /*height: 54px;*/
  width: auto;
  position: relative;
  display: inline-block;
  margin: 0;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li .productlist-nav-item-name,body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li .productlist-nav-item-select,body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li .productlist-nav-sub-item-name {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all .25s 0s ease;
  -moz-transition: all .25s 0s ease;
  -ms-transition: all .25s 0s ease;
  -o-transition: all .25s 0s ease;
  transition: all .25s 0s ease;
  line-height: 18px;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li .productlist-nav-item-name,body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li .productlist-nav-item-select {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li .productlist-nav-item-name-small {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: .6em;
  padding: 2px 0 3px 10%;
  text-align: center;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li .productlist-nav-item-select {
  padding: 5px 10px;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: -5px 0;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul ul {
  z-index: 10000;
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 15px;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.125);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,.125);
  -ms-box-shadow: 0 3px 3px rgba(0,0,0,.125);
  -o-box-shadow: 0 3px 3px rgba(0,0,0,.125);
  box-shadow: 0 3px 3px rgba(0,0,0,.125);
  background-clip: padding-box;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -ms-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -ms-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  opacity: 0;
  filter: alpha(opacity=0*100);
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all .25s .5s ease;
  -moz-transition: all .25s .5s ease;
  -ms-transition: all .25s .5s ease;
  -o-transition: all .25s .5s ease;
  transition: all .25s .5s ease;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul ul {
	left: 0;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul ul li {
  display: block;
  border-top: 1px solid rgba(255,255,255, .25);
  /*text-transform: capitalize;*/
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul ul li a {
  padding: 5px 10px;
  display: block;
  line-height: 18px;
  text-decoration: none !important;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul ul li a:hover {
  text-decoration: none;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul ul li:hover {
  -webkit-transition: background .25s;
  -moz-transition: background .25s;
  -ms-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li .productlist-nav-item-name,body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li .productlist-nav-item-select {
	width: 320px;
	opacity: 1;
	filter: alpha(opacity=1*100);
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active > ul > li > p > .productlist-nav-item-select-icon {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li ul {
	display: block;
	opacity: 1;
	filter: alpha(opacity=1*100);
	visibility: visible;
	padding: 0;
}

body .box-productlist-nav .productlist-nav-category .productlist-filter-trigger {
	padding: 0 20px;
	cursor: pointer;
	text-align: left;
}

body .box-productlist-nav .productlist-nav-category .productlist-filter-trigger .btn-filter {
	font-size: 14px;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #f0f0f0;
	background: rgba(0,0,0,.05);
	display: inline-block;
	vertical-align: middle;
}

body .box-productlist-nav .productlist-nav-category .productlist-filter-trigger .btn-filter.btn-filter-focus {
  background: rgba(0, 0, 0, .125);
}

body .box-productlist-nav .productlist-nav-category .productlist-filter-trigger .btn-filter.btn-filter-active {
  background: rgba(0, 0, 0, .25);
}

body .box-productlist-nav .productlist-nav-category .productlist-filter-trigger .btn-filter.btn-filter-clear {
  display: none;
}

body .box-productlist-nav .productlist-nav-category .productlist-filter-trigger .btn-filter.btn-filter-clear.btn-filter-clear-active {
  display: inline-block;
}

body .box-productlist-nav .productlist-nav-category .productlist-filter-trigger .btn-filter-description {
  font-size: 12px;
}

body .box-productlist-nav .productlist-nav-category .productlist-filter-trigger.productlist-filter-trigger-hidden {
  display: none;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1+.arrow-wrapper .arrow-container .arrow {
  /*background: #FFE000;*/
  background: #ACACAC;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li a {
  color: #373739;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li i[class^=icon-]:before {
  /*color: #373739;*/
	color: rgba(0,0,0,0.4);
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li .productlist-nav-item-name-small {
  color: rgba(55,55,57,.35);
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>a i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>a i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>a i[class^=icon-]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>img:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>p i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>p i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>p i[class^=icon-]:before {
  /*color: #373739;*/
	color: rgba(0,0,0,0.4);
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li {
  border-top: 1px solid #DB1A29;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover {
  background: #AF1521;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover>a i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover>a i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover>a i[class^=icon-]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover>p i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover>p i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover>p i[class^=icon-]:before {
  /*color: #373739;*/
	color: rgba(0,0,0,0.4);
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2+.arrow-wrapper .arrow-container .arrow {
  /*background: #FFF799;*/
  background: #C4C4C4;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li a {
  color: #373739;
	text-decoration: none;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li i[class^=icon-]:before {
  /*color: #373739;*/
	color: rgba(0,0,0,0.4);
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li .productlist-nav-item-name-small {
  color: rgba(55,55,57,.35);
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li:hover>a i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li:hover>a i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li:hover>a i[class^=icon-]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li:hover>img:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li:hover>p i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li:hover>p i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li:hover>p i[class^=icon-]:before {
  /*color: #373739;*/
	color: rgba(0,0,0,0.4);
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li ul li {
  border-top: 1px solid #DCDCDC;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li ul li:hover {
  /*background: #fff9b7;*/
  background: #DCDCDC;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li ul li:hover>a i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li ul li:hover>a i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li ul li:hover>a i[class^=icon-]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li ul li:hover>p i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li ul li:hover>p i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li ul li:hover>p i[class^=icon-]:before {
  /*color: #373739;*/
	color: rgba(0,0,0,0.4);
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li span.productlist-nav-item-name {
	/*display: none;*/
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3+.arrow-wrapper .arrow-container .arrow {
  /*background: #fffbcf;*/
  background: #DCDCDC;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li a {
  color: #373739;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li i[class^=icon-]:before {
  /*color: #373739;*/
	color: rgba(0,0,0,0.4);
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li .productlist-nav-item-name-small {
  color: rgba(55,55,57,.35);
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li:hover>a i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li:hover>a i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li:hover>a i[class^=icon-]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li:hover>img:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li:hover>p i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li:hover>p i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li:hover>p i[class^=icon-]:before {
  /*color: #373739;*/
	color: rgba(0,0,0,0.4);
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li ul li {
  border-top: 1px solid #F5F5F5;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li ul li:hover {
  background: #F5F5F5;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li ul li:hover>a i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li ul li:hover>a i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li ul li:hover>a i[class^=icon-]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li ul li:hover>p i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li ul li:hover>p i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li ul li:hover>p i[class^=icon-]:before {
  /*color: #373739;*/
	color: rgba(0,0,0,0.4);
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li ul li i[class*=" icon-"],body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li ul li i[class^=icon-] {
  display: none;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li ul li i.icon {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 18px;
  line-height: 3.2rem;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4+.arrow-wrapper .arrow-container .arrow {
  background: #f5f5f5;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li a {
  color: #373739;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li i[class^=icon-]:before {
  color: #373739;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li .productlist-nav-item-name-small {
  color: rgba(55,55,57,.35);
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li:hover>a i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li:hover>a i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li:hover>a i[class^=icon-]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li:hover>img:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li:hover>p i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li:hover>p i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li:hover>p i[class^=icon-]:before {
  color: #373739;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li ul li {
  border-top: 1px solid #fff;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li ul li:hover {
  background: #fff;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li ul li:hover>a i.icon,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li ul li:hover>a i[class*=" icon-"],body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li ul li:hover>a i[class^=icon-],body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li ul li:hover>p i.icon,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li ul li:hover>p i[class*=" icon-"],body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li ul li:hover>p i[class^=icon-] {
  background: #ccc;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li ul li:hover>a i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li ul li:hover>a i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li ul li:hover>a i[class^=icon-]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li ul li:hover>p i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li ul li:hover>p i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li ul li:hover>p i[class^=icon-]:before {
  color: #373739;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 {
  background: #F5F5F5;
  /*-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.1);
  -ms-box-shadow: inset 0 2px 2px rgba(0,0,0,.1);
  -o-box-shadow: inset 0 2px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.1);*/
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5+.arrow-wrapper .arrow-container .arrow {
  background: #f0f0f0;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li a {
  color: #373739;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li i[class^=icon-]:before {
  color: #373739;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li .productlist-nav-item-name-small {
  color: rgba(55,55,57,.35);
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li:hover>a i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li:hover>a i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li:hover>a i[class^=icon-]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li:hover>img:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li:hover>p i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li:hover>p i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li:hover>p i[class^=icon-]:before {
  color: #373739;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li ul li {
  border-top: 1px solid #f6f6f6;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li ul li:hover {
  background: #f4f4f4;
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li ul li:hover>a i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li ul li:hover>a i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li ul li:hover>a i[class^=icon-]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li ul li:hover>p i.icon:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li ul li:hover>p i[class*=" icon-"]:before,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li ul li:hover>p i[class^=icon-]:before {
  /*color: #373739;*/
	color: rgba(0,0,0,0.4);
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .arrow {
  -webkit-box-shadow: 2px 0 2px rgba(0,0,0,.1);
  -moz-box-shadow: 2px 0 2px rgba(0,0,0,.1);
  -ms-box-shadow: 2px 0 2px rgba(0,0,0,.1);
  -o-box-shadow: 2px 0 2px rgba(0,0,0,.1);
  box-shadow: 2px 0 2px rgba(0,0,0,.1);
}

@media screen and (min-width:992px) {
  body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .sort-list {
    /*width: 250px;*/
  }
}

/*@media screen and (min-width:992px) {
  body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 {
    display: block;
    float: none;
    clear: both;
    height: auto;
    width: auto;
    padding: 7px 0 3px;
    z-index: 4200;
  }

  body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5.arrow-wrapper .arrow-container {
    display: none;
  }
}*/


body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li span.productlist-nav-item-name span {
	display: block !important;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li > p > .icon {
	vertical-align: inherit;
}

body .box-productlist-nav .productlist-nav-category-choose .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li > p > .icon {
	vertical-align: middle;
}

@media screen and (min-width:992px) {
	body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li > p img.icon ~ .productlist-nav-item-name {
		margin-top: -4px;
		-webkit-transition: none;
	    -moz-transition: none;
	    -ms-transition: none;
	    -o-transition: none;
	    transition: none;
	}
	
	body .box-productlist-nav .productlist-nav-category-choose .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li > p img.icon ~ .productlist-nav-item-name {
		margin-top: 0;
	}	

  body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 10px 0 10px 35px;
  }

  body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5.arrow-wrapper .arrow-container {
    display: none;
  }

  body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .arrow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}

body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown .productlist-nav-item-name/*,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown .productlist-nav-item-name*/ {
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0*100);
}

@media screen and (min-width:992px) {
	body .box-productlist-nav .productlist-nav-category .productlist-nav-sub-item.productlist-nav-sub-item-active {
		background-color: #db1a29;
	}
	body .box-productlist-nav .productlist-nav-category .productlist-nav-sub-item.productlist-nav-sub-item-active a {
		color: #fff !important;
	}
	body .box-productlist-nav .productlist-nav-category .productlist-nav-sub-item.productlist-nav-sub-item-active a:hover {
		color: #373739 !important;
	}
}

body .box-productlist-nav .productlist-nav-description {
  padding: 5px 20px 0;
  max-width: 320px;
  text-align: left;
}

body .box-productlist-nav .productlist-nav-description h2 {
  font-size: 9.6px;
  font-size: .96rem;
  line-height: 11.2px;
  line-height: 1.12rem;
  font-style: normal;
  font-weight: 300;
  color: #373739;
  margin: 0 0 2px;
}

body .box-productlist-nav .productlist-nav-description p {
  font-size: 9.6px;
  font-size: .96rem;
  line-height: 11.2px;
  line-height: 1.12rem;
  font-style: normal;
  font-weight: 400;
  color: #373739;
}

@media screen and (max-width:992px) {
  body .box-productlist-nav .productlist-nav-description {
    padding: 20px;
  }
}

body .box-productlist-nav .sort-list ul.sort-list-items {
  padding: 0 10px;
}

body .box-productlist-nav .sort-list ul.sort-list-items li.sort-list-item {
  display: inline-block;
  margin: 0 2px 4px;
  line-height: 28px;
}

body .box-productlist-nav .sort-list ul.sort-list-items li.sort-list-item a {
  background: #999;
  background: rgba(0,0,0,.125);
  color: #373739;
  padding: 5px 10px;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  text-decoration: none;
}

body .box-productlist-nav .sort-list ul.sort-list-items li.sort-list-item.sort-list-item-active a {
  background: #373739;
  background: rgba(0,0,0,.85);
  color: #FFF;
}

body .box-productlist-nav .btn-mobile-filter-trigger {
  display: none;
  margin: 20px;
}

@media screen and (max-width:992px) {
  body .box-productlist-nav {
    display: block;
    float: none;
    height: auto;
    width: 100%;
  }

  body .box-productlist-nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
  }

  body .box-productlist-nav .btn-mobile-filter-trigger {
    display: inline-block;
  }

  body .box-productlist-nav .productlist-nav-category,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 {
    display: block;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
  }

  body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul,body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li {
    display: block;
  }

  body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li .productlist-nav-item-name,body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li .productlist-nav-item-select,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li .productlist-nav-item-name,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li .productlist-nav-item-select,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li .productlist-nav-item-name,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li .productlist-nav-item-select,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li .productlist-nav-item-name,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li .productlist-nav-item-select,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li .productlist-nav-item-name,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li .productlist-nav-item-select,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li .productlist-nav-item-name,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li .productlist-nav-item-select {
    width: auto;
    opacity: 1;
    filter: alpha(opacity=1*100);
    padding: 5px 10px;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: -5px 0;
  }

  body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul ul {
    top: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }

  body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul ul li {
    width: 50%;
    float: left;
  }

  body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul ul li a,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul ul li a,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul ul li a,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul ul li a,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul ul li a,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul ul li a {
    padding: 5px 10px;
  }

  body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul ul,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul ul {
    position: relative;
  }

  body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li .productlist-nav-item-name,body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li .productlist-nav-item-select,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li .productlist-nav-item-name,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li .productlist-nav-item-select,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li .productlist-nav-item-name,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li .productlist-nav-item-select,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li .productlist-nav-item-name,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li .productlist-nav-item-select,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li .productlist-nav-item-name,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li .productlist-nav-item-select,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li .productlist-nav-item-name,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown.productlist-nav-category-dropdown-active ul li .productlist-nav-item-select {
    width: auto;
    opacity: 1;
    filter: alpha(opacity=1*100);
  }

  body .box-productlist-nav .productlist-nav-category .productlist-filter-trigger,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-filter-trigger,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-filter-trigger,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-filter-trigger,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-filter-trigger,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-filter-trigger {
    padding: 10px 10px 5px;
  }

  body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1.productlist-nav-category-level-5,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2.productlist-nav-category-level-5,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3.productlist-nav-category-level-5,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4.productlist-nav-category-level-5,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5.productlist-nav-category-level-5 {
    display: block;
    width: 100%;
    position: relative;
    height: auto;
  }

  body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1.productlist-nav-category-level-5 .sort-list,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2.productlist-nav-category-level-5 .sort-list,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3.productlist-nav-category-level-5 .sort-list,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4.productlist-nav-category-level-5 .sort-list,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .sort-list,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5.productlist-nav-category-level-5 .sort-list {
    width: auto;
  }

  body .box-productlist-nav .productlist-nav-category.arrow-wrapper+.arrow-wrapper,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1.arrow-wrapper+.arrow-wrapper,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2.arrow-wrapper+.arrow-wrapper,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3.arrow-wrapper+.arrow-wrapper,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4.arrow-wrapper+.arrow-wrapper,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5.arrow-wrapper+.arrow-wrapper {
    padding-left: 0;
  }

  body .box-productlist-nav .productlist-nav-category.arrow-wrapper+.arrow-wrapper .arrow-container,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1.arrow-wrapper+.arrow-wrapper .arrow-container,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2.arrow-wrapper+.arrow-wrapper .arrow-container,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3.arrow-wrapper+.arrow-wrapper .arrow-container,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4.arrow-wrapper+.arrow-wrapper .arrow-container,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5.arrow-wrapper+.arrow-wrapper .arrow-container {
    left: 100%;
    top: 0;
    margin: 0 0 0 -90px;
    height: 40px;
    width: 80px;
  }

  body .box-productlist-nav .productlist-nav-category.arrow-wrapper+.arrow-wrapper .arrow-container .arrow,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1.arrow-wrapper+.arrow-wrapper .arrow-container .arrow,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2.arrow-wrapper+.arrow-wrapper .arrow-container .arrow,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3.arrow-wrapper+.arrow-wrapper .arrow-container .arrow,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4.arrow-wrapper+.arrow-wrapper .arrow-container .arrow,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5.arrow-wrapper+.arrow-wrapper .arrow-container .arrow {
    top: -26px;
    left: 60px;
  }

  body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul {
    background-clip: padding-box;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
  }

  body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 {
    padding: 4px 0 0;
  }

  body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul ul {
    left: 0;
  }
}

@media screen and (max-width:640px) {
  body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li>a,body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li>p,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li>a,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li>p,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li>a,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul li>p,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li>a,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul li>p,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li>a,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul li>p,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li>a,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul li>p {
    padding: 6px 0 6px 6px;
  }

  body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul ul li,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul ul li {
    width: 100%;
  }

  body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul ul li a,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul ul li a,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-nav-category-dropdown ul ul li a,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-nav-category-dropdown ul ul li a,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-nav-category-dropdown ul ul li a,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-nav-category-dropdown ul ul li a {
    padding: 6px 0 6px 6px;
  }

  body .box-productlist-nav .productlist-nav-category .productlist-filter-trigger,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-1 .productlist-filter-trigger,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-2 .productlist-filter-trigger,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-3 .productlist-filter-trigger,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-4 .productlist-filter-trigger,body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .productlist-filter-trigger {
    padding: 8px 0 6px 6px;
  } 

  body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5.arrow-wrapper .arrow-container {
    display: none;
  }

  body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .sort-list ul.sort-list-items li.sort-list-item {
    margin: 4px 1px 8px;
  }

  body .box-productlist-nav .productlist-nav-category.productlist-nav-category-level-5 .sort-list ul.sort-list-items li.sort-list-item a i {
    display: none;
  }

  body .box-productlist-nav .productlist-nav-category .productlist-filter-trigger:empty {
	display: none;
  }  
}

body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1+.arrow-wrapper .arrow-container .arrow {
  background: #FFF;
}

body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li a {
  /*color: #373739;*/
	color: rgba(0,0,0,0.4);
}

body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li i.icon,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li i[class*=" icon-"],body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li i[class^=icon-] {
  background: #e5e5e5;
}

body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li i.icon:before,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li i[class*=" icon-"]:before,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li i[class^=icon-]:before {
  /*color: #373739;*/
	color: rgba(0,0,0,0.4);
}

body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li .productlist-nav-item-name-small {
  color: rgba(55,55,57,.35);
}

body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>a i.icon,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>a i[class*=" icon-"],body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>a i[class^=icon-],body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>img,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>p i.icon,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>p i[class*=" icon-"],body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>p i[class^=icon-] {
  background: rgba(0,0,0,.25);
  background: #ccc;
}

body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>a i.icon:before,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>a i[class*=" icon-"]:before,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>a i[class^=icon-]:before,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>img:before,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>p i.icon:before,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>p i[class*=" icon-"]:before,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li:hover>p i[class^=icon-]:before {
  /*color: #373739;*/
	color: rgba(0,0,0,0.4);
}

body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li {
  border-top: 1px solid #fff;
}

body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover {
  background: #fff;
}

body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover>a i.icon,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover>a i[class*=" icon-"],body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover>a i[class^=icon-],body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover>p i.icon,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover>p i[class*=" icon-"],body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover>p i[class^=icon-] {
  background: #ccc;
}

body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover>a i.icon:before,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover>a i[class*=" icon-"]:before,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover>a i[class^=icon-]:before,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover>p i.icon:before,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover>p i[class*=" icon-"]:before,body .box-productlist-nav.box-productlist-nav-type-brand .productlist-nav-category.productlist-nav-category-level-1 .productlist-nav-category-dropdown ul li ul li:hover>p i[class^=icon-]:before {
  /*color: #373739;*/
  color: rgba(0,0,0,0.4);
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li img.icon {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  padding: 4px;
  margin: 1px 0;
  width: 30px;
}

body .box-productlist-nav .productlist-nav-category .productlist-nav-category-dropdown ul li .productlist-nav-sub-item img.icon {
  margin-right: 10px;
}

body .arrow-wrapper .arrow-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 9999;
  display: none;
  overflow: hidden;
}

body .arrow-wrapper .arrow-container .arrow {
  width: 60px;
  height: 60px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin: -30px -34px;
}

body .arrow-wrapper.productlist-nav-category-level-2 .arrow-container .arrow {
  border-right: solid 1px #bbb;
  border-top: solid 1px #bbb;
}

body .arrow-wrapper .arrow-container .arrow.arrow-left {
  right: -25px;
}

body .arrow-wrapper+.arrow-wrapper {
  padding-left: 35px;
}

body .arrow-wrapper+.arrow-wrapper .arrow-container {
  display: block;
}


.carousel-control .icon-prev:before {
	content: '\f137';
}

.carousel-control .icon-next:before {
	content: '\f138';
}

.carousel-control .icon-next, .carousel-control .icon-prev {
	font-family: 'FontAwesome';
}





@media (min-width: 992px) {
	.products-list .product-shop {
	  width: 770px;
	}
}

@media (max-width: 991px) {
	.navbar-mainmenu > li a {
	  display: none !important;
	}
}

@media (min-width: 1200px) {
	.products-list .product-shop {
		width: 950px;
	}
}



._jsPlumb_connector { z-index: 18; }
._jsPlumb_endpoint { z-index: 19; }
._jsPlumb_overlay { z-index: 35; }

.aLabel {
	background-color: white;
	padding: 0.4em;
	font: 12px sans-serif;
	color: #444;
	z-index: 35;
	border: 1px dotted gray;
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
}
.aLabel._jsPlumb_hover {
	background-color: #5C96BC;
	color: white;
	border: 1px solid white;
}

#product_tabs_explodedview_contents .std ol, .std-explodedview ol {
	padding: 0;
	list-style-type: none;
}

.exploded-col {
	width: 60px;
	height: 60px;
	margin: 10px;
	float: left;
	z-index: 25;
}

.exploded-col-label {
	text-align: center;
}

.exploded-col span.txt {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
	font-size: 16px;
}

.exploded-col-act {
	position: relative;
	border: solid 2px #ccc;
}

.exploded-col-act:hover, .exploded-col-act.active, .exploded-col-act:hover .nmbr, .exploded-col-act.active .nmbr {
	border-color: #db1a29;
}

.exploded-col-act a {
	display: block;
}

.exploded-col img {
	max-width: 100%;
}

#product_tabs_explodedview_contents .products-list .item .fa.fa-times-circle, .std-explodedview .products-list .item .fa.fa-times-circle {
	display: none;
}

#product_tabs_explodedview_contents .products-list li.item:first-child, .std-explodedview .products-list li.item:first-child {
	padding-top: 20px;
}

#product_tabs_explodedview_contents .products-list li.item.item-active, #product_tabs_explodedview_contents .products-list li.item:hover, .std-explodedview .products-list li.item.item-active, .std-explodedview .products-list li.item:hover {
	background-color: #FCF8E3;
}

#product_tabs_explodedview_contents .products-list li.item.item-sticky, .std-explodedview .products-list li.item.item-sticky {
	position: fixed;
    bottom: -150px;
    background-color: #fff;
    z-index: 40;
    border: solid 1px #DB1A29;
	border-bottom-width: 0;
    padding: 20px;
	-webkit-box-shadow: 0 -2px 35px 15px rgba(219, 29, 44, 0.2);
	box-shadow: 0 -2px 35px 15px rgba(219, 29, 44, 0.2);
}

#product_tabs_explodedview_contents .products-list li.item.item-sticky .fa.fa-times-circle, .std-explodedview .products-list li.item.item-sticky .fa.fa-times-circle {
	display: block;
	position: absolute;
	top: -7px;
	right: -6px;
	cursor: pointer;
	font-size: 24px;
	color: #DB1A29;
	z-index: 5;
}

#product_tabs_explodedview_contents .products-list .product-image, .std-explodedview .products-list .product-image {
	position: relative;
	width: 75px;
}

.exploded-col .nmbr, #product_tabs_explodedview_contents .products-list .product-image .nmbr, .std-explodedview .products-list .product-image .nmbr, .exploded-col .kennung, #product_tabs_explodedview_contents .products-list .product-image .kennung, .std-explodedview .products-list .product-image .kennung {
	padding: 0px 2px;
	font-weight: bold;
	border: solid 2px #ccc;
	border-width: 2px 2px 0 0;
	background: #FCF8E3;
	position: absolute;
	left: -1px;
	bottom: 0px;
	color: #333;
}

.exploded-col .kennung, #product_tabs_explodedview_contents .products-list .product-image .kennung, .std-explodedview .products-list .product-image .kennung {
	left: auto;
	bottom: auto;
	right: -10px;
	top: -10px;
}

.exploded-col .nmbr {
	border-left-width: 0;
	border-bottom-width: 0;
	font-size: 11px;
}

.exploded-col .kennung {
	border-width: 2px;
	font-size: 11px;
}

#product_tabs_explodedview_contents .products-list .product-image .nmbr, .std-explodedview .products-list .product-image .nmbr, #product_tabs_explodedview_contents .products-list .product-image .kennung, .std-explodedview .products-list .product-image .kennung {
	left: auto;
	right: 0;
	bottom: auto;
	top: 0;
	border-width: 1px;
	font-size: 12px;
}

.exploded-col-act:hover .nmbr, .exploded-col-act.active .nmbr, #product_tabs_explodedview_contents .products-list li:hover .nmbr, #product_tabs_explodedview_contents .products-list li.item-active .nmbr,
.std-explodedview .products-list li:hover .nmbr, .std-explodedview .products-list li.item-active .nmbr {
	background-color: #db1a29;
	color: #fff;
}

.exploded-view-wrapper {
	width: 100%;
	position: relative;
	overflow: auto;
	overflow: hidden;
}

.exploded-view-wrapper-inner {
	margin: 0 auto;
}

#product_tabs_explodedview_contents .std, .std-explodedview, .explodedview-container {
	position: relative;
}

#product_tabs_explodedview_contents .std .panner, .std-explodedview .panner {
	position: absolute;
    border: solid 0px #000;
    display: block;
    top: 75px;
	padding: 0 3px;
	font-family: 'FontAwesome';
	font-size: 20px;
	color: #fff;
	background-color: #DB1A29;
	z-index: 30;
}

#product_tabs_explodedview_contents .std #panLeft, .std-explodedview #panLeft {
    left: -15px;
}
/*#product_tabs_explodedview_contents .std #panLeft:before {
	content: '\f053';
	color: #fff;
}*/
#product_tabs_explodedview_contents .std #panRight, .std-explodedview #panRight {
	right: -15px;
}
/*#product_tabs_explodedview_contents .std #panRight:before {
	content: '\f054';
	color: #fff;
}*/

.rehm-ajaxfilter {
	padding: 5px 0 30px 0;
}

.catfilter-box .icon {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}

.catfilter-box .icon img {
	margin: 0;
}

.catfilter-box.catfilter-box-active .icon:after {
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	font-size: 1.7em;
}

.catfilter-box.catfilter-box-active .icon img {
	display: none;
}

.catfilter-box .label {
	display: block;
	margin-top: 10px;
}

.catfilter-box .label strong {
	display: block;
	display: -webkit-box;
	font-size: 13px;
	height: 44px;
	font-weight: 700;
	white-space: normal;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



#checkout-progress-wrapper > .paypal-logo {
	margin-top: 0;
	margin-bottom: 26px;
}

#checkout-progress-wrapper > .paypal-logo + li {
	display: none;
}

.opc .section.allow .step-title {
	cursor: pointer;
}

.opc .sp-methods #payment_form_phoenix_cashondelivery > li:first-child {
	display: none;
}

.opc .checkout-agreements {
	margin-bottom: 30px;
}

.opc #review-buttons-container {
	padding: 0;
}

.opc #review-buttons-container .btn-checkout {
	float: none;
    margin: 0px;
    display: block;
    width: 100%;
    border-radius: 0;
}

.opc .buttons-set {
	border: none;
}

.opc .form-list-amastyorderattr > li {
	margin-bottom: 0;
}

.opc #ordercomment-comment {
	height: 55px;
}



.store-switcher {
	border: none;
}

.store-switcher > li > a {
	padding: 5px 20px;
	color: #999;
	text-decoration: underline;
}

.store-switcher > li.active > a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}


.opc .form-list .wide.additional > .input-box > div, .form-list .wide.additional > .input-box > .fieldset > div {
	float: none !important;
}

.form-list .icon-head,
.form-list .wide.additional .fieldset h2.legend,
.form-list .wide.additional #amaddressattr .field-row > br,
.form-list .wide.additional #amaddressattr .field-row > div,
.form-list .wide.additional #amaddressattr label[for="rehm_address_id"],
.form-list .wide.additional #amaddressattr #rehm_address_id,
.form-list .wide.additional #amaddressattr label[for="rehm_kunden_nr"],
.form-list .wide.additional #amaddressattr #rehm_kunden_nr {
	display: none;
}



#searchajaxico {
	z-index: 10 !important;
}



.formbuilder-form h2 {
	display: none;
}

.formbuilder-form .product-options {
	border: none;
	padding: 10px 0;
}

/*.formbuilder-form .product-options > li:nth-child(1),
.formbuilder-form .product-options > li:nth-child(2) {
	width: 50%;
	display: inline-block;
}

.formbuilder-form .product-options > li:nth-child(1) .input-box {
	margin-right: 15px;
}

.formbuilder-form .product-options > li:nth-child(2) .input-box {
	margin-left: 15px;
}*/

.form-list .buttons-set {
	margin-top: 0px;
}

.form-list .input-box,
.formbuilder-form .product-options input[type=text],
.formbuilder-form .product-options textarea {
	width: 100% !important;
}



.am_search_popup,
.am_search_popup_inner {
	border-radius: 0;
}

.am_search_popup .am_image,
.am_image > img {
	width: 35px;
    height: 35px;
}

@media screen and (min-width:768px) {
	.am_search_popup_inner {
		border: none;
	}
	
	.am_search_popup .am_right {
		width: 100%;
	}
	
	.am_search_popup .am_right .am_float_left {
		float: left;
	    width: 400px;
	}
	
	.am_search_popup .am_right .price_footer {
		float: right;
		margin: 0 0 0 10px;
	}
	
	.am_search_popup .price_cell {
		width: 100% !important;
	}
}

.amhighlight {
	color: #db1a29;
	background: transparent !important;
}

.am_search_popup div.am_element .amhighlight,
.am_search_popup div.am_element .amhighlight,
.am_search_popup div.am_element .menge-price,
.am_search_popup div.am_element .menge-price,
.am_search_popup div.am_element .tax-details,
.am_search_popup div.am_element .tax-details,
.am_search_popup div.am_element .delivery-time,
.am_search_popup div.am_element .delivery-time,
.am_search_popup div.am_element .baseprice,
.am_search_popup div.am_element .baseprice,
.am_search_popup div.am_element .tax-details a,
.am_search_popup div.am_element .tax-details a,
.am_search_popup div.am_element .delivery-time a,
.am_search_popup div.am_element .delivery-time a {
	font-size: inherit;
}

.am_search_popup div.am_element:hover .amhighlight,
.am_search_popup div.am_element.active .amhighlight,
.am_search_popup div.am_element:hover .menge-price,
.am_search_popup div.am_element.active .menge-price,
.am_search_popup div.am_element:hover .tax-details,
.am_search_popup div.am_element.active .tax-details,
.am_search_popup div.am_element:hover .delivery-time,
.am_search_popup div.am_element.active .delivery-time,
.am_search_popup div.am_element:hover .baseprice,
.am_search_popup div.am_element.active .baseprice,
.am_search_popup div.am_element:hover .tax-details a,
.am_search_popup div.am_element.active .tax-details a,
.am_search_popup div.am_element:hover .delivery-time a,
.am_search_popup div.am_element.active .delivery-time a {
	color: #fff;
	font-size: inherit;
}



.product-essential .product-img-box a > img {
	border: none;
}

.product-essential .product-img-box .product-image-zoom,
.product-essential .product-img-box .more-views img {
	border: solid 1px #ddd;
}

img.zoom_exliste {
 transition: transform 0.2s;
 -moz-transition: transform 0.2s;
 -webkit-transition: transform 0.2s;
 -o-transition: transform 0.2s;
 -ms-transition: transform 0.2s;
}

img.zoom_exliste:hover {
 position:relative;			
 z-index: 99999;
  transform: scale(2) translate(18px, -18px);
 -moz-transform: scale(2) translate(18px, -18px);
 -webkit-transform: scale(2) translate(18px, -18px);
 -o-transform: scale(2) translate(18px, -18px);
 -ms-transform: scale(2) translate(18px, -18px);

 border: 1px solid #dfdfdf;
}

img.zoom_exmatrix {
 transition: transform 0.2s;
 -moz-transition: transform 0.2s;
 -webkit-transition: transform 0.2s;
 -o-transition: transform 0.2s;
 -ms-transition: transform 0.2s;
}

img.zoom_exmatrix:hover {
 position:relative;
 z-index: 99999;
}

img.zoom_exmatrix1:hover {
 transform: scale(1.7) translate(0px, -10px);
 -moz-transform: scale(1.7) translate(0px, -10px);
 -webkit-transform: scale(1.7) translate(0px, -10px);
 -o-transform: scale(1.7) translate(0px, -10px);
 -ms-transform: scale(1.7) translate(0px, -10px);
}

img.zoom_exmatrix2:hover {
 transform: scale(1.2) translate(0px, -9px);
 -moz-transform: scale(1.2) translate(0px, -9px);
 -webkit-transform: scale(1.2) translate(0px, -9px);
 -o-transform: scale(1.2) translate(0px, -9px);
 -ms-transform: scale(1.2) translate(0px, -9px);
}

img.zoom_exmatrix3:hover {
 transform: scale(1.1) translate(0px, -8px);
 -moz-transform: scale(1.1) translate(0px, -8px);
 -webkit-transform: scale(1.1) translate(0px, -8px);
 -o-transform: scale(1.1) translate(0px, -8px);
 -ms-transform: scale(1.1) translate(0px, -8px);
}

@media (max-width: 1199px) {
	
	.newsubMenu .mainmenu-submenu > ul li li, .newsubMenu .mainmenu-submenu > ul > li > a, .newsubMenu .mainmenu-submenu > ul > li, .newsubMenu .mainmenu-submenu > ul li ul, .newsubMenu .mainmenu-submenu > ul li li a:hover, .newsubMenu .mainmenu-submenu > ul li ul a {
		width: 205px;
	}

	.subMenu .mainmenu-submenu, .subMenu .mainmenu-submenu a {
		font-size: 14px;
	}

	.newsubMenu .mainmenu-submenu > ul > li > a span.catname {
		width: 160px;
	}

	.newsubMenu .mainmenu-submenu > ul li.sfhover ul, .newsubMenu .mainmenu-submenu > ul li li.sfhover ul, .newsubMenu .mainmenu-submenu > ul li li li.sfhover ul, .newsubMenu .mainmenu-submenu > ul li li li li.sfhover ul {
		left: -40px;
	}
	
	.newsubMenu .mainmenu-submenu {
		background-position-x: left;
        background-position-y: top;
        background-size: auto auto;
		background-size: 2820px 100%;
	}	
	
	.subMenu .mainmenu-submenu > ul > li > ul {
		margin: -30px 0 0 290px;
	}
}

#product_tabs_lieferumfang_contents ul {
   list-style-type: square!important;
}

/* Freihausgrenze */
.notice-free-shipping-higher {
	padding: 5px 10px 5px 70px;
	background: url(/skin/frontend/rehm/default/images/wuerfel_versandkosten_braun.png) #B6F9BE 10px center no-repeat;
	background-size: 40px;
	/*font-weight: bold;*/	
	clear: both;
}

.notice-free-shipping-lower {
	padding: 5px 10px 5px 70px;
	background: url(/skin/frontend/rehm/default/images/wuerfel_versandkosten_braun.png) #D4D3FB 10px center no-repeat;
	background-size: 40px;
	/*font-weight: bold;*/	
	clear: both;
}

.header-topcartlink .notice-free-shipping {
	margin-bottom: 10px;
}

.actionpicsmall {
	background: url(https://media.rehmshop.de/img/logo/rabatt_icon.png);
	height:30px;
	width:30px;
	margin:0 auto;
}

.actionpictext {
	background: url(https://media.rehmshop.de/img/logo/aktion.png);
	height:17px;
	width:75px;
	background-size: 75px 17px;
}

.doofinderLogo {
	visibility: hidden;
}

.searchfield-pic {
	position:relative; 
	top:0px; 
	left:0px; 
	width:40px; 
	height:40px; 
	float:left; 
}

.ts-rating-light.skyscraper_vertical {
    width: 202px!important;
 
}

.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
    width: 45px;
}

.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month, .form-list .customer-dob .dob-year {
    float: left;
    padding-right: 1px;
    padding-left: 1px;
}

.form-list .customer-dob .dob-year {
    width: 60px;
}

.notice-cookie {
	position: fixed; 
	bottom:-19px; 
	left:-1px;
	width:100%;
	background-color: rgba(89, 89, 89, 0.9);
	border: solid 2px rgba(204, 204, 204, 0.8);
	box-shadow: 0px 0px 20px #000000;
	z-index: 1;
}

/*
.notice-inner {
	text-align: center;
}
*/

.notice-text {
	color: #ffffff;
}

.notice-button {
	width: 100px;
	background-color: #FFFFFF;
	border-radius: 5px;
	border: solid 1px;
}

@media (min-width: 1200px) {
	.notice-cookie {
		height:70px;
	}
	
	.notice-text {
		width: 90%;
		float: left;
		
	}

	.notice-actions {
		width: 10%;
		float: right;
	}
	
	.notice-button {
		position: relative;
		float: right;
	}
}

@media (min-width: 481px) and (max-width: 1199px) {

	.notice-inner {
		text-align: center;
	}
	
	.notice-text {
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.notice-cookie {
		height:200px;
	}
	
	.notice-inner {	
		text-align: center;
	}
	
	.notice-text {
		margin-bottom: 10px;
	}
	
}

.docpicpdf {
	background: url(https://media.rehmshop.de/img/logo/pdf_symbol.png);
	height: 30px;
	width: 30px;
	background-size: 30px 30px;
	position: absolute;
	top: -4px;
	left: 10px;
}

#addtocart-amazon-button {
 text-align: right; 
 margin-right: -12px;
}

#czgdpr-notice-wrp button.button {
 background: #DB1A29;
 color: #FFFFFF;
}

#czgdpr-notice-wrp button.button.btngrey {
 background: #eeeeee;
 color: #DB1A29;
}

.aktionspreis-breite {
 width: 120px;
}

.aktionspreis-form {
 white-space: nowrap; 
 margin: auto; 
 border: 1px solid; 
 transform: skew(-20deg); 
 font-weight: bold; 
 text-align: center; 
 background-color: #ffffff; 
 background-image: linear-gradient(#33da2b 10%, #1c7018 90%, #279c21 100%); 
 color: #ffffff;
}