/*
 Theme Name:   WP Coupon Child
 Description:  WP Coupon Child Theme
 Author:       Osama Abdul Rahim
 Author URI:   https://osama-developer.com/
 Template:     wp-coupon
 Version:      1.0
*/

.ajax-coupons .load-more a.button i {
    font-family: Icons !important;
}


#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon, .wp-admin-bar-arrow{
    font-family: dashicons !important;
}

html, body {
    overflow-x: hidden;
}
body {
    position: relative
}

#thanks .message .alert{
    width: 60%;
    margin: 30px auto;
    text-align: center;
    color: #fff;
    background-color: #607D8B;
    padding: 10px;
    border-radius: 3px;
}

.site-footer{
    padding: 0px 0px 30px !important;
}

.site-footer .footer-social{
    text-align: center;
}

.site-footer .footer-social a{
    display: inline-block;
    margin-left: 7px;
}
.site-footer .footer-social a:hover{
    background-color: transparent !important;
}

.site-footer .footer-links{
    text-align: center;
}

.site-footer .footer-links a{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}

.site-footer .footer-links a:hover{
    color: #fff;
}

.site-footer  .wp-block-image {
    text-align: center;
}

.site-footer  .wp-block-image figure{
    margin: 0;
}


.site-footer .footer_copy{
    padding-top: 20px;
    margin-top: 0px;
    border-top: 1px solid #57cdf7;
    text-align: center;
}

.site-footer .footer_copy p,
.site-footer .footer_copy p a

{
    margin-bottom: 0;
    color: #fff;
}


.custom-page-header .header-content .entry-share .whatsapp :hover,
.single-share .entry-share .whatsapp :hover,
body.tax-coupon_category .entry-share .whatsapp :hover
{
    background-color: #40C351;
    color: #fff;
}



.st-menu > li > a:hover{
    color: #fff !important;
}


.single-store-header .header-thumb img {
    /*max-width: 100% !important;*/
    /*width: 100% !important;*/
}

.single-store-header .header-thumb{
    text-align: center !important;
}

.tax-coupon_store .header-content,
.tax-coupon_category .header-content,
.tax-coupon_types .header-content
{
    height: 300px ;
}

body.tax-coupon_store #more:focus {

}

.nav-user-action .st-menu li:first-of-type{
    display: none;
}

body.tax-coupon_store .social-likes,
.single-share .social-likes,
body.tax-coupon_category .social-likes
{
    justify-content: center;
}

body.tax-coupon_types .entry-share{
    display: none;
}

@media screen and (max-width: 767px) {
    #site-header-nav .primary-navigation{
        margin-top: 5px;
    }
    .st-menu.st-menu-mobile{
        padding-top: 50px;
    }
    .st-menu-mobile > li > a{
        transition: .3s all ease-in-out;
        padding: 18px 50px 19px !important;
        font-weight: bold !important;
        color: #9464CC !important;
        text-align: center;
    }
    .st-menu.st-menu-mobile .close{
        color: #aaa;
        float: left;
        font-size: 18px;
        font-weight: bold;
        position: absolute;
        top: 2%;
        left: 10%;
    }
    .primary-header .menu-header {
        /*position: fixed;*/
        /*top: 0;*/
        /*right: 0;*/
        /*z-index: 99999;*/
        /*width: 100%;*/
        /*height: 100vh;*/
        /*background: #000000e3;*/
    }
    .st-menu-mobile  .mob-logo{
        text-align: center;
    }
    .st-menu-mobile  .mob-logo img{
        width: 130px;
    }
}

@media screen and (max-width: 500px) {
    .primary-navigation .st-menu > li > a, .nav-user-action .st-menu > li > a, .nav-user-action .st-menu > li > ul > li > a{
        font-size: 16px !important;
    }

    #thanks .message .alert{
        width: 100%;
    }

    .site-content #content-wrap{
        padding-bottom: 0;
    }

    .store-listing-item .coupon-detail .exp-text{
        display: none !important;
    }

    html,body{
        overflow-y: scroll;
    }

    .tax-coupon_category .header-thumb img{
        max-width: 100% !important;
        width: 100% !important;
    }
    .home #content .container {
        padding: 30px 10px !important;
    }
}


