div#popup-coupon-all-about-you {
    display: none;
}
.head-tab ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}
.head-tab ul li.active {
    color: #fff;
    background: #0d3680;
}
.head-tab ul li {
    cursor: pointer;
    color: #0d3680;
}
.body-tab .step {
    display: none;
}
.body-tab .step.active {
    display: block;
}
ul.coupon-list li {
    width: 33.33%;
    padding: 5px;
    cursor: pointer;
    font-size: 17px;
    position: relative;
}
ul.coupon-list {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}
ul.coupon-list .desc, .coupon-description .desc {
    font-size: 19px;
}

ul.coupon-list .name {
    line-height: 19px;
    font-size: 21px;
    text-shadow: 0 0 BLACK;
    color: #000;
}
.coupon-description .name {
    line-height: 24px;
    font-size: 26px;
    text-shadow: 0 0 BLACK;
    color: #0d3680;
}
ul.coupon-list .desc {
    display: none;
}
ul.coupon-list .use-point {
    font-size: 18px;
}
aside.custom-coupon-modal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.point-me .coupon-description {
    display: none;
}
aside.custom-coupon-modal footer.modal-footer button {
    margin: 0 6px;
    text-shadow: 0 0 BLACK;
    font-weight: 500;
}
aside.custom-coupon-modal footer.modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.coupon-description .img-thumb img {
    margin: 0 auto 20px;
    display: block;
}
aside.custom-coupon-modal footer.modal-footer button.use {
    background: #0d3680;
    color: #fff;
}
.use-point strong {
    color: #0d3680;
}
.coupon-list a.use-coupon {
    background: #0d3680;
    color: #fff;
    padding: 3px 14px;
    display: inline-block;
    margin-top: 8px;
    border-radius: 20px;
    font-size: 21px;
}
a.copy-coupon span {
    font-size: 20px;
    display: inline-block;
    width: 0;
    overflow: hidden;
    vertical-align: middle;
}
.coupon-list a.copy-coupon {
    color: #0d3680;
    padding: 3px 14px;
    display: inline-block;
    margin-top: 8px;
    border-radius: 20px;
    font-size: 21px;
    border: 1px solid #0d3680;
}
.custom-coupon-modal div#popup-coupon-all-about-you .coupon-search {
    padding-bottom: 10px;
}
aside.custom-coupon-modal, aside.modal-popup.confirm._show {
    background-color: rgba(51,51,51,0.55);
    display: flex;
    align-items: center;
}
aside.modal-popup.confirm._show .modal-title {
    font-weight: 400;
    text-shadow: 0 0 BLACK;
    font-size: 27px;
}
aside.modal-popup.confirm._show button.action-dismiss {
    border: 1px solid #0d3680;
    padding: 5px 20px;
    color: #0d3680;
}
aside.modal-popup.confirm._show button.action-accept {
    border: 1px solid #0d3680;
    padding: 5px 20px;
    background: #0d3680;
    color: #fff;
}
aside.modal-popup.confirm .modal-inner-wrap {
    max-width: 550px;
}
.modal-popup._inner-scroll .modal-content {
    line-height: 1;
}
.custom-coupon-modal div#popup-coupon-all-about-you .coupon-search input[name="coupon_code"] {
    width: 80%;
    margin-right: 15px;
    border-radius: 6px;
    height: 45px;
    margin-left: 15px;
}
.coupon-list a.use-coupon.is_applied, .coupon-list a.use-coupon.is_expired {
    background: #ccc;
    color: #a0a0a0;
    cursor: default;
}
.member-only:before {
    display: block;
    font: normal normal 22px/1 FontAwesome;
    content: "\f023";
    margin: 0 auto;
    font-size: 41px;
    color: #000;
}
.member-only {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 58%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #000;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
}
aside.coupon-message.modal-popup._inner-scroll .modal-inner-wrap {
    max-width: 500px;
}
ul.head-point {
    margin: 20px 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #ccc;
    align-items: flex-end;
}
ul.head-point .points {
    color: #0d3680;
    font-size: 33px;
}