/*@import url(https://fonts.googleapis.com/css2?family=Roboto);*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat');
/*@import url(https://fonts.googleapis.com/css?family=Lato);*/
body {
    line-height: 1.5;
    font-family: Montserrat, sans-serif
}

button, input, li, p, select {
    font-family: Montserrat, sans-serif;
    color: #222;
    font-size: 14px;
    font-weight: 400
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 400
}

h2 {
    font-size: 26px;
}

label {
    font-size: 14px;
    letter-spacing: 0;
    color: #848484
}

.nav-pills .nav-link {
    font-size: 16px
}

@media(max-width:480px) {
    .nav-pills .nav-link {
        font-size: 12px
    }
}

.nav-pills.with-background .nav-item {
    margin-right: 10px
}

.nav-pills.with-background .nav-item:last-child {
    margin-right: 0
}

.nav-pills.with-background .nav-link {
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1)
}

.nav-pills.with-background .nav-link:hover {
    color: #c1d200
}

.nav-pills.with-background .nav-link.active {
    background: #c1d200;
    position: relative;
    transition: 0s
}

.nav-pills.with-background .nav-link.active:hover {
    color: #fff
}

.nav-pills.with-background .nav-link.active:after {
    content: '';
    position: absolute;
    left: 42%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #c1d200;
    clear: both;
    transition: all .2s ease-in 0s
}

.nav-pills.transparent .nav-link {
    background: 0 0;
    margin-bottom: 20px;
    color: #848484;
    font-size: 24px
}

@media(max-width:768px) {
    .nav-pills.transparent .nav-link {
        font-size: 17px
    }
}

@media(max-width:480px) {
    .nav-pills.transparent .nav-link {
        font-size: 12px
    }
}

.nav-pills.transparent .nav-link.active {
    background: 0 0;
    color: #222
}

ul.pagination li {
    margin-right: 10px
}

ul.pagination li a {
    border-radius: 3px!important;
    font-size: 16px;
    padding: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-color: transparent;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    color: #222
}

ul.pagination .active a {
    background-color: #c1d200!important;
    color: #fff!important;
    border-color: transparent!important
}

ul.social-circle-icons li {
    margin-right: 7px;
    margin-bottom: 15px
}

ul.social-circle-icons li:last-child {
    margin-right: 0
}

ul.social-circle-icons li a {
    display: block;
    font-size: 15px;
    line-height: 36px;
    color: #c1d200;
    height: 38px;
    width: 38px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 100%
}

ul.social-circle-icons li a:hover {
    text-decoration: none;
    color: #fff;
    background: #c1d200
}

ul.category-list li {
    display: block;
    font-size: 16px;
    margin-bottom: 25px
}

ul.category-list li a {
    display: block
}

ul.category-list li a:hover {
    text-decoration: underline
}

ul.category-list li a i {
    margin-right: 12px;
    font-size: 16px;
    color: #c1d200;
    vertical-align: middle
}

.store-list h4 {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: .01em;
    color: #222
}

.store-list ul {
    list-style: none
}

.store-list ul li {
    display: block;
    font-size: 15px;
    margin-bottom: 8px
}

.store-list ul li a {
    display: block;
    color: #848484
}

.store-list ul li a:hover {
    text-decoration: underline;
    color: #c1d200
}

@media(max-width:768px) {
    .store-list {
        margin-bottom: 15px
    }
}

.store-list .btn {
    margin-top: 35px
}

body {
    background: #f6f8fa
}

h1, h2, h3, h4, h5, h6 {
    color: #222
}

p {
    color: #222
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none
}

figure {
    margin: 0
}

a {
    transition: all .2s ease 0s;
    color: #222
}

iframe {
    border: 0
}

a:focus, a:hover {
    text-decoration: underline;
    outline: 0;
    color: #c1d200
}

input[type=email], input[type=password], input[type=tel], input[type=text] {
    border-radius: 3px;
    box-shadow: none;
    height: 50px;
    outline: 0;
    font-weight: 200;
    font-size: 15px
}

@media(max-width:400px) {
    input[type=email], input[type=password], input[type=tel], input[type=text] {
        height: 40px
    }
}

input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus {
    box-shadow: none;
    border: 1px solid #c1d200
}

select.form-control:not([size]):not([multiple]) {
    height: 50px
}

.form-control {
    background-color: transparent;
    color: #222;
    box-shadow: none;
    border-radius: 4px;
    padding-left: 20px;
    letter-spacing: .05em;
    font-size: 15px
}

.form-control:focus {
    color: #222;
    box-shadow: none;
    border: 1px solid #c1d200;
    background-color: transparent
}

textarea.form-control {
    padding: 20px
}

.form-control::-webkit-input-placeholder {
    color: #848484
}

.form-control:-moz-placeholder {
    color: #848484
}

.form-control::-moz-placeholder {
    color: #848484
}

.form-control:-ms-input-placeholder {
    color: #848484
}

.form-control::-ms-input-placeholder {
    color: #848484
}

.mt-20 {
    margin-top: 20px
}

.w-100 {
    width: 100%
}

.margin-0 {
    margin: 0!important
}

button {
    cursor: pointer
}

.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: 0
}

.bg-shadow {
    background-color: #fff;
    box-shadow: 0 16px 24px rgba(0, 0, 0, .08);
    padding: 20px
}

.section {
    padding: 100px 0
}

.section-title {
    position: relative;
    margin-bottom: 75px
}

.section-title h2 {
    font-size: 30px;
    letter-spacing: .05em;
    text-align: center
}

.section-title h2:before {
    content: " ";
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    width: 127px;
    height: 2px;
    background-color: #e0e87f;
    opacity: 0.5;
}

.section-title h2:after {
    content: " ";
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    width: 40px;
    height: 5px;
    background-color: #c1d200;
    display: none;
}

.section-title p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .05em;
    color: #848484
}

.dashboard, .user-profile {
    padding-top: 50px
}

.category-box {
    background-size: cover;
    margin-bottom: 30px;
    min-height: 350px;
    position: relative;
    overflow: hidden;
    width: 100%
}

.category-box.category-box-2 {
    min-height: 730px
}

