@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

body {
    line-height: 1.5;
    font-family: lato, sans-serif;
    -webkit-font-smoothing: auto;
}

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

.post-content .post-cat .post-cat-list a .hover-flip-item {
    color: #2780E3;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: lato, sans-serif;
    font-weight: 400;
    margin-top:20px;
    margin-bottom: 10px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.h3, h3 {
    font-size: 20px;
    font-weight: 500;
}

h2 {
    font-size: 25px
}

.h4, h4{
    font-size: 17px;
}

label {
    font-size: 14px;
    letter-spacing: 0;
    color: #848484
}
img{
    max-width: 100%;
}
.bg-navbar {
    background: #2780E3;
}

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

.mobile-search-added span.input-group-addon {
    padding: 5px;
}
.mobile-search-added button {
    border: none;
}
.mobile-search-added input {
    font-size: 14px;
}

.breadcrumb-item {
    float: left;
}

#search-icon {
    color: #ffffff;
}

.nav-item.search {
    position: relative;
}
#search-result {
    position: absolute;
    z-index: 999;
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    background: #ffffff;
}

.wp-block-calendar tfoot td, td{
    border: 0px;
}

.table td, .table th {
    font-size: 16px;
}

.table td strong{
    font-weight: 400;
}

.table thead th{
    font-weight: bold;
    text-transform: none;
    min-width: 120px;
}

@media(max-width:480px) {
    .nav-pills .nav-link {
        font-size: 12px
    }
    a.show_code.homecardbtn {
        padding: 16px;
        font-size: 25px;
    }
    
    .table thead th{
        min-width: 80px;
    }
}

.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: #2780E3
}

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

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

.navbar-nav .dropdown-menu {
    position: absolute;
    transform: translate3d(-5px, 35px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}

.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 #2780E3;
    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(min-width:769px){
    .mobiledv{
        display:none!important;
    }
    #search-result{left: -130px;}
}
@media(max-width:768px) {
    
    .nav-pills.transparent .nav-link {
        font-size: 17px
    }
    .desktopdv{
        display:none!important;
    }
    .socialdv > ul >li{display:none!important;}
    .deal-card .media .img-content .discount {
        padding: 10px 2px!important;
        text-align: left;
    }
    
    
}

@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 li span {
    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: #2780E3!important;
    color: #fff!important;
    border-color: transparent!important
}
ul.pagination .active span {
    background-color: #2780E3!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: #2780E3;
    height: 38px;
    width: 38px;
    border: 1px solid #2780E3;
    padding-right: 0px!important;
    background: #fff;
    border-radius: 100%;
    border-right-color: #2780E3!important;
}

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

ul.category-list li {
    display: block;
    font-size: 14px;
    margin-bottom: 25px;
    margin-top: 10px;
    color: #717171;
}

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: #2780E3;
    vertical-align: middle
}

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

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

.policy ul {
    list-style: disc;
    margin-left: 20px;
}

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

.breadcrumb-item{
    font-size: 14px;
}

.axil-header .logo a img{
    width: auto;
    height: auto;
}

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

.store-list ul li a {
    display: block;
    color: #191919;
    border: 1px solid #d2d2d2;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
}

.store-list ul li a:hover {
    text-decoration: none;
    color: #fff;
    border-color: #2780E3;
    background: #2780E3;
}

@media(max-width:768px) {
    .store-list {
        margin-bottom: 15px
    }
    
    .row{
        display:block;
    }
    .content-block.post-list-view{
        display: block!important;
    }
    
    .content-block.post-list-view .post-thumbnail{
        max-width: 100%!important;
        border-radius: 0px!important;
        margin-right: 0px!important;
    }
    .content-block.post-list-view .post-content{
        border-radius: 0px!important;
    }
    
    
}

.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: #2780E3
}

input[type=email],
input[type=password],
input[type=text],
input[type=tel] {
    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=text],
    input[type=tel] {
        height: 40px
    }
}

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

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 #2780E3;
    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: 40px 0
}

.section.featured_stores, .section.store-list, .section.subscription{
    background: #fff;
} 

