/*
Theme Name: Anyvouchers.co.uk
Theme URI: https://anyvouchers.co.uk/
Description: Anyvouchers
Author: Tom & Jerry
Template: clipper
Version: 6.1.5
*/
@import url("../clipper/assets/css/style.min.css");
/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––>>> Components  <<<–––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
html {
    scroll-behavior: smooth;
  }
#wrapper .row {
    max-width: 1270px
}
#content .content-box .blog,
#content-fullwidth .content-box .blog {
    padding: 10px;
}
.panelo {

background:
#fff !important;

box-shadow: 0 1px 2px
#d9dadb;

border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;

padding: 15px;

margin: 15px 0;
}
#mainContent {
    margin-top: 15px;
    margin-bottom: 15px
}
.slick-slider {
    margin-left: 15px;
    background-color: #FFF;
    margin-bottom: 20px;
}
@media (max-width:1024px){
    .slick-slider{
        display: none!important;
    }
}
.slick-slider .slide {
    min-height: 230px;
    text-align: center;
}
.slick-slider .slide-link {
    min-height: 65px;
    text-align: left;
    margin: 0 auto;
}
.slick-slider .slide .slide-cover {
    padding: 80px 0;
    margin: 0 auto;
}
.slide-price-field {
    overflow: hidden;
    text-align: center;
    background: #fff9f4;
    width: 150px;
    position: inherit;
    margin: 0 auto;
}
.slide-price-field span.slide-discount-value:before {
    content: " ";
    width: 0;
    height: 0;
    border-color: transparent #fff9f4 transparent transparent;
    border-style: solid;
    border-width: 30px 7px 0 0;
    position: absolute;
    top: 0;
    left: 72px;
}
.slide-price-field span.slide-discount-value {
    margin: 0;
    width: 53%;
    background: #6ABE59;
    float: left;
    color: #fff;
    font-size: 1rem;
    position: relative;
}
.slide-price-field span.slide-regular-price {
    color: #999;
}
.catoslist {
    margin-top: 2px;
    border-right: 1px dashed #ccc;
}
.catoslist:last-child {
    border: 0px;
}
.storebox.panel.is-block {
    border: 1px solid #ddd;
    box-shadow: none;
    margin-bottom: 15px;
}
.store-name.ptb-10 {
    background: #f7f8f9;
    text-align: center;
    font-size: 12px;
    height: 50px;
}
.content-box .grouplinks a {
    border-radius: 2px;
    padding: 9px 10px;
    font-family: arial, tahoma, verdana;
}
.content-box ul.stores li {
    background: none;
    padding: 0 20px 0 20px;
}
.content-box ul.stores li a {
    padding: 0 10px;
}
.content-box h2.stores,
.content-box h2.categories {
    background: #E3FBED;
    border: 1px solid #45bf7c;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 10px;
}
.content-box h2.categories a {
    display: none;
}
.content-box ul.stores,
.content-box ul.categories {
    margin: 15px 10px 10px !important;
    overflow: auto;
    display: inline
}
.content-box ul.stores li img,
.content-box ul.categories li img {
    height: 100px !important;
    width: 100px
}
.head .counter,
.head .counter-red {
    text-align: right;
    font-size: 18px;
    font-style: italic;
    line-height: 26px;
    color: #7A7A7A;
}
.head .counter,
.head .counter-red {
    font-size: 15px;
    font-style: normal;
    background: #f4f1f1;
    float: right;
    border-radius: 3px;
    padding: 0 5px;
    box-shadow: none;
}
.page-template-front-page-php .status-unreliable *,
.page-template-front-page-php .status-expired * {
    opacity: 1;
}
#couponForm input.text,
#loginForm input.text,
#commentForm input.text,
.commentForm input.text,
#coupon-fields .form-field input[type="text"],
#couponForm .text,
#loginForm .text,
#commentForm .text,
.commentForm .text,
#loginForm .form-table .text,
#coupon-fields .form-field input[type="text"] {
    background: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #333;
    width: 100%;
    padding: 0 5px;
    height: 40px;
    width: 60%;
    font-size: 12px;
    font-family: inherit;
}
.bs-searchbox .form-control:focus {
    border-color: #c1c9cc;
}
.post-box textarea#coupon,
.post-box textarea#description,
.post-box li.description textarea {
    background: none;
    height: 150px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ccc;
    width: 60%;
    font-family: inherit;
}
#couponForm label,
#loginForm label,
#commentForm label,
.commentForm label {
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    color: #444;
    margin: 10px 10px 0 0px;
    font-family: inherit;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f45435 !important;
}
.owl-theme .owl-dots .owl-dot span {
    background: #ccc !important;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    margin: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dots {
    text-align: center;
}
.blog .content-bar {
    background: none;
}
.blog .text-box-form {
    padding: 0 0 10px
}
#couponForm,
.loginForm {
    width: 80%
}

button.coupon {
    margin-right: 7%;
}
.btn:hover,
.btn:focus {
    color: #fff;
    text-shadow: none;
    opacity: 0.8
}
.post-box .button {
    background-color: #2daacd;
    border-radius: 3px;
}
#content .content-box .blog h1,
.content-box .head,
#content .content-box .store h1,
#content-fullwidth .content-box .blog h1 {
    position: relative;
    font-family: inherit;
    font-weight: 500;
    color: #333;
    padding-bottom: 10px;
}
.text-box .rss-link {
    display: none;
}
/*#content .content-box .blog h1:before,
.content-box .head:before,
#content .content-box .store h1:before,
#content-fullwidth .content-box .blog h1:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #ffffff;
}
*/
.content-box .head {
    background: none;
    border-bottom: 0px;
    padding: 10px 0 15px 10px;
    margin: 5px;
}
/*aff-style
#content .content-box .blog h1:after,
.content-box .head:after,
#content .content-box .store h1:after,
#content-fullwidth .content-box .blog h1:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: #2DAACD;
}
*/
.upload-post-coupon-wrapper.resume {
    padding: 10px;
    text-align: center;
}
.upload-post-coupon-wrapper.resume .btn {
    width: 100%;
}
#content .container,

div#wrapper {
    background: #ffffff;
}

div#wrapper {
    height: auto
}
.section_content img {
    border: 1px solid #ccc;
    padding: 3px;
}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,

div.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

article img {
    max-width: 100%;
    height: auto;
}
.the-coupon-aditional-title {
    font-size: 16px;
    font-weight: 100;
}
.the-coupon-aditional-title:last-child {
    margin-left: 80px;
}
.coupon-cat-links {
    padding-right: 80px;
}
.coupon-cat-links a {
    color: #565656;
}
.imgLiquid img {
    visibility: hidden;
}
#ad-ad {
    padding: 5px;
}
.section,
#mainContent .container {
    width: 100%;
}
#header-bar .container {
    width: 1270px;
    padding: 0;
}
#main,
#sidebar {
    padding-bottom: 0;
    margin-top: 0px;
    padding-top: 0;
}
#main .content-box .coupon,
#content-fullwidth .content-box .coupon {
    box-shadow: none;
    margin: 00px;
}
#main .content-box li.coupon {
    padding: 0px;
    margin-bottom: 10px;
}
.clear-10 {
    clear: both;
    margin-top: 10px;
}
.paging {
    width: 100%;
    text-align: center;
}
#sidebar .share-box {
    display: block;
    font-size: 12px;
    height: auto;
    line-height: 14px;
    margin: 10px 0;
    padding: 10px;
    text-decoration: none;
    width: 100%;
    background: #fff;
    text-shadow: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#sidebar .share-box span.lgheading,
#sidebar .share-box span.smheading {
    text-shadow: none;
    color: #666
}
.m-t-15 {margin-top: 15px; }
.content-box .paging .pages a.page,
.content-box .paging .pages a.page-numbers,
.content-box .paging .pages span.current {
    background: #fff;
    border: 2px solid #d3d9dd;
    padding: 8px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: none;
}
.content-box .paging .pages span.current {
    border-color: #4CA837;
    background-color: #4CA837;
    color: #fff;
    font-weight: bold;
    text-shadow: none;
}
.content-box .paging .pages a.page:hover,
.content-box .paging .pages a.page-numbers:hover {
    background: #4CA837;
    border: 2px solid #4CA837;
    color: #fff!important;
}
.page-numbers.current {
    background: #fff;
}
/*-----------------------------------------------*/
/*	Default Widget Styling	*/
/*-----------------------------------------------*/
.default-widget-title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 31px;
}
.sidebar ul {
    padding: 0;
    list-style: none;
}
.sidebar ul li {
    position: relative;
    padding-left: 05px;
    padding-bottom: 8px;
}
.sidebar ul li.twitter-balloon {
    padding-bottom: 20px;
}
.sidebar ul li a {
    color: inherit;
}
.sidebar .widget {
    margin-bottom: 8px;
}
.sidebar .widget .textwidget img {
    max-width: 100%;
    height: auto;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 5px;
}
#sidebar .widget_search .text input {
    padding: 12px 10px;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 0px;
}
#sidebar .widget_search .text {
    padding: 0;
    width: 100%;
    border: 0;
    background: none;
}
#sidebar .sidebox .btn-submit {
    margin-top: 10px !important;
    background: #25c76f;
    border-radius: 3px;
    box-shadow: none;
}
#sidebar .subscribe-form .btn-submit span,
#sidebar .sidebox .btn-submit span,
#footer .panel .sidebox .btn-submit span {
    border: 0px;
}
.flatter-searchform .input-group-addon,
.flatter-searchform .form-control {
    background: #fafafa;
}
#sidebar .list li:last-child,
#sidebar .coupon-ticker .list li:last-child,
#sidebar .coupon-cats-widget li:last-child {
    border-bottom: 0px;
}
#sidebar .list li,
#sidebar .coupon-ticker .list li,
#sidebar .coupon-cats-widget li {
    text-shadow: none
}
.flatter-searchform .form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding-left: 30px;
    height: 43px;
}
.flatter-searchform .form-control:not(:first-child):not(:last-child) {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.flatter-searchform .input-group {
    width: 100%;
}
.flatter-searchform .input-group-addon {
    position: absolute;
    z-index: 3;
    border: none;
    padding: 0;
    font-size: 16px;
    color: #1abc9c;
    top: 1px;
    left: 12px;
}
.flatter-searchform .input-group-addon a {
    color: inherit;
    line-height: 41px;
}
.flatter-searchform .input-group-addon .fa {
    line-height: 41px;
}
.widget_nav_menu ul li,
.sidebox ul li {
    background: url("assets/images/arrow-sm.png") no-repeat left 13px;
    display: block;
    font-size: 13px;
    list-style: none !important;
    padding: 5px 0 5px 25px;
    border-bottom: 1px dashed #eee;
}
.widget_nav_menu ul li:last-child,
.sidebox ul li:last-child {
    border: none;
}
.fixed {
    /* To fix main menu container */
    z-index: 9999;
    border-bottom: 1px solid #eee;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    animation-name: slidein;
    -webkit-animation-name: fixo;
    /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.3s;
    /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: 1;
    /* Chrome, Safari, Opera */
    -webkit-animation-direction: reverse;
    /* Chrome, Safari, Opera */
    animation-name: fixo;
    animation-duration: 0.1s;
    animation-iteration-count: 1;
    animation-direction: reverse;
    line-height: 60px;
}
@-webkit-keyframes fixo {
    0% {
        top: 10px;
    }
    50% {
        top: 5px;
    }
    75% {
        top: 5px;
    }
    100% {
        top: 00px;
    }
}
@keyframes fixo {
    0% {
        top: 10px;
    }
    50% {
        top: 5px;
    }
    75% {
        top: 5px;
    }
    100% {
        top: 00px;
    }
}
.logona {
    display: none;
}
.logobrand a, .logobrand {
    color:     #fff;
}
.fixed .logona {
    display: block;
    float: left;
    padding-right: 15px;
    z-index: 3;
    position: relative;
}
.fixed .logona img {
    max-height: 40px;
}
.fixed .col-md-9 {
    padding-right: 0px;
}
.fixed .nav-menus.nav-menu-fixed a {
    border-radius: 0;
}
.fixed .nav-menu > a {
    height: 40px;
    line-height: 40px;
}
.fixed .nav-menu-fixed > a,
.fixed .nav-menus > li:hover > a {
    border-radius: 0;
}
.fixed .nav-menu.nav-menu-fixed {
    top: -10px;
}
#content ul.tagg {
    margin: 0 0 0 0
}

ul.tagg li.tagy {
    list-style: none;
}
.tagy-icon{
    width: 5%;
}
.tagy-tags{
    width: 95%;
    display: contents;
   
}
ul.tagg li.tagy i {
    margin-right: 5px;
    border-radius: 100%;
    background: #ebebeb;
    border: 1px solid #ccc;
    padding: 3px;
}

ul.tagg li.tagy a {
    background: #ebebeb;
    border: 1px solid #ccc;
    padding: 2px 5px;
    color: #555;
    font-size: 12px;
    border-radius: 3px;
}