/*
    New Edit
*/

.home #primary,
.home #secondary
{
    float: none;
    width: 100%;
}
.home #secondary .widget_popular_stores .grid .column {
    width: 18%;
    box-shadow: rgb(149 157 165 / 35%) 0px 8px 24px;
    margin-bottom: 25px;
    margin-left: 2%;
    background: #fff;
    border-radius: 10px;
    transition: .5s all ease;
}

.home #secondary .widget_popular_stores .grid .column:hover{
    transform: translateY(-8px);
}

.shadow-box {
    box-shadow: 0 0 5px 5px #eee;
    background: #fff;
}
.home #secondary .widget_popular_stores h3{
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.home #primary  .coupon-filter{
    display:none;
}
.home #primary .st-list-coupons .store-listing-item{
    width: 49%;
    float:right;
    margin-left: 1%;
    position: relative;
}

.st-list-coupons .store-listing-item:before{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fafafa;
    position: absolute;
    top: 50%;
    left: -5%;
    border-right: 3px solid #7842b5;
}

.single-coupon .head.st-list-coupons .store-listing-item:before{
    left: -3%;
}

.st-list-coupons .store-listing-item:after{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fafafa;
    position: absolute;
    top: 50%;
    right: -5%;
    border-left: 3px solid #7842b5;
    visibility: visible;
}

.single-coupon .head.st-list-coupons .store-listing-item:after{
    right: -3%;
}

.home #primary .st-list-coupons {
    overflow:hidden
}

.home #primary .st-list-coupons .store-listing-item .coupon-detail .exp-text
{
    display:none
}
.coupon-button-type .coupon-code .get-code
{
    background: #00ad04;
}
.coupon-button-type .coupon-code .get-code:after{
    border-left: 44px solid #00ad04;
}
.store-listing-item .latest-coupon .coupon-title a:hover {
    color: #00ad04;
}
.ui.button.btn_primary {
    background: #5F71E5;
}
@media screen and (max-width: 767px){
    .home #primary .st-list-coupons .store-listing-item{
        float:none;
        width: 100%
    }
    .home #secondary .widget_popular_stores .grid .column {
        width: 33%;
        text-align: center;
    }

    .home .widget-title{
        text-align:center;
    }
}



/*
    New Edit
*/

body{
    background: #f8f9f9;
}
.header-menu{
    /*overflow: hidden;*/
    float: right;
    margin-right: 20px;
}

@media screen and (min-width: 767px) {
    .header-menu .st-menu li.menu-item-has-children .sub-menu li {
        float: left;
        width: 32%;
    }
    .header-menu .st-menu li.menu-item-has-children .sub-menu li a{
        font-size: 16px;
    }
}

.header-menu .st-menu li.menu-item-has-children:hover .sub-menu{
    position: absolute;
    bottom: 100%;
    left: 0px;
    display: block;
    z-index: 99999999;
    width: 500px;
    height: 230px;
    background: #fff;
    opacity: 1;
    padding-block: 12px;
}

.home #primary,
.home #secondary
{
    float: none;
    width: 100%;
}


.home #secondary .widget_popular_stores h3{
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.home #primary .st-coupons .widget-title{
    text-align:center;
    margin-bottom:30px
}

.coupon-filter{
    display:none;
}
.st-list-coupons .store-listing-item{
    border: 2px solid #7941B3;
    padding: 0 8px;
    margin-bottom: 30px;
    direction:rtl;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
}
.home #primary .st-list-coupons .store-listing-item{
    width: 31%;
    float:right;
    margin-left: 2%;

}
.st-list-coupons .store-listing-item:hover{
    box-shadow: 0 25px 25px 0 rgb(0 0 0 / 5%);
}
.store-listing-item .cop-head{
    /*padding: 0 10px;*/
    /*display: flex;*/
}
.store-listing-item .cop-head .store-thumb-link{
    margin: 0;
    background-color: #fff;
    width: 100%;
    text-align: center;
}
.store-listing-item .cop-head .store-thumb-link img{
    width: 150px;
}
.store-listing-item .cop-head .left{
    flex:1;
}
.store-listing-item .cop-head .left .line{
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;

}