.category-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.category-box img {
    transition: all .3s ease-in-out;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.category-box a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.category-box .content {
    padding: 25px 0 0 25px;
    position: absolute;
    z-index: 999;
    top: 0
}

.category-box .content h3 {
    margin: 0;
    color: #333;
    font-size: 14px;
    font-weight: 400
}

.category-box .content p {
    margin: 6px 0 0
}

.overly:before {
    content: '';
    background: rgba(0, 0, 0, .51);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.page-wrapper {
    padding: 70px 0
}

.social-media-icons ul li {
    display: inline-block
}

.social-media-icons ul li a {
    font-size: 18px;
    color: #333;
    display: inline-block;
    padding: 7px 12px;
    color: #fff
}

.social-media-icons ul li .twitter {
    background: #00aced
}

.social-media-icons ul li .facebook {
    background: #3b5998;
    padding: 7px 18px
}

.social-media-icons ul li .googleplus {
    background: #dd4b39
}

.social-media-icons ul li .dribbble {
    background: #ea4c89
}

.social-media-icons ul li .instagram {
    background: #bc2a8d
}

.call-to-action {
    padding: 140px 0
}

.call-to-action .subscription-form input {
    height: 45px
}

.btn {
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px
}

.btn-main {
    background: #c1d200;
    color: #fff
}

.btn-main:hover {
    color: #fff
}

.btn-secondary {
    background: #fff;
    color: #000;
    border-color: #fff
}

.btn-secondary:hover {
    background: #fff;
    color: #000;
    border-color: #fff
}

.btn-transparent {
    background: 0 0;
    color: #c1d200;
    border: 1px solid #c1d200
}

.btn-transparent-white {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff
}

.btn-dual {
    padding: 12px 0;
    border: 1px solid #c1d200;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none
}

.btn-dual .upper {
    background: #c1d200;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 12px 10px 12px 15px;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

@media(max-width:400px) {
    .btn-dual .upper {
        font-size: 13px;
        padding: 15px 9px 12px 15px
    }
}

.btn-dual .upper:after {
    position: absolute;
    right: -30px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 43px 0 0 30px;
    border-color: transparent transparent transparent #c1d200;
    z-index: 101;
    content: '';
    transition: .2s ease
}

.btn-dual .upper:hover:after {
    right: -20px;
    border-width: 43px 0 0 20px
}

.btn-dual .lower {
    background: 0 0;
    padding: 16px 10px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    z-index: 99;
    margin-left: -65px
}

.btn-group .btn i {
    font-size: 16px;
    line-height: 40px
}

.btn-group .btn:focus {
    color: #d0d0d0
}

.btn-group .btn-transparent {
    color: #d0d0d0;
    border: 1px solid #d0d0d0;
    padding: 0;
    width: 40px
}

.btn-group .btn-transparent:hover {
    color: #e6b322;
    background: 0 0
}

.btn-active {
    color: #e6b322
}

.btn:focus {
    color: #c1d200;
    box-shadow: none
}

input {
    font-family: lato, sans-serif
}

.sbHolder {
    width: 100%;
    height: 50px;
    background: 0 0;
    font-family: lato, sans-serif;
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px
}

.sbHolder .sbToggle {
    top: 13px;
    background: 0 0
}

.sbHolder .sbToggle::before {
    font-family: fontawesome;
    content: "\f107";
    color: #848484;
    font-size: 18px
}

.sbHolder .sbSelector {
    color: #222!important;
    letter-spacing: .05em;
    width: 100%;
    height: 50px;
    line-height: 40px
}

.sbHolder .sbOptions {
    width: 100%!important;
    border-radius: 3px;
    padding: 10px 0
    /*max-height: 400px !important;*/
    /*    box-shadow: 0 7px 15px -7px #0000005e;*/
}

.sbHolder .sbOptions li a {
    font-family: lato, sans-serif;
    letter-spacing: .05em;
    padding: 10px 20px
}

.sbHolder .sbOptions li a:hover {
    color: #c1d200!important;
    padding-left: 25px
}

.sbHolder .sbOptions li span {
    font-family: lato, sans-serif;
    letter-spacing: .05em;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

.card-main {
    border-radius: 2px;
    border: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1)
}

.mb-30 {
    margin-bottom: 20px
}

.mt-30 {
    margin-top: 20px
}

.bg-light {
    background: #fff
}

.bg-1 {
    background: url(../img/home/hero.png)
}

.bg-2 {
    background: url(../img/subscription/subscription-back.jpg);
    background-size: cover
}

.bg-3 {
    background: url(../img/call-to-action/cta-background.jpg) fixed no-repeat;
    background-size: cover
}

.bg-4 {
    background: #c1d200
}

.border-bottom {
    border-bottom: 1px solid #ebe9e9
}

.bl-none {
    border-left: none!important
}

.alt-color {
    color: #c7c7c7
}

.success {
    color: #1fcc2e
}

.clients-slider .owl-nav [class*=owl-] {
    background-color: transparent;
    color: #848484
}

.clients-slider .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: #848484
}

.clients-slider .owl-nav {
    position: relative
}

.clients-slider .owl-nav i {
    font-size: 30px
}

.clients-slider .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    bottom: 40px
}

.clients-slider .owl-nav .owl-next {
    position: absolute;
    right: -50px;
    bottom: 40px
}

.clients-slider a {
    display: inline-block;
    padding: 0 15px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border: 1px solid #ebeaea;
    border-radius: 3px
}

.clients-slider a img {
    width: 100px
}

.page-title {
    background: #c1d200;
    padding: 39px 0
}

.page-title h3 {
    color: #fff;
    font-size: 42px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0
}

ul.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.pagination li {
    margin-right: 10px;
    margin-bottom: 10px
}

ul.pagination li a {
    border-radius: 3px!important;
    font-size: 16px;
    padding: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-color: transparent;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    color: #222
}

ul.pagination .active a {
    background-color: #c1d200!important;
    color: #fff!important;
    border-color: transparent!important
}

.datepicker {
    padding: 15px
}

.datepicker.dropdown-menu {
    font-family: lato, sans-serif;
    line-height: 28px
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover, .open .dropdown-toggle.datepicker table tr td.active:hover {
    background-color: #c1d200;
    border-color: #c1d200
}

.top-header ul.top-menu li.nav-item {
    padding: 5px 0
}

.top-header ul.top-menu li.nav-item a {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: .025em;
    padding: 0 18px;
    border-right: 1px solid #d3d4d5
}

.top-header ul.top-menu li.nav-item a span {
    margin-left: 0
}

.top-header ul.top-menu li.nav-item:last-child a {
    padding-right: 0;
    border-right: none
}

.top-header ul.top-menu li.nav-item.dropdown .dropdown-menu {
    padding: 0
}

.top-header ul.top-menu li.nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 10px
}

.top-header .dropdown-item {
    border-right: none!important
}

.main-nav {
    padding: 16px 0
}

.main-nav .navbar-nav .nav-item.active .nav-link {
    color: #c1d200
}

.main-nav .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight:600;
    line-height: 26px;
    padding-left: 19px;
    padding-right: 19px
}

@media(max-width:768px) {
    .main-nav .navbar-nav .nav-item .nav-link {
        padding-left: 0;
        padding-right: 9px
    }
}

.main-nav .navbar-nav .nav-item .nav-link span {
    margin-left: 4px
}

.main-nav .navbar-nav .nav-item .nav-link.dropdown-toggle {
    padding-right: 10px
}

.main-nav .navbar-nav .nav-item .dropdown-toggle::after {
    border: 0
}

.main-nav .navbar-nav .nav-item.active .nav-link {
    color: #c1d200
}

.main-nav .navbar-nav .nav-item .dropdown-menu {
    border: 0;
    box-shadow: none
}

@media(max-width:768px) {
    .main-nav .navbar-nav .search {
        display: none
    }
}

.main-nav .navbar-nav .search .nav-link i {
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #c1d200;
    /* border: 1px solid #c1d200; */
    border-radius: 3px;
    text-align: center;
}

.main-nav .navbar-nav .search .input-group {
    width: 300px
}

.main-nav .navbar-nav .search .input-group .input-group-addon {
    background: #c1d200;
    color: #fff;
    border: 1px solid #c1d200
}

.main-nav .navbar-nav .search .input-group .input-group-addon i {
    font-size: 15px;
    padding-right: 5px;
    padding-left: 5px
}

@media(min-width:991px) {
    .main-nav .dropdown-slide {
        position: static
    }
    .main-nav .dropdown-slide .open>a, .main-nav .dropdown-slide .open>a:focus, .main-nav .dropdown-slide .open>a:hover {
        background: 0 0
    }
    .main-nav .dropdown-slide.full-width .dropdown-menu {
        left: 0!important;
        right: 0!important
    }
    .main-nav .dropdown-slide:hover .dropdown-menu {
        display: none;
        opacity: 1;
        display: block;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible;
        color: #777;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .main-nav .dropdown-slide .dropdown-menu {
        margin-top: 0;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        position: absolute;
        padding: 15px;
        transition: .3s all;
        position: absolute;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        transition: visibility .2s, opacity .2s, -webkit-transform .5s cubic-bezier(.43, .26, .11, .99);
        transition: visibility .2s, opacity .2s, transform .5s cubic-bezier(.43, .26, .11, .99);
        transition: visibility .2s, opacity .2s, transform .5s cubic-bezier(.43, .26, .11, .99), -webkit-transform .5s cubic-bezier(.43, .26, .11, .99)
    }
}

@media(min-width:991px) and (max-width:480px) {
    .main-nav .dropdown-slide .dropdown-menu {
        -webkit-transform: none;
        transform: none
    }
}

