﻿.maincontentdiv {
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mainsquare {
    padding:20px;
    height:300px;
    border:2px black solid;
}

.mainsquare p {
    line-height:normal;
}

.vertpad{
    padding-top:20px;
    padding-bottom:20px;
}


.yellowbtn {
    background: #ffbb00;
    border: 2px solid #ffbb00;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 7px;
    text-transform: uppercase;
}

.yellowbtn:hover {
    background: rgb(128, 128, 128);
    color: #fff;
}

.single-product-description {
    margin-top:0px;
}

		.centered {
	    font-size: 40px;
		font-weight:bold;
		color:white;
		text-transform: uppercase;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  
	.shopheading{
		margin-left:0px !important;
		margin-right:0px !important;
	}
}

.threelines{
	padding-bottom: 0px !important; 
    overflow: hidden;
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
	max-height:80px;
	height:80px;
}
.twolines{
	padding-bottom: 0px !important; 
    overflow: hidden;
    display: -webkit-box;
     -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	
	max-height:60px;
	height:60px;
	
}
.detailsubhead{
	position:relative;
	top:-15px;
}
.grayborder{
	border:1px solid gray;
}


.multiclass_head {
    padding:2px;
    background-color:#ffbb00;
	margin-bottom:20px;
}

.multiclass_head h3{
	margin-bottom:0px;
}

.megamenu{
	max-height:60vh;
	overflow-y:scroll;
	min-width:922px;
}

.cart-image img{
	max-height:100px;
	max-width:70px;
	height:auto;
	width:auto !important;
}

.product-thumbnail img{
	max-height:100px;
	
}

.whiteback{
	background-color:white;
}

.noborder{
	border:0px;
}

.toppad{
	padding-top:20px;
}

.startseite-banner{
	background-position: center;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}

.ourstore-banner{
	  padding-bottom:25px;
  }

.loader {
    margin-top: 140px;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #ffbb00;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
	margin-right:auto;
	margin-left:auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media only screen and (max-width: 1200px) {
  .startseite-banner{
		height:300px;
}
}
@media only screen and (max-width: 992px) {
   .startseite-banner{
		height:250px;
	}
}

.product-details ul{
	list-style:inside disc none;
}

.thumbs li{
	height:100px;
	width:100px;
	margin-right:10px;
	     position: relative;
}

.thumbs img{
	    max-height: 100%;
    max-width: 100% !important;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	  
}

.det_thumb{
		    max-height: 100px;
    max-width: 100px !important;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.thumbs a{
	height:100%;
	width:100%;
}

.verthelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.artnr{
	font-weight:bold;
}

.pricetext {
	border:1px solid black;
	width:70px;
	padding-left:5px;
}

.simpleLens-big-image {
	max-height:500px;
}

.btnblack{
	color: #fff;
    height: 40px;
    line-height: 40px;
	background: #252525 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.tab-bar-bottom {
	margin-bottom:0px;
}

.pad10 {
	padding:10px;
}

.pad20 {
	padding:20px;
}

.padleft10 {
	padding-left:10px;
}

.revminh {
	min-height:200px;
	margin-bottom:0px !important;
}

.grundpreisValue {
    color: black;
    font-weight: normal;
}

.grundpreisDiv table tr td:first-Child {
    font-weight: bold;
    padding-right: 10px;
}

.grundpreisDiv table tr {
    line-height: 20px;
}