/* Generals.
-------------------------------------------------------------- */

div {
    margin: 0;
}

button,
.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;
}


/* Coupon Shortcode styles.
-------------------------------------------------------------- */

.wpcd-coupon {
    background: #fafafa none repeat scroll 0 0;
    border: 2px dashed #000000;
    box-sizing: border-box;
    margin: 15px 0 15px 5px;
    padding: 10px 5px 10px 10px;
}

.wpcd-coupon::after,
.wpcd-coupon::before {
    clear: both;
    display: block;
    content: "";
}

.wpcd-coupon-discount-text {
    width: 95%;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    margin-top: 5px;
    box-shadow: 1px 1px 4px rgba(34, 34, 34, .2);
    overflow-wrap: break-word;
}

.coupon-type {
    width: 95%;
    background: #56b151;
    padding: 7px 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 2em;
    text-align: center;
    box-shadow: 1px 1px 4px rgba(34, 34, 34, .2);
}

.deal-type {
    width: 95%;
    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);
}

.wpcd-coupon-content {
    margin: 0px;
}

.wpcd-coupon-header {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}

.wpcd-extra-content {
    width: 100%;
    float: left;
}

.wpcd_coupon_li_content>.wpcd-coupon-title {
    padding: 15px 15px 0;
}

.wpcd-coupon-title {
    width: 100%;
    font-size: 21px;
    margin: 5px 0px 10px 0px !important;
}

.wpcd-coupon-title a {
    text-decoration: none !important;
}

.wpcd-coupon-code {
    width: 100%;
    text-align: center;
}

.wpcd-coupon-description {
    text-align: justify;
    margin-top: 5px;
    line-height: 1.6em;
    font-size: 14px;
}

.wpcd-btn {
    font-size: 13px;
    border: 2px dashed #ccc;
    color: #347BAF;
    background: #FAFAFA;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    text-decoration: none !important;
}

.wpcd-coupon-button {
    margin: 0;
}

.wpcd-deal-button {
    margin: 0;
}

.wpcd-coupon-button:hover {
    color: #347BAF;
    background-color: #ffffff;
    border-color: #347BAF;
}

.wpcd-deal-button:hover {
    color: #347BAF;
    background-color: #ffffff;
    border-color: #347BAF;
}

.wpcd-coupon-expire {
    color: green;
    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 {
    background: url('../img/coupon-code-24.png') no-repeat top left;
    display: inline-block;
    height: 24px;
    margin: -2px 0px 0 0;
    vertical-align: text-top;
    width: 24px;
}

.wpcd_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;
}



/* Premium Code Stripped by Freemius */



/* Coupon Widget Styles.
-------------------------------------------------------------- */

.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;
}


/* Extras.
-------------------------------------------------------------- */

#clear {
    clear: both;
}

.wpcd-countdown-expired {
    color: red;
}

.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 13px;
}


/* resets */

.wpcd-coupon *,
*:before,
*:after {
    box-sizing: border-box !important;
}

.wpcd-coupon-one *,
*:before,
*:after {
    box-sizing: border-box !important;
}

.wpcd-coupon-two *,
*:before,
*:after {
    box-sizing: border-box !important;
}

.wpcd-coupon-three *,
*:before,
*:after {
    box-sizing: border-box !important;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

[class*="wpcd-col-"] {
    padding: 5px 5px 5px 5px;
}



/* Premium Code Stripped by Freemius */


@media screen and (max-width: 767px) {
    .wpcd-col-1-8 {
        margin-bottom: 5px;
        width: 100% !important;
    }
    .wpcd-coupon-discount-text,
    .coupon-type {
        box-sizing: border-box;
        width: 100% !important;
    }
    .wpcd-coupon {
        padding: 10px;
    }
    .wpcd-col-7-8 {
        box-sizing: border-box;
        width: 100% !important;
    }
    .wpcd-coupon-one .wpcd-col-one-1-4 {
        margin: 10px 0 0;
        width: 100%;
    }
    .wpcd-coupon-one-discount-text,
    .wpcd-coupon-one .coupon-code {
        margin-left: 0;
    }
    .wpcd-coupon-one .wpcd-col-one-1-8 {
        width: 100%;
    }
    .wpcd-coupon-one .wpcd-col-one-7-8 {
        width: 100%;
    }
    .wpcd-coupon-one h4,
    .wpcd-coupon-one .wpcd-coupon-description {
        text-align: center !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-expire,
    .wpcd-coupon-three-coupon {
        text-align: center;
        width: 100%;
    }
    .wpcd-coupon-three .wpcd-coupon-description,
    .wpcd-coupon-three h4 {
        text-align: center;
    }
}



/* Premium Code Stripped by Freemius */


@media all and ( min-width: 600px) {
    .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: 0px;
    }
    .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);
    }
    /*
    Template one styles.
    */
    .wpcd-col-one-1-4 {
        float: left;
        width: 24%;
        margin-left: 5px;
    }
    .wpcd-col-one-1-8 {
        float: left;
        width: 25%;
    }
    .wpcd-col-one-7-8 {
        float: left;
        width: 49.5%;
    }
    /* template two styles.
    */
    .wpcd-col-two-1-4 {
        float: left;
        width: 25%;
    }
    .wpcd-col-two-3-4 {
        float: left;
        width: 75%;
    }
    /* template three styles.
    */
    .wpcd-col-three-1-4 {
        float: left;
        width: 25%;
    }
    .wpcd-col-three-3-4 {
        float: left;
        width: 75%;
    }
}



