/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 03 2020 | 00:19:25 */
@media only screen and (max-width: 600px) {
.material-design.product-box{
	padding:20px;
}
	
	.product-box p {
				font-size:15px !important;
	}
}
.platz span {
	font-weight:bold;
	font-size:20px;
}

.nowrap {
	white-space:nowrap;
}

.su-button-center:hover {
	transform:scale(1.03);
	transition-duration:0.4s;
}

.discount {
		font-family:helvetica;
	font-weight:700;
    position: absolute;
    right: 24px;
    top: 0px;
		font-size:50px;
    text-align: center;
	color: #3B5957;
    text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);	
}

.product-box.material-design {

		border:3px solid #89e2c7;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.product-box {
    padding: 45px;
	margin-bottom:50px;
}


/* anfang  media only*/
@media only screen and (max-width:700px) {
.product-box.material-design:before {
    content: "";
    position: absolute;
    top: -50px !important;
    right: -50px !important;
    height: 100px !important;
    width: 100px !important;
    background: #61e3a7b3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
	.discount {
    position: absolute;
    right: 10px !important;
    top: 0px !Important;
    color: #fff;
		font-size:30px !Important;
    text-align: center;
}
}
/* ende  media only*/


.product-box.material-design:before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    height: 180px;
    width: 180px;
    background: #61e3a7b3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}