.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: -24px;
    left: 0;
    right: 0;
    width: 127px;
    height: 2px;
    background-color: #e0e0e0
}

.single-post .h2{
    font-weight: 500;
}

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

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

.user-profile,
.dashboard {
    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
}

.form-check input[type=checkbox], .form-check input[type=radio] {
    opacity: 1;
    height: auto;
    width: auto;
}

.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: #2780E3;
    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: #2780E3;
    border: 1px solid #2780E3;
    width: auto;
    margin-top: 0px;
}
.btn-transparent:hover {
    background: #2780E3;
    color: #ffffff;
}

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

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

.btn-dual .upper {
    background: #2780E3;
    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 #2780E3;
    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 30px;
    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: #fff;
    border: 1px solid #d0d0d0;
    padding: 0;
    width: 40px;
    background: #2780e3;
}

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

.btn-active {
    color: #e6b322
}

.btn:focus {
    color: #2780E3;
    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
}

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

.sbHolder .sbOptions li a:hover {
    color: #2780E3!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)
}

.bg-light {
    background: #fff!important;
}

.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: #2780E3
}

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

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

.alt-color {
    color: #c7c7c7
}

.success {
    color: #1fcc2e
}

.likes-counter {
    color: #848484;
}

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

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

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

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

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

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

.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;
    width: 100%;
}

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

.page-title {
    background: #3c3e40;
    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: #2780E3!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: #2780E3;
    border-color: #2780E3
}

.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 .navbar-nav .nav-item.active .nav-link {
    color: #2780E3
}

.main-nav .navbar-nav .nav-item .nav-link {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 26px;
    padding-left: 19px;
    padding-right: 19px;
    color: #ffffff;
}

@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;
    color: #ffffff;
}

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

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

.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 {
    height: 40px;
    width: 40px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 24px;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

.coupons-slider .item > div{
    width: 100%;
    max-width: 100%;
}

.coupons-slider .owl-item img{
    min-height: auto!important;
    display: inline-block;
}

.coupons-slider .owl-item .mediabox{
    padding: 0px 20px 20px 20px;
    text-align: center;
}

.coupons-slider .owl-item .mediabox .media-body h5{
    margin-top: 0px;
    font-size: 17px;
    line-height: 22px;
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.infoicon {
    border: 2px solid #a70416;
    padding: 1px 5px;
    width: 75px;
    height: 75px;
    text-align: center;
    display: inline-block;
    color: #2780E3;
    font-size: 44px;
    text-align: right;
    border-radius: 50px;
    background: transparent;
}

.iconbox{
    border: 1px solid #e0e0e0;
    padding-bottom: 18px;
    box-shadow: 1px 2px 5px #eee;
    border-radius: 10px;
    margin-bottom: 25px;
}

.fbbx {
   
    height: 524px;
    margin-bottom: 30px;
    position: relative;
}

.fbbx .fbbthb {
    width: 100%;
    height: 100%;
}

.fbbthb img {
    border-radius: 5px;
    background-clip: padding-box;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fbbx .fbbc, .fbbx .fbbc a {
    color: #fff;
}

.fbbx .fbbc {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 20px;
}

.fbbctw .fbbcel {
    padding: 6px 15px;
    background: #2780E3;
    border-radius: 5px;
    background-clip: padding-box;
    text-decoration: none;
}

.fbbthb:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));
    border-radius: 5px;
    background-clip: padding-box;
}

.fbbc h2 {
    font-size: 30px;
}

.fbbc div p{
    font-size: 14px;
    color: #fff;
}

.fbbx .fbbc a {
    color: #fff;
}

.fbbctw time {
    margin: 0 7px;
    color: #fff;
}

.fbbctw {
    align-items: center;
    margin-bottom: 15px;
    color: #fff;
}


.boxfooter{
    margin-top: 10px;
}

.boxfooter li{
    margin-top: 10px;
}

.boxfooter a.show_code.homecardbtn{
    padding: 9px;
    width: 115px;
    border-radius: 50px;
    font-size: 12px;
}

.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:hover{
    background: #2780E3;
}

