﻿.wpaf_shortcode_insert,
.wpaf_shortcode_insert-bt {
    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 .delete-coupon-img,
#coupon-details .upload-coupon-img {
    cursor: pointer
}

#coupon-details .coupon-img-container img {
    max-height: 100px
}

#coupon-details .upload-coupon-img:hover {
    box-shadow: 0 0 2px grey
}

.wpaf_icon {
    background: url(../../../../img/coupon16.png) no-repeat top left;
    display: inline-block;
    height: 16px;
    margin: 0 5px 0 0;
    vertical-align: text-top;
    width: 16px
}
.wpaf-feature-img img{
    width: 100%;
}

/* Add New Coupon */
#coupon-details input[type=date], #coupon-details input[type=datetime-local], #coupon-details input[type=datetime], #coupon-details input[type=email], #coupon-details input[type=month], #coupon-details input[type=number], #coupon-details input[type=password], #coupon-details input[type=search], #coupon-details input[type=tel], #coupon-details input[type=text], #coupon-details input[type=time], #coupon-details input[type=url], #coupon-details input[type=week]{
    padding: 5px 8px;
    width: 100%;
}
#coupon-details .meta-box-sortables select{
    min-width: 200px;
    padding: 5px 8px;
}
 
/* admin settings */
.wpaf_settings_section *{
    box-sizing: border-box;
}
.wpaf_settings_section .settings-grid-content{
    display: grid;
    grid-template-columns: 180px auto;
    grid-gap: 20px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin: 10px auto;
}
.wpaf_settings_section .pright{
    text-align: right;
}
.wpaf_settings_section .pright input[type='submit']{
    padding: 5px 20px;
}

.wpaf_settings_section .settings-grid-content table tr th{
    display: block;
    width: 100%;
    padding-bottom: 5px;
}
.wpaf_settings_section .settings-grid-content table tr td{
    display: block;
    padding-top: 5px;
    padding-left: 0;
}

.wpaf_settings_section .settings-grid-content table tr td input[type='text'],
.wpaf_settings_section .settings-grid-content table tr td input[type='number'],
.wpaf_settings_section .settings-grid-content table tr td textarea,
.wpaf_settings_section .settings-grid-content table tr td select{
    padding: 5px 8px;
    width: 100%;
    max-width: 700px;
}
.wpaf_settings_section .settings-grid-content table tr td label{
    display: block;
}

.wpaf_settings_section .nav-tab-wrapper{
    background: #dddddd;
}

.wpaf_settings_section h2 {
    font-size: 22px
}
#wpaf_coupon_settings h3 {
    font-size: 25px
}

.wpaf_settings_section div .nav-tab{
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;    
    padding: 15px 10px;
    border: none;
    border-bottom: 1px solid #c3c4c7;
}

.wpaf_settings_section div .nav-tab.active{
    background: #ffffff;
    color: #000000;
}

.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 .3s, visibility 0s linear .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, .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: red;
    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 #999;
    outline: 0;
    border-bottom: 0;
    border-right: 0
}

button.tab:last-child {
    border-right: 1px solid #999
}

button.tab.active {
    background: #eee
}

#wpaf_import_form {
    background-color: transparent;
    max-width: 90%;
    padding: 0;
    position: relative
}

.wpaf_import_field>label {
    color: #000;
    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, .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: #fff;
    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: red;
    float: left;
    margin-bottom: 20px;
    padding: 0 2%;
    width: 100%
}

.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
}

[id$=expire-date] {
    width: 100px;
    font-size: 14px
}

#expire-time {
    width: 100px;
    font-size: 14px
}

.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: 700;
    color: #fff
}

.help-tip:hover p {
    display: block;
    transform-origin: 100% 0;
    -webkit-animation: fadeIn .3s ease-in-out;
    animation: fadeIn .3s ease-in-out
}

.help-tip p {
    display: none;
    text-align: left;
    background-color: #1e2021;
    padding: 20px;
    width: 300px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    right: -4px;
    color: #fff;
    font-size: 13px;
    line-height: 1.4
}

.help-tip p:before {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #1e2021;
    right: 10px;
    top: -12px
}

