﻿.wpaf_shortcode_insert-bt,
.wpaf_shortcode_insert {
    padding: 15px;
    overflow: hidden;
}

.wpaf_shortcode_insert-row {
    line-height: 28px;
    margin: 0 0 10px;
    overflow: hidden;
}

.wpaf_shortcode_insert label {
    font-weight: 700;
    width: 50%;
    float: left;
    font-size: 16px;
}

.wpaf_shortcode_insert select {
    width: 48%;
    float: right;
}

#coupon-submit {
    float: right;
    font-size: 14px;
}

.wpaf_links {
    width: 48%;
    float: left;
    font-size: 14px;
}

.wpaf-copy-tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    width: 400px;
}

#coupon-details h2 {
    color: #347BB2;
    font-size: 19px;
}

#coupon-details .upload-coupon-img,
#coupon-details .delete-coupon-img {
    cursor: pointer;
}

#coupon-details .coupon-img-container img {
    max-height: 100px;
}

#coupon-details .upload-coupon-img:hover {
    box-shadow: 0px 0px 2px grey;
}

.wpaf_icon {
    background: url('../../img/coupon16.png') no-repeat top left;
    display: inline-block;
    height: 16px;
    margin: 0px 5px 0 0;
    vertical-align: text-top;
    width: 16px;
}

#wpaf_coupon_settings h3 {
    font-size: 25px;
}

.wpaf_settings_section h2 {
    font-size: 22px;
}

.wpaf_settings_extra {
    padding: 15px;
    background: #fff;
    box-shadow: 2px 2px 6px rgba(34, 34, 34, .2);
}

.wpaf_rate {
    float: right;
}

.wpaf_widget_help_info {
    padding: 5px;
}

.coupon_select_list {
    padding-bottom: 20px;
}

.shortcode_inserter_select {
    margin-bottom: 10px;
    float: right;
    width: 100%;
}

.shortcode_inserter_select input {
    width: 48%;
    float: right;
    height: 30px;
}

#clear,
.wpaf_clearfix {
    clear: both;
}

.wpaf_clearfix::after,
.wpaf_clearfix::before {
    clear: both;
    content: "";
    display: block;
}

.wpaf_import_field>div {
    padding: 10px 0;
    clear: both;
}

.wpaf_import_field>div label {
    font-size: 15px;
}

#wpaf_import_color_parent>label::after {
    content: " ";
    display: block;
    height: 5px;
}

.wpaf_import_field input[name="wpaf_import_file"] {
    width: 30%;
    padding: 0;
}

.wpaf_import_field input[name="wpaf_import_submit"] {
    margin-top: 1px;
}

#wpaf_import_form_wr {
    margin-top: 20px;
    position: relative;
}

#wpaf-table-csv {
    padding-bottom: 50px;
}

#wpaf-table-csv_box-table {
    overflow-x: auto;
    position: relative;
}

#wpaf-table-box-scroll-left,
#wpaf-table-box-scroll-right {
    font-size: 25px;
    position: absolute;
    width: 70px;
    top: 0;
    bottom: 0;
    background: #a5a5a5;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
    display: none;
    line-height: 47px;
}

#wpaf-table-box-scroll-left {
    left: 0;
}

#wpaf-table-box-scroll-right {
    right: 0;
}

#wpaf-table-csv:hover #wpaf-table-box-scroll-left,
#wpaf-table-csv:hover #wpaf-table-box-scroll-right {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

#wpaf-table-box-scroll-left:hover,
#wpaf-table-box-scroll-right:hover {
    background: #80808066;
}

.wpaf_import_preview_tr_hide {
    display: none;
}

#wpaf_import_show_all_button {
    text-align: center;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

#wpaf_import_show_all_button:hover {
    background-color: #f2f2f2;
}

#wpaf_import_show_all_button a {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    text-decoration: none;
    color: #006799;
}

#wpaf_import_show_all_button:hover a {
    color: #004160;
    font-weight: 600;
}

#wpaf_import_show_all_button.wpaf_import_hide_button {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}

.wpaf_red {
    color: #ff0000;
    font-weight: 600;
    margin-top: 10px;
}

.wpaf_green {
    color: #26a626;
    font-weight: 600;
    margin-top: 10px;
}

div.tabs {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #999;
}

button.tab {
    padding: 20px;
    margin: 0;
    border: 0;
    color: #000;
    cursor: pointer;
    border: 1px solid #999999;
    outline: 0;
    border-bottom: 0;
    border-right: 0;
}

button.tab:last-child {
    border-right: 1px solid #999999;
}

button.tab.active {
    background: #eee;
}

#wpaf_import_form {
    background-color: transparent;
    max-width: 90%;
    padding: 0;
    position: relative;
}

.wpaf_import_field>label {
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.wpaf_import_field {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 10px;
}

.wpaf_import_field.wpaf_import_field_submit {
    margin-bottom: 0;
}

.wpaf_loader {
    background-color: rgba(255, 255, 255, 0.85);
    background-image: url('../img/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px auto;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#wpaf_import_form_wr h5 {
    font-size: 14px;
    margin-bottom: 10px;
}

table.wpaf_import_preview th {
    font-size: 13px;
    font-weight: 600;
}

.wpaf_import_white_box {
    background-color: #ffffff;
    margin-top: 35px;
    padding: 20px;
}

#wpaf_import_form_wr .wpaf_import_white_box h5 {
    margin-top: 0;
}

.wpaf_import_field_inner_wr>.wpaf_import_field label {
    box-sizing: border-box;
    float: left;
    margin: 5px 0 0;
    width: 35%;
}

.wpaf_import_field_inner_wr>.wpaf_import_field select {
    box-sizing: border-box;
    float: right;
    margin: 0;
    width: 63%;
}

.wpaf_import_field_inner_wr>.wpaf_import_field {
    float: left;
    margin: 0 2% 20px;
    width: 46%;
    clear: left;
}

.wpaf_import_field_inner_wr {
    border-top: 1px solid #efefef;
    margin: 18px -2% 0;
    padding-top: 25px;
}

#wpaf_import_form_final .wpaf_import_field_inner_wr>.wpaf_import_field:nth-child(2n+3) {
    clear: left;
}

#wpaf_import_form_final .wpaf_import_field.wpaf_import_field_submit {
    margin: 10px 0 0;
}

.wpaf_green a.page-title-action {
    top: -1px;
    vertical-align: middle;
}

.wpaf_import_notes {
    box-sizing: border-box;
    color: #ff0000;
    float: left;
    margin-bottom: 20px;
    padding: 0 2%;
    width: 100%;
}


/** end tabs style **/


/** color pickers **/

.wpaf_colorSelectors {
    position: relative;
    min-height: 30px;
    float: left;
}

.wpaf_colorSelectors .wp-picker-holder {
    position: absolute;
    z-index: 100;
}

.wpaf_colorSelectors>div {
    float: left;
}

.wpaf_colorSelectors .wp-picker-clear,
.wpaf_colorSelectors .wp-picker-default {
    margin-right: 6px;
}


/** end color pickers **/


/** fix expire date **/

[id$=expire-date] {
    width: 100px;
    font-size: 14px;
}

#expire-time {
    width: 100px;
    font-size: 14px;
}


/** end fix expire date **/

.help-tip {
    float: left;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
}

.help-tip:before {
    content: '?';
    font-weight: bold;
    color: #fff;
}

.help-tip:hover p {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.help-tip p {
    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 300px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
}

.help-tip p:before {
    /* The pointer of the tooltip */
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #1E2021;
    right: 10px;
    top: -12px;
}

.help-tip p:after {
    /* Prevents the tooltip from being hidden */
    width: 100%;
    height: 40px;
    content: '';
    top: -40px;
    left: 0;
}


/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }
    100% {
        opacity: 100;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100;
    }
}


/* Generals.
-------------------------------------------------------------- */

div {
    margin: 0;
}

h4 {
    margin: 0px 0 0px 0;
    font-size: 25px;
}

.wpaf-btn {
    padding: 4px 4px 4px 4px;
    border-radius: 2px;
    border: 0;
    color: #fff;
    line-height: 1.3;
    margin: 0;
}

a.wpaf-btn .wpaf_coupon_icon,
a.wpaf-btn .wpaf_deal_icon {
    margin-top: 0;
    vertical-align: middle;
}


/* Coupon Shortcode styles.
-------------------------------------------------------------- */

.wpaf-coupon {
    width: 95%;
    padding: 10px 5px;
    border: 2px dashed #000000;
    background: #FAFAFA;
    margin: 15px 0 15px 5px;
    display: table;
}

.wpaf-coupon-discount-text {
    width: 95%;
    margin: auto;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    margin-top: 5px;
    box-shadow: 1px 1px 4px rgba(34, 34, 34, .2);
    line-height: 24px;
    overflow-wrap: break-word;
    word-break: normal;
}

