/*
 Theme Name:   	CouponXxL
 Theme URI:    	http://www.themeforest.net/user/pebas/couponxxl
 Author:       	PowerThemes
 Author URI:     http://www.themeforest.net/user/pebas
 Description:  	CouponXxL is the perfect theme for any kind of coupon, deals & discounts related site. Make your choice simple. Go Big Go XxL!
 Version:      	1.8
 License:        GNU General Public License version 3.0
 License URI:    http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  	couponxxl
 Tags:         	white
 ======
 Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
 ======
 =====
 Table of Contents:
 0.      Overall & common styling
 - alerts and infos common
 - images common
 - input group common
 - checkbox -this styling is used everywhere but on search page
 - price showing common
 - input fields description
 - hide classes
 - remove margin class
 - shortcodes
 ---accordion
 ---tabs
 .--.    Common layout styling
 - override bootstrap container width
 - white block common
 - page title common
 1.      Header Styling
 - account list
 - input keyword suggestion
 - home search version
 - navigation
 ---bootstrap override
 2.      Deal & Coupon Boxes
 3.      Slider sytling
 - slider loader
 - home featured slider
 - featured slider -search page
 4.      Category box styling
 5.      Location box styling
 6.      Widgets sidebar styling
 - subscribe
 - staff picks
 ---coupon list wrap
 - popular stores
 - social follow us -used on single offer, store single sidebar & regular widget
 - payments
 - categories -shortcode
 - search widget -search page -single store
 ---map
 ---map infobox and markers
 - filter
 - widget categories
 - locations widget
 - single offer sidebar
 - recommend thumbs
 - if page title
 - single store
 - contact page widget
 7.      Blog styling
 - blog single
 - tag list used on blog single and single offer
 8.      Pagination
 9.      Register box styling
 10.     Modals styling
 - coupon modal
 - filter modal -search page
 - payment gateways
 - store explanation
 - modal responsiveness
 11.     Comments
 - disqus comments
 12.     Single offer style
 - single coupon page
 13.     Contact Page
 14.     My Cart
 - below cart -total & -buttons
 - checkout
 - checkout template
 15.     My Profile
 - my profile table
 - edit coupons, deals & agents
 - offer creating steps
 - credits packages
 - dashboard
 - time picker
 - buyer my profile
 16.     All Categories
 - all stores
 17.     Footer & Copyrights
 - widget footer
 18.     Other
 -error 404
 -inner pages
 ===.    Wordpress core styles
 19.     Responsiveness
 - min widths
 - max widths
 - firefox hack to correct image issues
 - ie hacks to correct popular stores issues
 23.     Print
 ====
 */
/* =0. Overall & common styling
 ---------------------------------------------------------- */
html {
  font-size: 16px; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: #f3f3f3;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #4a4a4a;
  -webkit-font-smoothing: antialiased; }

h4 + a:hover {
  text-decoration: underline; }

a {
  font-size: 14px;
  font-size: 0.875rem;
  transition: all 0.3s ease-in-out; }

a:hover, a:focus, a:active {
  outline: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }

