/*
    Author: Shabu Anower
    Project: GiveMeDeals.com
    Version: 2.0
    Start Date: 25 july, 2017
*/

body {
    color: #6a6c6f;
    font-family: "Apercu Medium",Calibri,Roboto,sans-serif;
    /*font-family: Avenir Next,Calibri,Helvetica,Roboto,Circular,sans-serif;*/
    /*font-family: Avenir Next,Calibri,Helvetica,Roboto,sans-serif;*/
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    /*font-family: Avenir Next,Calibri,Helvetica,Roboto,sans-serif;*/
    font-size: 15px;
    background-color: #FBFAFF;
}

a {color: #9b72cf;}
a:link, a:visited{ outline: none !important; }
:focus, a:focus { -moz-outline-style: none !important; }


/* Reset */
.btn {
    border-width: 0;
    padding: 7px 14px;
    font-size: 14px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
}

.btn.login {
    border-width: 0;
    padding: 10px 35px;
    background-color: #00c5dc;
    color: #fff;

}
input {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 2px !important; outline: none !important; border: 1px solid #eeeeee !important;
}


.top-text-line { text-align: center; background-color: #00c5dc; color: #ffffff; font-size: 14px; line-height: 22px;}

.top-line {
    background: #f7f9fa linear-gradient(to right, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%) no-repeat scroll 50% 100% / 100% 6px;
    height: 5px;
    margin-top: -1px;
}

.header-area {
    background-color: #532B88;
    border-bottom: 1px solid #2F184B;
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0 5px #cccccc;
    /*box-shadow: 0 1px 15px 1px rgba(113,106,202,.1);*/
    position: relative;
}

.navbar-brand {
    padding: 7px 0px 0px 0px !important;
    height: auto;
}

.search-btn {
    height: 40px;
    font-size: 22px !important;
    background: #9B72CF;
    width: 50px;
    color: white;
    vertical-align: middle;
}
.search-btn i {
    line-height: 22px;
    padding-bottom: 10px;
    vertical-align: middle;
}

#search .input-group .form-control {
    float: none !important;
}

.input-err > input{
    color: #902b2b !important;
}

.input-err .form-control::-moz-placeholder {
    color: #902b2b !important;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: 0px !important;
}

.f-merchant {background-color: #ffffff; border: 1px solid #f4effa; margin: 30px 15px 30px 15px;}
.f-merchant ul {margin: 0px; padding: 0px; list-style-type: none;}
.f-merchant ul li {list-style-type: none; float: left; border-right: 1px solid #f4effa; width: 138.5px;}
.f-merchant ul li:last-child {border-right: 1px solid #fff;}

.deals-box h4 {font-size: 22px; color: #532b88;}
.deals-box .big-fav-logo { margin-top: 10px;}
.big-fav .fa-heart-o {font-size: 36px; }
.big-fav .btn-fav {background: transparent !important; margin-top: 20px; text-align: right;}

/* Type head */
.twitter-typeahead { width: 100%; background-color: #fff; }
.typeahead,
.tt-query,
.tt-hint {
    height: 40px;
    padding: 10px;
    font-size: 14px;
    line-height: 40px;
    border-left: 0px none !important;
    background-color: #fff !important;
    /*width: 667px !important;*/
}


.tt-menu::before {
    left: 65px;
    top: -9px;
    border-bottom: 9px solid #f4effa;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;

}

.tt-menu::after {
    left: 66px;
    top: -8px;
    border-bottom: 8px solid #fff;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
}

.typeahead {
    background-color: #fff !important;
}

.typeahead:focus {
    border: 1px solid #f4effa;
}

.tt-hint {
    color: #9b72cf;
}
.tt-hint.loading {
    background-color: #fff !important;
    background: url('../images/v_loading.gif') no-repeat scroll right center content-box !important;
}

.tt-menu {
    padding: 15px 9px 15px 21px;
    background-color: #fff;
    border: 1px solid #f4effa;
    width: 717px;
    margin-top: 10px;
    margin-left: -50px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.tt-suggestion {
    line-height: 24px;
} /* Jhamela */
.tt-dataset p { font-size: 18px; color: #532b88;
} /* Jhamela */


a.tt-suggestion {width: 125px; height: 98px; float: left; border: 1px solid #f4effa; margin: 10px 12px 10px 0px;}
a.tt-suggestion img {width: auto; height: auto; margin-bottom: 7px;}

.tt-suggestion a:hover {
    cursor: pointer;
    color: #fff;
    display: block;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.tt-suggestion > div > a > img {
    display: block;
    height: auto;
    max-height: 70px;
    max-width: 150px;
    width: auto;
}
/* Type head end */

#wrapper {
    background: #fafafa none repeat scroll 0 0;
    border-left: 1px solid #e4e5e7;
    min-height: 100%;
    padding: 0;
    position: relative;
    transition: all 0.5s ease 0s;
}


/* Dropdown Menu */
/* Line navbar two (lnt)
/ -------------------------------------------------- */

.navbar-right {
    margin-right: 0px !important; /* 16-02-2019 */
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #532b88;
    border-color: transparent;
}
.navbar-nav > li > a {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 15px !important;
}
.navbar-nav > li > a {
    line-height: 10px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}
.nav > li > a {
    display: block;
    line-height: 10px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    position: relative;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent !important;
}

.navbar {
    border: 1px solid transparent;
    margin-bottom: 0px;
    min-height: 10px;
    position: relative;
}

.navbar-nav {
    padding-top: 5px !important;
    margin: 0px !important;
    padding-left: 0px;
}

.navbar-nav li {
    margin: 0px !important;
}

.navbar-collapse {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.line-navbar-two {
    /*background-color: #ffffff;*/
}

.line-navbar-two .navbar-right {
    margin-right: 0;
}
.line-navbar-two .navbar-collapse {
    position: relative;
}
.line-navbar-two .nav > li > a {
    color: #fff;
}
.line-navbar-two .nav > li > .dropdown-menu {
    margin-top: 14px;
}

.line-navbar-two .dropdown-menu {
    border-radius: 0;
}


.line-navbar-two .browse-by-types .dropdown-menu {
    margin-top: 16px;
    padding: 0;
    width: 500px;
    background: #ffffff;
}

.line-navbar-two .types-mega-menu {
    padding: 15px;
}
.line-navbar-two .types-mega-menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.line-navbar-two .types-mega-menu ul li {
    margin: 0px;
    padding: 7px 0px 8px 0px;
    list-style-type: none;
    width: 50%;
    float: left;
}

.line-navbar-two .lnt-nav-mega li {
    position: static;
}
.line-navbar-two .lnt-nav-mega li .dropdown-menu {
    width: 100%;
    padding: 0;
    min-height: 410px !important;
}
.line-navbar-two .lnt-nav-mega li .dropdown-menu:after {
    border-bottom: 8px solid #C8B1E4;
}
.line-navbar-two .lnt-dropdown-mega-menu {
    padding: 0;
    background-color: #C8B1E4;
}
.line-navbar-two .lnt-dropdown-mega-menu .label {
    font-weight: normal;
    font-size: 10px;
    padding: 4px 7px;
}
.line-navbar-two .lnt-dropdown-mega-menu > .lnt-category {
    width: 250px;
    border-right: 1px solid #b99bdd;
    float: left;
    min-height: 410px !important;
}

.line-navbar-two .lnt-dropdown-mega-menu > .lnt-category > li {
    position: relative;
}
.line-navbar-two .lnt-dropdown-mega-menu > .lnt-category > li > a {
    color: #333333;
    padding: 10px 20px;
    border-bottom: 1px solid #c1a6e3;
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-navbar-two .lnt-dropdown-mega-menu > .lnt-category > li:last-child > a {
    border-bottom: 1px solid #c1a6e3;
}


.line-navbar-two .lnt-dropdown-mega-menu > .lnt-category > li:last-child a:hover,
.line-navbar-two .lnt-dropdown-mega-menu > .lnt-category > li:last-child a:focus {
    border-bottom: 1px solid #b99bdd;
}

.line-navbar-two .lnt-dropdown-mega-menu > .lnt-category > li > a:hover,
.line-navbar-two .lnt-dropdown-mega-menu > .lnt-category > li > a:focus {
    text-decoration: none;
    background-color: #e0d2f2;
}

.line-navbar-two .lnt-dropdown-mega-menu > .lnt-category > li.active:before {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -9px;
    right: 0;
    display: inline-block;
    border-right: 9px solid #b99bdd;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}
.line-navbar-two .lnt-dropdown-mega-menu > .lnt-category > li.active:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -9px;
    right: -1px;
    display: inline-block;
    border-right: 9px solid #FFF;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}
.line-navbar-two .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap {
    margin-left: 250px;
    position: relative;
    background-color: #ffffff;
}

.line-navbar-two .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap > div {
    display: none;
}
.line-navbar-two .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap > div.active {
    display: block;
}
.line-navbar-two .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap.container-fluid {
    padding: 0;
}
.line-navbar-two .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap [class*=col-] {
    padding: 0;
}
.line-navbar-two .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap .lnt-subcategory {
    padding-bottom: 10px;
}
.line-navbar-two .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap .lnt-subcategory .lnt-category-name {
    font-size: 12px;
    padding: 14px 20px 13px 20px;
    margin-top: 0;
    border-bottom: 1px solid #c1a6e3;
}
.line-navbar-two .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap .lnt-subcategory ul li {
    padding: 6px 20px;
}
.line-navbar-two .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap .lnt-subcategory ul li a {
    color: #333333;
}
.line-navbar-two .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0 5px;
}

.line-navbar-two .lnt-dropdown-mega-menu .f-stores {
    border-top: 1px solid #d8d8d8;
    background: #e5e5e5;
    padding: 10px 10px 10px 10px;
}
.line-navbar-two .lnt-dropdown-mega-menu .f-stores a {
    margin: 7px 7px 7px 9px;
    float: left;
    border: 1px solid #d3d3d3;
}

.line-navbar-two .lnt-dropdown-mega-menu .f-stores a:hover {
    border: 1px solid #bfbfbf;
}

.line-navbar-two .lnt-dropdown-mega-menu .f-stores a > img {
    display: block;
    height: auto;
    max-height: 63px;
    max-width: 85px;
    width: auto;
}

.line-navbar-two .deal-types .dropdown-menu {
    margin-top: 16px;
    padding: 0;
    width: 300px;
    background: #ffffff;
}


.line-navbar-two .deal-types  .dt-list {
    margin: 0px !important;
    padding: 0px !important;
    list-style-type: none;
}

.line-navbar-two .deal-types  .dt-list li {
    margin: 0px !important;
    list-style-type: none;
}

.line-navbar-two .deal-types .dt-list li a {
    color: #532b88;
    padding: 10px 20px;
    border-bottom: 1px solid #f4effa;
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px !important;
    vertical-align: middle;
}

/* Line left navbar (lnl)
/ -------------------------------------------------- */
.line-navbar-left {
    position: absolute;
    background-color: #ffffff;
    width: 250px;
    height: auto;
    top: 0px;
    bottom: 0;
    overflow-y: auto;
    z-index: 999;
    padding-top: 5px;
    border-right: 1px solid #b99bdd;
    border-top: 1px solid #b99bdd;
    border-bottom: 1px solid #b99bdd;
    -webkit-transition: left 300ms;
    -o-transition: left 300ms;
    transition: left 300ms;
    left: -250px;
}
.line-navbar-left.lnl-show {
    left: 0;
}
.line-navbar-left .lnl-nav-title {
    color: #532b88;
    border-bottom: 1px solid #f4effa;
    padding: 10px 25px;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}
.line-navbar-left .lnl-nav-title img {
    width: 45% !important;
    margin: 0 auto !important;
}

.line-navbar-left .lnl-nav,
.line-navbar-left .lnl-nav1,
.line-navbar-left .lnl-nav2 {
    padding-left: 0;
    list-style: none;
}
.line-navbar-left .lnl-nav ul,
.line-navbar-left .lnl-nav1 ul,
.line-navbar-left .lnl-nav2 ul {
    padding-left: 0;
    list-style: none;
    margin: 0px;
}
.line-navbar-left .lnl-nav li,
.line-navbar-left .lnl-nav1 li,
.line-navbar-left .lnl-nav2 li {
    position: relative;
}
.line-navbar-left .lnl-nav li a,
.line-navbar-left .lnl-nav1 li a,
.line-navbar-left .lnl-nav2 li a {
    display: block;
    outline: 0;
    padding: 10px 25px;
    font-size: 13px;
    color: #333333;
}
.line-navbar-left .lnl-nav li a:hover,
.line-navbar-left .lnl-nav li a:focus,
.line-navbar-left .lnl-nav1 li a:hover,
.line-navbar-left .lnl-nav1 li a:focus,
.line-navbar-left .lnl-nav2 li a:hover,
.line-navbar-left .lnl-nav2 li a:focus {
    color: #333333;
    text-decoration: none;
    background-color: #b99bdd;
}

.lnl-sub-one li.col-lg-6 {
    padding: 0px !important;
}

.line-navbar-left .lnl-nav li a > .lnl-link-icon,
.line-navbar-left .lnl-nav1 li a > .lnl-link-icon,
.line-navbar-left .lnl-nav2 li a > .lnl-link-icon {
    padding-right: 8px;
}
.line-navbar-left .lnl-nav li a > .lnl-btn-sub-collapse,
.line-navbar-left .lnl-nav1 li a > .lnl-btn-sub-collapse,
.line-navbar-left .lnl-nav2 li a > .lnl-btn-sub-collapse {
    position: absolute;
    right: 25px;
    top: 16px;
}
.line-navbar-left .lnl-nav li a.collapsed .lnl-btn-sub-collapse,
.line-navbar-left .lnl-nav1 li a.collapsed .lnl-btn-sub-collapse,
.line-navbar-left .lnl-nav2 li a.collapsed .lnl-btn-sub-collapse {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.line-navbar-left .lnl-nav li > .label,
.line-navbar-left .lnl-nav1 li > .label,
.line-navbar-left .lnl-nav2 li > .label {
    position: absolute;
    top: 15px;
    right: 25px;
}
.line-navbar-left .lnl-nav li.active > a,
.line-navbar-left .lnl-nav1 li.active > a,
.line-navbar-left .lnl-nav2 li.active > a {
    background-color: #3e3c50;
    -webkit-box-shadow: inset 3px 0 0 #eb4f9a;
    box-shadow: inset 3px 0 0 #eb4f9a;
}
.line-navbar-left .lnl-nav li .lnl-sub-one,
.line-navbar-left .lnl-nav1 li .lnl-sub-one,
.line-navbar-left .lnl-nav2 li .lnl-sub-one {
    background-color: #fdfdfd;
    color: #111111;
}
.line-navbar-left .lnl-nav li .lnl-sub-one li,
.line-navbar-left .lnl-nav1 li .lnl-sub-one li,
.line-navbar-left .lnl-nav2 li .lnl-sub-one li {
    border-top: 1px solid #f4effa;
}
.line-navbar-left .lnl-nav li .lnl-sub-one li a,
.line-navbar-left .lnl-nav1 li .lnl-sub-one li a,
.line-navbar-left .lnl-nav2 li .lnl-sub-one li a {
    display: block;
    color: #191919;
}

.line-navbar-left .lnl-nav1 li.end,
.line-navbar-left .lnl-nav2 li.end {
    border-top: 1px solid #f4effa;
    border-bottom: 1px solid #f4effa;
}

.line-navbar-left .lnl-nav li .lnl-sub-one li a:hover,
.line-navbar-left .lnl-nav li .lnl-sub-one li a:focus,
.line-navbar-left .lnl-nav1 li .lnl-sub-one li a:hover,
.line-navbar-left .lnl-nav1 li .lnl-sub-one li a:focus,
.line-navbar-left .lnl-nav2 li .lnl-sub-one li a:hover,
.line-navbar-left .lnl-nav2 li .lnl-sub-one li a:focus {
    color: #111111;
    background-color: #f6f2fb !important;
    -webkit-box-shadow: inset 0px 0 0 #17171e;
    box-shadow: inset 0px 0 0 #17171e;
}
.line-navbar-left .lnl-nav li .lnl-sub-one li a > .lnl-link-icon,
.line-navbar-left .lnl-nav1 li .lnl-sub-one li a > .lnl-link-icon,
.line-navbar-left .lnl-nav2 li .lnl-sub-one li a > .lnl-link-icon {
    padding-right: 8px;
}
.line-navbar-left .lnl-nav li .lnl-sub-one li.active > a,
.line-navbar-left .lnl-nav1 li .lnl-sub-one li.active > a,
.line-navbar-left .lnl-nav2 li .lnl-sub-one li.active > a {
    background-color: #17171e;
    -webkit-box-shadow: inset 3px 0 0 #17171e;
    box-shadow: inset 3px 0 0 #17171e;
}
.line-navbar-left .lnl-nav li .lnl-sub-two {
    background-color: #1c1b24;
}
.line-navbar-left .lnl-nav li .lnl-sub-two li {
    border-top-color: 1px solid #23222d;
}
.line-navbar-left .lnl-nav li .lnl-sub-two li a {
    color: #191919;
}
.line-navbar-left .lnl-nav li .lnl-sub-two li a:hover,
.line-navbar-left .lnl-nav li .lnl-sub-two li a:focus {
    color: #b99bdd;
    background-color: #23222d;
    -webkit-box-shadow: inset 3px 0 0 #23222d;
    box-shadow: inset 3px 0 0 #23222d;
}
.line-navbar-left .lnl-nav li .lnl-sub-two li.active > a {
    background-color: #17171e;
    -webkit-box-shadow: inset 3px 0 0 #17171e;
    box-shadow: inset 3px 0 0 #17171e;
}
/*.lnl-hide {
    display: none;
}*/



.dropdown-menu {
    border: 0px none !important;
}

.dt-list li i {
    padding-top: 5px;
}

.dt-list li i.fa-scissors {
    color: #9b59b6;
}
.dt-list li i.fa-shopping-bag {
    color: #3497da;
}
.dt-list li i.fa-tags {
    color: #62ca31;
}
.dt-list li i.fa-truck {
    color: #feb506;
}
.dt-list li i.fa-gift {
    color: #e57e22;
}
.dt-list li i.fa-usd {
    color: #bf392b;
}
.dt-list li i.fa-credit-card {
    color: #9b9b9b;
}
.dt-list li i.fa-money {
    color: #fb835f;
}
.m-top-30 {
    margin-top: 30px;
}

/* Footer Area */
.footer {
    /*background-image: linear-gradient(180deg, #fff, #bedbe9);*/
    background-color: #f6f2e8;
    padding-top: 0px;
    padding-bottom: 45px !important;
}

.footer h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
}

.footer a { color: #666; text-decoration: none;}

.footer:after,
.footer:before {
    content: "";
    display: table;
    line-height: 0;
}

.footer:after { clear: both;}

.footer ul { list-style-type: none; padding: 0; margin: 0;}
.footer ul li { list-style-type: none;}

.footer .fa-facebook { font-size: 170%; padding-right: 8px; color: #3f5c9a; line-height: 100%;}
.footer .fa-twitter { font-size: 150%; color: #00c3f8; line-height: 100%;}
.footer .fa-google-plus { font-size: 150%; color: #dd4b39; line-height: 100%; }
.footer .fa-pinterest { font-size: 150%; color: #cb2027; line-height: 100%; padding-right: 4px;}

.footer .sep { border-right: 1px solid #eee; height: 140px;}
.footer .copyright { text-align: right;}
.copyright > p > a img {max-width: 220px; max-height: 71px; width: auto; height: auto;}
.copyright > p { margin-bottom: 4px;}

/* Media Query */
@media (max-width: 767px) {
    .line-navbar-two {
        display: none;
    }

}
@media (min-width: 768px) {
    .line-navbar-two .nav.navbar-right .dropdown-menu:before {
        right: 15px;
        left: auto;
    }
    .line-navbar-two .nav.navbar-right .dropdown-menu:after {
        right: 16px;
        left: auto;
    }
}
@media (min-width: 768px) {
    .line-navbar-two .dropdown-menu:before {
        position: absolute;
        top: -9px;
        left: 14px;
        display: inline-block;
        border-right: 9px solid rgba(0, 0, 0, 0);
        border-bottom: 9px solid #CCC;
        border-left: 9px solid rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }
    .line-navbar-two .dropdown-menu:after {
        position: absolute;
        top: -8px;
        left: 15px;
        display: inline-block;
        border-right: 8px solid rgba(0, 0, 0, 0);
        border-bottom: 8px solid #FFF;
        border-left: 8px solid rgba(0, 0, 0, 0);
        content: '';
    }
}

/*@media (min-width: 768px) and (max-width: 992px) {*/
/*.line-navbar-two .lnt-dropdown-mega-menu > .lnt-category {*/
/*width: 190px;*/
/*position: relative;*/
/*}*/
/*}*/
/*@media (min-width: 768px) and (max-width: 992px) {*/
/*.line-navbar-two .lnt-dropdown-mega-menu .lnt-subcategroy-carousel-wrap {*/
/*margin-left: 190px;*/
/*}*/
/*}*/

/*@media (min-width: 992px) {*/
/*.line-navbar-two .lnt-search-form .form-control {*/
/*width: 400px;*/
/*}*/
/*}*/
/*@media (min-width: 1200px) {*/
/*.line-navbar-two .lnt-search-form .form-control {*/
/*width: 600px;*/
/*}*/
/*}*/

.store-couponcode {
    background-color: #c4f0ff;
    border: 1px dashed #12c3ff;
    color: #139be8;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 30px;
    text-align: right;
    text-decoration: none !important;
    border-radius: 3px;
}
.store-couponcode a {
    color: #4b4e4b;
    text-decoration: none !important;
}
.store-couponcode a:hover {
    text-decoration: none !important;
}

.store-couponcode:hover {
    background-color: #fcf7c6;
    border: 1px dashed #bbab90;
    color: #4b4e4b;
}


.page-content { margin: 25px 0px !important;}

/* Deal Button*/


.deal-button.has-code:not(.is-uncovered)::before {
    border-color: transparent transparent currentcolor #532B88;
    border-style: solid solid none;
    border-width: 16px 16px 0;
    bottom: 0;
    content: "";
    display: block;
    height: 46px;
    left: 159px;
    position: absolute;
    transition: all 0.1s ease-in 0s;
    width: 0;
}
.deal-button.has-code:not(.is-uncovered)::after {
    border-bottom-left-radius: 3px;
    border-color: transparent transparent #9B72CF #9B72CF;
    border-style: solid;
    border-width: 8px;
    content: "";
    display: block;
    height: 0;
    left: 159px;
    position: absolute;
    top: 0;
    transition: all 0.1s ease-in 0s;
    width: 0;
}


.deal-button.has-code:hover:not(.is-uncovered)::before {
    border-left-color: #6c38b4;
    border-width: 16px;
    height: 46px;
    left: 150px;
}


.deal-button.has-code:hover:not(.is-uncovered)::after {
    border-width: 8px;
    left: 150px;
}


.deal-button {
    border-radius: 3px;
    cursor: pointer;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    width: 200px;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    text-align: center;
}
/*.deal-button.has-code:hover:not(.is-uncovered) .cc-label {*/
/*background-color: #118ed5;*/
/*width: 116px;*/
/*}*/
.deal-button.has-code:hover:not(.is-uncovered) .cc-label {
    background-color: #6c38b4;
    width: 150px;
}


.deal-button.has-code:not(.is-uncovered) .cc-label {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
    width: 159px;
}

/*.deal-button .cc-label {*/
/*background-color: #139be8;*/
/*color: #fff;*/
/*left: 0;*/
/*overflow: hidden;*/
/*position: absolute;*/
/*top: 0;*/
/*transition: all 0.1s ease-in 0s;*/
/*white-space: nowrap;*/
/*padding-left: 15px;*/
/*}*/

.deal-button .cc-label {
    background-color: #532B88;
    color: #fff;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.1s ease-in 0s;
    white-space: nowrap;
}

.cc-label .fa-cut {}

.deal-button .code, .deal-button .cc-label {
    border-radius: inherit;
    display: inherit;
    height: inherit;
    width: inherit;
    padding-left: 15px;
}



/*.deal-button .code {*/
/*background-color: #c4f0ff;*/
/*border: 1px dashed #12c3ff;*/
/*color: #12c3ff;*/
/*font-weight: bold;*/
/*line-height: 46px;*/
/*padding: 0 8px 0 0;*/
/*text-align: right;*/
/*}*/


.deal-button .code.open {
    padding: 0 !important;
    text-align: center;
}

.deal-button .code {
    background-color: #fcf7c6;
    border: 1px dashed #bbab90;
    color: #4b4e4b;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 46px;
    text-transform: uppercase;
    padding: 0 8px 0 0;
    text-align: right;
}


.deal-button .code, .deal-button.bold-button-2, .deal-button {
    font-family: Avenir,Helvetica,Calibri,Arial,sans-serif;
}

.code .fa-cut {margin-right: 10px;}
/*Deal Button*/




/* Dropdown menu end */


/* Featured Deals */
.featured-deals {
    /*background: rgba(0, 0, 0, 0) url("../images/gmd-bg.png") repeat scroll center center;*/
    background-color: #f8fcff !important;
    padding: 30px 0px !important;
    overflow: hidden;
    border-bottom: 1px solid #dff1ff;
}

.featured-merchants {
    /*background: rgba(0, 0, 0, 0) url("../images/gmd-bg.png") repeat scroll center center;*/
    background-color: #fdfbf4 !important;
    padding: 30px 0px 0px 0px !important;
    overflow: hidden;
    border-bottom: 1px solid #f3ead1;
}


.featured-merchants .card {
    float: left;
    background: none;
    /*box-shadow: 1px 1px 2px 0 rgba(45, 77, 97, 0.2);*/
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    /*margin-bottom: 15px;*/
    /*border: 1px solid #e8edf2;*/
    border-radius: 5px;
    margin: 0 16px 30px 16px;

}
.featured-merchants img {
    border: 1px solid #e8edf2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    max-width: 158px !important;
    height: auto;
    margin: 0 auto;
}
.card {
    background: #fff;
    /*box-shadow: 1px 1px 2px 0 rgba(45, 77, 97, 0.2);*/
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    /*border: 1px solid #e8edf2;*/
    border-radius: 5px;
}

.card .card-head {
    padding: 25px 0px 25px 0px !important;
    /*background: rgba(0, 0, 0, 0) url("../images/deal-bg.png") repeat scroll center center;*/
    background-color: #f9f9f9;
    text-align: center !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top: 1px solid #f4effa;
    border-left: 1px solid #f4effa;
    border-right: 1px solid #f4effa;
}

.card .card-head img {
    width: 180px !important;
    margin: 0 auto;
    border: 1px solid #e2e2e2;
}

.card .card-body {
    border-top: 1px solid #f4effa;
    padding: 15px;
    height: 135px;
    text-align: center !important;
}
.card .card-body h3 { padding: 0 0 5px 0; margin: 0 0 10px 0; text-decoration: none; display: block; text-align: center;}
.card .card-body h3 a { color: #0393be; text-decoration: none;}
.card .card-body h3 a:hover { text-decoration: none;}

.card-footer .deal-button {position: absolute; left: 57px;}


.card .card-footer {
    padding: 15px;
}

.card .ex-ribbon {
    background: rgba(0, 0, 0, 0) url("../images/exclusive.png") no-repeat top right;
    width: 56px;
    height: 56px;
    position: absolute;
    right: 16px;
    top: 0;
}


/* Deals */
.deals {border: 1px solid #f4effa; border-bottom: 0px none !important; background-color: #ffffff;}
/*.deals { margin: 0; padding: 0; border-bottom: 0px solid #eaeaea;}*/
.deals .fav { color: #ff69b4; } .deals .fav:hover { cursor: pointer; }
.deals .storelogo { margin: 30px 0px 25px 25px !important; width: auto; border: 1px solid #f4effa;}
.deals > .storelogo > a > img {height: auto; display: block;}
.deals .details { padding: 25px 25px 25px 0; color: #666;  font-size: 16px; }
.deals .details h3 { padding: 0; margin: 7px 0 10px 0; font-size: 26px; font-style: normal; text-decoration: none; display: block;}
.deals .details h3 a { color: #532B88; text-decoration: none;}
.deals .details h3 a:hover { text-decoration: none;}
.deals .details a { text-decoration: none;  color: #666; }
.deals .details a:hover { text-decoration: none; }

.deals .button-area { padding: 25px 0px 15px 0px; clear: both;  }
.deals .code-area .deal-button {position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto; }
.deals .button-area .code-area {}

.deals .more { margin: 10px 0 0 0; color: #2d93be;}
.deals .more a { color: #2d93be; text-decoration: underline;}

.store-page-deals .deals .details { margin-left: 25px !important;}
.store-page-deals .deals .details .button-area { margin-top: 0px;}

.hp.deals .button-area { padding: 57px 0px 15px 0px; clear: both;  }
.hp.deals .details { padding: 25px 25px 25px 0px; color: #666;  font-size: 16px; }

.cat.deals .storelogo { margin: 30px 0 25px 25px !important; padding: 5px; width: auto; border: 1px solid #f4effa;}
.cat.deals .button-area { padding: 57px 0px 15px 0px; clear: both;  }

.related-deals-area {margin-bottom: 25px;}
.related-deals.deals .storelogo { margin: 22px 15px 15px 25px; width: 130px; }
.related-deals.deals .button-area { padding: 15px 0px 15px 0px; clear: both; }
.related-deals.deals .details { padding: 15px; margin-left: 15px !important;}

.sub-deals.deals {border-bottom: 1px solid #f4effa; }
.sub-deals.deals.deals .details { padding: 25px; color: #666;  font-size: 16px; }

.expiredDeals .deals .details h3 a { color: #666; text-decoration: none;}

.modal .deals {border: 0px none; }


.store-types { padding: 20px 20px 15px 20px; margin-bottom: 25px; border: 1px solid #f4effa; background-color: #fff;}
.store-types a { color: #808080; text-decoration: none; }
.store-types a:hover { color: #bbbbbb;}
.store-types ul {margin: 0px; padding: 0 0 5px 0;}
.store-types ul > li {margin: 0px; padding: 5px 0px 5px 15px; list-style-type: none; width: 25%; float: left;}


.store-list {padding: 0px; border: 1px solid #f4effa; border-bottom: none !important; background-color: #fff;}
.store-list .div-title {border-bottom: 1px solid #f4effa; padding: 10px 20px;}
.store-list ul {margin: 0px; padding: 20px; list-style: none;}
.store-list ul > li {margin: 0px; padding: 5px 15px 5px 5px; list-style-type: none; width: 33%; float: left;}

.store-list li a { color: #808080; text-decoration: none; }
.store-list li a:hover { color: #bbbbbb;}

/*.stores-related { padding: 20px; margin-bottom: 25px; border: 1px solid #f4effa; background-color: #ffffff;}*/
/*.stores-related a { color: #808080; text-decoration: none; }*/
/*.stores-related a:hover { color: #bbbbbb;}*/
/*.stores-related > ul {margin: 0px; padding: 5px 0 0 0;}*/
/*.stores-related > ul > li {margin: 0px; padding: 5px 0px 5px 15px; list-style-type: none; width: 25%; float: left;}*/

.related-articles {margin-bottom: 25px; border: 1px solid #f4effa; background-color: #ffffff;}
.related-articles .s-p-post {padding: 15px 25px;}
.related-articles .s-p-post .post-thumb {margin-top: 5px; border: 1px solid #f4effa; width: 130px; }

.related-articles .s-p-post h3 { padding: 0; margin: 0; font-size: 26px; font-style: normal; text-decoration: none; display: block;}
.related-articles .s-p-post h3 a { color: #0393be; text-decoration: none;}
.related-articles .s-p-post h3 a:hover { text-decoration: none;}

.long-text.related-articles {padding: 25px;}
.long-text.related-articles h2, .long-text.related-articles h3 {margin: 0px 0px 15px 0px; font-size: 24px;}

.dot-sep::before { margin: 0px 7px; content: "\2022"; color: #e2e2e2; }

.favorite-button-add .fa-heart-o, .favorite-button-delete.btn .fa-heart-o, .favorite-button-add .fa-heart, .favorite-button-delete.btn .fa-heart, .button-add .fa-heart, .button-add .fa-heart-o {font-size: 16px;}

.favorite-button-add.btn {color: #9b72cf; padding: 0px !important;}

.favorite-button-add.btn.focus, .favorite-button-add.btn:focus, .favorite-button-add.btn:hover, .favorite-button-add .fa-heart-o:hover,
.button-add .fa-heart:hover, .button-add .fa-heart-o:hover, .button-add .fa-heart:focus, .button-add .fa-heart-o:focus {
    color: #532b88 !important; transition: all 0.1s ease-in 0s; cursor: pointer !important;
}

.button-login .fa-heart-o:hover, .button-login.btn.focus, .button-login.btn:hover, .button-login .fa-heart-o:focus {
    color: #532B88 !important; transition: all 0.1s ease-in 0s; cursor: pointer !important;
}

.button-add.btn:focus, .button-add.btn:hover {
    color: #532b88 !important; transition: all 0.1s ease-in 0s; cursor: pointer !important;
}

.button-delete.btn {
    color: #f85606 !important; transition: all 0.1s ease-in 0s; cursor: pointer !important;
}

.favorite-button-delete.btn {color: #532b88; padding: 0px !important;}
.favorite-button-delete.btn.focus, .favorite-button-delete.btn:focus, .favorite-button-delete.btn:hover, .favorite-button-delete .fa-heart:hover  {
    color: #f16d54 !important; transition: all 0.1s ease-in 0s; cursor: pointer !important;
}

.share-vote-area {border-top: 1px solid #f4effa; background-color: #f6f2fb; }
.share-vote {padding: 10px 25px; line-height: 20px;}

.button-vote {border: 0px none; background-color: transparent; color: #c5c5c5;}
.button-vote-up:hover {color: #532B88;}
.button-vote-down:hover {color: #f16d54;}

.sharedeal {font-size: 12px; cursor: pointer; }
.sharedeal .fa-plus-square {font-size: 100%; line-height: 100%; padding-right: 3px; color: #532b88;}

.share-content {padding: 10px !important;}

[class*="sharedeal-"] {position: relative; border-top: 1px solid #e9e9e9; background: #ffffff;}
.sharearea::before {
    left: 35px;
    top: -8px;
    border-bottom: 8px solid #e9e9e9;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    transition: none !important;
}
.sharearea::after {
    left: 36px;
    top: -7px;
    border-bottom: 7px solid #ffffff;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    transition: none !important;
}

[class*="sharedeal-"].collapse.in {transition: none !important;}

.sharearea .input-group-addon {background: #f0f0f0 none repeat scroll 0 0 !important;}
.sharearea a, .share a {text-decoration: none;}
.sharearea .input-group-addon a {color: #6a6c6f;}
.sharearea .input-group-addon a:hover {color: #62cb31;}
.sharearea .input-group-addon {background-color: #f9f9f9; border: 1px solid #f4effa;}
.sharearea .form-control:focus {border: 1px solid #dbdbdb;}
.sharearea .socialarea {padding-top: 4px; text-align: right;}

.border-bottom-line {
    border-bottom: 1px solid #f4effa;
}

.editorials {border-top: 1px solid #f4effa; padding: 0px 15px;}
.editorials .fa {}

.s-p-subscripion { background-color: #f5f5f5; padding: 15px; border-left: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9;}
.s-p-subscripion .store-page-title {font-size: 22px; margin: 0px 0px 10px 0px; }

.btn.green {background-color: #62ca59; color: #ffffff;}
.btn.orange {background-color: #f85606; color: #ffffff;}
.btn.violet {background-color: #9B72CF; color: #ffffff;}


.btn.violet:hover,
.btn.violet:focus,
.btn.violet:active,
.btn.violet.active,
.btn.violet[disabled],
.btn.violet.disabled {
    background-color: #532b88 !important;
    color: #fdfbf4 !important;
    outline: none !important;
}

/* Title */
.hp-title {text-align: center; padding-top: 0px; padding: 10px 0px 15px 0px; color: #532b88;}


.featured-stores { border: 1px solid #f4effa; padding: 15px; background-color: #ffffff;  font-size: 16px; }
.featured-stores a { color: #808080; text-decoration: none;  }
.featured-stores a:hover { color: #bbbbbb;}
.featured-stores > ul {margin: 0px; padding: 5px 0 0 0;}
.featured-stores > ul > li {margin: 0px; padding: 5px 0px 5px 15px; list-style-type: none; width: 20%; float: left;}

/* New */
.featured-stores .links {margin: 0px; padding: 5px 0px 5px 25px;}
/* New */

.more-stores {font-size: 16px; cursor: pointer; padding-bottom: 10px !important; padding-top: 10px;}

.store {padding: 25px;}
.store .storelogo {padding: 5px; border: 1px solid #f4effa; width: 200px;}
.store .storelogo img {width: auto; height: auto;}

.store .details h3 {margin: 0px 0px 10px 0px;}
.store .details h3 a { color: #532b88; text-decoration: none;}
.store .details h3 a:hover { text-decoration: none;}
.store .details a { text-decoration: none;  color: #666; }
.store .details .more, .store .details .more a {color: #532b88;}

.fa-external-link {font-size: 12px; color: #3fa936; }

/*#store-page::before {*/
/*background-color: #cdf0d9;*/
/*content: "";*/
/*display: block;*/
/*height: 160px;*/
/*left: 0;*/
/*position: absolute;*/
/*top: 0;*/
/*width: 100%;*/
/*border-bottom: 1px solid #e6e3db;*/
/*}*/

#store-page {
    padding: 20px 0px 0px 0px;
    position: relative;
}

.page-title, .store-page-title {
    font-size: 30px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.store-page-title.headline {font-size: 32px;}

.page-sub-title {font-size: 28px; margin: 0px 0px 10px 0px; padding: 0px;}
.inner-sub-title {font-size: 26px; margin: 0px; padding: 0px;}
.inner-sub-sub-title {font-size: 20px; margin: 0px; padding: 0px;}

.margin-top {margin-top: 25px;}

.content-sep {border-left: 1px solid #f4effa; padding-left: 25px;}

.title-violet, .title-violet a {color: #532B88;}
.title-orange, .title-orange a {color: #f16d54;}
.title-green, .title-green a {color: #3fa936;}
.title-blue, .title-blue a {color: #3498db;}
.title-brown, .title-brown a {color: #d7c38c;}

.title-orange a, .title-green a {text-decoration: none;}

.store-page-title span {font-size: 14px; color: #737885;}

.store-info {margin-right: 11px;}
.store-info .large-logo { background: #f4effa; padding: 0px; border: 1px solid #f4effa; text-align: center; border-radius: 5px; }
.store-info .large-logo img { border-top-left-radius: 5px; border-top-right-radius: 5px;}
.store-info .store-description { padding: 10px 0 0 0;}
.store-info .store-description a { color: #666; text-decoration: none;}
.store-info .detail { margin-bottom: 15px;}
.store-info .detail h4 {  padding: 0 0 7px 0;
    margin: 0;
    color: #532B88;
    font-size: 18px;
    line-height: 100%;}

.store-info .more a { text-decoration: underline;}
.store-info .products-range{ margin: 10px 0 0 0; padding: 0; list-style-type: none;}
.store-info .products-range li { font-size: 11px; margin: 5px 0 5px 0; padding: 0px !important; line-height: 18px; float: left; width: 50%; border: none !important;}

.store-info .detail ul { margin: 0; padding: 0; list-style-type: none;}
.store-info .detail ul li {margin: 5px 0 5px 0; padding: 2px 0 6px 0; line-height: 18px; border-bottom: 1px solid #ebebeb;}


.table-stats {border: 1px solid #f4effa !important; background-color: #fff;}
.table .table-bordered {border: 1px solid #f4effa !important;}
.table .table-footer {background-color: #f4effa; font-weight: bold;}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #f4effa; padding: 8px 15px 8px 15px;!important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f6f2fb;
}

.table-bordered {
    border: 1px solid #f4effa;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #f4effa;
}


.breadcrumb {
    padding: 8px 15px 0 0 !important;
    background-color: transparent;
    border-radius: 0px;
    list-style: none;
    margin-bottom: 15px;
}

.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #d7c38c;
    content: "\2022";
}

.breadcrumb > li.current, .breadcrumb > li a {color: #d7c38c;}
.breadcrumb>.active { color: #d7c38c; }

.store-page-deals {}

.deals-box { background-color: #fff; margin-bottom: 25px; -webkit-box-shadow: 0 1px 15px 1px rgba(113,106,202,.08); -moz-box-shadow: 0 1px 15px 1px rgba(113,106,202,.08); box-shadow: 0 1px 15px 1px rgba(113,106,202,.08);}

.share [class*="fa-"] {font-size: 120%; padding-left: 8px;}
.socialarea [class*="fa-"] {font-size: 120%; line-height: 100%; padding-left: 8px;}
.socialarea a .fa-twitter, .share a .fa-twitter {color: #55acee;}
.socialarea a .fa-twitter:hover, .share a .fa-twitter:hover {color: #68a6e0;}

.socialarea a .fa-facebook, .share a .fa-facebook {color: #45619d;}
.socialarea a .fa-facebook:hover, .share a .fa-facebook:hover {color: #42507e;}

.socialarea a .fa-google-plus, .share a .fa-google-plus {color: #dd4b39;}
.socialarea a .fa-google-plus:hover, .share a .fa-google-plus:hover {color: #c54737;}

.socialarea a .fa-linkedin, .share .fa-linkedin {color: #007bb6;}
.socialarea a .fa-linkedin:hover, .share a .fa-linkedin:hover {color: #5088a7;}

.socialarea a .fa-instagram, .share .fa-instagram {color: #000000;}
.socialarea a .fa-instagram:hover, .share a .fa-instagram:hover {color: #458eff;}


.favoriteDeal {
    margin-top: 50px;
}



.pinned.deals {background-color: #fefced;}


/* Deal Types */
.sp-deal-filter{
    margin-top: 15px;
}
.sp-deal-filter ul, .sp-deal-filter li {
    margin: 0px !important;
    padding: 0px !important;
    list-style-type: none;
    border-bottom: 0px none !important;
}

.sp-deal-filter li a {
    color: #333333;
    padding: 10px 20px;
    border-bottom: 1px solid #eeeeee;
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px !important;
    vertical-align: middle;
    background-color: #ffffff;
}

.deal-type { padding: 4px 15px 4px 15px; margin: 0px 0px 1px 0px; color: #532b88; background-color: #ffffff; border: 1px solid #f4effa; cursor: pointer; line-height: 18px; }
.deal-type:hover { background-color: #f4effa; border: 1px solid #ecdefc; }
.deal-type span {float: right; font-size: 12px; padding: 0px 4px; }

.btn-fav { background-color: #f4effa !important; width: 100% !important; padding: 5px 15px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;}

/*.favorite-button-add .fa-heart-o, .favorite-button-delete.btn .fa-heart-o, .favorite-button-add .fa-heart, .favorite-button-delete.btn .fa-heart {font-size: 16px;}*/

/*.favorite-button-add.btn {color: #c5c6c8; padding: 0px !important;}*/
/*.favorite-button-add.btn.focus, .favorite-button-add.btn:focus, .favorite-button-add.btn:hover, .favorite-button-add .fa-heart-o:hover  {*/
/*color: #62cb31 !important; transition: all 0.1s ease-in 0s; cursor: pointer !important;*/
/*}*/

/*.favorite-button-delete.btn {color: #62cb31; padding: 0px !important;}*/
/*.favorite-button-delete.btn.focus, .favorite-button-delete.btn:focus, .favorite-button-delete.btn:hover, .favorite-button-delete .fa-heart:hover  {*/
/*color: #f16d54 !important; transition: all 0.1s ease-in 0s; cursor: pointer !important;*/
/*}*/


.favorite {background-color: transparent !important;}

.badge-abc { color: #9B72CF;}
.badge-coupon { color: #532B88;}
.badge-clearance { color: #3497da;}
.badge-bogo { color: #3497da;}
.badge-sale { color: #62ca31;}
.badge-free-shipping { color: #feb506;}
.badge-free-gift { color: #e57e22;}
.badge-rebate { color: #c54331;}
.badge-gift-card { color: #333333;}
.badge-free-credit { color: #fb835f;}
.event-badge { color: #fb835f;}
.badge-exclusive { color: #fb835f; }
.badge-occasion { color: #b61d22; }
.badge-brand { color: #b6b7ba;}
.badge-brand a { color: #b6b7ba !important;}
.badge-brand a:hover { color: #b6b7ba;}


/************************/
/* Category Styles      */
/************************/

.sidebar {margin: 25px 0px; background-color: #fff; border: 1px solid #f4effa;}
.sidebar h3 {margin: 7px 15px; font-size: 18px;}
.sidebar .border-bottom-line {border-bottom: 1px solid #f4effa;}
.sidebar ul {margin: 10px 0px; padding: 0px; list-style-type: none;}
.sidebar ul li {margin: 0px; padding: 0px 15px; list-style-type: none; width: 50%; float: left;}
.sidebar ul li a {color: #676c7b; line-height: 30px; text-decoration: none;}

.related-stores {}
.related-stores h3 {  padding: 0 0 7px 0;
    margin: 0;
    color: #9b72cf;
    font-size: 18px;
    line-height: 100%;
}

.expand-deals-btn.btn {background-color: #f6f2fb; color: #532b88; border: 1px solid #f4effa; padding: 7px 15px;}
.expand-deals-btn.btn:hover, .expand-deals-btn.btn:focus {background-color: #9b72cf; color: #fff; border: 1px solid #8757c4; padding: 7px 15px;}

.more-deals-close {color: #f85606; display: block; position: relative; right: 25px; top: -25px;}


.gridder {
    margin: 0px;
    padding: 0px;
}

.gridder-list {
    display: inline-block;
    vertical-align: top;
}

.gridder-show {
    background: #f6f2fb;
    border: 1px solid #f4effa;
}

.gridder-content {
    display: none;
    position: relative;
}

.gridder-list {
    width: 100%
}

.gridder-list:nth-child(n) {
    /*margin-bottom: 1%;
    margin-right: 1%*/
}

.gridder-list:nth-of-type(6n) {
    margin-right: 0;
    margin-bottom: 0
}

.cat-deals { margin: 0px 15px 15px 15px; border-bottom: 1px solid #e9e9e9;}
.no-sub-deals {background: #ffffff; border: 1px solid #e9e9e9; border-bottom: 0px none !important; padding: 15px;}

.sub-deals-area::before {
    left: 235px;
    top: -27px;
    border-bottom: 12px solid #f6f2fb;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    transition: none !important;
}
.sub-deals-area::after {
    left: 236px;
    top: -26px;
    border-bottom: 11px solid #f6f2fb;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    transition: none !important;
}

.loader_img {padding: 25px; display: none;}

.close-circle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #532B88;
    /* width and height can be anything, as long as they're equal */
}

.close {
    color: #fff;
    text-shadow: 0 1px 0 #000;
    filter: alpha(opacity = 100);
    opacity: 100;
}

.pagination {
    margin: 5px 0px 25px 0px !important;
}


.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span, .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-radius: 0px !important;

}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    cursor: pointer;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #fff;
    cursor: default;
    background-color: #532B88;
    border-color: #532B88;
}

.bg-white {background-color: #F4EFFA !important;}


/* Modal */
.modal {border-radius: 0px !important; width: 700px; border: 1px solid rgba(0, 0, 0, 0.2); height: auto;}
.modal-header {background-color: #9b72cf;}
.modal-header h4 { color: #fff; font-size: 20px;}
.loader {display: none; text-align: left; margin-top: 7px; }
.modal.fade.in { top: 45%;}
.modal-footer {border-top: 1px solid #e9e9e9; background-color: #f4effa; padding: 15px !important;}

.offerArea h3 { padding: 0 0 15px 0; margin: 0; letter-spacing: 1px; line-height: 150%; display: block; text-align: center; color: #f85606;}
.offerArea .couponHolder { text-align: center;}
.couponHolder .codemsg { padding: 10px 0 15px 0; margin: 0; line-height: 150%; display: block; text-align: center; color: #666;}
.offerArea .couponcode { padding: 8px 50px; color: #4b4e4b; margin-right: 5px; line-height: 1.33; font-size: 20px; font-weight: bold; background-color: #fcf7c6; border: 1px dashed #bbab90; vertical-align: middle; }
.btn-copy .fa-copy {margin-right: 5px !important;}

.modal-body .highlights { background: none;}
.modal-body .stores-found {  padding: 9px 0 15px 0;}
.modal-body .copied { margin: 20px 0 0 10px; font-size: 16px; padding: 3px 0 0 0; color: #3fa936; display: none; width: 100%; }
.highlights { background: #eceaeb;}
.txt-coupon { position:fixed; bottom :0px; left:0px; opacity:0; }

.modal-subscribe .details { padding: 30px 30px 15px 30px !important; }
.modal-subscribe .form-control { border: 1px solid #dbdbdb;}
.modal-subscribe .storelogo {border-right: 1px solid #f4effa; padding: 15px;}
.modal-subscribe .storelogo img { height: auto; width: 200px;}


.modal-deals {background-color: #ffffff; margin: 25px 0px;}
.modal-deals .storelogo { width: 160px; border: 1px solid #f4effa; margin: 5px 15px 0px 0px;}
.modal-deals > .storelogo > a > img {width: auto; height: auto; display: block;}
.modal-deals .details { color: #666;  font-size: 16px; }
.modal-deals .details h3 { padding: 0; margin: 0 0 10px 0; font-size: 26px; font-style: normal; text-decoration: none; display: block;}
.modal-deals .details h3 a { color: #0393be; text-decoration: none;}
.modal-deals .details h3 a:hover { text-decoration: none;}
.modal-deals .details a { text-decoration: none;  color: #666; }
.modal-deals .details a:hover { text-decoration: none; }

.modal-body .code-area .deal-button {position: relative; }

.modal.merchant-info {width: 1000px !important;}
.modal-body .table-stats {margin: 15px 0px !important;}

.btn.btn-copy { color: #fff; text-shadow: none; background-color: #3fa936; padding: 13px 30px 12px 30px;}
.btn.btn-copy:hover,
.btn.btn-copy:focus,
.btn.btn-copy:active,
.btn.btn-copy.active,
.btn.btn-copy[disabled],
.btn.btn-copy.disabled {
    background-color: #44b63a !important;
    color: #fff !important;
    outline: none !important;
}

.btn-sinfo {
    width: 100%; color: #532b88; text-shadow: none; background-color: #f3ead1; margin-top: 10px; padding: 8px 30px 7px 30px;}
.btn.btn-sinfo:hover,
.btn.btn-sinfo:focus,
.btn.btn-sinfo:active,
.btn.btn-sinfo.active,
.btn.btn-sinfo[disabled],
.btn.btn-sinfo.disabled {
    background-color: #532b88 !important;
    color: #f3ead1 !important;
    outline: none !important;
}

.alphabets {padding: 15px 15px 10px 15px;}
.alphabets a {float: left; padding: 7px 10px; display: block; text-align: center; margin-right: 5px; border: 1px solid #ebebeb; color: #808080; text-decoration: none;}
.alphabets a:hover { color: #bbbbbb;}

.extra-25px {margin-bottom: 25px !important;}

.simple-box { padding: 25px; background-color: #fff; margin-bottom: 25px; border: 1px solid #f4effa;}
.empty-page {margin-bottom: 400px;}
.extra-200px {margin-bottom: 200px;}

.small-text {font-size: 12px; font-weight: normal !important;}

.occasion, .occasion a {color: #e64243 !important;}
.occasion-header {height: 300px; margin-top: -20px; border-bottom: 1px solid #e9e2dc;}
.occasion-header-content { text-align: center !important;  margin: 0 auto !important; }
.occasion-header h1 {padding: 50px 0px 10px 0px; margin-bottom: 0px; color: #f85606; font-weight: 600; font-size: 64px;}
.occasion-header ul {margin: 0px; padding: 0px; list-style-type: none;  margin: 0 auto !important; }
.occasion-header ul li { padding: 0px; list-style-type: none; display: inline;  }

.occasion-deal h3 {font-size: 18px;}

.occasion-deal .card {
    height: 320px;
    box-shadow: none;
    border-radius: 0px;
}

.occasion-deal .card .card-head {
    padding: 15px 0px 15px 0px !important;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border: 0px none;
    background-color: #fff;
}

.occasion-deal .card .card-head img {
    width: 120px !important;
    margin: 0 auto;
    border: 0px none;
}

.occasion-deal .card .card-body {
    border-top: 1px solid #f4effa;
    padding: 15px;
    height: 105px;
    text-align: center !important;
}

.occasion-deal .card .card-footer {
    padding: 15px;
}


.search-area {margin-left: 30px;}

.login-menu .dropdown-menu {
    margin-top: 32px;               /* previous value was 32px*/
    padding: 0;
    width: 350px !important;
    background: #fff;
    border-radius: 0;
}

.dropdown-menu .login-form {
    padding: 15px;
}

.dropdown-menu .login-form-footer {background-color: #f4effa; padding: 10px 15px;}


.login-menu .dropdown-menu::before {
    left: auto;
    right: 12px;
    top: -9px;
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;

}

.login-menu .dropdown-menu::after {
    left: auto;
    right: 13px;
    top: -8px;
    border-bottom: 8px solid #fff;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
}

.login-form label {font-weight: normal; font-size: 16px; color: #676c7b;}


.img-circle {
    border-radius: 50%;
}

.profile-photo {width: 48px; float: left; margin-right: 15px;}
.profile-photo img {width: auto; height: auto;}

.profile-links { float: right; margin: 0px; padding: 0px; list-style-type: none;}
.profile-links a {color: #532b88; text-decoration: none;}
.profile-links li { float: left; margin: 0px 0px 5px 0px;}
.profile-links li {color: #532b88; margin-top: 12px !important;}
.profile-links li a.logout {color: #f85606;}

.sign-in,.sign-in a { color: #fff !important;}
.user-name, .user-name a { color: #fff !important;}

.logged-in .dropdown-menu {
    width: 250px !important;
    background: #fff;
}

.logged-in .dropdown-menu li { margin: 0px !important; }

.logged-in .profile-menu {
    padding: 15px;
}
.logged-in .profile-menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.logged-in .profile-menu li {
    margin: 0px;
    padding: 8px 15px 8px 15px;
    list-style-type: none;
    width: 100%;
    border-bottom: 1px solid #f4effa;
    text-align: right;
}

.log-in .dropdown-menu {
    width: 350px;
    background: #fff;
}

.log-in .profile-menu {
    padding: 15px;
}
.log-in .profile-menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.log-in .profile-menu li {
    margin: 0px;
    padding: 10px 15px 10px 15px;
    list-style-type: none;
    width: 100%;
    border-bottom: 1px solid #f4effa;
    text-align: right;
}

.stores-found {background-color: #fff; border: 1px solid #e9e9e9; padding: 10px;}
.stores-found a {width: 160px; display: block; float: left; margin: 10px; padding: 5px; border: 1px solid #e9e9e9;}
.stores-found a img {width: auto; height: auto;}

.search-deals ul {margin: 0px; padding: 0px; list-style-type: none;}
.search-deals ul li {margin: 0px; padding: 0px; list-style-type: none;}

.search-deals .deals {border-bottom: 1px solid #f4effa !important; border-top: 0px none !important;}

.end-msg {margin-top: 25px; font-size: 18px; color: #33a644;}

#infscr-loading{
    margin:0 auto !important;
    text-align:center;
    height: 100px !important;
    width: 100%;
    display: block;
}

.already-subscribed {height: 36px; background: #fff; line-height: 36px;}

.alert {border-radius: 0px !important;}
.alert-danger {
    color: #f85606;
    background-color: #feede9;
    border-color: #fabcaf;
}
.alert-success {
    color: #532b88;
    background-color: #f6f2fb;
    border-color: #f4effa;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #f85606;
}

.has-error .form-control {
    border-color: #f85606;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.subscription-notice { }
.stripes {background: url('../images/stripes.png') top repeat-x; height: 4px; margin-top: -25px; margin-right:  -25px; margin-left:  -25px; margin-bottom: 15px;}
.err-404 > h1 {color: #fc835f !important; font-size: 150px !important; font-style: normal; margin-top: 0px;}
.text-404 { padding-top: 10px;}
.signup-border-left { border-left: 1px solid #e9e9e9; padding: 0 0 0 30px; }
.inner-title {
    padding: 10px 0 10px 0; margin: 0;
    font: 20px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    line-height: 100%;
    color: #532b88;
}
.add-300px-hight { height: 300px;}

/* Blog */

.body-bg {
    background-color: #fff; background-image: url('../images/bg.jpg'); color: #666;
}

.blog-posts {
    padding: 0px 0px !important;
    overflow: hidden;
    border-bottom: 0px solid #dff1ff;
}
.blog-posts .page-title {
    padding: 15px 15px 15px 15px;
    margin-bottom: 25px;
    border: 1px solid #f4effa;
    background-color: #fff;
}
.blog-posts .page-title .title {
    padding: 0 0 0px 0;
    margin: 0;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    line-height: 1;
    color: #6a6c6f;
}

.post-items {
    padding: 25px 15px !important;
}
.post-items .item {
    padding: 15px 15px 15px 15px;
    margin-bottom: 25px;
    border: 1px solid #f4effa;
    background-color: #fff;
}
.post-items .item h1 {
    font-size: 32px;
    line-height: 1.3;
    padding: 0 0 10px 0;
    margin: 0;
}
.post-items .item h2 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    padding: 10px 0;
    margin: 0;
}
.post-items .item h3 {
    font-size: 26px;
}

.post-items p {
    font-size: 16px;
}

.post-items .merchant-logo img {
    border: 1px solid #f4effa;
    padding: 4px;
}
.title {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3;
    color: #0393be;
}

.title a {
    text-decoration: none; color: #0393be;
}
.entry-author {
    margin-left: 70px;
}
.entry-author .avatar {
    width: 70px;
    height: 70px;
    position: absolute;
    left: -70px;
}

.commentlist {
    margin: 0 0 0 65px;
    padding: 0px;
}
.commentlist li {
    list-style-type: none;
}

.comment-author {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
}

.comment-author .avatar {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -65px;
}

.comment-author .fn {
    word-wrap: break-word;
}
.comment-author .fn {
    color: #6a6c6f;
    margin-right: 15px;
    font-weight: bold;
    font-size: 15px;
    display: block;
}

.comment-author .url,
.comment-reply-link,
.comment-reply-login {
    color: #bc360a;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}
.comment-meta {
    margin-bottom: 15px;
}
.blog-info {
    /*border-bottom: 1px solid rgba(136, 136, 136, 0.15);*/
    /*border-color: rgba(136, 136, 136, 0.15);*/
    list-style: outside none none;
    margin: 0 0 12px;
    padding: 0;
}

.blog-info li {
    color: rgba(136, 136, 136, 0.5);
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    padding: 0;
}
.blog-info li i {
    color: rgba(136, 136, 136, 0.5);
}
.blog-info li a {
    color: rgba(136, 136, 136, 0.5);
}

.blog-search {
    padding: 15px !important;
}

.ui.buttons.buttons-vote {
    font-size: 22px;
}
.button-vote {
    margin-left: 15px;
}

.text-info {color: #666}

img.captch-image {
    border: 1px solid #f4effa !important;
}

.payment-methods img {margin-bottom: 7px !important;}