* {
	font-family: 'Roboto', sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* classes */
.highlight { 
	background: #ff0; 
}

.logo {
	width: auto;
	height: 38px;
	position: relative;
	top: -1px;
}

.brand-in-product-img {
	height: 50px;
	width: auto;
}

.customers-pics-thumbs {
	height: 80px;
	width: 80px;
}

.related-products-pics {
	height: 80px;
	width: 80px;
}

.text-area-source {
	line-height: 1.25 !important;
	font-size: 0.8em !important;
	font-weight: 300 !important;
}

.admin-product-image {
	min-width: 200px;
	width: 200px;
	height: auto;
}

.admin-product-image-delete {
	position: absolute;
	top: 6px;
	right: 12px;
}

.form-select-mini {
	padding-top: .15rem !important;
	padding-bottom: .15rem !important;
	padding-left: .5rem !important;
	font-size: .7rem !important;
}

.form-control-mini {
	//min-height: calc(1.5em + .5rem + 2px)  !important;
	padding: .15rem .5rem !important;
	font-size: .7rem !important;
	border-radius: .2rem !important;
}

.old-price {
	position: relative;
}
.old-price:before {
	content: "";
	display: flex;
	position: absolute;
	left: 0;
	top: 45%;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #dc3545;
	pointer-events: none;
	transform: rotate(-5deg);
}

.proc-badge {
	position: absolute;
	right: 8px;
	bottom: 8px;
	opacity: 85%;
}
.eco-badge {
	position: absolute;
	right: 8px;
	top: 8px;
	opacity: 85%;
}

.brand-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}

.search-image {
	height: 35px;
	width: auto;
	vertical-align: middle;
}
.cart-image {
	height: 48px;
	width: auto;
	vertical-align: middle;
	position: relative;
	top: 0px;
}

.test-border {
	//border: 1px solid #888 !important;
}

.h100 {
	height: 100% !important;
}

.wait {
	display: none;
}

#search-suggestions-block {
	z-index: 1000;
}

/* nav */
.nav-link-main-catalog {
	display: block;
	padding: .5rem 1rem .5rem 0rem;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	color: #212529;
}
.nav-tabs .nav-link-main-catalog {
	margin-bottom: -1px;
	border-right: 4px solid transparent;
}
.nav-tabs .nav-link-main-catalog.active {
	color: #0a58ca;
	background-color: #fff;
	border-color: #0a58ca;
}

.fs-7 {
	font-size: 0.75rem !important;
}

/* Utilities */
.opacity-down {
	opacity: .5;
}

.disable-glow:focus, .no-glow:focus {
	outline-width: 0px !important;
	box-shadow: none !important;
}

.left1px {
	position: relative;
	left: -1px;
}

.left2px {
	position: relative;
	left: -2px;
}

.left7px {
	position: relative;
	left: -7px;
}

.right1px {
	position: relative;
	right: -1px;
}

.right2px {
	position: relative;
	right: -2px;
}

.overflow-x {
	overflow-x: auto !important;
}

.in-cart-badge {
	display: inline;
	position: absolute;
	right: 12px;
}

.two-lines {
	min-height: 2.5rem !important;
}

.overlay {
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background-color:red;
	z-index:500;
	display: none;
	opacity: 0%;
}

/* SLIDER */
.buff-slider-logo {
	height: 100px;
	width: auto;
}

.blast-slider-logo {
	width: 100%;
	height: auto;
}

.blast-slider-pics {
	height: 126px;
	width: auto;
}

.german-banner-bg {
	background-image: url('img/german-flag-bg-mob.jpg');
	background-position: center center;
}

.bg-kle {
	background-image: url('img/bg-kle.jpg');
	background-position: center center;
	background-size: cover;
}

.kle-slider {
	width: 100%;
	height: auto;
	position: relative;
	top: 5px;
}

.mash-slider {
	width: 100%;
	height: auto;
}

.promocod-bg {
	background: radial-gradient(circle, rgba(253,183,43,1) 0%, rgba(252,141,16,1) 100%);
}
.akzii-bg {
	background: linear-gradient(-45deg, rgba(255,149,160,1) 0%, rgba(201,17,35,1) 100%);
}

.bg-mash {
	background: linear-gradient(-45deg, rgba(0,67,167,1) 0%, rgba(59,139,255,1) 100%);
}

.text-black-shadow {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
	.german-banner-bg {
		background-size: cover;
	}
	.blast-slider-pics {
		height: auto;
		width: 100%;
		position: relative;
		top: 4px;
	}
}

@media (min-width: 769px) {
	.german-banner-bg {
		background-size: contain;
	}
}
