/**
 * Plugin Name: AffCoupon
 * Plugin URI: https://couponthemes.net/plugins/affcoupon
 * */
.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100%;
}

.wpcd-btn {
    padding: 4px 4px 4px 4px;
    border-radius: 2px;
    border: 0;
    color: #fff;
    line-height: 1.3;
    margin: 0
}

a.wpcd-btn .wpcd_coupon_icon,
a.wpcd-btn .wpcd_deal_icon {
    margin-top: 0;
    vertical-align: middle
}

.wpcd-coupon {
    background: #ffffff;
    border: thin solid #e0e0e0;
    box-sizing: border-box;
    margin: 15px 0;
    padding: 10px 5px 10px 10px;
    border-radius: 8px;
}

.wpcd-coupon::after,
.wpcd-coupon::before {
    clear: both;
    display: block;
    content: ""
}

.wpcd-coupon-discount-text {
    width: 100%;
    text-align: center;
    padding: 3px 10px;
    margin-top: 5px;
    overflow-wrap: break-word;
    word-break: normal;
    font-weight: 700;
    border: thin solid #e0e0e0;
    border-radius: 3px;
}

.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;
}

.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: 70px;
    display: inline-block;
    background: #ea4c89;
    padding: 3px 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;
}

.wpcd-coupon-content {
    margin: 0
}

.wpcd-coupon-header {
    width: 100%;
    padding-bottom: 5px
}

.wpcd-extra-content {
    width: 100%;
}

.wpcd_coupon_li_content>.wpcd-coupon-title {
    padding: 15px 15px 0
}

.wpcd-coupon-title {
    width: 100%;
    font-size: 20px;
    margin:5px 0 10px 0;
}

.wpcd-coupon-title a {
    text-decoration: none !important;
    box-shadow: none
}

.wpcd-coupon-title a:hover {
    box-shadow: none
}

.wpcd-coupon-code {
    width: 100%;
    text-align: center
}

.wpcd-coupon-description {
    margin-top: 5px;
    font-size: 16px;
}

wpcd-coupon-description p {
    margin: 0 0 10px
}

.wpcd-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.wpcd-btn {
    box-shadow: none;
    overflow: hidden;
}

a.wpcd-btn:hover {
    box-shadow: none;
    color: #2185d0
}

.wpcd-coupon-button {
    margin: 0
}

.wpcd-deal-button {
    margin: 0
}

.wpcd-coupon-button:hover {
    color: #2185d0;
    background-color: #fff;
    border-color: #2185d0
}

.wpcd-deal-button:hover {
    color: #2185d0;
    background-color: #fff;
    border-color: #2185d0
}

.wpcd-coupon-expire {
    text-align: center;
    margin-top: 5px;
    width: 100%;
    font-size: 14px;
    padding-left: 5px
}

.wpcd-coupon-expired {
    color: red;
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding-left: 5px;
    margin-top: 5px
}

.wpcd_coupon_icon,
.wpcd_deal_icon {
    display: inline-block;
    height: 24px;
    margin: -2px 0 0 0;
    vertical-align: text-top;
    width: 24px;
    box-shadow: none
}

.wpcd_coupon_icon:hover,
.wpcd_deal_icon:hover {
    box-shadow: none
}

span.wpcd_coupon_icon img,
span.wpcd_deal_icon img {
    box-shadow: none
}



.wpcd-template-default-mobile .coupon-type,
.wpcd-template-default-mobile .deal-type,
.wpcd-template-default-mobile .wpcd-col-1-4,
.wpcd-template-default-mobile .wpcd-col-1-8,
.wpcd-template-default-mobile .wpcd-col-3-4,
.wpcd-template-default-mobile .wpcd-col-7-8,
.wpcd-template-default-mobile .wpcd-coupon-code,
.wpcd-template-default-mobile .wpcd-coupon-discount-text {
    width: 100%;
    text-align: center
}

.wpcd-template-default-mobile .wpcd-col-1-4 .coupon-code-wpcd,
.wpcd-template-default-mobile .wpcd-col-1-4 .wpcd-coupon-code,
.wpcd-template-default-mobile .wpcd-col-1-4 .wpcd-coupon-expire,
.wpcd-template-default-mobile .wpcd-col-1-4 .wpcd-coupon-expired {
    text-align: center
}

.wpcd-template-default-mobile .wpcd-coupon-description {
    text-align: justify
}

.wpcd-coupon-default.wpcd-template-default-mobile .wpcd-coupon-header .wpcd-col-1-4 .coupon-code-wpcd {
    float: none;
    margin: auto
}

.wpcd-mobile-mini .wpcd-share-buttons-container {
    width: 100%;
    text-align: center;
    margin-top: 20px
}

.wpcd-mobile-mini .wpcd-vote-wrapper {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 0
}

.wpcd-mobile-mini .wpcd-share-buttons-container a {
    margin: 6px 12px
}



/* Coupon Default */
.wpcd-coupon-default {
    display: flex;
    box-shadow: 0 1px 2px rgba(30, 30, 30, .2);
}
.wpcd-coupon-default .wpcd-coupon-description p{
    margin-bottom: 10px;
}

.wpcd-coupon-default .wpcd-coupon-header {
    display: flex;
}

.wpcd-coupon-default .wpcd-coupon-header .wpcd-col {
    padding-bottom: 0;
}

.wpcd-coupon-default .coupon-info {
    padding-left: 5px;
}

.wpcd-coupon-default .wpcd-coupon-header .col-title {
    width: calc(100% - 120px);
}

.wpcd-coupon-default .wpcd-feature-img {
    width: 150px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
}


.wpcd-coupon-default .wpcd-feature-img figure {
    text-align: center;
    margin: 0;
    padding: 0
}

.wpcd-coupon-default .wpcd-coupon-default-img {
    max-width: 100%;
    margin-top: 10px;
    border-radius: 5px;
}

.wpcd-coupon-default .wpcd-coupon-content {
    width: calc(100% - 150px);
    padding-left: 5px;
    padding-right: 5px;
}

.wpcd-coupon-footer {
    float: left;
    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) {
    .wpcd-coupon-default {
        display: block;
    }

    .wpcd-coupon-default .wpcd-feature-img,
    .wpcd-coupon-default .wpcd-coupon-content,
    .wpcd-coupon-default .wpcd-coupon-header .col-title {
        width: 100%;
    }

    .wpcd-coupon-default .wpcd-coupon-header {
        display: block;
    }
}