.store-listing-item .cop-head .left .line a{
    position: absolute;
    left: 3%;
    color: #fff;
    font-size: 15px;
    top: 10%;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius:  50%;
    background: #7941B3;
    line-height: 40px;
}
.store-listing-item .cop-head .left .line a:before{
    content: "";
    width: 2px;
    height: 32px;
    background: #7941B3;
    position: absolute;
    top: -51%;
    left: 45%;
}

.single-coupon .head .store-listing-item .cop-head .left .line a:before{
    top: -62%;
}

.store-listing-item .cop-head .left .line .tags{
    display: flex;
    align-items: center;
    display: none;
}
.store-listing-item .cop-head .left .line .tag{
    font-size: 13px;
    color: #fff;
    font-family: med;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0 9px;
}

.store-listing-item .cop-head .left .line .tags .code-tag{
    background-color: #5F6EEc;
}
.store-listing-item .cop-head .left .line .tags .valide-tag{
    background-color: #57CDF7;
    margin-right: 5px;
}
.store-listing-item .cop-head .left .line .tags .valide-tag:before{
    content: '\2713';
    font-weight: 900;
    font-size: 11px;
    margin-left: 4px;

}

.store-listing-item .left .coupon-detail{
    margin-top:22px;
    display: none;
}
.store-listing-item .left .coupon-detail .coupon-button{
    height: 36px;
    border: 2px dashed #7842b5;
    display: flex;
    border-radius: 18px;
    align-items: center;
    padding: 0 28px;
    margin-top: 14px;
    font-size: 17px;
    color: #4d4d4d;
    position: relative;
    transition: all 0.3s ease-in-out;
    margin:0;
}
.store-listing-item .left .coupon-detail .coupon-deal{
    color: #000 !important;
    box-shadow:  none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background: linear-gradient(315deg,rgba(0,0,0,0.06) 10%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.06) 40%,rgba(0,0,0,0.06) 60%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.06) 90%) repeat scroll 0 0/6px 6px rgba(0,0,0,0);
}

.store-listing-item .left .coupon-detail .coupon-button .get-code{
    position: absolute;
    left: -1px;
    background-color: #7842B5;
    top: -1px;
    bottom: -1px;
    border-radius: 20px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-family: bold;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.store-listing-item .left .coupon-detail .coupon-button .get-code:before,.store-listing-item .left .coupon-detail .coupon-button .get-code:after{
    display:none
}
.store-listing-item .desc{
    margin-top:10px
}
.store-listing-item .desc .latest-coupon{
    float:none;
    margin:0;
    max-width: 100%;
}
.store-listing-item .desc .latest-coupon .coupon-des{
    display:none
}
.store-listing-item .desc .latest-coupon .coupon-title{
    padding-bottom:   10px;
    font-size: 17px;
    color: #4d4d4d;
    margin: 0;
    text-align: center;
}

.store-listing-item .desc .latest-coupon .coupon-title a{
    color: #4d4d4d;
    font-weight: bold;
}

.store-listing-item .cop-footer{
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ededed;
    display: none;
}
.store-listing-item .cop-footer a{
    color: #686868;
    font-size: 13px;
    display: flex;
    align-items: center;
    margin: 0 6px;
    font-weight: bold;
}

.st-list-coupons {
    overflow:hidden
}

.st-list-coupons .store-listing-item .coupon-detail .exp-text
{
    display:none
}
.coupon-button-type .coupon-code .get-code
{
    background: #00ad04;
}
.coupon-button-type .coupon-code .get-code:after{
    border-left: 44px solid #00ad04;
}
.store-listing-item .latest-coupon .coupon-title a:hover {
    color: #00ad04;
}
.ui.button.btn_primary {
    background: #5F71E5;
}

.home #secondary .widget_popular_stores .store-thumb img{
    max-width: 100%;
    /*width: 145px;*/
    /*height: 145px !important;*/
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.home #secondary .widget_popular_stores .store-thumb  {
    border: none;

}



