body{
	font-family: 'Fira Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
	padding:0;
	margin:0;
}


*{
	font-family: 'Fira Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
	padding:0;
	margin:0;
}


.bg-grey{
	
	background:#f1f1f1;
}

.top-header{
	
	padding:5px 5px 5px 5px;
	background:#C02C32
}



.top-header .email-detail a{
	padding-top:5px;
	color:#fff
}

.top-menu ul li{
	
	display:inline
}

.primary-header{
	
	/* background:#C02C32 */
	    background-color: #000000;
    background-image: linear-gradient(315deg, #af2332 0%, #d03047 74%);
}

.primary-header-nav li a{
	padding-top:7px;
	padding-bottom:7px
	/* margin-top:10px */
}


.nav-ico{
	font-size:30px;
	text-align:center;
	margin-bottom:5px
}

.primary-header-nav .nav li a{
	color:#fff
}

.primary-header-nav .nav li a:focus{
	background-color:transparent
}

.primary-header-nav .nav li a:hover{
	
	background:none
}


.primary-header{
	
	padding-top:10px
}

.top-logo{
	
	padding:10px 10px;
	width:100%;
	margin-top:5px
	/* margin:auto; */
}

.search-form {
   margin: 15px 0px 15px 0px;
}

.form-search {
    position: relative;
    max-width: 100%;
}

.form-search .icon-search {
    left: 16px;
    font-size: 24px;
}

.form-search .icon-search {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    fill: grey;
   
}

svg.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-style: normal;
    vertical-align: top;
}

input[type=search].query {
    padding: 10px;
	padding-left:20px;
    -webkit-appearance: none;
	border:none;
	outline:none;
	box-shadow:none
}

input[type=search].query {
    text-indent: 36px;
	width:100%;
	border: 2px solid #343434;
}

input[type=search] {
    font-size: 16px;
	font-weight: 500;
	display: block;
    width: 100%;
    padding: .5em;
    border: 1px solid #d3d3d3;
    font-size: 15px;
    resize: vertical;
	
}

.navbar{
	border-radius:0px
}

.sec-header {
    
	background-color: #343434;
    border-bottom: 1px solid #d1cfc5;
}

.sec-header ul li a{
	color:#e2e2e2;
	border-bottom:2px solid #343434
}

.sec-header ul li a:hover, .sec-header ul li a:focus{
	
	background:none;
	color: #fff;
	border-bottom:2px solid #fff
}




.main-page-heading1{
	font-weight:700;
	font-size:40px
}


.mainpage-sub-heading{
	width:56%;
	margin:auto
}

.mainpage-sub-heading h3{
	line-height:1.5em
}



.navbar{
	margin-bottom:0px
}


.custom-thumb {
    height: 130px;
    width: 100%;
    position: relative;
	margin-bottom:0px;
	border-radius:0px
}

.item-box{
	border:1px solid;
	border: 1px solid #ddd;
	border-radius:3px;
	background:#fff
}

.item-box .custom-thumb{
	
	margin-top:2px
}


.store-img {
   
    max-height: 100%;
    max-width: 60% !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* background: #3A6F9A; */
}

.desc {
    background-color: #343434;
    color: #fff;
    padding: 5px 10px 5px 10px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    position: relative;
}

.desc p {
    font-size: 17px;
    box-sizing: padding-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	text-align:center;
	margin-bottom:0px;
	font-weight: 500;
}


.desc:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -7px;
    left: 22px;
    border-bottom: 7px solid #343434;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.top-heading {
	
    padding: 9px 0px 6px;
    position: relative;
    margin-bottom: 7px;
    color: #fff;
    text-align: left;
	margin-bottom:30px
   
}




.top-heading h3 {
  color:#343434;
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    padding: 0;
    margin: 0;
	display: inline-block;
    border-bottom: 2px solid #c02c32;
	padding-bottom:10px
}

.top-heading h3 span{
	
	font-weight:500
}

.featured-coupons-box, .top-coupon-box{
	
	background:#fff;
	/* padding-top: 20px; */
	margin-bottom:10px;
   /* box-shadow: rgba(0,0,0,.3) 0 2px 2px -2px; */
   border: 1px solid #ddd;
   padding:5px;
       border-radius: 3px;
	
}


