.scroller-table-header {
	display: none;
	background: #eee;
	color: #666;
	font-family: FuturaPTCond,"Arial Narrow",sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	list-style: none;
 }

 .scroller-table-header li {
	padding: 10px;
	display: table-cell;
 }

.scroller-table-header li[data-sort],
.overview.backorderlines table tr th[data-sort] {
	cursor: pointer;
}

.scroller-table-header li[data-type]::after,
.overview.backorderlines table tr th[data-type]::after {
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 5px;
}

.overview.backorderlines .download-backorderlines {
	margin: 15px 0 5px;
}

.scroller-table-header li[data-type="asc"]::after,
.overview.backorderlines table tr th[data-type="asc"]::after {
	content: '\f0de';
}

.scroller-table-header li[data-type="desc"]::after,
.overview.backorderlines table tr th[data-type="desc"]::after {
	content: '\f0dd';
}

.cat-tree-collapsed * {
	font-weight: normal;
}

#catalog-sidebar > li {
	margin-left: 0px;
}

.favourite-product {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-left: 5px;
	color: #333;
	cursor: pointer;
}

.favourite-product:after {
	font-family: FontAwesome;
	content: "\f08a";
}

.favourite-product:hover:after, .favourite-product.added:after {
	content: "\f004";
}

.favourite-product-info {
	position: absolute;
	background: #d20a11;
	padding: 20px 30px;
	color: #fff;
	left: 45%;
	top: 10%;
	font-size: 20px;
	font-weight: bold;
	border: 5px solid white;
	display: none;
	z-index: 99999;
	font-family: FuturaPTCond,"Arial Narrow",sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.product-content .favourite-product-info {
	left: 10%;
}

.simpleview .favourite-product-info, .simpleview .shopping-cart-order-info {
	padding: 10px 30px;
	font-size: 18px;
}

.simpleview .products-view .product-overview-div-functions {
	text-align: left;
} 

/* start my statistics page */

/* .middle-column.my-statistics *, .middle-column.my-statistics *:before, .middle-column.my-statistics *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
    box-sizing: border-box;
} */

.table-wrapper.list-turnover tr td {
	white-space: nowrap;
}

.middle-column.my-statistics .overview ul {
	overflow-x: hidden;
}

.middle-column.my-statistics table {
	font-size: 0;
	line-height: 0;
}

.middle-column.my-statistics h3,
.middle-column.my-statistics table th,
.middle-column.my-statistics table td {
	color: #333333;
}

.middle-column.my-statistics table th,
.middle-column.my-statistics table td {
	font-size: 12px;
	line-height: 26px;
}

.middle-column.my-statistics table tbody tr:nth-child(odd) {
	background-color: #F2EFE9;
}

.middle-column.my-statistics h3 {
	text-align: center;
	margin-bottom: 10px;
}

.middle-column.my-statistics table th {
	background: transparent;
	font-family: "Open Sans",sans-serif;
	text-transform: lowercase;
}

.middle-column.my-statistics table th,
.middle-column.my-statistics table td {
	padding: 7px 5px;
	text-align: center;
}

.middle-column.my-statistics table td.text-left {
	text-align: left;
	padding-left: 10px;
}

.middle-column.my-statistics ul li.brands-stats table th,
.middle-column.my-statistics ul li.brands-stats table td {
	width: 20%;
}

.middle-column.my-statistics ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.middle-column.my-statistics ul li:first-child{
	margin-top: 50px;
}
.middle-column.my-statistics ul li {
	padding-bottom: 50px;
	position: relative;
}

.middle-column.my-statistics ul li .scrollbar-holder {
	display: block;
    overflow: hidden;
	position: relative;
	z-index: 10;
}

.middle-column.my-statistics ul li .scrollbar {
	width:100%;
	height: 10px;
	border-radius: 5px;
	background-color: #E1DACD;
	margin: 15px auto;
	position: relative;
	display: block;
	overflow: hidden;
}

.middle-column.my-statistics ul li .scrollbar .tracker {
	cursor: pointer;
	width:100%;
	height: 10px;
	border-radius: 5px;
	background-color: #CBC0AD;
	position: absolute;
	width: 50px;
	left: 0;
	top: 0;
}

.middle-column.my-statistics ul li.brands-stats.has-more {
	overflow: hidden;
}

.middle-column.my-statistics ul li.brands-stats.has-more:after {
	height: 50px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	z-index: 10;
	opacity: 1;
	transition: height .25s ease, opacity .25s ease;
}

.middle-column.my-statistics ul li.brands-stats.has-more.expanded:after {
	height: 0;
	opacity: 0;
}

.middle-column.my-statistics .show-more {
	text-align: center;
	margin-top: 10px;
}

.middle-column.my-statistics .show-more .button.less {
	display: none;
}

.middle-column.my-statistics .show-more .button {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 27px;
}

.middle-column.my-statistics ul li.table-overflow table {
	position: relative;
	width: 1200%;
}

.middle-column.my-statistics ul li table tr {
	border-bottom: none;
}

.middle-column.my-statistics ul li.table-overflow table tr {
	position: relative;
	margin-left: 110px;
	clear: left;
	float: left;
	min-width: 100%;
}

.middle-column.my-statistics ul li.stats {
	margin-top: -20px;
	text-align: center;
}

.middle-column.my-statistics ul li table th {
	vertical-align: bottom;
	white-space: nowrap;
  	overflow: hidden;
}

.middle-column.my-statistics ul li.table-overflow table th,
.middle-column.my-statistics ul li.table-overflow table td {
	width: 60px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

.middle-column.my-statistics ul li.table-overflow:not(.turnover) table th {
	width: auto;
}

.middle-column.my-statistics ul li.table-overflow table th:first-child,
.middle-column.my-statistics ul li.table-overflow table td.text-left {
	position: absolute;
	left: -110px;
	width: 105px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	text-align: right;
	vertical-align: middle;
}

.middle-column.my-statistics ul li.table-overflow table td.text-left {
	line-height: 16px;
}

.middle-column.my-statistics ul li.table-overflow table th:first-child:before,
.middle-column.my-statistics ul li.table-overflow table td.text-left:before {
	position: absolute;
	left: 0;
	right: -5px;
	top: -6px;
	bottom: -6px;
	background: #fff;
	content: "";
	z-index: -1;
}
.middle-column.my-statistics ul li.table-overflow table td.text-left:after {
	z-index: -2;
	position: absolute;
	width: 25px;
	right: -5px;
	top: -6px;
	bottom: -6px;
	background-color:#333;
	box-shadow: 0 0 18px rgba(0,0,0,.6);
	clip-path: inset(1px -18px 1px 0px);
	width: 25px;
	content: "";
}

.middle-column.my-statistics ul li.table-overflow table th,
.middle-column.my-statistics ul li.table-overflow strong {
	font-weight: normal;
	text-shadow: 1px 0 0 currentColor;
}

.middle-column.my-statistics ul li .legenda {
	width: 100%;
	text-align: center;
	margin: 20px auto auto auto;
	width: auto;
	display: inline-flex;
}

.middle-column.my-statistics ul li .legenda strong {
	margin: 0 5px;
}

.middle-column.my-statistics ul li .legenda strong:nth-child(1) {
	order: 4;
}

.middle-column.my-statistics ul li .legenda strong:nth-child(2) {
	order: 3;
}

.middle-column.my-statistics ul li .legenda strong:nth-child(3) {
	order: 2;
}

.middle-column.my-statistics ul li .legenda strong:nth-child(4) {
	order: 1;
}

.middle-column.my-statistics ul li .legenda strong span  {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}

.middle-column.my-statistics ul li .legenda strong:nth-child(1) span {
	background-color: #F2A517;
}
.middle-column.my-statistics ul li .legenda strong:nth-child(2) span {
	background-color: #D20A11;
}
.middle-column.my-statistics ul li .legenda strong:nth-child(3) span {
	background-color: #3F8E6A;
}
.middle-column.my-statistics ul li .legenda strong:nth-child(4) span {
	background-color: #77C3F2;
}
.middle-column.my-statistics ul li canvas {
	margin: 15px auto 0;
}

/* ajax-search */
.searchwrap {
	position: relative;
}

.searchwrap > .products-view.quick-search {
	display: none;
	width: 370px;
	transition: width 1s ease;
	position: absolute;
	background: #fff;
	color: #000;
	left: 50%;
	top: 50px;
	transform: translate(-50%);
	padding: 0 10px 10px;
	z-index: 100;
	box-shadow: 0px 0px 12px 0px #0000001f;
	border-radius: 7px;
	font-size: 14px;
}

.searchwrap.extended > .products-view.quick-search {
	width: 740px;
}

.searchwrap.extended .products-item {
	position: relative;
}

.searchwrap.extended .products-item:before {
	background-color: rgba(241,241,241,0);
	transition: background-color .25s ease;
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	mix-blend-mode: multiply;
}
.searchwrap.extended .products-item:not(.active):before {
	background-color: rgba(241,241,241,1);
}

.searchwrap.extended > .products-view.quick-search .left-side,
.searchwrap.extended > .products-view.quick-search .right-side {
	width: 50%;
	float: left;
}

.searchwrap.extended > .products-view.quick-search .left-side .products-item {
	padding-right: 7px;
}

.searchwrap.extended > .products-view.quick-search .right-side {
	padding-left: 7px;
}

.searchwrap > .products-view.products-view .products-content {
	width: calc(100% - 65px);
	padding-left: 10px;
}

.searchwrap > .products-view.products-view .left-side .products-content > p,
.searchwrap > .products-view.products-view .left-side .products-content > div,
.searchwrap > .products-view.products-view .left-side .products-price > *:not(.price) {
	display: none;
}

.searchwrap > .products-view.products-view a {
	color: #d20a11;
}

.searchwrap > .products-view.products-view .products-content-title {
	width: 100%;
}

.searchwrap .close-ajax-search {
	border-bottom: 1px solid #ccc;
	text-align: right;
	width: 100%;
	display: block;
	padding: 10px 0;
	font-weight: 600;
}

.searchwrap > .products-view.products-view .products-content h4.products-content-title {
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
}

.searchwrap > .products-view.products-view .show-all {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 600;
}

.searchwrap > .products-view .products-img {
	width: 65px;
}

.searchwrap .products-view .item-preview {
	display: none;
}

.searchwrap .products-view .item-preview .wrapper {
	background-color: #fff;
}

.searchwrap .products-view .item-preview .wrapper .container .middle-column {
	padding: 10px;
	width: 100%;
	float: unset;
}

.searchwrap .products-view .products-price {
	width: 100%;
}

.searchwrap .products-view .products-price .shopping-cart-amount-field {
	margin: -3px 0 0;
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	color: #d20a11;
	border: 1px solid #d8cebd;
	width: 34px;
	height: 34px;
}

.searchwrap .products-view .products-price .shopping-cart-order-info {
	position: fixed;
	left: 50%;
	top: 50%;
	transform:translate(-50%, -50%);
}

.searchwrap .products-view .item-preview .wrapper .container .middle-column .overview {
	padding: 0;
}

.searchwrap .product-detail > .product-content,
.searchwrap .product-detail > .product-images {
	width: 100%;
}

.searchwrap .products-view .item-preview.active {
	display: block;
}

.searchwrap .general-content .regular-text {
	height: 200px;
	overflow: hidden;
	position: relative;
}

.searchwrap .general-content .show-more {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 600;
	margin-top: 7px;
}

.searchwrap .general-content .regular-text:after {
	height: 50px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	z-index: 10;
}

.searchwrap .close-ajax-item {
	text-align: right;
	display: none;
}

.searchwrap .close-ajax-item a:hover {
	text-decoration: none;
}

@media (max-width: 999px) {
	/* ajax-search */
	.searchwrap > .products-view.quick-search {
		left: 0;
		transform: none;
		overflow-y: auto;
		max-height: calc(100vh - 90px);
	}

	.searchwrap.extended > .products-view.quick-search {
		max-width: calc(100vw - 100px);
	}
}

@media (max-width: 599px) {
	.middle-column.my-statistics table tr {
		display: flex;
	}
	.middle-column.my-statistics table th,
	.middle-column.my-statistics table td {
		width: auto;
		flex: 1;
	}

	.searchwrap.extended > .products-view.quick-search .left-side {
		width: 100%;
	}
	.searchwrap.extended > .products-view.quick-search .right-side {
		display: none;
	}
}

/* end my statistics page */

@media (max-width: 749px) {
	.products-view .product-overview-div-functions, .products-view .products-price {
		padding-left: 0px;
	}

	.view .products-view .products-item .products-price .price {
		margin-bottom: 10px;
	}

	.favourite-product-info {
		left: 0px;
	}

	.product-content .favourite-product-info {
		left: 0%;
	}
}

@media (min-width: 750px) and (max-width: 991px) {
	.favourite-product-info {
		left: 15%;
	}
}

.delete_favourite {
	display: inline-block;
	padding-top: 3px;
	text-decoration: none;
}

.delete_favourite i {
	font-size: 150%;
}

.account-favourites {
	padding: 0 7px;
	float: left;
}

.account-favourites i {
	color: #777;
}

.account-favourites:hover i {
	color: #d20a11;
}

.middle-column table.overview.favourites .favourite-action-delete {
	display: none;
}

.middle-column table .favourite-price {
	position: relative;
}

.middle-column table .favourite-to-cart {
	margin-top: 15px;
}

.middle-column table .favourite-to-cart .shopping-cart-order-info {
	top: 0%;
	left: 0%;
	padding: 10px 15px;
}

.middle-column table .favourite-to-cart label {
	display: inline-block;
}

.middle-column table .favourite-price .icon-shopping-cart {
	margin-left: 5px;
}

@media only screen and (max-width: 999px) {
	.middle-column table .favourite-action {
		width: 5%;
	}
}

@media only screen and (max-width: 599px) {
	.middle-column table.overview.favourites td {
		line-height: 20px;
	}

	.middle-column table.overview.favourites .favourite-image {
		position: relative;
	}

	.middle-column table.overview.favourites .favourite-action-delete {
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
	}

	.middle-column table .favourite-price {
		text-align: left;
		padding-bottom: 10px;
	}

	.middle-column table .favourite-action {
		display: none;
	}

	.middle-column table .favourite-price .icon-shopping-cart {
		font-size: 130%;
	}
}

.rrp-factor-formatted {
	font-size: 10px;
}

.view:not(.simpleview) .rrp-factor-formatted {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 60px;
	text-align: right;
}

.view:not(.simpleview) .in-simple-view .rrp-factor-formatted {
	display: none;
}

@media only screen and (min-width: 900px) { 
	.view:not(.simpleview)  .rrp-factor-formatted {
		left: 0px;
		top: initial;
		bottom: -2px;
		width: 100px;
	}
}

.view.simpleview .products-item > .rrp-factor-formatted {
	display: none;
}

.view.simpleview .in-simple-view.rrp-factor-formatted {
	display: block;
	font-size: 10px;
}

.rrp-factor-formatted.rrp-factor-md {
	display: none;
}

@media only screen and (min-width: 1000px) {
	.rrp-factor-formatted.rrp-factor-sm {
		display: none;
	}
	
	.rrp-factor-formatted.rrp-factor-md {
		display: block;
	}
}

.backorderLinesText,
.reviewBackorderLinesText,
.stringSpecialLinesText {
	display: inline-block;
	font-family: FuturaPTCond,'Arial Narrow',sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: 700;
}

.reviewBackorderLinesText {
	position: relative;
	top: 6px;
	color: #d20a11;
}

@media only screen and (max-width: 767px) {
	.reviewBackorderLinesText {
		display: block;
		text-align: left;	
	}
}

.rightbottom .reviewBackorderLinesText {
	top: 3px;
	padding-right: 20px;
}

.rightbottom .reviewBackorderLinesText.shoppingCartViewBackorderLines {
	top: 6px;
	padding-right: 0px;
}

.home-wrapper .news-item img {
	width: 100%;
}

.string-special-info {
	margin-top: 10px;
	font-size: 12px;
	line-height: 16px;
}

.products-item.with-cluster .products-content {
	position: absolute;
	top: calc(50% - 5px);
	transform: translateY(-50%);
	left: 105px;
}

.products-item.with-cluster.cluster-open .products-content {
	top: 50%;
}

.stringSpecialLinesText {
	color: #d20a11;
	animation: fadeIn 1.5s ease-in-out infinite;
}

@keyframes fadeIn {
	0% { opacity: 1; }
	50% { opacity: 0.4; }
	100% { opacity: 1; }
}

.view.simpleview .string-special-info {
	margin-top: 45px;
}

@media screen and (min-width: 1280px) {
	.overview {
		padding: 20px;
	}

	.products-view .products-content {
		width: calc(100% - 310px);
		padding-left: 10px;
	}

	.products-view.cluster-items .products-content {
		width: calc(100% - 380px);
	}

	.simpleview .products-view .products-content {
		margin-left: 0px;
		padding-left: 0px;
	}

	h4.products-content-title {
		font-size: 19px;
	}

	.products-view .products-price {
		width: 200px;
	}

	.cluster-items.products-view .products-price {
		width: 300px;
	}
}

.products-view.cluster-items .products-item.not-logged-in .products-content {
	width: calc(100% - 100px);
}

#mailings-form h3 {
	margin-bottom: 10px;
}

.mailing-subscription-status {

}

.mailing-interest-categories {
	margin-bottom: 20px;
}

.mailing-interest-category {
	font-weight: bold;
}

.custom-overlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999999;
}