/* Premium Code Stripped by Freemius */



/*widget elwany*/

.wpcd-widget .wpcd-coupon-widget-title {
    font-weight: bold;
}

.wpcd-widget .wpcd-coupon-description {
    text-align: center;
    font-size: 16px;
}

.wpcd-widget.wpcd-coupon-one .wpcd-coupon-header {
    border-bottom: 0;
}

.wpcd-widget.wpcd-coupon-one .wpcd-coupon-one-discount-text {
    margin: 20px 0;
}

.wpcd-widget.wpcd-coupon-two .wpcd-coupon-widget-title {
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #d1d1d1;
}

.wpcd-widget.wpcd-coupon-two .wpcd-coupon-header {
    border-bottom: 1px solid #d1d1d1;
}

.wpcd-widget.wpcd-coupon-two .wpcd-coupon-expire {
    font-size: 16px;
}

.wpcd-widget.wpcd-coupon-two .wpcd-coupon-expire>span:first-child {
    color: #222;
}

.wpcd-widget .wpcd-coupon-one-img {
    max-height: 100%;
}

.wpcd-widget.wpcd-coupon-three .wpcd-coupon-expire {
    margin: 20px 0;
}

.wpcd-widget-default .wpcd-coupon-code,
.wpcd-widget .wpcd-coupon-code {
    text-align: center;
}

@media screen and (max-width: 980px) {
    .wpcd-coupon-one .wpcd-coupon-code {
        text-align: center;
    }
    .wpcd-coupon-three .wpcd-coupon-code {
        text-align: center;
    }
}


/*fix bugs*/

.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: #444444;
    background: #EBEBEB;
    background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, transparent 15%, transparent 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, transparent 65%, transparent 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px transparent;
    text-align: center;
    padding: 10px 12px;
    font-size: 13px;
    border: 2px solid #DDDDDD;
    position: relative;
    text-decoration: none;
    min-width: 132px;
    margin-left: 10px;
}

@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 (min-width: 600px) {
    .wpcd-coupon-default .wpcd-coupon-header .wpcd-col-1-4 {
        width: auto;
        float: right;
    }
    .wpcd-coupon-default .wpcd-coupon-header .wpcd-col-3-4 {
        overflow: auto;
        float: none;
        width: auto;
    }
    .wpcd-coupon-default .wpcd-coupon-button-type .coupon-code-wpcd {
        float: right;
    }
}

.hidden,
.hide {
    display: none !important;
}


/*/////////////////////////////////////////////////////////////
    // Social Sharing Icons \
///////////////////////////////////////////////////////////// */

.wpcd-social-share {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
    text-align: center;
}


/*/////////////////////////////////////////////////////////////
    // Social Sharing Icons
///////////////////////////////////////////////////////////// */

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

.wpcd-share-this-product {
    display: inline-block;
    width: 15%;
    height: 30px;
    padding: 1px 0px;
    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 {
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);*/
    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(0.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(0.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;
}


/* social button */

a.wpcd-btn-social,
.wpcd-btn-social {
    border-radius: 50%;
    color: #ffffff !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:hover,
.wpcd-btn-social:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}

.wpcd-btn-social:hover .fa,
.wpcd-btn-social:focus .fa,
.wpcd-btn-social:hover i,
.wpcd-btn-social:focus 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;
}

.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-share-buttons-container {
    padding-left: 4px;
    margin-top: 15px;
    width: 50%;
    box-sizing: border-box !important;
    display: inline-block;
    /*    background: #FBFCFC;*/
}

.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%);
}

.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;
}


/* vote system */

.wpcd-widget .wpcd-vote-wrapper,
.wpcd-widget-default .wpcd-vote-wrapper,
.wpcd-coupon-six-mobile .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;
    padding-top: 22px;
    padding-bottom: 10px;
}

.wpcd-vote-wrapper a {
    display: inline-block;
    position: relative;
    width: 20px;
    font-size: 16px;
}

@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 300ms 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: white;
    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%);
}

.wpcd-vote-wrapper span.wpcd-vote-percent {
    font-size: 10px;
    color: #999;
    display: inline-block;
    padding: 0 10px;
}