body div .wt_sc_single_coupon {
  border-color: #636363 !important;
  background: initial !important;
  transition: ease 0.3s;
}
body div .wt_sc_single_coupon:hover {
  transform: translateY(-3px);
  border-style: solid !important;
  opacity: 0.9;
}
body div .wt_sc_single_coupon .wt_sc_coupon_content {
  color: #000;
  position: relative;
}
body div .wt_sc_single_coupon .wt_sc_coupon_content:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff url(../images/icons/scissors.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: -15px;
  transform: rotate(-90deg);
}
body div .wt_sc_single_coupon .wt_sc_coupon_content:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/icons/giftbox-color.svg);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
body div .wt_sc_single_coupon .wt_sc_coupon_content .wt-coupon-amount span {
  font-size: 18px !important;
  font-weight: bold;
  color: #e3617a;
}
body div .wt_sc_single_coupon .wt_sc_coupon_content .wt_sc_coupon_code code {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.my-coupons .coupon-items {
  margin-top: 20px;
}
.my-coupons .box-claim {
  padding: 30px 100px;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  margin: 40px 0 60px;
  background: #dfe4f2;
}
.my-coupons .box-claim h3 {
  font-size: 18px;
}
.my-coupons .box-claim form {
  display: flex;
}
.my-coupons .box-claim form button {
  min-width: 78px;
}
.my-coupons .box-claim ul li {
  font-size: 12px;
  color: #646464;
}
.my-coupons .list-coupons h2 {
  font-size: 22px;
  font-weight: bold;
}
.my-coupons .list-coupons h2 .desc {
  font-size: 15px;
  text-transform: lowercase;
}
.my-coupons .list-coupons .coupon-title {
  flex-wrap: wrap;
}
.my-coupons .list-coupons .coupon-title p {
  padding: 0 10px;
}
.my-coupons .list-coupons .coupon-no {
  width: 7%;
}
.my-coupons .list-coupons .coupon-name {
  width: 23%;
}
.my-coupons .list-coupons .coupon-applicable {
  width: 20%;
}
.my-coupons .list-coupons .coupon-minimun {
  width: 15%;
}
.my-coupons .list-coupons .coupon-benefit {
  width: 15%;
}
.my-coupons .list-coupons .coupon-date {
  width: 20%;
}
.my-coupons .list-coupons .coupon-item p {
  margin: 0;
  padding: 15px 10px;
}
.my-coupons .coupon-help {
  line-height: 1.4;
  color: #a5a5a5;
}
.my-coupons .coupon-help h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.my-coupons .coupon-help ul {
  font-size: 12px;
  padding: 0;
}

@media (max-width: 767px) {
  .my-coupons .box-claim {
    margin: 0 0 25px;
    padding: 20px;
  }
  .my-coupons .box-claim h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .my-coupons .list-coupons h2 {
    font-size: 16px;
  }
  .my-coupons .list-coupons .coupon-title p {
    font-size: 12px;
  }
  .my-coupons .list-coupons .coupon-items {
    font-size: 12px;
  }
}