/* Coupon One */
.wpcd-coupon-one {
    width: 100%;
    padding: 0;
    background: #ffffff;
    margin: 15px 0 15px 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: auto 160px;
}

.wpcd-coupon-one .wpcd-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;

}

.wpcd-coupon-one .wpcd-coupon-img {
    max-width: 100%;
    max-height: 130px;
    margin-top: 10px;
    border-radius: 10px;
}

.wpcd-coupon-one .wpcd-coupon-content p {
    margin-bottom: 5px;

}

.wpcd-coupon-one .wpcd-coupon-content {
    position: relative;
}

.wpcd-coupon-one .wpcd-coupon-info {
    border-radius: 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #FFC107;
    border-right: 5px dotted #ffffff;
}

.wpcd-coupon-one .wpcd-coupon-discount-text {
    border: none;
}

.wpcd-coupon-one .wpcd-coupon-code {
    text-align: center;
}

.wpcd-coupon-one .wpcd-coupon-expire {
    color: green;
    text-align: center;
    margin-top: 25px;
    width: 100%;
    font-size: 14px;
    padding-left: 5px
}

.wpcd-coupon-one .wpcd-coupon-expired {
    color: red;
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding-left: 5px;
    margin-top: 15px
}

@media screen and (max-width:600px) {
    .wpcd-coupon-one {
        grid-template-columns: auto;
    }

    .wpcd-coupon-one .wpcd-coupon-container {
        grid-template-columns: auto;
        border: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .wpcd-coupon-one .wpcd-coupon-info {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: none;
    }

    .wpcd-coupon-one .wpcd-coupon-container {
        text-align: center;
    }
}


/* Coupon two */
.wpcd-coupon-two {
    width: 100%;
    border: 1px solid #d1d1d1;
    background: #fafafa;
    margin: 15px 0 15px 0;
    overflow: hidden;
    clear: both;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(30, 30, 30, .2);
    border-radius: 8px;
}

.wpcd-coupon-two .coupon-body {
    background: #ffffff;
    padding: 10px;
    display: flex;
    flex-direction: row;
}

.wpcd-coupon-two .wpcd-coupon-description {
    text-align: justify;
}

.wpcd-coupon-two .wpcd-feature-img {
    width: 150px;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.wpcd-coupon-two .wpcd-feature-img figure {
    text-align: center;
    margin: 0;
    padding: 0
}

.wpcd-coupon-two .wpcd-coupon-default-img {
    max-width: 100%;
    margin-top: 10px;
    border-radius: 5px;
}

.wpcd-coupon-two .wpcd-coupon-content {
    width: calc(100% - 300px);
    padding-left: 5px;
    padding-right: 5px;
}

.wpcd-coupon-two .wpcd-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;
}

.wpcd-coupon-two .wpcd-coupon-two-info {
    font-size: 16px;
}

@media screen and (max-width:600px) {
    .wpcd-coupon-two .coupon-body {
        display: block;
    }

    .wpcd-coupon-two .wpcd-feature-img,
    .wpcd-coupon-two .wpcd-coupon-content {
        width: 100%;
    }
}


/* Coupon Three Style*/
.wpcd-coupon-three {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #d1d1d1;
    background: #fafafa;
    margin: 15px 0 15px 0;
    overflow: hidden;
    clear: both;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
    border-radius: 3px;
}

.wpcd-coupon-three .wpcd-coupon-three-info {
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed #e9e9e9;
    padding-top: 10px;
}

.wpcd-coupon-three .wpcd-coupon-expire {
    text-align: left;
}

.wpcd-coupon-three .wpcd-btn {
    width: 150px;
}

.wpcd-coupon-three .wpcd-coupon-expire {
    margin: 0;
}

.wpcd-coupon-three .wpcd-coupon-three-expire{
    display: inline-block;
}

.wpcd-coupon-three .wpcd-coupon-three-expire p{
    margin-bottom: 0;
}


@media screen and (max-width:600px) {
    .wpcd-coupon-three .wpcd-coupon-three-info {
        flex-direction: column;
    }
}

/* Coupon Four */
.wpcd-coupon-four {
    max-width: 320px;
    padding: 15px;
    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;
}

.wpcd-coupon-four .wpcd-coupon-description {
    text-align: justify;
    margin: 10px auto;
}

.wpcd-coupon-four .wpcd-coupon-description * {
    display: inline;
}

.wpcd-coupon-four .wpcd-feature-img {
    max-width: 150px;
    margin: auto;
    border-radius: 5px;
}

.wpcd-coupon-four .wpcd-feature-img figure {
    border-radius: 5px;
    padding: 5px;
    border: 2px solid #f5f5f5;
}

.wpcd-coupon-four .wpcd-coupon-expire {
    margin-top: 0px;
}

.wpcd-coupon-four .wpcd-coupon-expire {
    color: #222222;
}


/* Coupon five */
.wpcd-coupon-five * {
    box-sizing: border-box;
}

.wpcd-coupon-five {
    width: 100%;
    border: 2px solid #14a800;
    background: #ffffff;
    border-radius: 10px;
    margin: 25px auto;
    clear: both;
    overflow: hidden;
    padding: 10px 10px 0px 10px;
    box-sizing: border-box;
}

.wpcd-coupon-five .wpcd-coupon-container {
    display: grid;
    grid-template-columns: 20% auto 20%;
    grid-gap: 10px;
}

.wpcd-coupon-five .wpcd-coupon-description {
    padding: 0 10px;
}

.wpcd-coupon-five .wpcd-coupon-container .wpcd-offer {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.wpcd-coupon-five .wpcd-coupon-container .wpcd-feature-img img {
    width: 100%;
    border-radius: 5px;
}

.wpcd-coupon-five .wpcd-coupon-discount-text {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.wpcd-coupon-five .wpcd-coupon-info {
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed #e9e9e9;
    padding-top: 10px;
}

.wpcd-coupon-five .wpcd-coupon-expire {
    text-align: left;
}

.wpcd-coupon-five .wpcd-btn {
    min-width: 130px;
}

.wpcd-coupon-expire {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width:600px) {
    .wpcd-coupon-five .wpcd-coupon-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .wpcd-coupon-five .wpcd-coupon-container .wpcd-offer {
        display: none;
    }

    .wpcd-coupon-five .wpcd-coupon-info {
        flex-direction: column-reverse;
    }

    .wpcd-coupon-five .wpcd-coupon-expire {
        text-align: center;
        padding-bottom: 10px;
    }
}

/* Coupon Six */

.wpcd-coupon-six * {
    box-sizing: border-box;
}

.wpcd-coupon-six {
    max-width: 760px;
    width: 100%;
    border: 2px solid #14a800;
    background: #ffffff;
    margin: 25px auto;
    clear: both;
    overflow: hidden;
    padding-bottom: 15px;
    border-radius: 10px;
    padding: 10px;
    position: relative;
}

.wpcd-coupon-six .wpcd-coupon-description {
    text-align: left;
}

.wpcd-coupon-six .wpcd-coupon-description p {
    margin-bottom: 5px;
}

.wpcd-coupon-six .wpcd-coupon-container {
    display: grid;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: 150px auto 100px;
    grid-gap: 10px;
}

.wpcd-coupon-six .wpcd-coupon-feature {
    padding: 10px;
}


.wpcd-coupon-six .wpcd-btn {
    width: 100%;
}

.wpcd-coupon-six .wpcd-coupon-feature img {
    border-radius: 5px;
}

.wpcd-coupon-six .wpcd-coupon-offer {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
}

.wpcd-coupon-offer .wpcd-for-ribbon {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.wpcd-coupon-offer .wpcd-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;
}

.wpcd-coupon-six .wpcd-badge .wpcd-badge-after,
.wpcd-coupon-six .wpcd-badge .wpcd-badge-before {
    content: '';
    position: absolute;
    bottom: -40px;
    width: 0;
    height: 0;

}

.wpcd-coupon-six .wpcd-badge .wpcd-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;
}

.wpcd-coupon-six .wpcd-badge .wpcd-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;
}

@media screen and (max-width:600px) {
    .wpcd-coupon-six {
        height: auto
    }

    .wpcd-coupon-six .wpcd-coupon-feature {
        max-width: 200px;
    }

    .wpcd-coupon-six .wpcd-btn {
        width: 100%;
    }

    .wpcd-coupon-six .wpcd-coupon-six-title {
        text-align: center
    }

    .wpcd-coupon-six .wpcd-coupon-offer {
        width: 60px;
        position: absolute;
        display: none
    }

    .wpcd-coupon-six .wpcd-coupon-container {
        grid-template-columns: auto;
        justify-items: center;
    }
}


/* Coupon seven */

.wpcd-coupon-seven {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(30, 30, 30, .2);
    border-radius: 10px;
}

.wpcd-coupon-seven .wpcd-coupon-box {
    display: grid;
    grid-template-columns: 130px auto;
    grid-gap: 15px;
    padding: 10px;
}

.wpcd-coupon-seven .wpcd-coupon-box .wpcd-coupon-title {
    font-size: 22px;
}

.wpcd-coupon-seven .wpcd-coupon-code {
    text-align: right;
}

.wpcd-coupon-seven .wpcd-coupon-feature {
    position: relative;
}

.wpcd-coupon-seven .wpcd-feature-offer {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.wpcd-coupon-seven .wpcd-coupon-offer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpcd-coupon-seven .wpcd-feature-offer img {
    width: 100%;
}

.wpcd-coupon-seven .coupon-code-wpcd{
    text-align: right;
}

.wpcd-coupon-seven .wpcd-coupon-offer p {
    color: #ffffff;
    font-size: 28px;
    text-shadow: 0 0 15px #00000050;
    padding: 5px;
    margin: 0;
}

.wpcd-coupon-seven .wpcd-coupon-footer .wpcd-coupon-info {
    color: #000000;
    display: inline;
}

@media screen and (max-width:600px) {
    .wpcd-coupon-seven .wpcd-coupon-box {
        grid-template-columns: auto;
    }

    .wpcd-coupon-seven .wpcd-feature-offer {
        margin: auto;
    }
    .wpcd-coupon-seven .wpcd-coupon-footer .wpcd-coupon-info{
        display: block;
    }
}


/* Coupon Eight */

.wpcd-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;
}

.wpcd-coupon-eight .wpcd-title {
    font-size: 24px;
}

.wpcd-coupon-eight .wpcd-coupon-type,
.wpcd-coupon-eight .wpcd-deal-type {
    text-align: center;
    color: #ffffff;
    padding: 5px;
    background-color: #329d40;
}

.wpcd-coupon-eight .wpcd-discount-text {
    width: 100%;
    font-size: 28px;
    text-align: center;
    padding: 5px;
    margin: auto;
    border: 1px solid #dddddd;
}

.wpcd-coupon-eight .wpcd-coupon-button a {
    display: block;
}

.wpcd-coupon-eight .wpcd-coupon-button .wpcd-coupon-code {
    padding: 10px;
    border: 1px dashed #329d40;
    margin-bottom: 10px;
    text-decoration: none;
    color: #329d40;
    text-align: center;
}

.wpcd-coupon-eight .wpcd-coupon-button .wpcd-goto-button {
    text-align: center;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
    background: #329d40;
    text-decoration: none;
}

.wpcd-coupon-eight .wpcd-coupon-button .wpcd-goto-button:hover {
    background: #277531 !important;
}

.wpcd-coupon-eight .wpcd-vote-wrapper{
    float: left;
}

@media screen and (max-width:600px) {
    .wpcd-coupon-eight {
        grid-template-columns: auto;
    }

    .wpcd-coupon-eight .wpcd-discount-text {
        padding: 40px;
    }

    .wpcd-coupon-eight .wpcd-type-offer {
        width: 250px;
        margin: auto;
    }
}


#clear {
    clear: both;
}

