.wd-list-coupon .wd-coupon-right-bottom button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.d-flex-column {
  display: flex;
  flex-direction: column;
  outline: none; }

.d-flex-center {
  align-items: center; }

.d-flex-owl:not(.owl-loaded), .d-flex-slick:not(.slick-initialized) {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.d-flex-wrap {
  flex-wrap: wrap; }

.pd-top-30 {
  padding-top: 10px;
  padding-bottom: 30px; }

.wd-top-title .title-section span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px; }

.wd-top-title .title-section.bd-left {
  border-left: 3px solid #000;
  margin-top: 0;
  padding-left: 5px; }

.wd-list-coupon {
  margin: 0 -7.5px;
  padding: 5px 0; }
  @media only screen and (max-width: 992px) {
    .wd-list-coupon {
      flex-wrap: nowrap;
      white-space: nowrap;
      overflow-x: auto; } }
  .wd-list-coupon .item {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 7.5px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 992px) and (min-width: 768px) {
      .wd-list-coupon .item {
        flex: 0 0 33.3333%;
        width: 33.3333%;
        margin-bottom: 5px; } }
    @media only screen and (max-width: 767px) {
      .wd-list-coupon .item {
        flex: 0 0 90%;
        width: 90%;
        margin-bottom: 5px; } }
  .wd-list-coupon .wd-coupon {
    background: #fff;
    border-radius: 8px !important;
    box-shadow: 0px 0px 4px 2px #ccc;
    overflow: auto; }
    .wd-list-coupon .wd-coupon-left {
      flex: 0 0 25%;
      width: 25%;
      align-items: center;
      justify-content: center;
      padding: 8px;
      border-left: 12px solid #f00;
      border-right: 1px dashed #ccc;
      font-size: 22px;
      color: #f00; }
      @media only screen and (max-width: 767px) {
        .wd-list-coupon .wd-coupon-left {
          flex: 0 0 25%;
          width: 25%;
          font-size: 20px; } }
    .wd-list-coupon .wd-coupon-right {
      padding: 8px;
      background: #fff;
      flex: 0 0 75%;
      width: 75%;
      flex-direction: column; }
      @media only screen and (max-width: 767px) {
        .wd-list-coupon .wd-coupon-right {
          flex: 0 0 75%;
          width: 75%; } }
      .wd-list-coupon .wd-coupon-right-top, .wd-list-coupon .wd-coupon-right-top span {
        display: block; }
      .wd-list-coupon .wd-coupon-right .big-bold {
        font-weight: bold;
        font-size: 15px; }
      .wd-list-coupon .wd-coupon-right-bottom {
        justify-content: space-between;
        margin-top: 10px; }
        .wd-list-coupon .wd-coupon-right-bottom button {
          border: none;
          background: #000;
          color: #fff;
          padding: 2px 8px;
          border-radius: 20px;
          font-size: 12px; }
          .wd-list-coupon .wd-coupon-right-bottom button:hover, .wd-list-coupon .wd-coupon-right-bottom button.iscopied {
            background: #f00; }
    .wd-list-coupon .wd-coupon-detail {
      flex-direction: column;
      font-size: 11px; }