p.stats {
    color: #aaa;
    margin-bottom: 0;
    padding: 10px 0 0;
}
.tago {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0;
}
.no-addjb .widget-submit {
    display: none;
}
#coupons-listing {
    padding-top: 15px;
    padding-bottom: 10px;
}
.coupons-listing-title {
    margin-bottom: 15px;
}
.coupon-listing-row {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.coupon-listing-permalink:hover .coupon-listing-row {
    background-color: #f0f0f0;
}
.coupons-listing-title h3,
.home-widget-title {
    font-weight: 400;
    color: #565656;
    font-size: 24px;
}
.coupons-listing-title .fa {
    margin-right: 8px;
}
.text-center {
    text-align: center;
    display: block
}
#coupons-listing #coupon-listing-tabs {
    background: #FFFFFF;
}
#coupons-listing ul,
.package-tabs ul {
    border: none;
    padding: 0;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: inherit;
}
#coupons-listing ul li,
.package-tabs ul li {
    margin-right: -1px;
    background: none;
    border-radius: 0 !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #e3e3e3 !important;
    font-size: 16px;
    font-weight: 400;
}
#coupons-listing ul li a,
.package-tabs ul li a {
    color: #565656;
    padding: 5px 25px 6px;
}
#coupons-listing ul li.ui-tabs-active,
.package-tabs ul li.ui-tabs-active {
    background: #FFFFFF;
}
#coupons-listing ul li.ui-tabs-active a,
.package-tabs ul li.ui-tabs-active a {
    color: #27a2f8;
}
#coupons-listing .ui-tabs .ui-tabs-panel,
.package-tabs .ui-tabs .ui-tabs-panel {
    padding: 0;
}
#page-title-wrapper {}
.page-title {
    line-height: 104px;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}
#content {
    /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);*/
    padding-top: 7px;
    font-weight: 300;
}
#content p {
    line-height: 28px;
}
/*-----------------------------------------------*/
/*	Related Coupon Listing Section	*/
/*-----------------------------------------------*/
.related-coupon-listing .coupon-company-logo {
    width: 130px;
}
.related-coupon-listing .coupon-listing-name {
    width: 539px;
    padding-left: 39px;
}
.related-coupon-listing .coupon-listing-region {
    width: 230px;
}
.related-coupon-listing .coupon-listing-view {
    line-height: 50px;
    float: right;
}
.related-coupon-listing .btn-view-coupon {
    background: #f7f7f7;
    border: 1px solid #e3e3e3;
    padding: 5px 19px;
    color: #565656;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.related-coupon-listing .btn-view-coupon:hover {
    background: #eeeeee;
}

h2.relatedcoupons {
    font-size: 22px
}
.latest-blog {
    margin-bottom: 30px;
    background-color: #fff;
}
.latest-blog .btn-primary {
    margin: 3px
}
.latest-blog .section-title,

h3.section-title {
    margin-top: 5px;
    font-size: 18px;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
    padding: 18px 20px;
    text-align: center;
}
.latest-blog .blog-post .blog-post-image figure {
    height: 480px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    object-fit: cover;
}
.latest-blog .blog-post .blog-post-info {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 34px;
    width: 100%;
    z-index: 50;
    box-sizing: border-box;
    transition: all .3s;
    color: #fff;
}
.latest-blog .blog-post .blog-post-image figure:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top, rgba(33, 33, 35, 0.65) 0%, rgba(0, 0, 0, 0.45) 25%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    border-radius: 4px;
    opacity: 1;
}
.blog-slider-container .blog-slider .blog-post-info .name {
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    margin-top: 5px;
}
.blog-slider-container .blog-slider .blog-post-info a {
    color: #ffffff;
}
.blog-slider-container .blog-slider .blog-post-info .name {
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    margin-top: 5px;
}
.blog-slider-container .blog-slider .blog-post-info .info {
    font-size: 15px;
    margin-bottom: 0px;
    overflow: hidden;
    font-weight: normal;
    font-family: raleway, helveticaneue, helvetica neue, Helvetica, Arial, sans-serif;
}