.coupon-type {
    width: 95%;
    margin: auto;
    background: #56b151;
    padding: 7px 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 2em;
    text-align: center;
    box-shadow: 1px 1px 4px rgba(34, 34, 34, .2);
}

.deal-type {
    width: 95%;
    margin: auto;
    background: #56b151;
    padding: 7px 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 2em;
    text-align: center;
    box-shadow: 1px 1px 4px rgba(34, 34, 34, .2);
}

.wpaf-coupon-content {
    margin: 0px;
}

.wpaf-coupon-header {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}

.wpaf-extra-content {
    width: 100%;
    float: left;
}

.wpaf-coupon-title {
    width: 100%;
    font-size: 21px;
    text-align: center;
    margin-bottom: 10px;
}

.wpaf-coupon-code,
.wpaf-deal-code {
    width: 100%;
    text-align: center;
}

.wpaf-coupon-description {
    text-align: justify;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.6em;
    word-break: break-word;
}

.wpaf-btn {
    font-size: 13px;
    border: 2px dashed #ccc;
    color: #347BAF;
    background: #FAFAFA;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    word-break: break-all;
}

.wpaf-coupon-button {
    margin: 0;
}


/*.wpaf-deal-button {
    margin: 0 0 0 20px;
}*/

.wpaf-coupon-button:hover {
    color: #347BAF;
    background-color: #ffffff;
    border-color: #347BAF;
}

.wpaf-deal-button:hover {
    color: #347BAF;
    background-color: #ffffff;
    border-color: #347BAF;
}

.wpaf-coupon-expire {
    color: green;
    text-align: center;
    margin-top: 5px;
    width: 100%;
    font-size: 14px;
    padding-left: 5px;
}

.wpaf-coupon-expired {
    color: red;
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding-left: 5px;
    margin-top: 5px;
}

.wpaf_coupon_icon {
    background: url('../img/coupon-code-24.png') no-repeat top left;
    display: inline-block;
    height: 24px;
    margin: -2px 0px 0 0;
    vertical-align: text-top;
    width: 24px;
}

.wpaf_deal_icon {
    background: url('../img/deal-24.png') no-repeat top left;
    display: inline-block;
    height: 24px;
    margin: -2px 3px 0 0;
    vertical-align: text-top;
    width: 24px;
}

.coupon-expiration {
    display: none;
}

.wpaf-hide-code {
    display: none;
}

/* Shortcode template default styles.
-------------------------------------------------------------- */

.wpaf-coupon-default figure {
    text-align: center;
    margin: 0;
    padding: 0
}

.wpaf-coupon-default-img {
    max-width: 100%;
    max-height: 130px;
    margin-top: 10px
}



/* Shortcode template one styles.
-------------------------------------------------------------- */