.wpcd-countdown-expired {
    color: red;
}

.wpcd-copy-tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 13px;
}

.wpcd-coupon *,
:after,
:before {
    box-sizing: border-box !important;
}


.wpcd-coupon-two *,
:after,
:before {
    box-sizing: border-box !important;
}

.wpcd-coupon-three *,
:after,
:before {
    box-sizing: border-box !important;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

[class*=wpcd-col-] {
    padding: 5px 5px 5px 5px;
}

.wpcd_clearfix::after,
.wpcd_clearfix::before {
    clear: both;
    content: "";
    display: block;
}

.wpcd_clearfix {
    clear: both;
}

#wpcd_cat_ul {
    list-style: outside none none;
    padding: 0 0 5px;
    margin: 0
}

#wpcd_cat_ul_search {
    list-style: outside none none;
    margin: 0
}

.wpcd_cat_ul_border {
    border-bottom: 1px solid #e6e9ee;
    margin-bottom: 20px
}

#wpcd_cat_ul li {
    display: inline-block;
    margin: 10px;
    vertical-align: top
}

#wpcd_cat_ul li a {
    font-size: 20px;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    text-decoration: none;
    box-shadow: none
}

#wpcd_cat_ul li a:hover,
#wpcd_cat_ul li>a.active {
    color: #1e90ff !important
}