span.blog-item-tag {
    text-transform: uppercase;
    font-size: 9.7px;
    letter-spacing: 2.5px;
    font-weight: 60;
    background: #F45435;
    border-radius: 3px;
    padding: 5px 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 9px;
    position: absolute;
    top: 30px;
    left: 32px;
    z-index: 110;
}
.blog-slider-container .blog-slider .blog-post-info .info a {
    color: #9c9c9c;
}
.blog-slider-container .blog-slider .blog-post-info a.lnk {
    color: #fff;
}
.blog-slider-container .blog-slider .blog-post-info .text {
    color: #fff;
    font-size: 14px;
}
.latest-blog .blog-slider {
    margin: 15px 0
}
.latest-blog .blog-post {
    padding: 10px;
    transition: all .3s;
    color: #fff;
    cursor: pointer;
}
.latest-blog .blog-post img {
    width: 100%
}
.logo-slider-inner {
    margin-top: 10px;
    margin-bottom: 20px;
}
.blog-slider-container .blog-slider .blog-post-info .name {
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.blog-slider-container .blog-slider .blog-post-info .info {
    font-size: 13px;
    margin-bottom: 8px;
    overflow: hidden;
}
.blog-slider-container .blog-slider .blog-post-info .info {
    font-size: 15px;
    margin-bottom: 0px;
    overflow: hidden;
    font-weight: normal;
    font-family: raleway, helveticaneue, helvetica neue, Helvetica, Arial, sans-serif;
}
.blog-slider-container .blog-slider .blog-post-info .text {
    color: #fff;
    font-size: 14px;
}
.blog-list-content img,
.blog-list-author img {
    max-width: 100%;
}
.blog-list-content article {
    padding-bottom: 40px;
    margin-bottom: 37px;
    border-bottom: 1px solid #e3e3e3;
}
.blog-list-author {
    text-align: right;
}
.blog-list-author img {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.blog-list-author-name {
    padding-top: 4px;
}
.blog-list-post-date-comment {
    font-size: 12px;
    color: #c9c9c9;
}
.blog-list-post-date-comment span:first-child {
    margin-right: 10px;
}
.blog-list-post-date-comment .fa {
    color: #1abc9c;
}
.blog-list-title {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
.blog-list-title a {
    color: inherit;
}
.blog-detail-title {
    font-size: 30px;
    margin: 0 0 21px 0;
    line-height: 36px;
}
.attachment-flatter-blog-list-thumbnail {
    margin-bottom: 23px;
}
.flatter-more-link {
    float: right;
    margin-top: -25px;
    padding-top: 3px;
    margin-bottom: 5px;
}
.flatter-more-link a {
    margin-top: 15px;
    display: inline-block;
    background: #2DAACD;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    padding: 8px 12px 8px 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.flatter-more-link a:hover {
    text-decoration: none;
    background: #888;
    color: #fff!important;
}
.flatter-more-link a .fa {
    color: #fff;
    margin: 0 5px;
}
.post-edit-link, .reset-stats-link {
    color: #4CA837;
}
.post-edit-link:hover, .reset-stats-link:hover {
    text-decoration: underline;
}

p.comment-count,

p.meta a,

p.meta,
.blog .user-bar .leave span,
.blog .user-bar .leave {
    background: none;
}

p.comment-count a {
    padding: 2px 0 2px 5px;
}

p.comment-count:before {
    content: '\f086';
    font-size: 18px;
    font-family: FontAwesome;
    display: inline-block;
}

p.meta a:before {
    content: '\f07c';
    font-size: 18px;
    font-family: FontAwesome;
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block;
}

p.meta:before {
    content: '\f073';
    font-size: 18px;
    font-family: FontAwesome;
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block;
}

p.meta {
    padding-left: 0px;
}
.blog .user-bar .leave {
    color: #fff;
    font-size: 15px;
    font-family: inherit;
    background: #0074a6;
    border-radius: 3px;
    padding: 8px 5px;
    text-shadow: none;
}
.blog .content-bar {
    padding-top: 5px
}

blockquote {
    font-size: 18px;
    line-height: 28px;
    border-left: 6px solid #1abc9c;
}
.single-post-template {
    margin-bottom: 24px;
}
.blog-detail-content article {
    padding-bottom: 40px;
    margin-bottom: 12px;
}
.blog-detail-tags {
    color: #a1a1a1;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 8px;
    margin-bottom: 67px;
}
.blog-detail-tags a {
    color: inherit;
}
.blog-detail-tags .fa {
    margin-right: 4px;
    font-size: 12px;
}
.tagcloud a {
    background: url(assets/images/list-3.png) left center no-repeat;
    display: block;
    margin: 15px 5px;
    padding: 0 0 0 20px;
    font-size: 14px;
    color: #7f7f7f;
    font-size: 14px !important;
    text-decoration: none;
}
.tagcloud a:hover {
    color: #1abc9c;
}
.section_content img {
    max-width: 100%;
}
.comment-bubble a {
    margin-top: 2px;
    background: url(assets/images/bubble.jpg) no-repeat 0 0;
    display: block;
    font-weight: 400;
    font-size: 12px;
    height: 40px;
    padding-top: 9px;
    text-align: center;
    text-decoration: none;
    width: 49px;
}
.comment-bubble a:hover {
    color: #0177ef;
}
.section.single.post {
    margin-top: 10px;
}

form.account_form p.role {
    margin-bottom: 10px;
    font-size: 15px;
}
.col-1,
.col-2 {
    width: 100%;
}
.account_form_fields #user_login,
.account_form_fields #user_email,
.account_form_fields #pass1-text {
    width: 60%;
}
.show-password > label {
    display: block;
}
#content p.show-password,
.manage-password {
    margin-bottom: 0px;
}

form[name="registerform"] .manage-password .wp-hide-pw {
    margin-top: 0px;
}
.manage-password button {
    height: 40px;
}
.col-2 {
    border-top: 2px dashed #ddd;
    float: left;
    padding-top: 10px;
}

p.role label {
    font-size: 17px;
    margin-top: 15px;
}
.btn,
.order-gateway input[type="submit"],
.btn:hover,
.order-gateway input[type="submit"]:hover {
    text-shadow: none;
}
.lnr {
    font-weight: bold;
}
.block-quote {
    position: relative;
    font-size: 15px;
    background-color: #e6fff1;
    border-left-color: #2DAACD;
    margin: 20px 0 30px 20px;
    padding: 30px 30px 40px 30px;
}
.block-quote:after {
    font-size: 20px;
    bottom: 10px;
    color: #2DAACD;
    content: "\f10e";
    font-family: fontawesome;
    position: absolute;
    right: 30px;
}
/* List Styles */
.list-styled {
    list-style-type: disc;
    padding-left: 20px;
    list-style-position: inside;
}
/* Custom Checkbox / Radio */
.custom-checkbox,
.custom-radio {
    position: relative;
    padding-left: 24px;
}
.custom-checkbox input[type="checkbox"],
.custom-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: 1;
}
.custom-checkbox label,
.custom-radio label {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox label::after,
.custom-radio label::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    margin-left: -24px;
    background-color: white;
    border: 2px solid #d4d4d4;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
}
.custom-radio label::after {
    border-radius: 999px;
}
.custom-checkbox label::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 8px;
    top: 6px;
    left: 0px;
    margin-left: -18px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.custom-radio label::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 2px;
    left: 2px;
    margin-left: -24px;
    border-radius: 999px;
    opacity: 0;
    z-index: 1;
    border: 4px solid #fff;
}
.custom-checkbox input[type="checkbox"]:checked + label::after,
.custom-radio input[type="radio"]:checked + label::after {
    border-color: #2DAACD;
    background-color: #2DAACD;
}
.custom-checkbox input[type="checkbox"]:checked + label::before,
.custom-radio input[type="radio"]:checked + label::before {
    opacity: 1;
}
/* Fix Bootstrap Media */
.media-object {
    max-width: none;
}
/* Styled Title */
.h-title {
    position: relative;
    padding-bottom: 0.85em;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 35px;
}
.h-title:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #ffffff;
}
.h-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: #2DAACD;
}
/* Alert Error */
.alert-error {
    background-color: #ea4335;
    color: #fff;
    padding: 20px;
}
/* Rating Stars */
.rating {
    color: #ff3100;
}
.rating .rating-stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    white-space: nowrap;
    display: inline-table;
}
.rating .rating-stars.rate-allow {
    cursor: pointer;
}
.rating .fa {
    display: table-cell;
    font-size: 16px;
    padding: 2px;
}
.rating .rate-allow .fa:hover:before,
.rating .rate-allow .fa:hover ~ .fa:before,
.rating .rating-stars .fa.star-active:before,
.rating .rating-stars .fa.star-active ~ .fa:before {
    content: "\f005";
}
.rating .rating-reviews {
    color: #717f86;
    margin-left: 6px;
}
/* Social Icons */
.social-icons__item .fa {
    font-size: 15px;
    margin: 0;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 3px;
    color: #F5F5F5;
    background-color: rgba(49, 69, 85, 0.25);
    margin-left: 0px;
}
.list-inline.social-icons {
    padding: 0px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    margin-right: 500px;
    display: inline;
    width: 0;
}
.openshare {
    float: right;
}
.openshare .fa.fa-share {
    display: inline;
}
.openshare:hover .list-inline.social-icons {
    opacity: 1;
    width: 200px;
    transition: all 1s ease-in-out;
    margin-right: 5px;
    display: inline;
    transition: all 1s ease-in-out;
}
.social-icons__item .fa:hover {
    background-color: rgba(49, 69, 85, 0.4);
}
.social-icons--colored .social-icons__item i.fa-facebook {
    background-color: #3b5998;
}
.social-icons--colored .social-icons__item i.fa-facebook:hover {
    background-color: #344e86;
}
.social-icons--colored .social-icons__item i.fa-twitter {
    background-color: #1da1f2;
}
.social-icons--colored .social-icons__item i.fa-twitter:hover {
    background-color: #0d95e8;
}
.social-icons--colored .social-icons__item i.fa-google-plus {
    background-color: #dd4b39;
}
.social-icons--colored .social-icons__item i.fa-google-plus:hover {
    background-color: #d73925;
}
.social-icons--colored .social-icons__item i.fa-linkedin {
    background-color: #0077b5;
}
.social-icons--colored .social-icons__item i.fa-linkedin:hover {
    background-color: #00669c;
}
.social-icons--colored .social-icons__item i.fa-pinterest {
    background-color: #cc2222;
}
.social-icons--colored .social-icons__item i.fa-pinterest:hover {
    background-color: #b61e1e;
}
.label {
    font-size: 11px;
    font-weight: normal;
    padding: 5px 10px;
}
.label-success {
    background-color: #2DAACD;
}
.panel {
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

section.section .panel {
    padding: 15px 0 !important;
    background: none;
    box-shadow: none;
}

section.borderedsection {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #FFFFFF;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    clear: both;
    padding: 20px;
    overflow: hidden;
}
.coupon-category {
    overflow: hidden;
    margin: 15px 0;
}
.coupon-category li a .fa {
    font-size: 15px!important;
    width: 40px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 20px;
}
.coupon-category li a {
    line-height: 32px;
    height: 32px;
    display: block;
    position: relative;
}
.coupon-category li a:hover{
    text-decoration: none;
}
.childcats {
    margin: 15px 0;
}
.coupon-category li .childcats a {
    font-size: 14px;
    color: #333
}

.widthimgs {
    margin: 15px 0
}
.entry-date.expired.red,
.homis .validtil.red {
    color: #e12828;
    font-size: 14px;
}
.category-info-title {
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    font-size: 18px;
    margin: 0 0 20px;
}
.listing-category-item {
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    background: #fff;
    margin-bottom: 30px;
    padding: 5px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .03);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    text-align: center;
}
.listing-category-item .category-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
.listing-category-item .inner {
    position: relative;
    z-index: 2;
    padding: 0px;
}
.category-icon {
    line-height: 1;
    color: #28b8dc;
    font-size: 45px;
}
.category-icon img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.listing-category-item .item-inner {
    position: relative;
    z-index: 2;
}
.category-info-title {
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    font-size: 15px;
    margin: 20px 0;
    color: #242424
}
.listing-category-item:hover {
    background: #515050;
    color: #fff;
}
.listing-category-item:hover .category-info-title,
.listing-category-item:hover .category-icon {
    color: #fff;
}
.listing-category-item:hover .category-bg {
    opacity: .35;
    filter: alpha(opacity=15);
    border-radius: 3px;
}
.image-wrapper.image-loaded img {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 100%;
    width: 100%;
}
.category-icon {
    line-height: 1;
    color: #28b8dc;
    font-size: 45px;
}
.category-content {
    margin: 25px 0 30px;
    opacity: 0
}
.listing-category-item:hover .category-content {
    opacity: 1
}
.image-wrapper.image-loaded {
    background: 0 0;
    height: 100%
}
.label-discount {
    color: #fff;
    font-size: 15px;
    height: 50px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    display: block;
    position: absolute;
    z-index: 1;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 999px;
    background-color: #ff3100;
    border: 1px dashed #fff;
    -webkit-box-shadow: 0 0 0 2px #ff3100;
    box-shadow: 0 0 0 2px #ff3100;
}
.coupon-item {
    border: 1px solid #CBD8D8;
    border-radius: 3px;
    border-bottom-width: 2px;
}
/* Pagination */
.page-pagination {
    font-size: 13px;
    margin: 20px auto;
    text-align: center;
}
.page-pagination li {
    display: inline;
}
.page-pagination a.page-numbers,
.page-pagination .page-numbers.current {
    display: inline-block;
    margin: 0 2px;
    padding: 0 13px;
    line-height: 32px;
    height: 36px;
    border: 2px solid transparent;
    border-radius: 4px;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.page-pagination a.page-numbers {
    border-color: #d3d9dd;
    color: #576366;
}
.page-pagination .page-numbers.current,
.page-pagination a.page-numbers:hover {
    border-color: #2DAACD;
    background-color: #2DAACD;
    color: #fff;
}
/* Flex Slider */
.flexslider {
    margin: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.flexslider.flexslider-nav {
    -webkit-box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, .3);
}
.flex-control-thumbs {
    margin: 0;
}
.flex-direction-nav a:before {
    font-size: 25px;
}
/* Page Control */
.page-control {
    overflow: visible;
}
.page-control .dropdown .btn {
    background-color: transparent;
    color: #999;
    padding: 0;
    height: auto;
}
.page-control .list-control-view .fa {
    font-size: 18px;
    padding-top: 6px;
    color: #555;
}
.page-control select.input-sm {
    padding: 0 30px 0 10px;
}
.page-control .dropdown-menu {
    top: 130%;
    left: -6px;
    border-radius: 0;
    border-color: #eee;
}
.page-control .dropdown-menu > li > a {
    padding: 5px 20px;
}
/* Js Tabs */
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 0;
    box-shadow: none;
    color: #2DAACD;
}
.nav-tabs > li > a {
    padding: 10px 20px;
    border: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background-color: transparent;
}
/* Flag Icons*/
[class*="fa-flag"] {
    width: 16px;
    height: 11px;
    background-image: url("assets/images/icons/flags.png");
}
.fa-flag-usa {
    background-position: 0 0;
}
.fa-flag-fra {
    background-position: 0 11px;
}
.fa-flag-ger {
    background-position: 0 22px;
}
.fa-flag-rus {
    background-position: 0 33px;
}
/* Owl Carousel */
.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 40%;
    font-size: 20px;
    margin: 0;
    padding: 4px 8px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 400ms linear 0ms;
    -ms-transition: all 400ms linear 0ms;
    -o-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(0, 0, 0, 0.7);
}
.owl-carousel .owl-nav .owl-prev {
    left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.owl-carousel .owl-nav .owl-next {
    right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.section .home-owl-carousel-noslider .owl-nav .owl-prev,
.section .home-owl-carousel-noslider .owl-nav .owl-next {
    position: absolute;
    width: 35px;
    height: 85px;
    top: 45%;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #e2e2e2 url('assets/images/leftright.png') no-repeat scroll 7px 30px;
    text-indent: -9999px;
}
.section .home-owl-carousel-noslider .owl-nav .owl-prev {
    left: -40px;
}
.section .home-owl-carousel-noslider .owl-nav .owl-next {
    background-position: -38px 30px;
    right: -40px
}
.section .home-owl-carousel-noslider .owl-nav .owl-prev:hover {
    background: #ddd url('assets/images/leftright.png') no-repeat scroll 11px 30px;
}
.section .home-owl-carousel-noslider .owl-nav .owl-next:hover {
    background: #ddd url('assets/images/leftright.png') no-repeat scroll -42px 30px;
}
/* |–––––––––––––––––[ Top bar ]–––––––––––––––| */
.nav-top ul {
    padding: 8px;
    opacity: 0;
    display: none;
    visibility: hidden;
    position: absolute;
    top: 150%;
    left: 0;
    text-align: left;
    background: #fff;
    border: 1px solid #eee;
    min-width: 200px;
    -webkit-box-shadow: 1px 0 2px rgba(0, 0, 2, 0.1);
    box-shadow: 1px 0 2px rgba(0, 0, 2, 0.1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -9;
}
.nav-top > li {
    position: relative;
}
.nav-top-left > li + li {
    padding-left: 12px;
}
.nav-top-right > li + li {
    padding-right: 12px;
}
.nav-top > li:hover ul {
    display: block;
    visibility: visible;
    z-index: 9;
    opacity: 1;
    top: 100%;
}
.nav-top a {
    display: block;
    font-size: 12px;
    line-height: 22px;
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav-top a:hover {
    color: #000;
}
.nav-top > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
}
.nav-top > li:hover > a {
    color: #000;
}
.nav-top ul a {
    padding: 5px 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.nav-top ul a:hover {
    background-color: #fff;
}
.nav-top .fa {
    margin-right: 6px;
    font-size: 14px;
    color: #2DAACD;
}
/* |–––––––––––––––––[ Header Header ]–––––––––––––––| */
.brand.col-md-4.t-xs-center.t-md-left.valign-middle {
    padding-left: 15px;
}
.brand.col-md-4.t-xs-center.t-md-left.valign-middle a,
.brand.col-md-4.t-xs-center.t-md-left.valign-middle {
    color: #fff;
}
.brand img {
    vertical-align: middle;
    margin-left: 15px;
    max-height: 120px;
    margin-top: 10px;
}
.heado {
    background: #2DAACD;
    min-height: 100px;
    padding-top: 27px;
}
.heado .container {
    padding: 0;
    width: 1270px;
    position: relative;
}
.formcont {
    padding: 15px;
    background: #fff;
    border: 0;
    height: 50px;
}
.formcont .btn,
.formcont .btn:focus,
.formcont .btn:hover {
    color: #555;
    outline: none !important;
    background: none !important;
    border: 0px !important;
    box-shadow: none !important;
    padding-top: 10px;
}
.selex {
    background: #fff;
    height: 50px;
}
.formcont .dropdown-menu > .active > a {
    background: #eef1f3;
    color: #3f4a5d !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.bootstrap-select.btn-group .dropdown-menu li {
    padding: 0 5px;
}
.formcont .dropdown-menu {
    margin-top: -50px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: none;
    border-top: 0px;
    right: -1px;
    -webkit-transition: width 2s;
    /* Safari */
    transition: width 2s;
}
.fst input,
.fst input:focus {
    border-radius: 0 3px 3px 0;
    height: 50px;
    border: 0;
    font-size: 14px;
    color: #444;
    box-shadow: none;
    margin-bottom: 0;
}
.fa.fa-search {
    font-size: 25px;
    font-weight: normal;
    margin-left: -10px;
    color: #777;
    transition: all ease-in 0.2s
}
.lst input {
    border-radius: 0 3px 3px 0
}
.formcont .dropdown-menu > li > a {
    line-height: 30px;
    margin: 2px 0
}
.header-menu {
    background-color: #1B83A0;
    margin-top: 20px;
}
.header-menu.fixed {
    margin-top: 32px;
}
#searchform .btn.btn-search {
    background: #fff;
    color: #333;
    border-radius: 3px 0 0 3px;
    padding: 12% 45%;
    opacity: 1;
    margin: 0
}
#searchform .btn.btn-search:hover,
#searchform .btn.btn-search:active,
#searchform .btn.btn-search:focus {
    border: 0px;
    opacity: 1;
    background: #fff;
}
#searchform .btn.btn-search:hover .fa.fa-search {
    color: #333
}
/* |–––––––––––––––––[ Header Menu ]–––––––––––––––| */
.nav-menu > li > a,
.nav-menu-fixed > a {
    color: #fff;
}
.nav-menu > li > a:hover, .nav-menu > li > a:active, 
.user_menu a:hover, .user_menu a:active, .user_menu a:focus
{
    color: #fff!important;
}
.nav-menu > li > ul a {
    color: #37517e;
}
#topNav .nav-menu > li:hover > a,
#topNav .nav-menu > li.active > a,
#topNav .nav-menu > li > a:hover 
{
    background-color: #fff;
    border-radius: 3px;
    color: #fff;
}
.nav-menu-fixed > a {
    background-color: #F45435;
    border-radius: 3px;
    color: #fff;
}
.nav-menu > li > ul a {
    color: #333;
    background-color: #fff;
}
.nav-bar {
    position: relative;
}
.nav-header {
    position: relative;
    display: none;
}
.nav-menu > li a .indicator {
    margin-left: 10px;
}
.nav-menu > li > ul li a .indicator {
    position: absolute;
    top: 5px;
    right: 15px;
}
.nav-toggle {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 40px;
    padding: 10px 4px;
    left: 0;
}
.nav-toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.nav-toggle i + i {
    margin-top: 7px;
}
.nav-menu {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    position: relative;
}
.nav-menu:before,
.nav-menu:after {
    content: "";
    display: table;
}
.nav-menu:after {
    clear: both;
}
.nav-menus.nav-menu-fixed {
    top: 5px;
    position: absolute;
    right: 5px
}
.nav-menus.nav-menu-fixed a {
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 22px;
    padding: 10px 20px;
}
.nav-menus.nav-menu-fixed a:hover,
.nav-menus.nav-menu-fixed a:focus {
    color: #fff;
    opacity: 0.8;
}
.nav-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-menu > li > ul,
.nav-menu > li > ul > li ul,
.nav-menu .mega-menu {
    background: #fff;
    margin: -2px 0 0 0;
    display: none;
    min-width: 200px;
    position: absolute;
    z-index: 99;
    box-shadow: 0 20px 66px 0 rgba(34, 48, 73, 0.2);
    border-radius: 3px;
}
#header-navbar .nav-menu > li > ul {
    margin-top: 0px
}
.nav-menu > li > ul {
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(34, 48, 73, 0.1);
    box-shadow: 0 2px 2px 0 rgba(34, 48, 73, 0.1);
    border-radius: 0 0 3px 3px;
    border: 1px solid #dedede;
    border-top: 0px
}
#topNav .nav-menu > li > ul {
    padding: 10px;
}
.nav-menu > li:last-child > ul {
    right: 0;
}
.nav-menu > li > ul > li ul {
    top: 0;
    left: 100%;
    border-radius: 0 3px 3px 0;
    margin-left: 0px;
    box-shadow: 0 2px 2px 0 rgba(34, 48, 73, 0.1);
    border: 1px solid #dedede;
}
.nav-menu > li:last-child > ul > li ul {
    right: 100%;
}
.nav-menu .mega-menu {
    width: 100%;
    top: 100%;
    left: 0;
    padding: 15px 20px;
}
.nav-menu li {
    display: block;
    position: relative;
    text-align: left;
    margin: 0px;
}
.nav-menu .dropdown-mega-menu {
    position: static;
}
.nav-menu > li {
    float: left;
    padding: 0;
}
#topNav .nav-menu li:first-child a {
    padding-left: 0px;
}
#header-navbar .nav-menu > li {
    padding: 5px 2px
}
#header-navbar .nav-menu > li:hover a,
.nav-menu > li.active > a {
    background: #fff;
    color: #333
}
#header-navbar .nav-menu li ul li a:hover {
    background: #ebebeb;
}
#topNav .nav-menu > li > ul li:hover {
    background: #ebebeb !important;
    color: #333;
    border-radius: 3px;
}
.nav-menu a {
    text-decoration: none;
    display: block;
    padding: 0 5px;
    margin: 0;
    position: relative;
}
.nav-menu .mega-menu a {
    padding: 0;
}
.nav-menu > li > a,
.nav-menu > a {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
}
.nav-menu > li > a {
    border-radius: 3px;
}
#header-navbar .nav-menu > li ul li {
    margin: 10px
}
.nav-menu > li ul li a {
    line-height: 25px;
    font-size: 13px;
}
.nav-menu .mega-menu li a {
    height: 35px;
    line-height: 35px;
}
.nav-menu .mega-menu .mega-title {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
}
@media only screen and (max-width: 959px) {
    .nav-menu li > a,
    .nav-menu li.active a {
        color: #37517e;
        background-color: #fff;
    }
    .nav-menu li:hover > a,
    .nav-menu li.active-mobile > a {
        color: #2DAACD;
        background-color: #fff;
    }
    .nav-header {
        display: block;
    }
    .nav-collapse {
        display: none;
        padding-bottom: 10px;
    }
    .nav-header,
    .nav-menus.nav-menu-fixed a {
        z-index: 1000;
        float: left;
        top: 15px;
        left: 10px;
    }
    .nav-menu > li a .indicator {
        position: absolute;
        top: 0;
        right: 20px;
    }
    .nav-menu ul {
        padding-left: 20px;
    }
    .nav-menu .mega-menu,
    .nav-menu > li > ul,
    .nav-menu > li > ul > li ul {
        width: 100%;
    }
    .nav-menu .mega-menu {
        padding: 0 20px;
    }
    #header-navbar .nav-menu li {
        width: 100%;
        float: none;
        margin-bottom: 2px;
    }
    .nav-menu li:last-child {
        border-bottom: 0;
    }
    .nav-menu > li > a {
        height: 40px;
        line-height: 40px;
    }
    .nav-menu > li ul li a {
        height: 40px;
        line-height: 30px;
    }
    .nav-menu > li ul li li a {
        background: none !important;
    }
}
.go-sc.dnone {
    display: block;
    width: 100%;
    z-index: 99999999;
    height: 100%;
    background-color: #444959;
    right: 0px;
    left: 0px;
    transform: translateX(0);
    height: 100%;
    opacity: 1;
    max-width: 100%;
    visibility: visible;
}
.go-sc {
    transform: translateX(100%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    visibility: hidden;
    background-color: transparent;
    transition: all .3s ease-in;
    top: 0;
    overflow-y: none;
}
.btn-search.close,
.btn-search.mobopen,
.btn-search.mobopen:hover,
.btn-search.mobopen:hover,
.btn-search.mobopen:focus,
.btn-search.close:focus,
.btn-search.mobope:active,
.btn-search.close:active,
.btn-search.mobope:active {
    opacity: 0.8;
    background:
        #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 999;
    padding: 0;
    text-align: center;
}
.btn.btn-lg.btn-search.btn-block.mobopen {
    display: none;
}
.btn-search.mobopen:hover { background: #333;}
.btn-search.mobopen:hover i:before{ color: #fff;}
.btn-search.close {
    z-index: 9999
}
.btn-search.close i,
.btn-search.mobopen i {
    color: #000;
    font-size: 20px;
    margin: 0px
}
/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> Coupons Header  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.nav-coupon-category li a {
    display: block;
    position: relative;
    text-transform: uppercase;
    line-height: 43px;
    height: 43px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #717f86;
    padding-left: 5px;
    font-size: 12px;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
@media only screen and (min-width: 1200px) {
    .nav-coupon-category li a {
        line-height: 46px;
        height: 46px;
    }
}
.nav-coupon-category .all-cat a {
    padding-right: 20px;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
}
.nav-coupon-category li a .fa {
    font-size: 15px;
    width: 40px;
    margin-right: 20px;
    color: #2DAACD;
    border-right: 1px solid #ddd;
    text-align: center;
}
.nav-coupon-category li a > span {
    margin-left: 8px;
    color: #bfbfbf;
    padding: 1px 7px;
    border-radius: 2px;
    font-size: 11px;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.nav-coupon-category li a:hover {
    padding-left: 12px;
}
.nav-coupon-category li a:hover > span {
    margin-left: 10px;
    color: #fff;
    background-color: #2DAACD;
}
.nav-coupon-category li + li {
    border-top: 1px solid #eee;
}
.price {
    color: #2DAACD;
    margin-bottom: 0;
}
.price-sale {
    color: #d84523;
    font-size: 85%;
    text-decoration: line-through;
    margin-right: 1em;
}
.deal-thumbnail:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(30%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.95)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.95) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.95) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.95) 100%);
    z-index: 0;
    opacity: 0.5;
}
.deals-header-area .deal-single {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.deals-header-area .deal-thumbnail {
    height: 450px;
    font-family: 'monL', sans-serif;
    font-weight: 100;
}
@media (max-width: 991px) {
    .deals-header-area .deal-thumbnail {
        height: 350px;
    }
}
@media (max-width: 767px) {
    .deals-header-area .deal-thumbnail {
        height: 250px;
    }
}
.deal-single .time-left {
    font-size: 13px;
    position: absolute;
    color: #fff;
    z-index: 10;
}
.deal-single .deal-store-logo {
    z-index: 10;
    width: 50px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.deal-single .deal-store-logo img {
    border-radius: 3px;
}
.deal-actions {
    position: absolute;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.deal-actions li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #fff;
    cursor: pointer;
}
.deal-actions li > span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-align: center;
}
.deal-actions li .share-tooltip {
    position: absolute;
    right: -48px;
    top: 35px;
    background-color: #2DAACD;
    white-space: nowrap;
    display: block;
    padding: 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.deal-actions li .share-tooltip:after {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    right: 39%;
    top: -13px;
    left: inherit;
    z-index: 2;
    width: 0;
    border-width: 7px;
    border-bottom-color: #2DAACD;
}
.deal-actions li .share-tooltip a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 0 6px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.deal-actions li.like-deal.favorite .fa-heart {
    color: red;
}
.deal-single .label {
    text-transform: uppercase;
}
.deal-single .label-featured {
    position: absolute;
    z-index: 2;
}
.deal-single .panel-body {
    position: relative;
}
.deal-single p {
    font-size: 13px;
    margin-bottom: 10px;
}
/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––>>> Stores Area  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.stores-area-v1 .store-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.stores-area-v1 .store-name {
    padding: 6px 0;
    border-top: 1px solid #f1f1f1;
    background-color: #f7f8f9;
}
.stores-area-v2 .letters-toolbar span a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.stores-area-v2 .letters-toolbar span + span a {
    border-left: 1px solid #eee;
}
.stores-area-v2 .letters-toolbar .all-stores a {
    width: auto;
    padding: 0 12px;
}
.stores-area-v2 .stores-cat {
    display: inline-block;
    width: 100%;
}
.stores-area-v2 .stores-cat .stores-cat-header {
    color: #2DAACD;
    padding: 0 30px;
    line-height: 48px;
    margin: 0px;
    display: inline-block;
    width: 100%;
    background-color: #f7f8f9;
}
.stores-area-v2 .stores-cat .stores-cat-body {
    padding: 30px;
}
.stores-area-v2 .stores-cat li a {
    line-height: 36px;
    color: #777;
    display: inline-block;
    width: 100%;
}
.stores-area-v2 .stores-cat li a:hover {
    color: #333;
}
.stores-area-v2 .stores-cat ul li ul {
    padding: 0px;
    border-right: 1px dashed #cccccc;
}
.stores-area-v2 .stores-cat ul li:last-child ul {
    border-right: none;
}
/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––––>>> Store Page  <<<–––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.store-page .store-splitter-left {
    border-left: 1px dashed #ddd;
}
.content-box .store img.store-thumb {
    box-shadow: none;
    border: 0;
}
/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> Posted Review  <<<––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.review-wrapper {
    border: 2px solid #e5ecf4;
    background-color: #fbfbfb;
    border-radius: 4px;
    padding: 10px 20px;
    position: relative;
    overflow: visible;
}
.review-wrapper:before,
.review-wrapper:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    z-index: 10;
}
.review-date {
    font-size: 13px;
    color: #9e9e9e;
    margin-top: 5px;
}
.review-avatar img {
    width: 80px;
    border-radius: 4px;
}
.deals-area header.panel {
    overflow: visible;
}
/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––>>> Coupons Area  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.coupon-single {
    position: relative;
}
.showcode {
    position: relative;
    z-index: 1;
    float: none !important;
    margin: 0px;
    padding: 0px;
}
.coupon-hide {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 15px;
    color: #222;
    border-radius: 3px;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* background: repeating-linear-gradient(45deg, transparent, transparent 10px, #eee 10px, #eee 20px), linear-gradient(to bottom, #c2ead4, #c2ead4); */
    background: #d9d9d9;
    /*affstyle*/
    /*display: none;
	/*affstyle*/
}
.show-code {
    position: absolute;
    top: 0;
    left: 0;
}
/*affstyle*/
.showcode:hover .show-code {
    width: 90%;
    opacity: 0.975;
}
/*affstyle*/
.coupon-showen .coupon-hide {
    text-align: center;
    border: 2px dashed #2DAACD;
    line-height: 31px;
}
.coupon-showen .show-code {
    display: none;
}
@media only screen and (min-width: 768px) {
    .coupons-area-list .showcode {
        width: 50%;
        float: right;
    }
}
.coupon-single .ribbon-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 80px;
    height: 85px;
}
.ribbon {
    font-size: 10px;
    position: relative;
    top: 20px;
    left: 28px;
    width: 120px;
    padding: 1px;
    color: #fff;
    text-align: center;
    background-color: #ff3100;
    text-transform: uppercase;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.entry-title.mb-10 {
    text-align: left;
}
/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––>>> Subscribe Area  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.newsletter-form {
    max-width: 480px;
    margin: 25px auto 0;
}
.newsletter-form .form-control {
    border-color: #2DAACD;
}
/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––>>> Get Coupon Area  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.get-coupon-area {
    text-align: center;
}
.get-coupon-area .coupon-code {
    display: inline-block;
    font-size: 21px;
    position: relative;
    margin: 20px auto;
    padding: 5px 30px;
    text-align: center;
    border: 2px dashed azure;
    background-color: #d9edf7;
    color: #F50;
}
.get-coupon-area .about-coupon p {
    margin-bottom: 15px;
}
.get-coupon-area .like-report {
    color: #7b8b8e;
}
.get-coupon-area .like-report .link-vote {
    font-size: 16px;
    padding: 5px 8px;
}
.get-coupon-area .like-report .link-vote.like {
    color: #649127;
}
.get-coupon-area .like-report .link-vote.dislike {
    color: #d70954;
}
.get-coupon-area .modal-footer {
    background-color: #f5fdf9;
}
.get-coupon-area .social-icons .fa {
    height: 28px;
    width: 28px;
    line-height: 28px;
}
/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––>>> Sign In / Up Area  <<<–––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.sign-area .sign-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.sign-area .col-left {
    border-right: 1px solid #eee;
}
.sign-area label {
    font-weight: normal;
}
.sign-area .or {
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    margin-right: -20px;
    margin-top: -20px;
    color: #97a4ad;
    text-transform: uppercase;
}
.btn-social {
    text-transform: capitalize;
    position: relative;
    letter-spacing: 0.5px;
    border: 0;
}
.btn-social .fa {
    font-size: 20px;
    position: absolute;
    top: 13px;
    left: 18px;
}
.btn-facebook {
    background-color: #3b5999;
}
.btn-facebook:hover,
.btn-facebook:focus {
    background-color: #344e87;
}
.btn-twitter {
    background-color: #00aced;
}
.btn-twitter:hover,
.btn-twitter:focus {
    background-color: #0099d4;
}
.btn-google-plus {
    background-color: #dd4b39;
}
.btn-google-plus:hover,
.btn-google-plus:focus {
    background-color: #d73925;
}
/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––––>>> Contact Area  <<<––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.contact-area .contact-list {
    padding-top: 20px;
}
.contact-area .contact-list li {
    position: relative;
    padding: 0 0 0 60px;
    margin-bottom: 40px;
}
.contact-area .contact-list li h5 {
    margin-bottom: 6px;
}
.contact-area .contact-list li .icon {
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 42px;
    color: white;
    background-color: #2DAACD;
    border-radius: 3px;
    border: 2px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-area-v1 {
    border-top: 4px solid #2DAACD;
}
/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––>>> Error Page Area  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.error-page-header {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 250px;
    line-height: 1;
}
.error-page-header span {
    margin: -20px;
}
.wishlist {
    width: 100%;
}
.wishlist tbody tr {
    border-bottom: 20px solid #e9ebee;
}
.wishlist tbody tr:last-child {
    border-bottom: 0;
}
.wishlist tbody tr td {
    padding: 15px;
    vertical-align: middle;
    color: #555;
}
.wishlist .product-thumb {
    width: 120px;
    margin-right: 10px;
}
.wishlist .media-body .type span {
    color: #222;
}
.wishlist tbody tr td .close {
    opacity: 1;
}
.wishlist i.fa-trash-o {
    font-size: 18px;
    color: #F00;
}
/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––>>> Blog Area  <<<––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.post-thumbnail {
    position: relative;
}
.post-thumbnail:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.entry {
    position: relative;
}
.entry .entry-date {
    top: 15px;
    left: 15px;
    position: absolute;
    z-index: 10;
    width: 60px;
}
.entry .entry-date > h4,
.entry .entry-date > h6 {
    color: #fcfcfc;
    font-size: 22px;
    background: #2DAACD;
    text-align: center;
    padding: 5px;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
}
.entry .entry-date > h6 {
    font-size: 20px;
    background: #37517e;
    border-radius: 0 0 3px 3px;
}
.entry-meta .icon {
    font-size: 14px;
    margin-right: 8px;
}
.entry-meta,
.entry-meta a {
    color: #b2bac2;
}
.entry-meta a:hover {
    color: #2DAACD;
}
.entry .soundcloud-embed iframe {
    width: 100%;
}
.page-template-front-page-php .status-unreliable * {
    opacity: 1;
}
/* Latest News Area */
.latest-news-area.blog-grid .entry .entry-content {
    height: 5.6em;
}
/* Blog Grid */
.blog-grid .entry .entry-content {
    height: 7.2em;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Blog Single Post */
.blog-quote-section {
    font-size: 16px;
    background-color: #03b6e7;
    border-left: 0;
    padding: 60px 80px;
    position: relative;
    margin: 0;
}
.blog-quote-section:before,
.blog-quote-section:after {
    font-family: "FontAwesome";
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    position: absolute;
}
.blog-quote-section:before {
    content: '\f10d';
    left: 30px;
    top: 20px;
}
.blog-quote-section:after {
    content: '\f10e';
    bottom: 15px;
    right: 45px;
}
.blog-quote-section p {
    color: #fff;
}
.blog-post-tags li {
    display: inline-block;
}
.blog-post-tags a {
    color: #717f86;
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #ddd;
    background-color: #F5F5F5;
}
.blog-post-tags a:hover {
    color: #2DAACD;
}
.blog-post-tags li + li {
    margin-left: 5px;
}
.share-buttons li {
    display: inline-block;
    margin: 0 6px 8px 0;
}
.share-buttons li a {
    background: #fff;
    border: 2px solid #666;
    border-radius: 3px;
    font-size: 14px;
    padding: 8px 20px;
    display: inline-block;
    line-height: 15px;
    -webkit-transition: all 400ms linear 0ms;
    -ms-transition: all 400ms linear 0ms;
    -o-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}
.share-buttons li a.fb-share {
    border-color: #3b5998;
    color: #3b5998;
}
.share-buttons li a.fb-share:hover {
    background-color: #3b5998;
    color: #fff;
}
.share-buttons li a.twitter-share {
    border-color: #1da1f2;
    color: #1da1f2;
}
.share-buttons li a.twitter-share:hover {
    background-color: #1da1f2;
    color: #fff;
}
.share-buttons li a.gplus-share {
    border-color: #dd4b39;
    color: #dd4b39;
}
.share-buttons li a.gplus-share:hover {
    background-color: #dd4b39;
    color: #fff;
}
.share-buttons li a.pinterest-share {
    border-color: #bd081c;
    color: #bd081c;
}
.share-buttons li a.pinterest-share:hover {
    background-color: #bd081c;
    color: #fff;
}
.posts-nav {
    width: 100%;
    position: relative;
    display: inline-block;
    min-height: 60px;
}
.posts-nav li {
    position: absolute;
    font-size: 17px;
    font-weight: 500;
    width: 50%;
}
.posts-nav li span {
    display: block;
    color: #999;
    font-size: 13px;
    margin-bottom: 1px;
    font-weight: 500;
}
.posts-nav li.next-post {
    right: 0;
    text-align: right;
}
.posts-nav li.next-post a {
    padding-right: 50px;
}
.posts-nav li.next-post a .fa {
    right: 10px;
}
.posts-nav li.prev-post {
    left: 0;
}
.posts-nav li.prev-post a {
    padding-left: 50px;
}
.posts-nav li.prev-post a .fa {
    left: 10px;
}
.posts-nav li a {
    color: #888;
    display: inline-block;
}
.posts-nav li a .fa {
    font-size: 40px;
    position: absolute;
    color: inherit;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.post-author-area .media-body {
    padding-left: 15px;
}
.post-author-area .media-body h3 {
    margin-bottom: 0.15em;
    text-transform: uppercase;
}
.post-author-area .media-body h5 {
    font-size: 0.9em;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-bottom: 1em;
}
.post-author-area .social-icons .fa {
    width: 28px;
    height: 28px;
    line-height: 28px;
}
/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––––––>>> Comments  <<<––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.comments-area .posted-comments {
    padding: 20px;
}
.comments-area .posted-comments .comment-meta {
    position: relative;
}
.comments-area .posted-comments .comment-reply-link {
    position: absolute;
    right: 0;
    top: 0;
}
.posted-comments .comment-author-thumb img {
    width: 100px;
    height: 100px;
    border-radius: 3px;
}
.posted-comments .media {
    margin-top: 0;
}
.posted-comments .comment-list li {
    margin-bottom: 40px;
}
.posted-comments .comment-replays li:last-child {
    margin-bottom: 0;
}
.posted-comments .comment-list > li:last-child {
    margin-bottom: 0;
}
.posted-comments ol ol {
    padding-left: 100px;
    margin-top: 20px;
}
.comment-respond {
    padding: 20px;
}
/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––>>> Sidebar Widgets  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.widget-title {
    font-size: 18px;
}
/* Recent Posts */
.recent-posts .recent-post .post-meta {
    font-size: 12px;
    color: #717f86;
}
.recent-posts .recent-post .media-left img {
    width: 80px;
    height: 80px;
}
/* Categories / Archive Widget */
.categories-widget ul > li,
.archive-widget ul > li {
    padding: 12px 0 5px;
}
.categories-widget ul > li + li,
.archive-widget ul > li + li {
    border-top: 1px solid #f2f2f2;
}
.categories-widget li a,
.archive-widget li a {
    display: block;
    font-weight: 300;
    padding-left: 15px;
    position: relative;
}
.categories-widget li a:after,
.archive-widget li a:after {
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 17px;
    position: absolute;
    left: 0;
    top: 3px;
}
.categories-widget li span {
    float: right;
}
.textwidget {
    padding: 0px 25px;
}
/* popular-tags sidebar */
.tags .badge {
    margin-right: 8px;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    color: #fff;
    background-color: #b3bfc5;
    margin-bottom: 12px;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.tags .badge:hover {
    color: #fff;
    background-color: #2DAACD;
}
/* Instagram Widget */
.instagram-widget .instagram-widget__item img {
    display: block;
    width: 100%;
}
/* Twitter Widget */
.twitter-list__item a {
    color: #2DAACD;
}
.twitter-list__item .twitter-icon {
    color: #2DAACD;
    font-size: 18px;
    margin-right: 6px;
}
/* Checkout Widget */
.checkout-widget .table td {
    border: none;
    padding: 12px 0;
}
.checkout-widget .table tr + tr > td {
    border-top: 1px solid #eee;
}
/*-----------------------------------------------*/
/*	Coupon Listing Template Styling	*/
/*-----------------------------------------------*/
.follow,
.share {
    display: inline-block;
    cursor: pointer;
    padding: 0;
    margin: 0 0.5em;
    text-align: center;
    transition: all 0.5s ease-out;
}

.share:hover .label {
    opacity: 0;
    transition: all 0.2s 0.125s ease-out;
}
.share:hover .icon {
    border-radius: 1em;
    margin: 0 0;
}
.share .icon {
    display: none;
}
.share .label {
    border-radius: 3px;
    float: right;
    font-size: 14px;
    opacity: 1;
    transition: opacity 0.5s 0.25s ease-out;
    background: #fff;
    color: #333;
}
.share:hover .label {
    opacity: 0
}
.share:hover .icon {
    opacity: 1
}
.share .icon {
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 2em;
    margin: 0 -0.5em;
    transition: all 0.5s ease-out;
    width: 2em;
    opacity: 0;
}
.share .icon.first {
    border-bottom-left-radius: 1em;
    border-top-left-radius: 1em;
    margin-left: 0;
}
.share .icon.last {
    border-bottom-right-radius: 1em;
    border-top-right-radius: 1em;
    margin-right: 0;
}
.share .icon:hover {
    color: black;
}
#featured-coupon {
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 10px 25px;
}

#featured-coupon .owl-controls .owl-nav {
    padding: 1px;
}
#featured-coupon .owl-controls .owl-nav [class*=owl-] {
    margin: 0;
 
    padding: 0;
    width: 33px;
    z-index: 999999 !important;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    top: 40%;
    position: absolute;
}
#featured-coupon  .owl-nav [class*=owl-]:hover {
    opacity: 1;
}
#featured-coupon  .owl-nav .owl-prev {
    background: url('assets/images/sprite.png') no-repeat scroll -150px 0 transparent;
    left: -33px;
    text-indent: -9999px;
    opacity: 0.4;
}
#featured-coupon  .owl-nav .owl-next {
    background: url('assets/images/sprite.png') no-repeat scroll -200px 0 transparent;
    right: -48px;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    text-indent: -9999px;
    opacity: 0.4;
}
#featured-coupon .owl-controls .owl-nav [class*=owl-]:first-child {
    margin-right: 1px;
}
.featured-coupon-item {
    background-color: #fff;
    margin: 10px;
    width: 225px;
    height: 335px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px;
    border: 1px solid #cbd8d8;
    border-radius: 4px;
    box-shadow: none;
    margin-left: 0;
    text-align: center;
}
.featured-coupon-thumbnail {
    overflow: hidden;
    height: 180px;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}