.wpaf-coupon-one {
    width: 100%;
    padding: 10px 5px 10px 5px;
    border: 1px solid #d1d1d1;
    background: #FAFAFA;
    margin: 15px 0 15px 0px;
    overflow: hidden;
    clear: both;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.wpaf-coupon-one figure {
    text-align: center;
    margin: 0;
    padding: 0;
}

.wpaf-coupon-one-img {
    max-width: 100%;
    max-height: 130px;
}

.wpaf-coupon-one h4 {
    margin-top: 2px;
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
}

.wpaf-coupon-one-discount-text {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    word-break: normal;
}

.wpaf-coupon-one-code {
    width: 100%;
    text-align: center;
}

.wpaf-coupon-one-code a:hover {
    color: #fff;
}

.wpaf-coupon-one-btn {
    display: inline-block;
    padding: 8px 7px;
    padding-top: 7px;
    margin-bottom: 7px;
    color: #fff;
    background-color: #347baf;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: none !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
    margin-left: 5px;
    transition: all 0.12s linear 0s !important;
    font-family: "Ubuntu";
    line-height: 21px;
    max-width: 100%;
}

.wpaf-coupon-one-expire {
    color: green;
    text-align: center;
    margin-top: 15px;
    width: 100%;
    font-size: 14px;
    padding-left: 5px;
}

.wpaf-coupon-one-expired {
    color: red;
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding-left: 5px;
    margin-top: 15px;
}

.wpaf-coupon-one,
.wpaf-coupon-one::after,
.wpaf-coupon-one::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/* Shortcode template two Styles.
-------------------------------------------------------------- */

.wpaf-coupon-two {
    width: 100%;
    padding: 10px 5px 10px 5px;
    border: 1px solid #d1d1d1;
    background: #FAFAFA;
    margin: 15px 0 15px 0px;
    overflow: hidden;
    clear: both;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.wpaf-coupon-two figure {
    text-align: center;
    margin: 2px 0 0 0;
}

.wpaf-coupon-two-code {
    width: 100%;
    text-align: center;
}

.wpaf-coupon-two-img {
    max-width: 100%;
    margin: 0;
}

.wpaf-coupon-two h4 {
    margin: 2px 0 20px 0;
    font-size: 22px;
}

.wpaf-coupon-two-discount-text {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 9px;
    margin: 0;
    box-shadow: 0px 1px 2px rgba(34, 34, 34, .2);
    overflow-wrap: break-word;
    word-break: normal;
}

.wpaf-coupon-two-info {
    max-width: 100%;
    margin-bottom: 7px;
    border-top: 1px solid #d1d1d1;
    padding-top: 10px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
}

.wpaf-coupon-two-countdown {
    font-size: 16px;
    color: green;
}

.wpaf-coupon-two-title {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.wpaf-coupon-two-coupon {
    width: 100%;
    text-align: center;
}

.wpaf-coupon-two-countdown-text {
    font-size: 20px;
    color: green;
}

.wpaf-coupon-two-header {
    width: 100%;
    text-align: center;
}

.wpaf-coupon-two-btn {
    display: inline-block;
    padding: 8px 8px;
    padding-top: 7px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #347baf;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: none !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.12s linear 0s !important;
    font-family: "Ubuntu";
    line-height: 21px;
    max-width: 100%;
}

.wpaf-coupon-two,
.wpaf-coupon-two::after,
.wpaf-coupon-two::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/* Shortcode template three Styles.
-------------------------------------------------------------- */

.wpaf-coupon-three {
    width: 100%;
    padding: 5px 5px 5px 5px;
    border: 1px solid #d1d1d1;
    background: #FAFAFA;
    margin: 15px 0 15px 0px;
    overflow: hidden;
    clear: both;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.wpaf-coupon-three figure {
    text-align: center;
    margin: 0;
}

.wpaf-coupon-three-img {
    max-width: 100%;
    margin: 0;
}

.wpaf-coupon-three .wpaf-coupon-three-title {
    margin: 0 0 15px 0;
    font-size: 22px;
    text-align: center;
}

.wpaf-coupon-three-info {
    width: 100%;
    margin: 10px 0 0 0;
    position: relative;
}

.wpaf-coupon-three-content {
    width: 100%;
    padding: 10px;
    margin: 0;
}

.wpaf-coupon-three-info:before {
    width: 100%;
    border-top: 1px dashed #d1d1d1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wpaf-coupon-three-coupon {
    padding: 10px 0 0 0;
    margin: 0;
}

.wpaf-coupon-three-info-left {
    margin: 0;
    min-height: 50px;
}

.wpaf-coupon-three-expire {
    width: 100%;
    float: left;
    margin: 0;
}

.wpaf-coupon-three-expire p {
    font-size: 16px;
    color: green !important;
    text-align: center;
    margin: 15px 0 0 0;
    padding: 0;
}

p.wpaf-coupon-three-expired {
    color: red !important;
}

.wpaf-coupon-three-code {
    width: 100%;
    text-align: center;
}

.wpaf-coupon-three-btn {
    display: inline-block;
    padding: 8px 8px;
    margin: 0 0 6px 0;
    color: #fff;
    background-color: #347baf;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: none !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.12s linear 0s !important;
    font-family: "Ubuntu";
    line-height: 21px;
    max-width: 100%;
}

.wpaf-coupon-three-expired {
    color: red;
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding-left: 5px;
    margin-top: 5px;
}

.wpaf-coupon-three,
.wpaf-coupon-three::after,
.wpaf-coupon-three::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/* Shortcode template 4
---------------------------------------------------------------*/

.wpaf-coupon-four {
    width: 100%;
    padding: 5px 5px 5px 5px;
    border: 1px solid #d1d1d1;
    background: #FAFAFA;
    margin: 15px 0 15px 0px;
    overflow: hidden;
    clear: both;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.wpaf-coupon-four figure {
    text-align: center;
    margin: 0;
}

.wpaf-coupon-four-img {
    max-width: 100%;
    margin: 0;
}

.wpaf-coupon-four h4 {
    margin: 0;
    font-size: 22px;
}

.wpaf-coupon-four-info {
    width: 33.333333333333%;
    float: left;
    margin: 10px 0 0 0;
    position: relative;
    padding: 0px 10px;
    box-sizing: border-box;
}

.wpaf-coupon-four-content {
    /*width: 100%;*/
    padding: 10px;
    margin: 0;
}

.wpaf-coupon-four-info:before {
    width: 100%;
    border-top: 1px dashed #d1d1d1;
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wpaf-coupon-four-coupon {
    width: 100%;
    float: left;
    padding: 10px 0 0 0;
    margin: 0;
}

.wpaf-coupon-four-info .wpaf-deal-code {
    text-align: center;
}

.wpaf-coupon-four-info .wpaf-deal-button {
    margin: 0;
}

.wpaf-coupon-four-expire {
    width: 100%;
    float: left;
    margin: 0;
}

.wpaf-coupon-four-expire p {
    font-size: 16px;
    color: green !important;
    text-align: center;
    margin: 15px 0 0 0;
    padding: 0;
}

p.wpaf-coupon-four-expired {
    color: red !important;
}

.wpaf-coupon-four-code {
    width: 100%;
    text-align: center;
}

.wpaf-coupon-four-btn {
    display: inline-block;
    padding: 8px 8px;
    margin: 0 0 6px 0;
    color: #fff;
    background-color: #347baf;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: none !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
    -moz-transition: all 0.12s linear 0s !important;
    -webkit-transition: all 0.12s linear 0s !important;
    -o-transition: all 0.12s linear 0s !important;
    transition: all 0.12s linear 0s !important;
    font-family: "Ubuntu";
    line-height: 21px;
    max-width: 100%;
}

.wpaf-coupon-four-expired {
    color: red;
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding-left: 5px;
    margin-top: 5px;
}

.wpaf-coupon-four,
.wpaf-coupon-four::after,
.wpaf-coupon-four::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.wpaf-four-discount-text {
    text-align: center;
    padding: 10px 0;
    font-size: 21px;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    word-break: normal;
}


/* Shortcode Template five coupon 
----------------------------------*/

.wpaf-template-five * {
    box-sizing: border-box;
}

.wpaf-template-five {
    width: 100%;
    border: 2px solid #14a800;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: 0 auto;
    margin-bottom: 5px;
    clear: both;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
}

.wpaf-template-five-holder {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    clear: both;
    float: left;
    overflow: hidden;
}

.extra-wpaf-template-five-holder {
    width: 100%;
    margin: 0 auto;
    clear: both;
    float: left;
    overflow: hidden;
    margin-top: 10px;
}

.wpaf-template-five-percent-off {
    float: left;
    width: 20%;
    margin-top: 20px;
}

.wpaf-template-five-percent-off p {
    color: #3A3A3A;
    font-size: 29px;
    text-align: center;
    margin-bottom: 11px;
    margin-top: 0px;
    border: 2px dashed #3a3a3a;
    padding: 7px;
    overflow-wrap: break-word;
    word-break: normal;
}

.wpaf-template-five-texts {
    width: 55%;
    margin: 0 auto;
    padding-right: 10px;
    float: left;
    margin-left: 2.5%;
}

.wpaf-template-five-texts h2 {
    color: #3A3A3A;
    margin: 0px;
    font-size: 22px !important;
    font-weight: bolder !important;
}

.wpaf-template-five-texts p {
    font-weight: 400;
    font-size: 16px;
    padding-top: 5px;
    margin-top: 0px;
}

.wpaf-template-five-pro-img {
    width: 20%;
    float: right;
}

.wpaf-template-five-pro-img img {
    width: 100%;
}

.wpaf-template-five-exp {
    width: 60%;
    float: left;
    background-color: #14a800;
    border-bottom-left-radius: 15px;
    position: relative;
}

.wpaf-template-five-exp p {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    padding-top: 19px;
    padding-bottom: 19px;
}

.extra-wpaf-template-five-holder .wpaf-coupon-not-hidden {
    width: 40%;
    float: right;
}

.wpaf-template-five-btn {
    margin-left: 10px;
    position: relative;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    padding: 0px 10px;
    border-color: #14a800;
}

.wpaf-template-five-btn:before {
    content: "";
    border: 1px dashed;
    border-color: inherit;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.wpaf-template-five-btn:hover::before {
    border: 2px dashed;
    border-color: inherit;
}

.wpaf-template-five-btn p {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #14a800;
    margin: 0 auto !important;
    padding-top: 16px;
    padding-bottom: 16px;
    overflow: hidden;
}

.wpaf-template-five .wpaf-coupon-button-type {
    float: right;
    width: 40%;
}

.wpaf-template-five .wpaf-coupon-button-type .coupon-code-wpaf {
    padding: 18px 14px;
    line-height: 19px;
    font-size: 13px;
    box-sizing: border-box;
    min-width: unset;
    display: block;
    margin-bottom: 0px;
    margin-left: 10px;
}

.wpaf-template-five .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf {
    padding: 10px;
    background-color: unset;
    overflow: hidden;
    width: unset;
    right: 0px;
}

.wpaf-template-five .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf:hover {
    right: 7px;
}

.wpaf-template-five .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf .square_wpaf {
    position: absolute;
    display: block;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 50px;
    line-height: 59px;
    text-align: center;
    z-index: 1;
    font-size: 14px;
    background-color: #9b59b6;
}

.wpaf-template-five .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf::before {
    display: none;
}

.wpaf-template-five .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf::after {
    display: none;
}

.wpaf-template-five .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf span {
    position: absolute;
    z-index: 1;
    color: white;
    left: 0;
    right: 25px;
    overflow: hidden;
    text-align: center;
    line-height: 39px;
}

.wpaf-template-five .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf .rectangle_wpaf {
    display: block;
    width: 0px;
    height: 0px;
    border-top: 59px solid transparent;
    border-left: 45px solid #14a800;
    position: absolute;
    top: 0px;
    right: 5px;
}

.wpaf-template-five .wpaf-coupon-description {
    text-align: left;
}


/* Shortcode Template six coupon
-----------------------------------*/

.wpaf-coupon-six * {
    box-sizing: border-box;
}

.wpaf-coupon-six {
    max-width: 760px;
    width: 100%;
    border: 2px solid #14a800;
    margin: 0 auto;
    margin-bottom: 5px;
    clear: both;
    overflow: hidden;
    padding-bottom: 15px;
}

.wpaf-coupon-six-holder {
    max-width: 100%;
    width: 100%;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    float: left;
    position: relative;
}

.wpaf-coupon-six-title {
    font-size: 22px !important;
    font-weight: bolder !important;
    padding: 0px !important;
}


/*percent off start*/

.wpaf-coupon-six-percent-off {
    width: 13%;
    float: left;
}


/*ribbon design*/

.wpaf-coupon-six-percent-off .wpaf-for-ribbon {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
}

.wpaf-coupon-six-percent-off .wpaf-ribbon {
    width: 100%;
    max-width: 100px;
    min-height: 120px;
    background: #14a800;
    margin: 0 auto;
    position: relative;
}


/*.wpaf-ribbon:after, .wpaf-ribbon:before*/

.wpaf-coupon-six .wpaf-ribbon .wpaf-ribbon-before,
.wpaf-coupon-six .wpaf-ribbon .wpaf-ribbon-after {
    content: '';
    position: absolute;
    bottom: -40px;
    width: 0;
    height: 0;
}


/*.wpaf-ribbon:before*/

.wpaf-coupon-six .wpaf-ribbon .wpaf-ribbon-before {
    left: 0;
    border-left: 50px solid #14a800;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    position: absolute;
    z-index: 1
}


/*.wpaf-ribbon:after*/

.wpaf-coupon-six .wpaf-ribbon .wpaf-ribbon-after {
    right: 0;
    border-right: 50px solid #14a800;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    position: absolute;
    z-index: 1;
}

.wpaf-coupon-six-percent-off .wpaf-ribbon p {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 8px 0px;
    margin: 0px !important;
    position: relative;
    z-index: 2;
    overflow-wrap: break-word;
    word-break: normal;
}


/*ribbon design end*/

.wpaf-coupon-six-texts {
    width: 55%;
    margin: 0 1.5%;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
}

.wpaf-coupon-six-texts .texts {
    padding-top: 5px;
}

.wpaf-coupon-six-texts .texts p {
    margin-top: 10px;
    font-weight: 400;
}

.wpaf-coupon-six-texts .exp {
    border-top: 1px dashed #14a800;
    border-bottom: 1px dashed #14a800;
    margin-top: 20px;
    padding: 5px 0px;
}

.wpaf-coupon-six-img-and-btn {
    width: 27%;
    float: right;
    padding: 0px 8px;
}

.wpaf-coupon-six-img-and-btn .item-img {
    height: 115px;
    clear: both;
    max-width: 150px;
    margin-top: 15px;
    text-align: center;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.wpaf-coupon-six-img-and-btn .item-img img {
    max-height: 100%;
    display: inline-block;
    max-width: 100%;
}

.wpaf-coupon-six .wpaf-btn-wrap {
    text-align: center;
    box-sizing: border-box;
}

.wpaf-coupon-six-img-and-btn .wpaf-btn-wrap a,
.wpaf-coupon-six-img-and-btn .wpaf-btn-wrap a {
    text-decoration: none;
}

.wpaf-coupon-six-img-and-btn .wpaf-btn-wrap .coupon-code-button,
.wpaf-coupon-six-img-and-btn .wpaf-btn-wrap .deal-code-button {
    width: 100%;
    max-width: 132px;
    padding: 5px 0px;
    margin-top: 15px;
    background: none;
    border: 2px solid #14a800;
    color: #14a800;
    display: inline-block;
    word-break: break-all;
}

.wpaf-coupon-six-img-and-btn .wpaf-btn-wrap .coupon-code-button:hover,
.wpaf-coupon-six-img-and-btn .wpaf-btn-wrap .deal-code-button:hover {
    font-weight: 600;
}

.wpaf-coupon-six-countdown {
    font-size: 13px !important;
}

.wpaf-coupon-six-img-and-btn .wpaf-coupon-button-type .coupon-code-wpaf {
    padding: 8px 14px;
    line-height: 20px;
    font-size: 13px;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    min-width: 132px;
}

.wpaf-coupon-six-img-and-btn .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf {
    padding: 10px;
    background-color: unset;
    overflow: hidden;
    width: unset;
    right: 0px;
}

.wpaf-coupon-six-img-and-btn .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf:hover {
    right: 7px;
}

.wpaf-coupon-six-img-and-btn .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf .square_wpaf {
    position: absolute;
    display: block;
    bottom: 0;
    top: 0;
    left: 0;
    right: 35px;
    line-height: 45px;
    text-align: center;
    z-index: 1;
    font-size: 14px;
    background-color: #14a800;
}

.wpaf-coupon-six-img-and-btn .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf::before {
    display: none;
}

.wpaf-coupon-six-img-and-btn .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf::after {
    display: none;
}

.wpaf-coupon-six-img-and-btn .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf span {
    position: absolute;
    z-index: 1;
    color: white;
    left: 0;
    right: 25px;
    overflow: hidden;
    text-align: center;
}

.wpaf-coupon-six-img-and-btn .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf .rectangle_wpaf {
    display: block;
    width: 0px;
    height: 0px;
    border-top: 45px solid transparent;
    border-left: 35px solid #14a800;
    position: absolute;
    top: 0px;
    right: 0px;
}

.wpaf-coupon-six .coupon-button {
    margin-top: 15px !important;
    margin-left: 0px !important;
}

.wpaf-template-six-btn {
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.wpaf-coupon-six-texts .exp p {
    margin: 0px;
}

.wpaf-coupon-six-title {
    color: #3A3A3A;
}


/* mobile class */

.wpaf-template-six-mobile.wpaf-coupon-six {
    height: auto;
}

.wpaf-template-six-mobile .wpaf-coupon-six-percent-off {
    width: 60px;
    position: absolute;
}

.wpaf-template-six-mobile .wpaf-coupon-six-percent-off .wpaf-for-ribbon,
.wpaf-template-six-mobile .wpaf-coupon-six-percent-off .wpaf-ribbon {
    width: 60px;
    height: 60px;
}

.wpaf-template-six-mobile .wpaf-coupon-six-percent-off .wpaf-ribbon p {
    font-size: 20px;
}

.wpaf-template-six-mobile .wpaf-coupon-six-texts {
    width: 100%;
    padding: 0px;
    margin: 0;
}

.wpaf-template-six-mobile .wpaf-coupon-six-texts .texts {
    margin-left: 65px;
    width: 84%;
    padding: 0;
    min-height: 75px;
}

.wpaf-template-six-mobile .wpaf-coupon-six-img-and-btn {
    width: 100%;
    margin: 0;
}

.wpaf-template-six-mobile .wpaf-coupon-six .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf>div {
    border-top: 37px solid transparent;
}

.wpaf-template-six-mobile .wpaf-coupon-six .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf {
    padding: 14px 0 11px 13px;
    font-size: 12px;
}

.wpaf-template-six-mobile .wpaf-coupon-six .wpaf-coupon-not-hidden,
.wpaf-template-six-mobile .wpaf-coupon-six .wpaf-coupon-hidden {
    max-width: 200px;
    margin: auto;
    margin-bottom: 10px;
}

.wpaf-template-six-mobile .wpaf-template-six-btn {
    max-width: 170px;
    min-width: auto !important;
    display: block;
    margin: auto;
}

.wpaf-template-six-mobile .wpaf-coupon-six-img-and-btn .item-img {
    margin-top: 0px;
}

.wpaf-template-six-mobile .wpaf-coupon-six-title {
    text-align: center;
}


/* Shortcode Template image coupon Styles
-----------------------------------------------------*/

.wpaf-coupon-image {
    width: 95%;
    padding: 10px 5px 10px 10px;
    border: 2px dashed #000000;
    background: #FAFAFA;
    margin: 15px 0 15px 5px;
}


/* Coupon Widget Styles.
-------------------------------------------------------------- */

.wpaf-coupon-widget-title {
    width: 100%;
    font-size: 21px;
    text-align: center;
    padding-bottom: 5px;
}

.wpaf-widget-featured-img {
    margin-bottom: 5px;
    width: 100%;
    display: block;
    text-align: center;
}


/* Extras.
-------------------------------------------------------------- */

#clear {
    clear: both;
}

.wpaf-countdown-expired {
    color: red;
    font-size: 17px;
}

.admin_wpaf_seven_shortcode .wpaf-countdown-expired {
    font-size: 14px;
}

.wpaf-copy-tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    width: auto;
    font-size: 13px;
}


/* resets */

.wpaf-coupon-hidden {
    display: none;
}

.wpaf-coupon *,
*:before,
*:after {
    box-sizing: border-box !important;
}

.wpaf-coupon-one *,
*:before,
*:after {
    box-sizing: border-box !important;
}

.wpaf-coupon-two *,
*:before,
*:after {
    box-sizing: border-box !important;
}

.wpaf-coupon-three *,
*:before,
*:after {
    box-sizing: border-box !important;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/* grid */

.row {
    margin: 0 -10px;
    margin-bottom: 20px;
}

.row:last-child {
    margin-bottom: 0;
}

[class*="wpaf-col-"] {
    padding: 5px 5px 5px 5px;
}


/* Coupon Archive Design */

.wpaf_clearfix::after,
.wpaf_clearfix::before {
    clear: both;
    content: "";
    display: block;
}

.wpaf_clearfix {
    clear: both;
}

#wpaf_cat_ul {
    border-bottom: 1px solid #e6e9ee;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0 0 15px;
}

#wpaf_cat_ul li {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}

#wpaf_cat_ul li:first-child {
    margin-left: 0;
}

#wpaf_cat_ul li a {
    color: #56b151;
    font-size: 24px;
    transition: all 0.2s ease 0s;
}

#wpaf_cat_ul li a:hover,
#wpaf_cat_ul li:first-child a {
    color: #3b4452;
}

#wpaf_coupon_ul {
    list-style: outside none none;
    margin: 0 -1%;
    padding: 0;
}

#wpaf_coupon_ul li.wpaf_coupon_li {
    background-color: #ffffff;
    float: left;
    margin: 1%;
    width: 31.333%;
}

.wpaf_coupon_li:nth-child(3n+4) {
    clear: left;
}

.wpaf_coupon_li_top_wr {
    background-color: #2a617e;
    min-height: 180px;
    position: relative;
}

.wpaf_coupon_li_top_text {
    background-color: #56b151;
    color: #ffffff;
    font-size: 16px;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    max-width: 100%;
}

.wpaf_coupon_li_top_code {
    background-color: #3b4452;
    bottom: 0;
    color: #ffffff;
    font-size: 16px;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    box-sizing: border-box;
    max-width: 100%;
}

.wpaf_coupon_li_top_code span {
    display: inline-block;
    vertical-align: middle;
}

.wpaf_coupon_top_copy_span {
    border-left: 1px dashed #ffffff;
    cursor: pointer;
    font-size: 12px;
    font-style: italic;
    margin-left: 14px;
    padding-left: 10px;
}

.wpaf_coupon_top_copy_span::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.wpaf_coupon_li_inner {
    padding: 25px 15px 15px;
}

h3.wpaf_coupon_li_title,
h3.wpaf_coupon_li_title a {
    color: #56b151;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    transition: all 0.2s ease 0s;
}

h3.wpaf_coupon_li_title a:hover {
    color: #222;
}

h3.wpaf_coupon_li_title {
    margin-bottom: 13px;
}

.wpaf_coupon_li_description {
    color: #222222;
    font-size: 17px;
    line-height: 1.4;
    min-height: 90px;
}

.wpaf_coupon_li_bottom.wpaf_clearfix {
    border-top: 1px solid #cecece;
    margin-top: 10px;
    padding-top: 10px;
}

.wpaf_cat_ul_bottom {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.wpaf_coupon_li_bottom_link {
    color: #56b151;
    float: right;
    font-size: 16px;
    transition: all 0.2s ease 0s;
}

.wpaf_coupon_li_bottom_link:hover {
    color: #222;
}

.wpaf_cat_ul_bottom li {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}

.wpaf_cat_ul_bottom li:first-child {
    margin-left: 0;
}

.wpaf_cat_ul_bottom li a {
    color: #3b4452;
    font-size: 16px;
    transition: all 0.2s ease 0s;
}

.wpaf_cat_ul_bottom li a:hover {
    color: #222;
}

.wpaf_coupon_pagination {
    margin: 20px 0;
}

#wpaf_coupon_pagination_wr a,
#wpaf_coupon_pagination_wr span {
    background-color: #56b151;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    margin: 0 3px 5px 0;
    padding: 12px;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
}

#wpaf_coupon_pagination_wr a:hover,
#wpaf_coupon_pagination_wr span.current {
    background-color: #3b4452;
}

#wpaf_coupon_pagination_wr span.current {
    padding: 15px
}