.btn, input[type="submit"] {
  padding: 8px 36px;
  background-color: #4caf50;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  transition: all 0.3s ease-in-out; }
  .btn:hover, input[type="submit"]:hover, .btn:active, input[type="submit"]:active, .btn:focus, input[type="submit"]:focus {
    box-shadow: none;
    background-color: #439a46;
    color: #fff;
    outline: 0; }
  .btn:hover, input[type="submit"]:hover {
    transition: all 0.3s ease-in-out; }

button {
  outline: 0; }

i[class^='pline'] {
  font-size: 18px;
  font-size: 1.125rem;
  vertical-align: middle;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.form-control, input, select {
  position: relative;
  padding: 8px 15px;
  height: 38px;
  background-color: #f3f3f3;
  background-clip: padding-box;
  border: 1px solid #f1f1f1;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #515151;
  outline: 0; }
  .form-control:hover, input:hover, select:hover {
    box-shadow: none;
    outline: 0; }
  .form-control:active, input:active, select:active, .form-control:focus, input:focus, select:focus {
    border: 1px solid #f1f1f1;
    box-shadow: none;
    outline: 0; }

textarea, textarea.form-control {
  padding-left: 3rem;
  min-height: 145px;
  background-clip: padding-box; }

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

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #777; }

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #777; }

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

label {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer; }
  label:hover {
    text-decoration: underline; }
/* -alerts and infos common*/
.required {
  margin-left: 0.1rem;
  color: #f45623; }

.alert {
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #646464; }

small.error {
  padding-left: 2px;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #f45623; }
/* -images common*/
img {
  max-width: 100%;
  height: auto; }
/* -input group common*/
.input-group {
  margin-bottom: 15px;
  width: 100%; }
  .input-group label {
    margin-bottom: 5px;
    cursor: default;
    color: #7d7d7d; }
    .input-group label:hover {
      text-decoration: none; }
  .input-group input {
    padding-left: 3rem; }
    .input-group input[type="password"] {
      margin-bottom: 1rem; }
  .input-group i {
    position: absolute;
    top: 37px;
    left: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #777;
    z-index: 2; }
  .input-group .checkbox {
    margin-top: 0; }
    .input-group .checkbox label {
      padding-left: 3px; }
    .input-group .checkbox input[type="checkbox"], .input-group .checkbox input[type="radio"] {
      height: auto; }

.btn.register-form {
  margin: 0.5rem 0 0;
  width: 100%; }

.social_connect_ui .comment-form-social-connect {
  margin: 1rem 0 0; }
  .social_connect_ui .comment-form-social-connect label {
    font-size: 16px;
    font-size: 1rem;
    color: #4a4a4a; }
  .social_connect_ui .social_connect_form {
    margin-top: 0.3rem; }
  .social_connect_ui .social_connect_form a {
    margin-right: 0.2rem;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1; }
    .social_connect_ui .social_connect_form a i {
      width: 28px; }
      .social_connect_ui .social_connect_form a i[class*='facebook'] {
        color: #3b5998; }
      .social_connect_ui .social_connect_form a i[class*='twitter'] {
        color: #00aced; }
      .social_connect_ui .social_connect_form a i[class*='google'] {
        color: #dd4b39; }
      .social_connect_ui .social_connect_form a i[class*='instagram'] {
        color: #6545c4; }
      .social_connect_ui .social_connect_form a i[class*='rss'] {
        color: #e86324; }
/* -checkbox -this styling is used everywhere but on search page*/
.checkbox input[type="checkbox"] {
  visibility: hidden; }

.checkbox label {
  position: relative;
  display: block;
  padding-left: 5px;
  width: 100%;
  color: #b0b0b0;
  line-height: 1.5; }
  .checkbox label:hover {
    cursor: pointer; }

.checkbox label::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  margin-left: -22px;
  width: 18px;
  height: 18px;
  background-color: #f3f3f3;
  border: 2px solid #c4c4c4;
  border-radius: 50%; }

.checkbox label:hover {
  text-decoration: underline; }

.checkbox input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 2px;
  margin-left: -20px;
  width: 10px;
  height: 10px;
  background-color: #4caf50;
  border-radius: 50%; }
/* -price showing common*/
.price {
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #ff5722; }
  .price span {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    text-decoration: line-through;
    color: #777; }
/* -input fields description*/
.description {
  font-size: 12px;
  font-size: 0.75rem;
  color: #b0b0b0; }
/* -hide classes*/
.bt-table, .featured-slider .home-featured-slider .category-shortcode-slider .locations-shortcode-slider, .deal-img-slider .slider-thumbs, .featured-slider {
  display: none; }
/* -remove margin class*/
.no-margin {
  margin: 0; }
/* -shortcodes*/
/* ---accordion*/
.panel-group {
  margin-bottom: 0.5rem; }
  .panel-group .panel {
    border: none; }
  .panel-group .panel .panel-heading {
    background-color: #f3f3f3;
    border: none;
    border-bottom: 2px solid #fff; }
    .panel-group .panel .panel-heading .panel-title a {
      display: block;
      color: #4a4a4a; }
      .panel-group .panel .panel-heading .panel-title a i {
        float: right;
        margin-top: 3px; }
  .panel-group .panel .panel-collapse .panel-body {
    background-color: #f3f3f3;
    border: none;
    -webkit-box-shadow: 0 1px 1px rgba(75, 75, 75, .05);
    -moz-box-shadow: 0 1px 1px rgba(75, 75, 75, .05);
    box-shadow: 0 1px 1px rgba(75, 75, 75, .05); }
/* ---tabs*/
.nav.nav-tabs {
  border: none; }
  .nav.nav-tabs li {
    margin: 0; }
  .nav.nav-tabs li.active a {
    background-color: #f3f3f3;
    border: none; }
    .nav.nav-tabs li.active a:hover {
      background-color: #f3f3f3; }
  .nav.nav-tabs li a {
    border: none;
    color: #4a4a4a; }
    .nav.nav-tabs li a:hover {
      background: #f8f8f8; }

.tab-content.shortcode {
  padding: 1rem;
  background-color: #f3f3f3; }

.page-template-page-tpl_home_page .page-content {
  padding: 2rem 0;
  background-color: transparent; }

.page-template-page-tpl_home_page h4 {
  display: inline-block;
  font-weight: 600; }

.page-content {
  padding: 2rem;
  background-color: #fff; }

.page-title {
  padding: 4.5rem 2rem; }
  .page-title h1 {
    margin: 0; }

.min-sales-opacity {
  display: block;
  opacity: 0.5;
  font-size: 12px;
  font-size: 0.75rem; }

.terms_conditions {
  margin-bottom: 1rem;
  padding: 1rem;
  max-height: 375px;
  overflow-y: scroll;
  border: 1px solid #f1f1f1; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #4a4a4a; }

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3; }

h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5; }

h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5; }

h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5; }

h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5; }

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

p {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #4a4a4a; }

small {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1; }

a {
  color: #4caf50;
  outline: 0; }
  a:hover {
    color: #4caf50; }
/* 1. Header Styling
 ------------------------------------------------------------------------------------- */
header {
  background-color: #fff; }
  header .top-bar {
    display: flex;
    padding: 20px 0;
    align-items: center; }
  header .top-bar .pull-left {
    display: flex;
    flex: 2.5; }
    header .top-bar .pull-left form {
      flex-basis: 65%;
      margin-left: auto; }
    header .top-bar .pull-left .logo {
      padding: 20px 0px 20px 0px; }
  header .top-bar .pull-right {
    flex: 2;
    margin-left: auto;
    text-align: right; }
  header .top-bar form {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-self: center; }
    header .top-bar form input {
      flex: 4;
      padding-left: 40px;
      width: 100%; }
    header .top-bar form i {
      position: absolute;
      top: 11px;
      left: 15px;
      font-size: 16px;
      font-size: 1rem;
      color: #919191; }
    header .top-bar form .btn {
      flex: 1;
      vertical-align: top;
      align-self: baseline; }
/* -account list*/
.account-list {
  margin: 0; }
  .account-list li {
    position: relative; }
  .account-list li a {
    color: #4caf50; }
    .account-list li a:last-child {
      color: #286eb5; }
    .account-list li a .count-items {
      position: absolute;
      display: inline-block;
      left: 13px;
      bottom: 1px;
      padding: 0;
      width: 17px;
      height: 17px;
      background-color: #ff5722;
      border: 1px solid #ff5722;
      border-radius: 50%;
      font-size: 11px;
      line-height: 1.3;
      color: #fff;
      text-align: center; }
    .account-list li a .count-items.no-cart-items {
      background-color: #fff;
      color: #ff5722; }
  .account-list li i {
    margin-right: 0.2rem;
    vertical-align: middle; }
  .account-list li.cart-items {
    margin-left: 2rem; }
    .account-list li.cart-items a {
      color: #4a4a4a; }
    .account-list li.cart-items a i {
      margin-right: 0.8rem; }
/* -input keyword suggestion*/
.keyword_suggest_stores {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 9; }
  .keyword_suggest_stores ul {
    margin: 0;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); }
  .keyword_suggest_stores ul li {
    border-bottom: 1px solid #f1f1f1; }
    .keyword_suggest_stores ul li:hover {
      background-color: rgba(40, 110, 181, 0.05); }
    .keyword_suggest_stores ul li a {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 1rem; }
    .keyword_suggest_stores ul li a img {
      width: 40px;
      border-radius: 50%; }
    .keyword_suggest_stores ul li .coupon-list-wrap {
      padding: 5px;
      width: 40px;
      height: 40px; }
    .keyword_suggest_stores ul li .coupon-list-wrap img {
      border: none;
      border-radius: 0; }
    .keyword_suggest_stores ul li .store-suggestion-info {
      margin-left: 0.7rem;
      text-align: left; }
    .keyword_suggest_stores ul li .store-suggestion-info h6 {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.2;
      color: #4a4a4a; }
/* -home search version*/
.home-search {
  position: relative;
  padding: 10rem 0;
  background-size: cover;
  z-index: 1; }
  .home-search::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1d1d1d;
    opacity: 0.6;
    z-index: -1; }
  .home-search form p {
    color: #fff;
    font-size: 16px;
    font-size: 1rem; }
    .home-search form p:nth-child(2) {
      font-size: 34px;
      font-size: 2.125rem;
      font-weight: 700; }
  .home-search form .search-input-wrapper {
    position: relative;
    margin: 1rem auto;
    width: 50%; }
    .home-search form .search-input-wrapper input {
      width: 100%;
      height: 44px;
      padding-left: 55px;
      background-color: transparent;
      font-size: 14px;
      font-size: 0.875rem;
      color: #fff; }
    .home-search form .search-input-wrapper input::-webkit-input-placeholder {
      color: #fff; }
    .home-search form .search-input-wrapper input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
    .home-search form .search-input-wrapper input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    .home-search form .search-input-wrapper input:-ms-input-placeholder {
      color: #fff; }
    .home-search form .search-input-wrapper i {
      position: absolute;
      top: 13px;
      left: 20px;
      color: #fff;
      font-size: 17px;
      font-size: 1.0625rem; }
    .home-search form .search-input-wrapper + .btn {
      min-width: 180px; }
/* navigation*/
.navigation {
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
  box-shadow: 0 4px 0 rgba(241, 241, 241, 0.8); }
  .navigation .navbar {
    margin: 0;
    background-color: transparent;
    border: none;
    min-height: 0; }
  .navigation .navbar .small-device-wrapper > ul li {
    margin: 0 1rem; }
    .navigation .navbar .small-device-wrapper > ul li:first-child {
      margin-left: 0; }
    .navigation .navbar .small-device-wrapper > ul li a {
      position: relative;
      padding: 0;
      font-weight: 600;
      color: #4a4a4a; }
      .navigation .navbar .small-device-wrapper > ul li a i {
        font-size: 10px;
        font-size: 0.625rem;
        color: #b0b0b0; }
      .navigation .navbar .small-device-wrapper > ul li a .menu-tooltip {
        position: absolute;
        top: -18px;
        right: -95%;
        padding: 2px 5px;
        background-color: #286eb5;
        border-radius: 4px;
        font-size: 10px;
        font-size: 0.625rem;
        line-height: 1.1;
        text-align: center;
        color: #fff;
        white-space: nowrap; }
        .navigation .navbar .small-device-wrapper > ul li a .menu-tooltip::before, .navigation .navbar .small-device-wrapper > ul li a .menu-tooltip::after {
          font-family: 'FontAwesome';
          content: '\f0d7';
          position: absolute;
          bottom: -9px;
          left: 6px;
          font-size: 14px;
          color: #286eb5; }
        .navigation .navbar .small-device-wrapper > ul li a .menu-tooltip:after {
          width: 100%;
          right: 0;
          left: auto;
          background-color: transparent;
          color: transparent; }
    .navigation .navbar .small-device-wrapper > ul li.open a {
      background-color: transparent; }
    .navigation .navbar .small-device-wrapper > ul li .dropdown-menu {
      left: -1rem;
      margin-top: 0;
      padding-top: 21px;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navigation .navbar .small-device-wrapper > ul li .dropdown-menu li {
        margin: 0;
        background-color: #fff; }
        .navigation .navbar .small-device-wrapper > ul li .dropdown-menu li a {
          padding: 0.4rem 1rem;
          background-color: #fff; }
          .navigation .navbar .small-device-wrapper > ul li .dropdown-menu li a:hover {
            background-color: #ebebeb; }
        .navigation .navbar .small-device-wrapper > ul li .dropdown-menu li:first-child {
          padding-top: 0.8rem; }
        .navigation .navbar .small-device-wrapper > ul li .dropdown-menu li:last-child {
          padding-bottom: 0.8rem; }
        .navigation .navbar .small-device-wrapper > ul li .dropdown-menu li ul li {
          margin: 0; }
        .navigation .navbar .small-device-wrapper > ul li .dropdown-menu li .dropdown-menu {
          top: -0.8rem;
          left: calc(100% + 1px);
          padding: 0; }
    .navigation .navbar .small-device-wrapper > ul li.mega_menu_li {
      position: initial;
      float: left; }
      .navigation .navbar .small-device-wrapper > ul li.mega_menu_li ul.mega_menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        padding-top: 21px;
        width: 78%;
        background-color: transparent;
        z-index: 10; }
        .navigation .navbar .small-device-wrapper > ul li.mega_menu_li ul.mega_menu li.widget {
          float: left;
          margin: 0;
          padding: 12px 0;
          width: 25%;
          height: 100%;
          background-color: #fff;
          border: none;
          -webkit-box-shadow: 4px 4px 0 rgba(70, 70, 70, 0.2);
          -moz-box-shadow: 4px 4px 0 rgba(70, 70, 70, 0.2);
          box-shadow: 4px 4px 0 rgba(70, 70, 70, 0.2); }
          .navigation .navbar .small-device-wrapper > ul li.mega_menu_li ul.mega_menu li.widget .widget-title {
            padding: 1rem 0; }
            .navigation .navbar .small-device-wrapper > ul li.mega_menu_li ul.mega_menu li.widget .widget-title h5 {
              margin: 0 2rem 0.5rem;
              font-size: 14px;
              font-size: 0.875rem;
              font-weight: 600; }
            .navigation .navbar .small-device-wrapper > ul li.mega_menu_li ul.mega_menu li.widget .widget-title::before {
              display: none; }
          .navigation .navbar .small-device-wrapper > ul li.mega_menu_li ul.mega_menu li.widget ul li {
            margin: 0.2rem 2rem; }
            .navigation .navbar .small-device-wrapper > ul li.mega_menu_li ul.mega_menu li.widget ul li a {
              font-weight: 400; }
              .navigation .navbar .small-device-wrapper > ul li.mega_menu_li ul.mega_menu li.widget ul li a .count {
                float: right; }
            .navigation .navbar .small-device-wrapper > ul li.mega_menu_li ul.mega_menu li.widget ul li:last-child a {
              color: #4caf50; }
            .navigation .navbar .small-device-wrapper > ul li.mega_menu_li ul.mega_menu li.widget ul li .label {
              display: none; }
          .navigation .navbar .small-device-wrapper > ul li.mega_menu_li ul.mega_menu li.widget.widget_couponxxl_banner {
            display: flex;
            align-items: center;
            padding: 0 25px 0 0;
            width: 37%; }
            .navigation .navbar .small-device-wrapper > ul li.mega_menu_li ul.mega_menu li.widget.widget_couponxxl_banner .widget-title {
              display: none; }
  .navigation.sticky-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: none;
    z-index: 99; }
  .navigation.sticky-nav .menu-tooltip {
    display: none; }
/* ---bootstrap override*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent; }
/* 2. Deal & Coupon Boxes
 ------------------------------------------------------------------------------------- */
.offer-box {
  margin-bottom: 2rem;
  background-color: #fff; }
  .offer-box .white-block-content {
    height: 150px;
    min-height: 0; }
  .offer-box.coupon-box .white-block-media {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px; }
    .offer-box.coupon-box .white-block-media .embed-responsive {
      padding: 0;
      height: auto; }
  .offer-box.coupon-box .white-block-content {
    height: 167px;
    min-height: 0; }
    .offer-box.coupon-box .white-block-content h6 {
      margin: 0.7rem 0; }
    .offer-box.coupon-box .white-block-content h6 a {
      font-size: 16px;
      font-size: 1rem;
      color: #4a4a4a; }
    .offer-box.coupon-box .white-block-content h6 a:hover {
      text-decoration: underline; }
    .offer-box.coupon-box .white-block-content .btn {
      position: relative;
      display: block;
      padding: 10px 36px 10px 56px; }
    .offer-box.coupon-box .white-block-content .btn i {
      position: absolute;
      top: -1px;
      left: -1px;
      padding: 12px 16px;
      height: 42px;
      background-color: #419645; }
    .offer-box.coupon-box .white-block-content .btn::before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-top: 21px solid #4a4a4a;
      border-left: 25px solid transparent;
      top: -1px;
      right: -1px;
      transition: all 0.3s ease-in-out; }
    .offer-box.coupon-box .white-block-content .btn::after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-bottom: 21px solid #79c57c;
      border-right: 25px solid transparent;
      top: -1px;
      right: -1px;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
      box-shadow: 0 0 3px rgba(0, 0, 0, .15);
      transition: all 0.3s ease-in-out; }
    .offer-box.coupon-box .white-block-content .btn:hover {
      background-color: #4caf50; }
    .offer-box.coupon-box .white-block-content .btn:hover::before {
      border-top: 35px solid #4a4a4a;
      border-left: 39px solid transparent;
      transition: all 0.3s ease-in-out; }
    .offer-box.coupon-box .white-block-content .btn:hover::after {
      border-bottom: 35px solid #79c57c;
      border-right: 39px solid transparent;
      transition: all 0.3s ease-in-out;
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .25);
      -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .25);
      box-shadow: 0 0 8px rgba(0, 0, 0, .25); }
  .offer-box.expired::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(243, 243, 243, 0.65); }
  .offer-box .white-block-content {
    padding: 1rem; }
  .offer-box .white-block-content .top-meta {
    font-size: 14px;
    font-size: 0.875rem;
    color: #777;
    line-height: 1; }
    .offer-box .white-block-content .top-meta i {
      margin-right: 5px;
      font-size: 13px;
      font-size: 0.8125rem;
      color: #aaa; }
  .offer-box .white-block-content h6 {
    margin: 0; }
    .offer-box .white-block-content h6 a {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400;
      color: #4a4a4a; }
    .offer-box .white-block-content h6 a:hover {
      text-decoration: underline; }

.deal-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem; }
  .deal-meta .price {
    flex-direction: row-reverse;
    align-items: baseline;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600; }
  .deal-meta .price span {
    margin-right: 0.5rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400; }
  .deal-meta .pull-left {
    margin-right: auto; }
  .deal-meta .pull-right {
    margin-left: auto;
    align-self: flex-end; }
  .deal-meta .view-cart, .deal-meta .add-to-cart {
    margin-top: 5px;
    padding: 6px 7px;
    background-color: #ebebeb;
    border-radius: 50%;
    color: #4caf50;
    line-height: 1; }
  .deal-meta .view-cart i, .deal-meta .add-to-cart i {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1; }
  .deal-meta .view-cart:hover, .deal-meta .add-to-cart:hover {
    background-color: #4caf50;
    color: #fff; }
  .deal-meta .view-cart.in-cart, .deal-meta .add-to-cart.in-cart, .deal-meta .view-cart.in-cart:hover, .deal-meta .add-to-cart.in-cart:hover {
    background-color: #4caf50;
    color: #fff; }
  .deal-meta .view-cart {
    margin-left: 0.4rem; }
/* 3. Slider styling
 ------------------------------------------------------------------------------------- */
.featured-slider-wrap {
  position: relative;
  /* -slider loader*/ }
  .featured-slider-wrap .owl-carousel .owl-stage.owl-grab .owl-item img {
    cursor: -webkit-grabbing; }
  .featured-slider-wrap .owl-carousel .owl-item li {
    margin: 0; }
    .featured-slider-wrap .owl-carousel .owl-item li img {
      float: right;
      max-width: 100%;
      width: auto;
      cursor: -webkit-grab; }
    .featured-slider-wrap .owl-carousel .owl-item li .white-block {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      padding: 0 90px 0 40px;
      width: 55%;
      background: -moz-linear-gradient(left, #fff 82%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(left, #fff 82%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, #fff 82%, rgba(255, 255, 255, 0) 100%); }
    .featured-slider-wrap .owl-carousel .owl-item li .white-block h2 {
      font-weight: 400;
      color: #4a4a4a; }
    .featured-slider-wrap .owl-carousel .owl-item li .white-block .countdown i {
      margin-right: 0.2rem;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1;
      color: #777; }
      .featured-slider-wrap .owl-carousel .owl-item li .white-block .countdown .deal-countdown {
        font-size: 14px;
        font-size: 0.875rem;
        color: #777; }
    .featured-slider-wrap .owl-carousel .owl-item li .white-block .deal-meta .pull-right {
      margin-left: 7rem; }
      .featured-slider-wrap .owl-carousel .owl-item li .white-block .deal-meta .price {
        font-size: 28px;
        font-size: 1.75rem;
        font-weight: 600; }
        .featured-slider-wrap .owl-carousel .owl-item li .white-block .deal-meta .price span {
          margin-right: 1rem; }
      .featured-slider-wrap .owl-carousel .owl-item li .white-block .deal-meta .add-to-cart {
        margin-right: 2rem; }
  .featured-slider-wrap .owl-carousel .owl-controls {
    position: absolute;
    bottom: 20px;
    right: 20px; }
    .featured-slider-wrap .owl-carousel .owl-controls .owl-nav {
      display: flex; }
    .featured-slider-wrap .owl-carousel .owl-controls .owl-nav .owl-prev, .featured-slider-wrap .owl-carousel .owl-controls .owl-nav .owl-next {
      display: inline-block;
      padding: 6px 12px;
      background-color: #fff;
      border-radius: 50%; }
    .featured-slider-wrap .owl-carousel .owl-controls .owl-nav .owl-prev i, .featured-slider-wrap .owl-carousel .owl-controls .owl-nav .owl-next i {
      font-size: 11px;
      font-size: 0.6875rem;
      color: #b0b0b0; }
    .featured-slider-wrap .owl-carousel .owl-controls .owl-nav .owl-prev {
      margin-right: 0.5rem; }
  .featured-slider-wrap .featured-slider-loader {
    height: 404px;
    background-color: #fff; }
  .featured-slider-wrap .featured-slider-loader i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 22px;
    font-size: 1.375rem;
    color: #4caf50;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
/* -home featured slider*/
.home-featured-slider .owl-stage.owl-grab img {
  cursor: -webkit-grabbing; }
  .home-featured-slider .owl-item {
    background-color: #1d1d1d; }
  .home-featured-slider .owl-item img {
    opacity: 0.4;
    cursor: -webkit-grab; }
  .home-featured-slider .slider-caption {
    position: absolute;
    bottom: 0;
    padding: 2rem 3rem;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff; }
  .home-featured-slider .slider-caption i.pline-clock {
    margin-right: 0.6rem;
    font-size: 14px;
    vertical-align: middle; }
  .home-featured-slider .slider-caption h2 {
    margin: 0.7rem 0;
    width: 88%; }
    .home-featured-slider .slider-caption h2 a {
      font-size: 32px;
      font-size: 2rem;
      font-weight: 700;
      color: #fff; }
  .home-featured-slider .slider-caption .deal-meta .price {
    font-size: 28px;
    font-size: 1.75rem;
    color: #fff; }
    .home-featured-slider .slider-caption .deal-meta .price span {
      margin-right: 0.8rem;
      color: #ccc; }
    .home-featured-slider .slider-caption .deal-meta .add-to-cart {
      background-color: transparent;
      border: 1px solid #fff;
      color: #fff; }
    .home-featured-slider .slider-caption .deal-meta .add-to-cart:hover {
      background-color: #fff;
      color: #4caf50; }
    .home-featured-slider .slider-caption .deal-meta .add-to-cart.in-cart {
      background-color: #fff;
      color: #4caf50; }
  .home-featured-slider .owl-nav div {
    position: absolute;
    top: 50%;
    left: 3rem;
    padding: 6px 11px;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #ccc;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out; }
    .home-featured-slider .owl-nav div i {
      font-size: 12px; }
    .home-featured-slider .owl-nav div.owl-next {
      left: auto;
      right: 3rem; }
    .home-featured-slider .owl-nav div:hover {
      background-color: #fff;
      color: #4caf50;
      transition: all 0.3s ease-in-out; }
/* -featured slider -search page*/
.page-template-page-tpl_search .featured-slider-wrap {
  margin-bottom: 2rem; }
/* 4. Category box styling
 ------------------------------------------------------------------------------------- */
.category-shortcode {
  display: flex;
  margin-bottom: 2.8rem;
  background-color: #fff;
  overflow: hidden; }
  .category-shortcode > a {
    position: relative;
    flex: 1 0 47%; }
  .category-shortcode .category-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat; }
  .category-shortcode .category-info h2 {
    display: none; }
  .category-shortcode .category-shortcode-slider {
    flex: 1 0 55%; }
  .category-shortcode.category-slider-two-columns > a {
    flex: 1 0 40%; }
    .category-shortcode.category-slider-two-columns > a .category-info {
      background-size: cover; }
  .category-shortcode.category-slider-two-columns .category-shortcode-slider {
    flex: 1 0 60%; }
  .category-shortcode.category-slider-two-columns .category-item-wrap {
    border-bottom: 1px solid #f1f1f1; }
    .category-shortcode.category-slider-two-columns .category-item-wrap:nth-child(-n + 3) {
      border-right: 1px solid #f1f1f1; }
    .category-shortcode.category-slider-two-columns .category-item-wrap:last-child {
      border-bottom: 1px solid #f1f1f1; }
    .category-shortcode.category-slider-two-columns .category-item-wrap:nth-child(n + 3) {
      border-bottom: none; }
    .category-shortcode.category-slider-two-columns .category-item-wrap h6 {
      height: 50px;
      overflow: hidden; }
  .category-shortcode .category-item-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 3rem 0.8rem 2rem;
    border-bottom: 1px solid #f1f1f1; }
  .category-shortcode .category-item-wrap:last-child {
    border: none; }
  .category-shortcode .category-item-wrap .category-item-title {
    display: flex;
    align-items: center; }
    .category-shortcode .category-item-wrap .category-item-title img {
      margin-right: 1rem;
      border: 3px solid #dadada;
      border-radius: 50%;
      max-width: 45px;
      max-height: 45px; }
    .category-shortcode .category-item-wrap .category-item-title h6 {
      font-weight: 400;
      color: #4a4a4a; }
    .category-shortcode .category-item-wrap .category-item-title h6:hover {
      text-decoration: underline; }
  .category-shortcode .category-item-wrap .category-item-meta {
    margin-left: auto; }
/* 5. Locations box styling
 ------------------------------------------------------------------------------------- */
.locations-shortcode {
  display: flex;
  background-color: #fff; }
  .locations-shortcode .locations-shortcode-slider {
    flex: 5;
    padding: 20px; }
  .locations-shortcode .locations-shortcode-slider .location-wrap i {
    margin-right: 0.3rem;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #aaa; }
    .locations-shortcode .locations-shortcode-slider .location-wrap a h6 {
      margin: 0.5rem 0;
      display: inline-block;
      font-weight: 400; }
  .locations-shortcode .location-map-image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 2.5; }
/* 6. Widgets sidebar styling
 ------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 1.3rem;
  padding: 1.2rem 1.7rem 1.7rem 1.7rem;
  background-color: #fff; }
  .widget:last-child {
    margin: 0; }
  .widget .widget-title {
    position: relative;
    padding: 0 0 0.7rem;
    color: #4a4a4a; }
  .widget .widget-title::before {
    display: none; }
  .widget .widget-title h5 {
    position: relative;
    margin-top: 0;
    font-weight: 600;
    line-height: 1.2;
    color: #4a4a4a; }
    .widget .widget-title h5::before {
      position: absolute;
      content: "";
      bottom: -0.9rem;
      left: -1.7rem;
      width: 50px;
      height: 1px;
      background-color: #dadada; }
    .widget .widget-title h5 a {
      font-size: 20px;
      font-size: 1.25rem;
      color: #4a4a4a; }
  .widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .widget ul li {
    margin: 7px 0;
    font-size: 14px;
    font-size: 0.875rem; }
    .widget ul li a {
      color: #4caf50; }
    .widget ul li a:hover {
      text-decoration: underline; }
    .widget ul li .comment-author-link a {
      color: #286eb5; }
  .widget ul.children, .widget ul.sub-menu {
    padding-left: 0.5rem; }
  .widget .subscribe {
    width: 100%; }
  .widget select {
    max-width: 100%; }
  .widget #wp-calendar {
    width: 100%; }
  .widget #wp-calendar a {
    font-size: 16px;
    font-size: 1rem; }
/* -subscribe */
.widget_couponxxl_subscribe .form-group {
  position: relative;
  margin-top: 1rem; }
  .widget_couponxxl_subscribe .form-group input {
    padding-left: 40px; }
  .widget_couponxxl_subscribe .form-group i {
    position: absolute;
    top: 11px;
    left: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #919191; }
  .widget_couponxxl_subscribe .alert {
    margin: 1rem 0 0;
    padding: 0.7rem 1rem; }
/* -staff picks*/
.widget_couponxxl_staff_picks .staff-pick-item {
  display: flex;
  align-items: center;
  margin: 0.5rem 0 1rem 0; }
  .widget_couponxxl_staff_picks .staff-pick-item:last-child {
    margin: 0; }
  .widget_couponxxl_staff_picks .staff-pick-item a {
    margin-right: 0.8rem; }
    .widget_couponxxl_staff_picks .staff-pick-item a img {
      max-width: 65px;
      border: 2px solid #f1f1f1;
      border-radius: 50%; }
    .widget_couponxxl_staff_picks .staff-pick-item a.coupon-list-wrap img {
      border: none;
      border-radius: 0; }
  .widget_couponxxl_staff_picks .staff-pick-details h6 {
    display: inline-block;
    margin: 0;
    line-height: 1.3; }
    .widget_couponxxl_staff_picks .staff-pick-details h6 a {
      margin: 0;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 400;
      color: #4a4a4a; }
    .widget_couponxxl_staff_picks .staff-pick-details h6 a:hover {
      text-decoration: underline; }
  .widget_couponxxl_staff_picks .staff-pick-details .price {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: baseline; }
    .widget_couponxxl_staff_picks .staff-pick-details .price span {
      margin-right: 0.5rem; }
/* ---coupon list wrap*/
.coupon-list-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 90px;
  height: 90px;
  border: 2px solid #f1f1f1;
  border-radius: 50%; }
  .coupon-list-wrap img {
    border: none;
    border-radius: 0; }
/* -popular stores*/
.widget_couponxxl_popular_stores .widget-title {
  padding: 0 0 2.5rem; }
  .widget_couponxxl_popular_stores ul {
    display: flex;
    flex-flow: row wrap;
    margin: -2rem -2.3rem -1rem; }
  .widget_couponxxl_popular_stores ul li {
    position: relative;
    display: flex;
    flex-basis: 50%;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 1.5rem; }
    .widget_couponxxl_popular_stores ul li::before {
      position: absolute;
      content: "";
      bottom: 0;
      left: 50%;
      height: 1px;
      width: 50px;
      background-color: #d8d8d8;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .widget_couponxxl_popular_stores ul li::after {
      position: absolute;
      content: "";
      top: 50%;
      right: 0;
      height: 40px;
      width: 1px;
      background-color: #d8d8d8;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .widget_couponxxl_popular_stores ul li:nth-last-child(-n+2)::before {
      display: none; }
    .widget_couponxxl_popular_stores ul li:nth-last-child(odd)::after {
      display: none; }
/* social follow us -used on single offer, coupon single offer, store single sidebar & regular widget*/
.widget:not(.widget_couponxxl_follow_us) .store-social-networks li {
  margin: 0;
  line-height: 1.42857; }

.widget_couponxxl_follow_us .store-social-networks li {
  margin: 0; }

.store-social-networks, .shop-logo + ul.store-social-networks {
  display: flex; }
  .store-social-networks li, .shop-logo + ul.store-social-networks li {
    margin: 0;
    line-height: 1; }
  .store-social-networks li a, .shop-logo + ul.store-social-networks li a {
    font-size: 32px;
    font-size: 2rem; }

.store-social-networks a i {
  width: 28px; }
  .store-social-networks a i[class*='facebook'] {
    color: #3b5998; }
  .store-social-networks a i[class*='twitter'] {
    color: #00aced; }
  .store-social-networks a i[class*='google'] {
    color: #dd4b39; }
  .store-social-networks a i[class*='instagram'] {
    color: #6545c4; }
  .store-social-networks a i[class*='rss'] {
    color: #e86324; }
  .store-social-networks a i[class*='envelope'] {
    color: #e86421; }
/* -payments*/
.col-sm-4 .widget_couponxxl_payments ul, .widget_couponxxl_payments ul {
  display: flex; }
  .col-sm-4 .widget_couponxxl_payments ul li, .widget_couponxxl_payments ul li {
    margin-right: 0.7rem; }
  .col-sm-4 .widget_couponxxl_payments ul li a img, .widget_couponxxl_payments ul li a img {
    border-radius: 3px; }
/* -categories -shortcode*/
.page-content .shortcode-categories, .shortcode-categories {
  margin: 0; }
  .page-content .shortcode-categories li, .shortcode-categories li {
    margin: 0; }
  .page-content .shortcode-categories li a, .shortcode-categories li a {
    position: relative;
    display: block;
    padding: 12px 20px;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    color: #4a4a4a; }
  .page-content .shortcode-categories li a:hover, .shortcode-categories li a:hover {
    background-color: #eee; }
  .page-content .shortcode-categories li a .label, .shortcode-categories li a .label {
    margin-left: 0.3rem;
    padding: 0em 0.6em 0.1em;
    background-color: #ff5722;
    border-radius: 0;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 400; }
  .page-content .shortcode-categories li:last-child a, .shortcode-categories li:last-child a {
    border: none; }
/* -search widget -search page -single store*/
/* ---map*/
.page-template-page-tpl_search .show-map, .single-store .show-map {
  height: 110px;
  overflow: hidden; }
  .page-template-page-tpl_search .show-map .trigger-text, .single-store .show-map .trigger-text {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 10px 15px;
    background-color: #fff;
    font-size: 13px; }
  .page-template-page-tpl_search .show-map .trigger-text i, .single-store .show-map .trigger-text i {
    margin-left: 0.5rem;
    font-size: 11px;
    color: #4a4a4a; }

.big-map-holder {
  position: relative; }

.search-map {
  position: relative; }
  .search-map #map-markers {
    margin-bottom: 2rem;
    height: 450px; }
  .search-map .hide-map {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 10px 15px;
    background-color: #fff;
    font-size: 12px;
    z-index: 2; }
  .search-map .hide-map i {
    margin-right: 0.5rem;
    font-size: 11px;
    color: #4a4a4a; }
  .search-map + .white-block .white-block-content {
    padding: 1rem 2rem; }
/* ---map inofobox and markers*/
.infoBox {
  max-width: 460px;
  max-height: 122px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff; }
  .infoBox > img {
    display: none;
    top: 21px;
    right: 0px;
    width: 16px;
    height: 18px;
    opacity: 0;
    z-index: 2; }
  .infoBox:after {
    display: none;
    position: absolute;
    top: 25px;
    right: 6px;
    content: '\f00d';
    font-family: 'FontAwesome';
    color: #b0b0b0;
    cursor: pointer;
    z-index: 1; }
  .infoBox .info-box-markers-list {
    margin: 0; }
  .infoBox .deal-info-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0.3rem;
    width: 100%;
    background-color: #fff; }
  .infoBox .deal-info-wrap a {
    margin-right: 1rem;
    flex: 1; }
  .infoBox .deal-info-wrap a img {
    max-width: 100%; }
  .infoBox .deal-info-wrap .deal-info {
    flex: 5; }
  .infoBox .deal-info-wrap .deal-info h6 {
    margin: 0;
    line-height: 1; }
  .infoBox .deal-info-wrap .deal-info h6 a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #4a4a4a; }
  .infoBox .deal-info-wrap .deal-info h6 a:hover {
    text-decoration: underline; }
  .infoBox .deal-info-wrap .deal-info .deal-meta .price {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600; }
  .infoBox .deal-info-wrap .deal-info .deal-meta .price span {
    font-size: 11px;
    font-size: 0.6875rem; }
  .infoBox .deal-info-wrap .deal-info .pull-right a {
    position: relative;
    right: 15px;
    bottom: 7px; }
  .infoBox .deal-info-wrap .deal-info .pull-right a i {
    font-size: 13px; }
  .infoBox::-webkit-scrollbar {
    width: 0.2rem; }
  .infoBox::-webkit-scrollbar-track {
    background-color: transparent; }
  .infoBox::-webkit-scrollbar-thumb {
    background-color: #b0b0b0; }
/* -filter*/
.widget_couponxxl_filter {
  position: relative;
  padding: 1.5rem; }
  .widget_couponxxl_filter .overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1; }
  .widget_couponxxl_filter .reset-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1.5rem;
    padding: 0.6rem 1rem;
    background-color: #f0c5c5;
    color: #8b4445; }
  .widget_couponxxl_filter .reset-search:hover {
    background-color: #e9a9a9; }

div[class*="filter"] {
  margin-bottom: 1.5rem; }
  div[class*="filter"] .widget-title {
    padding-bottom: 1.7rem; }
  div[class*="filter"] .widget-title h4 {
    position: relative;
    margin: 0;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600; }
  div[class*="filter"] .widget-title h4::before {
    position: absolute;
    content: "";
    bottom: -0.8rem;
    left: -1.5rem;
    width: 50px;
    height: 1px;
    background-color: #dadada; }
  div[class*="filter"] .widget-title:last-child {
    margin-bottom: 0; }
  div[class*="filter"] ul {
    margin: 0; }
  div[class*="filter"] ul li {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row wrap; }
  div[class*="filter"] ul li input {
    height: auto; }
  div[class*="filter"] ul li input[type="checkbox"], div[class*="filter"] ul li input[type="radio"] {
    margin: 0 0.5rem 0 0; }
  div[class*="filter"] ul li .count {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 11px;
    color: #919191; }
  div[class*="filter"] ul li .count > .count {
    position: relative;
    top: 0; }
  div[class*="filter"] ul li a {
    color: #4a4a4a; }
  div[class*="filter"] ul li.current > a {
    font-weight: 600; }
  div[class*="filter"] ul li ul {
    flex-basis: 100%;
    padding-left: 20px; }

.show-all a {
  color: #4caf50; }
  .show-all a:hover {
    text-decoration: underline; }
/* -widget categories*/
.widget_couponxxl_categories {
  padding-bottom: 1rem; }
  .widget_couponxxl_categories .offer-cat-filter li {
    position: relative;
    color: #4a4a4a; }
  .widget_couponxxl_categories .offer-cat-filter li a {
    color: #4a4a4a; }
  .widget_couponxxl_categories .offer-cat-filter li .count {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    color: #b0b0b0; }
  .widget_couponxxl_categories .offer-cat-filter li:last-child a {
    color: #4caf50; }
  .widget_couponxxl_categories .offer-cat-filter li .label {
    margin-left: 0.3rem;
    padding: 0em 0.6em 0.1em;
    background-color: #ff5722;
    border-radius: 0;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 400; }
/* -locations widget*/
.location-wrap a h6 {
  line-height: 1;
  color: #4a4a4a; }
  .location-wrap a h6:hover {
    text-decoration: underline; }
/* -single offer sidebar*/
.single-offer .widget:not(.widget_couponxxl_staff_picks) {
  padding: 1rem 2rem; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) h5 {
    font-size: 16px;
    font-weight: 600;
    color: #4a4a4a; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .quantity {
    display: flex;
    font-size: 14px;
    font-size: 0.875rem; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .quantity .pull-right {
    margin-left: auto;
    font-weight: 600;
    color: #4a4a4a; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .quantity .pull-right i {
    margin-right: 0.1rem;
    color: #919191; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .deal-single-price .price {
    flex-flow: row nowrap;
    align-items: baseline;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 700; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .deal-single-price .price span {
    margin-left: 0.5rem;
    font-size: 16px;
    font-size: 1rem; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .deal-single-price .price span.store-explanation {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none; }
    .single-offer .widget:not(.widget_couponxxl_staff_picks) .deal-single-price .price span.store-explanation a {
      margin: 0 0.15rem; }
      .single-offer .widget:not(.widget_couponxxl_staff_picks) .deal-single-price .price span.store-explanation a:hover {
        text-decoration: underline; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .deal-single-add-to-cart, .single-offer .widget:not(.widget_couponxxl_staff_picks) .coupon-button {
    margin: 1rem 0 1.5rem; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .deal-single-add-to-cart a, .single-offer .widget:not(.widget_couponxxl_staff_picks) .coupon-button a {
    width: 100%;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .deal-single-add-to-cart {
    margin: 1rem 0 0; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .deal-single-value {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .deal-single-value li {
    font-weight: 600;
    color: #4a4a4a; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .deal-single-value li p {
    margin-bottom: 5px;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    color: #a7a7a7; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .groupon-info h5 a {
    color: #ff5722; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .groupon-info h5 a:hover {
    text-decoration: underline; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .countdown {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
    padding: 1rem;
    background-color: #f3f3f3; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .countdown i {
    align-self: flex-end;
    margin-right: 1rem;
    font-size: 20px;
    line-height: 1.6;
    color: #777; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .countdown .kkcountdown-box {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 600;
    color: #4a4a4a; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .deal-in-short {
    margin-bottom: 1rem; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .deal-in-short h5 {
    font-size: 16px;
    font-weight: 600; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .deal-in-short + h5 {
    margin-bottom: 0.5rem; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .shop {
    display: flex;
    align-items: center;
    margin-top: 1rem; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .shop a img {
    max-width: 90px; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .shop .pull-right {
    margin-left: auto; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .shop .pull-right a {
    color: #4a4a4a; }
  .single-offer .widget:not(.widget_couponxxl_staff_picks) .shop .pull-right a:hover {
    color: #4a4a4a;
    text-decoration: underline; }
/* -recommended thumbs*/
.recommended-thumbs-section {
  margin-top: -10px;
  padding: 1rem 0; }
  .recommended-thumbs-section .container {
    padding: 0; }

.thumbs-wrap {
  display: flex;
  align-items: center;
  color: #7d7d7d; }
  .thumbs-wrap .thumb-recommended {
    margin-right: 0.5rem;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #4caf50; }
  .thumbs-wrap strong {
    margin: 0 0.5rem; }
  .thumbs-wrap .thumb-actions {
    margin-left: 1rem; }
  .thumbs-wrap .thumb-actions a {
    margin-right: 0.5rem;
    font-size: 24px;
    font-size: 1.5rem;
    color: #4caf50; }
  .thumbs-wrap .thumb-actions a:last-child {
    color: #ff5722; }
  .thumbs-wrap .thumb-actions a:last-child i {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  .thumbs-wrap .thumb-actions a:hover i {
    opacity: 0.6; }
/* -if page title */
.style-image {
  margin-bottom: 4rem;
  background-size: cover; }
  .style-image h1 {
    color: #fff; }
  .style-image .recommended-thumbs-section {
    padding: 1rem 0; }
  .style-image .recommended-thumbs-section .container {
    padding: 0; }
  .style-image .recommended-thumbs-section .thumbs-wrap {
    color: #fff; }
  .style-image .recommended-thumbs-section .thumbs-wrap span, .style-image .recommended-thumbs-section .thumbs-wrap .thumb-actions a {
    color: #fff; }
  .style-image .recommended-thumbs-section .thumbs-wrap span i, .style-image .recommended-thumbs-section .thumbs-wrap .thumb-actions a i {
    opacity: 1; }
  .style-image .recommended-thumbs-section .thumbs-wrap span:hover i, .style-image .recommended-thumbs-section .thumbs-wrap .thumb-actions a:hover i {
    opacity: 0.7; }
/* -single store*/
.single-store .col-md-3 .white-block {
  display: flex;
  flex-flow: column nowrap;
  padding: 1rem 1.5rem; }
  .single-store .col-md-3 .white-block .shop-logo {
    display: flex;
    justify-content: center;
    align-items: center; }
  .single-store .col-md-3 .white-block .widget-title {
    padding: 2rem 0; }
  .single-store .col-md-3 .white-block .widget-title h5 {
    position: relative;
    font-weight: 600; }
  .single-store .col-md-3 .white-block .widget-title h5::before {
    bottom: -1.2rem;
    left: -1.5rem; }
  .single-store .col-md-3 .white-block .btn {
    margin: 1rem -1.3rem;
    padding: 6px 36px;
    background-color: #f8f8f8;
    color: #4a4a4a; }
  .single-store .col-md-3 .white-block .btn:hover, .single-store .col-md-3 .white-block .btn:active, .single-store .col-md-3 .white-block .btn:focus {
    box-shadow: none;
    background-color: #e8e8e8;
    color: #fff;
    outline: 0; }
  .single-store .col-md-3 .white-block .btn:hover, .single-store .col-md-3 .white-block .btn:focus, .single-store .col-md-3 .white-block .btn:active {
    background-color: #f8f8f8;
    color: #4a4a4a;
    text-decoration: underline; }
  .single-store .col-md-3 .white-block .store-social-networks {
    justify-content: center; }
  .single-store .col-md-3 .white-block .store-type-filter ul {
    display: flex;
    flex-flow: column wrap; }
  .single-store .col-md-3 .white-block .store-type-filter ul li {
    margin: 0.3rem 0; }
    .single-store .col-md-3 .white-block .store-type-filter ul li input {
      height: auto; }
/* -contact page widget*/
.page-template-page-tpl_contact .white-block .white-block-content {
  background-color: #fff; }
  .page-template-page-tpl_contact .white-block h6 {
    margin: 0 0 2rem;
    font-weight: 600;
    color: #4a4a4a; }
  .page-template-page-tpl_contact .white-block p {
    margin-bottom: 1.5rem; }
  .page-template-page-tpl_contact .white-block p i {
    margin-right: 0.5rem;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1px; }
  .page-template-page-tpl_contact .white-block p a:hover {
    text-decoration: underline; }
  .page-template-page-tpl_contact .white-block .contact-widget-wrap {
    margin-bottom: 1.5rem; }
  .page-template-page-tpl_contact .white-block .contact-widget-wrap h6 {
    margin-bottom: 1rem; }
  .page-template-page-tpl_contact .white-block .contact-widget-wrap:nth-child(2) {
    margin-bottom: 0; }
  .page-template-page-tpl_contact .white-block .contact-widget-wrap:nth-child(2) h6 {
    margin: 0 0 0.6rem; }

.blog .white-block .white-block-media img {
  display: block;
  margin: 0 auto; }
/* 7. Blog styling
 ------------------------------------------------------------------------------------- */
.blog-item {
  position: relative;
  margin-bottom: 1.5rem;
  background-color: transparent;
  overflow: hidden; }
  .blog-item .sticky {
    position: absolute;
    top: -30px;
    right: -30px;
    padding: 38px 19px;
    width: 80px;
    height: 79px;
    background-color: #ff6a3c;
    border-radius: 50%;
    color: #fff;
    z-index: 2; }
  .blog-item .sticky i {
    font-size: 22px;
    font-size: 1.375rem; }
  .blog-item .blog-item-content {
    position: relative;
    padding: 1.5rem;
    background-color: #fff;
    overflow: hidden; }
  .blog-item .blog-item-content a {
    display: inline-block; }
  .blog-item .blog-item-content a:hover {
    text-decoration: none; }
  .blog-item .blog-item-content .blog-title {
    display: block;
    color: #4a4a4a; }
  .blog-item .blog-item-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }
  .blog-item .blog-item-content .read-more {
    float: right;
    font-size: 16px;
    font-size: 1rem;
    color: #4caf50; }
  .blog-item .blog-item-content .read-more:hover {
    text-decoration: underline; }
/* -blog single*/
.single-post .white-block .white-block-media {
  padding: 0.5rem;
  background-color: #fff; }
  .single-post .white-block .white-block-media img {
    display: block;
    margin: 0 auto; }
  .single-post .white-block .white-block-content {
    display: flex;
    flex-flow: row nowrap;
    padding: 2rem 2rem 2rem 0;
    background-color: #fff; }
  .single-post .white-block .white-block-content .left-single {
    flex: 2.4;
    padding: 0 2rem; }
  .single-post .white-block .white-block-content .left-single .blog-title {
    padding: 1rem 0.5rem;
    background-color: #f3f3f3;
    text-align: center; }
  .single-post .white-block .white-block-content .left-single .blog-title .month-day {
    text-transform: uppercase; }
  .single-post .white-block .white-block-content .left-single .blog-title .day {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 600; }
  .single-post .white-block .white-block-content .right-single {
    max-width: 80%;
    flex: 15; }
  .single-post .white-block .white-block-content .right-single h1 {
    margin-top: -6px; }
  .single-post .white-block .white-block-content .right-single .blog-meta {
    margin-bottom: 2rem;
    color: #b0b0b0; }
  .single-post .white-block .white-block-content .right-single .blog-meta a {
    color: #4a4a4a; }
    .single-post .white-block .white-block-content .right-single .blog-meta a:hover {
      text-decoration: underline; }
  .single-post .white-block .white-block-content .right-single p {
    margin-bottom: 1.7rem;
    font-size: 16px;
    font-size: 1rem; }
  .single-post .white-block .white-block-content .right-single p + p img {
    margin-top: -0.4rem; }
  .single-post .comments h2 + h3 {
    padding: 0; }
/* -tag list used on blog single and single offer*/
.blog-tags, .tags-list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  padding: 1.5rem 0 0;
  border-top: 1px solid #f1f1f1;
  color: #b0b0b0; }
  .blog-tags i, .tags-list i {
    margin-right: 1rem;
    font-size: 20px;
    font-size: 1.25rem;
    color: #b0b0b0;
    line-height: 1; }
  .blog-tags a, .tags-list a {
    margin-left: 0.3rem;
    color: #b0b0b0; }
  .blog-tags a:first-child, .tags-list a:first-child {
    margin: 0; }
  .blog-tags a:hover, .tags-list a:hover {
    color: #4a4a4a;
    text-decoration: underline; }
/* 8. Pagination
 ------------------------------------------------------------------------------------- */
.pagination-wrap {
  padding: 1rem 0 3rem 0; }
  .pagination-wrap .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%; }
  .pagination-wrap .pagination li {
    margin: 0 0.3rem; }
  .pagination-wrap .pagination li span, .pagination-wrap .pagination li span:hover {
    background-color: #4caf50;
    border-color: #ddd;
    border-radius: 50%; }
  .pagination-wrap .pagination li a {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    font-size: 16px;
    font-size: 1rem;
    color: #4a4a4a; }
  .pagination-wrap .pagination li a.prev, .pagination-wrap .pagination li a.next {
    border-radius: 0;
    color: #4caf50; }
  .pagination-wrap .pagination li a.prev i, .pagination-wrap .pagination li a.next i {
    margin-right: 1rem;
    font-size: 10px;
    font-size: 0.625rem;
    color: #4a4a4a; }
  .pagination-wrap .pagination li a:hover {
    background-color: #eee;
    border-color: #ddd; }
  .pagination-wrap .pagination li a.next i {
    margin-right: 0;
    margin-left: 1rem; }
  .pagination-wrap .pagination li.active a, .pagination-wrap .pagination li.active a:hover, .pagination-wrap .pagination li.active a:active, .pagination-wrap .pagination li.active a:focus {
    background-color: #4caf50;
    border-color: #4caf50;
    border-radius: 50%;
    color: #fff; }
  .pagination-wrap .pagination li .dots {
    background-color: transparent;
    border: none;
    color: #4a4a4a; }
  .pagination-wrap .pagination-info {
    margin-top: 1rem;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    color: #7d7d7d; }
/* 9. Register box styling
 ------------------------------------------------------------------------------------- */
.page-template-page-tpl_register .white-block .white-block-content {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background-color: #fff; }
  .page-template-page-tpl_register .white-block .white-block-content .register-icon {
    padding: 2rem 2.5rem;
    background-color: #f3f3f3;
    border-radius: 50%; }
  .page-template-page-tpl_register .white-block .white-block-content .register-icon i {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 1;
    color: #919191; }
  .page-template-page-tpl_register .white-block .white-block-content .register-icon ~ p {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center; }
  .page-template-page-tpl_register .white-block .white-block-content h3 {
    font-size: 32px;
    font-size: 2rem;
    color: #4a4a4a; }
  .page-template-page-tpl_register .white-block .white-block-content .btn {
    display: block;
    margin-top: 1rem;
    padding: 8px 80px; }
  .page-template-page-tpl_register .white-block .white-block-content .social_connect_ui {
    margin-top: -0.5rem; }
  .page-template-page-tpl_register .col-sm-4 {
    align-self: flex-start; }
  .page-template-page-tpl_register .col-sm-4 .register-icon {
    margin-bottom: 1rem; }
  .page-template-page-tpl_register .page-title + section {
    padding-bottom: 2rem; }
/* 10. Modals styling
 ------------------------------------------------------------------------------------- */
.modal {
  /* -coupon modal*/ }
  .modal .modal-body {
    background-color: #fff; }
  .modal .modal-dialog {
    padding-top: 14%; }
  .modal .modal-dialog .modal-content {
    border-radius: 0;
    -webkit-box-shadow: 10px 15px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 10px 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 10px 15px 0 rgba(0, 0, 0, .2); }
  .modal .modal-dialog .modal-content .modal-body {
    padding: 2rem; }
  .modal .modal-dialog .modal-content .modal-body .close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    opacity: 0.6; }
  .modal .modal-dialog .modal-content .modal-body .close:hover {
    opacity: 0.8; }
  .modal .modal-dialog .modal-content .modal-body h3 {
    margin: 0 0 1rem;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #4a4a4a; }
  .modal .modal-dialog .modal-content .modal-body p {
    margin-bottom: 1rem;
    color: #7d7d7d;
    line-height: 1.7; }
  .modal .modal-dialog .modal-content .modal-body p a {
    color: #286eb5; }
    .modal .modal-dialog .modal-content .modal-body p a:hover {
      text-decoration: underline; }
    .modal .modal-dialog .modal-content .modal-body p a.recover-modal {
      color: #ff5722; }
      .modal .modal-dialog .modal-content .modal-body p a.recover-modal:hover {
        text-decoration: underline; }
  .modal#showCode .modal-body {
    text-align: center; }
  .modal#showCode .modal-body .coupon_modal_content a {
    display: inline-block; }
  .modal#showCode .modal-body .coupon_modal_content a img {
    margin: 0 auto 2rem; }
  .modal#showCode .modal-body .coupon_modal_content h4 {
    display: block;
    margin: 0 0 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    color: #4a4a4a; }
  .modal#showCode .modal-body .coupon_modal_content .btn {
    width: 60%;
    height: 44px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase; }
  .modal#showCode .modal-body .coupon_modal_content .coupon-code-copied {
    margin: 0.5rem 0 0;
    background-color: transparent;
    padding: 0;
    color: #b0b0b0; }
  .modal#showCode .modal-body .coupon_modal_content p {
    margin: 1rem 0;
    padding: 0.5rem 1rem;
    background-color: #e6e6e6;
    color: #4a4a4a; }
  .modal#showCode .modal-body .coupon_modal_content p a {
    color: #4caf50; }
  .modal#showCode .modal-body .coupon_modal_content .store-social-networks {
    display: block;
    margin: 0.5rem 0 0; }
  .modal#showCode .modal-body .coupon_modal_content .thumbs-wrap {
    justify-content: center;
    padding: 1rem 0; }
  .modal#showCode .modal-body .coupon_modal_content .code-footer a:hover {
    text-decoration: underline; }
/* -filter modal -search page*/
.modal-filter-wrap {
  display: flex;
  flex-flow: row wrap;
  margin: 1.5rem 0; }
  .modal-filter-wrap div {
    width: 100%;
    flex-basis: 50%; }
  .modal-filter-wrap.offer_store {
    display: block; }
  .modal-filter-wrap ul {
    margin: 0; }
  .modal-filter-wrap ul li {
    margin: 0.3rem 0; }
/* -payment gateways*/
#gateways .modal-body h3 {
  margin: 0;
  color: #4a4a4a; }
  #gateways .modal-body ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 2rem 0; }
  #gateways .modal-body ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 45%;
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;
    height: 60px;
    background-color: #f3f3f3;
    text-align: center; }
  #gateways .modal-body ul a img {
    width: 70px; }
  #gateways .modal-body ul a img[src*="ideal"] {
    width: 43px; }
  #gateways .modal-body ul a img[src*="paypal"] {
    width: 120px; }
  #gateways .modal-body ul a:hover {
    opacity: 0.4; }
/* -store explanation*/
#offer_store_explanation .modal-content .modal-body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6; }
  #offer_store_explanation .modal-content .modal-body h3 {
    color: #4a4a4a; }
/* -modal responsiveness*/
@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 450px; }
    .modal#showCode .modal-dialog {
      width: 650px; } }
/* 11. Comments
 ------------------------------------------------------------------------------------- */
.comments {
  margin-bottom: 2rem; }
  .comments h3 {
    padding: 2rem 0 1rem; }
  .comments .white-block .white-block-content {
    flex-flow: column wrap;
    padding: 2rem;
    background-color: #fff; }
  .comments .white-block .white-block-content .media {
    margin-top: 2rem;
    overflow: visible; }
  .comments .white-block .white-block-content .media:first-child {
    margin-top: 0; }
  .comments .white-block .white-block-content .media .comment-inner {
    display: flex; }
  .comments .white-block .white-block-content .media .comment-inner a {
    flex: 4; }
    .comments .white-block .white-block-content .media .comment-inner a img {
      border-radius: 50%;
      border: 2px solid #f1f1f1; }
  .comments .white-block .white-block-content .media .comment-inner .comment-body {
    display: flex;
    flex-flow: column wrap;
    flex: 30;
    width: auto;
    overflow: visible; }
    .comments .white-block .white-block-content .media .comment-inner .comment-body .pull-left {
      display: flex;
      align-items: center; }
      .comments .white-block .white-block-content .media .comment-inner .comment-body .pull-left h4 {
        margin: 0 0 0.5rem;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 700;
        color: #4a4a4a; }
      .comments .white-block .white-block-content .media .comment-inner .comment-body .pull-left span {
        align-self: center;
        margin: 0 0 3px 0.5rem;
        font-size: 13px;
        font-size: 0.8125rem;
        color: #777;
        line-height: 1; }
    .comments .white-block .white-block-content .media .comment-inner .comment-body .pull-right {
      display: none; }
  .comments .white-block .white-block-content .media.left-padding {
    padding-left: 1rem; }

.comment-form .form-submit {
  margin-top: 1.5rem; }

#reply-title {
  display: none; }
/* -disqus comments*/
#disqus_thread {
  margin-top: 3rem; }
/* 12. Single offer style
 ------------------------------------------------------------------------------------- */
.single-offer .col-sm-8 .white-block .white-block-content {
  padding: 2rem;
  background-color: #fff; }
  .single-offer .col-sm-8 .white-block .white-block-content p {
    margin-bottom: 0.8rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.9; }
  .single-offer .col-sm-8 .white-block .white-block-content ul li {
    margin: 0.5rem 0; }
  .single-offer .slider-thumbs {
    margin-bottom: 2rem; }
  .single-offer .owl-nav div {
    position: absolute;
    top: 50%;
    left: -18px;
    padding: 6px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .single-offer .owl-nav div.owl-next {
    left: auto;
    right: -18px; }
  .single-offer .owl-nav div i {
    font-size: 12px;
    color: #777; }
  .single-offer #map-markers {
    margin: 1.5rem -2rem 0;
    height: 300px; }
/* -single coupon page*/
.single-offer .coupon-button a {
  position: relative; }
  .single-offer .coupon-button a i {
    position: absolute;
    left: -1px;
    top: 0;
    padding: 15px 18px;
    background-color: #419645;
    line-height: 1; }
/* 13. Contact Page
 ------------------------------------------------------------------------------------- */
.page-template-page-tpl_contact .col-sm-12 {
  margin: 2rem 0 4rem; }
  .page-template-page-tpl_contact .col-sm-12 .white-block .white-block-content {
    padding: 2rem; }
  .page-template-page-tpl_contact .col-sm-12 .white-block .white-block-content h6 {
    margin: 0 0 1rem;
    font-weight: 600;
    color: #4a4a4a; }
  .page-template-page-tpl_contact .col-sm-12 .white-block .white-block-content p {
    margin-bottom: 1rem; }
  .page-template-page-tpl_contact .modal .col-sm-12 {
    margin: 0; }
/* 14. My Cart
 ------------------------------------------------------------------------------------- */
.ajax-cart-wrap {
  /* -below cart -total & -buttons*/
  /* -checkout*/ }
  .ajax-cart-wrap .table tr {
    background-color: #fff; }
  .ajax-cart-wrap .table tr th, .ajax-cart-wrap .table tr td {
    border: none;
    border-bottom: 4px solid #f3f3f3; }
  .ajax-cart-wrap .table tr th {
    padding: 1rem 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400; }
  .ajax-cart-wrap .table tr td {
    vertical-align: middle; }
  .ajax-cart-wrap .table tr td.item-remove {
    text-align: center; }
  .ajax-cart-wrap .table tr td.item-remove a {
    display: inline-block;
    padding: 3px 8px;
    background-color: #f3f3f3;
    border-radius: 50%;
    color: #ff5722; }
    .ajax-cart-wrap .table tr td.item-remove a:hover {
      background-color: #ff5722;
      color: #fff; }
  .ajax-cart-wrap .table tr td.item-img {
    text-align: center; }
  .ajax-cart-wrap .table tr td.item-img img {
    padding: 1rem;
    border-radius: 50%; }
  .ajax-cart-wrap .table tr td.item-name a {
    font-size: 16px;
    font-size: 1rem;
    color: #4a4a4a; }
    .ajax-cart-wrap .table tr td.item-name a:hover {
      text-decoration: underline; }
  .ajax-cart-wrap .table tr td.item-price {
    color: #286eb5; }
  .ajax-cart-wrap .table tr td.item-subtotal {
    font-weight: 700;
    color: #ff5722; }
  .ajax-cart-wrap .cart-total {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: right;
    color: #4a4a4a; }
  .ajax-cart-wrap .cart-total span {
    margin-left: 0.5rem;
    font-weight: 700;
    color: #ff5722; }
  .ajax-cart-wrap .cart-action {
    float: right;
    margin: 1.5rem 0 2rem; }
  .ajax-cart-wrap .cart-action .update-cart {
    margin-right: 0.5rem;
    background-color: #286eb5; }
  .ajax-cart-wrap .cart-action .update-cart:hover, .ajax-cart-wrap .cart-action .update-cart:active, .ajax-cart-wrap .cart-action .update-cart:focus {
    box-shadow: none;
    background-color: #225f9c;
    color: #fff;
    outline: 0; }
  .ajax-cart-wrap .alert {
    margin-top: 4rem; }
  .ajax-cart-wrap form {
    padding: 1rem 0; }
  .ajax-cart-wrap form:not(.cart-form) {
    margin-bottom: 4rem;
    padding: 2rem;
    background-color: #fff; }
  .ajax-cart-wrap form:not(.cart-form) select {
    height: 40px; }
  .ajax-cart-wrap form:not(.cart-form) .btn {
    margin-left: 0.5rem; }

.page-template-page-tpl_cart .alert {
  margin: 2rem 0 4rem; }
/* -checkout template*/
.page-template-page-tpl_checkout .ajax-cart-wrap {
  margin: 4rem 0 0;
  margin-top: 2rem; }
  .page-template-page-tpl_checkout .ajax-cart-wrap .white-block .white-block-content {
    padding: 2rem;
    font-size: 14px;
    font-size: 0.875rem; }
  .page-template-page-tpl_checkout .ajax-cart-wrap .white-block .white-block-content ul {
    margin: 0.2rem -5px 0; }
  .page-template-page-tpl_checkout .ajax-cart-wrap .white-block .white-block-content ul li {
    font-weight: 600; }
/* 15. My Profile
 ------------------------------------------------------------------------------------- */
.page-template-page-tpl_profile {
  /* -my profile table*/
  /* -edit coupons, deals & agents*/
  /* -offer creating steps*/
  /* -credits packages*/
  /* -dashboard*/ }
  .page-template-page-tpl_profile .page-title + section .container > ul {
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    margin-bottom: 1rem;
    background-color: #fff; }
  .page-template-page-tpl_profile .page-title + section .container > ul li {
    padding: 0;
    width: 100%;
    text-align: center; }
  .page-template-page-tpl_profile .page-title + section .container > ul li a {
    display: block;
    padding: 1rem 0;
    background-color: transparent;
    color: #4a4a4a; }
  .page-template-page-tpl_profile .page-title + section .container > ul li a:hover {
    background-color: #ebebeb; }
  .page-template-page-tpl_profile .page-title + section .container > ul li.active a {
    background-color: #286eb5;
    color: #fff; }
  .page-template-page-tpl_profile .page-title + section .container > ul.buyer-nav {
    justify-content: flex-start;
    background-color: #fff; }
  .page-template-page-tpl_profile .page-title + section .container > ul.buyer-nav li {
    width: 18%; }
  .page-template-page-tpl_profile .page-title + section .container > ul.buyer-nav li.logout {
    margin-left: auto;
    width: 10%; }
    .page-template-page-tpl_profile .page-title + section .container > ul.buyer-nav li.logout a {
      display: inline-block;
      color: #ff5722; }
      .page-template-page-tpl_profile .page-title + section .container > ul.buyer-nav li.logout a:hover {
        text-decoration: underline; }
  .page-template-page-tpl_profile .page-title + section .row .col-sm-4 .white-block-content {
    padding: 6rem 5rem;
    background-color: #fff;
    text-align: center; }
  .page-template-page-tpl_profile .page-title + section .row .col-sm-4 .white-block-content .register-icon {
    display: inline-block;
    margin-bottom: 1rem;
    border-radius: 50%;
    overflow: hidden; }
    .page-template-page-tpl_profile .page-title + section .row .col-sm-4 .white-block-content .register-icon img {
      margin: 0 auto;
      text-align: center; }
  .page-template-page-tpl_profile .page-title + section .row .col-sm-4 .white-block-content p strong {
    font-size: 16px;
    font-size: 1rem; }
    .page-template-page-tpl_profile .page-title + section .row .col-sm-4 .white-block-content p a:hover {
      text-decoration: underline; }
  .page-template-page-tpl_profile .page-title + section .row .col-sm-4 .white-block-content .logout {
    padding: 0;
    background-color: transparent;
    font-weight: 600;
    color: #ff5722; }
    .page-template-page-tpl_profile .page-title + section .row .col-sm-4 .white-block-content .logout:hover, .page-template-page-tpl_profile .page-title + section .row .col-sm-4 .white-block-content .logout:active, .page-template-page-tpl_profile .page-title + section .row .col-sm-4 .white-block-content .logout:focus {
      box-shadow: none;
      background-color: rgba(0, 0, 0, 0);
      color: #fff;
      outline: 0; }
    .page-template-page-tpl_profile .page-title + section .row .col-sm-4 .white-block-content .logout:hover {
      color: #ff5722;
      text-decoration: underline; }
  .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content {
    padding: 2.5rem;
    background-color: #fff; }
  .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row {
    display: block; }
    .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .col-sm-4 {
      display: block; }
    .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .input-group .form-control[readonly] {
      cursor: text;
      background-color: transparent;
      border-color: transparent; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .input-group .form-control:focus {
        border-color: #f1f1f1;
        box-shadow: none;
        outline: 0; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .input-group select {
        margin-bottom: 15px;
        padding-left: 3rem;
        width: 100%;
        background-color: transparent;
        border-color: transparent;
        cursor: pointer; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .input-group select:focus {
        border-color: #f1f1f1;
        background-color: #f3f3f3; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .input-group .payout-fields {
        margin-top: 8px; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .input-group .payout-fields .payout-connect {
        margin-top: 1.2rem; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .input-group .payout-fields .payout-connect div .btn {
        background-color: #286eb5; }
        .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .input-group .payout-fields .payout-connect div .btn:hover, .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .input-group .payout-fields .payout-connect div .btn:active, .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .input-group .payout-fields .payout-connect div .btn:focus {
          box-shadow: none;
          background-color: #225f9c;
          color: #fff;
          outline: 0; }
        .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .input-group .payout-fields .payout-connect div .description {
          margin-top: 0.3rem; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .input-group input[type="password"] {
        margin: 0;
        padding-top: 13px; }
    .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .input-group-wrap label {
      margin-bottom: 5px; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .input-group-wrap iframe {
        border-left: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1; }
    .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .store-location-wrap {
      margin: 1.5rem 0;
      padding: 1rem 0;
      background-color: #f3f3f3; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .store-location-wrap:last-of-type {
        margin: 0; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .store-location-wrap .col-sm-4 {
        margin: 0;
        background-color: transparent; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .store-location-wrap label {
        margin-bottom: 5px; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .store-location-wrap select {
        background-color: #fff; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .store-location-wrap .store-markers {
        margin-top: 1rem; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .store-location-wrap .store-markers .store-marker {
        position: relative;
        margin-bottom: 1rem; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .store-location-wrap .store-markers .store-marker input {
        width: 90%;
        background-color: #fff; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .store-location-wrap .store-markers .store-marker .remove-store-marker {
        position: absolute;
        top: 12px;
        right: 0;
        padding: 0 4px;
        background-color: #fff;
        border-radius: 50%;
        font-size: 10px;
        color: #ff5722; }
        .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .store-location-wrap .store-markers .store-marker .remove-store-marker::before {
          position: absolute;
          top: -1px;
          right: -2px;
          padding: 0 4px;
          content: "\f00d";
          font-family: 'FontAwesome';
          font-size: 12px; }
        .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .store-location-wrap .store-markers .store-marker .remove-store-marker:hover {
          background-color: #ff5722;
          color: #fff; }
    .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .store-gmap {
      position: relative;
      height: 250px; }
    .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .remove-store-location {
      position: absolute;
      top: 0;
      right: 15px;
      padding: 0 6px;
      background-color: #ff5722;
      font-size: 12px; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .remove-store-location:hover, .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .remove-store-location:active, .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .remove-store-location:focus {
        box-shadow: none;
        background-color: #ff4003;
        color: #fff;
        outline: 0; }
    .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .add-new-store-location {
      margin: 1rem 0;
      background-color: #286eb5; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .add-new-store-location:hover, .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .add-new-store-location:active, .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .add-new-store-location:focus {
        box-shadow: none;
        background-color: #225f9c;
        color: #fff;
        outline: 0; }
  .page-template-page-tpl_profile .bt-table {
    margin: -2.5rem; }
  .page-template-page-tpl_profile .bt-table #toolbar {
    float: left;
    margin: 0.5rem 0 0.5rem 0.5rem; }
  .page-template-page-tpl_profile .bt-table #toolbar a {
    border: 0; }
  .page-template-page-tpl_profile .bt-table #toolbar a i {
    display: none; }
  .page-template-page-tpl_profile .bt-table .search {
    margin: 0.5rem 0.5rem 0.5rem 0; }
  .page-template-page-tpl_profile .bootstrap-table .fixed-table-container {
    border: none;
    border-top: 5px solid #f3f3f3; }
  .page-template-page-tpl_profile .bootstrap-table .table thead {
    border-bottom: 5px solid #f3f3f3; }
  .page-template-page-tpl_profile .bootstrap-table .table thead tr th {
    padding: 0.5rem 0.4rem;
    border: none; }
    .page-template-page-tpl_profile .bootstrap-table .table thead tr th .th-inner {
      font-size: 14px;
      font-size: 0.875rem; }
  .page-template-page-tpl_profile .bootstrap-table .table tbody tr td {
    padding: 1rem;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #f3f3f3;
    vertical-align: middle;
    font-size: 14px;
    font-size: 0.875rem; }
    .page-template-page-tpl_profile .bootstrap-table .table tbody tr td a:hover {
      text-decoration: underline; }
    .page-template-page-tpl_profile .bootstrap-table .table tbody tr td .progress {
      margin: 0;
      height: 3px; }
    .page-template-page-tpl_profile .bootstrap-table .table tbody tr td .progress .progress-bar {
      background-color: #286eb5; }
  .page-template-page-tpl_profile tbody tr td a[title="Edit agent"], .page-template-page-tpl_profile tbody tr td a[title="Edit Deal"], .page-template-page-tpl_profile tbody tr td a[title="Edit Coupon"], .page-template-page-tpl_profile tbody tr td a[title="View Deal"], .page-template-page-tpl_profile tbody tr td a[title="Delete agent"], .page-template-page-tpl_profile tbody tr td a[title="Delete Deal"], .page-template-page-tpl_profile tbody tr td a[title="Delete Coupon"] {
    margin: 0.3rem 0;
    color: #286eb5;
    display: block;
    padding: 9px;
    width: 32px;
    height: 32px;
    background-color: #f3f3f3;
    border-radius: 50%;
    line-height: 1;
    text-align: center; }
    .page-template-page-tpl_profile tbody tr td a[title="Edit agent"]:hover, .page-template-page-tpl_profile tbody tr td a[title="Edit Deal"]:hover, .page-template-page-tpl_profile tbody tr td a[title="Edit Coupon"]:hover, .page-template-page-tpl_profile tbody tr td a[title="View Deal"]:hover, .page-template-page-tpl_profile tbody tr td a[title="Delete agent"]:hover, .page-template-page-tpl_profile tbody tr td a[title="Delete Deal"]:hover, .page-template-page-tpl_profile tbody tr td a[title="Delete Coupon"]:hover {
      background-color: #286eb5;
      color: #fff; }
  .page-template-page-tpl_profile tbody tr td a[title="Edit agent"], .page-template-page-tpl_profile tbody tr td a[title="Delete agent"] {
    display: inline-block;
    padding: 8px; }
  .page-template-page-tpl_profile tbody tr td a[title="Delete agent"], .page-template-page-tpl_profile tbody tr td a[title="Delete Deal"], .page-template-page-tpl_profile tbody tr td a[title="Delete Coupon"] {
    color: #ff5722; }
    .page-template-page-tpl_profile tbody tr td a[title="Delete agent"]:hover, .page-template-page-tpl_profile tbody tr td a[title="Delete Deal"]:hover, .page-template-page-tpl_profile tbody tr td a[title="Delete Coupon"]:hover {
      background-color: #ff5722;
      color: #fff; }
  .page-template-page-tpl_profile #wizard {
    padding: 2.5rem;
    background-color: #fff; }
  .page-template-page-tpl_profile #wizard .steps ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style-type: none; }
  .page-template-page-tpl_profile #wizard .steps ul li {
    width: 100%;
    text-align: center;
    cursor: pointer;
    border: none; }
  .page-template-page-tpl_profile #wizard .steps ul li a {
    display: block;
    padding: 0.5rem 0;
    background-color: #f3f3f3;
    border: none;
    border-right: 5px solid #fff;
    color: #4a4a4a; }
    .page-template-page-tpl_profile #wizard .steps ul li a .current-info {
      display: none; }
  .page-template-page-tpl_profile #wizard .steps ul li:last-child a {
    border: none; }
  .page-template-page-tpl_profile #wizard .steps ul li.current a {
    background-color: #4caf50;
    color: #fff; }
    .page-template-page-tpl_profile #wizard .steps ul li.current::after {
      background-color: #e7e7e7; }
  .page-template-page-tpl_profile #wizard .steps ul li.disabled a {
    cursor: not-allowed; }
  .page-template-page-tpl_profile #wizard .steps ul li.done a {
    background-color: #286eb5;
    color: #fff; }
    .page-template-page-tpl_profile #wizard .steps ul li.done::after {
      background-color: #e7e7e7; }
  .page-template-page-tpl_profile #wizard > .content {
    border: none; }
  .page-template-page-tpl_profile #wizard > .content > .body {
    padding: 0;
    width: 100%;
    height: 100%; }
  .page-template-page-tpl_profile #wizard > .content > .body .description {
    font-size: 12px;
    font-size: 0.75rem;
    color: #b0b0b0; }
  .page-template-page-tpl_profile #wizard > .content > .body .input-group input, .page-template-page-tpl_profile #wizard > .content > .body .input-group textarea {
    padding: 8px 15px; }
  .page-template-page-tpl_profile #wizard > .content > .body .input-group input #offer_start, .page-template-page-tpl_profile #wizard > .content > .body .input-group input #offer_expire {
    cursor: pointer; }
  .page-template-page-tpl_profile #wizard > .content > .body .input-group .upload-image-wrap {
    margin-bottom: 0.8rem;
    width: 150px; }
  .page-template-page-tpl_profile #wizard > .content > .body .input-group .description {
    margin-top: 0.8rem; }
  .page-template-page-tpl_profile #wizard > .content > .body .input-group .image-upload {
    padding: 8px 34px;
    background-color: #286eb5;
    color: #fff; }
    .page-template-page-tpl_profile #wizard > .content > .body .input-group .image-upload:hover, .page-template-page-tpl_profile #wizard > .content > .body .input-group .image-upload:active, .page-template-page-tpl_profile #wizard > .content > .body .input-group .image-upload:focus {
      box-shadow: none;
      background-color: #225f9c;
      color: #fff;
      outline: 0; }
  .page-template-page-tpl_profile #wizard > .content > .body .input-group .checkbox-wrap input {
    height: auto; }
    .page-template-page-tpl_profile #wizard > .content > .body .input-group .checkbox-wrap label {
      margin-left: 0.5rem;
      color: #4a4a4a; }
    .page-template-page-tpl_profile #wizard > .content > .body .input-group .checkbox-wrap-child {
      margin-left: 0.3rem; }
  .page-template-page-tpl_profile #wizard > .content > .body .input-group .deal-images-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.8rem; }
    .page-template-page-tpl_profile #wizard > .content > .body .input-group .deal-images-wrap .deal-image-wrap {
      position: relative;
      margin: 0.5rem 0.5rem 0 0;
      width: 120px; }
    .page-template-page-tpl_profile #wizard > .content > .body .input-group .deal-images-wrap .deal-image-wrap .remove-deal-image {
      position: absolute;
      top: 50%;
      left: 50%;
      padding: 0 4px;
      background-color: rgba(255, 255, 255, .4);
      border-radius: 4px;
      color: #ff5722;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .page-template-page-tpl_profile #wizard > .content > .body .input-group .deal-images-wrap .deal-image-wrap .remove-deal-image i {
        position: relative;
        top: 0;
        left: 0;
        color: inherit; }
      .page-template-page-tpl_profile #wizard > .content > .body .input-group .deal-images-wrap .deal-image-wrap .remove-deal-image:hover {
        background-color: rgba(255, 255, 255, 1); }
  .page-template-page-tpl_profile #wizard > .content > .body .input-group .alert {
    margin-top: 4rem; }
  .page-template-page-tpl_profile #wizard .actions ul {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    list-style-type: none; }
  .page-template-page-tpl_profile #wizard .actions ul li:first-child {
    margin-right: 1rem; }
  .page-template-page-tpl_profile #wizard .actions ul li a {
    padding: 8px 34px;
    background-color: #4caf50;
    color: #fff; }
    .page-template-page-tpl_profile #wizard .actions ul li a:hover, .page-template-page-tpl_profile #wizard .actions ul li a:active, .page-template-page-tpl_profile #wizard .actions ul li a:focus {
      box-shadow: none;
      background-color: #439a46;
      color: #fff;
      outline: 0; }
  .page-template-page-tpl_profile #wizard .actions ul li.disabled a, .page-template-page-tpl_profile #wizard .actions ul li.disabled a:hover {
    background-color: #aaa;
    color: #c4c4c4; }
  .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .credits-block .white-block .white-block-content {
    margin-bottom: 0.5rem;
    padding: 0.5rem 2rem;
    background-color: #fff; }
  .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .credits-block .white-block .white-block-content h4 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700; }
  .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .credits-block .row .col-sm-6 .white-block .white-block-content {
    padding: 1rem 2rem; }
    .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .credits-block .row .col-sm-6 .white-block .white-block-content p {
      margin: 0; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .credits-block .row .col-sm-6 .white-block .white-block-content p i {
        margin-right: 1rem;
        font-size: 16px;
        font-size: 1rem;
        color: #b0b0b0; }
  .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .credits-block .credit-package .white-block-content {
    padding: 2rem; }
  .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .credits-block .credit-package .white-block-content .package-title {
    margin-bottom: 1rem;
    font-size: 14px;
    font-size: 0.875rem;
    color: #b0b0b0; }
  .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .credits-block .credit-package .white-block-content .package-value {
    margin-bottom: 2rem;
    padding: 0.5rem 0;
    background-color: #f3f3f3;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #b0b0b0; }
    .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .credits-block .credit-package .white-block-content .package-value span {
      color: #286eb5; }
    .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .credits-block .credit-package .white-block-content .package-value span span {
      font-size: 16px;
      font-size: 1rem; }
    .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .credits-block .credit-package .white-block-content .package-value span + span {
      color: #ff5722; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .credits-block .credit-package .white-block-content .package-value span + span span {
        font-size: 16px;
        font-size: 1rem;
        color: #ff5722; }
  .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .credits-block .credit-package .white-block-content a {
    padding: 8px 34px;
    background-color: #4caf50;
    color: #fff; }
    .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .credits-block .credit-package .white-block-content a:hover, .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .credits-block .credit-package .white-block-content a:active, .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .credits-block .credit-package .white-block-content a:focus {
      box-shadow: none;
      background-color: #439a46;
      color: #fff;
      outline: 0; }
  .page-template-page-tpl_profile .dashboard-stats {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 1rem; }
  .page-template-page-tpl_profile .dashboard-stats li {
    position: relative;
    margin: 0.5rem 0;
    padding: 1rem 1rem 1rem 5rem;
    flex-basis: 49%;
    background-color: #f3f3f3;
    border-left: 3px solid #f3f3f3; }
  .page-template-page-tpl_profile .dashboard-stats li:nth-child(3) {
    flex-basis: 100%;
    order: -1; }
  .page-template-page-tpl_profile .dashboard-stats li.earnings-due, .page-template-page-tpl_profile .dashboard-stats li.earnings-sent {
    background-color: rgba(40, 110, 181, 0.05);
    border-left: 3px solid rgba(40, 110, 181, 0.05); }
  .page-template-page-tpl_profile .dashboard-stats li.earnings-sent {
    background-color: rgba(76, 175, 80, 0.05);
    border-left: 3px solid rgba(76, 175, 80, 0.05); }
  .page-template-page-tpl_profile .dashboard-stats li i {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0.5rem;
    padding: 1.2rem;
    width: 55px;
    background-color: #fff;
    color: #b0b0b0;
    text-align: center; }
  .page-template-page-tpl_profile .dashboard-stats li span {
    float: right;
    padding: 0;
    background-color: transparent;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    color: #4a4a4a; }
  .page-template-page-tpl_profile .ajax-response .alert {
    margin-top: 1rem; }
  .page-template-page-tpl_profile .voucher-check-wrap {
    margin-top: 1.5rem;
    font-size: 14px;
    font-size: 0.875rem; }
  .page-template-page-tpl_profile .voucher-check-wrap table {
    width: 100%; }
  .page-template-page-tpl_profile .voucher-check-wrap table tbody tr th, .page-template-page-tpl_profile .voucher-check-wrap table tbody tr td {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #f3f3f3; }
  .page-template-page-tpl_profile .voucher-check-wrap table tbody tr th {
    font-size: 14px;
    font-size: 0.875rem;
    color: #4a4a4a; }
  .page-template-page-tpl_profile .voucher-check-wrap table tbody tr td a:hover {
    text-decoration: underline; }
    .page-template-page-tpl_profile .voucher-check-wrap table tbody tr td .update-voucher {
      margin: 0.3rem 0;
      display: block;
      padding: 9px;
      width: 32px;
      height: 32px;
      background-color: #f3f3f3;
      border-radius: 50%;
      color: #286eb5;
      line-height: 1;
      text-align: center; }
    .page-template-page-tpl_profile .voucher-check-wrap table tbody tr td .update-voucher:hover {
      background-color: #286eb5;
      color: #fff; }
  .page-template-page-tpl_profile td.action a {
    font-size: 16px;
    font-size: 1rem; }
  .page-template-page-tpl_profile td.action a:first-child {
    margin-right: 0.2rem;
    color: #286eb5; }
  .page-template-page-tpl_profile td.action a:last-child {
    color: #ff5722; }
  .page-template-page-tpl_profile td.action a:hover {
    text-decoration: none; }
  .page-template-page-tpl_profile .edit-agent .row {
    margin-top: 2rem; }
  .page-template-page-tpl_profile .edit-agent .submit-form {
    margin-top: 1.7rem; }
/* -time picker*/
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  background-color: #286eb5; }
/* -buyer my profile*/
.page-template-page-tpl_profile .page-title + section .buyer-block .row .col-sm-4 .white-block-content {
  margin-bottom: 2rem;
  padding: 5rem 2.5rem; }

.buyer-block {
  margin-bottom: 2rem; }
  .buyer-block .white-block-content {
    background-color: #fff; }
  .buyer-block .white-block-content form {
    padding: 2.5rem; }
  .buyer-block .responsive-table table {
    width: 100%; }
  .buyer-block .responsive-table table tbody td, .buyer-block .responsive-table table tbody th {
    padding: 1rem 2rem;
    background-color: #fff;
    border-bottom: 2px solid #f3f3f3; }
  .buyer-block .responsive-table table tbody th {
    border-bottom: 4px solid #f3f3f3;
    font-size: 14px;
    font-size: 0.875rem;
    color: #4a4a4a; }
  .buyer-block .responsive-table table tbody th form {
    position: relative; }
    .buyer-block .responsive-table table tbody th form input {
      font-weight: 400; }
    .buyer-block .responsive-table table tbody th form i {
      position: absolute;
      top: 11px;
      right: 16px;
      font-size: 16px;
      color: #b0b0b0; }
  .buyer-block .responsive-table table tbody td a {
    float: right;
    padding: 4px 36px;
    background-color: #286eb5; }
    .buyer-block .responsive-table table tbody td a:hover, .buyer-block .responsive-table table tbody td a:active, .buyer-block .responsive-table table tbody td a:focus {
      box-shadow: none;
      background-color: #225f9c;
      color: #fff;
      outline: 0; }
  .buyer-block .responsive-table table tbody td .voucher-code {
    display: inline-block;
    margin-right: 0.5rem; }
  .buyer-block .responsive-table table tbody td .voucher-action {
    display: inline-block; }
    .buyer-block .responsive-table table tbody td .voucher-action a {
      float: none;
      padding: 0;
      background-color: transparent;
      color: #286eb5; }
    .buyer-block .responsive-table table tbody td .voucher-action a:hover {
      background-color: transparent;
      color: #286eb5; }
    .buyer-block .responsive-table table tbody td .voucher-action a:first-child {
      margin-right: 0.5rem; }
/* 16. All Categories
 ------------------------------------------------------------------------------------- */
.filter-block {
  padding: 1.5rem 2rem;
  background-color: #fff; }
  .filter-block .col-sm-9 a {
    position: relative;
    top: 7px; }
  .filter-block a {
    margin-right: 0.5rem;
    font-size: 18px;
    font-size: 1.125rem;
    color: #4a4a4a; }
  .filter-block a:hover {
    color: #4caf50; }
  .filter-block a.active {
    color: #4caf50; }
  .filter-block .col-sm-3 form {
    position: relative; }
  .filter-block .col-sm-3 form input {
    width: 100%; }
  .filter-block .col-sm-3 form i {
    position: absolute;
    top: 11px;
    right: 12px;
    font-size: 16px;
    font-size: 1rem;
    color: #979797; }
  .filter-block + .masonry .masonry-item {
    margin-bottom: 1rem; }
  .filter-block + .masonry .masonry-item .white-block {
    padding: 0.7rem 1rem;
    background-color: #fff; }
  .filter-block + .masonry .masonry-item .white-block .white-block-content a, .filter-block + .masonry .masonry-item .white-block .white-block-content p {
    color: #4a4a4a; }
    .filter-block + .masonry .masonry-item .white-block .white-block-content a.lead-category, .filter-block + .masonry .masonry-item .white-block .white-block-content p.lead-category {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700; }
    .filter-block + .masonry .masonry-item .white-block .white-block-content a:hover, .filter-block + .masonry .masonry-item .white-block .white-block-content p:hover {
      text-decoration: underline; }
    .filter-block + .masonry .masonry-item .white-block .white-block-content a span, .filter-block + .masonry .masonry-item .white-block .white-block-content p span {
      float: right;
      margin-top: 4px;
      font-size: 12px;
      font-size: 0.75rem;
      color: #b0b0b0; }
  .filter-block + .masonry .masonry-item .white-block .white-block-content p:hover {
    text-decoration: none; }
  .filter-block + .masonry .masonry-item .white-block .white-block-content .category-children {
    margin-top: 1rem; }
    .filter-block + .masonry .masonry-item .white-block .white-block-content .category-children ul {
      margin: 0; }
    .filter-block + .masonry .masonry-item .white-block .white-block-content .category-children ul li {
      margin: 0.3rem 0; }
      .filter-block + .masonry .masonry-item .white-block .white-block-content .category-children ul li span {
        float: right;
        margin-top: 0.3rem;
        font-size: 12px;
        font-size: 0.75rem;
        color: #b0b0b0; }
/* -all stores*/
.all-stores {
  margin-bottom: 2rem;
  background-color: #fff; }
  .all-stores .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%); }
  .all-stores .store-name {
    padding: 0.5rem 0;
    border-top: 1px solid #f1f1f1;
    text-align: center; }
  .all-stores .store-name a {
    font-weight: 600;
    color: #4a4a4a; }
  .all-stores .store-name a:hover {
    text-decoration: underline; }
/* 17. Footer & Copyrights
 ------------------------------------------------------------------------------------- */
.footer {
  padding: 1rem 0;
  background-color: #262626;
  font-size: 14px;
  font-size: 0.875rem;
  color: #777; }
  .footer a {
    color: #777; }
  .footer a:hover {
    color: #4caf50;
    text-decoration: underline; }
/* -widget footer*/
.widget-footer {
  margin-top: 2rem;
  padding: 4rem 0;
  background-color: #ececec; }
  .widget-footer .widget {
    padding: 0;
    background-color: transparent; }
  .widget-footer .widget .widget-title {
    padding: 0; }
  .widget-footer .widget .widget-title::before {
    display: none; }
  .widget-footer .widget .widget-title h5 {
    margin-bottom: 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #4a4a4a; }
  .widget-footer .widget .widget-title h5::before {
    display: none; }
  .widget-footer .widget ul li, .widget-footer .widget ul:not(.store-social-networks) li a, .widget-footer .widget p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #7d7d7d; }
  .widget-footer .widget.widget_text p a:hover {
    text-decoration: underline; }
  .widget-footer .widget ul li a {
    color: #4caf50; }
/* 18. Other
 ------------------------------------------------------------------------------------- */
/* -error 404*/
.error404 .white-block {
  padding: 2rem; }
  .error404 .white-block.top-border {
    background-color: #fff; }
  .error404 .white-block h1 {
    margin-top: 0;
    font-size: 44px;
    font-size: 2.75rem;
    font-weight: 600; }
  .error404 .white-block h4 {
    font-size: 18px;
    font-size: 1.125rem; }
  .error404 .white-block form {
    margin: 1rem 0; }
  .error404 .white-block form .form-submit {
    margin-top: 1rem; }
/* -inner pages*/
.contact-page .white-block-content .page-content {
  margin-bottom: 2rem; }
/* ===. Wordpress core styles
 ------------------------------------------------------------------------------------- */
/**************** video ***************/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container blockquote, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }
/* 19. Responsiveness
 ------------------------------------------------------------------------------------- */
/* -min widths*/
@media all and (min-width: 1000px) and (max-width: 1220px) {
  .single-offer .widget .countdown i {
    margin-right: 0.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4; }
    .single-offer .widget .countdown .kkcountdown-box {
      font-size: 18px;
      font-size: 1.125rem; } }

@media all and (min-width: 768px) and (max-width: 1000px) {
  .single-offer .recommended-thumbs-section + section .col-sm-8, .single-offer .recommended-thumbs-section + section .col-sm-4 {
    width: 100%; }
    .single-offer .recommended-thumbs-section + section .col-sm-8 {
      margin-bottom: 2rem; } }

@media all and (min-width: 768px) {
  .menu-trigger, .cagtegories-trigger, .small-device-title, .small-device-action, .small-device-categories {
    display: none; } }
/* -max widths*/
@media all and (max-width: 1030px) {
  .home-featured-slider .slider-caption h2 {
    margin: 0.2rem 0; }
    .home-featured-slider .slider-caption h2 a {
      font-size: 18px;
      font-size: 1.125rem; }

  .page-template-page-tpl_profile .dashboard-stats li {
    padding-left: 4rem; }

  .add-new-store-marker {
    padding: 8px;
    width: 100%; }

  .buyer-block form > .col-sm-4 .white-block-content {
    padding: 3rem 2rem; }

  .search-map .infoBox .deal-info-wrap .deal-info {
    flex: 3; } }

@media all and (max-width: 768px) {
  /* -responsive navigation*/
  /* -categories navigation*/
    .page-content .shortcode-categories, .page-content .locations-shortcode {
      margin-bottom: 2rem; }
    .home-featured-slider .slider-caption a h2 {
      margin: 0;
      width: 100%;
      font-size: 18px;
      font-size: 1.125rem; }
    .page-template-page-tpl_profile .page-title + section .row .col-sm-4 .white-block-content {
      padding: 2rem 3rem; }
    .page-template-page-tpl_profile .dashboard-stats li {
      flex-basis: 100%; }
    .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .store-location-wrap .col-sm-4 {
      margin-bottom: 1.5rem;
      width: 100%; }
      .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content form .row .store-location-wrap .col-sm-8 {
        width: 100%; }
    .widget.widget_couponxxl_filter {
      margin-bottom: 2rem; }
    .single-offer .owl-nav div {
      left: -5px; }
      .single-offer .owl-nav div.owl-next {
        left: auto;
        right: -5px; }
    .category-shortcode {
      display: block; }
      .category-shortcode > a {
        display: block;
        height: 400px; }
      .category-shortcode > a .category-info {
        background-size: cover; }
    .locations-shortcode {
      display: block; }
      .locations-shortcode .location-map-image a {
        margin: 2rem 0; }
    header .small-device-wrapper {
      overflow: hidden;
      overflow-y: scroll; }
    header .top-bar {
      min-height: 140px; }
      header .top-bar .pull-left {
        flex-flow: column wrap;
        align-items: center; }
      header .top-bar .pull-left form {
        margin: 1.5rem auto 0.5rem;
        width: 80%; }
      header .top-bar .pull-left form .btn {
        height: 38px; }
      header .top-bar .pull-right {
        display: none; }
    .navigation {
      padding: 0; }
    .navigation .navbar {
      position: fixed;
      right: -45%;
      top: 35px;
      padding: 1.5rem;
      width: 45%;
      background-color: #fff;
      border: 1px solid #f1f1f1;
      z-index: 999;
      transition: all 0.3s ease-in-out; }
      .navigation .navbar .menu-trigger {
        position: fixed;
        right: 0;
        padding: 0.7rem 1rem;
        background-color: #4caf50;
        color: #fff;
        border-radius: 4px 0 0 4px;
        overflow: visible; }
      .navigation .navbar.open {
        right: 0; }
      .navigation .navbar.open .menu-trigger {
        right: 45%; }
      .navigation .navbar .small-device-action ul, .navigation .navbar .navbar-nav {
        display: flex;
        flex-flow: column wrap; }
      .navigation .navbar .small-device-action ul.account-list li.cart-items {
        margin: 0.5rem 0; }
      .navigation .navbar .small-device-wrapper .navbar-nav {
        padding-left: 1.5rem; }
      .navigation .navbar .small-device-wrapper .navbar-nav li {
        margin: 0.3rem 0; }
      .navigation .navbar .small-device-wrapper .navbar-nav li a .menu-tooltip {
        display: none; }
      .navigation .navbar .small-device-wrapper .navbar-nav li .mega_menu {
        display: none; }
      .navigation .navbar .small-device-wrapper .navbar-nav li .dropdown-menu {
        position: relative;
        display: block;
        padding: 0; }
      .navigation .navbar .small-device-wrapper .navbar-nav li .dropdown-menu li {
        background-color: transparent; }
      .navigation .navbar .small-device-wrapper .navbar-nav li .dropdown-menu li:first-child {
        padding-top: 0.3rem; }
      .navigation .navbar .small-device-wrapper .navbar-nav li .dropdown-menu li:last-child {
        padding-bottom: 0; }
      .navigation .navbar .small-device-wrapper .navbar-nav li .dropdown-menu li a {
        background-color: transparent; }
    .small-device-categories {
      position: fixed;
      left: -45%;
      top: 35px;
      padding: 1.5rem;
      width: 45%;
      background-color: #fff;
      border: 1px solid #f1f1f1;
      z-index: 999;
      transition: all 0.3s ease-in-out; }
      .small-device-categories .categories-trigger {
        position: fixed;
        left: 0;
        padding: 0.7rem 1rem;
        background-color: #286eb5;
        color: #fff;
        border-radius: 0 4px 4px 0; }
      .small-device-categories.open {
        left: 0; }
      .small-device-categories.open .categories-trigger {
        left: 45%; }
      .small-device-categories ul li {
        margin: 0.3rem 0; }
      .small-device-categories ul li a {
        color: #4a4a4a; }
    .page-template-page-tpl_left_sidebar .widget:last-child {
      margin-bottom: 2rem; }
    .single-post .white-block .white-block-content {
      display: block;
      padding: 2rem; }
      .single-post .white-block .white-block-content .left-single {
        margin-bottom: 2rem;
        padding: 0; }
      .single-post .white-block .white-block-content .right-single {
        max-width: 100%; } }

@media all and (max-width: 740px) {
  header .top-bar {
    flex-direction: column;
    align-items: flex-start; }
    header .top-bar .pull-left {
      align-self: stretch; }
    header .top-bar .pull-right {
      margin: 1.5rem auto 0 0; }

  .table-responsive {
    border: none; }

  .page-template-page-tpl_profile .page-title + section .row .col-sm-4 .white-block-content {
    margin-bottom: 1rem; }

  .page-template-page-tpl_profile .page-title + section .buyer-block .row .col-sm-4 .white-block-content {
    padding: 2rem; }

  .buyer-block .white-block-content form > .row .col-sm-8 .row .col-sm-6 {
    display: flex;
    flex-flow: column wrap; }
    .buyer-block .white-block-content form > .row .col-sm-8 .row .col-sm-6 .input-group:nth-child(2) {
      order: 1; }
    .buyer-block .white-block-content form > .row .col-sm-8 .row .col-sm-6:nth-child(2) {
      flex-direction: column-reverse; }

  #login .col-sm-6 p[align="right"] {
    text-align: left; }

  .filter-block .col-sm-3 form {
    margin-top: 1.5rem; }

  .single-store .widget {
    margin-bottom: 2rem; } }

@media all and (max-width: 670px) {
  .featured-slider-wrap .owl-carousel .owl-item li .white-block {
    width: 66%; }
    .featured-slider-wrap .owl-carousel .owl-item li .white-block h2 {
      font-size: 18px;
      font-size: 1.125rem; }

  .widget-footer .widget {
    margin-bottom: 2rem; }

  .ajax-cart-wrap .table tr td.item-name a {
    font-size: 14px;
    font-size: 0.875rem; }

  .search-map .infoBox {
    max-width: 100%; }
    .search-map .infoBox .deal-info-wrap {
      flex-flow: column wrap; }
    .search-map .infoBox .deal-info-wrap a, .search-map .infoBox .deal-info-wrap .deal-info {
      flex-basis: 100%; } }

@media all and (max-width: 600px) {
  #map-markers {
    height: 300px; }

  .page-template-page-tpl_profile .page-title + section .container > ul li a {
    font-size: 12px;
    font-size: 0.75rem; } }

@media all and (max-width: 420px) {
  /* -navigation*/
    html {
      font-size: 15px; }
    .home-search form .search-input-wrapper {
      width: 80%; }
    .featured-slider-wrap .owl-carousel .owl-item li .white-block {
      padding: 0 1rem;
      width: 70%; }
      .featured-slider-wrap .owl-carousel .owl-item li .white-block .deal-meta .pull-right {
        margin-left: 0; }
    .offer-box.coupon-box .white-block-content .btn {
      height: 2.85rem; }
    .locations-shortcode .location-map-image {
      flex: 6; }
    .category-shortcode > a {
      height: 220px; }
    .ajax-cart-wrap .table tr td {
      max-width: 100px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .ajax-cart-wrap .table tr td.item-img img {
        visibility: hidden; }
    .page-template-page-tpl_profile .page-title + section .container > ul {
      flex-wrap: wrap; }
      .page-template-page-tpl_profile .page-title + section .container > ul li {
        flex-basis: 25%; }
    .page-template-page-tpl_profile #wizard {
      padding: 1.5rem; }
      .page-template-page-tpl_profile #wizard .actions ul {
        justify-content: flex-start; }
    .page-template-page-tpl_profile .page-title + section .row .col-sm-8 .white-block-content {
      padding: 1rem; }
    .page-title.style-image {
      padding: 20px 0; }
      .page-title.style-image h1 {
        font-size: 22px;
        font-size: 1.375rem; }
    .thumbs-wrap .thumb-recommended {
      font-size: 20px;
      font-size: 1.25rem; }
      .thumbs-wrap .thumb-actions {
        margin-left: 0.5rem; }
      .thumbs-wrap .thumb-actions a {
        font-size: 22px;
        font-size: 1.375rem; }
    .navigation .navbar {
      width: 70%;
      right: -70%; }
      .navigation .navbar.open .menu-trigger {
        right: 70%; }
    .small-device-action {
      left: -70%; }
      .small-device-action.open .categories-trigger {
        left: 70%; }
    header .top-bar form .btn {
      flex: 1.5;
      height: 38px; }
    .category-shortcode .category-item-wrap .category-item-title h6 {
      font-size: 14px;
      font-size: 0.875rem; }
    .staff-pick-details {
      margin-left: 1rem; } }

@media all and (max-width: 390px) {
  .cart-action {
    width: 100%; }
    .cart-action a {
      padding: 8px 0;
      width: 48%; }

  .page-template-page-tpl_profile .bt-table #toolbar {
    width: 96%; }
    .page-template-page-tpl_profile .bt-table #toolbar a {
      width: 100%; }
    .page-template-page-tpl_profile .bt-table .search {
      width: 95%; }

  .thumbs-wrap {
    font-size: 14px;
    font-size: 0.875rem; }
    .thumbs-wrap strong {
      margin: 0.3rem; }
    .thumbs-wrap .thumb-recommended {
      font-size: 18px;
      font-size: 1.125rem; }
    .thumbs-wrap .thumb-actions {
      display: flex;
      margin-left: 0.5rem; }
    .thumbs-wrap .thumb-actions a {
      font-size: 20px;
      font-size: 1.25rem; }

  .single-offer .widget .countdown i {
    margin-right: 0.5rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3; }
    .single-offer .widget .countdown .kkcountdown-box {
      font-size: 22px;
      font-size: 1.375rem; } }

@media all and (max-width: 325px) {
  html {
    font-size: 13px; }

  .featured-slider-wrap .owl-carousel .owl-item li .white-block h2 {
    margin: 0.2rem;
    font-size: 14px;
    font-size: 0.875rem; }
    .featured-slider-wrap .owl-carousel .owl-item li .white-block .deal-meta .pull-right {
      margin-left: 1rem; }
      .featured-slider-wrap .owl-carousel .owl-item li .white-block .deal-meta .price {
        font-size: 18px;
        font-size: 1.125rem; }
      .featured-slider-wrap .owl-carousel .owl-item li .white-block .deal-meta .view-cart {
        margin-top: 0.4rem; }

  .cart-action a {
    width: 100%; }
    .cart-action a.form-submit {
      margin-top: 0.7rem; }

  .page-template-page-tpl_profile .dashboard-stats li {
    padding: 1rem;
    font-size: 14px;
    font-size: 0.875rem; }
    .page-template-page-tpl_profile .dashboard-stats li i {
      display: none; }

  .page-template-page-tpl_profile #wizard {
    padding: 0.5rem; }

  .page-template-page-tpl_profile .page-title + section .container > ul.buyer-nav li {
    flex-basis: 30%; }

  .offer-box.coupon-box .white-block-content .btn i {
    padding: 10px 16px;
    height: 37px; } }
/* -firefox hacks to correct image issues*/
@-moz-document url-prefix() {
  .staff-pick-item a img {
    width: 45px;
    height: 45px; }

  .category-item-title img {
    width: 45px;
    height: 45px; }

  .infoBox .deal-info-wrap a img {
    max-width: 80px; } }
/* -ie hacks to correct popular stores issue*/
@media all and (-ms-high-contrast: none) {
  .widget_couponxxl_popular_stores ul li {
    flex-basis: 34%; } }
/* 22. Print
 ------------------------------------------------------------------------------------- */
.coupon-print-image {
  display: none; }

@media print {
  header, section, div {
    display: none; }

  .coupon-print-image {
    display: block;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: avoid; } }

a.disabled {
  pointer-events: none;
  cursor: default; }