#featured-coupon .featured-coupon-thumbnail img {
    display: inline-block;
    width: auto;
    width: 50%;
    padding: 0px;
    margin: 20px 0;
    height: 80%;
}
.featured-coupon-detail {
    padding: 5px 0px 0;
}
.featured-coupon-desc {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 22px;
    color: #929191;
}
.btn-view-featured-coupon span {
    color: #fff;
}
.featured-coupon-type,
.featured-coupon-location {
    border: 1px solid #e3e3e3;
    background: #fafafa;
    text-align: center;
    margin-top: 8px;
    padding: 8px 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.featured-coupon-location {
    white-space: nowrap;
    /*overflow:hidden;*/
    text-overflow: ellipsis;
}
.featured-coupon-location a {
    color: #555;
    display: block
}
.featured-coupon-type > div {
    width: 100%;
    padding: 10px 0;
    color: #999999;
}
.featured-coupon-type > div .fa {
    margin-right: 0px;
}
.featured-coupon-type .featured-coupon-location {}
.featured-coupon-type .featured-coupon-contract {
    float: right;
}
.featured-coupon-title {
    height: 30px;
    line-height: 18px;
    margin-bottom: 10px;
}
.featured-coupon-title a {
    font-size: 15px;
    color: #333;
}
.coupon-featured .featured-two {
    top: 15px;
    left: 10px;
    position: absolute;
    width: 85px;
    height: 83px;
    background: url('assets/images/featured.png') no-repeat;
    z-index: 99;
}
.sidebox.widget_flatter_featured_coupon {
    overflow: hidden;
}
.sidebox.widget_flatter_featured_coupon #featured-coupon .owl-controls .owl-nav .owl-prev,
.sidebox.widget_flatter_featured_coupon #featured-coupon .owl-controls .owl-nav .owl-next {
    width: 23px;
    right: -4px;
    height: 32px;
    top: 41%;
}
.sidebox.widget_flatter_featured_coupon #featured-coupon .owl-controls .owl-nav .owl-prev {
    left: -6px
}
.sidebox.widget_flatter_featured_coupon #featured-coupon {
    margin: 0px;
    padding: 0px;
    position: relative;
    background: none;
}
.sidebox.widget_flatter_featured_coupon .featured-coupon-item {
    margin: 10px 10px 10px 0;
}
.sidebar ul li.sidebox.widget_flatter_featured_coupon #featured-coupon .owl-stage-outer {
    width: 100%;
    margin-left: -5px;
}
#sidebar .widget .sidebox-heading {
    background: none;
}
#sidebar {
    margin-top: 0px;
    padding: 0;
}
#sidebar .widget {
    border: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.featured-coupon-widget {
    margin: 0px;
    padding: 0px;
    position: relative;
}
.sidebox.widget_flatter_featured_coupon .featured-coupon-location {
    margin-top: 5px;
}
#sidebar .widget .sidebox-heading h2,
#sidebar .widget .sidebox-heading h2 a.rsswidget {
    font-family: inherit;
}
.owl-carousel .owl-stage-outer {
    margin-left: 0px;
}
.color-red {
    color: #f65555
}
.search-wrap.fronty input,
.search-wrap.fronty selectbox {
    font-size: 14px;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    height: 45px;
    padding: 5px 25px 5px 5px;
    border: 0;
}
#searchform button.submit {
    text-indent: 1px;
    font-size: 18px;
    color: #fff;
    background: #2DAACD;
    border: none;
    width: 100%;
    height: 45px;
    padding: 5px;
}
.fa.fa-search.form-control-feedback,
.fa.fa-map-marker.form-control-feedback {
    color: #888;
    font-size: 15px;
    margin-right: 15px;
    margin-top: -10px;
}
.flatter-login-register.clearfix {
    padding-right: 0px;
}
.flatter-login-register.moblogin {
    display: none;
}
#monDiv {
    line-height: 15px;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.homy {
    height: 450px;
    background: url("assets/images/banner.jpg") no-repeat;
    padding-top: 15%;
}
.homy-no-home {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    height: 1px;
}
#breadcrumbs {
    margin: 0 0 10px;
}
#breadcrumbs.container {
    width: 100%;
}
.breadcrumb-trail,
.breadcrumb-trail a,
.breadcrumb-trail a:link,
.breadcrumb-trail a:visited,
.breadcrumb-trail a:hover,
.breadcrumb-trail span {
    font-family: arial, tahoma, verdana;
}
.section_content {
    line-height: 25px;
    padding-bottom: 15px;
}
.rss-balloon i::before,
.twitter-balloon i::before {
    font-size: 25px;
}
.social-widgets i {
    margin-right: 5px;
}
.rss-balloon {
    margin-top: 0;
    padding: 10px 0;
}
.rss-link {
    float: right;
    margin-top: 15px;
}
.twitter-balloon {
    padding: 5px 0;
}
.title-search-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0.25em;
    margin-top: 0;
    font-size: 40px;
    color: #fff;
    text-align: center;
}
.title-search p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.avs .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%
}
.avs.bootstrap-select > .dropdown-toggle {
    color: #555;
    outline: none !important;
    height: 45px;
    text-transform: none;
    border: 0px;
    border-radius: 0px;
    border-left: 1px solid #ccc;
    box-shadow: none;
    background: #fff;
}
.avs.form-control {
    height: 45px;
}
.wrappy {
    border: 2px solid #ccc;
    height: 49px;
    width: 100%;
    border-radius: 3px;
}
.avs .btn-default:active:hover,
.avs .btn-default.active:hover,
.avs .open > .dropdown-toggle.btn-default:hover,
.avs .btn-default:active:focus,
.avs .btn-default.active:focus,
.avs .open > .dropdown-toggle.btn-default:focus,
.avs .btn-default.focus:active,
.avs .btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {}
/*-----------------------------------------------*/
/*	User Login Styling	*/
/*-----------------------------------------------*/
.stopstores li img {
    width: 80%;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.top-store-hover .coptxt,
.top-store-hover .linko {
    display: block;
    width: 100%
}
.top-store-hover a.linka {
    height: 100%;
    width: 100%;
    display: block;
    padding-top: 40px;
}
.top-store-hover .linko {}
.top-store-hover a.linka span {
    color: white !important;
    font-size: 14px;
    font-weight: bold;
}
.top-store-hover a.linka .coptxt {
    font-weight: normal;
    font-size: 13px;
    font-family: arial, tahoma, verdana;
    padding-top: 0px;
}
.thumbsup-vote {
    width: 70%;
    float: right;
}
.item-meta, .thumbsup-vote::after {
    clear: both;
}

.col-md-2.ti {
    padding: 0;
}
.thumbsup-stripe-badge {
    margin: 0px;
}
.top-store-hover {
    background-color: #111;
    border-radius: 2px;
    bottom: 0;
    color: white;
    font-size: 14px;
    height: 0;
    overflow-y: hidden;
    position: absolute;
    text-align: left;
    transition: all 0.5s cubic-bezier(0.17, 0.88, 0.32, 1.28) 0s;
    width: 100%;
    text-align: center;
    opacity: 0.8;
}
.stopstores li:hover > .top-store-hover {
    height: 100%;
}
.tabbed {
    margin: 0;
}
.nav.nav-tabs {
    border-bottom: 0;
}
.nav.nav-tabs > li.active > a {
    border: 0;
    background-color: #fff;
    box-shadow: none;
}
.nav.nav-tabs + .tab-content {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    padding: 20px;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
}
.homecats {
    overflow: hidden;
}

li.coupon_listing.def {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 10px;
    border: 0;
}
.content-box ul.deal-meta {
    padding: 0px;
}

li.coupon_listing.def .comments-list {
    margin: 15px 0 0 0
}
.coupon_listing-logo.def {
    width: 13%;
    background: #ebebeb none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 3px;
    float: left;
    height: 100px;
    padding: 0px;
}
.coupon_listing-logo.def img {
    width: 100%;
    height: 100%;
    margin-left: 0px
}

ol.coupon_listings {
    background: #fff none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0px 0 0 !important;
    padding: 0 !important;
    list-style: none;
    border: 0px;
}

ol.coupon_listings .featured-two {
    top: 0px;
    left: 0px;
}
.coupon_listing {
    background: #fff;
    border-radius: 0px;
    margin: 0px 0 15px;
    padding: 15px 10px;
    position: relative;
    list-style: none;
    min-height: 220px;
    /*overflow: hidden;*/
    border: 1px solid #CBD8D8;
    border-bottom-width: 2px;
    border-radius: 3px;
}
.related li.coupon_listing {
    height: 220px;
}
.related .coupon_listing-logo {
    height: 100px;
}
.col-md-3.coupon_listing {
    margin: 1%;
    width: 23%
}
.coupon_listing.def {
    min-height: 150px;
    padding: 0px;
    list-style: none;
}
.coupon_listing:hover img {}

h3.coupon_listing-title {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}
.coupon_listing.def.adva {
    min-height: 100px;
}
.gray.panel {
    width: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 15px;
    border-top: 1px solid #e7e7e7;
    background-color: #fff;
    padding-bottom: 0px;
}
.coupon_listing.def.gray.panel {
    padding: 15px 10px 0 10px
}
.gray.panel .tabbed {
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-top: 15px;
}
.gray.panel .tabbed .nav.nav-tabs + .tab-content {
    box-shadow: none
}
.gray.panel .tabbed .nav.nav-tabs {
    border-bottom: 1px solid #e7e7e7;
    padding: 0px;
    margin: 0;
}
.gray.panel .tabbed .nav.nav-tabs > li > a {
    box-shadow: none;
}
.gray.panel .tabbed .nav.nav-tabs > li.active > a,
.gray.panel .tabbed .nav.nav-tabs > li.hover > a {
    color: #37517e
}
.gray.panel .tabbed .nav.nav-tabs > li.active > a:after,
.gray.panel .tabbed .nav.nav-tabs > li:hover > a:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    color: #37517e;
    border-bottom: 1px solid #37517e;
}
.gray.panel > a {
    color: #24b7e3
}
.gray.panel > a:after {
    color: #24b7e3;
    content: '\f106';
    font-family: FontAwesome;
    font-size: 16px;
    margin-left: 5px;
}
.gray.panel > a.collapsed:after {
    content: '\f107';
}
.gray.panel .reports_form{
    display: block !important;
}
.gray.panel .reports_form {
    float: left;
    background: #f0f4f7;
    border: 1px solid #d9e4ef;
    margin: 10px 0;
    padding: 10px;
    display: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 0px;
    width: 100%;
}
.gray.panel .reports_form select {
    padding: 5px;
    font-family: inherit;
    font-size: 13px;
    border: 1px solid #ccc;
}
.gray.panel .reports_form input[type="submit"] {
    font-family: inherit;
    font-size: 13px;
    background: #37517e;
    padding: 8px 10px;
    height: 30px;
}
.comments-box ul.comments-mini li,
.comments-box ul.comments-mini li:hover {
    background: #fbfbfb;
    border: 1px solid #ccc;
    box-shadow: none;
}
.comments-list p.links,
.comments-list .comments-box {
    background: none;
    border: none;
}
.comments-box ul.comments-mini li img.avatar {
    box-shadow: none;
}