body.custom-loading {
	overflow-y: hidden;
}

body.custom-loading .custom-overlay {
	display: block;
}

.custom-overlay-message {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px 25px;
	font-family: FuturaPTCond,'Arial Narrow',sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #d20a11;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
}

@media (max-width: 767px) {
	.custom-overlay-message {
		width: 75%;
	}
}

.dropshipmentBackorderText {
	margin-bottom: 15px;
	font-family: FuturaPTCond,'Arial Narrow',sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d20a11;
}

.products-view .btn-clusters {
	background-color: #52ae32;
	padding: 1px 6px;
	text-align: center;
	border-radius: 2px;
	display: inline-block;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	transition: opacity .25s ease;
	text-transform: uppercase;
}

.products-view .products-price .btn-clusters {
	margin-top: 5px;
}

.products-view .products-item.cluster-open .btn-clusters span.open,
.products-view .btn-clusters span.close {
	display: none;
}

.products-view .products-item.cluster-open .btn-clusters span.close {
	display: block;
}

.products-view .products-item.cluster-open .btn-clusters {
	background: #333333;
}

.products-view .btn-clusters:hover {
	opacity: .8;
}

.products-view .btn-clusters.not-logged-in {
	position: absolute;
	bottom: 10px;
	right: 0;
}

.products-view.cluster-items {
	display: none;
	position: relative;
	padding: 10px 0px 10px 40px;
}