.home #primary .has-text-align-center{
    text-align:center
}
.home #primary .wp-block-latest-posts{
    list-style:none;
    overflow: hidden;
}
.home #primary .wp-block-latest-posts li{
    width: 32%;
    float:right;
    margin-left: 1%;
    text-align:right;
    margin-bottom:30px;
    padding: 10px;
    text-align: center;
}
.home #primary .wp-block-latest-posts li .aligncenter{
    text-align:center;
}
.home #primary .wp-block-latest-posts li .wp-block-latest-posts__featured-image{
    margin-bottom:20px;
}
.home #primary .wp-block-latest-posts li .wp-block-latest-posts__featured-image img{
    width: 100%
}
.home #primary .wp-block-latest-posts li a{
    font-size: 17px;
    color: #4d4d4d;
    font-weight:bold;
    line-height: 27px;
    transition: .3s all ease;

}
.home #primary .wp-block-latest-posts li a:hover{
    color: #00AD04;
}

#home-desc{
    text-align:right;
    background-color: #fafafa;
    border-right: 3px solid #00ad04;
    padding: 40px;
    margin-bottom: 60px;
}
#home-desc .text{
    height: 350px;
    overflow:hidden;
}
#home-desc p{
    font-size: 16px;
    line-height: 27px
}
#home-desc .more{
    text-align:center;
    margin-top: 25px;
}
#home-desc .more button{
    border: 1px solid  #00ad04;
    color: #00ad04;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 5px


}
#header-search input[type="text"]{
    background-color: #fff;
}
.section-heading{
    text-align: right;
}
.blog .post{
    width: 49%;
    float: right;
    margin-left: 1%;
    margin-bottom: 8px;
}
.blog .post .post-content,
.blog .post .post-meta .author-avatar,
.blog .post .post-meta .post-meta-data .meta-line-2
{
    display: none;
}

.page-header {
    display: none;
}

#header-slider .owl-item .os-item {
    text-align: center;
}

#header-slider{
    padding: 15px 0 20px 0;
}
#header-slider .owl-item .os-item h5{
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
}

#header-slider .owl-buttons span{
    font-size: 18px;
    color: #fff;

}

#header-slider  .owl-controls .owl-prev,
#header-slider  .owl-controls .owl-next {
    opacity: 1;
}

.single-coupon .head .store-listing-item .left .coupon-detail{
    display: block;
    float: none;
}

.single-coupon .head h1{
    font-size: 22px;
    text-align: center;
    margin-top: 0;
    color: #4d4d4d;
}

.single-coupon .cop-tags a:hover, .single-post .entry-tags a:hover{
    background-color: #7941b3;
}

.single-coupon .related .st-list-coupons .store-listing-item{
    width: 48%;
    float: right;
    margin-left: 2%;
}

.single-coupon .related .st-list-coupons .store-listing-item .coupon-title{
    font-size: 16px;
    text-align: center;
}

.single-coupon .coupon-modal .ui.button:hover{
    background-color: #1CBAFC;
}

.coupon-modal .coupon-content .actions{
    text-align: center;
}

.single-coupon .coupon-modal .actions .store-name{
    margin-block: 10px;
    display: block;
    color: #000;
}

.single-coupon .coupon-modal .coupon-header .coupon-store-thumb{
    width: 50%;
    border: 2px solid #7941B3;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
}

.single-coupon .coupon-modal .coupon-header .coupon-store-thumb:before{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: -5%;
    border-right: 3px solid #7842b5;
}
.single-coupon .coupon-modal .coupon-header .coupon-store-thumb:after{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    right: -5%;
    border-left: 3px solid #7842b5;
    visibility: visible;
}