p.links span.pencil,

p.links span.minus,
.comments-mini p.comment-meta span.date,
.comments-mini p.comment-meta span.time {
    background: none;
}

p.links span.minus:before {
    display: none;
}
.comments-mini .fa.fa-calendar,
.comments-mini .fa.fa-clock-o {
    font-size: 15px;
    margin-right: 5px;
}
.comments-mini p.comment-meta span.time,
.comments-mini p.comment-meta span.date {
    padding: 0 5px
}
.comments-box .comments .items {
    font-family: inherit;
}
.comments-box .comments .bar {
    font-size: 12px;
}
#respond {
    float: left;
    margin: 0 15px;
    width: 96%;
}
.section.explain-process-area.ptb-10 img {
    height: 100px;
    height: 100px;
}
#content-fullwidth {
    padding-left: 15px;
    padding-right: 15px;
}
#content-fullwidth,
#content-fullwidth .content-box {
    width: 100%;
}
.content-box .post-box {
    padding: 0;
    box-sizing: border-box;
}
#respond textarea.commentbox {
    background: none;
    width: 90% !important;
    border: 1px solid #ccc;
}
.reporto .fa-flag {
    background: none;
}

a.show-code.btn {
    display: block;
    position: absolute;
    background: #2DAACD;
    padding: 5px 15px;
    line-height: 20px;
    margin: 0;
}
.content-box .head,
#content .content-box .blog , .content-box .blog {
    display: inline-block;
    width: 100%;
    background: #fff !important;
    box-shadow: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 15px;
    margin: 0px 0 10px 0;
}