.help-tip p:after {
    width: 100%;
    height: 40px;
    content: '';
    top: -40px;
    left: 0
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(.6)
    }

    100% {
        opacity: 100;
        transform: scale(1)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 100
    }
}

div {
    margin: 0
}

h4 {
    margin: 0;
    font-size: 25px
}

.wpaf-btn {
    font-size: 16px;
    border: 2px dashed #2185d0;
    color: #ffffff;
    background: #2185d0;
    text-align: center;
    cursor: pointer;
    padding: 8px 5px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none !important;
    word-break: break-all;
    height: 40px;
    min-width: 120px;
    max-width: 100%;
    border-radius: 3px;
}

a.wpaf-btn .wpaf_coupon_icon,
a.wpaf-btn .wpaf_deal_icon {
    margin-top: 0;
    vertical-align: middle
}

.wpaf-coupon {
    width: 95%;
    padding: 10px 5px;
    border: thin solid #e0e0e0;
    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: 70px;
    display: inline-block;
    background: #21ba45;
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 2em;
    text-align: center;
    box-shadow: 1px 1px 4px rgba(34, 34, 34, .2);
    border-radius: 3px;
}

.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: 0
}

.wpaf-coupon-header {
    width: 100%;
    padding-bottom: 5px
}


.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
}

.coupon-info {
    width: 100%;
    display: block;
    float: left;
    margin: 5px auto;
}

.coupon-info .c-type {
    display: inline-block;
}

.coupon-info .exp-date {
    display: inline-block;
    font-weight: 600;
}

.wpaf-coupon-button {
    margin: 0
}

.wpaf-coupon-button:hover {
    color: #347baf;
    background-color: #fff;
    border-color: #347baf
}

.wpaf-deal-button:hover {
    color: #347baf;
    background-color: #fff;
    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 0 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
}

.wpaf-coupon-default figure {
    text-align: center;
    margin: 0;
    padding: 0
}

.wpaf-coupon-default-img {
    max-width: 100%;
    max-height: 130px;
}

/* ===================================================== */



/* Coupon Default */
div.wpaf-coupon-default {
    max-width: 900px;
    margin: 15px auto;
    display: flex;
    box-shadow: 0 1px 2px rgba(30, 30, 30, .2);
}

.wpaf-coupon-default .wpaf-coupon-header {
    display: flex;
}

.wpaf-coupon-default .wpaf-coupon-header .wpaf-col {
    padding-bottom: 0;
}

.wpaf-coupon-default .coupon-info {
    padding-left: 5px;
}

.wpaf-coupon-default .wpaf-coupon-header .col-title {
    width: calc(100% - 120px);
}

.wpaf-coupon-default .wpaf-feature-img {
    width: 150px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
}


.wpaf-coupon-default .wpaf-feature-img figure {
    text-align: center;
    margin: 0;
    padding: 0
}

.wpaf-coupon-default .wpaf-coupon-default-img {
    max-width: 100%;
    margin-top: 10px;
    border-radius: 5px;
}
.wpaf-coupon-default .wpaf-coupon-description p{
    margin-bottom: 10px;
}
.wpaf-coupon-default .wpaf-coupon-content {
    width: calc(100% - 150px);
    padding-left: 5px;
    padding-right: 5px;
}