.custom-toggler.navbar-toggler {
    border-color: #c1d200;
    background: #c1d200;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: auto
}

.custom-toggler.navbar-toggler:focus {
    outline: 0!important
}

.custom-toggler.navbar-toggler .navbar-toggler-icon {
    font-size: 20px;
    color: #fff;
    width: auto;
    height: auto;
    vertical-align: top
}

.dropdown-menu {
    padding: 0 15px 15px;
    border-radius: 0
}

.nav-item.dropdown {
    position: relative
}

.dropdown-item:active {
    background: #c1d200
}

.dropdown-item {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 60px 10px 10px;
    text-transform: capitalize
}

@media(max-width:480px) {
    .navbar-toggleable-md>.container {
        margin-right: 0;
        margin-left: 0;
        padding-left: 25px;
        padding-right: 25px
    }
}

.navbar-nav.search-mobile .search {
    display: block
}

.navbar-nav.search-mobile .search .search-icon {
    position: absolute;
    top: -52px;
    right: 43px;
}

.navbar-nav.search-mobile .search .dropdown-menu {
    position: absolute;
    padding: 15px 0 0;
    padding: 10px;
    border: 1px solid #ebe9e9
}

@media(max-width:400px) {
    .navbar-nav.search-mobile .search .dropdown-menu {
        padding: 10px
    }
}

.navbar-nav.search-mobile .search .dropdown-menu .input-group {
    width: 240px;
    right: 0
}

@media(min-width:480px) {
    .navbar-nav.search-mobile .search .search-icon {
        right: 70px
    }
    .navbar-nav.search-mobile .search .dropdown-menu {
        right: 66px
    }
}

@media(min-width:768px) {
    .navbar-nav.search-mobile .search .search-icon {
        right: 70px
    }
    .navbar-nav.search-mobile .search .dropdown-menu {
        right: 66px
    }
    .navbar-nav.search-mobile .search .dropdown-menu .input-group {
        width: 300px
    }
}

@media(min-width:991px) {
    .navbar-nav.search-mobile .search {
        display: none
    }
}

.fill-logo-1 {
    fill: #c1d200
}

.fill-logo-2 {
    fill: #c1d200
}

.hero-area .content-block h1, .hero-area-2 .content-block h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 15px
}

@media(max-width:768px) {
    .hero-area .content-block h1, .hero-area-2 .content-block h1 {
        font-size: 40px
    }
}

.hero-area .content-block p, .hero-area-2 .content-block p {
    color: #fff;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: .05em
}

@media(max-width:768px) {
    .hero-area .content-block p, .hero-area-2 .content-block p {
        font-size: 17px
    }
}

.hero-area {
    padding: 100px 0 150px;
}

.hero-area .content-block {
    /* padding-bottom: 80px */
}

.hero-area .advance-search {
    background: #c1d200;
    padding: 28px 18px;
    border-radius: 3px;
    margin-bottom: -50px
}

@media(max-width:480px) {
    .hero-area .advance-search {
        margin-bottom: -80px
    }
}

.hero-area .advance-search [class*=col-] {
    padding-left: 26px;
    padding-right: 26px
}

.hero-area .advance-search [class*=col-]:before {
    background: #aab900;
    bottom: 8px;
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
    height: 100%
}

@media(max-width:768px) {
    .hero-area .advance-search [class*=col-]:before {
        width: 0
    }
}

.hero-area .advance-search [class*=col-]:first-child:before {
    display: none
}

@media(max-width:480px) {
    .hero-area .advance-search .block {
        display: block!important
    }
}

.hero-area .advance-search .block .form-control {
    height: 45px
}

.hero-area .advance-search .block .btn-secondary {
    padding: 10px 30px
}

.hero-area .advance-search .form-control {
    color: #fff!important;
    border-color: rgba(255, 255, 255, .5)
}

.hero-area .advance-search .form-control:focus {
    color: #fff!important;
    background: #c1d200
}

.hero-area .advance-search .sbHolder {
    background: #c1d200;
    border: 1px solid rgba(255, 255, 255, .5);
    text-align: left;
    height: 45px
}

@media(max-width:768px) {
    .hero-area .advance-search .sbHolder {
        margin-bottom: 10px
    }
}

.hero-area .advance-search .sbHolder .sbSelector {
    color: #fff!important
}

.hero-area .advance-search .sbHolder .sbToggle {
    top: 10px
}

.hero-area .advance-search .sbHolder .sbToggle::before {
    color: #fff
}

.hero-area .advance-search .sbHolder .sbOptions {
    background: #c1d200;
    border-color: #fff;
    z-index: 2
}

.hero-area .advance-search .sbHolder .sbOptions li a {
    color: #fff
}

.hero-area .advance-search .sbHolder .sbOptions li a:hover {
    color: #fff!important
}

.hero-area .advance-search .sbHolder .sbOptions li span {
    color: #fff
}

.hero-area .advance-search .form-control::-webkit-input-placeholder {
    color: #fff
}

.hero-area .advance-search .form-control:-moz-placeholder {
    color: #fff
}

.hero-area .advance-search .form-control::-moz-placeholder {
    color: #fff
}

.hero-area .advance-search .form-control:-ms-input-placeholder {
    color: #fff
}

.hero-area .advance-search .form-control::-ms-input-placeholder {
    color: #fff
}

.hero-area .advance-search button {
    display: block
}

@media(max-width:480px) {
    .hero-area .advance-search button {
        width: 100%
    }
}

.hero-area-2 .sbHolder {
    background: #fff;
    text-align: left
}

@media(max-width:768px) {
    .hero-area-2 .sbHolder {
        margin-bottom: 10px
    }
}

.hero-area-2 .sbHolder .sbToggle {
    background: url(../plugins/selectbox/img/down-arrow-gray.html) no-repeat
}

.hero-area-2 .sbHolder .sbOptions {
    z-index: 2
}

.submit-coupon .form-control, .submit-coupon .sbHolder {
    margin-bottom: 30px
}

.submit-coupon button {
    margin-top: 20px
}

.deals-categories {
    padding: 100px 0 0
}

.deals-categories .border-bottom {
    padding-bottom: 70px
}

@media(max-width:768px) {
    .hero-area-2 {
        padding: 60px 0
    }
}

.hero-area-2 .content-block {
    padding-bottom: 30px
}

.hero-area-2 form {
    margin-bottom: 13px
}

.hero-area-2 .coupon-ig {
    margin-bottom: 6px
}

.hero-area-2 .coupon-ig input {
    background: #c1d200;
    color: #fff;
    border-color: transparent
}

.hero-area-2 .coupon-ig .input-group-addon {
    background: #c1d200;
    color: #fff;
    border-left: none
}

.hero-area-2 .coupon-ig .input-group-addon i {
    font-size: 17px;
    padding-right: 7px
}

.hero-area-2 .coupon-ig .form-control::-webkit-input-placeholder {
    color: #fff
}

.hero-area-2 .coupon-ig .form-control:-moz-placeholder {
    color: #fff
}

.hero-area-2 .coupon-ig .form-control::-moz-placeholder {
    color: #fff
}

.hero-area-2 .coupon-ig .form-control:-ms-input-placeholder {
    color: #fff
}

.hero-area-2 .coupon-ig .form-control::-ms-input-placeholder {
    color: #fff
}

.hero-area-2 .category-search .form-control {
    background: #fff
}

.best-deal .block .tab-content {
    margin-top: 30px
}

.category-hero {
    padding: 40px 0
}

