.coupon_down_button ~ .coupon_down_button {
    margin-top: 15px;
}

.coupon_down_button {
	height: 72px;
}

.coupon_down_button.brown {
	background-color: #8b4e11;
}

.coupon_down_button .title .text {
	font-weight: 700;
}

.coupon_down_button .image {
	width: 25%;
}

.coupon_down_button .image img {
	max-height: 70px;
	width: auto;
	left: unset;
	right: 0;
}

.coupon_down_button.brown .image img {
	margin-bottom: 10px;
	filter: drop-shadow(5px 10px 4px rgb(63, 33, 4, 0.4));
}

.coupon_down_button .title.new {
	position: relative;
}

.coupon_down_button .title.new::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 51px;
	height: 49px;
	background: url("/content/images/pages/items/img_new.png") no-repeat center / 100% auto;
	transform-origin: right bottom;
	transform: translate(-40%, -40%);
	animation: hithere2 1s infinite;
}

@keyframes hithere2 {
	30% {
		transform: translate(-40%, -40%) scale(0.8);
	}
	40%,
	60% {
		transform: translate(-40%, -40%) rotate(-5deg) scale(1);
	}
	50% {
		transform: translate(-40%, -40%) rotate(5deg) scale(1);
	}
	70% {
		transform: translate(-40%, -40%) rotate(0deg) scale(1);
	}
	100% {
		transform: translate(-40%, -40%) scale(1);
	}
}

@media (max-width: 767px) {
	.coupon_down_button .image {
		width: 27.5%;
	}
	.coupon_down_button .title .text {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.coupon_down_button .title .text {
		font-size: 14px;
        text-indent: 4px;
	}
    .coupon_down_button .title.new::before {
        width: 32px;
        height: 31px;
    }
	.coupon_down_button .image img {
		max-height: 46px;
		right: 50%;
		transform: translate(60%, -15%);
	}
    .coupon_down_button {
        height: 52px;
    }
    .coupon_down_button.brown .image img {
        margin-bottom: 4px;
    }
}