.products-view.cluster-items .products-item .products-content a:hover {
	text-decoration: none;
}

.products-view.cluster-items .products-item .products-content a h4 {
	color: #333333;
}

.products-view .products-item.cluster-open,
.products-view.cluster-items .products-item {
	border: none;
}

.products-view.cluster-items .products-img {
	width: 80px;
}

.products-view.cluster-items.active {
	border-bottom: 1px solid #ccc;
}

.show-better-price {
	display: block; 
	line-height: 16px; 
	margin-top: 3px;
	overflow: hidden;
	width: 100%;
}

.show-better-price a {
	font-size: 12px;
	font-weight: bold;
}

.products-item.with-cluster .products-price {
	margin-top: 0;
}

.products-item.with-cluster .products-price.not-logged-in {
	margin-top: 68px;
}

.products-view .products-price button.shopping-cart-add-button {
	position: relative;
	padding: 5px 10px;
	margin-top: 7px;
}

.simpleview .products-view .products-content {
	width: 66%;
}

.simpleview .products-view .products-price {
	position: relative;
	margin-top: 0;
}
.simpleview .products-view .product-overview-div-functions {
	position: relative;
	text-align: right;
	top: 0;
}

.simpleview .show-better-price {
	position: relative;
	top: -3px;
	margin-bottom: 10px;
}