@media(max-width:768px) {
    .category-hero .media {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.category-hero .media .image-content img {
    padding: 30px;
    background: #fff;
    border-radius: 100%;
    border: 10px solid #e34e60
}

@media(max-width:768px) {
    .category-hero .media .image-content {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%
    }
}

.category-hero .media .media-body {
    margin-left: 30px
}

@media(max-width:768px) {
    .category-hero .media .media-body {
        margin-left: 0;
        text-align: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%
    }
}

.category-hero .media .media-body h2 {
    font-size: 42px;
    line-height: 40px;
    color: #fff;
    font-weight: 700
}

.category-hero .media .media-body p {
    font-size: 20px;
    line-height: 30px;
    color: #fff
}

@media(max-width:768px) {
    .category-hero .media .btn-content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.client-slider-02 {
    padding-top: 30px
}

.offers {
    padding-top: 55px
}

.offers .offer-btn {
    margin-top: 20px
}

.deal-card {
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border: 1px solid #ebeaea;
    border-radius: 3px
}

@media(max-width:768px) {
    .deal-card .media {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0
    }
}

.deal-card .media .media-body {
    padding: 25px 0 30px 25px;
    border-left: 1px solid #ebe9e9
}

@media(max-width:768px) {
    .deal-card .media .media-body {
        text-align: center;
        border-left: none;
        padding: 25px
    }
}

.deal-card .media .media-body h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    letter-spacing: .01em
}

.deal-card .media .media-body h5:hover {
    text-decoration: none
}

@media(max-width:480px) {
    .deal-card .media .media-body h5 {
        font-size: 20px
    }
}

.deal-card .media .media-body p {
    color: #848484;
    margin-bottom: 25px
}

@media(max-width:400px) {
    .deal-card .media .media-body ul.success-list li:last-child {
        display: none
    }
}

.deal-card .media .img-content {
    width: 170px
}

@media(max-width:768px) {
    .deal-card .media .img-content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%
    }
}

.deal-card .media .img-content a img {
    width: 100%
}

.deal-card .media .img-content span {
    border-top: 1px solid #ebe9e9;
    width: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    display: block;
    background: #f9f9f9;
    text-align: center;
    padding: 15px;
    font-size: 17px
}

.deal-card .media .btn-content {
    margin-right: 25px
}

@media(max-width:768px) {
    .deal-card .media .btn-content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0
    }
}

@media(max-width:768px) {
    .deal-card .media .btn-content ul {
        display: inherit
    }
    .deal-card .media .btn-content ul li:last-child {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.deal-card .media .btn-content .btn-group {
    margin-top: 10px
}

@media(max-width:768px) {
    .deal-card .media .btn-content .btn-group {
        margin-top: 0;
        margin-left: 10px
    }
}

.deal-card .success-list li {
    margin-right: 8px;
    font-size: 16px
}

.deal-card .success-list li a {
    color: #848484;
    font-size: 16px
}

.deal-card .success-list li a i {
    color: #d0d0d0;
    margin-right: 10px
}

.deal-card .success-list li a.success {
    color: #1fcc2e
}

.deal-card .success-list li a.fail {
    color: #c1d200
}

.deal-item {
      box-shadow: -5px 10px 13px -11px #333333;
    margin-bottom: 30px;
    position:relative;
    border-radius: 10px
    
}
.deal-item ul.success-list{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:10px;
    
}
.deal-item::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 100%;
    right: 100%;
    opacity: 0;
    border-top: 2px solid #b0be13;
    border-right: 2px solid #b0be13;
    border-radius: 10px;
}
.deal-item::after{
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 2px solid #b0be13;
    border-left: 2px solid #b0be13;
    border-radius: 10px;
}
.deal-item:hover {
    box-shadow: none;
}
.deal-item:hover::before{
    -webkit-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    opacity: 1;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
}
.deal-item:hover::after{
    -webkit-transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    opacity: 1;
    left: 0px;
    top: 0px;
    border-radius: 10px;
}

.deal-item .media {
    position: relative
}

.deal-item .media .img-content {
    width: 171px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:480px) {
    .deal-item .media .img-content {
        width: 110px
    }
}

.deal-item .media .img-content span {
    border-top: 1px solid #ebe9e9;
    left: 0;
    position: absolute;
    bottom: 0;
    display: block;
    background: #f9f9f9;
    text-align: center;
    line-height: 47px;
    font-size: 17px;
    letter-spacing: .01em;
    width: 170px
}

@media(max-width:400px) {
    .deal-item .media .img-content span {
        width: 110px
    }
}

.deal-item .media .img-content img {
    width: 100%;
    height: auto;
    margin-bottom: 47px
}

.deal-item .media .media-body {
    padding: 30px 0 40px 30px;
    border-left: 1px solid #ebe9e9
}

@media(max-width:400px) {
    .deal-item .media .media-body {
        padding: 30px 0 40px 12px
    }
}

.deal-item .media .media-body h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
    color: #222
}

.deal-item .media .media-body h5 small {
    font-size: 20px;
    color: #c1d200
}

.deal-item .media .media-body ul li a {
    color: #848484
}

.deal-item .media .media-body ul li a:hover {
    text-decoration: none
}

.deal-item .media .media-body ul li:last-child {
    margin-left: 20px;
    color: #848484
}

@media(max-width:480px) {
    .deal-item .media .media-body ul li:last-child {
        margin-left: 0
    }
}

.deal-item .media .media-body i {
    padding-left: 12px;
    font-size: 15px;
    cursor: pointer
}

.widget {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    padding: 25px 30px 30px;
    margin-bottom: 30px;
    border: 1px solid #ebeaea;
    border-radius: 3px
}

@media(max-width:400px) {
    .widget {
        padding: 25px 15px 30px
    }
}

.widget .widget-header {
    display: block;
    font-size: 17px;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
    line-height: 26px
}

.widget .widget-header.user {
    font-size: 20px;
    letter-spacing: .05em;
    margin-top: 10px
}

.widget .widget-header:after {
    content: " ";
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ebe9e9
}

.widget.subscription {
    padding: 45px 30px 50px
}

.widget.subscription h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 25px;
    letter-spacing: .05em
}

.widget.subscription button {
    margin-top: 10px;
    width: 100%
}

.widget.related-store {
    padding-bottom: 10px
}

.widget.related-store ul.store-list li {
    width: calc(50% - 12px);
    line-height: 90px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #ebe9e9;
    border-radius: 3px
}

@media(max-width:768px) {
    .widget.related-store ul.store-list li {
        line-height: 180px
    }
}

@media(max-width:480px) {
    .widget.related-store ul.store-list li {
        line-height: 90px
    }
}

.widget.related-store ul.store-list li:nth-child(2n) {
    margin-right: 0
}

.widget.related-store ul.store-list li a {
    display: block;
    text-align: center
}

.widget.related-store ul.store-list li a img {
    width: 100%
}

.widget.category ul.category-list li {
    margin-bottom: 8px
}

.widget.category ul.category-list li a {
    font-size: 15px;
    letter-spacing: 0;
    display: block;
    color: #848484
}

.widget.category ul.category-list li a:hover {
    color: #c1d200
}

.widget.category ul.category-list li:last-child {
    margin-bottom: 5px
}

.widget.archive ul.archive-list li {
    margin-bottom: 10px
}

.widget.archive ul.archive-list li:last-child {
    margin-bottom: 5px
}

.widget.archive ul.archive-list li a {
    font-size: 15px;
    letter-spacing: 0;
    display: block;
    color: #848484
}

.widget.archive ul.archive-list li a:hover {
    color: #c1d200;
    text-decoration: underline
}

.widget.share-coupon .form-control, .widget.share-coupon .sbHolder {
    margin-bottom: 10px!important
}

.widget.share-coupon button {
    width: 100%
}

.widget.coupon {
    background: #c1d200;
    padding: 35px 30px 40px;
    border-radius: 3px
}

.widget.coupon p {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 25px
}

.widget.coupon .btn {
    padding: 15px 10px
}

.widget.coupon .btn:hover {
    color: #fff
}

.widget.rate .starrr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.widget.rate .starrr i {
    font-size: 20px;
    cursor: pointer;
    color: #e6b322;
    padding: 0 5px
}

.widget.filter {
    padding-bottom: 17px
}

.widget.filter .form-1 {
    margin-bottom: 20px
}