/**
 Coupon Button Hidden
*/

.wpaf-coupon-button-type .coupon-code-wpaf {
    line-height: 1;
    padding: 14px 38px;
    background: #ff9900;
    color: #FFFFFF;
    font-size: 16px;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 2px;
    max-width: 100%;
    text-align: center;
}

.wpaf-coupon-button-type .coupon-code-wpaf:hover {
    opacity: 0.9;
}

.wpaf-coupon-button-type .coupon-code-wpaf {
    color: #444444;
    background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, transparent 15%, transparent 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, transparent 65%, transparent 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px transparent;
    text-align: right;
    padding: 10px 12px;
    font-size: 13px;
    border: 2px solid #DDDDDD;
    position: relative;
    text-decoration: none;
    min-width: 132px;
    white-space: nowrap;
    box-sizing: border-box;
}

.admin_wpaf_seven .wpaf-coupon-button-type .coupon-code-wpaf {
    padding: 8px 14px;
    line-height: 40px;
    margin: auto;
    box-sizing: border-box;
    margin: 10%;
    display: block;
    min-width: unset;
}

.admin_wpaf_seven .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf {
    padding: 10px;
    background-color: unset;
    overflow: hidden;
    width: unset;
    right: 0px;
}

.admin_wpaf_seven .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf:hover {
    right: 7px;
}