.simpleview .products-view .products-content .stock, 
.simpleview .products-view .products-content .stock-info {
	display: inline-block;
}

.simpleview .products-view .products-content p {
	margin-bottom: 10px;
}

.simpleview .product-overview-div-functions {
	position: relative;
}
.simpleview .product-overview-div-functions .favourite-product {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.view.simpleview .string-special-info {
	margin-top: 10px;
}

body {
	padding-top: 90px;
}

body > .wrapper.top {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 200;
	left: 50%;
	transform: translateX(-50%);
}

.navigation-block {
	height: auto;
}

.products-content-title > .cluster-text {
	display: none;
}

.cluster-items .products-content-title > .cluster-text {
	display: inline-block;
}

.cluster-items .products-content > p,
.cluster-items .products-content-title > .item-text {
	display: none;
}

.container > .full-column > form > .payment-providers.step-two,
.container > .full-column > .righttop.hide-submit > #place-your-order-alternative,
.container > .full-column > .shoppingcart-submit-order-form > .rightbottom.hide-submit > input[type="submit"] {
	display: none;
}

.container.show-payment > .full-column > form > .payment-providers.step-two {
	display: block;
}

.container.show-payment > .full-column > .righttop.hide-submit > #place-your-order-alternative,
.container.show-payment > .full-column > .shoppingcart-submit-order-form > .rightbottom.hide-submit > input[type="submit"] {
	display: inline-block;
}

.container.show-payment > .full-column > .righttop.hide-submit > .show-payment-providers,
.container.show-payment > .full-column > .shoppingcart-submit-order-form > .rightbottom.hide-submit > .show-payment-providers {
	display: none;
}

.container.show-payment .step-one {
	display: none!important;
}

.container > .middle-column > .overview > form > .payment-providers,
.container > .full-column > form > .payment-providers {
	width: 100%;
	max-width: 800px;
	margin: auto;
	overflow: hidden;
}

.container > .middle-column > .overview > form > .payment-providers {
	margin: 15px auto;
	max-width: unset;
}

.container > .middle-column > .overview > form > .payment-providers > .block,
.container > .full-column > form > .payment-providers > .block {
	float: left;
	width: 100%;
	border: 1px solid #dcdcdc;
	padding: 15px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	line-height: 24px;
}

.container > .middle-column > .overview > form > .payment-providers > .block > input,
.container > .full-column > form > .payment-providers > .block > input {
	margin: 0 5px 0 0;
}

.container > .middle-column > .overview > form > .payment-providers > .block > label,
.container > .full-column > form > .payment-providers > .block > label {
	font-weight: 700;
	font-size: 13px;
	line-height: 24px;
}

.container > .middle-column > .overview > form > .payment-providers > .block > label > span,
.container > .full-column > form > .payment-providers > .block > label > span {
	font-size: 10px;
	font-weight: 300;
}

.container > .middle-column > .overview > form > .payment-providers > .block > img,
.container > .full-column > form > .payment-providers > .block > img {
	float: right;
}

.middle-column.payment-request .payment-total {
	text-align: right;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.middle-column.payment-request .payment-total span {
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	margin-left: 5px;
}

.middle-column.payment-request button {
	float: right;
}

.request-payments.message::before {
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 18px;
}

.request-payments.message.error::before {
    content: '\f06a';
    color: #f6554a;
}

.request-payments.message.success {
    color: #2c522e;
    background: #edf7ee;
}

.request-payments.message.success::before {
    content: '\f058';
    color: #65bb6a;
}

.request-payments.message {
	position: relative;
	font-size: 14px;
	padding: 13px 20px;
	margin: 15px auto 0;
	width: 100%;
}

.request-payments.message.error {
	color: #611a14;
	background: #fdeceb;
} 

.request-payments.message .back-to-step {
	display: none;
}

.cluster-items.products-view .price {
	float: left;
}

.cluster-items.products-view .price,
.cluster-items.products-view .product-overview-div-functions {
	height: 26px;
}

.cluster-items.products-view .product-overview-div-functions {
	width: 120px;
	float: right;
}

.cluster-items.products-view .product-overview-div-functions > span,
.cluster-items.products-view .product-overview-div-functions > div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
}

.cluster-items.products-view .products-price,
.cluster-items.products-view .products-content {
	margin-top: 0;
}

.cluster-items.products-view .products-item {
	padding: 5px 0;
}

.products-item.with-cluster.cluster-open {
	padding-bottom: 0;
}

.products-view.cluster-items {
	padding-top: 10px;
}

.cluster-items.products-view .products-item .products-price.has-details {
	position: relative;
	transform: scale(0.9);
	padding-right: 2px;
	transform-origin:top right;
}

.cluster-items.products-view .products-item .products-price.has-details .article-details {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	transform: none;
	display: block;
	top: 26px;
}

.cluster-items.products-view .products-item .products-price.has-details .show-better-price {
	margin-top: 0;
	top: 25px;
	position: relative;
	margin-bottom: 5px;
}

.cluster-items.products-view .products-item .products-price.has-details button.shopping-cart-add-button {
	margin-top: 28px;
}

.home-wrapper .searchwrap {
	z-index: 100;
}

/* login menu */
.top-nav.expand-login .login-form {
	max-width: 400px;
	text-align: right;
}

.top-nav.expand-login .login-form > form {
	float: none!important;
	display: inline-block;
	text-align: left;
	margin-right: 10px;
}

.top-nav.expand-login .login-form > .pass-forgot {
	margin-top: -8px;
}

.topnav-extra .login-form input[type="password"] {
	width: 100px;
}

.topnav-items li {
	margin: 8px 0 0 10px;
}

.news-item .overlay {
	z-index: 1;
}

.barcode-holder {
	float: right;
	margin: 0 0 10px 10px;
}

.product-barcode,
.product-barcode:hover {
	text-decoration: none;
}

.barcode-holder > span,
.product-barcode > span {
	display: block;
	margin: auto;
	text-align: center;
	font-size: 12px;
}

.barcode-holder > span {
	color: #333;
	font-size: 10px;
	line-height: 12px;
}

.product-barcode > span:hover,
.product-barcode:hover > span {
	text-decoration: none;
}

.product-barcode > img {
	transition: box-shadow 1s ease;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}

.product-barcode:hover > img {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.sidebar span.hide {
	display: none;
}

.products-view .product-overview-div-functions .product-overview-category-link {
	line-height: 16px;
	padding: 0 2px;
}

/**************************
 * Begin - WhatsApp button
 **************************/
 body > .whatsapp-button {
    position: fixed;
    bottom: 10px;
	left: 10px;
    color: inherit;
    z-index: 100;
    text-decoration: none;
}

body > .whatsapp-button > .fa-whatsapp {
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    background: #24d366;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
}

body > .whatsapp-button > span {
    line-height: 42px;
    display: block;
    white-space: nowrap;
    box-shadow: 0px 3px 6px #00000014;
    position: absolute;
    left: 45px;
    top: 7px;
    padding: 0;
    background: #ffffff;
    border-radius: 0 21px 21px 0;
    color: #747574;
    max-width: 0;
    opacity: 0;
	overflow: hidden;
	white-space: nowrap;
    transition: 1s linear;
    transition-property: padding opacity max-width;
}

body > .whatsapp-button:hover > span {
    max-width: 600px;
    opacity: 1;
    padding: 0 28px 0 22px;
}
/**************************
 * End - WhatsApp button 
 **************************/

 table.payments.overview tr.is-payed td {
	color: #999;	
 }

 table.payments.overview tr.is-payed td i {
	color: #7dad70;
 }

 .overview.reset-password #password-strength[data-code] {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	padding: 10px 15px;
	position: relative;
	border: 1px solid;
	margin-bottom: 15px;
}

.overview.reset-password #password-strength[data-code="0"] {
	background-color: #FFDFDF;
	border-color: #FFAFAF;
	color: #9F1D1D;
}

