.scrollToTop {
    width: 60px;
    height: 60px;
    padding: 30px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 1.5em;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    background: url('//www.colist.eu/pics/at/back to the top.svg') no-repeat 0px 0px;
}
.scrollToTop:hover{
	text-decoration:none;
}
.product_grid{
	display: flex;
  flex-flow: row wrap;
  display: -webkit-flex; 
  -webkit-flex-flow: row wrap; /* Safari 6.1+ */
  justify-content: space-between;
  -webkit-justify-content: space-between;
  float: left;
  width: 100%;

}

div .product_name, div .product_detail{
	max-width: 74%;
    min-width: 74%;
    position: relative;
    /* float: left; */
    padding: 0 1% 0 0%;
}

div .product_detail{
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/   
	margin-right: 23%;
    margin-left: auto;
}

.product_amount_bar_cart_cart svg {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
div.product_right {
    color: #111;
    max-width: 60%;
    min-width: 60%;
    padding: 10px 15px 50px 10px;
    float: right;
}
div .product_left{
	max-width: 34%;
    min-width: 34%;
    /*position: absolute;
  	top: 50%;
  	transform: translateY(-50%);*/
  	z-index: 2;
}

.product {
	width: 25%;
	height: 400px;
	float: left;
	border-width: 2px;
	border-color: #8B0E13;
	border-style: ;
	border-radius: 1%;
	margin: 4vh 3vh 6vh 3vh;
	min-width: 200px;
}
.product_pic {
	width: 100%;
	float: left;
	display: block;
	height: 180px;
	overflow: hidden;
}
.product_pic a{
	border: none;
	border-width: 0;
	border-color: transparent;
	border-image-width: 0;
	border-image-repeat: round;
	border-image-slice: 90%;
}
.product_img{
	overflow: hidden;
    max-width: 100%;
    max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.product_headline h3, .product_description p{
	margin: 0 10% 0 10%;
}
.product_price{
	height: 70px;
	float: left;
	display: block;
	width: 100%;
	overflow: hidden;
	
	padding-bottom: 10px;
}
.product_headline a, .product_headline p {
	color: #ffffff;
	font-size: 0.9em;
  line-height: 1.2em;
}

.product_headline {
	font-size: 1em;
    line-height: 1em;
    
    float: left;
    display: block;
    width: 100%;
    height: 65px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  	position: relative;
}
.product_headline:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.product_headline p:first-child{
	padding-top: 1%;
}
.product_headline a:hover{
	color: #ffffff;
	text-decoration: none;
}
.product_description{
	font-size: 0.8em;
	line-height: 1em;
	height: 25px;
    float: left;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
   
}
.product_description p{
	padding-top: 1%;
}
.standard_price_value{
	text-decoration: line-through;
	font-size: 1em;
	margin-top: 2%;
	text-align: right;
}
.standard_price{
	font-size: 1em;
	margin-top: 2%;
	text-align: right;
	margin: 0 10% 0 10%;
	overflow: hidden;
}
.ust_text{
	margin: 0 10% 0 10%;
	text-align:right;
}

.product_amount_bar {
	width: 100%;
	height: 40px;
	background-color: none;
	float: left;
	display: block;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.product_amount_bar_counter{
	width: 74%;
    float: left;
    height: 37px;
}
.product_amount_bar_aleft, .product_amount_bar_aright {
	width: 17%;
	float: left;
	text-align: center;
	margin-top: 4%;
	font-size: 2em;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	color: #8B0E13;
}
.btn{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-radius: 2px;
	background-color: #ffffff;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
}
.btn:hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: all 0.5s cubic-bezier(.25,.8,.25,1);
    -moz-transition: all 0.5s cubic-bezier(.25,.8,.25,1);
    -ms-transition: all 0.5s cubic-bezier(.25,.8,.25,1);
    -o-transition: all 0.5s cubic-bezier(.25,.8,.25,1);
    transition: all 0.5s cubic-bezier(.25,.8,.25,1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.btn-danger{
	float: left;
	margin-top: 5px;
	margin-left: 3%;
}
.btn-success{
	float: left;
	margin-top: 5px;
}
.product_amount_bar_cart{
	width: 26%;
	height: 100%;
	float: right;
	background-color: #8B0E13;
	color: #ffffff;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
}
.product_amount_bar_cart:hover{
	
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.product_amount_bar_cart:hover div .cart_arrow
{
	opacity: 0;
}
 .product_amount_bar_cart_cart svg
{
	margin-left: 15%;
    }
.trolly{
	fill: currentColor;
	margin-left: auto;
	margin-right: auto;
}
.trolly:hover{
	fill: currentColor;
}
.product_amount_bar_nr{
	width: 50%;
    float: left;
    margin-top: 3.5%;
}
.product_amount_bar_option{
		display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
	text-align: -webkit-center;
	 font-weight: bold;
}

.product_amount_bar_nr_feld{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
	text-align: -webkit-center;
}
.cart_arrow{
	margin-left: -20%;
	fill: #ffffff;
	
}
.product_amount_bar_cart_arrow{
	width: 10%;
	float: left;
	height: inherit;
}
.product_amount_bar_cart_cart{
	width: 90%;
	float: left;
	margin-top: 9%;
}
.offer_price{
	float: left;
	width:80%;
	text-align: right;
	margin: 0 10% 0 10%;	
}
.offer_price span:nth-child(2){
	font-weight: bolder;
	font-size: large;
}
.offer_price span:last-child{
    font-size: larger;
    font-weight: bolder;
}
.bereiche_left {
	width: 30%;
	float: left;
	display: block;
	height: 100%
}
.bereiche_center{
	width: 40%;
	float: left;
	display: block;
	height: 100%;
	
}

.bereiche_right{
	width: 30%;
	float: left;
	display: block;
	height: 100%;
	padding-top: 20px
}
.bereiche_center{
	margin-top: 40px;
}
.shop_login_bar img{
	width: 50px;
}
.shopping_basket
{
	margin-left: auto;
    margin-right: auto;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    width: 20%;
}

.box_cart
{
	margin-left: auto;
    margin-right: auto;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    width: 30%;
    padding-top: 10px;
    text-align: center;
}

.check_out
{
	margin-left: auto;
    margin-right: auto;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    width: 20%;
}
.sopping_basket_img, .check_out_img{
	margin-left: auto;
	margin-right: auto;
	width: 50px;
    position: relative;
}
.check_out_text, .sopping_basket_text
{
	text-align: center;
	
}
#logo{
	   
	    height: 90px;
}
.logo-mobile{
	display: none;
}
.logo-mobile svg{
	max-height: 80px;
}
#logo img{
    position: relative;
    display: block;
    max-height: 100%;
}
.header{
	    
	    width:100%;
 			position:fixed;
			z-index: 10000;
}
.navbar-inner-navi{
	 padding-top: 50px;
}
.shopping_basket svg, .check_out svg{
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 50px;
	force3D: false;
}
.shopping_basket:hover svg, .check_out:hover svg{
	box-shadow: 0 3px 11px rgba(0,0,0,0.23), 0 2px 2px rgba(0,0,0,0.20);
    -webkit-transform: translateZ(0) scale(1.03);
    -ms-transform: translateZ(0) scale(1.03);
    transform: translateZ(0) scale(1.03);
   
	transition-property: transform;


}


.product_checkout{
    /* display: block; */
    text-align: -webkit-right;
    width: 20%;
    position: fixed;
    margin-left: 78%;
    color:#E0DED9;
    background-color: #ffffff;
    padding: 0px;
    z-index: 1;
    
    margin-top: 32px;
}
.product_checkout .product_detail_priceinfo{
	position: relative;
	float: left;
	width: 100%;
	display: none;
}
.product_detail_priceinfo .ust_text{
	text-align: -webkit-left;
    text-align: left;
    margin: 0;
}
.product_amount_bar_nr_prdetail{
	text-align: center;
    width: 50px;
    margin: 3px auto 0 auto;
    position: relative;
    float: left;
}
.btn:hover{
	box-shadow: 0 2px 8px rgba(0,0,0,0.25), 0 6px 7px rgba(0,0,0,0.22);
	background-color: #ebf2ff;
}

div.product_right .ust_text{
	float: left;
	padding-left: 0;
	padding-right: 0;
    margin: 0 10% 0 0%;
}

.product_checkout input{
	line-height: normal;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
}
.product_checkout .btn_send{
	width: 100%;
	border-radius: 1px;
	height: 100%;
	border-color: #E0DED9;
    border-style: solid;
    border-width: medium;
}
.product_amount_bar_cart_prdetail{
    height: 40px;
    width: 100%;
    position: relative;
    float: left;
}
.product_amount_bar_counter_prdetail{
    width: 100%;
    position: relative;
    float: left;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
}
.prdetail_around_button{
	width: 110px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.btn-danger {
    margin-left: 0;
}
	.product_checkout .btn_send:hover {
    box-shadow: 0 3px 11px rgba(0,0,0,0.23), 0 2px 2px rgba(0,0,0,0.20);
    -webkit-transform: translateZ(0) scale(1.03);
    -ms-transform: translateZ(0) scale(1.03);
    transform: translateZ(0) scale(1.03);
    transition-property: transform;
}


@media screen and (max-width: 1100px)   {
	
	.bereiche_left {width: 30%;}
	.bereiche_center{width: 25%;margin-top: 30px;}
	.bereiche_right {width: 45%;}
	
}

@media screen and (max-width: 840px)   {
	.product_checkout {
	    text-align: -webkit-right;
	    width: 100%;
	    position: fixed;
	    color: #E0DED9;
	    background-color: #ffffff;
	    padding: 0px;
	    z-index: 1;
	    bottom: 0;
	    margin-top: 0;
	    margin-left: 0;
	}
}

@media screen and (max-width: 840px)and (orientation: landscape){
	.product_checkout{
	    position: fixed;
	    width: 30%;
	    right: 0;
	    bottom: 30%;
	}
}

/* Smartphones (landscape) ---------------- */
@media only screen 
and (min-width : 504px)
and (max-width : 767px)

{

.box_cart
{
	margin-left: auto;
    margin-right: auto;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    width: 47%;
    padding-top: 10px;
    text-align: center;
}

.header{   
	    width:100%;
 			position:relative;	
}
.navbar-inner-navi{
	 padding-top: 0px;
}

.product {
    width: 46%;
}
.logo-mobile{
	display: block;
}

.logo-mobile img {
		max-height: 60%;
	max-width: 60%;
}


#logo{
	display: none;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}
.bereiche_left, .bereiche_center {
    width: 25%;
    float: left;
    display: block;
    height: 100%;
}
.bereiche_center {
    margin-top: 60px;
    width: 50%;
}
.bereiche_right {
    width: 50%;
    float: left;
    display: block;
    height: 100%;
    padding-top: 40px;
    margin-right: auto;
    margin-left: auto;
}
.logo-mobile svg{
	max-height: 80px;
}
}


/* Smartphones (portrait) ---------------- */
@media only screen and (max-width : 503px){
	
	.box_cart
{
	margin-left: auto;
    margin-right: auto;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    width: 47%;
    padding-top: 10px;
    text-align: center;
}
	
.header{   
	    width:100%;
 			position:relative;	
}
.navbar-inner-navi{
	 padding-top: 0px;
}
.product {
    width: 100%;
}
.logo-mobile{
	display: block;
	max-height: 100%;
	max-width: 100%;
	width: 80%;
		margin-left: auto;
    margin-right: auto;
}
#logo{
	display: none;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}

.bereiche_left, .bereiche_center, .bereiche_right {
    width: 100%;
}
.bereiche_center {
    margin-top: 10px;
}
.bereiche_right {
    padding-top: 15px;
}
.bereiche_center .search_container{
	margin-left: auto;
    margin-right: auto;
    position: relative;
    display: table;
}
}



/* Tablets (portrait) -------------------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
{
.product {
	width: 35%;
}

}


/* Tablets (landscape) ------------------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
{   
.product {
	width: 23%;
}

.header{   
	    width:100%;
 			position:relative;	
}

.navbar-inner-navi{
	 padding-top: 0px;
}
}

/* Old Desktops and laptops ------------------ */
@media only screen 
and (min-width : 1025px) 
{
.product {
	width: 25%;
}
}

/* Desktops ------------------ */
@media only screen 
and (min-width : 1201px) 
{
.product {
	width: 23%;
}
}

/* Desktops with large screens ------------------ */
@media only screen 
and (min-width : 1401px) 
{
.product {
	width: 15%;
}
}



form.hide-submit input[type="submit"] { display: none;}

.center_button{
width: 150px;
  margin: 40px auto;
  
}

