@charset "utf-8";
.cart__coupon,
.cart__benefits_wrapper {
	border-bottom: 1px solid #c8c8c8;
}
.cart-in__total {
	border-top: 0px;
}
.m-contents--default-btn a:hover { color: #fff; background-color: #c8c8c8; }

@media (min-width: 768px) {
	.cart__in-item {
		/*margin-bottom: 40px;*/
		margin-bottom: 0px;
	}
	.cart__coupon {
		width: 970px;
		border-bottom: 1px solid #c8c8c8;
		margin-bottom: 0px;
	}
	.cart__benefits {
		margin-bottom: 0px;
	}
	.cart__benefits_wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.cart__in-item {
		/*margin-bottom: 6vw;*/
		margin-bottom: 0vw;
	}
   .cart__coupon {
		width: 91.2vw;
		margin-bottom: 0px;
   }
   .cart__benefits {
    	margin-top: 0vw;
		margin-bottom: 0px;
	}
	.cart__benefits_wrapper {
		padding-top: 3.7vw;
		padding-bottom: 3.7vw;
	}
  .coupon--form-title {
  }
}