.overview.reset-password #password-strength[data-code="1"] {
	background-color: #FFF6CF;
	border-color: #FFE25F;
	color: #5F4F06;
}

.overview.reset-password #password-strength[data-code="2"] {
	background-color: #CFF7FF;
	border-color: #86DDEF;
	color: #0A434F;
}

.overview.reset-password #password-strength[data-code="3"] {
	background-color: #D4FFDA;
	border-color: #AACCAE;
	color: #4C5C4E;
}

body > .login-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background-color: rgba(0, 0, 0, 0.7);
}

body > .login-wrapper > .login-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 500px;
	transform: translate(-50%, -50%);
	padding: 15px;
	border-radius: 5px;
}

body > .login-wrapper > .login-content > div {
	background-color: #fff;
	padding: 20px 20px 10px;
}

body > .login-wrapper > .login-content > div > .login-code > label {
	display: block;
	font-weight: bold;
	margin: 10px 0 5px;
}

body > .login-wrapper > .login-content > div > .login-code > input {
	border: 1px solid #ccc;
}

body > .login-wrapper > .login-content > div > .login-code > input,
body > .login-wrapper > .login-content > div > .login-code > button {
	line-height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	top: 0;
}

/* login wrapper for new customers */
body > .login-wrapper.new-customer > .login-content > div > .login-code {
	text-align: center;
}
body > .login-wrapper.new-customer > .login-content > div > .login-code > h2 {
	margin: 0 auto 10px;
}