.single-coupon .coupon-modal .coupon-header .coupon-store-thumb .coupon-store-thumb-img{
    position: relative;
}
.single-coupon .coupon-modal .coupon-header .coupon-store-thumb  .line{
    position: absolute;
    left: 3%;
    color: #fff;
    font-size: 15px;
    top: 10%;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #7941B3;
    line-height: 40px;
}
.single-coupon .coupon-modal .coupon-header .coupon-store-thumb  .line:before{
    content: "";
    width: 2px;
    height: 32px;
    background: #7941B3;
    position: absolute;
    top: -48%;
    left: 45%;
}



.single-coupon .coupon-modal,
.single-coupon .coupon-modal .content
{
    border-radius: 20px !important;
}

.single-coupon .coupon-modal .discount{
    text-align: center;
    margin-bottom: 25px;
}

.single-coupon .coupon-modal .discount h3,
.single-coupon .coupon-modal .details h3
{
    color: #9268C6;
    font-size: 22px;
}
.single-coupon .coupon-modal .discount p{
    font-size: 18px;
    color: #000;
}
.single-coupon .coupon-modal .details{
    text-align: center;
    direction: rtl;
    font-size: 20px;
    color: #000;
}


.single-coupon .coupon-modal .modal-row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    margin-block: 30px;
}
.single-coupon .coupon-modal .modal-row .col{
    text-align: center;
}

.single-coupon .coupon-modal .modal-row .copy-col{
    width: 22%;
    margin-inline: 25px;
}

.single-coupon .coupon-modal .modal-row .col h6{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.single-coupon .coupon-modal .coupon-content .modal-code .action .button{
    background-color: #fff;
    color: #000;
    padding: 0;
    height: auto;
    min-height: auto;
}
.single-coupon .coupon-modal .coupon-content .modal-code .action .button span{
    margin-left: 10px;
}
.single-coupon .coupon-modal .coupon-content .modal-code .action .button .icon{
    left: 0;
    right: auto;
    background: transparent;
    margin-right: 10px !important;
}

.single-coupon .coupon-modal .coupon-content .modal-code .coupon-code .input{
    background: #7842B5;
    padding: 3px;
    border-radius: 30px;
    padding-left: 5px;
    height: 50px;
}

.archive .st-list-coupons .store-listing-item{
    width: 48%;
    float: right;
    margin-left: 2%;
}

.archive .st-list-coupons .store-listing-item .coupon-title{
    padding-bottom: 10px;
    font-size: 17px;
    color: #4d4d4d;
    margin: 0;
    text-align: center;
}

.archive .store-listing-item .cop-head .left .line a:before{
    top: -58%;
}

.breadcrumbs {
    display: block!important;
    background: #fff;
    padding: 10px;
}
.breadcrumbs span {
    font-size: 16px!important;
    color: #000;
    font-weight: 700;
}

.blog .posts .post, .archive .posts .post{
    width: 49%;
    float: right;
    margin-left: 1%;
    margin-bottom: 8px;
}

.blog .post .post-content,
.blog .post .post-meta .author-avatar,
.blog .post .post-meta .post-meta-data .meta-line-2, .archive .post .post-content,
.archive .post .post-meta .author-avatar, .archive .post .post-meta .post-meta-data .meta-line-2 {
    display: none
}

#secondary .st-list-coupons .store-listing-item{
    width: 48%;
    margin: 0;
    margin-bottom: 15px;
    float: right;
    margin-left: 2%;
}
#secondary .st-list-coupons .store-listing-item:before{
    left: -12%;
}
#secondary .st-list-coupons .store-listing-item:after{
    right: -10%;
}
#secondary .st-list-coupons .store-listing-item .coupon-title{
    display: none;
}
#secondary .store-listing-item .cop-head .left .line a:before{
    top: -36%;
}
#secondary  .store-thumb:hover{
    border-color: #7842b5;
}
#secondary .os-block {
    background-color: #fff;
    border: 2px solid #7842b5;
    border-radius: 10px;
    text-align: right;
    margin-bottom: 15px;
}
#secondary .os-block .block-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    background: #7842b5;
    border: 1px dashed #7842b5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    padding-block: 5px;
}
#secondary .os-block .block-title h3{
    color: #fff;
}
#secondary .os-block .block-content, #secondary .os-block .block-content p {
    font-size: 16px;
    color: #000;
}
#secondary .os-block .block-content {
    padding: 15px;
}
#secondary .os-block .block-content ul {
    list-style-type: none;
    padding: 0;
    direction: rtl;
}
#secondary .os-block .block-content ul li:before {
    content: '\2713';
    font-weight: 900;
    font-size: 14px;
    margin-left: 4px;
    color: #009688;
}