.coupon-code-popup .popup-code-copy div.text {
    background: none;
    border: 1px solid #ccc;
}
.thumbsup-votes i.fa-thumbs-up,
.thumbsup-votes i.fa-thumbs-down {
    color: #03AB57;
    margin-left: 5px;
    margin-right: 2px;
    font-size: 18px;
}
.entry-title {
    font-size: 22px;
    font-weight: bold;
}
.content-box .entry-title,
.content-box .h2,
.content-box .comments-title {
    font-size: 30px!important;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
}
.post .entry-title {
    margin-bottom: 0;
}
.thumbsup-votes i.fa-thumbs-down {
    color: #f25151
}
.labelcoupon {
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    border-radius: 2px;
    background-color: #f64106;
}
.badges .thmby {
    list-style: none;
}
.labelcoupon.percent.green {
    background-color: #2DAACD;
}
.labelcoupon.percent.red {
    background-color: #fb6464;
}
.labelcoupon.percent.orange {
    background-color: #f69e06;
}
.thumbsdowns i.fa-thumbs-down {
    color: #FC3A3A;
}
.content-box .item {
    width: 100%;
    margin: 0;
    padding: 5px 0px
}
.show-code.btn:active {
    position: absolute;
}
.spaced-right,

h3.coupon_listing-title a,
.spaced-right.jcat a,
.spaced-right.user a {
    color: #444;
}
.spaced-right {
    font-family: arial;
    font-size: 13px;
    margin-right: 5px;
}
.spaced-right i {
    margin-right: 5px;
}
.col-md-10.ti,
.col-md-12.ti,
.col-md-9.ti,
.col-md-9.ti {
    padding: 0px;
    line-height: 18px;
}
.col-md-2.type,
.col-md-3.type {
    padding: 0px;
    border-radius: 3px;
    color: #fff;
    float: right;
    font: 900 14px/14px "Roboto", sans-serif;
    background-color: #f44336;
    overflow: hidden;
    padding: 5px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
.col-md-2.type span {
    font-size: 14px;
}
.col-md-2.type:before,
.col-md-3.type:before {
    content: "\f02e";
    display: block;
    position: relative;
    display: inline-block;
    margin-left: -2px;
    margin-top: 2px;
    font-family: fontAwesome;
}
.coupon_listing-logo,
.mixed .coupon_listing-logo {
    width: 100%;
    padding: 20px;
    float: left;
    height: 150px;
    border-radius: 0px;
    border: 0;
}
.details.col-md-12 {
    padding: 0px;
    margin-top: 10px;
    bottom: 0px;
    margin-bottom: 5px;
    position: absolute;
}
.stopstores li {
    height: 100px;
    border-radius: 2px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
}
.stopstores li img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.stopstores {
    padding-bottom: 5px;
    width: 12.5%;
    margin-bottom: 20px;
}
.topstoresd {
    margin-top: 10px;
}
.pickedcoupons i {
    font-size: 22px;
    font-weight: 500;
    color: #656060;
    margin: 5px;
    vertical-align: middle;
}

li.pickedcoupons {
    line-height: 27px;
}
.homis .deal-lbl {
    background: #999;
    color: #ffffff;
    float: left;
    font: 600 11px/20px arial, verdana, tahoma;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    margin-left: -10px;
    padding: 0px 3px;
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
}
.homis .deal-thumbs {
    float: right;
    height: 30px;
    width: 50%;
    color: #666;
    font-size: 12px;
    text-align: right;
    font-family: arial, tahoma, verdana;
}
.homis .deal-thumbs i {
    font-size: 14px;
    margin-right: 2px;
}
.homis .deal-thumbs i.fa-thumbs-up {
    color: #2ab03a
}
.homis .deal-thumbs i.fa-thumbs-down {
    color: #fd4142
}
.section-padded {
    padding: 10px 25px
}

a.coupon-code-link,

a.coupon-code-link span {
    background: none;
    border: none;
    text-align: center;
    color: #fff;
    padding: 0;
    line-height: 35px;
    font-size: 15px;
    font-family: arial, verdana, tahoma;
    vertical-align: baseline;
}
.coupon_listing-logo img {
    margin: 0 auto;
    display: inline-block;
}
.homis .coupon_listing-logo {
    padding: 0px 10%;
    margin-bottom: 10px;
}
.homis .coupon_listing-logo img {
    height: 100%;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    /* width: 100px;*/
    border: 0px;
    object-fit: contain;
}
.homis .coupon_listing-title a,
.homis .coupon_listing-title {
    text-align: center;
    font-size: 14px;
    height: 50px;
    display: block;
    width: 100%;
    color: #19AACF;
    font-weight: bold;
}
.homis .col-md-12.ti {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
}
.homis .col-md-12.botona {
    height: 35px;
    background: #2DAACD;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    width: 100%;
}
.homis .col-md-12.botona a {
    color: #fff;
    text-transform: uppercase;
    font: 700 15px/35px arial, tahoma, verdana;
}
.homis .validtil {
    text-align: center;
    font-size: 12px;
    color: #9C9C9C;
}
.homis .validtil i {
    font-size: 14px
}
.coupon_listing-about .storetitle {
    font-size: 14px;
}
.homis span.sheild {
    float: left;
    height: 15px;
    width: 15px;
    background: url("assets/images/sheild.png") no-repeat 0 1px
}
.couponcode {
    line-height: 45px;
    border: 1px solid #ccc;
    padding: 0;
    font-size: 20px;
    border-right: 0;
    box-sizing: border-box;
}
.copybtn {
    padding: 0px;
}
.popuptitle {
    font-size: 26px;
    font-weight: 500;
    color: rgb(85, 85, 85);
    margin: 15px 0px 20px;
}
.ptext {
    font-size: 12px;
    font-weight: 500;
    margin: 15px 0;
}
.ptext a {
    font-weight: bold;
    color: #09426a
}
.padding-10 {
    padding: 10px;
}
#copy-button {
    line-height: 47px;
    padding: 0;
    width: 100%;
    border-radius: 0 3px 3px 0;
    border-left: 0;
}
.showcode i.fa-scissors {
    display: none;
}
.homis .v .homis-paging .paging,
.homis-paging .top {
    display: none;
}