.admin_wpaf_seven .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf .square_wpaf {
    position: absolute;
    display: block;
    bottom: 0;
    top: 0;
    left: 0;
    right: 50px;
    line-height: 59px;
    text-align: center;
    z-index: 1;
    font-size: 14px;
    background-color: #9b59b6;
}

.admin_wpaf_seven .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf::before {
    display: none;
}

.admin_wpaf_seven .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf::after {
    display: none;
}

.admin_wpaf_seven .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf span {
    position: absolute;
    z-index: 1;
    color: white;
    left: 0;
    right: 25px;
    overflow: hidden;
    text-align: center;
}

.admin_wpaf_seven .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf .rectangle_wpaf {
    display: block;
    width: 0px;
    height: 0px;
    border-top: 60px solid transparent;
    border-left: 45px solid #9b59b6;
    position: absolute;
    top: 0px;
    right: 5px;
}

.wpaf-coupon-eight .wpaf-coupon-button-type .coupon-code-wpaf {
    padding: 8px;
    width: 100%;
    line-height: 25px;
    margin: auto;
    box-sizing: border-box;
}

.wpaf-coupon-eight .wpaf-coupon-button-type .code-text-wpaf {
    white-space: normal;
    height: 25px;
    line-height: 25px;
    display: block;
    overflow: hidden;
}

.wpaf-coupon-eight .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf:before {
    content: "";
    position: absolute;
    left: 0;
    right: 40px;
    top: 0;
    bottom: 0;
    background: gray;
    opacity: 0.5;
    z-index: 2;
}

.wpaf-coupon-eight .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf:after {
    content: "";
    border-top: 45px solid transparent;
    border-left: 35px solid gray;
    opacity: 0.5;
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    right: 5px;
}

.wpaf-coupon-eight .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf {
    padding: 10px;
    background-color: unset;
    overflow: hidden;
    bottom: -2px;
    top: -2px;
    left: -2px;
    right: 0px;
    width: unset;
}

.wpaf-coupon-eight .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf:hover {
    width: unset;
    right: 7px;
    transition: all 0.5s ease 0s;
}

.wpaf-coupon-eight .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf .square_wpaf {
    position: absolute;
    display: block;
    bottom: 0;
    top: 0;
    left: 0;
    right: 40px;
    line-height: 45px;
    text-align: center;
    z-index: 1;
    font-size: 14px;
    background-color: #329d40;
}

.wpaf-coupon-eight .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf span {
    position: absolute;
    z-index: 3;
    color: white;
    left: 0;
    right: 25px;
    overflow: hidden;
    text-align: center;
}

.wpaf-coupon-eight .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf .rectangle_wpaf {
    display: block;
    width: 0px;
    height: 0px;
    border-top: 45px solid transparent;
    border-left: 35px solid #329d40;
    border-left-color: #329d40;
    position: absolute;
    top: 0px;
    right: 5px;
}

.coupon-code-wpaf {
    text-align: center;
}

.wpaf-coupon-button-type .coupon-code-wpaf .code-text-wpaf {
    text-transform: uppercase;
    display: block;
    overflow: hidden;
}

.wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf {
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    right: 40px;
    background: #347BAF;
    color: #FFFFFF;
    font-size: 12px;
    padding: 14px 0px 11px 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    transition: all 0.5s ease;
}

.wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 37px solid transparent;
    border-left: 33px solid #347BAF;
    position: absolute;
    right: -33px;
    top: 0;
}

.wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf:hover {
    right: 45px;
    transition: all 0.5s ease 0s;
}


/* wpaf Coupon Design */

.wpaf_coupon_popup_wr {
    background-color: rgba(0, 0, 0, 0.85);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    overflow: auto;
}