.tax-coupon_store .custom-page-header .header-thumb{
    float: none;
    width: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}

.tax-coupon_store .custom-page-header .inner{
    margin-top: 0;
}
@media screen and (max-width: 767px){
    
    .home .widget-title{
        text-align:center;
    }
    .home #secondary .widget_popular_stores .grid .column{
        width: 20%;
    }
    .home #primary .st-list-coupons .store-listing-item{
        width:48%
    }
    .home #primary .wp-block-latest-posts li{
        width:48%
    }

    .header-menu .st-menu li.menu-item-has-children .sub-menu{
        width: 100% !important;
        height: auto !important;
    }

    .site-header .logo_area {
        float: left;
        text-align: center;
        margin: 0;
    }

    .single-coupon .coupon-modal .modal-row .copy-col{
        margin-inline: 2px;
        width: 52%;
    }

}

@media screen and (max-width: 500px){


    .home .widget-title{
        text-align:center;
    }
    .home #secondary .widget_popular_stores .grid .column{
        width: 31%;
    }
    .home #primary .st-list-coupons .store-listing-item{
        width:100%
    }
    .home #secondary .widget_popular_stores .store-thumb img {
        float: none;
        width: 90px;
        height: 90px !important;
    }
    .home #primary .wp-block-latest-posts li{
        width:100%;
        margin-left:0
    }
    #header-search{

    }
    .site-header .logo_area{
        display: inline-block;
    }
    .primary-header{
        padding: 5px 0px;
    }

    .coupon-modal .coupon-content p.coupon-type-text{
        font-size: 14px;
    }
    .coupon-modal .coupon-content .go-store {
        float: none;
        width: 100%;
    }
    .store-listing-item .cop-head .left  h2{
        width: 100% !important;
    }
    .header-menu{
        padding-top: 12px;
    }
    .blog .post{
        width: 100%;
        float: none;
    }
    .coupon-modal .coupon-content .modal-code .action{

    }
    .coupon-modal .coupon-content .go-store{
        margin-left: 0 !important;
    }
    .st-menu li.current-menu-item a,.st-menu > li > a{

    }

    .store-listing-item .desc .latest-coupon .coupon-title{
        font-weight: bold;
    }

    #header-slider{
        padding: 15px 30px 20px 30px;
    }
    #header-slider .owl-item .os-item .icon img{
        width: 40px;
    }

    #header-slider .owl-item .os-item h5{
        font-size: 12px;
    }

    #header-slider .owl-controls .owl-next{
        right: -25px !important;
    }

    #header-slider .owl-controls .owl-prev{
        left: -35px !important;
    }

    .single-coupon .head h1{
        font-size: 18px;
    }
    .single-coupon .related .st-list-coupons .store-listing-item,
    .archive .st-list-coupons .store-listing-item
    {
        width: 100%;
        float: none;
        margin:0;
        margin-bottom: 30px;
    }
    .store-listing-item .cop-head .left .line a:before{
        top: -62%;
    }
    .single-coupon .coupon-modal .coupon-header .coupon-store-thumb{
        width: 100%
    }
}