:root {
  --fashion01-color-bg: #ffffff;
  --fashion01-color-main: #fa0b0b;
  --fashion01-color-title: #252a2b;
  --fashion01-countdown-bg: #fa0b0b;
  --fashion01-coupon-bg: #ffedf5;
  --fashion01-coupon-light: #fa0b0b;
  --fashion01-coupon-text: #ffffff;
  --fashion02-color-bkg: #b7f6ff;
  --fashion02-color-main: #fa0b0b;
  --fashion02-color-text: #000000;
  --fashion02-countdown-bg: #fa0b0b;
  --fashion02-coupon-bg: #ffffff;
  --fashion02-coupon-light: #fa0b0b;
  --fashion02-coupon-text: #ffffff; }

.home-voucher {
  margin-bottom: 50px; }

.list-coupon-banner {
  margin-bottom: 0px; }

.list-coupon-row {
  margin-left: -10px;
  margin-right: -10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.list-coupon-row .coupon-item {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px; }

.list-coupon-row .coupon-item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  background-color: var(--fashion01-coupon-bg);
  border-radius: 8px; }

.list-coupon-row .coupon-item__left {
  padding: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62%;
  flex: 0 0 62%; }

.list-coupon-row .coupon-item__left .cpi-info {
  position: relative;
  padding: 14px 16px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: repeating-linear-gradient(var(--fashion01-coupon-bg), var(--fashion01-coupon-bg) 4px, transparent 0, transparent 12px, var(--fashion01-coupon-bg) 0, var(--fashion01-coupon-bg) 18px) 0/1px 100% no-repeat, radial-gradient(circle at 0 8px, transparent, transparent 4px, var(--fashion01-coupon-bg) 0, var(--fashion01-coupon-bg) 5px, var(--fashion01-coupon-light) 0) 1px 0/100% 18px repeat-y; }

.list-coupon-row .coupon-item__left .cpi-info:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 100%;
  right: 0;
  background: repeating-linear-gradient(var(--fashion01-coupon-bg), var(--fashion01-coupon-bg) 4px, transparent 0, transparent 12px, var(--fashion01-coupon-bg) 0, var(--fashion01-coupon-bg) 18px) 9px/1px 100% no-repeat, radial-gradient(circle at 8px 8px, var(--fashion01-coupon-bg), var(--fashion01-coupon-bg) 4px, var(--fashion01-coupon-bg) 0, var(--fashion01-coupon-bg) 5px, var(--fashion01-coupon-light) 0) 1px 0/100% 18px repeat-y; }