ol.ad_listings.home,

ul.ad_listings.home {
    margin: 0 5px
}
.couponbox {
    background: #1abc9c;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-weight: bold;
    margin: 8px 0 5px;
    padding: 5px 12px 5px 5px;
    text-transform: uppercase;
}
.bannersa {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 5px;
    width: 100%;
}
.viewport {
    width: 100%;
    float: left;
}
.blog-post.col-md-12 {
    padding: 0;
    text-align: left;
}

article.blogo-post h2 a,
.content-box .blog h1 {
    display: block;
    font-size: 22px;
    color: #222;
    padding: 5px;
    height: 40px;
    text-decoration: none;
    font-family: "Open Sans", arial, sans-serif;
}

article.blogo-post {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 1% 5px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 2.5%;
    height: 435px;
    border: 1px solid #ddd;
    width: 95%;
    background: #fff;
}
.entry-title.mb-10 {
    height: 50px;
}
.all-cat.col-md-12 {
    background: #fafafa;
}
.footer-top-area {
    background-color: #fff;
    border-top: 5px solid #2DAACD;
}
#footer {
    padding: 0px;
    min-height: 58px;
    margin-top: 20px;
}
#footer-widgets .widget-container {
    padding-bottom: 0px;
    min-height: 0px;
    padding: 0 15px 0 15px;
}
#footer-widgets .widget-container .widget_nav_menu ul li {
    border: 0px;
}
#footer-widgets .widget-container:last-child {
    border-right: none;
}
#footer .container {
    padding: 0 15px;
}
.footer-widget-title {
    margin: 10px 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #555655;
    text-decoration: none;
    padding: 0;
}
.cd-top {
    display: inline-block;
    height: 40px;
    width: 45px;
    position: fixed;
    bottom: 30px;
    right: 0px;
    box-shadow: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #1b83a0 url(assets/images/arri.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 10;
}
.cd-top.cd-fade-out {
    opacity: 1;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}
#footer h3::before,
#footer .sidebox h3::before {
    content: "\f02e";
    display: inline-block;
    text-decoration: inherit;
    font-family: FontAwesome;
    margin: 0 10px 0 0;
    font-size: 18px;
    font-weight: normal;
}
#footer .widget-custom-stores h3::before {
    content: "\f0f7";
}
#footer .widget-custom-coupons h4:before {
    content: "\f02e";
}
#footer .widget-custom-stores h4:before {
    content: "\f0f7";
}
#footer .widget-coupon-cats h4:before {
    content: "\f07c";
}
#footer .widget_appthemes_twitter h4:before {
    content: "\f099";
}
#footer .widget_appthemes_facebook h4:before {
    content: "\f09a";
}
#footer .widget_coupon_tag_cloud h4:before,
#footer .widget_tag_cloud h4:before {
    content: "\f02b";
}
#footer .widget_text h4:before {
    content: "\f129";
}
#footer .widget_media_image h4:before,
#footer .widget_media_gallery h4:before {
    content: "\f03e";
}
#footer .widget_recent_comments h4:before {
    content: "\f0e6";
}
#footer .widget_recent_entries h4:before {
    content: "\f040";
}
#footer a {
    color: #0074a6;
}
#footer ul li {
    line-height: 25px;
}
#footer ul li a:before {
    content: "\f0da";
    font-family: fontAwesome;
    font-size: 13px;
    left: 0;
    top: 0;
    height: inherit;
    line-height: inherit;
    color: #333;
    margin-right: 5px;
}
#footer .bottom-bar ul li a:before {
    display: none
}
#footer .bottom-bar {
    background-color: #2DAACD;
    color: #fff;
    padding: 10px 0;
}
#footer .pull-right {
    float: right;
}
#footer .pull-right ul li,
#footer .pull-right ul li ul {
    margin-right: 5px;
    float: left;
}
#footer .pull-right ul li {
    line-height: 25px;
}
#footer .pull-right ul li:hover,
#footer .pull-right ul li a:link {
    background: none !important
}
#footer .pull-right ul li a,
#footer .pull-right ul li a:link,
#footer .pull-right ul li a:active {
    line-height: 25px;
    height: 25px;
    padding: 0 5px;
}
#footer .pull-right ul li a:hover {
    background: none;
}
#footer .pull-right ul li,
#footer .pull-right ul li ul li {
    padding-left: 10px;
    text-decoration: none;
}
#footer .pull-right ul li a,
#footer .pull-right ul li ul li a {
    color: #fefefe;
    text-decoration: none;
}
#footer .pull-right ul li a:hover {
    color: #fff
}
#footer .pull-right ul li i {
    display: none !important;
}
#footer .pull-right ul li:hover ul,
#footer .pull-right ul li ul {
    display: none !important;
}
#footer .share-box .lgheading {
    width: 100%;
    background: #26cc71;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    font-weight: bold;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 10px
}
#footer .share-box .smheading {
    text-align: center;
    display: block;
}
#footer .share-box img {
    display: none;
}
.featured-coupon-widget .featured-coupon-item {
    width: 100%;
    height: 380px;
}
.featured-coupon-widget .owl-controls .owl-nav .owl-prev,
.featured-coupon-widget .owl-controls .owl-nav .owl-next {
    text-indent: -999px;
}
#footer #featured-coupon .owl-controls .owl-nav .owl-next {
    right: -34px;
}
#footer .featured-coupon-widget a {
    color: #222
}
#footer .featured-coupon-widget .btn-view-featured-coupon,
.featured-coupon-widget .btn-view-featured-coupon {
    color: #fff
}
.top {
    display: none;
}
.tooltip {
    display: block;
    background: none;
    line-height: 25px;
    font-size: 12px !important;
    border-radius: 3px !important;
}
.tooltip.top::before {
    display: none !important
}
.tooltip.top .tooltip-arrow {
    bottom: -5px;
}
.tooltip-inner {
    background: none
}
.post-review .tooltip {
    display: none !important
}
.content-box,
#content > .content-box > .box-holder {
    background: none;
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
}
/*aff-style
.content-box {
    background: #fff;
    box-shadow: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 15px;
}
*/
.content-box .head h2 {
    background: none;
    padding-left: 0px;
    float: left;
    font-size: 19px;
}
.content-box .head h2:before {
    content: '\f0c4';
    font-size: 20px;
    font-family: FontAwesome;
    margin-right: 10px;
}
.content-box.coupon-code-popup {
    box-shadow: none;
}
.related-coupon-listing {
    background: #FCF3E3;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 10px 0 20px;
    overflow: hidden;
    padding: 10px 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*Coupon listings*/
.header-section {
    margin-top: 15px;
    font-size: 13px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
.col-md-12.header-section {
    padding-left: 0px;
}
.logos {
    border-right: 1px solid #ccc;
}
.logos img {
    border: 0px !important;
    float: right;
}
.header-section ul {
    margin: 0px;
    padding: 0px;
}
.header-section li {
    list-style: none;
}
.header-section i {
    font-size: 18px;
    color: #666;
    margin-left: 2px;
    margin-right: 5px;
}
.header-section li.jbsalary {
    font-size: 18px;
    font-weight: bold;
}
.header-section li.jbsalary i {
    font-size: 15px;
    margin-right: 5px;
    margin-left: 0px;
}
.header-section li.jbtype,
.header-section li.jbapply {
    background: #8bc34a none repeat scroll 0 0;
    border-radius: 3px;
    float: left;
    color: #fff;
    float: left;
    font-weight: bold;
    margin: 10px 15px 0 0;
    padding: 6px 10px 4px;
    text-transform: uppercase;
}
.header-section li.jbapply {
    background: none;
    padding: 0px;
    width: 100%;
}
.header-section li.jbapply div {
    width: 100%
}
.header-section li.jbapply i {
    color: #fff;
}
.header-section li.jbapply .link-holder {
    padding-left: 0px;
}
.header-section li.jbapply a {
    color: #fff;
    text-decoration: none;
}
.header-section h1.title {
    margin-bottom: 10px;
    color: #222;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
}
.top-style {
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 10px;
    box-shadow: none;
}
.top-style a {
    color: #555
}
.top-style ul {
    margin: 0px;
    list-style: none;
    padding-left: 0px;
}
.top-style li {
    font-size: 14px;
    padding: 5px 0;
    float: left;
    line-height: 32px;
    list-style: none;
    margin-right: 5px;
}
.social-icons li.ma {
    margin-left: 15px;
}
.top-style i {
    margin-right: 5px;
}
.top-style i.plu {
    font-size: 15px;
    padding: 1px 4px;
    margin: 2px;
    color: #fff;
    height: 22px;
    width: 22px;
    line-height: 20px;
    border-radius: 3px;
    background: #999
}
.top-style i.plu:hover {
    background: #777
}
.header-section li.jbapply a {
    color: #fff;
    text-decoration: none;
}
.jbapply a.coupon-code-link,
.jbapply a.coupon-code-link span {
    line-height: 23px;
}

a.coupon-code-link,

a.coupon-code-link span {
    background: none;
    border: none;
    text-align: center;
    color: #fff;
    padding: 0;
    line-height: 25px;
    font-size: 15px;
    font-family: arial, verdana, tahoma;
    vertical-align: baseline;
}
.thumbsup-stripe-badge .percent {
    box-shadow: none
}
.post-review .content-box {
    box-shadow: none
}
/*
.content-box ul li {
    list-style: none;
}
*/
ul.section_footer {
    border-top: 1px dashed #37517e;
    margin: 5px 0 10px !important;
    background: #fff;
    padding: 0px;
}

ul.section_footer li {
    background: #37517e;
    border: 1px solid #37517e;
    padding: 6px 10px;
    border-top: 0px;
    margin-right: 5px;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    list-style: none;
    float: left;
}

ul.section_footer li a {
    text-decoration: none;
}
.tago p.statss {
    float: right;
    color: #aaa;
    margin-bottom: 0;
    padding: 10px 0 0;
}

ul.section_footer li a {
    font-size: 13px;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

ul.section_footer li.edits-coupon {
    margin-right: 0px;
    float: right;
}

ul.section_footer li i {
    margin-top: 4px;
    color: #fff;
}
.content-box .box-holder {
    width: 100%;
    background: none;
    /*box-shadow: 0 1px 2px #d9dadb;*/
    float: left;
    margin-bottom: 10px;
}
.page-template-tpl-login .box-holder {
    padding: 25px;
}
.comments-box .comments > li {
    background: #fff
}
.comments-box h3 {
    margin: 15px;
}
#respond {
    margin-bottom: 20px;
}
.comments-box .reply {
    margin-bottom: 5px;
}
.comment-reply-link {
    background: #4CA837;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    margin-right: 3px;
}
.comment-reply-link:hover {
    color: #CCC!important;
}
#reply .box-holder{
    background-color: #FFF;
    padding-top: 5px;
}
/*.blog .content-box .box-holder {margin-bottom: 10px }*/
.tax-stores .content-box .box-holder {
    background: none;
    box-shadow: none;
}
.comments-box .comment-reply-link span {
    background-image: none;
    background: #37517e;
    padding: 5px 15px;
    height: 30px;
    line-height: 20px;
    text-shadow: none;
    color: #fff;
    font-weight: 400;
    border-radius: 3px;
}
.comments-box .comments {
    padding: 0 0px 15px;
}
.comments-box .items img.avatar {
    box-shadow: none;
}
.col-md-3.righty {
    padding-right: 0px;
}
.col-md-3.righty .thumbsup-vote {
    width: 115px;
    float: right;
}
.thumbsup-vote {
    box-shadow: none;
}
.header-section h1.title {
    margin-bottom: 10px;
    color: #222;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
}
.logos img {
    border: 0px !important;
    float: right;
}
.logos {
    border-right: 1px solid #ccc;
}
.section_content h2,
.submit_form.main_form legend {
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-size: 22px;
}

ul.tagg li.tagy i {
    margin-right: 5px;
    border-radius: 100%;
    background: #ebebeb;
    border: 1px solid #ccc;
    padding: 3px;
}

ul.tagg li.tagy a {
    background: #ebebeb;
    border: 1px solid #ccc;
    padding: 2px 5px;
    color: #555;
    font-size: 12px;
    border-radius: 3px;
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
}
.post-review.panel {
    margin: 0px;
    box-shadow: none;
}
.blog .text-box {
    font: inherit;
    padding: 0;
    margin: 10px 0;
}
.blog .text-box .text-footer {
    display: none;
}
#sidebar aside {
    background: #fff;
    box-shadow: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 15px;
    margin-top: 15px;
}
#sidebar aside h2 {
    font-size: 20px;
    border-bottom: 1px dashed #ccc;
    display: block;
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: bold;
    font-family: inherit;
}
.sidebox .sidebox-heading,
.sidebox {
    background: #fff;
}
.sidebox {
    padding: 0 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0px;
}
.sidebox .sidebox-heading h2,
.sidebox .sidebox-heading h2 a.rsswidget {
    font-weight: bold;
    line-height: 1.12em;
    font-size: 17px;
    margin-bottom: 0;
    padding-top: 6px;
    text-transform: none;
    color: #444;
    position: relative;
    padding: 10px 0;
}
#sidebar .box .list li a,
#sidebar .sidebox .list li a {
    font-size: 13px;
    padding-left: 15px;
}
#sidebar .list li,
#sidebar .coupon-cats-widget li {
    padding: 10px 0 10px 15px;
}
#sidebar .coupon-ticker .list li {
    padding-left: 0!important;
    color: #666;
}

