
/* SEARCH STYLES*/

.coupon.listing-list-item .image { width:200px; }
.coupon.listing-list-item .content {    margin-left: 200px; }
.small-list .coupon.listing-list-item .content { margin-left:0px;  }
.small-list .coupon.listing-list-item .image { width:100%; }
.small-list .coupon.listing-list-item .absolute-right-bottom { display:block !important; top: 140px;    left: 20%;}

.listing-list-item .list-inline-item:after { content: ""; padding:0px;  }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 

.coupon.listing-list-item .image { display:none !important; }
.coupon.listing-list-item .content {    margin-left: 0px !important; }

.small-list .coupon.listing-list-item .image { display:block !important; }
 
}

/* ipad */
@media (min-width: 576px) and (max-width: 991.98px) { 

.coupon.listing-list-item .image { display:none !important; }
.coupon.listing-list-item .content {    margin-left: 0px !important; }

.small-list .coupon.listing-list-item .image { display:block !important; }
 

}

/* mobile */
@media (max-width: 575.98px) { 

.coupon.listing-list-item .image, .coupon.listing-list-item .absolute-right-top, .coupon.listing-list-item .absolute-right-bottom, .coupon.listing-list-item .fav-like { display:none !important; }
.coupon.listing-list-item .content {    margin-left: 0px !important; padding:10px; }
 
}


.blurme { filter: blur(3px);}
 
.btn-ajax-couponbox { text-align:center; line-height:30px; text-transform:uppercase;   font-size:12px !important; padding-left:10px; position:relative; border: 0px;  overflow:hidden; }

.btn-code, .btn-print, .btn-offer {    }