#wpcd_coupon_ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
}

#wpcd_coupon_ul .wpcd-short-description p {
    margin: 0;
}

#wpcd_coupon_ul .wpcd_item {
    height: 100%;
    border-radius: 10px;
    border: 1px solid #eee;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(30, 30, 30, .2);
}


.wpcd_coupon_li_bottom {
    margin-top: 10px;
}

.wpcd_coupon_archive_container_main {
    position: relative;
    min-height: 180px
}

#wpcd_coupon_ul .wpcd_coupon_li_top_btn_wr {
    padding: 10px 15px;
}


.wpcd_coupon_loader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 1;
    z-index: 10;
    text-align: center
}

.wpcd_coupon_loader:before {
    content: " ";
    display: block;
    width: 100%;
    height: 20%;
    max-height: 200px
}

.wpcd_coupon_loader img {
    margin: auto
}

.wpcd_coupon_hidden_loader {
    display: none
}


.wpcd_coupon_li:nth-child(3n+4) {
    clear: left
}

.wpcd_coupon_li_top_wr {
    background-color: #264d55;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    position: relative
}

.wpcd_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%
}

.wpcd_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%
}

.wpcd_coupon_li_top_code span {
    display: inline-block;
    vertical-align: middle
}

.wpcd_coupon_top_copy_span {
    border-left: 1px dashed #fff;
    cursor: pointer;
    font-size: 12px;
    font-style: italic;
    margin-left: 14px;
    padding-left: 10px
}

.wpcd_coupon_top_copy_span::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wpcd_coupon_li_inner {
    padding: 15px;
    height: calc(100% - 188px)
}

.wpcd_coupon_li_title {
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 20px 15px;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.wpcd_coupon_li_title {
    margin: 0
}

.wpcd_coupon_li_description {
    line-height: 1.5;
    min-height: 90px
}

.wpcd_coupon_li_description .wpcd-coupon-description p {
    text-align: justify;
    margin: 0 0 5px;
    padding: 0
}

.wpcd_coupon_li_bottom.wpcd_clearfix {
    border-top: 1px solid #eaeaea;
    margin-top: 10px;
    padding-top: 10px
}

.wpcd_cat_ul_bottom {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.wpcd_coupon_li_bottom_link {
    color: #56b151;
    float: right;
    font-size: 16px;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.wpcd_coupon_li_bottom_link:hover {
    color: #222
}

.wpcd_cat_ul_bottom li {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top
}

.wpcd_cat_ul_bottom li:first-child {
    margin-left: 0
}

.wpcd_cat_ul_bottom li a {
    color: #3b4452;
    font-size: 16px;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.wpcd_cat_ul_bottom li a:hover {
    color: #222
}

.wpcd_coupon_pagination {
    margin: 20px 1%;
    width: 100%
}

#wpcd_coupon_pagination_wr a,
#wpcd_coupon_pagination_wr span {
    background: #56b151;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 0 3px 5px 0;
    padding: 12px;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    vertical-align: middle
}

#wpcd_coupon_pagination_wr a:hover,
#wpcd_coupon_pagination_wr span.current {
    background-color: #3b4452
}

#wpcd_coupon_pagination_wr span.current {
    padding: 15px
}

p.wpcd-coupon-loop-expire {
    color: green !important
}

p.wpcd-coupon-loop-expired {
    color: red !important
}

.wpcd-coupon-button-type .coupon-code-wpcd {
    color: #000000;
    background: #ffffff;
    text-align: right;
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #ddd;
    position: relative;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 2px;
    min-width: 135px;
    max-width: 100%;
    box-shadow: none;
}


.wpcd-coupon-button-type .coupon-code-wpcd:hover {
    opacity: .9;
    box-shadow: none
}

.wpcd_template_eight_archive_button .coupon-code-wpcd .get-code-wpcd .square_wpcd {
    background-color: #56b151 !important
}


.wpcd_template_eight_archive_button .coupon-code-wpcd .get-code-wpcd .rectangle_wpcd {
    border-left-color: #56b151 !important
}

@media screen and (max-width:600px) {
    #wpcd_coupon_ul {
        grid-template-columns: auto;
    }
}



/*=========== Default ============*/

.coupon-code-wpcd {
    text-align: center
}

.wpcd-coupon-button-type .coupon-code-wpcd .code-text-wpcd {
    text-transform: uppercase;
    white-space: nowrap;
    display: block;
    text-align: right;
}

.wpcd-coupon-button-type .coupon-code-wpcd .get-code-wpcd {
    position: absolute;
    left: -2px;
    top: -2px;
    background: #2185d0;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    padding: 14px 0 11px 0;
    text-align: center;
    width: -moz-calc(100% - 36px);
    width: -webkit-calc(100% - 36px);
    width: calc(100% - 36px);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    letter-spacing: .5px;
}

.wpcd-coupon-button-type .coupon-code-wpcd .get-code-wpcd:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 33px solid #2185d0;
    position: absolute;
    right: -33px;
    top: 0
}

.wpcd-coupon-button-type .coupon-code-wpcd:hover .get-code-wpcd {
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
}

.wpcd_coupon_popup_wr {
    background-color: rgba(0, 0, 0, .85);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    overflow: auto;
    padding: 10px;
}

.wpcd_coupon_li_content {
    height: calc(100% - 250px);
    background-color: #f8f8f8;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
    border-radius: 3px;
    display: flex;
    flex-direction: column
}