.list-coupon-row .coupon-item__left .cpi-info .cpi-name {
  background: #ffffff;
  border-radius: 4px;
  text-align: center;
  padding: 8px 10px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: initial;
  text-transform: uppercase;
  color: var(--fashion01-coupon-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.list-coupon-row .coupon-item__left .cpi-info .cpi-name strong {
  font-size: 40px;
  margin-left: 15px;
  line-height: 100%; }

.list-coupon-row .coupon-item__left .cpi-info .cpi-flex {
  margin-bottom: 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.list-coupon-row .coupon-item__left .cpi-info .cpi-flex .cpi-text {
  margin-bottom: 0px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  padding-right: 15px; }

.list-coupon-row .coupon-item__left .cpi-info .cpi-flex .cpi-text li {
  color: var(--fashion01-coupon-text);
  position: relative;
  margin-top: 3px;
  padding-left: 20px;
  line-height: 1.6; }

.list-coupon-row .coupon-item__left .cpi-info .cpi-flex .cpi-text li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--fashion01-coupon-text);
  position: absolute;
  left: 5px;
  top: 8px; }

.list-coupon-row .coupon-item__left .cpi-info .cpi-flex .cpi-button {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  margin-top: 0px;
  display: inline-block;
  padding: 4px 12px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 15px;
  letter-spacing: -0.25px;
  min-width: 108px;
  color: var(--fashion01-coupon-light);
  background: #ffffff;
  border: 1px solid var(--fashion01-coupon-light); }

.list-coupon-row .coupon-item__left .cpi-info .cpi-flex .cpi-button i {
  color: #575252;
  font-size: 10px;
  margin-left: 3px;
  display: inline-block;
  vertical-align: 1px; }

.list-coupon-row .coupon-item__left .cpi-info .cpi-flex .cpi-button.disabled {
  pointer-events: none;
  opacity: 0.95; }

.list-coupon-row .coupon-item__left .cpi-info .cpi-flex .cpi-button:active {
  box-shadow: 0 0 0 2px var(--fashion01-color-main), 0 0 0 4px var(--fashion01-color-main); }

.list-coupon-row .coupon-item__right {
  position: relative;
  text-align: center;
  padding: 15px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.list-coupon-row .coupon-item__right:before, .list-coupon-row .coupon-item__right:after {
  content: "";
  position: absolute;
  left: -10px;
  width: 20px;
  height: 10px;
  background-color: var(--fashion01-color-bg);
  z-index: 2; }

.list-coupon-row .coupon-item__right:before {
  top: 0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px; }

.list-coupon-row .coupon-item__right:after {
  bottom: 0;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px; }

.list-coupon-row .coupon-item__right .cpi-date {
  font-weight: 500;
  color: #282828;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.5; }

.list-coupon-row .coupon-item__right .cpi-date small {
  opacity: 0.9;
  font-size: 100%; }

.list-coupon-row .coupon-item__right .cpi-date strong, .list-coupon-row .coupon-item__right .cpi-date b {
  font-size: 15px; }

.list-coupon-row .coupon-item__right .cpi-tooltip__dot {
  padding: 6px 8px;
  cursor: pointer;
  border: 0;
  background: transparent; }

.list-coupon-row .coupon-item__right .cpi-tooltip__dot svg {
  width: 22px;
  height: 22px;
  fill: #282828;
  display: block; }

@media (max-width: 1199px) and (min-width: 992px) {
  .list-coupon-row .coupon-item__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%; }
  .list-coupon-row .coupon-item__left .cpi-info .cpi-name {
    margin-bottom: 5px;
    font-size: 16px; }
  .list-coupon-row .coupon-item__left .cpi-info .cpi-name strong {
    font-size: 34px; }
  .list-coupon-row .coupon-item__left .cpi-info .cpi-flex {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }
  .list-coupon-row .coupon-item__left .cpi-info .cpi-flex .cpi-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0px; }
  .list-coupon-row .coupon-item__left .cpi-info .cpi-flex .cpi-text + .cpi-button {
    margin-top: 10px; }
  .list-coupon-row .coupon-item__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%; }
  .list-coupon-row .coupon-item__right .cpi-date {
    font-size: 14px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .list-coupon-row .coupon-item__inner:before, .list-coupon-row .coupon-item__inner:after {
    content: "";
    position: absolute;
    left: calc(50% - 10px);
    width: 20px;
    height: 10px;
    background-color: var(--fashion01-color-bg);
    z-index: 2; }
  .list-coupon-row .coupon-item__inner:before {
    top: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px; }
  .list-coupon-row .coupon-item__inner:after {
    bottom: 0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px; }
  .list-coupon-row .coupon-item__left, .list-coupon-row .coupon-item__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 15px 15px; }
  .list-coupon-row .coupon-item__left {
    padding-bottom: 8px; }
  .list-coupon-row .coupon-item__right {
    padding-top: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
  .list-coupon-row .coupon-item__right:before, .list-coupon-row .coupon-item__right:after {
    display: none; }
  .list-coupon-row .coupon-item__right .cpi-date {
    text-align: left;
    font-size: 14px;
    padding-left: 5px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .list-coupon--overflow {
    position: relative;
    overflow: hidden;
    margin: 0 -15px; }
  .list-coupon-row {
    margin-left: 0;
    margin-right: 0px;
    padding-left: 15px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
    margin-bottom: -30px;
    transition: transform 0.25s ease 0s;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .list-coupon-row .coupon-item {
    -ms-flex: 0 0 84%;
    flex: 0 0 84%;
    width: 84%;
    max-width: 84%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 10px; }
  .list-coupon-row .coupon-item__inner:before, .list-coupon-row .coupon-item__inner:after {
    content: "";
    position: absolute;
    left: calc(50% - 7.5px);
    width: 15px;
    height: 6px;
    background-color: var(--fashion01-color-bg);
    z-index: 2; }
  .list-coupon-row .coupon-item__inner:before {
    top: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; }
  .list-coupon-row .coupon-item__inner:after {
    bottom: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px; }
  .list-coupon-row .coupon-item__left, .list-coupon-row .coupon-item__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 12px 10px; }
  .list-coupon-row .coupon-item__left {
    padding-bottom: 5px; }
  .list-coupon-row .coupon-item__left .cpi-info {
    padding: 8px 12px; }
  .list-coupon-row .coupon-item__left .cpi-info .cpi-name {
    margin-bottom: 5px;
    font-size: 14px;
    padding: 5px 10px; }
  .list-coupon-row .coupon-item__left .cpi-info .cpi-name strong {
    font-size: 28px; }
  .list-coupon-row .coupon-item__left .cpi-info .cpi-flex {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }
  .list-coupon-row .coupon-item__left .cpi-info .cpi-flex .cpi-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0px;
    font-size: 13px; }
  .list-coupon-row .coupon-item__left .cpi-info .cpi-flex .cpi-text + .cpi-button {
    margin-top: 6px;
    font-size: 12px;
    min-width: 100px;
    padding: 3px 10px; }
  .list-coupon-row .coupon-item__right {
    padding-top: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
  .list-coupon-row .coupon-item__right:before, .list-coupon-row .coupon-item__right:after {
    display: none; }
  .list-coupon-row .coupon-item__right .cpi-date {
    text-align: left;
    font-size: 13px;
    padding-left: 5px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; } }

.coupon-popover {
  max-width: 400px;
  background: #fff;
  border-radius: 0;
  z-index: 500;
  padding: 0;
  border: 0;
  box-shadow: none; }

.coupon-popover .popover-title {
  display: none;
  text-align: center;
  background: #ffffff;
  border-radius: 16px 16px 0 0;
  font-size: 20px;
  padding: 15px 10px;
  font-weight: 600;
  width: 100%;
  color: #242424;
  border-bottom: 0; }

.coupon-popover .popover-content {
  border-radius: 8px;
  background: #ffffff;
  padding: 24px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px;
  margin-left: 15px;
  margin-right: 15px; }

.coupon-popover .popover-content__coupon {
  font-size: 13px;
  color: #000000; }

.coupon-popover .popover-content__coupon .dfex-txt {
  padding: 12px 24px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.coupon-popover .popover-content__coupon .dfex-txt.dfex-none {
  display: none; }

.coupon-popover .popover-content__coupon .dfex-txt--1 {
  width: 33%;
  min-width: 100px;
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 20px;
  color: #787878; }

.coupon-popover .popover-content__coupon .dfex-txt--2 {
  padding-left: 20px; }

.coupon-popover .popover-content__coupon .dfex-txt--2 span {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%20%20%3Cdefs%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22labrj0lkfa%22%20d%3D%22M6.527%202.099c.521%200%20.946.425.949.948v8.004c0%20.524-.425.949-.949.949H.95C.425%2012%200%2011.575%200%2011.051V3.047C0%202.524.425%202.1.949%202.1zm-.002.663H.946c-.157%200-.285.128-.285.285v8.002c0%20.157.128.285.285.285h5.579c.157%200%20.285-.128.285-.285V3.047c0-.157-.128-.285-.285-.285zM8.66%200c.524%200%20.949.425.949.949v8.004c0%20.523-.425.948-.949.948-.184%200-.332-.147-.332-.331%200-.185.148-.332.332-.332.158%200%20.285-.128.285-.285V.949c0-.158-.127-.285-.285-.285H3.082c-.158%200-.285.127-.285.285%200%20.184-.148.331-.332.331-.184%200-.332-.147-.332-.331%200-.524.425-.949.949-.949z%22%2F%3E%20%20%20%20%3C%2Fdefs%3E%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%28-2760%20-4524%29%20translate%282708%2080%29%20translate%2852%204304%29%20translate%280%20140%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill%3D%22%23E5F2FF%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%286%206%29%20translate%281%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22n5b3eobj0b%22%20fill%3D%22%23fff%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23labrj0lkfa%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23787878%22%20xlink%3Ahref%3D%22%23labrj0lkfa%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23017FFF%22%20mask%3D%22url%28%23n5b3eobj0b%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200H12V12H0z%22%20transform%3D%22translate%28-1%29%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 24px; }
  .coupon-popover .popover-content__coupon .dfex-txt--2 span.disabled {
    opacity: 0.5; }

.coupon-popover .popover-content__coupon .dfex-txt--3 {
  width: 100%; }

.coupon-popover .popover-content__coupon .dfex-txt--3 ul {
  list-style-type: disc;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 16px; }

.coupon-popover .popover-content__coupon .dfex-txt--3 ul li {
  list-style-position: outside; }

.coupon-popover .popover-content__coupon .dfex-txt--3 ul li + li {
  margin-top: 3px; }

.coupon-popover .popover-content__coupon .dfex-txt--3 ul li::marker {
  color: #000; }

.coupon-popover .popover-content__coupon .dfex-txt--cta {
  width: 100%; }

.coupon-popover .popover-content__coupon .dfex-txt--cta .btn-popover {
  display: block;
  width: 100%;
  padding: 0px 12px;
  font-size: 13px;
  height: 44px;
  line-height: 42px;
  border-radius: 4px;
  font-weight: 500;
  color: #fff;
  background: red;
  border: 1px solid red; }

.coupon-popover .popover-content__coupon .dfex-txt--cta .btn-popover + .btn-popover {
  margin-top: 12px;
  color: red;
  background: #fff; }

.coupon-popover .popover-content__coupon .dfex-bkg:nth-child(2n+1) {
  background-color: #fafafa; }

.coupon-popover.top > .arrow {
  border-top-color: #ffffff; }

.coupon-popover.bottom > .arrow {
  border-bottom-color: #ffffff; }

.coupon-popover.left > .arrow {
  border-left-color: #ffffff; }

.coupon-popover.right > .arrow {
  border-right-color: #ffffff; }

@media (max-width: 767px) {
  .coupon-popover {
    position: fixed !important;
    z-index: 1010;
    width: 100%;
    max-width: 100%;
    left: 50% !important;
    top: 50% !important;
    bottom: 0;
    -webkit-transform: translate(50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px;
    border-radius: 16px 16px 0 0; }
  .coupon-popover.fade.in {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .coupon-popover .popover-title {
    display: block; }
  .coupon-popover .popover-title:before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -14px;
    width: 48px;
    height: 6px;
    border-radius: 3px;
    background: #ffffff; }
  .coupon-popover .popover-content {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0; }
  .coupon-popover .arrow {
    display: none; }
  .coupon-popover .popover-content__coupon .dfex-txt {
    padding: 12px 20px; }
  .coupon-popover .popover-content__coupon .dfex-txt.dfex-none {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .coupon-popover .popover-content__coupon .dfex-txt:last-child {
    padding-bottom: 25px; } }

.modal-coupon--backdrop.js-modal-show {
  pointer-events: none; }

@media (max-width: 767px) {
  .modal-coupon--backdrop {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 999;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .modal-coupon--backdrop.js-modal-show {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto; } }