.featured-coupons-box{
	
	background: #f5f5f5;
}


.top-coupon-box{
	
	    min-height: 290px;
}

.featured-img-desc{
	
	    padding: 10px 0px;
	
}

.featured-img-desc .responsive-img{
	
	height:115px
}

.responsive-img {
       height: 90px;
    width: 100%;
    position: relative;
    margin-top: 0px;
    /* border-right: 1px dashed #f1f1f1; */
	display:inline-block
   
}

.mdRow{
	
	margin:0
}

.responsive-img img {
    max-height: 100%;
    max-width: 100% ;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* background: #3A6F9A; */
}

.code-type{
	margin-bottom:5px;
	padding-top: 6px;
	font-size:13px
}

.code-type:after {
    margin-left: 5px;
    content: "\2022";
}

.featured-content-box{
	
	padding:0px
}

.featured-coupon-title{
	font-size:18px;
	color:#343434;
	overflow:hidden;
	min-height: 30px;
	font-weight:450
    
}

.featured-desc{
	
	color: #929191;
}

.featured-coupon-desc{
	
	color:#555;
	margin: 15px 10px;
	min-height: 50px;
    font-size: 15px;
	text-align:center;
	overflow:hidden;
	margin-bottom:20px;
	/* height:50px; */
	overflow:hidden
	
}


 .owl-carousel .col-lg-12
 

{
	padding-left:3px; 
	padding-right:3px
}







.expired-info{
	color: #848383;
    font-size: 13px;
    margin-bottom:5px;
	margin-top:15px;
    text-align: right;
}




.noPd{
	padding:0px
}



.footer {
	
	
	 background: #343434;
	 box-shadow: 0 0 9px 0 rgba(0,0,0,.2);
	 /* background-repeat:no-repeat */
}

.footer .logo-box{

	width:100%
}


.footer-wrapper{
    
    text-align:center;
}

.footer .logo-box img {
        width: 20%;
    margin: auto;
    display:inline-block;
}

.footer-para{
	margin-top:10px;
	line-height:1.5em;
	color:#d0d0d0
}

.footer h4{
	margin-bottom:20px;
	font-size: 22px;
	    color: #ff334b;
}

.footer .page_link-footer{
	list-style:none
}


.footer .page_link-footer li {
    line-height: 2.5em;
    display: inline;
    background: #404040;
       display: inline-block;
    margin: 2px;
}

.footer .page_link-footer li a {
    padding: 10px 20px 11px 20px;
}

.sec-footer{
	padding:10px;
	background: #272727;
}

.action-block {
   
    
    text-align: center;
}

.coupon-block .action-block .btn-code {
    display: block;
    max-width: 140px;
    margin: 0 auto 20px;
}

.btn-code {
    position: relative;
    height: 36px;
    margin: auto;
    border-radius: 2px;
}


.btn-code, .btn-code span.partial-code {
    line-height: 32px;
    display: block;
    overflow: hidden;
}

.btn-code span.partial-code {
       padding-right: 11px;
    text-align: right;
    color: #212121;
    border: 2px dashed #343434;
    background: white;
	font-weight: 500;
	background: #ffdfe0;
}


.btn-code span.btn-hover {
   
   position: absolute;
    top: 0;
    left: 0;
    width: 86%;
    height: 36px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: #ffff;
    border: 1px solid #d03047;
    background-color: #d03047;
    font-weight: 500;
    font-size: 15px;
}

.btn-code span.btn-hover:hover {
    width: 80%;
    color: white;
    background-color: #e03d43;
}


.btn-code span.btn-hover:after {
    position: absolute;
    right: -26px;
    width: 0;
    height: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
    border-right: 0 solid transparent;
    border-left: 26px solid transparent;
    -webkit-filter: FlipV;
    filter: FlipV;
    -ms-filter: FlipV;
}

.btn-code span.btn-hover.fix-btn {
    width: 100%!important;
}