.sidebox .sidebox-heading h2:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
}
.sidebox .sidebox-heading h2:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: #2DAACD;
}
/*-----------------------------------------------*/
/*	User Login Styling	*/
/*-----------------------------------------------*/
#topNav .nav-menu > li a:hover,
#topNav .nav-menu > li a:active,
#topNav .nav-menu > li a:link {
    background: none !important
}
.user_menu {
    z-index: 9999;
    height: 35px;
    text-align: left;
    display: inline-block;
}
.user_menu > a {
    display: block;
    position: relative;
}
.user_menu > a > img {
    margin: 0;
    margin-right: 25px;
    line-height: normal;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    height: 30px;
    width: 30px;
    margin-top: 4px;
}
.user_menu > span {
    color: #FFFFFF;
}
.user_menu > a {
    padding: 13px 20px 13px 45px;
    color: #FFFFFF;
    text-align: left;
}
.language.user_menu > a {
    padding: 13px 20px 13px 15px;
    margin-right: 20px;
}
.language.user_menu .dropdown-menu {
    text-align: center;
    min-width: 150px;
}
.user_menu > a:hover {
    text-decoration: none !important;
    color: initial;
    color: #fff;
}
.user_menu > a .fa {
    position: absolute;
    right: 0px;
}
#header-bar {
    height: 38px;
    line-height: 1em;
    text-align: right;
    background: #323232;
}
#header-bar .col-md-6 {
    padding: 0
}
.flatter-login-register {
    display: inline-block;
    vertical-align: top;
}
.flatter-login-register .btn {
    background: #fff;
    color: #333;
    font-weight: 300;
    margin-left: 3px;
    margin-top: 4px;
    padding: 5px 8px;
    height: 30px;
    border-radius: 3px;
    text-transform: none;
}
.flatter-login-register .btn-header-register {
    background: #fff;
}
.flatter-login-register .btn-header-login {
    background: #1abc9c;
}
.btn.btn-header-register {
    background: none;
    color: #fff;
}
.user_menu .dropdown-menu {
    padding: 10px;
    border: none;
    z-index: 1;
    min-width: 200px;
    margin-top: 3px;
    border-radius: 0 0 3px 3px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.user_menu.open > .dropdown-menu {
    opacity: 1;
}
.user_menu .dropdown-menu a,
.nav-menu > li > ul a {
    color: #222;
    width: 100%;
    display: block;
    line-height: 25px;
    border-radius: 3px;
    padding: 5px;
}
.user_menu .dropdown-menu a:hover {
    background: none;
    text-decoration: none;
    background: #ebebeb;
}
.user_menu .dropdown-menu i {
    font-size: 6px;
}
.user_menu .dropdown-menu ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.user_menu .dropdown-menu li {
    font-size: 13px;
    line-height: 22px;
    width: 100%;
}
.user_menu .dropdown-menu > img {
    float: right;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.flatter-social-media {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 2px 10px;
}
.flatter-social-media li {
    display: inline-block;
    font-size: 16px;
}
.flatter-social-media li a {
    color: #fffc;
    padding: 5px;
    display: inline-block;
    text-align: center;
}
.flatter-social-media li a:hover {
    color: #fff;
}
.add-new-items {
    display: inline-block;
    color: #2980b9;
    margin-top: 22px;
    text-transform: uppercase;
}
.add-new-items .fa {
    color: #59d4bc;
    margin-right: 15px;
}
.sidebox .sidebox-heading {
    background: none;
}
.coupona .col-md-5 {
    width: 100%;
    margin: 0px auto;
    padding-left: 0px;
    padding-right: 0px;
}
.reporto {
    margin-top: 20px;
    color: #f84949;
}
#content .text-footer:before,
#content .text-footer {
    background: none;
}
.content-box .item-holder {
    background: inherit;
    border: none;
    box-shadow:none;
}
#main .content-box .coupon, #content-fullwidth .content-box .coupon {
    padding: 0px;
    background-color: #FFF;
    border: 1px solid #DEDBD1;
    margin-bottom: 15px;
}
.content-box .coupon .comments-list {
    display: none;
}
.content-box .coupon .item-footer {
    padding-bottom: 15px;
}
.content-box .coupon .item-content .more {
    color: #4CA837;
}
.content-box .coupon .item-content .more:hover {
    color: #71AD15;
}

.single-coupon .coupon .header-section .discout_tag {
    position: absolute;
    left: -190px!important;
    top: 0!important;
    padding: 10px 7px!important;
    -webkit-transform: none;
    transform: none;
}
.related_coupons .coupon_listing-title a {
    color: #314555!important;
    font-weight: normal;
}
.related_coupons .coupon_listing-title a:hover{
    color: #4CA837!important;
}
.coupon_listing:hover {
    border-top: solid 1px #4CA837!important;
}
.related-price-field {
    overflow: hidden;
    text-align: center;
    float: left;
    background: #fff9f4;
    width: 150px;
    position: inherit;
    margin-top: 10px;
}
.related-price-field span.related-discount-value:before {
    content: " ";
    width: 0;
    height: 0;
    border-color: transparent #fff9f4 transparent transparent;
    border-style: solid;
    border-width: 30px 7px 0 0;
    position: absolute;
    top: 0;
    left: 72px;
}
.related-price-field span.related-discount-value {
    margin: 0;
    width: 53%;
    background: #6ABE59;
    float: left;
    color: #fff;
    font-weight: bold;
    position: relative;
}
.related-price-field span.related-regular-price {
    color: #999;
}
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    margin-left: 2px;
    color: #4CA837;
    cursor: pointer;
}
.content-readmore {
    overflow: hidden;
}
.readmore-link {
    color: #4CA837;
    margin: 10px 0px;
    font-weight: 400;
    line-height: 48px;
}
.readmore-link:hover {
    text-decoration: underline;
}
.content-box h2.stores, .content-box h2.categories {
    background:none;
    color: #4CA837;
    border: none;
    border-bottom: 1px solid #EBEBEB;
    line-height: 1.2125em;
    font-size: 1.8em;
    padding-top: 5px;
}
.content-box ul.stores, .content-box ul.categories {
    display: block;
}
.content-box ul.stores li, .content-box ul.categories li{
    padding: 0px 0px 10px 0px;
    margin-right: 20px;
    color: grey;
    width: 100%;
    overflow: hidden;
    
}
.content-box ul.stores li {
    width: 15%;
}
.content-box ul.stores li a, .content-box ul.categories li a {
    padding: 0px;
   
}
.content-box ul.categories li a{
    font-weight: bold;
}
.content-box ul.sub-categories {
    margin: 10px 0 0 20px;
    padding: 0;
    list-style: none;
    display:table;
    width: 100%;
}
.content-box ul.sub-categories li {
    vertical-align: middle;
    display: table-cell;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 25%;
    margin-right: 0px;
    white-space: nowrap;
}
.content-box ul.sub-categories li a{
    font-weight: normal;
}
.content-box ul.sub-categories li::before {
    content: '\f114';
}
.coupon .store-image .item-cover {
    background-position: center top;
    background-size: auto 100%;
    height: 150px;
    min-height: 150px;
}
.discout_tag {
    transform: none!important;
    -webkit-transform: none!important;
    padding: 14px 5px !important;
    top: 2px!important;
    left: 2px!important;
}
.item-holder:hover .discout_tag,
.box-holder:hover .head .discout_tag{
	transform: none!important;
}
.footer-top-area {
    border-color: #fff;
}
#colorbox .comment-form .box-holder {
    overflow: hidden;
}
#colorbox .comment-form label, #colorbox .comment-form p {
    text-align: start;
}
#colorbox .comment-form input[type="text"], #colorbox .comment-form input[type="email"], #colorbox .comment-form input[type="url"] {
    width: 90%!important;
}
#colorbox .comment-form button:hover, #colorbox .comment-form button:focus, #colorbox .comment-form button:active {
    background-color: #4CA837!important;
    color: #EEE;
}

.content-box .item-meta .calendar {
    padding-top: 5px;
    font-size: 90%;
}
.comments-box, #comments .box-holder{
    background-color: #FFF;
    padding: 10px;
}
.comments-box h3.dotted {
    border-bottom: 1px dashed #ccc;
    margin: 15px 0;
}

.comments .comment-metadata a{
    color: #666;
    font-size: 90%;
    padding-left: 5px;
}
.comments .comment-content {
    padding: 20px;
}

.coupon-category .childcats li {
    margin-left: 15px;
    margin-top: 5px;
}
.single-coupon .section_content ul{
    margin-left: 20px;
    margin-bottom: 1rem;
}
.single-coupon .section_content ul li{
    list-style: disc;
}
.single-coupon .section_content ul.tagg li{
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 3px;
}
.blog .text-box .text-footer, .box-holder .text-footer{
    clear: both;
}
.featured-stores-widget .list {
    overflow: hidden;
    text-align: center;
}
.featured-stores-widget .list li{
    width: auto;
    float: left;
    margin-left: 30px;
}
.featured-stores-widget .list img{
    max-width: 120px;
    max-height: 120px;
}
.featured-stores-widget .list img:hover {
    opacity: .75;
}
.wp-block-rank-math-toc-block {
    border: 1px dashed #666;
	border-radius: 5px;
	padding: 10px;
	margin: 15px 10px;
	background-color: #f9f9f9;
}
.wp-block-rank-math-toc-block ul {
    list-style-type: decimal !important;
}
.wp-block-rank-math-toc li {
    color: #93003f;
}
#sidebar .widget ul li {
    display: block;
	
}
.rank-math-block {
	border: 1px dotted #000;
	padding: 10px;
	margin: 30px 10px;
}
.rank-math-howto-description {
    font-size: 18px;
	text-align: center;
	width: 220px;
    margin-top: -25px;
    background: #fff;
}