/*//////////////////////////////////////////////////
                    Imran Javed Wrote this css
                    Twitter Handle @MrImranJaved
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.storedetails-temp #categrory_page_coupon_type{
    float: right;
font-size: 20px;
border: 1px solid #ddd;
margin: 0;
padding: 5px 5px 5px 0;
}
.storedetails-temp h2.detail-popular-deals{
    float: left;
    margin: 0 20px 0 0;
}
/* .top50coupons ul li .box {
    height: 165px;
} */
/* .top50coupons{
    margin-bottom: 0px;
} */
.top50coupons ul li{ width: 100% !important ;}
.top50coupons h2{
    float: left;
    margin: 10px 0;
}
.top50coupons ul li .box .box-right h2{
    width: 100%;
}
.top50coupons ul li .box .box-left a{
    line-height: 141.5px !important;
}
.category-coupons  ul li .box .box-left a{
    line-height: 128px;
}
.top-link-block.affix {
    position: fixed;
    bottom: 5px;
    right: 5px;
}
/*//////////////////////////////////////////////////
					Main Navigation
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.navbar-nav > li > .dropdown-menu {
    margin-top: 17px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-radius: 0;
    border: solid 1px #e8e8e8;
    width: 100%;
}
.mega-dropdown-menu > .row  > li > ul > li {
    list-style: none;
    padding: 2px 5px;
    float: left;
}
.mega-dropdown-menu > .row  > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu::before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 229px;
    z-index: 10;
}
.mega-dropdown-menu::after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 226px;
    z-index: 8;
}
.mega-dropdown-menu > .row  > li > ul > li > a:hover {
    color: #ff7401;
}
.mega-dropdown-menu > .row  > li > ul > li > a {
    display: block;
    padding: 3px 0;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #025397;
    white-space: normal;
}
.mega-dropdown-menu > .row > li > ul > li > a img {
    width: 13px !important;
    margin: 0 9px 0 0;
}
.mega-dropdown-menu .row {
    padding:  0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu .row {
    width: 100%;
}
@media (max-width: 320px){
    .mega-dropdown-menu .row {
        width: 100%;
    }
    .mega-dropdown-menu::before {
        content: "";
        border-top: 17px solid #fff;
        border-right: 17px solid transparent;
        border-left: 17px solid transparent ;
        position: absolute;
        top: -15px;
        left: 60px;
        z-index: 10;
    }
    .mega-dropdown-menu::after {
        content: "";
        border-top: 17px solid #ccc;
        border-right: 19px solid transparent;
        border-left: 19px solid transparent;
        position: absolute;
        top: -17px;
        left: 58px;
        z-index: 8;
    }
}
/*//////////////////////////////////////////////////
Search Dropdown
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.search .page-banner{
    margin: 100px 0 0 0;
}
#ajax_search_results {
    border: solid 1px #e6e6e6;
position: absolute;
top: 49px;
width: 90.5%;
background: #fff;
max-height: 350px;
overflow-y: scroll;
left: 3px;
right: 0;
z-index: 999;
}
#ajax_search_results li a:hover {
    color: #000 ;
}
#ajax_search_results li a:hover {
    color:#4d44c6;
}
#ajax_search_results li a {
    background: #f4f4f4;
    margin-bottom: 1px;
    border-bottom: 1px solid #f1f1f1;
    color: #8B8B8B;
    font-size: 13px;
    padding: 7px 13px;
    display: block;
    clear: both;
    overflow: hidden;
    cursor: pointer;
    height: 35px;
}
/*//////////////////////////////////////////////////
All Stores Styles
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.alphanumericFilter {
    margin-bottom: 30px;
}
.alphanumericFilter ul {
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.alphanumericFilter ul li {
    float: left;
}
.alphanumericFilter ul li a:hover {
    background-color: #72ff00;
    border-color: #72ff00;
}
.alphanumericFilter ul li a {
    border: 1px solid #4d44c6;
    float: left;
    padding: 4px 9px;
    background: #4d44c6;
    color: #fff;
    margin-right: 13px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.heading_item {
    background: #f0f0f0 !important;
    width: 100% !important;
    margin: 0 0 25px 0;
padding: 10px 10px;
}
ul.list-inline.catList {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    column-gap: 0.5em;
    margin-bottom: 30px;
}
/* .catList li:hover a span{
    color:#fff;
}
.catList li:hover {
    background-color: #3baa34;
    cursor: pointer;
 } */