.wpaf-coupon-footer {
    width: 100%;
    padding: 5px 10px;
    color: #999999;
    border-top: 1px solid #e9e9e9;
    background-color: rgb(247, 247, 247);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

@media screen and (max-width:600px) {
    .wpaf-coupon-default {
        display: block;
    }

    .wpaf-coupon-default .wpaf-feature-img,
    .wpaf-coupon-default .wpaf-coupon-content,
    .wpaf-coupon-default .wpaf-coupon-header .col-title {
        width: 100%;
    }

    .wpaf-coupon-default .wpaf-coupon-header {
        display: block;
    }
}

/* Coupon One */
.wpaf-coupon-one {
    max-width: 900px;
    padding: 0;
    background: #ffffff;
    margin: 15px 0 15px 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: auto 150px;
}

.wpaf-coupon-one .wpaf-coupon-container {
    display: grid;
    grid-template-columns: 130px auto;
    grid-gap: 10px;
    border-right: 2px dashed #ffffff;
    border-radius: 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #FFC107;
    padding: 10px;
    border-left: 5px dotted #ffffff;

}

.wpaf-coupon-one .wpaf-coupon-img {
    max-width: 100%;
    max-height: 130px;
    margin-top: 10px
}

.wpaf-coupon-one .wpaf-coupon-content p {
    margin-bottom: 5px;

}

.wpaf-coupon-one .wpaf-coupon-content {
    position: relative;
}

.wpaf-coupon-one .wpaf-coupon-info {
    border-radius: 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #FFC107;
    border-right: 5px dotted #ffffff;
    text-align: center;
}

.wpaf-coupon-one .wpaf-coupon-discount-text {
    border: none;
}

.wpaf-coupon-one .wpaf-coupon-code {
    text-align: center;
}

.wpaf-coupon-one .wpaf-coupon-expire {
    color: green;
    text-align: center;
    margin-top: 25px;
    width: 100%;
    font-size: 14px;
    padding-left: 5px
}

.wpaf-coupon-one .wpaf-coupon-expired {
    color: red;
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding-left: 5px;
    margin-top: 15px
}


.wpaf-coupon-one {
    max-width: 900px;
    padding: 10px 5px 10px 5px;
    background: #fafafa;
    margin: 15px auto 15px auto;
    overflow: hidden;
    clear: both;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 2px 0 rgba(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 !important;
    margin-bottom: 15px
}

.wpaf-coupon-one-discount-text {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    word-break: normal
}


@media screen and (max-width:600px) {
    .wpaf-coupon-one {
        grid-template-columns: auto;
    }

    .wpaf-coupon-one .wpaf-coupon-container {
        grid-template-columns: auto;
        border: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .wpaf-coupon-one .wpaf-coupon-info {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: none;
    }

    .wpaf-coupon-one .wpaf-coupon-container {
        text-align: center;
    }
}


/* Coupon two */
.wpaf-coupon-two {
    max-width: 900px;
    border: 1px solid #d1d1d1;
    background: #fafafa;
    margin: 15px auto 15px auto;
    overflow: hidden;
    clear: both;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(30, 30, 30, .2);
    border-radius: 8px;
}

.wpaf-coupon-two .coupon-body {
    background: #ffffff;
    padding: 10px;
    display: flex;
    flex-direction: row;
}

.wpaf-coupon-two .wpaf-coupon-description {
    text-align: justify;
}

.wpaf-coupon-two .wpaf-feature-img {
    width: 150px;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.wpaf-coupon-two .wpaf-feature-img figure {
    text-align: center;
    margin: 0;
    padding: 0
}

.wpaf-coupon-two .wpaf-coupon-default-img {
    max-width: 100%;
    margin-top: 10px;
    border-radius: 5px;
}

.wpaf-coupon-two .wpaf-coupon-content {
    width: calc(100% - 300px);
    padding-left: 5px;
    padding-right: 5px;
}

.wpaf-coupon-two .wpaf-coupon-two-discount-text {
    text-align: center;
    padding: 3px 10px;
    margin-top: 5px;
    overflow-wrap: break-word;
    word-break: normal;
    font-weight: 700;
    border-radius: 3px;
}

.wpaf-coupon-two .wpaf-coupon-two-info {
    font-size: 16px;
}

@media screen and (max-width:600px) {
    .wpaf-coupon-two .coupon-body {
        display: block;
    }

    .wpaf-coupon-two .wpaf-feature-img,
    .wpaf-coupon-two .wpaf-coupon-content {
        width: 100%;
    }
}


/* Coupon Three Style*/
.wpaf-coupon-three {
    max-width: 900px;
    padding: 5px 10px;
    border: 1px solid #d1d1d1;
    background: #fafafa;
    margin: 15px auto 15px auto;
    overflow: hidden;
    clear: both;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
    border-radius: 3px;
}
.wpaf-coupon-three .coupon-code-wpaf{
    text-align: right;
}

.wpaf-coupon-three .wpaf-coupon-three-info {
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed #e9e9e9;
}

.wpaf-coupon-three .wpaf-coupon-expire {
    text-align: left;
}

.wpaf-coupon-three .wpaf-btn {
    width: 150px;
}

.wpaf-coupon-three .wpaf-coupon-expire {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width:600px) {
    .wpaf-coupon-three .wpaf-coupon-three-info {
        flex-direction: column;
    }
}

/* Coupon Four */
.wpaf-coupon-four {
    max-width: 320px;
    padding: 5px 10px;
    background: #ffffff;
    margin: 15px auto;
    overflow: hidden;
    clear: both;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 1px #00000010, 0 0 15px #00000010;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #cccccc;
}

.wpaf-coupon-four .wpaf-coupon-description {
    text-align: justify;
    margin: 10px auto;
}

.wpaf-coupon-four .wpaf-coupon-description * {
    display: inline;
}

.wpaf-coupon-four .wpaf-feature-img {
    max-width: 150px;
    margin: auto;
    border-radius: 5px;
}

.wpaf-coupon-four .wpaf-feature-img figure {
    border-radius: 5px;
    padding: 5px;
    border: 2px solid #f5f5f5;
    width: 100%;
    margin: 0;
}

.wpaf-coupon-four .wpaf-coupon-expire {
    margin-top: 0px;
}

.wpaf-coupon-four .wpaf-coupon-expire {
    color: #222222;
}


/* Coupon five */
.wpaf-coupon-five * {
    box-sizing: border-box;
}

.wpaf-coupon-five {
    max-width: 900px;
    border: 2px solid #14a800;
    border-radius: 10px;
    margin: 25px auto;
    clear: both;
    overflow: hidden;
    padding: 10px 10px 0px 10px;
    box-sizing: border-box;
}

.wpaf-coupon-five .wpaf-coupon-container {
    display: grid;
    grid-template-columns: 20% auto 20%;
    grid-gap: 10px;
}

.wpaf-coupon-five .wpaf-coupon-title {
    font-size: 22px !important;
}

.wpaf-coupon-five .wpaf-coupon-description {
    padding: 0 10px;
}

.wpaf-coupon-five .wpaf-coupon-container .wpaf-offer {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.wpaf-coupon-five .wpaf-coupon-container .wpaf-feature-img img {
    width: 100%;
    border-radius: 5px;
}

.wpaf-coupon-five .wpaf-coupon-discount-text {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.wpaf-coupon-five .wpaf-coupon-info {
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed #e9e9e9;
    padding-top: 10px;
}
.wpaf-coupon-five .wpaf-coupon-info p{
    margin-top: 0;
    margin-bottom: 5px;
}


.wpaf-coupon-five .wpaf-coupon-expire {
    text-align: left;
}

.wpaf-coupon-five .wpaf-btn {
    width: 150px;
}

.wpaf-coupon-expire {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width:600px) {
    .wpaf-coupon-five .wpaf-coupon-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .wpaf-coupon-five .wpaf-coupon-container .wpaf-offer {
        display: none;
    }

    .wpaf-coupon-five .wpaf-coupon-info {
        flex-direction: column-reverse;
    }

    .wpaf-coupon-five .wpaf-coupon-expire {
        text-align: center;
        padding-bottom: 10px;
    }
}

/* Coupon Six */

.wpaf-coupon-six * {
    box-sizing: border-box;
}

.wpaf-coupon-six {
    max-width: 760px;
    width: 100%;
    border: 2px solid #14a800;
    margin: 25px auto;
    clear: both;
    overflow: hidden;
    padding-bottom: 15px;
    border-radius: 10px;
}
.wpaf-coupon-six h2 {
    font-size: 22px !important;
}

.wpaf-coupon-six .wpaf-coupon-description {
    text-align: left;
}

.wpaf-coupon-six .wpaf-coupon-description p {
    margin-bottom: 5px;
}

.wpaf-coupon-six .wpaf-coupon-container {
    display: grid;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: 150px auto 100px;
    position: relative;
    grid-gap: 10px;
}

.wpaf-coupon-six .wpaf-coupon-feature {
    padding: 10px;
}


.wpaf-coupon-six .wpaf-btn {
    width: 100%;
}

.wpaf-coupon-six .wpaf-coupon-feature img {
    border-radius: 5px;
    width: 100%;
}

.wpaf-coupon-six .wpaf-coupon-offer {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
}

.wpaf-coupon-offer .wpaf-for-ribbon {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
}

.wpaf-coupon-offer .wpaf-badge {
    width: 100%;
    max-width: 100px;
    min-height: 120px;
    height: auto;
    margin: 0 auto;
    position: relative;
    border-color: #e8023f;
    background-color: #e8023f;
    padding-top: 10px;
}

.wpaf-coupon-six .wpaf-badge .wpaf-badge-after,
.wpaf-coupon-six .wpaf-badge .wpaf-badge-before {
    content: '';
    position: absolute;
    bottom: -40px;
    width: 0;
    height: 0;

}

.wpaf-coupon-six .wpaf-badge .wpaf-badge-before {
    left: 0;
    border-left: 50px solid;
    border-left-color: inherit;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    position: absolute;
    z-index: 1;
    border-left-color: #e8023f;
}

.wpaf-coupon-six .wpaf-badge .wpaf-badge-after {
    right: 0;
    border-right: 50px solid;
    border-right-color: inherit;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    position: absolute;
    z-index: 1;
    border-right-color: #e8023f;
}

.admin_wpaf_six .wpaf-coupon-button-type .coupon-code-wpaf .get-code-wpaf .rectangle_wpaf {
    display: block;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-left: 45px solid #2185d0;
    position: absolute;
    top: 0;
    right: 5px
}
@media screen and (max-width:600px) {
    .wpaf-coupon-six {
        height: auto
    }

    .wpaf-coupon-six .wpaf-coupon-feature {
        max-width: 200px;
    }

    .wpaf-coupon-six .wpaf-btn {
        width: 100%;
    }

    .wpaf-coupon-six .wpaf-coupon-six-title {
        text-align: center
    }

    .wpaf-coupon-six .wpaf-coupon-offer {
        width: 60px;
        position: absolute;
        display: none
    }

    .wpaf-coupon-six .wpaf-coupon-container {
        grid-template-columns: auto;
        justify-items: center;
    }
}


/* Coupon seven */

.wpaf-coupon-seven {
    max-width: 900px;
    margin: 15px auto;
    padding: 0;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(30, 30, 30, .2);
    border-radius: 10px;
    overflow: hidden;
}

.wpaf-coupon-seven .wpaf-coupon-box {
    display: grid;
    grid-template-columns: 150px auto;
    grid-gap: 15px;
    padding: 10px;
}

.wpaf-coupon-seven .wpaf-coupon-box h2 {
    font-size: 22px !important;
}

.wpaf-coupon-seven .coupon-code-wpaf ,.wpaf-coupon-seven .wpaf-coupon-code, .wpaf-coupon-seven .wpaf-deal-code{
    text-align: right;
}

.wpaf-coupon-seven .wpaf-coupon-feature {
    position: relative;
}
.wpaf-coupon-seven .wpaf-coupon-feature img{
    width: 100%;
    max-height: 130px;
    border-radius: 5px;
}

.wpaf-coupon-seven .wpaf-feature-offer {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.wpaf-coupon-seven .wpaf-coupon-offer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    max-height: 130px;
}

.wpaf-coupon-seven .wpaf-feature-offer img {
    width: 100%;
}

.wpaf-coupon-seven .wpaf-coupon-offer p {
    color: #ffffff;
    font-size: 28px;
    text-shadow: 0 0 15px #00000050;
    padding: 5px;
    margin: 0;

}

.wpaf-coupon-seven .wpaf-coupon-footer .wpaf-coupon-info {
    color: #000000;
}

@media screen and (max-width:600px) {
    .wpaf-coupon-seven .wpaf-coupon-box {
        grid-template-columns: auto;
    }

    .wpaf-coupon-seven .wpaf-feature-offer {
        margin: auto;
    }
}


/* Coupon Eight */
.wpaf-coupon-eight *{
    box-sizing: border-box;
}

.wpaf-coupon-eight {
    box-sizing: border-box;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(30, 30, 30, .2);
    display: grid;
    grid-template-columns: 130px auto 130px;
    grid-gap: 15px;
    margin: 25px auto;
    padding: 10px;
}

.wpaf-coupon-eight h5.admin-wpaf-new-title.wpaf-coupon-title {
    font-size: 24px !important;
    margin-top: 0;
}

.wpaf-coupon-eight .wpaf-coupon-type,
.wpaf-coupon-eight .wpaf-deal-type {
    text-align: center;
    color: #ffffff;
    padding: 5px;
    background-color: #329d40;
    width: 100%;
}

.wpaf-coupon-eight .wpaf-discount-text {
    width: 100%;
    font-size: 28px;
    text-align: center;
    padding: 5px;
    margin: auto;
    border: 1px solid #dddddd;
}

.wpaf-coupon-eight .wpaf-coupon-button a {
    display: block;
}

.wpaf-coupon-eight .wpaf-coupon-button .wpaf-coupon-code {
    padding: 10px;
    border: 1px dashed #329d40;
    margin-bottom: 10px;
    text-decoration: none;
    color: #329d40;
    text-align: center;
}

.wpaf-coupon-eight .wpaf-coupon-button .wpaf-goto-button {
    text-align: center;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
    background: #329d40;
    text-decoration: none;
}

.wpaf-coupon-eight .wpaf-coupon-button .wpaf-goto-button:hover {
    background: #277531 !important;
}

.wpaf-coupon-eight .wpaf-coupon-eight-expire{
    text-align: center;
}

@media screen and (max-width:600px) {
    .wpaf-coupon-eight {
        grid-template-columns: auto;
    }

    .wpaf-coupon-eight .wpaf-discount-text {
        padding: 40px;
    }

    .wpaf-coupon-eight .wpaf-type-offer {
        width: 250px;
        margin: auto;
    }
}



/* ======================================= */


.wpaf-template-five * {
    box-sizing: border-box
}


.wpaf-coupon-six * {
    box-sizing: border-box
}

.wpaf-coupon-image {
    width: 95%;
    padding: 10px 5px 10px 10px;
    border: 2px dashed #000;
    background: #fafafa;
    margin: 15px 0 15px 5px
}

.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
}

#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
}

.wpaf-coupon-hidden {
    display: none
}

.wpaf-coupon *,
:after,
:before {
    box-sizing: border-box !important
}

.wpaf-coupon-one *,
:after,
:before {
    box-sizing: border-box !important
}

.wpaf-coupon-two *,
:after,
:before {
    box-sizing: border-box !important
}

.wpaf-coupon-three *,
:after,
:before {
    box-sizing: border-box !important
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.row {
    margin: 0 -10px;
    margin-bottom: 20px
}

.row:last-child {
    margin-bottom: 0
}

[class*=wpaf-col-] {
    padding: 5px 5px 5px 5px
}

.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 .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: #fff;
    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: #fff;
    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: #fff;
    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 #fff;
    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 .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: #222;
    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 .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 .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: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 0 3px 5px 0;
    padding: 12px;
    transition: all .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
}

.wpaf-coupon-button-type .coupon-code-wpaf {
    line-height: 1;
    padding: 14px 38px;
    background: #f90;
    color: #fff;
    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: .9
}

.wpaf-coupon-button-type .coupon-code-wpaf {
    color: #444;
    background: #ffffff;
    text-align: right;
    padding: 10px 12px;
    font-size: 13px;
    border: 2px solid #ddd;
    position: relative;
    text-decoration: none;
    min-width: 132px;
    white-space: nowrap;
    box-sizing: border-box
}



.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;
    text-align: center;
    background: #347baf;
    color: #fff;
    font-size: 12px;
    padding: 14px 0 11px 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    transition: all .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 .5s ease 0s
}

.wpaf_coupon_popup_wr {
    background-color: rgba(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: #fff;
    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: 400;
    margin: 10px 0 0 0;
    padding-right: 0;
    text-align: center
}

.wpaf_coupon_popup_close {
    color: #222;
    cursor: pointer;
    font-size: 35px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -8px;
    transition: all .2s ease 0s;
    width: 25px
}

.wpaf_coupon_popup_close:hover {
    color: red
}

.wpaf_coupon_popup_copy_text p {
    font-size: 14px;
    font-weight: 400;
    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: #000;
    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: #fff;
    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
}

[wpaf-data-tooltip]:after,
[wpaf-data-tooltip]:before {
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

[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%, .9);
    color: #fff;
    content: attr(wpaf-data-tooltip);
    text-align: center;
    font-size: 11px;
    line-height: 1.2
}

[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%, .9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0
}

[wpaf-data-tooltip]:hover:after,
[wpaf-data-tooltip]:hover:before {
    visibility: visible;
    opacity: 1
}


.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
}

[wpaf-data-tooltip]:after,
[wpaf-data-tooltip]:before {
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

[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%, .9);
    color: #fff;
    content: attr(wpaf-data-tooltip);
    text-align: center;
    font-size: 11px;
    line-height: 1.2
}

[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%, .9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0
}

[wpaf-data-tooltip]:hover:after,
[wpaf-data-tooltip]:hover:before {
    visibility: visible;
    opacity: 1
}

#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
}

.wrap .wpaf_green {
    display: none
}

.wpaf-import-wrapper {
    display: none
}

.wpaf-pbar-container {
    background-color: rgba(255, 255, 255, .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, .25);
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25), 0 1px rgba(255, 255, 255, .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, .3), rgba(255, 255, 255, .05));
    transition: .4s linear;
    transition-property: width, background-color;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .25), inset 0 1px rgba(255, 255, 255, .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 {
    background-color: #5cb85c
}

.wpaf-five-percent {
    background-color: #5cb85c
}

.wpaf-twentyfive-percent {
    background-color: #5cb85c
}

.wpaf-fifty-percent {
    background-color: #5cb85c
}

.wpaf-seventyfive-percent {
    background-color: #5cb85c
}

.wpaf-onehundred-percent {
    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 #000;
    border-radius: 3px;
    cursor: pointer
}

.wpaf-pbar-radio+.wpaf-pbar-label {
    color: #fff;
    background: rgba(0, 0, 0, .25)
}

#wpaf-pbar-percent {
    color: #fff;
    width: 1px
}