.wpcd_coupon_popup_layer {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wpcd_coupon_popup_layer {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wpcd_coupon_popup_inner {
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: auto;
    max-width: 700px;
    padding: 20px 20px 50px;
    position: relative;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.wpcd_coupon_popup_top_head {
    margin: 0 0 20px;
    position: relative
}

.wpcd_coupon_popup_title {
    font-size: 29px;
    font-weight: 400;
    margin: 10px 0 0 0;
    padding-right: 0;
    text-align: center
}

.wpcd_popup-go-link {
    display: inline-block;
    width: auto;
    margin-top: 30px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff !important;
    font-size: 19px;
    background: #2185d0;
    padding: 10px 15px 10px 15px;
    text-decoration: none
}

.wpcd_popup-go-link:hover {
    background: #2185d0;
    text-decoration: none
}

.wpcd_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;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 25px
}

.wpcd_coupon_popup_close:hover {
    color: red
}

.wpcd_coupon_popup_copy_text p {
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0 0 0;
    text-align: center
}

.wpcd_coupon_popup_copy_code_wr {
    background-color: #20e8ac55;
    border: 2px dashed #20e8ac;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    text-align: left;
    margin-top: 20px
}

.wpcd_coupon_popup_copy_code_wr span {
    float: none;
}

.wpcd_coupon_popup_copy_code_span {
    color: #000;
    display: block;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    overflow: hidden;
    padding-right: 90px;
    white-space: nowrap
}

.wpcd_coupon_popup_copy_code_wr span.wpcd_coupon_top_copy_span {
    background-color: #20e8ac;
    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;
    text-transform: uppercase;
}

.wpcd_coupon_popup_copy_main {
    margin: 0 auto;
    max-width: 580px;
    text-align: center;
}

.wpcd_coupon_li_top_btn_wr.wpcd_clearfix {
    padding: 15px 15px 0;
}

.wpcd_coupon_li_top_discount_left {
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
    width: calc(48% - 4px)
}

.wpcd_btn_wr {
    box-sizing: border-box;
    display: inline-block;
    margin-left: -4px;
    text-align: right;
    vertical-align: middle;
    width: -webkit-calc(48% - 4px);
    width: -moz-calc(48% - 4px);
    width: calc(48% - 4px)
}

.wpcd_btn_wr a.coupon-button {
    margin: 0;
    min-width: 130px
}

.wpcd_coupon_li_bottom.wpcd_clearfix {
    border-top: 1px solid #eaeaea;
    margin-top: 10px;
    padding-top: 15px;
    text-align: center
}


.wpcd_archive_section_small.wpcd_archive_section_mini.wpcd_archive_section_mini_share .wpcd-share-buttons-container {
    width: 100%;
    text-align: center;
    margin-top: 20px
}

.wpcd_archive_section_small.wpcd_archive_section_mini.wpcd_archive_section_mini_share .wpcd-vote-wrapper {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 0
}

.wpcd_archive_section_small.wpcd_archive_section_mini.wpcd_archive_section_mini_share .wpcd-share-buttons-container a.wpcd-btn-social.wpcd-btn-xs {
    margin: 6px 12px
}

.wpcd_coupon_btn_wr {
    text-align: center
}


/* Coupon Widget Styles.
-------------------------------------------------------------- */
/* Coupon widget */
.wpcd-coupon-widget-title {
    width: 100%;
    font-size: 21px;
    text-align: center;
    padding-bottom: 5px;
    cursor: pointer;
    margin: 0;
}

.wpcd-widget-featured-img {
    margin-bottom: 5px;
    width: 100%;
    display: block;
    text-align: center;
}

.wpcd-widget .wpcd-coupon-title{
    text-align: center;
}
.wpcd-widget .wpcd-short-description p{
    margin-bottom: 5px;
}
.wpcd-widget .wpcd-coupon-expire{
    font-weight: 600;
}


/* coupon default */
.wpcd-widget.wpcd-coupon-default {
    display: block;
}

.wpcd-widget.wpcd-coupon-default .wpcd-feature-img,
.wpcd-widget.wpcd-coupon-default .wpcd-coupon-content,
.wpcd-widget.wpcd-coupon-default .wpcd-coupon-header .col-title {
    width: 100%;
}

.wpcd-widget.wpcd-coupon-default .wpcd-coupon-header {
    display: block;
}
/* coupon 1 */
.wpcd-widget.wpcd-coupon-one {
    grid-template-columns: auto;
}

.wpcd-widget.wpcd-coupon-one .wpcd-coupon-container {
    grid-template-columns: auto;
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.wpcd-widget.wpcd-coupon-one .wpcd-coupon-info {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
}

.wpcd-widget.wpcd-coupon-one .wpcd-coupon-container {
    text-align: center;
}
/* coupon 2 */
.wpcd-widget.wpcd-coupon-two .coupon-body {
    display: block;
}

.wpcd-widget.wpcd-coupon-two .wpcd-feature-img,
.wpcd-widget.wpcd-coupon-two .wpcd-coupon-content {
    width: 100%;
}

.wpcd-widget.wpcd-coupon-three .wpcd-coupon-three-info {
    flex-direction: column;
}
/* coupon 3 */

/* coupon 4 */
.wpcd-widget.wpcd-coupon-five .wpcd-coupon-container {
    grid-template-columns: repeat(1, 1fr);
}

.wpcd-widget.wpcd-coupon-five .wpcd-coupon-container .wpcd-offer {
    display: none;
}

.wpcd-widget.wpcd-coupon-five .wpcd-coupon-info {
    flex-direction: column-reverse;
}

.wpcd-widget.wpcd-coupon-five .wpcd-coupon-expire {
    text-align: center;
    padding-bottom: 10px;
}
/* coupon 5 */
.wpcd-widget.wpcd-coupon-five .wpcd-coupon-container {
    grid-template-columns: repeat(1, 1fr);
}

.wpcd-widget.wpcd-coupon-five .wpcd-coupon-container .wpcd-offer {
    display: none;
}

.wpcd-widget.wpcd-coupon-five .wpcd-coupon-info {
    flex-direction: column-reverse;
}

.wpcd-widget.wpcd-coupon-five .wpcd-coupon-expire {
    text-align: center;
    padding-bottom: 10px;
}
/* coupon 6 */
.wpcd-widget.wpcd-coupon-six {
    height: auto
}

.wpcd-widget.wpcd-coupon-six .wpcd-coupon-feature {
    max-width: 200px;
}

.wpcd-widget.wpcd-coupon-six .wpcd-btn {
    width: 100%;
}

.wpcd-widget.wpcd-coupon-six .wpcd-coupon-six-title {
    text-align: center
}

.wpcd-widget.wpcd-coupon-six .wpcd-coupon-offer {
    width: 60px;
    position: absolute;
    display: none
}

.wpcd-widget.wpcd-coupon-six .wpcd-coupon-container {
    grid-template-columns: auto;
    justify-items: center;
}
/* coupon 7 */
.wpcd-widget.wpcd-coupon-seven .wpcd-coupon-box {
    grid-template-columns: auto;
}

.wpcd-widget.wpcd-coupon-seven .wpcd-feature-offer {
    margin: auto;
}
.wpcd-widget.wpcd-coupon-seven .wpcd-coupon-footer .wpcd-coupon-info{
    display: block;
}
/* coupon 8 */
.wpcd-widget.wpcd-coupon-eight {
    grid-template-columns: auto;
}

.wpcd-widget.wpcd-coupon-eight .wpcd-discount-text {
    padding: 40px;
}

.wpcd-widget.wpcd-coupon-eight .wpcd-type-offer {
    width: 250px;
    margin: auto;
}
/* end widget */

.wpcd_archive_section .wpcd_coupon_li_top_discount_left {
    width: auto;
    float: left;
    margin: 6px 0
}

.wpcd_archive_section .wpcd_btn_wr {
    width: auto;
    float: right
}

.wpcd-coupon-button-type div.active.coupon-code-wpcd {
    color: #444;
    background: #ffffff;
    text-align: center;
    padding: 10px 12px;
    font-size: 13px;
    border: 2px dashed #ddd;
    position: relative;
    text-decoration: none;
    min-width: 130px;
    margin-left: 10px
}

.wpcd-coupon-button-type div.active.coupon-code-wpcd .code-text-wpcd {
    text-align: center;
}

.wpcd-social-share {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
    text-align: center
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0
}

.wpcd-share-this-product {
    display: inline-block;
    width: 15%;
    height: 30px;
    padding: 1px 0;
    min-width: 68px;
    margin: 2% .8%;
    overflow: hidden;
    -webkit-filter: brightness(90%);
    -moz-filter: brightness(90%);
    -ms-filter: brightness(90%);
    -o-filter: brightness(90%);
    filter: brightness(90%);
    transition: all .45s ease-in-out
}

.wpcd-share-this-product:hover {
    border-radius: 3px;
    -webkit-filter: brightness(120%);
    -moz-filter: brightness(120%);
    -ms-filter: brightness(120%);
    -o-filter: brightness(120%);
    filter: brightness(120%)
}

.wpcd-share-this-product:hover img {
    left: 32%;
    transform: scale(1)
}

.wpcd-share-this-product:hover span.share-text {
    opacity: 0;
    left: 20px;
    transform: rotateX(90deg) scale(.3)
}

.wpcd-share-this-product a {
    text-decoration: none
}

.wpcd-share-this-product img {
    width: 28px;
    transition: all .5s ease;
    position: relative;
    left: 0;
    transform: scale(.8);
    margin-bottom: 0
}

.wpcd-share-this-product .social-share-icon-block span.share-text {
    font-size: 12px;
    color: #fff;
    position: relative;
    left: -3px;
    top: -8px;
    transition: all .45s ease-in-out
}

.wpcd-share-this-product.facebook {
    background: #527ebf
}

.wpcd-share-this-product.twitter {
    background: #25c0e2
}

.wpcd-share-this-product.google-plus {
    background: #db4a37
}

.wpcd-share-this-product.pinterest {
    background: #cd2129
}

.wpcd-share-this-product.linkedin {
    background: #147bb7
}

.wpcd-share-this-product.email {
    background: #0f75bc
}

.wpcd-btn-social,
a.wpcd-btn-social {
    border-radius: 50%;
    color: #fff !important;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    -webkit-transition: background-color .3s;
    width: 54px
}

.wpcd-btn-social .fa,
.wpcd-btn-social i {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1);
    -webkit-transition: all .25s
}

.wpcd-btn-social:focus,
.wpcd-btn-social:hover {
    color: #fff;
    outline: 0;
    text-decoration: none
}

.wpcd-btn-social:focus .fa,
.wpcd-btn-social:focus i,
.wpcd-btn-social:hover .fa,
.wpcd-btn-social:hover i {
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transform: scale(1.3)
}

.wpcd-btn-social.wpcd-btn-xs {
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    margin: 6px 4px;
    width: 32px;
    vertical-align: middle;
    box-shadow: none
}

.wpcd-btn-social.wpcd-btn-xs:focus,
.wpcd-btn-social.wpcd-btn-xs:hover {
    box-shadow: none
}

.wpcd-btn-social.btn-sm {
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    margin: 6px 4px;
    width: 36px
}

.wpcd-btn-social.btn-lg {
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px
}

.wpcd-btn-facebook {
    background-color: #3b5998
}

.wpcd-btn-facebook:hover {
    background-color: #4c70ba
}

.wpcd-btn-google-plus {
    background-color: #dd4b39
}

.wpcd-btn-google-plus:hover {
    background-color: #e47365
}

.wpcd-btn-twitter {
    background-color: #55acee
}

.wpcd-btn-twitter:hover {
    background-color: #83c3f3
}

.wpcd-btn-linkedin {
    background-color: #007ca9
}

.wpcd-btn-linkedin:hover {
    background-color: #5cc2e7
}

.wpcd-share-buttons-container {
    padding-left: 4px;
    width: 50%;
    box-sizing: border-box !important;
    display: inline-block
}

.wpcd-share-buttons-container div.col-md-12.row {
    margin-left: 0;
    margin-right: 0;
    display: block
}

.share-w {
    font-size: 12px;
    font-family: Inherit;
    font-weight: 400;
    font-style: normal;
    color: #444
}

.wpcd-share-buttons-container a {
    position: relative
}

.wpcd-share-buttons-container i>img.wpcd-svg {
    position: absolute;
    height: 13px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: none
}

.wpcd-share-buttons-container a:hover img.wpcd-svg {
    height: 15px;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transition: all .25s;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .25s
}

.wpcd-widget .wpcd-vote-wrapper,
.wpcd-widget-default .wpcd-vote-wrapper {
    display: inherit;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    float: none;
}

.wpcd-vote-wrapper {
    box-sizing: border-box !important;
    text-align: right;
    vertical-align: sub;
    display: inline-block;
    padding-right: 10px;
    float: right;
    line-height: 40px;
}

.wpcd-vote-wrapper a {
    display: inline-block;
    position: relative;
    width: 20px;
    font-size: 16px;
    box-shadow: none
}

.wpcd-vote-wrapper a:hover {
    box-shadow: none
}

/* Tool tips */
@keyframes tooltips-vertical {
    from {
        transform: translate(0, -20%);
        display: none
    }

    To {
        opacity: 1;
        display: block
    }
}

.wpcd-vote-wrapper a:hover .wpcd-tooltip {
    animation: tooltips-vertical .3s ease-out forwards
}

.wpcd-vote-wrapper a>.wpcd-tooltip {
    position: absolute;
    background: #191919;
    text-align: center;
    z-index: 2;
    border-radius: 2px;
    line-height: 21px;
    color: #fff;
    font-size: 14px;
    width: 80px;
    top: -30px;
    right: -5px;
    opacity: 0;
    pointer-events: none
}

.wpcd-widget .wpcd-vote-wrapper a>.wpcd-tooltip:after {
    bottom: -5px
}

.wpcd-vote-wrapper a>.wpcd-tooltip:after {
    content: '';
    position: absolute;
    right: 4px;
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #191919
}

.wpcd-vote-wrapper>a.wpcd-vote-down {
    bottom: -2px
}

.wpcd-vote-wrapper>a.wpcd-vote-down>.wpcd-thumbs-down {
    vertical-align: middle;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1)
}

div.wpcd-vote-wrapper div.wpcd-thumbs-down,
div.wpcd-vote-wrapper div.wpcd-thumbs-up {
    display: inline-block;
    width: 20px
}

div.wpcd-vote-wrapper div>img {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: none
}

div.wpcd-vote-wrapper div>img:hover {
    box-shadow: none
}

.wpcd-vote-wrapper span.wpcd-vote-percent {
    font-size: 10px;
    color: #999;
    display: inline-block;
    padding: 0 10px
}



.wpcd_div_nav_block {
    display: flex;
    justify-content: space-between
}

.wpcd_cats {
    margin: 0 20px 10px
}

#wpcd_searchbar {
    padding: 5px 1%;
    flex: 1 0 auto
}