.widget.filter .form-check-label {
    font-size: 14px;
    color: #848484
}

.widget.filter .form-check-label input {
    margin-right: 10px
}

.widget.filter .form-check-label input[type=checkbox]:checked .form-check-label {
    color: #c1d200!important
}

.widget.filter .form-check-label:hover {
    color: #c1d200
}

.widget.welcome-message h2 {
    margin-top: 10px;
    font-size: 30px;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 30px
}

.widget.welcome-message p {
    line-height: 26px;
    color: #848484;
    margin-bottom: 5px
}

.widget.user {
    padding-top: 50px
}

.widget.user .image img {
    width: 157px;
    height: 157px;
    border-radius: 100%;
    border: 7px solid #ebe9e9
}

.widget.user h5 {
    font-size: 20px;
    margin-top: 23px;
    font-weight: 700;
    margin-bottom: 10px
}

.widget.dashboard-links ul li a {
    padding-left: 20px;
    display: block;
    line-height: 60px;
    font-size: 16px;
    color: #848484;
    border-bottom: 1px solid #ebe9e9;
    letter-spacing: 0
}

.widget.dashboard-links ul li a:hover {
    color: #c1d200
}

.widget .welcome-message h2 {
    font-size: 30px;
    line-height: 54px;
    letter-spacing: .05em
}

.widget .welcome-message p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    color: #848484
}

.widget.change-email .form-group, .widget.change-password .form-group, .widget.personal-info .form-group {
    margin-bottom: 25px
}

.widget.change-email .form-group .user-img, .widget.change-password .form-group .user-img, .widget.personal-info .form-group .user-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 15px;
    border: 1px solid #ebe9e9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

@media(max-width:768px) {
    .widget.change-email .form-group .user-img, .widget.change-password .form-group .user-img, .widget.personal-info .form-group .user-img {
        margin-bottom: 20px
    }
}

.widget.change-email .form-check, .widget.change-password .form-check, .widget.personal-info .form-check {
    margin-bottom: 25px
}

.widget.change-email .form-check .form-check-label input, .widget.change-password .form-check .form-check-label input, .widget.personal-info .form-check .form-check-label input {
    margin-right: 7px
}

.widget.change-email button, .widget.change-password button, .widget.personal-info button {
    margin-top: 5px;
    margin-bottom: 10px
}

.widget.recently-favorited .block {
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #ebe9e9;
    border-radius: 3px
}

@media(max-width:768px) {
    .widget.recently-favorited .block .media {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.widget.recently-favorited .block .media i {
    font-size: 35px;
    color: #c1d200;
    margin-right: 15px
}

.widget.recently-favorited .block .media .media-body p {
    font-size: 17px;
    letter-spacing: 0
}

@media(max-width:768px) {
    .widget.recently-favorited .block .media .btn-content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }
}

.widget.recently-favorited .favorite-store {
    margin-bottom: 10px
}

@media(max-width:768px) {
    .widget.recently-favorited .favorite-store {
        text-align: center
    }
}

.widget.recently-favorited .favorite-store .list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.widget.recently-favorited .favorite-store .list-inline .list-inline-item {
    margin-right: 0
}

.widget.recently-favorited .favorite-store .list-inline .list-inline-item a {
    display: block;
    width: 164px;
    height: 128px;
    padding: 15px 0;
    margin-bottom: 20px;
    border: 1px solid #ebe9e9;
    border-radius: 3px
}

@media(max-width:992px) {
    .widget.recently-favorited .favorite-store .list-inline .list-inline-item a {
        width: 145px;
        height: 115px
    }
}

@media(max-width:768px) {
    .widget.recently-favorited .favorite-store .list-inline .list-inline-item a {
        width: 145px;
        height: 115px
    }
}

@media(max-width:400px) {
    .widget.recently-favorited .favorite-store .list-inline .list-inline-item a {
        width: 125px;
        height: 90px
    }
}

.widget.recently-favorited .favorite-store .list-inline .list-inline-item a img {
    width: 100%;
    height: 100%
}

.widget.recently-saved .deal-card, .widget.recommended .deal-card {
    border: 1px solid #ebe9e9
}

.widget.recently-saved .more, .widget.recommended .more {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .05em
}

@media(max-width:768px) {
    .widget.search {
        margin-top: 30px
    }
}

.widget.search .input-group .form-control {
    border: 0
}

.widget.search .input-group .input-group-addon {
    background: #c1d200;
    color: #fff;
    border: 0
}

.widget.search .input-group .input-group-addon i {
    font-size: 15px;
    padding-right: 5px;
    padding-left: 5px
}

.sidebar.blog .widget-header {
    font-size: 20px
}

.call-to-action {
    position: relative;
    padding: 70px 0 0
}

@media(max-width:768px) {
    .call-to-action {
        padding-top: 40px
    }
}

@media(max-width:480px) {
    .call-to-action {
        padding-bottom: 40px
    }
}

@media(max-width:768px) {
    .call-to-action .image-holder img {
        width: 100%
    }
}

@media(max-width:480px) {
    .call-to-action .image-holder {
        display: none
    }
}

.call-to-action .content-holder {
    padding-top: 100px
}

@media(max-width:768px) {
    .call-to-action .content-holder {
        padding-top: 0
    }
}

.call-to-action .content-holder h2 {
    color: #fff;
    font-weight: 700;
    letter-spacing: .05em
}

@media(max-width:768px) {
    .call-to-action .content-holder h2 {
        font-size: 30px
    }
}

.call-to-action .content-holder .store-btn-holder {
    margin-top: 35px
}

@media(max-width:768px) {
    .call-to-action .content-holder .store-btn-holder {
        margin-top: 25px
    }
    .call-to-action .content-holder .store-btn-holder a:first-child img {
        margin-bottom: 10px
    }
}

.call-to-action .content-holder .store-btn-holder a {
    margin-right: 15px
}

.subscription {
    position: relative;
    padding: 80px 0
}

.subscription .content-block h2 {
    font-size: 43px;
    letter-spacing: .05em;
    text-align: center;
    color: #fff;
    margin-bottom: 40px
}

@media(max-width:768px) {
    .subscription .content-block h2 {
        font-size: 30px
    }
}

.subscription .content-block .form-control {
    display: inline-block;
    background-color: #fff
}

.subscription .content-block input {
    width: 79%;
    height: 50px
}

.subscription .content-block button {
    margin-left: 10px;
    width: 20%
}

@media(max-width:768px) {
    .subscription .content-block button {
        width: auto
    }
}

.client-slider-03 {
    padding: 30px 0 0
}

.stores {
    padding-bottom: 70px;
    padding-top: 70px
}

.stores .block {
    margin-bottom: 30px
}

.stores .block:last-child {
    margin-bottom: 0
}

.stores .store-letter {
    font-size: 20px;
    margin-bottom: 16px
}

.stores hr {
    margin-bottom: 25px
}

.stores ul.store-list li a {
    display: block;
    font-size: 15px;
    color: #222;
    margin-bottom: 25px
}

.stores ul.store-list li a:hover {
    text-decoration: underline;
    color: #c1d200
}

.store-coupon {
    padding: 30px 0
}

.store-coupon .block {
    padding: 25px 30px 30px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border: 1px solid #ebeaea;
    border-radius: 3px
}

@media(max-width:768px) {
    .store-coupon .block .media {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media(max-width:768px) {
    .store-coupon .block .media .image-content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 30px
    }
}

.store-coupon .block .media .media-body {
    margin: 0 75px
}

.store-coupon .block .media .media-body h4 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .05em
}

.store-coupon .block .media .media-body ul li {
    font-weight: 700;
    font-size: 17px;
    padding: 0 15px;
    border-right: 1px solid #ebe9e9
}

.store-coupon .block .media .media-body ul li:last-child {
    border: 0
}

.store-coupon .block .media .media-body ul li a {
    color: #c1d200
}

.store-coupon .block .media .media-body p {
    font-size: 14px;
    line-height: 26px;
    color: #848484;
    letter-spacing: 0;
    margin: 20px 0
}

@media(max-width:768px) {
    .store-coupon .block .media .media-body {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        text-align: center
    }
}

@media(max-width:480px) {
    .store-coupon .block .media .media-body {
        margin: 0
    }
}

@media(max-width:768px) {
    .store-coupon .block .social-content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        padding-top: 30px;
        text-align: center
    }
}