body > .login-wrapper.new-customer > .login-content > div > .login-code > button {
	width: auto;
	padding: 0 20px;
	margin: 15px auto 10px;
}

@media only screen and (max-width: 1200px) {
	.shoppingcart-hover-table {
		left: 140px;
		width: calc(100% - 140px);
	}

	.top-nav .topnav-extra {
		left: 0;
		padding-left: 140px;
		background-color: #fff;
	}

	.top-nav.expand-login .login-form > form {
		margin-top: -3px;
	}

	.top-nav.expand-login .login-form > .pass-forgot {
		margin-top: 0;
		display: inline-block;
	}

	.top-nav.expand-login .login-form {
		max-width: 100%;
		min-width: 100%;
	}

	.topnav-extra .login-form > form > input {
		border: 1px solid #f1f1f1;
	}

	.top-nav {
		overflow: unset;
	}

	.top-nav .topnav-items {
		top: 30px;
		position: relative;
		left: -5px;
	}
	header {
		height: 111px;
	}

	.wrapper:not(.home-wrapper) > .container {
		margin-top: 21px;
	}

	.main-nav {
		margin-top: 31px;
	}

	.top-nav.expand-login .login-form {
		text-align: left;
		left: 140px;
	}

	.home-wrapper .searchwrap {
		top: 111px;
	}

	.top-nav.expand-login .login-form > .pass-forgot {
		margin-top: 0;
		position: relative;
		top: -10px;
	}
	.top-nav.expand-login .login-form > .pass-forgot > a {
		color: #777;
	}
	.top-nav.expand-login .login-form > .pass-forgot > a:hover {
		color: #d20a11;
	}

	#banner-wrapper {
		margin-top: 21px;
	}
}

@media (max-width: 999px) {	

	.wrapper:not(.home-wrapper) > .container {
		margin-top: 0;
	}

	.products-item.with-cluster .products-content {
		position: relative;
		width: calc(100% - 100px);
		top: 0;
		transform: unset;
		left: unset;
	}

	.products-view .btn-clusters.not-logged-in {
		position: relative;
		bottom: unset;
		right: unset;
	}
	.navigation-block {
		padding: 40px 0 20px;
		top: -20px;
		overflow-y: auto;
		max-height: calc(100vh - 45px);
	}

	.topnav-extra .login-form > form > input {
		border: 1px solid #f1f1f1;
	}

	.topnav-extra .login-form > form,
	.topnav-extra .login-form > div[style="float:left"] {
		display: inline-block;
	}

	.topnav-extra .login-form > form,
	.topnav-extra .login-form > div[style="float:left"] a {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.topnav-extra .login-form > form {
		margin-left: 80px;
	}
	.topnav-extra .login-form > div[style="float:left"] a {
		position: absolute;
	}
	.topnav-extra .login-form > div[style="float:left"] a.account-name {
		color: #d20a11;
	}

	.topnav-extra .login-form {
		min-width: calc(100% - 50px);
	}

	.home-wrapper .searchwrap {
		width: 150px;
		top: 0;
		height: 45px;
		border-radius: 0;
		margin-left: 0;
		left: 91px;
		z-index: 9999;
	}
	
	.topnav-items {
		margin-top: 50px;
	}

	.topnav-extra {
		top: 40px;
		right: 0;
	}

	.home-wrapper .searchwrap input {
		width: 100px;
	}

	.searchwrap {
		position: fixed!important;
		top: 0!important;
		left: 90px!important;
	}

	.top-nav .topnav-extra {
		padding-left: 0;
		height: 35px;
	}

	.topnav-extra .login-form > form {
		margin-left: 0;
	}

	.top-nav.expand-login .login-form {
		left: 0;
	}

	.top-nav.expand-login .login-form > form {
		margin-top: 0;
	}

	.top-nav.expand-login .login-form > .pass-forgot {
		top: -12px;
	}

	.top-nav .topnav-items {
		top: unset;
	}

	.main-nav {
		width: 100%;
		margin-top: 10px;
	}

	header {
		height: 45px;
	}

	.topnav-items li {
		margin: 0 10px;
	}

	.top-nav {
		overflow: hidden;
	}

	#banner-wrapper {
		margin-top: 0;
	}
}