.blog article.single-post img.pageimg{
    max-width: 40%;
    margin-right: 10px;
}

.section.pagebanner{
    padding: 80px 0px;
    background-size: cover!important;
    background-position: center !important;
    color: #fff;
    margin-top: -15px;
}

.section.pagebanner .h2{
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
    color: #fff;
    font-family: lato, sans-serif;
}

.coupons-slider .item .deal-card{
    min-height: 340px;
}

.main-nav .navbar-nav .search .input-group {
    width: 670px
}
.search #search {
    background: #ffffff;
    border: none;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.main-nav .navbar-nav .search .input-group .input-group-addon {
    background: #ffffff;
    color: #2780E3;
    border: none;
    padding: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

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

.main-nav .navbar-nav .search .input-group .input-group-addon .btn-main {
    background: none;
    color: #2780E3;
    padding: 14px;
}

@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 500ms cubic-bezier(.43, .26, .11, .99);
        transition: visibility .2s, opacity .2s, transform 500ms cubic-bezier(.43, .26, .11, .99);
        transition: visibility .2s, opacity .2s, transform 500ms cubic-bezier(.43, .26, .11, .99), -webkit-transform 500ms 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: #fdfdfd;
    background: #2780E3;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 33px;
    margin-top: 8px;
}

.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: #2780E3
}

.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;
    margin-top: -15px;
}

.navbar-nav.search-mobile .search .search-icon {
    position: absolute;
    top: -57px;
    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
    }
    
    .h4.coupon_title {
        font-size: 20px;
    }
}

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

.fill-logo-1 {
    fill: #2780E3
}

.fill-logo-2 {
    fill: #2780E3
}

.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
    }
    
    .blog article.single-post img.pageimg{
        max-width: 100%;
    }
}

.hero-area {
    padding: 450px 0 0;
    background-size: cover!important;
}

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

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

@media(max-width:480px) {
    .hero-area .advance-search {
        margin-bottom: -80px
    }
    .deal-card ul li {
        text-align: center;
        padding: 8px;
        margin: 0px;
    }
}

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

.hero-area .advance-search [class*=col-]:before {
    background: #ffffff;
    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
    }
    
    .deal-card .media .media-body{
        min-width: 140px;
    }
}

.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: #2780E3
}

.hero-area .advance-search .sbHolder {
    background: #2780E3;
    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: #2780E3;
    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: 40px 0 0
}

@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: #2780E3;
    color: #fff;
    border-color: transparent
}

.hero-area-2 .coupon-ig .input-group-addon {
    background: #2780E3;
    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;
    margin-top: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border: 1px solid #ebeaea;
    border-radius: 3px
}


.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.home_card_heading {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: .01em;
    line-height: 20px;
}

.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;
    display: none;
}

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

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

.deal-card .media .img-content a:hover, .deal-card .media .img-content a:active, .deal-card .media .img-content a:focus{
    text-decoration: none;
}

@media(max-width:768px) {
    .deal-card .media .img-content {
        width: 70px;
        min-width: 70px;
    }
}

.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: block;
        width: 100%;
    }
    .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: #2780E3
}

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

.deal-item .media {
    position: relative
}

.deal-item .media .img-content {
    width: 170px;
    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: #2780E3
}

.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
}

.deal-item .media .media-body i:hover:before {
    content: "\f005";
    color: #e6b322
}

.widget {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    padding: 25px 20px 25px;
    margin-bottom: 30px;
    border: 0px solid #ebeaea;
    border-radius: 10px;
}

.widget p{
    margin-bottom: 20px;
    font-size: 15px;
    color: #818181;
}

@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;
    margin-top: 5px;
}

.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 .store_link {
    font-size: 16px;
    color: #2781e3;
}

.widget .store_link i {
    margin-right: 10px;
}

.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: #000;
    font-weight: 300;
    line-height: 20px;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.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: #2780E3;
    text-decoration: underline
}

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

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

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

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

.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;
    position: relative;
}

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

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

.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: #2780E3
}

.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.personal-info .form-group,
.widget.change-password .form-group,
.widget.change-email .form-group {
    margin-bottom: 25px
}