.btn-ajax-couponbox .corner {
    width: 18px;
    height: 18px;
    position: absolute;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    top: 0;
    right: -1px;
    z-index: 9;
    background: linear-gradient(to left bottom, #d6dadc 48%, #6d6a6a 50%);
    overflow: hidden;
    transition: all .15s ease-out;
}
.btn-ajax-couponbox:hover .corner{width:24px;height:24px}
.btn-ajax-couponbox:hover:before .corner{display:none}
.btn-ajax-couponbox:before .corner{content:'';width:25px;height:18px;position:absolute;background:#000;left:0;top:0;transform-origin:left top;transform:rotate(45deg)}
  
/* mpobile */
@media (max-width: 575.98px) {  
.btn-ajax-couponbox { padding:5px 10px; }
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
.btn-ajax-couponbox { padding:5px 10px; }
}
/* ipad */
@media (min-width: 576px) and (max-width: 991.98px) { 
.btn-ajax-couponbox { padding:5px 10px; }
}

 
.smilesratingbox { position:relative; }
.smilesratingbox span.countme {  position:absolute; font-size:11px;  padding:3px 8px; top:-10px; border-radius:50px; z-index: 1; }
.smilesratingbox span.countme.v-0 { display:none; }


/* ===========
SEARCH BOX
   ===========*/
.pagination { margin-top:50px; }
.filterresultstab .active:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    margin: 1px 0 0;
    background: #fff;;
    width: .6em;
    height: .6em;
    border: none;
    border-bottom: 1px solid #d4d4d5;
    border-right: 1px solid #d4d4d5;
    z-index: 2;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}
.filterresultstab .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: #ffffff;
    font-weight: bold;
}
.filterresultstab a { font-weight:500; }
.filterresultstab .nav-pills .nav-item { position:relative; border-right: 1px solid #e6e6e6; }
.filterresultstab .nav-pills .nav-item:last-child{ border-right:0px; }
.filterresultstab .dropdown-item { z-index:99; }
   
.resultbox:nth-child(2n+1) {  }
.resultbox { padding: 15px 0px 0px 0px; overflow:hidden; }
/*
.resultbox.t-coupon { border-left:3px solid #17a2b8; }
.resultbox.t-offer { border-left:3px solid #ffc107; }
.resultbox.t-print { border-left:3px solid #dc3545; }
*/

.resultbox .badge-success {  }
.resultbox .box-count { background:transparent !important; border:2px solid #ddd; }
.resultbox .box-count .number { background:transparent !important; color:#666;  }
.resultbox .box-count .text {  color:#666;  }
.resultbox .wrap .inner {  }
.resultbox .wrap img { max-width:100px; max-height:70px; }
.resultbox .storeicon { background:#fff;   border: 1px solid #ddd;    min-height: 100px;    line-height: 90px;    text-align: center;  }
.resultbox li { color: #9c9c9c; }
.resultbox .list-inline-item:after { content:"|"; margin-left:15px; color: #e6e6e6; }
.resultbox .list-inline-item:last-child:after { content: "" !important; }
.resultbox .btn { border-radius:4px;  font-size:12px; text-transform:uppercase; line-height:20px; border-radius:0px; font-weight:bold; }
 
.tax-store .searchfiltering .row { display:none; }
.card { border-radius:0px; }
 
/**
 * Default Theme Coupon Display
 */

.coupon-box{width:50%;height:274px;border-right:1px solid #d5d1d8;border-bottom:1px solid #d5d1d8;padding:30px 28px;float:left;text-align:center;box-sizing:border-box;transition:all .25s ease-in-out;overflow:hidden;background:#fff;position:relative}

@media (max-width:576px){.coupon-box{width:50%;padding:10px 18px}.coupon-box .dashed-button{font-size:12px}}@media (min-width:768px){.coupon-box{width:50%;padding:30px 18px;height:300px}.coupon-box .dashed-button{font-size:12px}.coupon-box:nth-of-type(3n-2){border-left:1px solid #d5d1d8}}@media (min-width:992px){.coupon-box{width:33%}}@media (min-width:1200px){.coupon-box{width:25%}}.coupon-box .coupon-box-logo{margin-bottom:20px;height:50px}.coupon-box .coupon-box-logo img{max-height:50px}.coupon-box .tab-text{margin:0 0 21px;line-height:25px;height:50px;overflow:hidden}
.coupon-box .remaining{font-size:13px;margin-top:20px}
@media (max-width:768px){
.coupon-box .btn-lg{font-size:12px!important}
}
.coupon-box:nth-of-type(1),.coupon-box:nth-of-type(2),.coupon-box:nth-of-type(3),.coupon-box:nth-of-type(4){border-top:1px solid #d5d1d8}
.coupon-box:nth-of-type(4n-3){border-left:1px solid #d5d1d8}
.coupon-box:hover,.coupon-related-post:hover{background:rgba(0,0,0,.05)}.coupon-box .wp-post-image{float:none;margin-bottom:20px}
.coupon-box:hover .dashed-button,.dashed-button:hover{color:#33244a;border-color:#007bff}
.coupon-box .featured{position:absolute;top:0;right:0;background:#FA0D15;color:#FFF;font-size:12px;font-weight:600;text-align:center;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);width:150px;margin-top:20px;margin-right:-40px;letter-spacing:.5px;z-index:1000}
.coupon-box .lastused{color:red}
.coupon-box .featured.works{background:green}
.coupon-box .featured.rt1{background-color:#cd1111}
.coupon-box .featured.rt2{background-color:#01b18a}
.coupon-box .featured.rt3{background-color:#e89e00}
.coupon-box .featured.rt4{background-color:#007bff}
.coupon-box .wlt_shortcode_distance{display:block;color:green}
.storepage-right{border:3px double #e8e8e8;background:#fbfbfb}
.storepage-right .outer{height:100%;text-align:center}
.storepage-right .inner p{margin-top:7px;line-height:26px}
.storepage-right .inner p span{display:block;font-size:24px;font-weight:700}
 

.box-count-down-small .box-count{  width: 50px;  height:45px; float: left;     border-radius: 0px;  text-align: center;  padding: 2px;  position: relative;  color: #333;  margin-right: 13px;  background: #fff;}
.box-count-down-small .box-count:last-child{ margin-right:0px; }
.box-count-down-small .dot{  display: none;}
.box-count-down-small .box-count:before{  width: 100%;  height: 100%;  background: #fff;  float: left;  content: '';} 
.box-count-down-small .number{  position: absolute;  width: 100%;  left: 0;  top: 6px;  font-weight:bold;}
.box-count-down-small .text{  position: absolute;  width: 100%;  left: 0;  bottom: 6px;  font-size: 9px;}

/*
DEALS PAGE
*/
.dealresultbox .price {
  margin-bottom: 0;
}
.dealresultbox .price-sale {
  font-size: 85%;
  text-decoration: line-through;
  margin-right: 1em;
}

.dealresultbox .bubble {     position: absolute;
    top: -10px;
    right: -10px;
    z-index: 10;
    background-color: #007bff;
    color: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
    line-height: 15px;
    vertical-align: center;
    border-radius: 50%;
}

.dealresultbox .rating-symbol { font-size:18px; color:orange; margin-right:3px; }
.dealresultbox img { background-size: cover;    width: 100%;}

/*
SIDEBAR STYLES
*/
.catlist a { width:50%; float:left; display:block; line-height:30px; overflow: hidden;    text-overflow: ellipsis;   white-space: nowrap; font-size:12px; text-transform:uppercase;  }
.catlist a .fa { color: #CCCCCC;    font-size: 12px;      margin-right: 10px;    border-right: 1px solid #ddd;     width: 25px; }
.popular li { position:relative; }
.popular li:nth-child(1):after { content: "1";    font-size: 40px;    position: absolute;    top: 20px;    right: 10px;    color: #efefef; }
.popular li:nth-child(2):after { content: "2";    font-size: 40px;    position: absolute;    top: 20px;    right: 10px;    color: #efefef; }
.popular li:nth-child(3):after { content: "3";    font-size: 40px;    position: absolute;    top: 20px;    right: 10px;    color: #efefef; }

/*
STORES LIST
*/
.storelist { list-style:none; padding:0px; margin:0px; }
.storelist li {display:block;  clear: both; border-bottom:1px solid #efefef; padding:10px 0px; }
.storelist.nobot li:last-child { border-bottom:0px; }
.storelist .store .content {min-height:50px; }
.storelist .store .image {
    width: 70px;
 	float:left;
    border: 1px solid #ddd;
	padding:1px;
	margin-right:25px;
}
.storelist-text { list-style:none; padding:0px; }
.storelist-text li {float: left;    width: 50%; line-height: 30px;    }
.storelist-text li span { float:right; } 
.storelist-text li .fa { color:#CCCCCC; font-size:11px; margin-right:15px; }
.storelist-text .store-name { overflow: hidden;    text-overflow: ellipsis; width:155px;    white-space: nowrap; font-size:12px; }
.storeslist .image { text-align:center; }


 


.resultbox.usedtoday {   }

.resultbox .featured { position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 150px;
    margin-top: 20px;
    margin-left: -40px;
    letter-spacing: 0.5px;     background: #d51e25; color:#FFFFFF; z-index:1; }
.resultbox .wrap:after { position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 1px;
    height: 60px;
    background: #efefef;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
.resultbox .iconb { width:40px; height:40px; border-right:1px solid #ddd; margin-right:10px; padding-right:10px; }
 

.codedata .type { padding:5px 10px 5px 10px;  width:100%; color:#B1B1B1; font-size: 13px; background: #fff; border-top:1px solid #efefef; text-shadow: 1px 1px 1px #fff; }	
.codedata .txt { background:#fff;  color:#525252; letter-spacing: -2px; font-weight:700; padding:20px 0px;  }
.codedata .cwrap  {  padding:1px; border: 1px dashed #ddd;    }
.codedata .txt .g1 { font-size: 25px;  }
.codedata .txt a { color:#333333}
.codedata .txt .g2 { display:block; font-size:12px; }
.codedata .txt .g2 a { color:#ccc}
@media (min-width: 1200px) {

 

}

@media (max-width: 576px) { 
	.input-group-prepend { width:100%; }
	#homemainbox button { top:70px }	
	.resultbox .btn { margin-top:20px; }
	.resultbox .wrap:before { content:"" !important; }
}

@media (max-width: 768px) {	
	.resultbox .btn { margin-top:20px; }
	.resultbox .wrap:before { content:"" !important; }
}

/* ===========
COPY BTN
   ===========*/
.couponbutton {
	border: 1px dashed #96a4ab; background:#fff; border-radius: 3px;    padding: 5px;    position: relative; cursor: pointer;
}
.couponbutton .button:before {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #ffc107;
    border-top: 6px solid transparent;
    content: '';
    height: 0;
    left: -6px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 9; 
}
.couponbutton .button {
    display: inline-block;
    width: auto;
    color:#FFFFFF;
	font-weight:bold;
    border-radius: 6px;
    vertical-align: middle;
	float:right;     position: relative; padding:15px 30px;     border: 0px;
}
 .copybtn {
	vertical-align: middle;
    overflow-y: auto;
    width: auto;
    max-width: 72%;
    font-size: 18px;
    white-space: nowrap;
    display: inline-block;
 
    min-width: 2em;
    padding: 10px 20px;
    transition: background-color .5s ease,border-color .5s ease,color .5s ease,fill .5s ease;
    background: #fff;
    font-size: 19px; 
    text-align: center;
    text-decoration: none;
    cursor: pointer; 
	margin:0px;
}
@media (max-width: 576px) { 
	.couponbutton .button {
	width:100%;
	}
}


.storeslist {
    background: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
	    border: 1px solid #ddd;
}

.storeslist a {
    display: block;
    padding: 15px 5px 10px;
	overflow:hidden;
}


.storeslist h6 {
    margin: 15px 0;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease-;
    transition: all 0.3s ease;
}

.storeslist:hover h6 {
    color: #0C71ED;
}
.storeslist .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 34px;
    border-radius: 50%;
    margin: 15px auto;
    background: #0C71ED;
    color: #FFF;
}

.storeslist .image {
    width: 120px;
    height: 90px;
overflow:hidden;
    margin: 15px auto;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3);
    border: 1px solid #FFF;
} 
.storeslist span {
    color: #A8A8A8;
    font-weight: 400;
    letter-spacing: 1.5px;
    display: block;
    margin-top: -15px;
    margin-bottom: 10px;
    font-size: 13px;
}