.store-coupon .block .social-content ul.social-circle-icons li {
    margin-right: 7px
}

.store-coupon .block .social-content ul.social-circle-icons li:last-child {
    margin-right: 0
}

.store-coupon .block .social-content ul.social-circle-icons li a {
    display: block;
    font-size: 15px;
    line-height: 38px;
    color: #c1d200;
    height: 38px;
    width: 38px;
    border: 1px solid #c1d200;
    background: #fff;
    border-radius: 100%
}

.store-coupon .block .social-content ul.social-circle-icons li a:hover {
    text-decoration: none;
    color: #fff;
    background: #c1d200
}

.store-coupon .block .social-content .share {
    font-size: 15px;
    line-height: 28px;
    color: #848484
}

@media(max-width:768px) {
    .store-coupon .block .social-content .share {
        text-align: center!important;
        margin-top: 10px
    }
}

.store {
    padding: 0 0 80px
}

.store .block .store-nav .nav-item .nav-link {
    font-size: 17px;
    padding: 0 40px 0 0;
    margin-bottom: 15px
}

.submit-coupon-sec {
    padding-top: 70px
}

.submit-coupon-sec form .form-group label {
    color: #222;
    font-size: 15px;
    font-weight: 400
}

.submit-coupon-sec form .form-group .form-control {
    background: #fff
}

.submit-coupon-sec form .form-group .input-group input {
    border-right: none
}

.submit-coupon-sec form .form-group .input-group input:focus+.input-group-addon {
    border: 1px solid #c1d200
}

.submit-coupon-sec form .form-group .input-group .input-group-addon {
    background: #fff;
    border-left: none!important
}

.submit-coupon-sec form .form-group .input-group .input-group-addon i {
    font-size: 15px;
    color: #848484;
    padding-right: 8px
}

.submit-coupon-sec form .coupon-type {
    padding: 40px 0 22px
}

.submit-coupon-sec form .coupon-type ul.coupon-types li {
    margin-right: 10px;
    cursor: pointer
}

@media(max-width:768px) {
    .submit-coupon-sec form .coupon-type ul.coupon-types li {
        margin: 5px
    }
}

.submit-coupon-sec form .coupon-type ul.coupon-types li a {
    color: #c1d200;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 18px 0;
    width: 170px;
    text-align: center;
    border: 1px solid #c1d200;
    border-radius: 3px
}

.submit-coupon-sec form .coupon-type ul.coupon-types li a i {
    display: block;
    text-align: center;
    font-size: 40px;
    opacity: .5
}

.submit-coupon-sec form .coupon-type ul.coupon-types li.active a {
    background: #c1d200;
    color: #fff
}

.submit-coupon-sec form .coupon-type ul.coupon-types li.active a i {
    opacity: 1
}

.submit-coupon-sec form button {
    margin-top: 10px
}

.submit-coupon-sec p {
    margin: 70px 0 0;
    font-size: 14px;
    line-height: 26px;
    color: #848484;
    letter-spacing: .01em
}

.submit-coupon-sec p a {
    color: #c1d200;
    text-decoration: underline
}

article {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 2px
}

article .image, article .post-slider, article .video {
    margin-bottom: 25px
}

article img {
    width: 100%;
    border-radius: 3px
}

article .video {
    position: relative
}

article .video:before {
    border-radius: 3px
}