.widget.personal-info .form-group .user-img,
.widget.change-password .form-group .user-img,
.widget.change-email .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.personal-info .form-group .user-img,
    .widget.change-password .form-group .user-img,
    .widget.change-email .form-group .user-img {
        margin-bottom: 20px
    }
}

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

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

.widget.personal-info button,
.widget.change-password button,
.widget.change-email 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: #2780E3;
    margin-right: 15px
}

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

.h4.coupon_title {
    font-weight: 500;
    font-family: lato, sans-serif;
}

@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
    }
    
    .deal-card {
        margin-top: 0px;
    }
    
    .mobile-pb-0 {
        padding-bottom: 0px!important;
    }
}

.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: #2780E3;
    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
}

.media-body .h3 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: lato, sans-serif;
}

.block .media .media-body ul.list-inline li {
    margin-right: 20px;
    border-right: 2px solid #2780E3;
    padding-right: 20px;
    line-height: 13px;
    font-size: 15px;
    color: #2780E3;
}


.block .media .media-body ul.list-inline li:last-child{
    border-right: 0px;
}

.searchbanner{
    position: relative;
    padding: 120px 0;
    background-size: cover!important;
}

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

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

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

.subscription .content-block p{
    text-align: center;
}

.searchbanner .content-block p{
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin-bottom: 25px;
}

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

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

.subscription .content-block input{
    width: 79%;
    height: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.searchbanner .content-block input{
    width: 79%;
    height: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 0px;
}

.subscription .content-block button, .searchbanner .content-block button{
    width: 20%;
    padding: 0;
    font-size: 13px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.subscription .content-block p a{
    color: #2780E3;
}

@media(max-width:768px) {
    #subscribe .d-flex {
        display: block !important;
        text-align: center;
    }
    .subscription .content-block .form-control {
        margin-bottom: 10px;
    }
    .subscription .content-block input {
        width: 100%;
    }
    .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: #2780E3
}

.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
}

.deal-card .media .media-body .coupon_title a:hover, 
.deal-card .media .media-body .coupon_title a:active, 
.deal-card .media .media-body .coupon_title a:focus{
    text-decoration: none;
}

@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;
        width: 30%;
        float: left;
    /*    flex-grow: 1; 
        width: 100%; */
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 25px;
        padding-top: 25px;
        border: 1px solid #eee;
    }
    .store-coupon .block{
        padding: 15px;
    }
    .store-coupon .block .media .image-content img{
        max-width: 100%!important; 
    }
    .store-coupon .block .media .media-body h1{
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 600;
    }
    .breadcrumb{
        margin-bottom: 0px;
    }
    .store-coupon .block .media .media-body ul li{
        font-size: 11px!important;
        padding: 0px 3px!important;
        margin-right: 0px;
        line-height: 14px;
        margin-top: 0px;
        margin-bottom :0px;
    }
    
    .store-coupon .block .media .media-body .list-inline{
        line-height: 18px;
        margin-bottom: 5px;
    }
    
    .store-coupon .block .media .media-body .btn-transparent{
        font-size: 12px;
        padding: 8px 15px;
        text-transform: capitalize;
        margin-top: 3px;
        background: #2780E3;
        color: #fff;
        border-radius: 22px;
    }
    
    .deal-card .media .img-content h4.discount{
        margin: 0px;
        font-size: 16px!important;
    }
    
    .deal-card .media .img-content h4.discount strong{
        margin: 0px;
        font-size: 22px!important;
    }
    
    .deal-card .media .media-body{
        padding: 0px;
        min-width: 175px;
        display: table;
        min-height: 60px;
    }
    
    .deal-card .media{
        padding: 10px;
    }
    
    .deal-card .media .media-body p{
        margin-bottom: 10px;
    }
    
    .deal-card .media .media-body .coupon_title{
        margin-top: 5px;
        font-size: 16px;
        font-weight: 600;
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
    }
    
    .deal-card .media .media-body p{
        font-size: 13px;
    }
    
    a.show_code.homecardbtn{
        font-size: 12px;
        width: 110px!important;
        padding: 10px!important;
    }
}