#wpcd_searchbar .wpcd_searchbar_search {
    margin: auto;
    border: 1px solid #e6e9ee;
    padding: 5px;
    width: 100%
}

#wpcd_searchbar .wpcd_search2 .wpcd_searchbar_search {
    margin-top: 0 !important;
    border: none;
    padding: 21px 5px 0 5px
}

#wpcd_searchbar .wpcd_searchbar_search span {
    display: block;
    color: #666
}

#wpcd_searchbar .wpcd_searchbar_search span:hover {
    color: #999
}

#wpcd_searchbar .wpcd_searchbar_search input {
    z-index: 9;
    border: 1px solid #e6e9ee;
    text-indent: 10px;
    height: 32px;
    padding: 5px;
    font-size: 20px;
    padding-right: 26px;
    margin: 0
}

#wpcd_searchbar .wpcd_searchbar_search_close_li {
    position: absolute;
    z-index: 99
}

#wpcd_searchbar #wpcd_searchbar_search_close {
    display: none;
    z-index: 99;
    margin-left: 16px;
    margin-top: -38px;
    position: absolute;
    color: #666
}

#wpcd_searchbar #wpcd_searchbar_search_close:hover {
    color: #999
}


.hidden,
.hide {
    display: none !important
}

.wpcd-coupon-four .wpcd-vote-wrapper{
    float: none;
}