article .video .video-button {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

article .video .video-box a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

article .video .video-box a img {
    width: 79px
}

article .video .video-box a iframe {
    width: 100%;
    height: 100%
}

article .post-slider .owl-nav {
    position: absolute;
    right: 5px;
    bottom: 5px
}

article .post-slider .owl-nav i {
    font-size: 30px;
    color: #fff
}

article .post-slider .owl-nav [class*=owl-] {
    padding: 7px 16px;
    background-color: rgba(255, 255, 255, .35)
}

article .post-slider .owl-nav [class*=owl-]:hover {
    background-color: #c1d200
}

article a h3 {
    margin-bottom: 5px
}

article a h3:hover {
    color: #c1d200
}

article ul {
    margin-bottom: 15px
}

article ul li {
    margin-right: 10px!important;
    color: #848484
}

article ul li a {
    color: #c1d200
}

article p {
    line-height: 26px;
    color: #848484;
    margin-bottom: 24px
}

article .btn {
    margin-bottom: 10px
}

.single-blog {
    padding-top: 50px!important
}

article.single-post img {
    margin-bottom: 35px
}

article.single-post p {
    margin-bottom: 35px
}

.comment {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 2px
}

.comment h4 {
    font-size: 20px;
    letter-spacing: 0
}

.comment button {
    margin: 10px 0
}

.logIn .panel .panel-heading {
    background-color: #c1d200;
    padding: 0 15px;
    height: 60px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.logIn .panel .panel-heading h3 {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 400;
    color: #fff;
    line-height: 60px
}

.logIn .panel .panel-body {
    border: 3px solid #f0f0f0;
    padding: 15px 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

@media(max-width:400px) {
    .logIn .panel .panel-body {
        padding: 10px
    }
}

.logIn .panel .panel-body .form-group {
    margin-bottom: 30px
}

.logIn .panel .panel-body .form-check {
    margin-bottom: 30px
}

.logIn .panel .panel-body .form-check .form-check-input {
    margin-left: 0
}

.logIn .panel .panel-body .btn-primary {
    background-color: #c1d200;
    border-color: #c1d200
}

.logIn .panel .panel-body .social-login {
    margin: 30px 0 20px;
    min-height: 45px
}

.logIn .panel .panel-body .social-login .btn-social {
    padding: 15px;
    color: #fff;
    margin-bottom: 20px
}

@media(max-width:400px) {
    .logIn .panel .panel-body .social-login .btn-social {
        padding: 15px 10px
    }
}

.logIn .panel .panel-body .social-login .facebook {
    background-color: #3b5999
}

.logIn .panel .panel-body .social-login .google-plus {
    background-color: #dd4b39
}

.logIn .panel .panel-body .btn-link {
    font-size: 13px;
    color: #c1d200
}

.logIn .panel .panel-body .btn-link:hover {
    text-decoration: none
}

.cupon-modal .modal-dialog {
    max-width: 770px
}

@media(max-width:768px) {
    .cupon-modal .modal-dialog {
        max-width: 570px
    }
}

.cupon-modal .modal-dialog .modal-content .modal-header {
    padding: 20px 80px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media(max-width:768px) {
    .cupon-modal .modal-dialog .modal-content .modal-header {
        padding: 20px
    }
}

@media(max-width:480px) {
    .cupon-modal .modal-dialog .modal-content .modal-header {
        padding: 0 5px
    }
}

.cupon-modal .modal-dialog .modal-content .modal-header img {
    margin-right: 20px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border: 1px solid #ebeaea;
    padding: 0 20px
}

@media(max-width:400px) {
    .cupon-modal .modal-dialog .modal-content .modal-header img {
        padding: 0;
        width: 100px
    }
}

.cupon-modal .modal-dialog .modal-content .modal-header h2 {
    font-size: 24px
}

@media(max-width:480px) {
    .cupon-modal .modal-dialog .modal-content .modal-header h2 {
        font-size: 20px
    }
}

.cupon-modal .modal-dialog .modal-content .modal-header .close {
    position: relative
}

.cupon-modal .modal-dialog .modal-content .modal-header .close span {
    position: absolute;
    top: -83px;
    right: -65px
}

@media(max-width:768px) {
    .cupon-modal .modal-dialog .modal-content .modal-header .close span {
        right: 0
    }
}

@media(max-width:480px) {
    .cupon-modal .modal-dialog .modal-content .modal-header .close span {
        right: 115px;
        top: -30px
    }
}

@media(max-width:400px) {
    .cupon-modal .modal-dialog .modal-content .modal-header .close span {
        right: 0;
        top: -5
    }
}

.cupon-modal .modal-dialog .modal-content .modal-body {
    padding: 55px 80px 50px
}

@media(max-width:768px) {
    .cupon-modal .modal-dialog .modal-content .modal-body {
        padding: 20px
    }
}

@media(max-width:480px) {
    .cupon-modal .modal-dialog .modal-content .modal-body {
        padding: 10px
    }
}

.cupon-modal .modal-dialog .modal-content .modal-body h6 {
    font-size: 16px;
    margin-bottom: 20px
}

.cupon-modal .modal-dialog .modal-content .modal-body p {
    width: 100%;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    background: #fff6f7;
    border: 2px dashed #c1d200;
    border-radius: 3px;
    margin-bottom: 40px
}

.cupon-modal .modal-dialog .modal-content .modal-body .form-group label {
    display: block
}

.cupon-modal .modal-dialog .modal-content .modal-body .form-group a {
    float: right;
    margin-top: -5px;
    padding: 15px
}

.popup .block-1 {
    padding: 20px 80px;
    background: #f6f8fa
}

.popup .block-1 .media .img-content {
    height: 80px;
    width: 130px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1)
}

.popup .block-1 .media .media-body h4 {
    font-size: 24px
}

.popup .block-2 {
    padding: 50px 80px;
    background: #fff
}

.popup .block-2 h6 {
    margin-bottom: 20px
}

.popup .block-2 p {
    width: 100%;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    background: #fff6f7;
    border: 2px dashed #c1d200;
    border-radius: 3px;
    margin-bottom: 40px
}

.popup .block-2 form .form-group label {
    display: block;
    color: #222
}

.popup .block-2 form .form-group a {
    float: right;
    margin-top: -5px
}

.footer {
    padding-top: 120px;
    background: #131313;
}

.footer .block h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px
}

.footer .block.about {
    margin-top: -20px;
    margin-bottom: 25px
}

.footer .block.about img {
    margin-bottom: 25px
}

.footer .block.about p {
    line-height: 26px
}

.footer .block.about a:hover {
    text-decoration: underline
}

.footer .block ul li {
    margin-bottom: 10px
}

.footer .block ul li a {
    display: block;
    font-size: 14px;
    color: #c7c7c7
}

.footer .block ul li a:hover {
    color: #c1d200;
    text-decoration: underline
}

.footer .block ul.terms-list {
    margin-top: 10px
}

.footer .block ul.terms-list a {
    color: #fff;
}

.footer .block ul.terms-list li a {
    padding-right: 10px
}

@media(max-width:768px) {
    .footer .block:last-child {
        margin-bottom: 30px
    }
}

.footer .block-2 {
    padding: 18px 30px;
    background: #46484a;
    border-radius: 2px
}

.footer .block-2.app-promotion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.footer .block-2.app-promotion p {
    margin-left: 20px;
    color: #fff
}

.footer .block-2.discount-coupon p {
    color: #fff;
    margin-bottom: 0
}

.footer .block-2.discount-coupon p a {
    color: #c1d200
}

.footer-bottom {
    position: relative;
    background: #131313;
    padding: 15px 0;
    text-align: center;
}

@media(max-width:480px) {
    .footer-bottom {
        text-align: center
    }
}

.footer-bottom .copyright p {
    color: #c7c7c7;
    margin-bottom: 0
}

.footer-bottom .copyright p a {
    color: #c7c7c7
}

.footer-bottom .copyright p a:hover {
    color: #c1d200
}

.footer-bottom .top-to {
    position: absolute;
    top: -50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-bottom .top-to a {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px;
    border-color: transparent transparent #363839 transparent;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.footer-bottom .top-to a i {
    margin-top: 20px
}

.footer-bottom .top-to a:hover {
    text-decoration: none
}

.social-media-icons {
    text-align: center!important;
    margin-bottom: 20px;
}

.social-media-icons li {
    display: inline-block
}

.social-media-icons li a {
    color: #848484;
    padding: 0 20px
}

.social-media-icons li a:hover {
    color: #fff!important;
    text-decoration: none
}

.mb-15 {
    margin-bottom: 15px
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.deal-card small {
    font-size: inherit;
    color: #c1d200
}

.p-30 {
    padding: 30px!important
}

.pb-50 {
    padding-bottom: 50px!important
}

.m-0-auto {
    margin: 0 auto!important
}

.cupon-modal .modal-dialog .modal-content .modal-body p {
    margin-bottom: 0
}

.btn-deal .upper:after {
    display: none
}

.navbar-nav.search-mobile {
    margin-top: 14px
}

.related-store-m {
    display: none
}

.sbHolder {
    width: 100%!important;
    font-family: lato, sans-serif!important
}

@media (max-width:991px) {
    .related-store-d {
        display: none
    }
    .hide-m {
        display: none
    }
    .related-store-m {
        display: block
    }
    .store-coupon {
        padding: 15px 0
    }
    .store-coupon .block {
        padding: 10px 15px 0
    }
    .store-coupon .block .media .image-content {
        padding-bottom: 0
    }
    .store-coupon .block .media .image-content img {
        max-height: 80px
    }
    .store-coupon .block .media .media-body {
        margin: 0
    }
    .store-coupon .block .media .media-body h4 {
        font-size: 15px
    }
    .store-coupon .block .media .media-body p {
        font-size: 14px;
        line-height: 26px;
        margin: 0 0
    }
    .store-coupon .block .media .media-body .btn-transparent {
        display: none
    }
    .store-coupon .block .social-content {
        padding-top: 0
    }
    .deal-card .media {
        padding: 15px 0
    }
    .deal-card .media .media-body {
        padding: 0!important
    }
    .deal-card .media .media-body h5 {
        margin-bottom: 0;
        font-size: 20px
    }
    .deal-card .media .media-body p {
        margin-bottom: 0
    }
    .clients-slider .owl-carousel .owl-item img {
        display: block;
        height: 100%
    }
    .store-detail-bar .logo {
        width: auto;
        max-height: 70px;
        max-width: 100%;
        display: block
    }
    .store .block .store-nav .nav-item .nav-link {
        font-size: 14px;
        padding: 3px 10px;
        margin-bottom: 15px;
        border: 1px solid #22222214
    }
    .nav-pills.transparent .nav-link.active {
        background: 0 0;
        color: #c1d200;
        border: 1px solid #c1d200!important
    }
    .store-actions {
        list-style: none;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .store-detail-bar {
        padding: 5px 15px!important;
        margin-bottom: 10px
    }
    .store-detail-bar .store-name {
        font-size: 15px
    }
    .store-detail-bar .store-count {
        margin: 0;
        font-size: 12px
    }
    .btn-dual {
        padding: 6px;
        background: #c1d200;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 90px
    }
    .btn-dual .upper {
        font-size: 10px;
        padding: 0
    }
    .btn-dual .lower {
        display: none
    }
    .btn-dual .upper:after {
        display: none
    }
    .deal-item .media .media-body ul li .btn-dual {
        margin: 0;
        max-width: 100%;
        width: 100%
    }
    .deal-item .media .img-content, .popular-deals-grid .img-content {
        width: 100px!important
    }
    .list-inline-item:not(:last-child) {
        margin-right: 0;
        font-size: 12px
    }
    .deal-item .media .img-content img {
        width: 100%!important;
        height: auto!important
    }
    .popular-deals-grid .media {
        flex-wrap: unset!important;
        text-align: left!important
    }
}

@media (max-width:320px) {
    .deal-item .media .img-content, .popular-deals-grid .img-content {
        width: 63px!important
    }
    .search-dropdown .deal-item {
        height: 55px;
        margin: 8px 0;
        overflow: hidden
    }
}

@media (max-width:768px) {
    .home-third {
        display: none
    }
    .cat-box-single, .cat-list .cat-box {
        width: 100px!important;
        height: 100px!important
    }
}

@media (min-width:992px) {
    .main-nav .navbar-nav .nav-item.search .nav-link {
        padding-top: 3px
    }
    section.store .btn-dual {
        position: absolute;
        right: 15px;
        margin: auto 0;
        top: 0;
        bottom: 0
    }
}

.deal-item .media .img-content img {
    height: 100%;
}

.deal-item .media .img-content a {
    display: flex;
    justify-content: center;
    height: 100px;
    flex-wrap: wrap;
    align-content: center;
    overflow: hidden
}

.section {
    padding: 75px 0 20px;
}

.clients-slider-wrapper {
    padding-top: 75px
}

.clients-slider a {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100px;
    flex-wrap: wrap;
    align-content: center;
    overflow: hidden;
    padding: 15px;
    border-radius: 25px;
}

.clients-slider-wrapper .owl-carousel .owl-item img {
    display: block;
    margin: 5px;
    width: 100%
}

.store-coupon .image-content {
    display: flex;
    justify-content: center;
    height: 150px;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    overflow: hidden
}

.store-coupon .image-content img {
    display: block;
    margin: 5px;
    height: 100%;
    width: auto
}

section.store.section.search {
    padding: 30px 0
}

.hero-area .advance-search {
    background: #c1d200;
    padding: 18px 8px;
    border-radius: 3px;
    margin-bottom: -50px
}

.offers-row {
    display: flex
}

.deal-item .media {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center
}

.deal-item {
    margin-bottom: 15px;
    border-radius: 10px;
}

.deal-item .media .img-content img {
    margin-bottom: 0
}

.deal-item .media .media-body {
    padding: 10px;
    border-left: 1px solid #ebe9e9
}

.deal-item .media .media-body h5 {
    margin-bottom: 0;
    font-size: 16px;
    padding-bottom: 4px
}

.deal-item .media .media-body h5 small {
    font-size: inherit
}

.search-clients-slider-wrapper {
    padding: 25px 0
}

.search-query a {
    color: #fff;
    border-bottom: 1px solid #fff
}

.search-query a:hover {
    text-decoration: none!important
}

.home-third {
    padding: 0
}

.store-box .item a {
    height: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border: 1px solid #ebeaea;
    border-radius: 3px
}

.store-box .item a img {
    width: 100%
}

.store-deal .media .media-body {
    padding: 15px 0 10px 15px
}

.store-coupon .block {
    padding: 15px
}

.store-coupon .block .media .media-body ul {
    margin-top: 0!important
}

.store-coupon .block .media .media-body p {
    margin: 0
}

.btn-small {
    padding: 5px;
    font-size: 11px
}

.light-text {
    color: #848484
}

.store-detail-bar .logo {
    width: auto;
    max-height: 70px;
    max-width: 100%;
    display: block
}

.theme-color {
    color: #c1d200
}

.store-main-heading {
    border-bottom: 1px dashed #00000033;
    color: #222;
    padding: 15px 0
}

.btn-dual .upper {
    background: #c1d200;
    color: #c1d200;
    font-size: 12px;
    letter-spacing: initial;
    padding: 6px 3px 6px 6px;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-dual {
    width: 135px;
    height: 35px;
    background: #c1d200;
    padding: 10px 0;
    border: 1px solid #c1d200;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid #ffffffd4
}
.list-inline .btn-dual{
    background:transparent;
    border: 1px solid #c1d200;
}
.list-inline .btn-dual .upper{
        color: #c1d200;
}
.deal-item:hover .list-inline .btn-dual{
    background:#c1d200;
    border: 1px solid white;
}
.deal-item:hover .list-inline .btn-dual .upper{
    color:white;
}
.store-deal .btn-dual {
    width: 145px;
    height: 45px;
    padding: 15px 0
}

.btn-dual .upper {
    background: 0 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: initial;
    padding: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-dual .upper:after {
    position: absolute;
    right: -6px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 0 0 7px;
    border-color: transparent transparent transparent #c1d200;
    z-index: 101;
    content: '';
    transition: .2s ease;
    right: -9px;
    border-width: 28px 0 0 10px;
    opacity: 0
}

.btn-dual .lower {
    background: 0 0;
    padding: 6px 6px 6px 0;
    text-transform: uppercase;
    color: #000;
    position: relative;
    z-index: 99;
    margin-left: -65px;
    display: none
}

.btn-dual .upper:hover:after {
    right: -6px;
    border-width: 28px 0 0 7px
}

.deal-item .media .media-body ul li:last-child {
    margin-left: 0;
    font-size: 12px
}

.cupon-modal .modal-dialog .modal-content .modal-header img {
    max-height: 100px;
    width: auto
}

.footer .block.about {
    margin-top: 0;
    margin-bottom: 25px
}

.success {
    color: #1fcc2e!important
}

.cat-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
    justify-content: center
}

.cat-box-single, .cat-list .cat-box {
    margin: 5px;
    margin-bottom: 5px!important;
    padding: 7px;
    color: #c1d200!important;
    width: 120px;
    height: 120px;
    text-align: center;
    font-size: 13px!important;
    line-height: initial;
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0 0 10px #00000033;
    border-radius: 50%;
    transition:0.4s all;
    background:white;
    align-content: center
}
.cat-box-single:hover, .cat-list .cat-box:hover{
    background-color:#c1d200;
    color:white !important;
    
}
.cat-box-single:hover img, .cat-list .cat-box:hover img{
    filter: brightness(0) invert(1);
}
.cat-slider .section-title {
    margin-bottom: 30px
}

.cat-box-single img, .cat-list .cat-box img {
    width: 50px!important;
    display: block!important;
    margin: 0 auto
}

.cat-box-single a {
    display: block;
    width: 100%
}

.cat-box p, .cat-box-single p {
    color: #c1d200;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    width: 100%
}

.cat-slider {
    padding: 25px 0!important
}

.cat-slider a {
    padding: 0!important;
    height: initial;
    background: 0 0;
    box-shadow: none;
    border: 0;
    color: #c1d200
}

.cat-slider img {
    height: initial!important;
    box-shadow: none;
    margin: 0 auto!important
}

.cat-slider p {
    color: #c1d200;
    transition:0.4s all;
}
.cat-box-single:hover p, .cat-list .cat-box:hover p{
     color:white !important;
}

.search-dropdown-cont {
    border-box: 1px 1px 8px 4px #0000001a
}

.search-dropdown .deal-item {
    margin: 5px 0
}

.search-dropdown .deal-item .media .img-content {
    width: 70px
}

.search-dropdown .deal-item .media .img-content img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto 0
}

.search-dropdown .deal-item .media .media-body h5 {
    font-size: 14px
}

.search-dropdown .media-body {
    padding: 5px!important
}

.search-dropdown .deal-item .media .img-content a {
    height: 70px
}

.search-dropdown a:focus, .search-dropdown a:hover {
    text-decoration: none
}

.popular-deals-grid .img-content {
    display: block!important;
    width: 100%!important
}

.popular-deals-grid .deal-item {
  
    height: 100%
}

.popular-deals-grid .media {
    flex-wrap: wrap;
    text-align: center
}

.pagination-nav strong {
    padding: 6px;
    background: #c1d200;
    color: #fff;
}

.pagination-nav a {
    padding: 6px;
}

.more-text {
    display: none;
}

a.read-more {
    color: #f95569;
    font-weight: 700;
}

.sidebar p {
    margin-bottom: 0px;
    color: #222;
}

.sidebar * {
    word-break: break-word;
}

.sidebar .btn-small {
    font-size: 8px;
}

.copy-btn {
    margin: 10px auto;
    max-width: 200px;
    display: block;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 13px !important;
}