.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: #2780E3
}

.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 {
        
        width: 70%;
        margin: 0;
        text-align: center
    }
    
    .store-coupon .block .media .media-body h1{
        margin-top: 0px;
    }
}

@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: #2780E3;
    height: 38px;
    width: 38px;
    border: 1px solid #2780E3;
    background: #fff;
    border-radius: 100%
}

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

.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: 20px 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 #2780E3
}

.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: #2780E3;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 18px 0;
    width: 170px;
    text-align: center;
    border: 1px solid #2780E3;
    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: #2780E3;
    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: #2780E3;
    text-decoration: underline
}

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

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

article img {
    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: #2780E3
}

article a h3 {
    margin-bottom: 5px
}

article a h3:hover {
    color: #2780E3
}

article ul {
    margin-bottom: 15px
}

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

article ul li a {
    color: #2780E3
}

article p {
    line-height: 26px;
    color: #484848;
    margin-bottom: 24px;
    font-size: 16px;
}

.contactarea{
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 2px;
}

article .btn {
    margin-bottom: 10px
}

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

article.single-post img {
    margin-bottom: 5px;
    height: auto;
}

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

.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: #2780E3;
    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: #2780E3;
    border-color: #2780E3
}

.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: #2780E3
}

.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
    }
}

@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: 10px;
    border-radius: 7px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    border: 1px solid #2780e3;
    padding: 15px 15px;
    width: 140px;
}

@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
    }
}

@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
    }
}

@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;
    text-align: center;
}

.cupon-modal .modal-dialog .modal-content .modal-body p {
    width: auto;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    background: rgb(247, 247, 247);
    border: thin solid rgb(39 128 227);
    border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 0px 30px;
    font-size: 20px;
    border-radius: 40px;
    font-weight: 600;
}

.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 #2780E3;
    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: #172730
}

.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: 18px;
    font-size: 13px;
}

.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: #2780E3;
    text-decoration: none
}

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

.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: #2780E3
}

.footer-bottom {
    position: relative;
    background: #182730;
    padding: 25px 0;
    border-top: 1px solid #223a48;
}

@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: #2780E3
}

.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 #2780E3 transparent;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.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
}

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

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

.footer .block ul li a span{
    font-family: lato, sans-serif;
    font-weight: 600;
}

.footer .block ul li a:before{
    display:inline-block;
    width: 18px;
}