.catList li:hover {
    cursor: pointer;
 }
.catList li {
    background: #dedede80;
    width: 100%;
    padding: 6px 5px 0px 5px;
    margin: 0 0 1px 0;
    display: inline-block;
}
.catList li a {
    color: #696969;
    font-size: 14px;
    padding: 10px;
    display: block;
    font-weight: 400;
}
.catList li a:hover {
    color: #4d44c6;
    text-decoration: none;
}
.fa-angle-right{ margin: 0 5px 0 0;}
.page-banner img{
    width: 100%;
}
/*//////////////////////////////////////////////////
All categories Styles
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.coupons-categories-page {
    margin-bottom: 18px;
}
.coupons-categories-page h2 {
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #333;
    font-weight: 300;
}
.coupons-categories-page ul {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    column-gap: 12px;
}
.coupons-categories-page ul li {
    display: inline-block;
    background: #c3c3c31a;
    width: 100%;
    margin-bottom: 12px;
}
.coupons-categories-page ul li a:hover {
    color: #f95669; 
}
.coupons-categories-page ul li a {
    color: #5c5c5c;
    background: #c3c3c300;
    display: block;
    padding: 6px 10px;
    border-bottom: solid 1px #f7f7f7;
}
.coupons-categories-page ul li .childcats {
    padding-left: 25px;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
.coupons-categories-page ul {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    column-gap: 12px;
}
.coupons-categories-page ul li .childcats li {
    margin: 0;
}
.coupons-categories-page ul li:last-child a {
    border-bottom: none;
}
/*//////////////////////////////////////////////////
Reviews Detail Page Styles
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.review-detail-page-pic img{
    border-radius: 50%;
}
.store-rating-top{
    margin: 15px 0px 0px 0px;
}
ul.detail-review-list li:not(:first-child) {
    margin: 15px 0;
}
.similarstoreRating{
    margin: 0 0 10px -9px;
}
/*//////////////////////////////////////////////////
                    Category page - Child Cat Drop Down
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.child-cat-dropdown a{
    color: #fff;
 }
.child-cat-dropdown{
    position: relative;
    margin: 13px 0 0 0;
    background-color: #f95669;
    width: 136px;
    padding: 10px;
}
.child-cat-dropdown .dropdown-menu{
    margin: 10px 0 0 0;
}
.login-popup {
    padding: 20px;
}
.modal-footer p {
    line-height: 25px;
    color: #656565;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.login-popup h3 {
    font-size: 14px;
    color: #262424;
    margin: 0 0 18px 0;
    text-align: center;
}
.modal-footer p{
    font-size: 14px;
}
.reviews-box{
    margin: 30px 0;
}
.reviews-box .panel-heading{
    padding: 10px ;
    font-family: 'Work Sans', sans-serif;
}
.reviews-box {
    margin-bottom: 30px;
}
.reviews-box  li{
    list-style: none;
}
.detail-page-reviews {
    background: #fff;
    padding: 15px;
    margin-bottom: 5px;
}
.detail-page-reviews img {
    float: left;
    width: 55px;
    height: 55px;
    margin-right: 15px;
    border: solid 1px #025397;
    border-radius: 50%;
}
.detail-page-reviews .reviews-text {
    overflow: hidden;
}
.detail-page-reviews .reviews-text h2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.detail-page-reviews .reviews-text p {
    margin: 0;
}
.modal-footer p{
    line-height: 25px;
    color: #656565;
}
.close{
    font-size: 18px;
    color: #a7a7a7;
    position: absolute;
    right: 16px;
}
.modal-body .form-group{ 
    display: inline-block;
    width: 100%;
}
.modal-body .col-sm-9{ 
    float: left;
}
.modal-body .col-sm-3{
    float: left;
}
#rg_stores_submit_review:hover{
    cursor: pointer;
 }
#rg_stores_submit_review{
    background: #f77001;
    border: none;
    padding: 6px 13px 5px 13px;
    color: #fff;
} 
.reviews-box .panel-heading h2{
    font-size: 20px;
    color: #025195;
    font-weight: 800;
    margin-bottom: 10px
}
.reviews-box  li{
    margin: 0 0 10px 0 !important;
}
.page-numbers{
    position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6;
} 
.detailstorerating 
{
    left: 81px !important;
}
#cat_sorting_form ul li:hover{
    box-shadow: none;
    color:#4b42c4;
}
#cat_sorting_form ul li{
    float: left;
    border: 0px;
    padding: 0px 10px 10px 10px;
    transition: all 0.3s ease;
}
.greencolor{
    color:#23ae4a;
}
.redcolor{
    color: red;
}
#sub_feedback{
    margin: 20px 0 0 0;
}
.breadcrumb{
    width: 99.9%;
    background: white;
}
ol.breadcrumb li a{
    color: #003869 !important;
    padding: 10px 0 0 0;
} 
.tabPageHeading{ float: left;}
.TabQueryform{ float: right; margin: 5px 0 15px 0;}
.form-group{ margin-right: 10px;}
.pagination .current{
    background: #19507a ;
    border:1px solid #19507a ;
color: #fff;
}
.dots{
    color:#ccc;
}
svg{
    width: 20px;
    height: 20px;
} 
.megamenuicon{
    width: 20px;
} 
.deal-category #ajax_search_results_city {
    left: 569px;
 }
#ajax_search_results_city {
    border: solid 1px #e6e6e6;
    position: absolute;
    top: 75px;
    width: 38%;
    background: #fff;
    max-height: 350px;
    overflow-y: scroll;
    left: 528px;
    right: 0px;
    z-index: 999;
}
#ajax_search_results_city li a {
    background: #f4f4f4;
    margin-bottom: 1px;
    border-bottom: 1px solid #f1f1f1;
    color: #8B8B8B;
    font-size: 14px;
    padding: 7px 13px;
    display: block;
    clear: both;
    overflow: hidden;
    cursor: pointer;
}
.hide{
    display:none !important;
}
.category-list ul li {
    float: left;
    width: 25%;
    margin: 5px 0; 
    margin: 0;
    padding: 5px;
}
.category-list ul li a {
    color: #5c5c5c;
    list-style: disc;
} 
.mobile-store-page li a {
    text-align: center;
    display: block;
    border: solid 1px #ececec;
    line-height: 100px;
    margin: 10px;
    background: #f9f9f9;
}
.mobile-store-page {
    margin: 0 -10px;
        margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 30px;
}
.home-delas ul {
    clear: both;
    overflow: hidden;
}
.storedeals ul {
    margin: 0px !important;
}
.home-delas ul li {
    background: #fff;
    float: left;
    width: 23%;
    margin: 0 1% 0 1%;
    margin-bottom: 0px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #ddd;
    height: 342px;
    overflow: hidden;
}
.dealtext{
    font-size: 1.6em;
    font-style: normal;
    text-align: center;
    height: 61px;
    color: #000;
    overflow: hidden;

}
.home-delas .dealtitle {
    height: 52px !important;
    overflow: hidden ;
}
.home-delas ul li .home-delas-img {
    display: block;
    text-align: center;
    line-height: 168px;
    margin-bottom: 10px;
    max-height: 168px;
    overflow: hidden;
}
.blacktext {
    color: #000;
    padding: 0px 10px;
    display: block;
}
.home-delas ul li > p.deal-location {
    min-height: auto;
    text-align: center;
}
.home-delas ul li .price {
    clear: both;
    overflow: hidden;
    padding: 0 10px;
}
.home-delas ul li .price p {
    float: none;
    margin: 0 0 9px 0;
    color: #245ea6;
    font-size: 18px;
    text-align: right;
}
.innperpageContainer article{
    padding: 46px 0 0 0;
}
.search  .searchdeals{
    margin: 15px 0px;
}
.search  .category-page-heading{
    margin: 15px 0px;
}
.storeimg {
    width: 70px;
}
.home-delas ul li .price .site-btn {
    float: right;
}
.home-delas ul li .home-delas-img img {
    width: 100%;
max-height: 194px;
margin: -13px 0 0 0;
max-width: 400px;
}
.storedeals .dealtext{
height: 59px;
overflow: hidden;
line-height: 30px;
}
.breadcrumb {
    background: #fff;
}
.breadcrumb {
    width: 100%;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb li a {
    color: #4876FF;
}
.breadcrumb > .active {
    color: #777;
}
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
#sub_feedback{
    display: none;
}