@media screen and (max-width:980px) {
    .wpcd-coupon-four .wpcd-coupon-code {
        text-align: center
    }

    .wpcd-coupon-code,
    .wpcd_coupon_btn_wr {
        text-align: right
    }

    .wpcd-coupon-four .wpcd-coupon-code {
        text-align: center
    }

}


@media screen and (max-width:767px) {

    .coupon-type,
    .deal-type,
    .wpcd-coupon-discount-text {
        box-sizing: border-box;
        width: 100% !important;
    }

    .wpcd-coupon {
        padding: 10px
    }

}

@media screen and (min-width:600px) {}

@media screen and (max-width:740px) {
    #wpcd_coupon_ul li.wpcd_coupon_li {
        width: 100%
    }

    #wpcd_coupon_ul {
        margin: 0
    }

    #wpcd_coupon_ul li.wpcd_coupon_li {
        min-height: 0
    }
}

@media (max-width:600px) {
    .wpcd-col-1-8 {
        margin-bottom: 5px;
        width: 100% !important
    }

    .wpcd-col-7-8 {
        box-sizing: border-box;
        width: 100% !important
    }

    .wpcd-coupon-two .wpcd-col-two-1-4 {
        margin-bottom: 8px;
        width: 100%
    }

    .wpcd-coupon-two .wpcd-col-two-3-4 {
        width: 100%
    }

    .wpcd-coupon-three h4 {
        text-align: center
    }

    .wpcd-coupon-three .wpcd-coupon-description {
        text-align: justify
    }

    .wpcd-coupon-four-info {
        width: 100%
    }

    .wpcd-template-five-percent-off {
        width: 100%;
        padding: 10px 0 30px 0
    }

    .wpcd-template-five-texts {
        width: 75%;
        float: left;
        margin: 0
    }

    .wpcd-template-five {
        padding: 10px
    }

    .wpcd-template-five-pro-img img {
        width: auto;
        display: block;
        margin: auto
    }

    .wpcd-template-five-percent-off {
        padding: 0 !important
    }

    .wpcd-template-five-percent-off p {
        font-size: 20px
    }

    .wpcd-template-five-btn p {
        font-size: 15px
    }

    .wpcd-template-five-exp {
        width: 100%;
        margin-bottom: 10px;
        border-bottom-left-radius: 0;
        float: none
    }

    .extra-wpcd-template-five-holder .wpcd-template-five-exp p {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .extra-wpcd-template-five-holder>.wpcd-coupon-code {
        width: 100%
    }

    .wpcd-template-five .wpcd-coupon-description {
        text-align: justify
    }

    .wpcd-template-five .wpcd-coupon-hidden.wpcd-coupon-button-type {
        width: 100%;
        float: left
    }

    .wpcd-template-five .wpcd-coupon-button-type .coupon-code-wpcd {
        margin-left: 0;
        border-bottom-left-radius: 15px
    }

    .wpcd-template-five .wpcd-coupon-button-type .coupon-code-wpcd .get-code-wpcd {
        border-bottom-left-radius: 15px
    }

    .wpcd-template-five-btn p {
        padding-top: 13px;
        padding-bottom: 13px
    }

    .wpcd-template-five-texts {
        width: 100%
    }

    .wpcd-template-five-pro-img {
        width: auto;
        margin: 0 auto;
        float: none
    }

    .wpcd-template-five-btn {
        margin-left: 0
    }

    .wpcd-template-five-btn::before {
        border-bottom-left-radius: 15px
    }

    .wpcd-template-five-texts {
        width: 100%
    }

    .wpcd-template-five-percent-off,
    .wpcd-template-five-pro-img {
        width: 100%;
        float: none
    }

    .wpcd-template-five-texts {
        width: 100%;
        margin-left: 0
    }

}

@media only screen and (max-width:600px) {
    .wpcd-coupon-content {
        width: 100%;
        padding: 10px;
        margin: 0
    }

    .wpcd-coupon-content .texts {
        padding: 0;
        min-height: 75px
    }


    .wpcd-coupon-six .wpcd-coupon-button-type .coupon-code-wpcd .get-code-wpcd>div {
        border-top: 37px solid transparent
    }

    .wpcd-coupon-six .wpcd-coupon-hidden,
    .wpcd-coupon-six .wpcd-coupon-not-hidden {
        max-width: 200px;
        margin: auto
    }
}

@media all and (min-width:600px) {
    .wpcd-col {
        padding: 10px;
    }

    .wpcd-col-2-3 {
        float: left;
        width: 66.66%
    }

    .wpcd-col-1-1 {
        float: left;
        width: 100%
    }

    .wpcd-col-1-2 {
        float: left;
        width: 50%
    }

    .wpcd-col-1-3 {
        float: left;
        width: 33.33%
    }

    .wpcd-col-1-4 {
        float: left;
        width: 36%
    }

    .wpcd-col-3-4 {
        float: left;
        width: 64%;
        padding-left: 0
    }

    .wpcd-col-1-4 .coupon-code-wpcd,
    .wpcd-col-1-4 .wpcd-coupon-code,
    .wpcd-col-1-4 .wpcd-coupon-expire,
    .wpcd-col-1-4 .wpcd-coupon-expired {
        text-align: right
    }

    .wpcd-extra-content-full .wpcd-col-3-4 {
        padding-right: 0;
        width: 100%
    }

    .wpcd-col-1-8 {
        float: left;
        width: 150px
    }

    .wpcd-col-7-8 {
        float: left;
        width: -webkit-calc(100% - 150px);
        width: -moz-calc(100% - 150px);
        width: calc(100% - 150px)
    }

    .wpcd-col-one-1-4 {
        float: right;
        width: 24.5%
    }

    .wpcd-col-one-1-8 {
        float: left;
        width: 25%
    }

    .wpcd-col-one-7-8 {
        float: left;
        width: 49.5%
    }

    .wpcd-col-two-1-4 {
        float: left;
        width: 25%
    }

    .wpcd-col-two-3-4 {
        float: left;
        width: 75%
    }

    .wpcd-col-three-1-4 {
        float: left;
        width: 25%
    }

    .wpcd-col-three-3-4 {
        float: left;
        width: 75%
    }
}

@media screen and (max-width:599px) {
    .wpcd_div_nav_block {
        display: block
    }

    .wpcd-coupon-description {
        text-align: justify
    }

    .wpcd-coupon-code,
    .wpcd-coupon-title,
    .wpcd_coupon_btn_wr {
        text-align: center
    }

    .wpcd-coupon-two h4 {
        margin-bottom: 15px;
        text-align: center
    }

    .wpcd-coupon-two-coupon,
    .wpcd-coupon-two-title {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
        padding-right: 0
    }
}

@media screen and (max-width:480px) {

    .wpcd_cat_ul_bottom li a,
    .wpcd_coupon_li_bottom_link,
    .wpcd_coupon_li_top_code,
    .wpcd_coupon_li_top_text {
        font-size: 14px
    }

    .wpcd_coupon_popup_copy_code_span {
        font-size: 18px
    }

    .wpcd_coupon_popup_copy_code_wr span.wpcd_coupon_top_copy_span {
        font-size: 15px;
        line-height: 42px
    }
}

@media screen and (max-width:450px) {
    .wpcd_dropbtn {
        line-height: 40px
    }

    .wpcd_coupon_li_top_discount_left {
        margin-bottom: 10px;
        text-align: center;
        width: 100%
    }

    .wpcd_btn_wr {
        margin-left: 0;
        text-align: center;
        width: 100%
    }

    h3.wpcd_coupon_li_title {
        text-align: center
    }

    .wpcd_coupon_li_description {
        text-align: center
    }

    .wpcd-coupon-three-coupon,
    .wpcd-coupon-three-expire {
        text-align: center;
        width: 100%
    }
}


@media screen and (max-width:450px) {

    .wpcd_archive_section .wpcd_btn_wr,
    .wpcd_archive_section .wpcd_coupon_li_top_discount_left {
        width: 100%;
        float: none
    }


}

@media screen and (max-width:400px) {
    .wpcd-template-five .wpcd-template-five-percent-off>p.wpcd-coupon-five-discount-text {
        font-size: 24px
    }

    .wpcd-share-buttons-container {
        width: 100%;
        text-align: center;
        margin-top: 20px
    }

    .wpcd-vote-wrapper {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-top: 0
    }

    .wpcd-share-buttons-container a.wpcd-btn-social.wpcd-btn-xs {
        margin: 6px 12px
    }
}

#wpcd_cat_ul.wpcd_search2 {
    position: absolute;
    margin-top: -78px;
    margin-left: -9px
}

.wpcd_dropbtn {
    display: inline-block;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    line-height: 54px
}

li.wpcd_dropdown {
    display: inline-block
}

.wpcd_dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 3
}

.wpcd_dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    line-height: 10px
}

.wpcd_dropdown-content a:hover {
    background-color: #f1f1f1
}

.wpcd_dropdown:hover .wpcd_dropdown-content {
    display: block
}