.wpaf_coupon_popup_layer {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.wpaf_coupon_popup_layer {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.wpaf_coupon_popup_inner {
    background-color: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: auto;
    margin: 3.5rem auto;
    max-width: 90%;
    padding: 20px 20px 50px;
    position: relative;
    width: 900px;
}

.wpaf_coupon_popup_top_head {
    margin: 0 0 20px;
    position: relative;
}

h3.wpaf_coupon_popup_title {
    font-size: 29px;
    font-weight: normal;
    margin: 10px 0 0 0;
    padding-right: 0;
    text-align: center;
}

.wpaf_coupon_popup_close {
    color: #222222;
    cursor: pointer;
    font-size: 35px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -8px;
    transition: all 0.2s ease 0s;
    width: 25px;
}

.wpaf_coupon_popup_close:hover {
    color: #ff0000;
}

.wpaf_coupon_popup_copy_text p {
    font-size: 14px;
    font-weight: normal;
    margin: 15px 0 0 0;
    text-align: center;
}

.wpaf_coupon_popup_copy_code_wr {
    background-color: #beffb9;
    border: 2px dashed #56b151;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
}

.wpaf_coupon_popup_copy_code_span {
    color: #000000;
    display: block;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    overflow: hidden;
    padding-right: 90px;
    white-space: nowrap;
}

.wpaf_coupon_popup_copy_code_wr span.wpaf_coupon_top_copy_span {
    background-color: #56b151;
    border: medium none;
    border-radius: 0 3px 3px 0;
    bottom: -2px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    margin-left: 0;
    padding: 0 20px;
    position: absolute;
    right: -2px;
    top: -2px;
}

.wpaf_coupon_popup_copy_main {
    margin: 0 auto;
    max-width: 480px;
}

[wpaf-data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

[wpaf-data-tooltip] .dashicons {
    font-size: 14px;
    padding-top: 4px;
    color: grey;
}


/* Hide the tooltip content by default */

[wpaf-data-tooltip]:before,
[wpaf-data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}


/* Position tooltip above the element */

[wpaf-data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(wpaf-data-tooltip);
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
}


/* Triangle hack to make tooltip look like a speech bubble */

[wpaf-data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}


/* Show tooltip content on hover */

[wpaf-data-tooltip]:hover:before,
[wpaf-data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


/* New Styles */

.admin-wpaf-new-grid-container {
    display: grid;
    grid-template-columns: 0.5fr 1.5fr 0.75fr;
    grid-template-rows: 1fr;
    background: transparent;
    margin: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0px 1px 2px rgba(34, 34, 34, .2);
}

.admin-wpaf-new-grid-one {
    padding-right: 10px;
}

.admin-wpaf-new-grid-one .coupon-type {
    background-color: #329d40;
}

.admin-wpaf-new-grid-two {
    padding: 0 10px;
    color: #444;
}

.admin-wpaf-new-title {
    margin: 0 !important;
    font-size: 30px !important;
    padding: 0px !important;
}

.admin-wpaf-new-coupon-code {
    display: block;
    max-width: 100%;
    text-decoration: none;
    background: #fafafa;
    margin: 0 auto;
    color: #000;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    border: 2px dashed #cdcdcd;
    border-radius: 3px;
}

.admin-wpaf-new-coupon-code:hover {
    background: #fff;
    border-color: #329d40;
    color: #000;
}

a.admin-wpaf-new-goto-button {
    display: block;
    max-width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    background: #329d40;
    margin: 0 auto;
    color: #fff;
    padding: 12px;
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border: 0px dashed #cdcdcd;
    border-radius: 3px;
    word-break: break-all;
}

.admin-wpaf-new-goto-button:hover {
    color: #fff;
    opacity: 0.9;
}

.admin-wpaf-new-discount-text {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    padding: 5px;
    margin-top: 5px;
    box-shadow: 0px 1px 2px rgba(34, 34, 34, .2);
    word-spacing: unset;
    overflow-wrap: break-word;
    word-break: normal;
}

.admin-wpaf-new-coupon-type {
    display: block;
    background: #56b151;
    background-color: rgb(86, 177, 81);
    padding: 7px 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 2em;
    text-align: center;
    box-shadow: 1px 2px 2px rgba(34, 34, 34, .2);
}

.admin-wpaf-new-deal-type {
    display: block;
    background: #56b151;
    background-color: rgb(86, 177, 81);
    padding: 7px 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 2em;
    text-align: center;
    box-shadow: 1px 2px 2px rgba(34, 34, 34, .2);
}

.admin-wpaf-new-expire-text {
    font-size: inherit;
    color: #329d40;
    text-align: center;
    margin: 1.5em 0 0;
}

.wpaf-coupon-eight .admin-wpaf-new-expire-text {
    color: #444;
}

.admin-wpaf-new-expired-text,
.wpaf-coupon-eight .admin-wpaf-new-expired-text {
    font-size: inherit;
    color: red;
    text-align: center;
    margin: 1.5em 0 0;
}


/* Template seven */

.admin_wpaf_seven {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}


/*Basic*/

.admin_wpaf_seven_container {
    margin: 0 auto;
}

.admin_wpaf_seven_couponBox {
    width: 100%;
    height: 360px;
    border: 2px solid #9b59b6;
    margin-top: 20px;
    overflow: hidden;
}

.admin_wpaf_seven_shortcode .admin_wpaf_seven_couponBox {
    height: auto;
}

.admin_wpaf_seven_clearfix {
    content: ' ';
    display: table;
    clear: both;
}

.admin_wpaf_seven_couponBox_both {
    clear: both;
}


/*Percent and Product Picture*/

.admin_wpaf_seven_percentAndPic {
    float: left;
}

.admin_wpaf_seven_shortcode .admin_wpaf_seven_percentAndPic {
    height: auto;
    padding-bottom: 15px;
}

.admin_wpaf_seven_percentOff {
    width: 80%;
    height: auto;
    background: #9b59b6;
    border-color: #9b59b6;
    margin: 15px auto 0px auto;
    border-radius: 10px;
    position: relative;
}

.admin_wpaf_seven_shortcode .admin_wpaf_seven_percentOff {
    max-width: 230px;
}

.admin_wpaf_seven_percentOff p {
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgb(57, 57, 57);
    word-break: break-all;
    padding: 14px;
}

.admin_wpaf_seven_heading h1 a {
    text-decoration: none;
    color: #000000;
}

.admin_wpaf_seven_shortcode .admin_wpaf_seven_heading h1 a {
    font-size: 20px;
    font-weight: 900;
}

.admin_wpaf_seven_percentOff:after {
    position: absolute;
    content: ' ';
    width: 0;
    height: 0;
    border-right: 25px solid;
    border-right-color: inherit;
    border-bottom: 30px solid transparent;
    z-index: -10;
}

.admin_wpaf_seven_shortcode .admin_wpaf_seven_percentOff:after {
    z-index: 0;
}

.admin_wpaf_seven_productPic img {
    margin: 30px auto;
    box-shadow: 2px 2px 5px #888;
}

.admin_wpaf_seven_productPic {
    text-align: center;
}


/*Heading and Expire Date*/

.admin_wpaf_seven_headingAndExpire {
    width: 50%;
    height: 100%;
    float: left;
}

.admin_wpaf_seven_heading {
    /*margin-top: 15px;*/
    padding: 15px;
}

.admin_wpaf_seven_new_title {
    font-size: 22px !important;
    font-weight: bolder !important;
    padding: 0px !important;
}

.admin_wpaf_seven_expire {
    width: 95%;
    height: 20%;
    margin: auto 0;
    border-top: 2px dashed;
    border-bottom: 2px dashed;
}

.admin_wpaf_seven_shortcode .admin_wpaf_seven_expire_correct_box {
    float: right;
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.admin_wpaf_seven_shortcode .admin_wpaf_seven_expire {
    width: 100%;
    margin-top: 0px;
}

.admin_wpaf_seven_expire p {
    font-size: 14px;
    padding: 1% 0;
}

.admin_wpaf_seven_desc {
    display: none;
}


/*Button, Social Site and Like Dislike*/

.admin_wpaf_seven_buttonSociaLikeDislike {
    width: 25%;
    height: 100%;
    float: left;
}

.admin_wpaf_seven_expire b {
    font-weight: 400;
}

.admin_wpaf_seven_btn {
    text-transform: uppercase;
}

.admin_wpaf_seven_btn a {
    text-decoration: none;
    font-size: 20px;
    transform-style: preserve-3d;
    position: relative;
    transition: .5s;
}

.admin_wpaf_seven_shortcode .admin_wpaf_seven_btn a {
    display: inline-block;
    width: 100%;
    color: #9b59b6;
    text-align: center;
    transform-style: inherit;
    font-size: 18px;
    word-break: break-all;
    padding: 14px 5px;
    box-sizing: border-box;
    line-height: 31px;
    background-color: #9b59b6;
    border-color: #9b59b6;
}

.admin_wpaf_seven_btn a:before {
    content: attr(data-title-ab);
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    padding: 14px 5px;
    background: #fff;
    color: inherit;
    border: 2px solid;
    border-color: inherit;
    transition: .5s;
    transform-origin: right;
    transform: translateX(-100%) rotateY(90deg);
    word-break: normal;
}

.admin_wpaf_seven_btn a:after {
    content: attr(data-title-ab);
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    padding: 14px 5px;
    background-color: inherit;
    color: #fff;
    border: 2px solid;
    border-color: inherit;
    transition: .5s;
    transform-origin: left;
    transform: translateX(0) rotateY(0deg);
    word-break: normal;
}

.admin_wpaf_seven_btn a:hover:before {
    transform: translateX(0) rotateY(0deg);
}

.admin_wpaf_seven_btn a:hover:after {
    transform: translateX(100%) rotateY(90deg);
}

.admin_wpaf_seven_social {
    margin-top: 70px;
    margin-left: 40px;
}

.admin_wpaf_seven_social ul li {
    width: 40px;
    height: 40px;
    list-style: none;
    float: left;
    text-align: center;
    line-height: 40px;
    margin-right: 10%;
}

.admin_wpaf_seven_social ul li:last-child {
    margin-right: 0;
}

.admin_wpaf_seven_likeDislike {
    margin-top: 20%;
    margin-left: 25%;
}

.admin_wpaf_seven_likeDislike ul li {
    /*   width: 40px;
    height:40px; */
    list-style: none;
    float: left;
    margin-right: 40%;
    font-size: 30px;
}

.admin_wpaf_seven_likeDislike ul li:first-child {
    color: #00ff31;
}

.admin_wpaf_seven_likeDislike ul li:last-child {
    margin-right: 0;
    transform: rotate(180deg);
    color: #d60000;
}

.admin_wpaf_seven_social ul li .fav {
    background: #4267B2;
    color: #fff;
    border-radius: 50%;
}

.admin_wpaf_seven_social ul li .fav:hover {
    background: #fff;
    color: #4267B2;
    border-radius: 50%;
    border: 2px solid #4267B2;
}

.admin_wpaf_seven_social ul li .twi {
    background: #1DA1F2;
    color: #fff;
    border-radius: 50%;
}

.admin_wpaf_seven_social ul li .twi:hover {
    background: #fff;
    color: #1DA1F2;
    border-radius: 50%;
    border: 2px solid #1DA1F2;
}

.admin_wpaf_seven_social ul li .gogl {
    background: #C55247;
    color: #fff;
    border-radius: 50%;
}

.admin_wpaf_seven_social ul li .gogl:hover {
    background: #fff;
    color: #C55247;
    border-radius: 50%;
    border: 2px solid #C55247;
}


/* End of Template Seven*/

.wpaf-coupon-one figure img,
.wpaf-coupon-two figure img,
.wpaf-template-five-pro-img img,
.wpaf-coupon-six-img-and-btn img,
.admin_wpaf_seven_productPic img {
    cursor: pointer;
}


/* helper classes */

.hide,
.hide-expire-preview {
    display: none !important;
}

.red-text {
    color: red !important;
}

[wpaf-data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

[wpaf-data-tooltip] .dashicons {
    font-size: 14px;
    padding-top: 4px;
    color: grey;
}


/* Hide the tooltip content by default */

[wpaf-data-tooltip]:before,
[wpaf-data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}


/* Position tooltip above the element */

[wpaf-data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(wpaf-data-tooltip);
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
}


/* Triangle hack to make tooltip look like a speech bubble */

[wpaf-data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}


/* Show tooltip content on hover */

[wpaf-data-tooltip]:hover:before,
[wpaf-data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


/* Import button and row info data */

#wpaf_import_form_final .wpaf_import_field_submit span {
    padding: 1rem;
    line-height: 2.3;
}

.wpaf_import_field_submit span strong {
    color: green;
    font-size: 16px;
}


/* Writing the green div not as inline*/

.wrap .wpaf_green {
    display: none;
}

.wpaf-import-wrapper {
    display: none;
}


/* Progress Bar */

.wpaf-pbar-container {
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.wpaf-pbar-progress {
    margin: 340px auto;
    width: 400px;
    padding: 4px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    position: sticky;
    top: 50%;
    left: calc(50% - 200px);
}

.wpaf-pbar-progress-bar {
    height: 20px;
    border-radius: 1px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    transition: 0.4s linear;
    transition-property: width, background-color;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.wpaf-zero-percent {
    /*width: 0%;*/
    background-color: #5cb85c;
}

.wpaf-five-percent {
    /*width: 5%;*/
    background-color: #5cb85c;
}

.wpaf-twentyfive-percent {
    /*width: 25%;*/
    background-color: #5cb85c;
}

.wpaf-fifty-percent {
    /*width: 50%;*/
    background-color: #5cb85c;
}

.wpaf-seventyfive-percent {
    /*width: 75%;*/
    background-color: #5cb85c;
}

.wpaf-onehundred-percent {
    /*width: 100%;*/
    background-color: #5cb85c;
}

.wpaf-pbar-radio {
    display: none;
}

.wpaf-pbar-label {
    display: inline-block;
    margin: 0 5px 20px;
    padding: 3px 8px;
    color: #aaa;
    text-shadow: 0 1px black;
    border-radius: 3px;
    cursor: pointer;
}

.wpaf-pbar-radio+.wpaf-pbar-label {
    color: white;
    background: rgba(0, 0, 0, 0.25);
}

#wpaf-pbar-percent {
    color: white;
    width: 1px;
}


/* End of Progress Bar */

@media screen and (max-width: 980px) {
    #wpaf_coupon_ul li.wpaf_coupon_li {
        width: 48%;
    }
    .wpaf_coupon_li:nth-child(3n+4) {
        clear: none;
    }
    .wpaf_coupon_li:nth-child(2n+3) {
        clear: left;
    }
    .wpaf-coupon-four .wpaf-coupon-code {
        text-align: center;
    }
    .wpaf-coupon-four-content .wpaf-coupon-four-title {
        text-align: center;
    }
    .wpaf-coupon-four-content .wpaf-coupon-description {
        text-align: justify;
    }
    .wpaf-coupon-four-info {
        width: 100%;
    }
    .admin_wpaf_seven_container {
        width: 100%;
    }
    .admin_wpaf_seven_shortcode .admin_wpaf_seven_productPic {
        width: 70%;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .admin_wpaf_seven_productPic img {
        width: 65%;
        height: auto;
    }
    .admin_wpaf_seven_shortcode .admin_wpaf_seven_productPic img {
        width: 100%;
        margin: auto;
    }
    .admin_wpaf_seven_percentAndPic {
        width: 25%;
        height: 150px;
    }
    .admin_wpaf_seven_btn a {
        width: 30%;
    }
    .admin_wpaf_seven_btn {
        margin-top: 15%;
        margin: 20% auto;
    }
    .admin_wpaf_seven_shortcode .admin_wpaf_seven_btn {
        margin-top: 15%;
        margin-right: 10%;
        margin-left: 10%;
    }
    .admin_wpaf_seven_percentOff p {
        font-size: 18px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: auto;
        padding-right: auto;
    }
    .admin_wpaf_seven_shortcode .admin_wpaf_seven_percentOff p {
        line-height: 31px;
        margin-top: 0px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .admin_wpaf_seven_percentOff:after {
        top: 100%;
        left: 60%;
        z-index: -10;
    }
    .admin_wpaf_seven_heading p {
        font-size: 14px;
        padding: 5px;
    }
    .admin_wpaf_seven_shortcode .admin_wpaf_seven_heading p {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 15px;
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 980px) {
    .wpaf-new-grid-container {
        grid-template-columns: 0.5fr 1.5fr 0.75fr;
        grid-template-rows: 1fr;
    }
    .admin_wpaf_seven_productPic img {
        width: 45%;
        height: auto;
    }
    .admin_wpaf_seven_shortcode .admin_wpaf_seven_productPic img {
        width: 65%;
        max-width: 230px;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    .admin_wpaf_seven_percentAndPic {
        width: 25%;
        height: 150px;
    }
    .admin_wpaf_seven_percentOff:after {
        top: 100%;
        left: 89%;
    }
    .admin_wpaf_seven_btn {
        margin-top: 15%;
        margin: 10%;
    }
    .admin_wpaf_seven_percentOff p {
        font-size: 30px;
        padding: 6.4px;
    }
    .admin_wpaf_seven_shortcode .admin_wpaf_seven_percentOff p {
        font-size: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 42px;
        overflow-wrap: break-word;
        word-break: normal;
    }
    .admin_wpaf_seven_percentOff:after {
        top: 100%;
        left: 80%;
    }
    .admin_wpaf_seven_shortcode .admin_wpaf_seven_percentOff:after {
        top: 100%;
        left: auto;
        right: 15%;
    }
    .admin_wpaf_seven_heading p {
        font-size: 14px;
    }
    .admin_wpaf_seven_heading h1 a {
        font-size: 26px;
        text-decoration: none;
        color: #000000;
    }
}

@media only screen and (max-width: 900px) {
    .wpaf-template-five .wpaf-coupon-hidden.wpaf-coupon-button-type {
        width: 38%;
        float: left;
    }
    .admin-wpaf-new-grid-container {
        grid-template-columns: 0.5fr 1.5fr 0.75fr;
        grid-template-rows: 1fr;
    }
}

@media screen and (max-width: 800px) {
    .wpaf_import_field_inner_wr>.wpaf_import_field {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .wpaf_import_field_inner_wr {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 650px) {
    #wpaf_coupon_ul li.wpaf_coupon_li {
        margin: 10px 0;
        width: 100%;
    }
    #wpaf_coupon_ul {
        margin: 0;
    }
}

@media screen and (max-width: 740px) {}

@media only screen and (max-width: 600px) {
    .wpaf-coupon-discount-text,
    .coupon-type,
    .deal-type {
        width: 100%;
    }
    .wpaf-coupon-six {
        height: auto;
    }
    .wpaf-coupon-six-title {
        text-align: center;
    }
    .wpaf-coupon-six-texts {
        text-align: justify;
    }
    .wpaf-coupon-six-percent-off {
        width: 60px;
        position: absolute;
        display: none;
    }
    .wpaf-coupon-six-percent-off .wpaf-for-ribbon,
    .wpaf-coupon-six-percent-off .wpaf-ribbon {
        width: 60px;
        height: 60px;
    }
    .wpaf-coupon-six-percent-off .wpaf-ribbon p {
        font-size: 20px;
    }
    .wpaf-coupon-six-texts {
        width: 100%;
        padding: 10px;
        margin: 0;
    }
    .wpaf-coupon-six-texts .exp {
        text-align: center;
    }
    .wpaf-coupon-six-texts .texts {
        min-height: 75px;
    }
    .wpaf-coupon-six-img-and-btn {
        width: 100%;
        margin: 0;
    }
    .wpaf-coupon-six .wpaf-coupon-not-hidden,
    .wpaf-coupon-six .wpaf-coupon-hidden {
        max-width: 200px;
        margin: auto;
        margin-bottom: 10px;
    }
    .wpaf-coupon-six-img-and-btn .item-img {
        margin-top: 0px;
        display: none;
    }
    .wpaf-coupon-six-img-and-btn .wpaf-coupon-button-type .coupon-code-wpaf {
        margin: auto;
    }
    .admin_wpaf_seven_shortcode .admin_wpaf_seven_percentAndPic {
        float: none;
        width: 65%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .admin_wpaf_seven_shortcode .admin_wpaf_seven_headingAndExpire {
        width: 100%;
        float: none;
    }
    .admin_wpaf_seven_shortcode .admin_wpaf_seven_heading {
        padding-bottom: 0px;
    }
    .admin_wpaf_seven_shortcode .admin_wpaf_seven_new_title {
        text-align: center;
    }
    .admin_wpaf_seven_shortcode .wpaf-coupon-description {
        text-align: justify;
    }
    .admin_wpaf_seven_shortcode .admin_wpaf_seven_buttonSociaLikeDislike {
        float: none;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px;
    }
    .admin_wpaf_seven_shortcode .admin_wpaf_seven_btn {
        margin-top: 0px;
        margin-bottom: 20px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .admin_wpaf_seven_shortcode .admin_wpaf_seven_expire_correct_box {
        width: 100%;
        float: none;
        margin-left: 0px;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .wpaf-template-five-percent-off {
        width: 100%;
        padding: 10px 0 30px 0;
    }
    .wpaf-coupon-five-title {
        text-align: center;
    }
    .wpaf-template-five-texts {
        width: 75%;
        float: left;
        margin: 0;
    }
    .wpaf-template-five {
        padding: 10px;
    }
    .wpaf-template-five-pro-img img {
        width: auto;
        display: block;
        margin: auto;
    }
    .wpaf-template-five-percent-off {
        padding: 0px !important;
    }
    .wpaf-template-five-btn p {
        font-size: 15px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .wpaf-template-five-exp {
        width: 100%;
        border-bottom-left-radius: 0px;
        float: none;
        margin-bottom: 10px;
    }
    .wpaf-template-five-exp p {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .extra-wpaf-template-five-holder .wpaf-coupon-not-hidden {
        width: 100%;
    }
    .wpaf-template-five-holder .wpaf-template-five-texts p {
        text-align: justify;
    }
    .wpaf-template-five .wpaf-coupon-button-type .coupon-code-wpaf {
        margin-left: unset;
        border-bottom-left-radius: 15px;
        padding: 15px 14px;
    }
    .wpaf-template-five .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf span {
        line-height: 35px;
    }
    .wpaf-template-five .wpaf-coupon-description {
        text-align: center;
    }
    .wpaf-template-five .wpaf-coupon-hidden.wpaf-coupon-button-type {
        width: 100%;
        float: none;
    }
    .wpaf-template-five .wpaf-coupon-hidden.wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf {
        border-bottom-left-radius: 15px;
    }
    .wpaf-template-five-texts {
        width: 100%;
    }
    .wpaf-template-five-btn {
        width: 100%;
        margin-left: 0px;
    }
    .wpaf-template-five-btn:before {
        border-bottom-left-radius: 15px;
    }
    .wpaf-template-five-texts {
        width: 100%;
    }
    .wpaf-template-five-percent-off,
    .wpaf-template-five-pro-img {
        width: 100%;
        float: none;
    }
}

@media all and (min-width: 600px) {
    .wpaf-col-1-4 .wpaf-coupon-expire,
    .wpaf-col-1-4 .wpaf-coupon-expired,
    .wpaf-col-1-4 .wpaf-coupon-code,
    .wpaf-col-1-4 .wpaf-deal-code,
    .wpaf-col-1-4 .coupon-code-wpaf {
        text-align: right;
    }
    .wpaf-coupon-description {
        text-align: initial;
    }
    .wpaf-coupon-three .wpaf-coupon-three-title {
        text-align: initial;
    }
    .wpaf-coupon-title {
        text-align: initial;
        margin-bottom: 0px;
    }
    .wpaf-col-2-3 {
        float: left;
        width: 66.66%;
    }
    .wpaf-col-1-1 {
        float: left;
        width: 100%;
    }
    .wpaf-col-1-2 {
        float: left;
        width: 50%;
    }
    .wpaf-col-1-3 {
        float: left;
        width: 33.33%;
    }
    .wpaf-col-1-4 {
        float: left;
        width: 36%;
    }
    .wpaf-col-3-4 {
        float: left;
        width: 64%;
        padding-left: 0px;
    }
    .wpaf-col-1-8 {
        float: left;
        width: 18.5%;
    }
    .wpaf-col-7-8 {
        float: left;
        width: 80.5%;
    }
    /*
    Template one styles.
    */
    .wpaf-col-one-1-4 {
        float: right;
        width: 24.5%;
    }
    .wpaf-col-one-1-8 {
        float: left;
        width: 18%;
    }
    .wpaf-col-one-7-8 {
        float: left;
        width: 56.5%;
    }
    .wpaf-coupon-one h4 {
        text-align: initial;
    }
    /* template two styles.
    */
    .wpaf-col-two-1-4 {
        float: left;
        width: 17%;
    }
    .wpaf-col-two-3-4 {
        float: left;
        width: 82%;
    }
    .wpaf-coupon-two-header {
        text-align: left;
    }
    .wpaf-coupon-two-title {
        float: left;
        width: 67%;
        margin-bottom: 0px;
        text-align: left;
    }
    .wpaf-coupon-two-coupon {
        width: 33%;
        float: left;
    }
    /* template three styles.
    */
    .wpaf-col-three-1-4 {
        float: left;
        width: 25%;
    }
    .wpaf-col-three-3-4 {
        float: left;
        width: 75%;
    }
    .wpaf-coupon-three-coupon {
        width: 40%;
        float: left;
    }
    .wpaf-coupon-three-info-left {
        width: 60%;
        float: left;
    }
}

@media (max-width: 560px) {
    .wpaf-template-five-texts {
        width: 100%;
    }
    .admin-wpaf-new-grid-container {
        /* grid-template-columns: 0.5fr 3fr; */
        /*grid-template-columns: 1fr 3fr;
        grid-template-rows: 1fr;*/
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        text-align: center;
        grid-row-gap: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .wpaf_coupon_li_top_code,
    .wpaf_coupon_li_top_text,
    .wpaf_cat_ul_bottom li a,
    .wpaf_coupon_li_bottom_link {
        font-size: 14px;
    }
    .wpaf_coupon_popup_copy_code_span {
        font-size: 18px;
    }
    .wpaf_coupon_popup_copy_code_wr span.wpaf_coupon_top_copy_span {
        font-size: 15px;
        line-height: 42px;
    }
    .wpaf_import_field_inner_wr>.wpaf_import_field label {
        margin: 0 0 5px;
        width: 100%;
    }
    .wpaf_import_field_inner_wr>.wpaf_import_field select {
        width: 100%;
    }
    .admin_wpaf_seven_percentAndPic {
        width: 30%;
        height: 150px;
        text-align: center;
    }
    .admin_wpaf_seven_productPic img {
        width: 75%;
        height: auto;
        margin: auto;
    }
    .admin_wpaf_seven_productPic {
        text-align: center;
        margin: auto;
    }
    .admin_wpaf_seven_percentOff {
        width: 100%;
        height: auto;
        margin: 32px auto;
    }
    .admin_wpaf_seven_percentOff p {
        font-size: 18px;
        padding: 5px;
    }
    .admin_wpaf_seven_percentOff:after {
        top: 100%;
        left: 70%;
    }
    .admin_wpaf_seven_heading h1,
    .admin_wpaf_seven_heading p {
        font-size: 14px;
    }
    .admin_wpaf_seven_buttonSociaLikeDislike {
        width: 100%;
        height: auto;
        padding-left: 45%;
        padding-bottom: 64px;
    }
    .admin_wpaf_seven_headingAndExpire {
        width: 70%;
    }
    .admin_wpaf_seven_btn {
        text-transform: uppercase;
        margin-top: 1%;
        margin-left: auto;
    }
    .admin_wpaf_seven_couponBox {
        height: auto;
    }
    .admin_wpaf_seven_shortcode .admin_wpaf_seven_percentOff {
        width: 100%;
        height: auto;
        margin: 32px auto;
        margin-bottom: 22px;
    }
    .admin_wpaf_seven_shortcode .admin_wpaf_seven_percentOff p {
        margin-bottom: 0px;
        font-size: 18px;
        padding: 5px;
    }
    .admin_wpaf_seven_shortcode .admin_wpaf_seven_productPic {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 22px;
    }
    .wpaf-template-five-percent-off p {
        font-size: 24px;
    }
}

@media only screen and (min-width: 48em) {
    .wpaf-coupon-one:after {
        width: 0;
        height: 100%;
        border-left: 1px dashed #d1d1d1;
        content: "";
        position: absolute;
        right: 25%;
        top: 0;
    }
}

@media screen and (min-width: 569px) and (max-width: 600px) {
    .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 37px solid transparent;
        border-left: 32px solid #347BAF;
        position: absolute;
        right: -32px;
        top: 0;
    }
    .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf {
        position: absolute;
        left: -2px;
        top: -2px;
        background: #347BAF;
        color: #FFFFFF;
        padding: 10px 0px 11px 8px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        transition: all 0.5s ease;
    }
    .wpaf-coupon-button-type .coupon-code-wpaf {
        color: #444444;
        text-align: right;
    }
}