/* Product Item */

.productitem_m {
    border: 1px #FFF0D0 solid;
    border-radius: 50%;
	//margin: 70px 70px 70px 70px;
	text-align: center;
	
}
.productimg_m {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border: 1px #FFF0D0 solid;
	border-radius: 50%;
	margin:0 auto;
	transition: all 2s;
}
.productimg_m:hover {
	transform: scale(1.2);
	
}
.h3_m {
	width: 150px;
	height: 30px;
	margin: 15px 5px 2px 5px;
	display: inline-block;
	font-size: 1.7rem;
	color: #AA8063;
}
.h4_m {
	width: 56px;
	font-size: 1.3rem;
	color: black;
	align: center;
	margin:0 auto;
}

/* Productbasket Item */
.productbasketitem_left_m {
	display:flex;
	justify-content: space-between;
}
.productbasketitem_right_m {
	display:flex;
	justify-content: flex-end;
	margin-top:3.5rem;
}
.productbasketitem_m {
	position:relative;
	justify-content: space-between;
	width: 100%;
	//height: 349px;
    border: 1px #FFF0D0 solid;
	display: flex;
	flex-direction: row;
}
.productbasketimg_m {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border: 1px #FFF0D0 solid;
	border-radius: 50%;
	//margin: 15px 15px 15px 15px;
}
.amongeachother_m {
	width: 60%;
	//min-height: 30vw;
	display: inline-block;
	//margin: 15px 15px 15px 15px;
}
.productbaskettitle_m {
	font-family: Tuna;
	font-size: 2rem;
	color: #AA8063;
	margin: 0.5rem 0 3rem 0;
}
.productbasketitmnum_m {
	margin-bottom: 1.5rem;
	font-size: 1.3rem;
}
.productbasketdistime_m  {
	font-size: 1.3rem;
}
.productbasketcount_m {
	width: 5rem;
	height: 2rem;
	margin-right: 2rem;
	//padding: 5px;
	border: 1px #FFF0D0 solid;
	background-color: #FEFFFF;
	border-radius: 5px 5px 5px 5px;
}
.productbasketprice_m {
	position:relative;
	top:0.3rem;
	width: 5rem;
	height: 2rem;
	text-align:right;
	//margin-right: 2rem;
}

/* X Icon */

.productbasketx_m {
  position: absolute;
  /*right: 1736,09px;
  top: 469,22px;*/
  width: 34px;
  height: 24px;
  //margin: 15px 0px 15px 40px;
  opacity: 0.5;
  top:6px;
  right:0;
}
.productbasketx_m:hover {
  opacity: 1;
  cursor: pointer;
}
.productbasketx_m:before, .productbasketx_m:after {
  position: absolute;
  left: 17px;
  content: ' ';
  height: 23px;
  width: 3px;
  background-color: #AA8063;
}
.productbasketx_m:before {
  transform: rotate(45deg);
}
.productbasketx_m:after {
  transform: rotate(-45deg);
}


/* Productbasket Sum */

.productbasketsum_m {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.productbasketname_m {
	margin-right: 5px;
}
.productbasketvalue_m {
	margin-left: 5px;
}
.btndiv_m {
	display: flex;
	width: 100%;
}

/* Single Product View */

.singleproductview_m {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	//flex-wrap:wrap;
	width: 100%;
	border: 1px #FFF0D0 solid;
	margin-bottom:4rem;
}
.singleproductimg_m singleproductimg_arrows_m arrow_left_m {
	position: absolute;
}
.singleproductimg_m singleproductimg_arrows_m arrow_right_m {
	position absolute;
}
.singleproductimg_m {
	width: 80%;
	height: 80%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border: 1px #FFF0D0 solid;
	border-radius: 50%;
	margin: 0 0 0 10%;
}
.singleproducttitle_m {
	font-family: Tuna;
	font-size: 2.8rem;
	color: #AA8063;
	width: 100%;
}
.singleproductprice_m {
	font-family: Tuna;
	font-size: 2.4rem;
	color: #AA8063;
	width: 100%;
	margin-bottom: 2rem;
}
.singleproductspechead_m {
	width: 100%;
}
.singleproductspecs_m {
	width: 100%;
}
.btnintobasket_m {
	width: 100%;
	cursor: pointer;
	margin: 30px 0px 30px 0px;
}
.singleproductlc_m {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	
}
.productbasketlabel_m {
	display: inline-block;
	margin-right: 1.5rem;
}
.productbasketcount_m {
	display: inline-block;
}

/* Allgemein */

.greatdividingline_m {
	height: 1px;
	width: 100%;
	background-color: #AA8063;
	margin-top: 30px;
	margin-bottom: 30px;
}

.smalldividingline_m {
	height: 1px;
	width: 100%;
	background-color: #AA8063;
	margin-top: 10px;
	margin-bottom: 20px;
}

.arrow_right_m {
  border: solid #E2BF8B;
  border-width: 0 0.5rem 0.5rem 0;
  /*display: inline-block;*/
  padding: 0;
  width: 1.4rem;
  height: 1.4rem;
  cursor: pointer;
  position: absolute;
  top: 40%;
  right: 4px;
  opacity: 0.5;
}
.arrow_left_m {
  border: solid #E2BF8B;
  border-width: 0 0.5rem 0.5rem 0;
  padding: 0;
  width: 1.4rem;
  height: 1.4rem;
  cursor: pointer;
  position: absolute; 
  top: 40%;
  left: 4px;
  opacity: 0.5;
}
.arrow_right_m {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrow_left_m {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.arrow_left_m:hover {
  opacity: 1;
  cursor: pointer;
}
.arrow_right_m:hover {
  opacity: 1;
  cursor: pointer;
}

/*.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}*/