.store-letter-group {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

h2.categories {
    float: left;
    width: 100%;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.store-letter-group ul{
	float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
	list-style:none;
	border-bottom: 1px dashed #cdcdd0;
	padding-bottom: 20px;
 
	
}

.custom-pilles {
   
    padding: 8px 8px;
	font-size:14px
}

.custom-pilles {
    width: auto;
    background: #fdf8d9;
    float: left;
    border-radius: 4px;
    margin: 0 4px 8px 0;
    transition: all 0.1s;
}

.custom-pilles a{
	
	color:#222;
	 font-size: 17px;
	
}



.custom-pilles a:hover , .custom-pilles a:focus{
	text-decoration:none;
	
}

.custom-pilles:hover {
   
    background: #06c381;
    text-shadow: 0 -1px 0 rgba(0,0,0,.15);
    border-radius: 4px;
	background:#ffd400
}

.box{
	
	border: 1px solid #ddd;
	margin-bottom:20px;
	background:white;
	box-shadow: rgba(0,0,0,.3) 0 2px 2px -2px;
}

.box-header{
	border-bottom: 1px solid #ddd;
	padding:1px
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
	background:#d03047;
	color:#fff
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-heading{
	font-size:17px
}


.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box-body p{
font-size:15px;
line-height:1.6em
}


.modal.in .modal-dialog 
{
    
    transform: translate(0, 40vh) translate(0, -50%);
}

.modal-content{
	border-radius:0px
}
.popup-heading{
	text-align:center
}

.popup-heading h2{
	margin-top:0px
}

.code-box{
    font-size: 36px;
    margin-bottom: 30px;
    padding: 20px 20px 20px 30px;
    background: #eee;
   
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 45px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
 
    text-align: center;
    display: inline-block;
    position: relative;
	width:100%;
	margin-top:30px;
    word-wrap: break-word;;
	
}

.code-box h4{
	
	   font-weight: 700;
	    color: #010101;
		font-size:30px;
		text-align:center;
		line-height:1.5em
}

/* .code-box .copy-btn{ */
	/* float: right; */
    /* margin-top: -61px; */
    /* width: 122px; */
    /* background: #ffd400; */
    /* border: none; */
    /* color: black; */
/* } */

.code-box .copy-btn:active{
		background:#ffd400;
}

.code-box .copy-btn:visited{
background:#ffd400;
}

.popup-heading i{
	color:#ffd400
}

button.close{
	font-size:28px	
}

.modal-text{
	    font-size: 19px;
    width: 80%;
    text-align: center;
    margin-bottom: 29px;
    line-height: 1.5em;
    margin: auto;
}

.rating_box, .thanks-message, .rating-anchor{
	font-size:20px
}

.thanks-message{
	display:none
}


	
.rating-anchor{
	color:grey;
	margin-right:5px
}

.modal-text a{
	color:#ffd400
}

.rating-container{
	margin-top:15px
}

.modalcodetextbox {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 10px !important;
    width: 100px !important;
    border: none !important;
    color: white !important;
	outline:none
}

.modalcodetextbox::-moz-selection {color: white;}
.modalcodetextbox::selection {color: white; }



.list-group {
    margin-bottom: 20px;
    padding-left: 0;
    border: 0;
}

.list-group-item:first-child {
    border-top: 0;
}


/* .list-group-item:first-child, .list-group-item:last-child { */
    /* padding: 12px 20px; */
    /* border-radius: 0; */
/* } */

a.list-group-item, button.list-group-item {
    color: #555;
	font-size:15px;
}

.list-group-item {
    padding: 12px 20px;
    border: 1px solid #eee;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #eee;
}

a.list-group-item:hover{
	
	background: #fdf8d9  !important
}

.custom-pilles{
	list-style:none
}


.block__row--code-tested {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 16px;
}


.block__row--code-tested .code-tested-icon {
    -webkit-box-flex: 0;
      background: #343434;
    border-radius: 50%;
    color: #fff;
    flex: 0 0 28px;
    font-size: 17px;
    line-height: 28px;
    margin-right: 8px;
    text-align: center;
}

.block__row--code-tested p {
    margin-top: 10px;
}



.contact-page .box-body{
	
	padding:0px
}

.contact-page .box-body .list-group-item{
	
	font-size:18px
}

 .form-control{
	
	border-radius:0px;
	box-shadow: none;
	outline:none
}

.form-control:focus {
   border: 1px solid #ccc;
   
}

.btn-primary{
	
	    border: none;
    padding: 10px 30px 8px 30px;
    background: #343434;
    color: #ffffff;
    font-weight: 700;
    outline: none !important;
}

.btn-primary:hover {
        color: #ffffff;
    background: #d03047;
    border-color: #d03047;
}

.footer li a{
	
	color:#d0d0d0;
	font-size:15px
}

.footer-para{
	font-size:15px
}

.thumbnail{
	
	border:0px
}

.new-coupons .thumbnail{
	border-bottom:none
}

.new-coupons .thumbnail:hover{
	border-bottom:none
}

.coupon-embed .form-control.input-sm{
	padding:0px 10px;
	font-size:14px
}


.form-control:focus{
	box-shadow: none;
	border: 1px solid #009cff;
}


.category-title{
	
	padding: 10px;
	
}

.category-title h2{
	text-align:center
}

.search_result_box {
    position: absolute;
	width:100%;
	
    background: white;
    display: none;
    border-top: none;
	overflow-y: scroll;
    z-index: 9999;
	max-height:400px;
	padding:20px;
	background: white;
	box-shadow: rgba(0,0,0,.3) 0 2px 2px -2px;
	padding-top:10px
}

.search-heading{
	
	text-transform: capitalize;
	color: #868686;
	font-size:16px;
}

.search-heading:nth-child(1){
	
	margin-top:15px
}

.search_result_box a{
	float: left;
	width: 100%;
	padding-left: 19px;
	padding: 7px;
	padding-left: 22px;
	margin-bottom: 10px;
	color: #212121;
	border-radius: 3px;
	padding-top:10px
}

.search_result_box a:hover{
	
	background: #ffdfe0;
	text-decoration:none;
}


.response-box .alert{
	border-radius:0px
}

.responsive-desc{
	
	display:none
}

/* .owl-stage{ */
	/* width:2790px !important */
/* } */

.countDeal{
	width:100%
}

.seprateExp{
	margin-left:5px;
	color:#33b86c;
	line-height: 7px;
	border-radius: 2px;
	font-size:15px
}

.ver-seperator{
	font-size:15px;
	font-weight:bold;
	color: #aba9a9;
}


.couponStores:hover,.couponStores:focus{
	text-decoration:none
}

.hrr{
	margin-bottom:10px;
	margin-top:5px
}

.ribbon-wrapper {
    position: absolute;
    left: -1px !important;
    overflow: hidden;
    width: 80px;
    height: 85px;
    z-index: 9999;
    top: 0px;
    bottom: 0px;
}

.ribbon {
    background-color: #ffd400;
    font-size: 13px;
    position: relative;
    top: 25px;
    left: -37px;
    width: 120px;
    padding: 2px 0;
    -webkit-transform: rotate(-52deg);
    -moz-transform: rotate(-52deg);
    -ms-transform: rotate(-52deg);
    -o-transform: rotate(-52deg);
    text-align: center;
    color: #222222;
    font-weight: 800;
}

.marginBtm10{
	margin-bottom:10px !important
}

.tooltip.in{opacity:1!important;}

.customRibbon{
	
	left: 5px !important
}

.scf-txt{
	
	margin-bottom:0px;
	font-size:15px;
	    color: #ffffff;
}

.socialLinksUl{
margin-top:10px
}


.socialLinksUl li{
	display:inline;
	margin-right:5px;
	
	
}

.socialLinksUl li a{
	font-size:21px
	
}


.icon-facebook {
   color:#3b5998 !important;
}

.icon-twitter {
    color:#00aced !important;
}

.icon-gplus{
    color:#dd4b39 !important;
}

.icon-pint{
    color:red !important;
}

.footerLogoSection{
	width:100%;
	float:left;
}



.xs-show{
	
	display:none;
	padding-left:5px;
	padding-right:5px
}

.expiredCoup{
	    background: #f5f5f5;
	box-shadow: rgba(0,0,0,.3) 0px 1px 0px 0px;
}


.expiredCoup .expired-info{
	
	    color: #ff7676;
}

.expiredCoup .horiz-coupon-heading-box{
	
	    background: #d8d8d8;
}

.send-btn{margin-bottom:15px}


.featured-content-box .action-block{
	
	
	margin-bottom:5px;
	margin-left: 10px;
}




.featured-content-box .btn-code span.partial-code{
	
	line-height:29px
}





.featured-content-box .btn-code span.btn-hover{
	
	height: 33px;
}


.top-coupon-box .responsive-img {
	
	    margin-bottom: 26px;
    height: 85px;
    margin-top: 20px;
}

.top-coupon-box .responsive-img img {
	
	max-width:40%
}


.top-coupon-title{
	
	text-align:center;
	font-size: 18px;
    color: #343434;
	font-weight:500;
	min-height:50px;
	font-weight:450
	
}


.top-desc{
	
	text-align: center;
    color: #8c8c8c;
	    height: 55px;
}


.featured-content-box .expired-info{
	
	margin-top:5px
}

.visit-store{
	
	color: #848383;
    font-size: 13px;
	text-align:center;
	text-decoration:underline

}


.top-coupon-action{
	margin-bottom:15px
}




.top-coupon-action .action-block{
	
	width:80%;
	margin:auto;

}

.cb-image img{
	filter: brightness(0.6);
	transition:all 0.2s;
	height:195px
}

.cb-image img:hover{
	
	filter: brightness(0.4);
}

.cb-anchor{
	
	display:block
}

.cb-text{
	position: absolute;
    bottom: 0px;
    color: #fff;
    padding: 1em 1em;
}

.cb-text h4{
	
	margin-bottom:5px;
	font-size:20px
}

.cb-text p{
	
	margin: 0px;
    font-size: 15px;
    font-weight: 300;
}



.main-coupon{
	
	background: #fff;
	border-radius:3px 3px 0px 0px;
	width:100%;
	display:inline-block;
	padding:5px;
	border: 1px solid #ddd;
	border-bottom:0px
}

.main-coupon-image .custom-thumb{
	
	height:135px
}

.maincoupon-title{
    color: #343434;
	font-weight:450;
	font-size:22px;
	min-height:40px;
	line-height: 30px;
}

.maincoupon_description{
	
	color: #7d7d7d;
    font-size: 15px;
}


.notif {
    border-radius: 0 0 3px 3px;
    background-color: #fbecec;
	border-top: 1px solid #f7b5be;
    /* box-shadow: 0 1px 0 0 #d4d4d4, inset 0 1px 1px 0 rgba(0,198,165,.2); */
	margin-top:-5px;
	border: 1px solid #ddd;
	border-top:0px
}
 .notif, .cl article {
    position: relative;
    margin-bottom: 16px;
}


 .notif:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -12px;
    left: 57px;
    border-bottom: 12px solid #ffdfe0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.notif .selectd-stores {
        font-size: 14px;
    font-weight: 500;
    color: #d03047;
    padding: 5px 0px 5px 110px;
	margin:0;
	 width: 87%;
    display: inline-block;
}


.mc-added-date{
    
    font-size:13px;
    color: #848383;
    margin:5px 0px;
}

.main-coupon .action-block{
	
	margin: 50px 10px 10px 10px;
}

.main-coupon .expired-info{
	
	text-align:center
}

.maincoupon-content-box .seprateExp{
	 margin-top: 10px;
    display: inline-block;
	margin-left:0px
}


.exclusive-coup{
	color:#ff9b00
}



.store-infobox{
	
	background:#f9f9f9;
	width:100%;
	border-bottom: 2px dashed #f5a6a9;
	margin-bottom:20px;
	padding:10px;
	padding-top:20px;
}


.single-store-thumbnail .single-store-img{
	
	height: 150px;
	width: 180px;
	border-radius:3px;
	border: 1px solid #bdbbbb;
	margin-left:0px
}

.single-store-thumbnail  .store-img{
	
	max-width:70% !important
}

.store-info-contentbox .top-heading{
	
	margin-bottom:10px;
	
}

.store-info-contentbox .top-heading h3{
	
	font-weight:450
}

.about-para_store{
	
	font-size:15px;
	    color: #737373;
}


.single_store_coupon .action-block{
	
	margin-left:0px;
	margin-right:0px
}

.single_store_coupon .coupon-used{
	
	padding: 5px 0px 5px 110px;
	    display: inline-block;
}

.mdItemBox{
	
	margin-bottom:10px
}

.mdItemBox .desc{
	
	background:none;
	box-shadow:none;
	border-top: 1px dashed #bdbdbd;
}


.mdItemBox .desc p{
	
	color:#343434;
	font-weight:400;
	font-size:14px
}

.mdItemBox .desc:before{
	
	content:none
}

.store_list-item {
    display: inline-block;
    border: 1px solid;
    width: 100%;
    background: white;
    border: 2px dashed #dad7d7;
    border-radius: 3px;
    padding: 5px;
	margin-bottom:7px;
	cursor:pointer;
	transition:all 0.1s
}

.store_list-item:hover{
	    box-shadow: 1px 0px 5px -2px #adaaaa;
}

.store_list-thumb{
	
	height:65px
}

.store_list-thumb .store-img{
	
	max-width:65% !important
}

.store-name-list{
	
	margin-top:15px;
	margin-bottom:5px
}

.store-name-count{
	
	color:#8c8c8c
}

.store-redirect-anchor{
	
	color:#343434
}


.menu-togglebtn {
    border: 1px solid;
    position: absolute;
    top: 15px;
    padding: 9px 17px 12px 17px;
    right: 8px;
    margin: 0px;
	border-radius:0px;
	border:2px solid
}

.menu-togglebtn .icon-bar{
	border:2px solid #fff
}

.store-listbox{
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
}

.listbox-heading{
	margin-bottom:20px
}

.listbox-heading h3{
    color: #343434;
}

.storelist-pop-thumb{
	
	height:65px
}

.coupon_code_sortingbtn{
	
	margin-bottom:10px;
	cursor:pointer
}

.srtngbtn{
	
	border: 1px solid #343434;
    display: inline-block;
    padding: 0px 0px 15px 16px;
    border-radius: 2px;
	position:absolute;
	
}

.srtnglabel{
	
	font-size: 15px;
    font-weight: 500;
    margin-top: -59px;
    
    margin-left: 23px;

}

.expired_coupon .maincoupon-title{
    
    color:#7d7d7d;
}


.expired_coupon .notif{
    
       background-color: #efefef;
}

.expired_coupon .notif:before{
    
          border-bottom: 12px solid #efefef;
}


.expired_coupon .btn-code span.partial-code{
    
    background: #efefef;
        color: #212121;
}

.expired_coupon .btn-code span.btn-hover{
    
        border: 1px solid #d0d0d0;
    background-color: #d0d0d0;
        color: #343434;
}


.sec-header .nav li{
	
	padding:10px
}

.sec-header .nav li  {
    padding: 10px 14px 10px 14px
}


.sec-header .nav li a:hover {
  text-decoration:none;
}

.noPadding .fdcbox{
    padding:0px;
}

.nPDd .fdcbox .mdRow{
    
        margin-right: -15px;
    margin-left: -15px;
}

.cstm-pillsul {
    background: #fff;
    margin: 0;
    list-style: none;
    display: block;
}

.cstm-pillsul .custom-pilles {
    font-size: 14px;
}

.cstm-pillsul .custom-pilles {
    width: auto;
    background: #e7e8ea;
    border-radius: 4px;
    margin: 0 4px 8px 0;
    transition: all 0.1s;
	padding:0px;
    display: inline-block;
}

.cstm-pillsul .custom-pilles a {
    color: #222;
    padding: 8px 8px;
    display: inline-block;
    font-size: 14px;
}


.cstm-pillsul .custom-pilles:hover {
    text-decoration: none;
    background: #dcdcdc;
}