@media only screen and (max-width: 899px) {
	.products-view.cluster-items .products-img {
		width: 60px;
	}

	.products-view.cluster-items {
		padding: 10px 0;
	}

	.simpleview .products-view .products-content {
		width: 100%;
	}

	.simpleview .products-view .product-overview-div-functions {
		text-align: left;
	}

	.simpleview .product-overview-div-functions .favourite-product {
		position: relative;
		transform: unset;
		top: unset;
	}

	.products-item.with-cluster .products-content {
		position: relative;
		top: unset;
		transform: unset;
		left: unset;
	}

	.products-view.cluster-items .products-item.not-logged-in .products-content,
	.products-view .products-content {
		width: calc(100% - 80px);
		margin-bottom: 10px;
	}

	body > .whatsapp-button > .fa-whatsapp {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 25px;
	}

	body > .whatsapp-button > span {
		line-height: 30px;
		left: 28px;
		top: 5px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 749px) {
	.products-item.with-cluster .products-price.not-logged-in,
	.products-item.with-cluster .products-price {
		margin-top: 0;
	}

	.products-view .btn-clusters.not-logged-in {
		position: unset;
	}

	.products-view .products-price {
		padding-left: 80px;
	}

	.cluster-items.products-view .products-price .product-overview-div-functions,
	.cluster-items.products-view .products-price .price {
		float: none;
		display: inline-block;
	}

	.cluster-items.products-view .products-item .products-price.has-details {
		transform: unset;
	}

	.cluster-items.products-view .products-item .products-price.has-details .article-details {
		left: 80px;
	}

	/* ajax-search */
	.searchwrap > .products-view.quick-search {
		left: 50%;
		transform: translateX(-50%);
		width: calc(100vw - 20px);
		max-width: 400px;
		position: fixed;
		top: 70px;
		overflow-y: auto;
		max-height: calc(100vh - 90px);
	}

	.searchwrap > .products-view .products-price {
		width: calc(100% - 65px);
		float: right;
		text-align: right;
		padding-left: 10px;
	}
}

@media only screen and (max-width: 999px) {
	body {
		padding-top: 45px;
	}
}

@media (max-width: 600px) {	
	.top-nav.expand-login .login-form > .pass-forgot {
		top: -7px;
	}
	.cluster-items.products-view .products-item .products-price.has-details .article-details {
		position: relative;
		left: unset;
		top: unset;
	}

	.cluster-items.products-view .products-item .products-price.has-details .show-better-price {
		top: unset;
	}

	.cluster-items.products-view .products-item .products-price.has-details button.shopping-cart-add-button {
		margin-top: 10px;
	}
}

@media (max-width: 500px) {	
	.top-nav.expand-login .login-form > .pass-forgot {
		width: 100%;
	}

	.top-nav.expand-login .login-form > .pass-forgot {
		top: 0px;
	}
	
	.top-nav.expand-login .login-form > .pass-forgot > a,
	.top-nav.expand-login .login-form > .pass-forgot > a:hover {
		color: #fff;
	}

	.top-nav .topnav-extra {
		height: 35px;
	}
}

@media (max-width: 479px) {	
	body > .whatsapp-button > span {
		display: none;
	}

	.topnav-extra .login-form > div[style="float:left"] {
		width: 100%;
	}
	.topnav-extra .login-form > form {
		margin-left: 0;
		width: 100%;
	}

	.topnav-items {
		margin-top: 80px;
	}

	.topnav-extra .login-form > form {
		margin-top: 5px;
	}

	.top-nav .topnav-extra .languages {
		top: -35px;
		position: absolute;
		right: 0;
	}

	.topnav-extra .login-form > form > input {
		width: calc(50% - 5px)!important;
		margin-right: 5px;
	}

	.topnav-extra .login-form > form > input[type="password"] {
		width: calc(50% - 10px)!important;
		margin-left: 5px;
		margin-right: 0;
	}

	.topnav-extra .login-form > form > button {
		position: absolute;
		top: 35px;
		left: 0;
	}

	.top-nav.expand-login .login-form > .pass-forgot {
		display: block;
		width: auto;
		float: right;
	}

	.top-nav.expand-login .topnav-extra {
		height: 70px;
	}

	.top-nav.expand-login .login-form > .pass-forgot > a,
	.top-nav.expand-login .login-form > .pass-forgot > a:hover {
		color: #777;
	}
	
}

/* user toggle switcher */
.toggle-switch-user {
	display: inline-block;
	margin-left: 25px;
}

.toggle-switch-user small {
	font-family: FuturaPTCond,"Arial Narrow",sans-serif;
	font-size: 15px;
	color: #777;
	opacity: 0.35;
	transition: opacity 0.2s ease-in-out;
}

.toggle-switch-user small.selected {
	opacity: 1;
}

.toggle-switch-user .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
	margin: auto 10px;
}

.toggle-switch-user .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-switch-user .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.toggle-switch-user .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

.toggle-switch-user input:checked + .slider {
    background-color: #d20a11;
}

.toggle-switch-user input:focus + .slider {
    box-shadow: 0 0 1px #d20a11;
}

.toggle-switch-user input:checked + .slider:before {
    transform: translateX(26px);
}

.toggle-switch-user .slider.round {
    border-radius: 34px;
}

.toggle-switch-user .slider.round:before {
    border-radius: 50%;
}

.full-column .rightbottom.shoppingcart {
	position: relative;
	overflow: visible;
}

.hover-confirm-button.message {
	margin-bottom: 20px;
	display: none;
	position: absolute;
	top: -70px;
	right: 0;
}

.hover-confirm-button.mobile-message,
.hover-confirm-button.message p {
	margin: 0;
	font-family: FuturaPTCond,"Arial Narrow",sans-serif;
	font-size: 19px;
	width: auto;
	padding: 10px 20px;
	position: relative;
	background-color: #CFF7FF;
	color: #0A434F;
	text-align: left;
	display: inline-block;
}

.hover-confirm-button.mobile-message {
	margin: 20px 0;
	width: 100%;
}

.hover-confirm-button.mobile-message p {
	padding: 0;
	margin: 0;
}

.hover-confirm-button.message p:after {
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	content: '';
	border-top: 12px solid #CFF7FF;
	position: absolute;
	bottom: -12px;
	right: 61px;
}

 
#place-your-order:hover ~ .hover-confirm-button.message {
    display: block;
}

.am-reports-wrapper {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 99;
	background-color: rgba(0,0,0,0.8);
	z-index: 99999;
}