@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%
    }

    
}

@media screen and (min-width:980px) {
    .wpaf-new-grid-container {
        grid-template-columns: .5fr 1.5fr .75fr;
        grid-template-rows: 1fr
    }
}

@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: .5fr 1.5fr .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 only screen and (max-width:600px) {

    .coupon-type,
    .deal-type,
    .wpaf-coupon-discount-text {
        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-hidden,
    .wpaf-coupon-six .wpaf-coupon-not-hidden {
        max-width: 200px;
        margin: auto;
        margin-bottom: 10px
    }


    .wpaf-coupon-six-img-and-btn .wpaf-coupon-button-type .coupon-code-wpaf {
        margin: auto
    }

}

@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: 0 !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: 0;
        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: 0
    }

    .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 .coupon-code-wpaf,
    .wpaf-col-1-4 .wpaf-coupon-code,
    .wpaf-col-1-4 .wpaf-coupon-expire,
    .wpaf-col-1-4 .wpaf-coupon-expired,
    .wpaf-col-1-4 .wpaf-deal-code {
        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: 0
    }

    .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: 0
    }

    .wpaf-col-1-8 {
        float: left;
        width: 18.5%
    }

    .wpaf-col-7-8 {
        float: left;
        width: 80.5%
    }

    .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
    }

    .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: 0;
        text-align: left
    }

    .wpaf-coupon-two-coupon {
        width: 33%;
        float: left
    }

    .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;
        padding-top: 15px;
    }

    .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: 1fr;
        grid-template-rows: 1fr;
        text-align: center;
        grid-row-gap: 1rem
    }
}

@media screen and (max-width:480px) {

    .wpaf_cat_ul_bottom li a,
    .wpaf_coupon_li_bottom_link,
    .wpaf_coupon_li_top_code,
    .wpaf_coupon_li_top_text {
        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%
    }

    .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: #fff;
        padding: 10px 0 11px 8px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        transition: all .5s ease
    }

    .wpaf-coupon-button-type .coupon-code-wpaf {
        color: #444;
        text-align: right
    }
}