.social-media-icons li a:hover {
    color: #2780E3!important;
    text-decoration: none
}
ul.social-circle-icons.list-inline li {
    display: inline-block;
}
.jumbotron {
    padding: 4rem 2rem;
    background: #ffffff;
    border: 1px solid #ebeaea;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}
.deal-card .media .media-body h5.coupon_title {
    margin-bottom: 7px;
}
.deal-card .media .img-content .discount {
    font-size: 26px !important;
    color: #2780E3;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.deal-card .media .img-content .discount strong{
    font-size: 35px !important;
    font-weight: 900;
}
/**
Stores page
 */
.custom-view-grid ul {
    margin: 0 -10px;
    padding: 0;
    font-size: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.custom-view-grid ul li {
    min-height: 100px;
    text-align: center;
    background-color: #fbfbfb;
    border: 1px solid #2780E3;
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
}
.custom-view-grid ul li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px;
}
.custom-view-grid ul li a picture {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.custom-view-grid ul li a img {
    max-width: 100%;
    object-fit: contain;
    padding: 5px;
    min-height: 92px;
}
.custom-view-grid ul li a h3 {
    font-size: 12px;
    color: #333;
    margin: 0;
    font-weight: 500;
    word-break: break-word;
    padding: 0px 7px 7px 7px;
}
.latest-posts .row {
    border: 0px solid #cccccc;
    padding: 0px;
}
.latest-posts .col-md-4 {
    padding: 0;
}
.whatsapp_badge svg {
    width: 19px;
    height: 19px;
}
.blog-categories .clients-slider a {
    position: relative;
    display: inline-block;
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    border: 1px solid #ebeaea;
    border-radius: 10px;
    width: 100%;
    padding: 0px;
    text-align: center;
    overflow: hidden;
}
.blog-categories .clients-slider a p {
    position: absolute;
    bottom: 0px;
    color: #fff;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    z-index: +3;
    margin-bottom: 20px;
}
.blog-categories .clients-slider a::before {
    position: absolute;
    content: "";
    opacity: 0.4;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(
180deg
, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.content-block.post-list-view .post-thumbnail img, .blog-categories .clients-slider a img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.content-block.post-list-view:hover .post-thumbnail img, .blog-categories .clients-slider a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.mt--30 {
    margin-top: 30px !important;
}

.content-block.post-list-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.content-block.post-list-view:first-child {
    margin-top: 0 !important;
}

.content-block .post-thumbnail {
    position: relative;
}

.content-block.post-list-view .post-thumbnail {
    min-width: 295px;
    margin-right: 20px;
    max-width: 295px;
    overflow: hidden;
    border-radius: 10px;
}

.content-block.post-list-view .post-thumbnail img, .blog-categories .clients-slider a img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.content-block.post-list-view .post-thumbnail a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.content-block.post-list-view .post-content {
    border: 1px solid #F0F2F5;
    padding: 32px 30px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
}

.content-block.post-list-view.with-bg-solid .post-content {
    border: 1px solid #ffffff;
    background: #ffffff;
}

.post-content .post-cat {
    margin-bottom: 10px;
}

.content-block.post-list-view .post-content .post-cat {
    margin-bottom: 15px;
}

.post-content .post-cat .post-cat-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -8px;
}

.content-block.post-list-view .post-content .post-cat .post-cat-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hover-flip-item-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1200px){
    .hover-flip-item-wrapper {
        opacity: 1;
        text-align: left;
    }
    .hover-flip-item span {
        display: inline-block;
        position: relative;
        z-index: 1;
        color: inherit;
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: -o-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), 
        -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .hover-flip-item span:after, .hover-flip-item span:before {
        content: attr(data-text);
        display: block;
        position: absolute;
        color: #2780E3;
    }
    
    .hover-flip-item span:before {
        top: 0;
        -webkit-transform: skewY(0);
        -ms-transform: skewY(0);
        transform: skewY(0);
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: -o-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    }
    
    .hover-flip-item span:after {
        top: 105%;
        -webkit-transform: skewY(
    7deg
    );
        -ms-transform: skewY(7deg);
        transform: skewY(
    7deg
    );
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: -o-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

.post-content .post-cat .post-cat-list a {
    color: #2780E3;
}

.post-content .post-cat .post-cat-list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 20px;
    margin: 8px;
    position: relative;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hover-flip-item {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.post-content .post-cat .post-cat-list a:hover {
    color: #3858F6;
}

.hover-flip-item-wrapper:hover .hover-flip-item span {
    -webkit-transform: translateY(-105%);
    -ms-transform: translateY(-105%);
    transform: translateY(-105%);
}

.hover-flip-item-wrapper:hover .hover-flip-item span:before {
    -webkit-transform: skewY(7deg);
    -ms-transform: skewY(7deg);
    transform: skewY(7deg);
}
.hover-flip-item-wrapper:hover .hover-flip-item span:after {
    -webkit-transform: skewY(0);
    -ms-transform: skewY(0);
    transform: skewY(0);
}

.content-block .post-content .title {
    margin-bottom: 0;
}

.content-block.post-list-view .post-content .title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

.post-meta-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-meta .post-author-name {
    margin-bottom: 4px;
    font-weight: 500;
    margin-top: 0px;
}

.blog.section nav{
    margin-top: 20px;
}

.sidebar.blog .widget {
    border-radius: 10px;
}

.widget.category ul.category-list li div.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.latest-posts .row .image {
    height: 95px;
}

ul.category-list li .image a {
    display: inline!important;
}

.widget.category ul.category-list li a {
    font-size: 15px;
    letter-spacing: 0;
    display: block;
    color: #000;
    font-weight: 300;
    line-height: 20px;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget.category ul.category-list li a img {
    border-radius: 10px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border: 1px solid #eee;
}

.widget.category ul.list-inline + a {
    display: none!important;
}

.modal-header {
    display: block;
    text-align: center;
}

.cupon-modal .modal-dialog .modal-content .modal-header h4 {
    font-size: 25px;
    font-weight: 600;
}

.modal-header button.close {
    position: absolute;
    right: 5px;
    top: 0px;
}

.promocodedv {
    text-align: center;
}

.cupon-modal .modal-dialog .modal-content .modal-body p span.copycode {
    position: relative;
    border-radius: 1000px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: background-color 500ms ease 0s, border-color 500ms ease 0s, color 500ms ease 0s, fill 500ms ease 0s;
    -webkit-font-smoothing: antialiased;
    border: thin solid #2780e3;
    background-color: #2780e3;
    color: white;
    font-size: 15px;
    height: auto;
    min-width: auto;
    padding: 2px 30px;
    line-height: 37px;
    float: right;
    margin-top: 9px;
    margin-left: 15px;
    margin-right: -21px;
    text-transform: none;
}

.cupon-modal .modal-dialog .modal-content .modal-body p span.copycode:hover {
    background: #3a97ff;
}

.btn-transparent.btnstore {
    background: #2780e3;
    color: #fff;
    border-radius: 30px;
    padding: 15px 20px!important;
}

.btn-transparent.btnstore:hover {
    background: #3a97ff;
}

article.single-post h1 {
    font-size: 30px;
    color: #2780e3;
}

article.single-post .list-inline-item {
    border-right: 1px solid #bfbfbf;
    padding-right: 10px;
    line-height: 16px;
    font-size: 14px;
}

article.single-post ul li.list-inline-item:last-child {
    border-right: 0px;
}

article.single-post ul .list-inline-item i {
    margin-right: 10px;
    color: #2780e3;
}

article ul.social-circle-icons li a {
    padding-top: 9px;
}







.no-image-available {
    max-height: 400px;
}
.featured_stores {
    padding: 40px;
}
.featured_stores .clients-slider a {
    display: inline-block;
    background: #fff;
    box-shadow: none;
    border: none;
    border-radius: 3px;
    width: 100%;
    padding: 10px;
    text-align: center;
    border: 1px solid #dedede;
}

.featured_stores .clients-slider a:hover{
    border-color: #2780E3;
}

/**
Comment box css
 */
.comment-box {
    margin-bottom: 30px;
}
.comment-box img {
    width: 50px;
    height: 50px;
}
.comment-box .media-left {
    padding-right: 10px;
    width: 65px;
}
.comment-box .media-body .content {
    border: 1px solid #ddd;
    padding: 10px;
}
.comment-box .media-heading {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 7px 10px;
    position: relative;
    margin-bottom: -1px;
}
.comment-box .media-heading:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-width: 1px 0 0 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: -6px;
}
/**
Comment box css
 */

/**
AMP CSS
 */
.container {
    min-width: 340px;
}
a.btn-login, a.btn-register {
    color: #ffffff;
    border-radius: 34px;
    margin-left: 5px;
    font-size: 15px;
    text-transform: initial;
    padding: 12px 16px;
}
a.btn-register {
    border-color: #ffffff;
}
a.btn-register:hover {
    background: #ffffff;
    color: #2780E3;
}
a.btn-login:hover {
    background: #3c3c3c;
}
.owl-carousel .owl-item img {
    min-height: auto;
}
.owl-carousel .owl-item picture{
    min-height: 60px;
    display:block;
}
a.show_code.homecardbtn {
    padding: 12px;
    width: 140px;
    border-radius: 50px;
}

.social-media-icons.colored li a {
    padding: 11px;
    font-size: 20px;
    border: 1px solid #fff;
    color: #ffffff;
    border-radius: 100%;
    height: 44px;
    width: 44px;
}
/**
Mega menu
 */
.megamenu {
    width: 550px;
}

/**
Homepage card 2 btn
 */
.homecardbtn-2 .lower {
    padding: 0px 3px;
}
.homecardbtn-2 .upper {
    padding: 12px 8px;
}
.homecardbtn-2 .upper:after {
    top: -1px;
}