.am-reports-wrapper > .am-reports-holder {
	width: 100%;
	max-width: 900px;
	display: block;
	margin: auto;
	padding: 50px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.am-reports-wrapper > .am-reports-holder > .am-reports-content {
	background-color: #fff;
	padding: 25px;
	border-radius: 5px;
	max-height: calc(100vh - 100px);
	overflow-x: hidden;
	overflow-y: auto;
	display: inline-block;
}

.am-reports-wrapper > .am-reports-holder > .am-reports-content > .fa.fa-times {
	position: absolute;
	color: #d20a11;
	top: 0;
	right: 50px;
	font-size: 25px;
	line-height: 50px;
	cursor: pointer;
}

.am-reports-wrapper > .am-reports-holder > .am-reports-content table.overview {
	background-color: transparent;
	margin-bottom: 0;
}

/* .am-reports-wrapper > .am-reports-holder > .am-reports-content table.overview tr:first-child {
	position: sticky;
	top: 0;
	background-color: #fff;
} */

.am-reports-wrapper > .am-reports-holder > .am-reports-content table.overview tr td .mobile-only {
	display: none;
}

.am-reports-wrapper > .am-reports-holder > .am-reports-content table.overview tr th {
	font-family: FuturaPTCond,"Arial Narrow",sans-serif;
	text-align: left;
	white-space: nowrap;
}

.am-reports-wrapper > .am-reports-holder > .am-reports-content table.overview tr th,
.am-reports-wrapper > .am-reports-holder > .am-reports-content table.overview tr td {
	font-size: 14px;
	line-height: 18px;
	padding: 5px 10px;
}

.styled-table {
	width: 100%;
	margin-bottom: 20px;
}
	
.styled-table th, .styled-table td {
	border: 1px solid #ddd;
}

.styled-table th {
	font-weight: bold;
	padding: 8px;
	color: #000;
}

.styled-table td {
	padding: 8px;
}

.styled-table tr:hover td {
	background: #f5f5f5;
}

.wrapper.my-pricelist .button {
	padding: 0 10px;
}

.products-view .products-item {
	overflow: visible;
	display: table;
	height: auto;
	width: 100%;
	position:relative;
}

.products-view .products-item:hover {
	z-index: 99;
}

.products-view .products-img {
	transition: none;
	position: relative;
  	z-index: 1;
}

.products-view .products-img:hover {
	transform: none;
}

.products-view .products-img img {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	border-radius: 0;
	transition: border-radius, box-shadow, transform 0.25s ease;
}

.products-view .products-img img:hover {
	transform: scale(4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	border-radius: 4px;
}

.searchwrap.extended .products-view .products-img img:hover {
	transform: scale(1.6);
}

#catalog-sidebar li.outlet-items,
.products-item.super-discount .products-img {
	position: relative;
}

#catalog-sidebar li.outlet-items::before,
.products-item.super-discount .products-img::after {
	position: absolute;
	content: "";
	background: url('/front/img/super_sale.png') no-repeat top left;
	width: 100%;
	left: -5px;
	top: -5px;
	height: 30px;
	background-size: contain;
	pointer-events: none;
	transition: 0.25s ease;
	transition-property: top, left, transform;
}

.products-item.super-discount .products-img:has(img:hover)::after {
	transform: scale(4);
	top: -135px;
  	left: -27px;
}

#catalog-sidebar li.outlet-items::before {
	left: 60px;
	width: 45px;
	top: 4px;
	animation: blink 1.3s;
    animation-iteration-count: infinite;
}

.price .discount-precentage {
	color: #d20a11;
	margin-right: 7px;
	animation: blink 1.3s;
	animation-iteration-count: infinite;
}

.middle-column.dealerships > .overview > ul,
.middle-column.dealerships > .overview > ul li ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.middle-column.dealerships > .overview > ul li ul {
	display: none;
}

.middle-column.dealerships > .overview > ul > li {
	border: 1px solid #ddd;
	margin-top: -1px;
	background-color: #fff;
	padding: 7px 12px;
	color: #555;
}

.middle-column.dealerships > .overview > ul > li:not(.is-open):hover {
	background-color: #f5f5f5;
}

.middle-column.dealerships > .overview > ul > li > span {
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.25s ease;
	transition-property: color, text-shadow;
}

.middle-column.dealerships > .overview > ul > li.is-open > ul > li.is-open > a,
.middle-column.dealerships > .overview > ul > li.is-open > span {
	color: #000;
	text-shadow: 1px 0 0 currentColor;
}

.middle-column.dealerships > .overview > ul > li.is-open > ul > li.is-open > a {
	color: #d20a11;
	transition: 0.25s ease;
	transition-property: color, text-shadow;
}

.middle-column.dealerships > .overview > ul > li > span > i {
	font-style: normal;
	display: inline-block;
	width: 45px;
}

.middle-column.dealerships > .overview > ul > li > i {
	margin-right: 15px;
}

.middle-column.dealerships > .overview > ul > li > i,
.middle-column.dealerships > .overview > ul > li > ul > li > i {
	cursor: pointer;
	float: right;
	position: relative;
	top: 5px;
}

.middle-column.dealerships > .overview > ul > li > ul {
	padding: 7px 0;
}

.middle-column.dealerships > .overview > ul > li > ul > li {
	padding: 7px 15px;
	border-top: 2px dotted #ddd;
}

.middle-column.dealerships > .overview > ul > li > ul > li:first-child {
	border-top: 0;
}

.middle-column.dealerships > .overview > ul > li > ul > li > a {
	text-transform: uppercase;
}

.middle-column.dealerships > .overview > ul > li > ul > li > ul.customer-stats > li > .styled-table {
	margin: 15px 0;
}

.middle-column.dealerships > .overview > ul > li > ul > li > ul.customer-stats > li > .styled-table tr td i.fa.fa-spin {
	font-size: 20px;
	display: block;
	margin: auto;
	opacity: 0.3;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 767px) {
	.am-reports-wrapper > .am-reports-holder > .am-reports-content table.overview tr:first-child {
		display: none;
	}

	.am-reports-wrapper > .am-reports-holder > .am-reports-content table.overview tr td {
		float: left;
		width: 100%;
		border-top: 0;
		border-bottom: 0;
	}

	.am-reports-wrapper > .am-reports-holder > .am-reports-content table.overview tr td:first-child {
		border-top: 1px solid #ddd;
	}

	.am-reports-wrapper > .am-reports-holder > .am-reports-content table.overview tr:nth-child(1) td:first-child {
		border-top: 0;
	}
	
	.am-reports-wrapper > .am-reports-holder > .am-reports-content table.overview tr:last-child td:last-child {
		border-bottom: 1px solid #ddd;
	}

	.am-reports-wrapper > .am-reports-holder > .am-reports-content table.overview tr td > div {
		display: block;
		float: left;
		width: 65%;
	}

	.am-reports-wrapper > .am-reports-holder > .am-reports-content table.overview tr td .mobile-only {
		width: 35%;
		font-weight: 700;
		display: block;
	}
}

@media (max-width: 499px) {
	.am-reports-wrapper > .am-reports-holder > .am-reports-content table.overview tr td .mobile-only {
		width: 100%;
		display: block;
	}
}