@charset "UTF-8";
/*
Theme Name: Coupon Mart
Theme URI: https://demo.couponthemes.net/coupon-mart/
Author: CouponThemes
Author URI: https://couponthemes.net/
Description: Best WordPress Coupon and Deal Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coupon-mart
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, sticky-post, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Document
3.0 Layout
4.0 Elements
5.0 Posts
6.0 Pages
7.0 Widgets
8.0 User Area
9.0 Supports
10.0 Plugins

--------------------------------------------------------------*/
/*
$small_phone:	400px;
$phone: 		500px;
$table: 		790px;
$small_desktop:	1100px;
*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

a img {
  border: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.info-Table .coupon_code, .info-Table .coupon_expires{
  text-align: center;
}
.info-Table thead tr{
  background: #ffffff !important;
}
.info-Table thead tr:hover{

}
.info-Table tr:nth-child(odd){
  background: #f3f3f3;
}
.info-Table tr:nth-child(even){
  background: #ffffff !important;
}
.info-Table tr:hover{
  background:#fbfbfb !important;
}
@media screen and (max-width: 790px) {
  .info-Table{
    border:none;
  }
  .info-Table caption {
    font-size: 1.3em;
  }
  .content-area{
    padding-bottom: 0px !important;
  }
  .info-Table thead tr{
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .info-Table tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-left:none;
    border-right:none;
    border-radius: 6px;
    overflow: hidden;
  }
  .info-Table tr:last-child {
    margin-bottom: 0;
  }
  .info-Table td {
    border: 1px solid #ddd;
    border-top: none !important;
    display: block;
    font-size: 13px;
    font-weight: 400;
    min-height: 30px;
    text-align: left
  }
  .info-Table td:first-child{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .info-Table td:last-child{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .info-Table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}

td,
th {
  padding: 0;
}

.clearfix:after, .widget-area .widget_categories .widget-content ul:after, .store-listing-item:after, .st-menu:after, .container:after, .box-item:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .widget-area .widget_categories .widget-content ul, .store-listing-item, .st-menu, .container, .box-item {
  display: inline-block;
}

.clearfix, .widget-area .widget_categories .widget-content ul, .store-listing-item, .st-menu, .container, .box-item {
  display: block;
}

.clear {
  zoom: 1;
}
.clear:before, .clear:after {
  display: table;
  content: "";
}
.clear:after {
  clear: both;
}

.break, pre, p, ul, ol, dl, blockquote, h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
  word-wrap: break-word;
}

.none {
  display: none;
}

/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 14px;
}

body {
  background: #f8f9f9;
  height: 100%;
}

body, p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.8;
  color: #666666;
}

pre,
code,
input,
textarea {
  font: inherit;
}

::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}

::selection {
  background: #000000;
  color: #FFFFFF;
}

/*------------------------------
	2.2 Links
------------------------------*/
a {
  color: #00979d;
  text-decoration: none;
}
a:hover {
  color: #ff9900;
  text-decoration: none;
}

/*------------------------------
	2.3 Heading
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 0;
  color: #222222;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #222222;
  text-decoration: none;
}

h1 {
  line-height: 1.6;
  font-size: 26px;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 790px) {
  h1 {
    font-size: 35px;
  }
}
h1 span {
  font-weight: bold;
}

h2 {
  line-height: 1.6;
  font-size: 23px;
}
@media screen and (min-width: 790px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 20px;
  line-height: 1.6;
}

h4 {
  font-weight: normal;
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-weight: normal;
  font-size: 13px;
}

/*------------------------------
	2.4 Base
------------------------------*/
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
  margin-bottom: 15px;
  margin-top: 0;
}

/*------------------------------
	2.5 Content
------------------------------*/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  clear: both;
  margin: 20px 0;
}
blockquote p {
  font-style: italic;
}
blockquote cite {
  font-style: normal;
  margin-bottom: 20px;
  font-size: 13px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

figure {
  margin: 0;
}

address {
  margin: 20px 0;
}

hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  height: 1px;
  margin-bottom: 20px;
}

tt,
kbd,
pre,
code,
samp,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: #e9e9e9;
  padding: 5px 7px;
  border-radius: 2px;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 20px 0;
  padding: 20px;
}

details summary {
  font-weight: bold;
  margin-bottom: 20px;
}
details :focus {
  outline: none;
}

abbr,
acronym,
dfn {
  cursor: help;
  font-size: 0.95em;
  text-transform: uppercase;
  border-bottom: 1px dotted #e9e9e9;
  letter-spacing: 1px;
}

mark {
  background-color: #fff9c0;
  text-decoration: none;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

ul, ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul li, ol li {
  margin: 8px 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 20px 20px;
}

/*------------------------------
	2.6 Table
------------------------------*/
table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
  border-spacing: 0;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e9e9e9;
  line-height: 1.42857;
  padding: 5px;
  vertical-align: middle;
  text-align: left;
}

table > thead > tr > th, table > thead > tr > td {
  border-bottom-width: 2px;
}

table th {
  font-size: 14px;
  text-transform: uppercase;
}

/*------------------------------
	2.7 Form
------------------------------*/
fieldset {
  padding: 20px;
  border: 1px solid #e9e9e9;
}

.ui.form input{
  padding: 12px 35px !important;
}

input[type=reset], input[type=submit], input[type=submit] {
  cursor: pointer;
  background: #00979d;
  border: none;
  display: inline-block;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  padding: 17px 23px 18px 23px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}
input[type=reset]:hover, input[type=submit]:hover, input[type=submit]:hover {
  opacity: 0.8;
}

input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover,
input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus,
button:hover, button:focus {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #e9e9e9;
  padding: 10px;
}

textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  cursor: pointer;
  max-width: 100%;
  background-color: transparent;
  border: 1px solid #e9e9e9;
  -webkit-appearance: none;
  padding: 10px 15.3846153846px;
  border-radius: 2px;
}
textarea:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus {
  outline: none;
  border-color: #00979d;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=radio], input[type=checkbox] {
  margin: 0 10px;
}

input, textarea, input[type=submit]:focus {
  outline: 0 none;
}

/*------------------------------
	2.8 Accessibility
------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #AAAAAA;
  border-radius: 3px;
  clip: auto !important;
  color: #00979d;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 17px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*------------------------------
	2.9 Helper
------------------------------*/
.hide {
  display: none;
}

.primary-color, .primary-bg {
  color: #00979d;
}

.secondary-color, .secondary-bg {
  color: #ff9900;
}

.text-transform-none {
  text-transform: none !important;
}
.text-transform-none h1, .text-transform-none h2, .text-transform-none h3, .text-transform-none h4, .text-transform-none h5 {
  text-transform: none !important;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.primary-colored {
  color: #00979d;
}

.box-item {
  padding: 20px 20px 16px 20px;
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
.site {
  margin: 0 auto;
}

.container {
  max-width: 1590px;
  padding: 0px 25px;
  margin: 0 auto;
  position: relative;
}
.footer-container {
  max-width: 1204px;
  padding: 0px 25px;
  margin: 0 auto;
  position: relative;
}
.footer-container .ui.grid{
  padding: 0 50px;
}
.footer-container .inline-widget{
  max-width: 240px;
  display: inline-block;
}
.footer-container .inline-widget .widget-title{
  margin-bottom:10px;
}
.footer-bottom{
  float:left;
  width:100%;
  display: flex;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-content: stretch;
  padding: 0 50px;
}
.footer-bottom .footer_copy{
  width: 40%;
  text-align: left;
  border-top: 2px solid rgba(255, 255, 255, 0.03);
}
.footer-bottom .footer-bot-item{
  width: 30%;
  text-align: center;
}
.footer-bottom .bot-social-link{
  text-align: right;
}
.footer-bottom .bot-social-link .social-link{
  float:left;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.footer-bottom .bot-social-link .social-link a{
  width:20px;
  height: 20px;
  color:#535c62;
  margin-right: 13px;
  text-decoration: none;
  font-size: 16px;
}
.footer-bottom .bot-social-link .social-link a:last-child{
  margin-right:0px;
}
@media screen and (max-width: 1400px) {
  .container {
    padding: 0px 50px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 1024px;
    padding: 0px 50px;
  }

}
@media screen and (max-width: 790px) {
  .site-footer{
    padding: 45px 0px 28px 0px;
  }
  .container {
    max-width: 640px;
    padding: 0px 30px;
  }
  .footer-container .sidebar-footer .widget-area{
    width: 100% !important;
    text-align: center;
    padding: 4px 0px !important;
  }
  .footer-bottom{
    display: flex;
    flex-direction: column;
    margin-top: 75px;
  }
  .footer-bottom .footer_copy{
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-footer .footer-bottom .footer_copy p{
    margin-bottom: 0;
  }
  .footer-bottom .footer-bot-item{
    width: 100%;
    text-align: center;
  }
  .footer-bottom .bot-social-link{
    width: 100%;
    text-align: center;
  }
  .footer-bottom .bot-social-link .social-link{
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .container {
    max-width: 400px;
    padding: 0px 15px;
  }
}
@media screen and (max-width: 400px) {
  .container {
    padding: 0px 10px;
  }
}

.site-content #content-wrap {
  padding-top: 0px;
  padding-bottom: 40px;
}
.search .site-content #content-wrap {
  padding-top: 40px;
}
.content-area {
  width: 100%;
  float: none;
  padding-bottom: 40px;
}
@media screen and (min-width: 790px) {
  .content-area {
    width: 74.4%;
    float: left;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 790px) {
  .tax-coupon_category .site-content #content-wrap {
    padding-bottom: 0 !important;
  }
}
.sidebar {
  width: 100%;
  float: none;
}
.sidebar.widget-area .store-listings{
  flex-direction: column;
}
.sidebar.widget-area .store-listing-item{
  width: 100%;
}
.sidebar .offer_available{
  float: left;
  width: 100%;
  padding: 25px;
  background-color: #edf3f5;
  border-radius: 12px;
  color: #4e595f;
  margin-bottom: 16px;
}
.sidebar .offer_available .tag-icon{
  font-size: 30px;
}
.sidebar .offer_available .tag-icon .icon{
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #4e595f;
  color: transparent;
}
.sidebar .offer_available .available-coupon{
  margin-top: 11px;
  color: #4e595f;
}
@media screen and (min-width: 790px) {
  .sidebar {
    width: 24%;
    float: left;
  }
}

.content-box {
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .content-box {
    padding: 15px;
    margin-bottom: 15px;
  }
}

.no-sidebar .content-box {
  padding: 40px;
}
@media screen and (max-width: 790px) {
  .no-sidebar .content-box {
    padding: 5px;
  }
}

.no-sidebar .content-area {
  width: 100%;
}

@media screen and (min-width: 790px) {
  .left-sidebar .content-area {
    float: right;
  }

  .right-sidebar .sidebar {
    float: right;
  }
}
/**/
.content-widgets .widget {
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}
.content-widgets .widget_wpcoupon_cat_coupon .widget_block{
  margin-bottom: 0px;
}
.content-widgets.frontpage-after-main .widget:last-child {
  margin-bottom: 0px;
}

/* SiteOrigin page builder extended */
.panel-grid {
  margin-bottom: 40px;
}

@media screen and (min-width: 790px) {
  .wpc-pn-row-wrapper {
    margin-left: -2.427184466%;
    margin-right: -2.427184466%;
  }
  .wpc-pn-row-wrapper .panel-grid-cell {
    padding-left: 2.427184466%;
    padding-right: 2.427184466%;
  }
}
@media screen and (max-width: 790px) {
  .wpc-pn-row-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .wpc-pn-row-wrapper .panel-grid-cell {
    padding-left: 0;
    padding-right: 0;
    float: none !important;
    width: 100% !important;
    margin-bottom: 40px;
  }
  .wpc-pn-row-wrapper .panel-grid-cell:last-child {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
/*------------------------------
	4.1 Header
------------------------------*/
/*Sticky Header*/
.sticky-header .lg-header .primary-header{
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
}
.sticky-header .lg-header .coupon-menu-details{
  padding-top:90px;
}

.sticky-header .sm-header .primary-header{
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
}
.sticky-header .sm-header .coupon-menu-details{
  padding-top:90px;
}
/*-------------------------------------------------
          4.2 Large Screen Header Area
-----------------------------------------------*/
.site-header{
  position: relative;
}
.lg-header{
  display: block;
}
.sm-header{
  display: none;
}
.header-flex{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.site-header .logo_area {
  margin-top: 7px;
  width: 13.96%;
  margin-right: 15px;
}

.hearder-nav-menu .menu-item{
  position: relative;
  float: left;
  font-size: 15px;
  text-align: center;
  color: #4e595f;
  cursor: pointer;
  background-size: 20px 20px !important;
  background-position: 20px 50% !important;
  padding: 7px 23px 8px 26px;
  margin-right: 10px;
  font-weight: 700;
  border-radius: 1000px;
  text-transform: uppercase;
  height: 36px;
  border: 1px solid #f2f2f2;
}
.hearder-nav-menu .menu-item:hover{
  background-color: #edf3f5;
}
.hearder-nav-menu .menu-item:after{
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  content: "\f0d7";
  width: 20px;
  height: 20px;
  top: 8px;
  right: 15px;
  position: absolute;
}
.hearder-nav-menu .active:after{
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  content: "\f0d8";
  width: 20px;
  height: 20px;
  top: 7px;
  right: 15px;
  position: absolute;
}
.hearder-nav-menu .menu-item span{
  float:left;
  margin-left: 20px;
  margin-right:20px;
}
.hearder-nav-menu .menu-item#cu_cat:before{
  font-family: dashicons;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  content: "\f180";
  width: 20px;
  height: 20px;
  top: 7px;
  left: 19px;
  position: absolute;
}
.hearder-nav-menu .menu-item#cu_sto:before{
  font-family: dashicons;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  content: "\f513";
  width: 20px;
  height: 20px;
  top: 9px;
  left: 17px;
  position: absolute;
}
.hearder-nav-menu .menu-item a{
  color:#000;
}

.coupon-menu-details #sto_pan.menu-panel {
  display: none;
  margin-bottom: 23px;
  padding-left: 0;
  padding-right: 0;
}
.coupon-menu-details #cat_pan.menu-panel {
  margin-bottom: 25px;
}

.coupon-menu-details #cat_pan.menu-panel #next_icon{
  position: absolute;
  font-family: dashicons;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  content: "\f341";
  left:25px;
  top: 38px;
  width: 30px;
  height: 30px;
  background: #f6fdff;
  border: 2px solid #bbccd0;
  border-radius: 50%;
  padding: 3px 2px;
  cursor: pointer;
  display: none;
  z-index: 1;
}
.coupon-menu-details #cat_pan.menu-panel:hover #next_icon{
  display: block;
}
.coupon-menu-details #cat_pan.menu-panel #prev_icon{
  position: absolute;
  font-family: dashicons;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  content: "\f345";
  right: 25px;
  top: 38px;
  width: 30px;
  height: 30px;
  background: #f6fdff;
  border: 2px solid #bbccd0;
  border-radius: 50%;
  padding: 3px 4px;
  cursor: pointer;
  display: none;
  z-index: 1;
}
.coupon-menu-details #cat_pan.menu-panel:hover #prev_icon{
  display: block;
}
.coupon-menu-details .menu-panel{
  float: left;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 0;
  padding-top: 10px;
}
.coupon-menu-details .menu-panel .link-wrap{
  float: left;
  width:100%;
  overflow-x: hidden;
  display: flex;
}
.coupon-menu-details .link-wrap:hover .item-link{
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.coupon-menu-details .link-wrap .item-link{
  width: 110px;
  margin-right: 15px;
  text-align: center;
  position: relative;
}
.coupon-menu-details .item-link .image-wrap{
  width: 110px;
  height:80px;
  /*background:#edf3f5;*/
  padding: 0px 0px;
  border-radius: 1000px;
  overflow: hidden;
}
.coupon-menu-details .item-link .icon-wrap{
  width: 112px;
  height:80px;
  /*background:#edf3f5;*/
  /*padding: 7px 0px;*/
  border-radius: 1000px;
}
.coupon-menu-details .item-link .image-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}
.coupon-menu-details .item-link .item-img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: inline-block;
  background-position:center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  font-size: 36px;
}
.coupon-menu-details .item-link .item-img .icon{
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #6d6100;
  box-shadow: 0 0 0 transparent !important;
  padding:0 !important;
  width: auto !important;
  height: auto !important;
  margin:0 !important;
  color:transparent;
}
.coupon-menu-details .item-link .item-img{
  width: 80px;
  height:80px;
  padding: 20px 0px;
  border-radius: 50%;
  border: 2px solid;
}
.coupon-menu-details .item-link .item-title{
  float:left;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  color: #4e595f;
  line-height:18px;
  margin-top: 6px;
}
.coupon-menu-details .store-link-wrap{
  float: left;
  width: 100%;
  height: 166px;
  display: flex;
  overflow-y: scroll;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.coupon-menu-details .store-link-wrap::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.coupon-menu-details .store-link-wrap {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.coupon-menu-details .store-item-link{
  width:245px;
  height:156px;
  margin-right: 17px;
  background: #fff;
  border-radius: 12px;
  border:2px solid #edf3f5;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.coupon-menu-details .store-item-link:hover{
  cursor: pointer;
  -webkit-box-shadow: 10px 10px 0 rgb(0 0 0 / 5%);
  box-shadow: 10px 10px 0 rgb(0 0 0 / 5%);
}
.coupon-menu-details .store-item-link:last-child{
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #535c62;
  text-decoration: underline;
}
.coupon-menu-details .store-item-link:last-child a{
  color: #535c62;
  width:245px;
  text-align: center;
}
.coupon-menu-details .sm-store-link-wrap .store-item-link:last-child a{
  width: 175px;
  text-align: center;
}
.coupon-menu-details .store-item-link .logo-offer{
  float: left;
  width: 100%;
  display:flex;
  justify-content: space-between;
}
.coupon-menu-details .store-item-link .logo-offer .image-wrap{
  width: 100px;
  height: 60px;
  background-color:#fff;
  text-align: center;
  margin-left: 17px;
  padding: 10px 0;
  border-radius: 10px;
}
.coupon-menu-details .store-item-link .logo-offer .image-wrap .item-img{
  width: 70px;
  height: 40px;
  display: inline-block;
  background-position:center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.coupon-menu-details .store-item-link a .logo-offer .top-offer{
  font-size: 18px;
  font-weight: 700;
  padding: 10px 17px;
}
.coupon-menu-details .store-item-link .logo-offer .offer{
  width: 40px;
  height: 40px;
}
.coupon-menu-details .store-item-link .item-info{
  padding: 0px 20px;
}
.coupon-menu-details .store-item-link .item-title{
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color:#161b1e;
  height:60px;
  margin-top: -5px;
}
.coupon-menu-details .store-item-link .available-offer{
  float:left;
  width: 100%;
  font-size: 12px;
  color: #5d5f60;
  background: url("assets/images/ticket.png") no-repeat;
  background-position: 0px 6px;
  background-size: 12px 12px;
  padding: 0 0 0 20px;
  margin-top: 0;
}
.coupon-menu-details .store-item-link .widget_nav_menu{
  padding: 55px 0px;
}
.coupon-menu-details .store-item-link .widget_nav_menu ul{
  padding-left: 0;
}
.coupon-menu-details .store-item-link .widget_nav_menu ul li{
  list-style: none;
  text-align: center;
}
.coupon-menu-details .store-item-link .widget_nav_menu ul li a{
  color: #535c62;
  font-size: 16px;
}
.coupon-menu-details .store-item-link .widget_nav_menu ul li a:hover{
  color: #535c62;
  text-decoration: underline;
}
.coupon-menu-details .store-item-link:hover .widget_nav_menu ul li a{
  text-decoration: underline;
}
/*-------------------------------------------------
          4.3 Small Screen Header Area
-----------------------------------------------*/
.sm-header .primary-header .head-item{
  float:left;
  width: 33.3333333%;
  position: relative;
  display: flex;
  align-items: center;
}
.sm-header .primary-header .head-item .logo_area{
  width: 100%;
  text-align: center;
}
.sm-header .hearder-nav-menu{
  width: 90px !important;
  justify-content: space-between;
}
.sm-header .hearder-nav-menu .menu-item{
  width: 40px;
  height: 40px;
  padding: 0;
  margin-right: 0;
  background-position: center center !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.sm-header .hearder-nav-menu .menu-item:after{
  content: '';
}
.sm-header .hearder-nav-menu .menu-item span{
  display: none;
}
.sm-header .hearder-nav-menu .menu-item#sm_cu_cat:before{
  font-family: dashicons;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  content: "\f180";
  width: 20px;
  height: 20px;
  top: 9px;
  left: 9px;
  position: absolute;
}
.sm-header .hearder-nav-menu .menu-item#sm_cu_sto:before{
  font-family: dashicons;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  content: "\f513";
  width: 20px;
  height: 20px;
  top: 10px;
  left: 9px;
  position: absolute;
}
.sm-header .coupon-menu-details #sm_sto_pan.menu-panel {
  display: none;
}
.coupon-menu-details #sm_cat_pan.menu-panel #next_icon{
  position: absolute;
  font-family: dashicons;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  content: "\f341";
  left:60px;
  top: 57px;
  width: 30px;
  height: 30px;
  border: 2px solid #bbccd0;
  border-radius: 50%;
  padding: 3px 2px;
  cursor: pointer;
}
.coupon-menu-details #sm_cat_pan.menu-panel #sm_next_icon{
  position: absolute;
  font-family: dashicons;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  content: "\f341";
  left:50px;
  top: 38px;
  width: 30px;
  height: 30px;
  border: 2px solid #bbccd0;
  border-radius: 50%;
  padding: 3px 2px;
  cursor: pointer;
  background: #f6fdff;
  display: none;
}
.coupon-menu-details #sm_cat_pan.menu-panel:hover #sm_next_icon{
  display: block;
}
.coupon-menu-details #sm_cat_pan.menu-panel #sm_prev_icon{
  position: absolute;
  font-family: dashicons;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  content: "\f345";
  right: 50px;
  top: 38px;
  width: 30px;
  height: 30px;
  border: 2px solid #bbccd0;
  border-radius: 50%;
  padding: 3px 4px;
  cursor: pointer;
  background: #f6fdff;
  display: none;
}
.coupon-menu-details #sm_cat_pan.menu-panel:hover #sm_prev_icon{
  display: block;
}
.sm-header .coupon-menu-details .menu-panel .sm-link-wrap{
  overflow-x: scroll;
}
.sm-header .coupon-menu-details .menu-panel .sm-link-wrap{

}
.sm-header .coupon-menu-details .menu-panel .sm-link-wrap::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1400px) {
  .coupon-menu-details #cat_pan.menu-panel #next_icon{
    left: 50px;
  }
  .coupon-menu-details #cat_pan.menu-panel #prev_icon{
    right: 50px;
  }
}
@media screen and (max-width: 790px) {
  .coupon-menu-details #sm_cat_pan.menu-panel #sm_next_icon{
    left: 25px;
    z-index: 1;
  }
  .coupon-menu-details #sm_cat_pan.menu-panel #sm_prev_icon{
    right: 25px;
    z-index: 1;
  }
}
@media screen and (max-width: 500px) {
  .coupon-menu-details #sm_cat_pan.menu-panel #sm_next_icon{
    left: 15px;
    z-index: 1;
  }
  .coupon-menu-details #sm_cat_pan.menu-panel #sm_prev_icon{
    right: 15px;
    z-index: 1;
  }
}
.sm-header .right-head-item{
  display: flex;
  justify-content: flex-end;
}
.sm-header .right-icon{
  display: flex;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
}
.sm-header .right-three-icon{
  width: 140px;
}
.sm-header .right-two-icon{
  width:90px
}
.sm-header .right-icon .user_icon{
  width: 40px;
  height: 40px;
  color: #4e595f;
  border-radius: 50%;
  padding: 10px 2px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  cursor: pointer;
}
.sm-header .right-icon .user_icon:hover{
  background: #edf3f5;
}
.sm-header .right-icon .user_icon.active{
  background-color: #dffaff;
}
.sm-header .right-icon .user_icon i.icon{
  margin-left: 3px;
}
.sm-header .right-icon .search_icon{
  width: 40px;
  height: 40px;
  color: #4e595f;
  padding: 10px 2px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.sm-header .right-icon .search_icon:hover{
  background: #fff;
}
.sm-header .right-icon .response_icon{
  width: 40px;
  height: 40px;
  color: #4e595f;
  border-radius: 50%;
  padding: 10px 2px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.sm-header .right-icon .response_icon:hover{
  background: #edf3f5;
}
.sm-header .right-icon .response_icon.active{
  background-color: #dffaff;
}
.sm-header .right-icon .response_icon i.icon{
  margin-left: 3px;
}
.sm-header .user_menu{
  display: none;
  position: absolute;
  z-index: 1;
  width: 160px;
  right: 50px;
  top: 52px;
  background-color: #fff;
  border-radius: 6px;
  padding: 15px 0 15px 0;
  border: 2px solid #edf3f5;
}

.sm-header .user_menu li{
  float: left;
  width: 100%;
  margin: 0px;
}
.sm-header .user_menu li a{
  float: left;
  width: 100%;
  padding-left: 20px;
  padding-top:5px;
  padding-bottom:5px;
  font-weight: 700;
  color: #4e595f;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.sm-header .user_menu li a:hover{
  background-color: #dffaff;
  color: #00a1c0;
}
/** Modal */
.sm-header .modal {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  margin: 0 auto;
  padding: 55px 30px 50px 30px;
  border-radius: 4px;
}
.sm-header .modal-close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 12px;
  color: #535c62;
  background: none !important;
  width: 24px;
  height: 24px;
  border: 2px solid #bbccd0;
  border-radius: 50%;
  padding: 4px 3px;
  background: #f6fdff !important;
}
.sm-header .header-search-input{
 width: 100%;
}
.sm-header .modal input[type="text"]{
  border-radius: 7px !important;
  font-size: 15px;
  padding-left: 40px;
  background: #f6fdff !important;
  border:2px solid #bbccd0;
}
/*Responsive Menu Modal*/
.sm-header .response_menu_modal {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  margin: 0 auto;
  padding: 55px 30px 50px 30px;
  border-radius: 4px;
}
.sm-header .menu-close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 12px;
  color: #535c62;
  background: none !important;
  width: 24px;
  height: 24px;
  border: 2px solid #bbccd0;
  border-radius: 50%;
  padding: 4px 3px;
}
/** Overlay */
.sm-header .overlay {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  background-color: rgb(0 0 0 / 80%);
  z-index: 100;
}
.sm-header .menu-overlay {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(246,253,255,.925);
  z-index: 100;
}

/** JS */
.sm-header .is-visible {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
.sm-header .is-visible h4.search-title{
  display: block;
  color:#ffffff;
  position: absolute;
  left: 30px;
  top: 12px;
}

@media screen and (max-width: 1400px) {
  .hearder-nav-menu{
    width: 31.7% !important;
  }
  .header_right {
    width: 20.82% !important;
  }
  .nav-user-action {
    width: 29% !important;
  }
  .nav-user-action .st-menu > li{
    width:140px !important;
  }
  .nav-user-action .menu-item.reg-btn{
    width: 200px !important;
  }
  .nav-user-action .st-menu > li > a{
    padding: 7px 5px !important;
  }
}
@media screen and (max-width: 1200px) {
  .header_right {
    width: 17.82% !important;
  }
  .hearder-nav-menu {
    width: 35.7% !important;
  }
}
@media screen and (max-width: 1110px) {
  .lg-header{
    display: none;
  }
  .sm-header{
    display: block;
  }
  .sm-header .primary-header{
    padding: 17px 0px;
  }
  .sm-header .primary-header .parent_static{
    position: static;
  }
  .sm-header .primary-header .parent_relative{
    position: relative;
  }
}
@media screen and (max-width: 790px) {

}
@media screen and (max-width: 500px) {

}
@media screen and (max-width: 400px) {

}
@media screen and (max-width: 500px) {
  .site-header .logo_area {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
}

.primary-header {
  padding: 24px 0px;
  color: rgba(255, 255, 255, 0.6);
}

.title_area .site-title {
  line-height: 1;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color:#4e595f;
  font-weight: 900;
}
.title_area .site-title a {
  color:#4e595f;
}
.title_area .site-description {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0px;
  color:#4e595f;
  font-weight: 700;
}

.site-navigation {
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 30;
}

/* Header Hightlight
------------------------------*/
.header-highlight {
  display: none;
}
.header-highlight a {
  margin-left: 30px;
  margin-top: 7px;
  display: inline-block;
}
.header-highlight a .highlight-icon {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.6);
}
.header-highlight a .highlight-text {
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
.header-highlight a:hover .highlight-text,
.header-highlight a:hover .highlight-icon {
  color: #ffffff;
}
.header-highlight a:first-child {
  margin-left: 60px;
}
@media screen and (min-width: 1100px) {
  .header-highlight {
    display: block;
  }
}

/* Search Form
------------------------------*/
@media screen and (max-width: 790px) {
  #header-search {
    margin-top: 5px;
  }
}

#header-search .ui.search > .results{
  right: 0 !important;
  width: 100% !important;
}
#header-search .search-sample {
  display: block;
  font-size: 11px;
  margin-top: 7px;
  line-height: 1;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
  padding:10px 20px 1px 20px;
}
#header-search .search-sample h4{
  font-size:20px;
  text-align: left;
}
#header-search .search-sample ul{
  padding-left: 0;
}
#header-search .search-sample ul li {
  text-align: left;
  padding: 7px 0px 15px 0;
  border-bottom: 1px solid #f2f2f2;
}
#header-search .search-sample ul li:last-child{
  padding-bottom: 0;
  border-bottom:none;
}
#header-search .search-sample a {
  margin-left: 2px;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 0px;
  color: #000;
  line-height: 1.33;
}
#header-search .search-sample a:hover {
  color: #000;
}
#header-search .search-sample span {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.6);
}

.header_right{
  width: 34.82%;
  padding-right: 15px;
}
#header-search .header-search-input {
  float: right;
  width: 100%;
}
#header-search input[type=text] {
  font-size: 15px;
  height:40px;
  color: #4e595f;
  width: 100%;
  padding-left: 40px;
  background:transparent;
  border-radius: 6px !important;
  border: 2px solid #bbccd0;
}
#header-search input[type=text]:focus, #header-search input[type=text]:active{
  background: #fff;
  border-right-color: #bbccd0 !important;
}
@media screen and (max-width: 500px) {
  #header-search .header-search-input {
    float: none;
    text-align: center;
  }
}
#header-search input[type=text]::-webkit-input-placeholder { /* Edge */
  color: #4e595f;
}

#header-search input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4e595f;
}

#header-search input[type=text]::placeholder {
  color: #4e595f;
}
#header-search  .header-search-input.ui.search .prompt ~ .search.icon {
  color: #4e595f;
}
@media screen and (max-width: 500px) {
  #header-search input[type=text] {
    width: 50%;
  }
}
#header-search .header-search-submit {
  background: #00979d;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#header-search .result {
  display: -webkit-box;
  display: flex;
  position: relative;
}
#header-search .result a {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#header-search .results .result .image + .content {
  margin: 0px;
  align-self: center;
}
#header-search .results .image {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 1em;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  align-self: center;
  border-radius: 0px;
}
#header-search .results .result .image img {
  width: 90px;
}
/* Primary Navigation
------------------------------*/
.primary-navigation{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.hearder-nav-menu{
  float:left;
  width: 25.7%;
  padding: 0 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.st-menu,
.st-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.st-menu .menu-box {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  z-index: 99;
}
.st-menu li:hover > .menu-box,
.st-menu li.sfHover > .menu-box {
  display: block;
}
.st-menu ul ul {
  top: 0;
  left: 100%;
}
.st-menu li {
  position: relative;
}
.st-menu > li {
  float: left;
}
.st-menu li:hover > ul,
.st-menu li.sfHover > ul {
  display: block;
}
.st-menu a {
  display: block;
  position: relative;
}

.st-menu ul {
  min-width: 12em;
  *width: 12em;
  box-shadow: 0 9px 14px rgba(0, 0, 0, 0.05);
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ffffff;
}
.st-menu ul ul {
  padding-top: 7px;
}
.st-menu li {
  white-space: nowrap;
  *white-space: normal;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.st-menu > li:first-child > a {
  padding-left: 0px;
}
.st-menu > li > a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 13px 7px;
}
.st-menu li:hover,
.st-menu li.sfHover {
  -webkit-transition: none;
  transition: none;
}
.st-menu a {
  color: #4e595f;
  padding: 7px 20px;
  font-size: 13px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-decoration: none;
  zoom: 1;
}
.st-menu a i {
  margin-right: 0px;
  font-size: 13px;
}
.st-menu li.current-menu-item a {
  color: #00979d;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}
.sf-arrows .sf-with-ul:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #cccccc;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #00979d;
  opacity: 0.5;
}
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #cccccc;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #00979d;
  opacity: 0.5;
}

/*Small Device Menu*/
.sm-d-pr-menu{
  float:left;
  width: 100%;
}
.sm-d-pr-menu li{
  width: 100%;
  text-align: center;
  list-style: none;
}
.sm-d-pr-menu li a{
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f6fdff;
  padding: 5px 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.sm-d-pr-menu li ul{
  padding: 0;
  margin-bottom: 0;
}
#nav-toggle {
  display: none;
  font-size: 20px;
  padding: 13px 0 11px;
  margin-left: -3px;
  cursor: pointer;
  color: #777777;
}

.nav-toggle-subarrow {
  display: none;
}

@media screen and (max-width: 790px) {
  .primary-navigation .st-menu {
    width: 100% !important;
    display: none;
  }

  .st-menu.st-menu-mobile {
    display: block !important;
    position: absolute;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #e9e9e9;
    z-index: 100;
  }
  .st-menu.st-menu-mobile > li > a {
    padding: 12px 20px;
  }
  .st-menu.st-menu-mobile ul {
    box-shadow: none;
    background: #ffffff;
    padding-bottom: 0;
    border-top: 1px solid #e9e9e9;
    position: static !important;
    display: none !important;
  }
  .st-menu.st-menu-mobile ul li:last-child {
    border-bottom: none;
  }
  .st-menu.st-menu-mobile ul li a {
    padding: 12px 35px;
  }
  .st-menu.st-menu-mobile ul li li a {
    padding: 12px 70px;
  }
  .st-menu.st-menu-mobile li {
    border-bottom: 1px solid #e9e9e9;
    float: none !important;
    display: block !important;
    width: 100% !important;
  }
  .st-menu.st-menu-mobile .nav-toggle-subarrow {
    display: block;
    color: #999999;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    padding: 12px 20px 11px;
  }
  .st-menu.st-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow i.icon.plus:before {
    content: "";
  }
  .st-menu.st-menu-mobile .nav-toggle-dropdown > ul {
    display: block !important;
  }

  #nav-toggle {
    display: block;
  }
}
/* Header User Action Menu
------------------------------*/
.nav-user-action{
  width: 24%;
}
.nav-user-action .st-menu {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.nav-user-action .st-menu li ul a{
  background: #fff;
}
.nav-user-action .st-menu > li {
  position: static;
  margin-right: 15px;
  width: 125px;
  text-align: center;
}
.nav-user-action .st-menu > li:last-child {
  margin-right: 0px;
}
.nav-user-action .st-menu > li > ul > li{
  text-align: left;
}
.nav-user-action .st-menu > li > a {
  height: 40px;
  padding: 9px 12px;
  color: #055d6d;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid;
  border-radius: 6px;
}
.nav-user-action .st-menu a i {
  float: left;
  margin-right: 0px;
  margin-left: 4px;
  margin-top: -1px;
}
.nav-user-action .menu-item.reg-btn{
  width: 222px;
  text-align: center;
}
.nav-user-action .menu-item.reg-btn a{
  border:2px solid #3f7b0a;
}
@media screen and (max-width: 400px) {
  .nav-user-action .st-menu > li > a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 11px;
    padding-top: 20px;
  }
}
.nav-user-action .st-menu ul {
  left: -43px;
}
.nav-user-action .st-menu .menu-box {
  background: #ffffff;
  box-shadow: 0 9px 14px rgba(0, 0, 0, 0.05);
  min-width: 300px;
  padding: 15px 30px 20px;
  overflow: hidden;
  white-space: normal;
}
@media screen and (max-width: 400px) {
  .nav-user-action .st-menu .menu-box {
    width: 100%;
    right: -15px;
  }
}
.nav-user-action .st-menu .menu-box .menu-box-title {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0px;
  display: block;
  margin-bottom: 20px;
}
.nav-user-action .st-menu .menu-box .saved-coupon {
  padding-bottom: 15px;
  margin-bottom: 17px;
  border-bottom: 1px solid #e9e9e9;
}
.nav-user-action .st-menu .menu-box .saved-coupon:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0px;
}
.nav-user-action .st-menu .menu-box .saved-coupon .store-thumb {
  width: 80px;
  height: auto;
  float: left;
  margin-right: 15px;
}
.nav-user-action .st-menu .menu-box .saved-coupon .coupon-text {
  overflow: hidden;
}
.nav-user-action .st-menu .menu-box .saved-coupon .coupon-text a {
  font-size: 13px;
  line-height: 1.5;
}
.nav-user-action .st-menu .menu-box .exp-text {
  font-size: 10px;
  display: block;
  margin-top: 2px;
  font-style: italic;
}
.nav-user-action .st-menu .menu-box a {
  padding: 0;
  color: #00979d;
  font-size: 14px;
}
.nav-user-action .st-menu .menu-box a:hover {
  color: #ff9900;
}
.nav-user-action .st-menu .menu-box .store-thumb a {
  line-height: 64px;
}
.nav-user-action .st-menu .menu-box .more-links {
  display: block;
  margin-top: 20px;
}
/*WP Modal Registration Form*/
.ui.modals .wpu-register-form{
  padding: 20px;
  text-align: left;
}
.cus-modal-hide{
  display: none !important;
}
.cus-modal-visible{
  diplay:block;
}
/*Store Thumb Area*/
.store-thumb {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.store-thumb img {
  float: left;
  width: 100%;
  height: auto;
}
.store-thumb a,
.store-thumb .thumb-padding {
  display: block;
  width: 100%;
}
.store-thumb a:after,
.store-thumb .thumb-padding:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.store-thumb.text-thumb {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  display: -webkit-box;
  display: flex;
  min-height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  line-height: 100px;
}
.store-thumb.text-thumb .thumb-padding {
  line-height: 1.2;
  overflow: hidden;
}
.store-thumb:affter {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#site-header-nav {
  -webkit-transition: all 1s ease-out;
  /* Safari */
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/*------------------------------
	4.2 Content
------------------------------*/
/* Content Related Elements
------------------------------*/
/* Popular Stores
------------------------------*/
.popular-stores {
  background: #ffffff;
  padding: 10px;
}
.popular-stores .store-thumb a {
  text-align: center;
  line-height: 107px;
}
.popular-stores .store-name a {
  text-align: center;
  display: block;
  font-size: 13px;
  margin-top: 7px;
  margin-bottom: -3px;
  color: #666666;
}
.popular-stores .store-name a:hover {
  color: #00979d;
}
.popular-stores .owl-item {
  padding: 10px 10px;
}
@media screen and (max-width: 500px) {
  .popular-stores {
    padding: 5px;
  }
  .popular-stores .store-name {
    display: none;
  }
  .popular-stores .owl-item {
    padding: 5px;
  }
}
.popular-stores .owl-controls .owl-prev {
  left: -50px;
}
@media screen and (max-width: 1100px) {
  .popular-stores .owl-controls .owl-prev {
    left: auto;
    right: 10px;
    top: -35px;
    opacity: 0.8;
  }
  .popular-stores .owl-controls .owl-prev img {
    width: 8px;
    height: auto;
  }
}
.popular-stores .owl-controls .owl-next {
  right: -50px;
}
@media screen and (max-width: 1100px) {
  .popular-stores .owl-controls .owl-next {
    right: -10px;
    top: -35px;
    opacity: 0.8;
  }
  .popular-stores .owl-controls .owl-next img {
    width: 8px;
    height: auto;
  }
}

.popular-stores.inside-content {
  padding: 0px;
  margin: 0px -10px;
}
.popular-stores.inside-content .store-carousel .owl-next {
  top: -25px;
  right: 10px;
  opacity: 1;
}
.popular-stores.inside-content .store-carousel .owl-next img {
  width: 8px;
}
.popular-stores.inside-content .store-carousel .owl-prev {
  top: -25px;
  right: 30px;
  left: auto;
  opacity: 1;
}
.popular-stores.inside-content .store-carousel .owl-prev img {
  width: 8px;
}

.inside-content.shadow-box {
  box-shadow: none;
}

.store-listing-item {
  width: 31.75%;
  padding: 20px 20px 16px 20px;
  display: flex;
  flex-direction: column;
  border: 2px solid #edf3f5;
  border-radius: 12px;
  background: #ffffff;
}
.store-listing-item:hover{
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: 10px 10px 0 rgb(0 0 0 / 5%);
  box-shadow: 10px 10px 0 rgb(0 0 0 / 5%);
}
.store-listing-item .exclusive_item{
  float: left;
  width: 100%;
  text-align: right;
  position: relative;
}
.store-listing-item .exclusive_item .exclusive{
  position: absolute;
  top: -35px;
  right: 0;
  width: 90px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #6d6100;
  padding: 4px 3px 2px 3px;
  border-radius: 1000px;
}
@media screen and (max-width: 1400px) {
  .store-listing-item {
    width: 31.65%;
  }
  .store-listing-item .latest-coupon .coupon-title{
    font-size: 18px !important;
    line-height: 25px !important;
    margin-top: 5px !important;
  }
  .store-listing-item .latest-coupon .offer{
    font-size: 13px !important;
  }
  .coupon-listing-item .c-type .c-code{
    padding: 5px 10px 5px;
  }
  .coupon-listing-item .coupon-detail{
    margin-top: 15px;
  }
  .coupon-button-type .coupon-deal, .coupon-button-type .coupon-print, .coupon-button-type .coupon-code{
    font-size: 15px !important;
  }
  .store-listing-item .store-thumb-link .store-thumb{
    width: 80px !important;
  }
}
@media screen and (max-width: 1300px) {
  .store-listing-item {
    width: 31.5%;
  }
  .store-listing-item .store-thumb-link .store-thumb{
    width: 75px !important;
  }
  .store-listing-item .latest-coupon .coupon-title{
    font-size: 16px !important;
    line-height: 25px !important;
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 1200px) {
  .store-listing-item {
    width: 48.5%;
  }
  .store-listing-item .latest-coupon .coupon-title{
    font-size: 21px !important;
    line-height: 29px !important;
    margin-top: -2px !important;
  }
  .store-listing-item .latest-coupon .offer{
    font-size: 16px !important;
  }
  .coupon-listing-item .c-type .c-code{
    padding: 5px 10px 5px;
  }
  .coupon-listing-item .coupon-detail{
    margin-top: 15px;
  }
  .coupon-button-type .coupon-deal, .coupon-button-type .coupon-print, .coupon-button-type .coupon-code{
    max-width: 200px !important;
    font-size: 20px !important;
  }
  .store-listing-item .store-thumb-link .store-thumb{
    width: 80px !important;
  }
}
@media screen and (max-width: 1110px) {
  .store-listing-item {
    width: 48%;
  }
}
@media screen and (max-width: 991px) {
  .sidebar{
    display: none;
  }
  .content-area{
    width: 100%;
  }
}
@media screen and (max-width: 790px) {
  .store-listing-item {
    width: 100%;
  }
  .store-listing-item .store-thumb-link .store-thumb{
    width: 100% !important;
    max-width: 150px !important;
  }
}
@media screen and (max-width: 500px) {
  .store-listing-item {
    padding: 10px 10px 5px 10px;
    overflow: unset;
  }
  .st-list-coupons .store-listing-item {
    padding: 20px 20px 16px 20px !important;
  }
  .st-list-coupons .store-listing-item .store-thumb-link{
    width: 100%;
  }
  .st-list-coupons .store-listing-item .store-thumb-link .store-thumb {
    width: 100% !important;
    max-width: 150px !important;
  }
  .st-list-coupons .store-listing-item .coupon-detail {
    display: block;
  }
  .st-list-coupons .store-listing-item .latest-coupon .coupon-des {
    display: block;
  }
  .st-list-coupons .store-listing-item .coupon-detail{
    display: flex;
  }
}
.store-listing-item:last-child {
  margin-bottom: 0;
}
.store-listing-item .store-thumb-link {
  float: left;
  width: 100%;
  display: flex;
  margin-right: 0;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 400px) {
  .store-listing-item .store-thumb-link {
    float: none;
    margin-right: 0;
  }
}
@media screen and (min-width: 500px) {
  .store-listing-item .store-thumb-link {
    float: left;
  }
}
@media screen and (max-width: 500px) {
  .store-listing-item .store-thumb-link {
    width: 110px;
    float: left;
    margin-right: 10px;
  }
}
.store-listing-item .store-thumb-link .store-thumb {
  width: 90px;
  max-width: 150px;
  margin-bottom: 5px;
}
.store-listing-item .store-thumb-link .store-thumb img {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .store-listing-item .store-thumb-link .store-thumb {
    width: 100%;
    max-width: 100%;
  }
}
.store-listing-item .store-thumb-link .store-thumb a {
  text-align: center;
}
.store-listing-item .store-thumb-link .store-name {
  line-height: 1.3;
}
.store-listing-item .store-thumb-link .store-name a {
  max-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.store-listing-item .store-thumb-link .store-name a {
  display: inline-block;
  font-size: 13px;
  color: #666666;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .store-listing-item .store-thumb-link .store-name a {
    width: 100%;
    margin-bottom: 10px;
  }
}
.store-listing-item .store-thumb-link .store-name a:hover {
  color: #00979d;
}
.store-listing-item .store-thumb-link .store-name a i {
  margin-left: -3px;
}
.store-listing-item.no-thumb .latest-coupon {
  max-width: 400px;
}
.store-listing-item .latest-coupon {
  float: left;
  width: 100%;
  margin-right: 0px;
}
.store-listing-item .latest-coupon .coupon-title {
  float:left;
  width: 100%;
  font-size: 21px;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: -2px;
  line-height: 29px;
}
.store-listing-item .latest-coupon .offer {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 12px;
}
.store-listing-item .latest-coupon .coupon-des{
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  color: #535c62;
  overflow-y: auto;
  margin-bottom: 10px;
}
.store-listing-item .latest-coupon .coupon-des .coupon-des-ellip{
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #535c62;
}
.store-listing-item .latest-coupon .coupon-des .coupon-des-full{
  float: left;
  width: 100%;
}
.store-listing-item .latest-coupon .coupon-des .coupon-des-full p{
  font-size: 14px;
  font-weight: 400;
  color: #535c62;
}
@media screen and (max-width: 500px) {
  .store-listing-item .latest-coupon .coupon-title {
    line-height: 1.3;
    margin-top: 3px;
  }
}
.store-listing-item .latest-coupon .coupon-title a, .store-listing-item .latest-coupon .coupon-title a:hover{
  color: #222222;
}
@media screen and (max-width: 500px) {
  .store-listing-item .latest-coupon .coupon-des {
    display: none;
  }
}
.store-listing-item .coupon-detail {
  margin-top: 25px;
  float: left;
  display: flex;
}
.store-listing-item{

}
.store-listing-item .cu_btn{
  float: left;
  width: 100%;
}
@media screen and (max-width: 400px) {
  .store-listing-item .coupon-detail {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .store-listing-item .coupon-detail {
    display: none;
  }
  .coupon-modal .store-listing-item .coupon-detail {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 225px;
    float: none;
  }
}
.store-listing-item .coupon-detail .exp-text {
  font-size: 13px;
  display: block;
  margin-top: 5px;
  margin-bottom: -2px;
  color: #888888;
}
@media screen and (max-width: 500px) {
  .store-listing-item .coupon-detail .exp-text {
    margin-top: 0;
  }
}
.store-listing-item .coupon-save {
  float: right;
  font-size: 15px;
  margin-right: -4px;
  margin-top: -2px;
  color: #999999;
}
.store-listing-item .coupon-save:hover {
  color: #00979d;
}
.store-listing-item .coupon-saved {
  color: #00979d;
}

.coupon-item .coupon-des-full {
  display: none;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.coupon-item.show-full .coupon-des-ellip {
  display: none;
}
.coupon-item.show-full .coupon-des-full {
  display: block;
}

/* Coupon Modal
------------------------------*/
.coupon-modal {
  background: #f8f9f9;
}
.coupon-modal .coupon-header {
  padding: 10px 25px 30px;
  position: relative;
  background: #ffffff;
}
.coupon-modal .coupon-header .coupon-head{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 500px) {
  .coupon-modal .coupon-header {
    padding: 10px 25px 10px;
  }
}
.coupon-modal .coupon-header .coupon-store-thumb {
  float: none;
  display: block;
  text-align: center;
  margin-right: 0px;
}
.coupon-modal .coupon-header .coupon-store-thumb img {
  max-height: 50px;
  width: auto;
}
@media screen and (min-width: 500px) {
  .coupon-modal .coupon-header .coupon-store-thumb {
    float: left;
  }
}
.coupon-modal .coupon-header .coupon-title {
  font-size: 21px;
  margin-top: 11px;
  max-width: 100%;
  padding-right: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  color: #222222;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (min-width: 500px) {
  .coupon-modal .coupon-header .coupon-title {
    float: left;
    max-width: 73%;
  }
}
.coupon-modal .coupon-header .close {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: url(assets/images/close.svg) no-repeat center center;
}
.coupon-modal .coupon-content {
  padding: 30px 0 35px;
  margin: 0 4%;
  width: 92%;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .coupon-modal .coupon-content {
    width: 60%;
    padding: 30px 0 20px;
    margin: 0 20%;
  }
}
.coupon-modal .coupon-content p.coupon-type-text {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 8px;
}
.coupon-modal .coupon-content .modal-code {
  background: #ffffff;
  text-align: center;
  margin-bottom: 17px;
  display: block;
}
.coupon-modal .coupon-content .modal-code .coupon-code {
  display: block;
}
.coupon-modal .coupon-content .modal-code .coupon-code::after {
  clear: both;
  content: " ";
  display: block;
}
.coupon-modal .coupon-content .modal-code .coupon-code .input {
  width: 100%;
  max-width: 100%;
  border: 2px dashed;
  border-radius: 12px;
  overflow: hidden;
}
.coupon-modal .coupon-content .modal-code .action {
  max-width: 100%;
}

.coupon-modal .coupon-content .modal-code .btn-wrap {
  padding: 20px 20px 20px 0px;
}
.coupon-modal .coupon-content .modal-code .btn-wrap button{
  padding: 13px 32px;
  border-radius: 5px;
  background: #4e595f;
  color:#fff;
  text-transform: uppercase;
  box-shadow: 0 0 0 transparent;
  border: none;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .coupon-modal .coupon-content .modal-code .action.ui.fluid.input {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .coupon-modal .coupon-content .modal-code .action.ui.fluid.input .button {
    border-radius: 0.28571429rem;
  }
}
.coupon-modal .coupon-content .modal-code .action .button {
  display: -webkit-box;
  display: flex;
  margin-left: -150px;
}
@media screen and (max-width: 500px) {
  .coupon-modal .coupon-content .modal-code .action .button {
    width: auto !important;
    display: block;
    margin-left: auto;
    margin-top: 10px;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: none;
    float: none;
    clear: both;
    margin-right: auto;
  }
}
.coupon-modal .coupon-content .modal-code .code-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  padding: 8px 10px 10px;
  font-size: 25px;
  font-weight: bold;
  border:none;
  color: #000000;
  border-radius: 3px;
  width: inherit;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .coupon-modal .coupon-content .modal-code .code-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .coupon-modal .coupon-content .modal-code .code-text {
    text-align: center;
  }
  .coupon-modal .coupon-content .modal-code .btn-wrap {
    padding: 0px 20px 10px 0px;
  }
}
.coupon-button-type .user-ratting {
  float:right;
  margin-top: 8px;
}
.coupon-modal .coupon-footer .user-ratting {
  position: relative;
  float: left;
  display: inline-block;
  margin-bottom: 0;
}
.coupon-modal .coupon-footer .user-ratting .ui.button {
  border-radius: 2px;
  font-size: 20px;
  padding: 3px;
  color: #999999;
  border-color: #dddddd;
  box-shadow: none;
  border:none !important;
}
.coupon-modal .coupon-footer .user-ratting .active.button{
  box-shadow: 0 0 0 transparent !important;
  border:none !important;
  /*color: #00979d;*/
}
.coupon-modal .coupon-content .go-store {
  float: right;
}
.coupon-modal .coupon-content .deal-actived {
  display: inline-block;
  margin: 20px 0px;
  padding: 15px 26px;
}
.coupon-modal .coupon-content .user-ratting-text {
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.coupon-modal .coupon-content .show-detail {
  float: right;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-right: -6px;
}
.coupon-modal .coupon-content .show-detail a {
  color: #666666;
}
.coupon-modal .coupon-content .show-detail a:hover {
  color: #00979d;
}
.coupon-modal .coupon-content .show-detail .show-detail-on {
  color: #00979d;
}
.coupon-modal .coupon-content .coupon-popup-detail {
  margin-top: 30px;
}
.coupon-modal .coupon-content .coupon-popup-detail p {
  font-size: 13px;
  margin-bottom: 5px;
}
.coupon-modal .coupon-content .coupon-popup-detail p:last-child {
  margin-bottom: 0px;
}
.coupon-modal .coupon-footer {
  display: flex;
  padding: 10px 25px;
  background: #ffffff;
  justify-content: center;
  align-items: center;
}
.coupon-modal .coupon-footer .user-rating-info{
  margin-right: 15px;
}
.coupon-modal .coupon-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 500px) {
  .coupon-modal .coupon-footer ul li {
    padding: 0;
    display: inline-block;
    float: left;
    margin-left: 15px;
  }
  .coupon-modal .coupon-footer ul li:first-child {
    margin-left: 0px;
  }
  .coupon-modal .coupon-footer ul li:last-child {
    float: right;
    margin-left: 0px;
  }
}
.coupon-modal .coupon-footer ul li a,
.coupon-modal .coupon-footer ul li span {
  font-size: 12px;
  color: #999999;
}
.coupon-modal .coupon-footer ul li a i,
.coupon-modal .coupon-footer ul li span i {
  margin-left: 0px;
  margin-right: 0px;
  color: #cccccc;
}
.coupon-modal .coupon-footer ul li a:hover {
  color: #00979d;
}

.coupon-deal-modal .show-detail {
  margin-top: -50px;
}

.coupon-listing-item .store-thumb-link .store-thumb {
  margin-bottom: 30px;
}
@media screen and (min-width: 790px) {
  .coupon-listing-item .store-thumb-link .store-thumb {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 500px) {
  .coupon-listing-item .store-thumb-link .store-thumb {
    margin-bottom: 0;
  }
}
.coupon-listing-item .coupon-detail {
  margin-top: 10px;
}
.coupon-listing-item .coupon-detail .coupon-button {
  margin-bottom: 10px;
}
.coupon-listing-item .coupon-detail .user-ratting i {
  font-size: 18px;
  color: #999999;
}
.coupon-listing-item .coupon-detail .user-ratting .ui.button:active{
  background: none !important;
}
.coupon-listing-item .coupon-detail .user-ratting .ui.button {
  padding: 6px 0px 6px 6px;
  border-left: none;
}
.coupon-listing-item .coupon-detail .user-ratting .ui.button.active {
  background: none !important;
}
.coupon-listing-item .coupon-detail .ui.basic.buttons {
  border-radius: 2px;
  border:none;
}
.coupon-listing-item .coupon-detail .ui.basic.buttons li{
  list-style: none !important;
}
.coupon-listing-item .coupon-detail .voted-value {
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.coupon-listing-item .c-type {
  margin: 0px 0px 4px;
  display: inline-block;
}
.coupon-listing-item .c-type .c-code {
  color: #ffffff;
  padding: 3px 7px 4px;
  line-height: 1;
  font-size: 11px;
  display: inline-block;
  border-radius: 6px;
}
@media screen and (max-width: 500px) {
  .coupon-listing-item .c-type .c-code {
    font-size: 10px;
  }
}
.coupon-listing-item .c-type .c-sale {
  background: #ea4c89;
  padding: 3px 7px 4px;
}
.coupon-listing-item .c-type .c-print {
  background: #2d3538;
}
.coupon-listing-item .c-type .exp {
  font-size: 11px;
  color: #999999;
  margin-right: 10px;
}
.coupon-listing-item .coupon-listing-footer {
  margin: 18px -20px 0px;
  padding: 10px 20px 12px;
  border-top: 1px solid #e9e9e9;
}
.coupon-listing-item .coupon-listing-footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
@media screen and (max-width: 500px) {
  .coupon-listing-item .coupon-listing-footer ul {
    text-align: right;
    line-height: 1;
  }
}
.coupon-listing-item .coupon-listing-footer ul li {
  margin: 0;
}
@media screen and (max-width: 500px) {
  .coupon-listing-item .coupon-listing-footer ul li {
    width: auto;
    float: none;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
  }
  .coupon-listing-item .coupon-listing-footer ul li:not(first-child) a {
    font-size: 0;
    margin-left: 10px;
  }
  .coupon-listing-item .coupon-listing-footer ul li:not(first-child) a i {
    font-size: 1rem;
  }
  .coupon-listing-item .coupon-listing-footer ul li:first-child {
    float: left;
  }
}
@media screen and (min-width: 500px) {
  .coupon-listing-item .coupon-listing-footer ul li {
    padding: 0;
    display: inline-block;
    float: left;
    margin-left: 15px;
  }
  .coupon-listing-item .coupon-listing-footer ul li:first-child {
    margin-left: 0px;
  }
  .coupon-listing-item .coupon-listing-footer ul li:last-child {
    float: right;
    margin-left: 0px;
  }
}
.coupon-listing-item .coupon-listing-footer ul li a,
.coupon-listing-item .coupon-listing-footer ul li span {
  font-size: 12px;
  color: #999999;
}
.coupon-listing-item .coupon-listing-footer ul li a i,
.coupon-listing-item .coupon-listing-footer ul li span i {
  margin-left: 0px;
  margin-right: 0px;
  color: #cccccc;
}
.coupon-listing-item .coupon-listing-footer ul li a:hover,
.coupon-listing-item .coupon-listing-footer ul li a.active {
  color: #00979d;
}
.coupon-listing-item .coupon-listing-footer .reveal-content {
  padding: 30px 20px 40px;
  border-top: 1px solid #e9e9e9;
  margin: 12px -20px -12px;
  display: none;
  position: relative;
}
@media screen and (min-width: 500px) {
  .coupon-listing-item .coupon-listing-footer .reveal-content {
    padding: 30px 50px 40px;
  }
}
@media screen and (min-width: 790px) {
  .coupon-listing-item .coupon-listing-footer .reveal-content {
    padding: 30px 90px 40px;
  }
}
.coupon-listing-item .coupon-listing-footer .reveal-content h4 {
  font-weight: 300;
  letter-spacing: -0.1px;
}
.coupon-listing-item .coupon-listing-footer .reveal-content .close {
  position: absolute;
  right: 25px;
  top: 35px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: url(assets/images/close.svg) no-repeat center center;
}
.coupon-listing-item .coupon-listing-footer .reveal-content.active {
  display: block;
}
.coupon-listing-item .coupon-exclusive {
  border-top: 1px solid #e9e9e9;
  margin: 17px -20px -10px;
  padding: 7px 20px 0;
  font-size: 13px;
}
.coupon-listing-item .coupon-exclusive strong {
  font-weight: 600;
}
.coupon-listing-item .coupon-exclusive strong i {
  color: #00979d;
  margin-right: 0px;
}
.coupon-listing-item .post-content {
  margin: 10px 0px;
}

.coupon-modal .coupon-footer .modal-share {
  position: relative;
  margin: 0px;
  padding: 8px 0px;
}
.coupon-modal .coupon-footer .modal-share:hover .share-modal-popup {
  text-align: center;
  right: -10px;
  width: 250px;
  top: auto;
  bottom: 15px;
  display: block;
  visibility: visible;
}
.coupon-modal .coupon-footer .modal-share:hover .share-modal-popup .icon {
  color: #fff;
}

.coupon-status-heading {
  display: block;
  margin-top: 30px;
}

.widget_wpc_coupons .load-more.wpb_content_element {
  margin-bottom: 0px;
  margin-top: 30px;
}

.single-coupon .site-content #content-wrap {
  padding-top: 58px;
}

/* List Categories
------------------------------*/
.list-categories {
  padding: 13px 20px;
}
@media screen and (max-width: 790px) {
  .list-categories {
    padding: 13px 10px;
  }
}
@media screen and (max-width: 500px) {
  .list-categories {
    padding: 13px 0px;
  }
}
@media screen and (max-width: 400px) {
  .list-categories {
    padding: 13px 0px;
  }
}
.list-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-categories ul li {
  margin: 0;
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 500px) {
  .list-categories ul li {
    width: 33.333333%;
  }
}
@media screen and (min-width: 1100px) {
  .list-categories ul li {
    width: 25%;
  }
}
.list-categories ul li a {
  width: 100%;
  padding: 7px 0px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 500px) {
  .list-categories ul li a {
    padding: 0px 0px;
  }
}
@media screen and (min-width: 400px) {
  .list-categories ul li a {
    padding: 0px 0px;
  }
}
.list-categories ul li a span {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
  background: #f9f9f9;
  padding: 3px;
  min-width: 30px;
  margin-right: 7px;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  color: #bbbbbb;
  display: inline-block;
}

.widget-area .list-categories ul li a {
  font-weight: normal;
}
.widget-area .list-categories ul li.column {
  font-size: inherit !important;
}

/* Coupon Feature App
------------------------------*/
.coupon-app-wrapper {
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  padding-top: 50px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1100px) {
  .coupon-app-wrapper {
    padding-bottom: 0;
  }
}
.coupon-app-wrapper .section-heading {
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 14px;
}

.coupon-app p {
  font-size: 16px;
  font-weight: 300;
}
.coupon-app h2 {
  font-weight: 300;
  letter-spacing: -0.5px;
  font-size: 27px;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 500px) {
  .coupon-app h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 790px) {
  .coupon-app h2 {
    font-size: 32px;
  }
}
.coupon-app .column {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media screen and (max-width: 790px) {
  .coupon-app .column:last-child img {
    float: none;
    max-width: 70%;
  }
}
.coupon-app .ui.grid {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.app-button {
  color: #ffffff;
  float: left;
  margin-right: 15px;
  background: #81858b;
  margin-top: 15px;
  border-radius: 3px;
}
.app-button .fleft {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2px 4px 6px 8px;
}
.app-button .fright {
  padding: 9px 15px 5px;
}
.app-button i {
  font-size: 38px;
  line-height: 50px;
  margin: 0px;
}
.app-button .avail-text {
  display: block;
  font-size: 11px;
  line-height: 1;
}
.app-button .app-service {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  font-weight: bold;
  line-height: 1.5;
}
.app-button:hover {
  color: #ffffff;
  background: #111111;
}

.android-button {
  background: #82b21c;
}

/* Load More
------------------------------*/
.load-more {
  text-align: center;
}
.load-more .ui.btn.btn_large {
  padding: 15px 30px 16px;
  letter-spacing: 2px;
}

.store-listings + .load-more {
  display: table;
  margin: 0 auto;
  margin-top: 25px;
}

/* Advertisement
------------------------------*/
.after-content-ads {
  display: inline-block;
  margin: 20px 0px;
}

.ads-area .ui.divider {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #888888;
  margin-top: 0;
}

/* Breadcrumb
------------------------------*/
.breadcrumb,
.breadcrumbs,
.custom-page-header .breadcrumbs,
.ui.breadcrumb,
.ui.breadcrumbs,
.custom-page-header .ui.breadcrumbs {
  margin-bottom: 1em;
}

.ui.breadcrumb span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 6px 0 12px;
  line-height: 1.5;
}
.ui.breadcrumb span:first-child {
  margin-left: 0px;
}

/* Categories Index A-Z
------------------------------*/
.cate-az a {
  color: #666666;
}
.cate-az a:hover {
  color: #00979d;
}
.cate-az .cate-item {
  list-style: none;
}
.cate-az .cate-parent > a {
  font-size: 16px;
  color: #00979d;
}
.cate-az .cate-parent > a i {
  color: #666666;
}
.cate-az .cate-child {
  margin-top: 15px;
  padding-top: 10px;
  padding-left: 15px;
  border-top: 2px solid #f5f5f5;
}
.cate-az .category-name:after {
  content: "";
  clear: both;
  display: block;
}
.cate-az .category-name .cat-az-thumb {
  overflow: hidden;
  vertical-align: middle;
  margin-right: 0.35rem;
}
.cate-az .category-name img {
  width: 100%;
  height: auto;
}

/* Stores Index A-Z
------------------------------*/
.store-listing {
  padding-left: 30px;
}
@media screen and (max-width: 790px) {
  .store-listing {
    padding-left: 0px;
  }
}

@media screen and (max-width: 500px) {
  .store-listings:not(.couponstore-tpl-full) .store-name {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .store-listings:not(.couponstore-tpl-full) .store-listing-item .coupon-detail {
    display: block;
    float: none;
    overflow: hidden;
    display: inline-block;
    width: calc(100% - 130px);
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .store-listings:not(.couponstore-tpl-full) .store-listing-item .coupon-detail .coupon-button {
    display: none;
  }
}

.store-listing-box {
  margin-bottom: 0;
  padding-top: 60px;
}
@media screen and (max-width: 790px) {
  .store-listing-box:last-child {
    margin-bottom: 0px;
  }
}

.store-letter-content ul li {
  width: 25%;
  float: left;
  list-style: none;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .store-letter-content ul li {
    width: 33.333333333%;
  }
}
@media screen and (max-width: 1110px) {
  .store-letter-content ul li {
    width: 50%;
  }
}
@media screen and (max-width: 790px) {
  .store-letter-content ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .store-letter-content ul li {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .store-letter-content ul li {
    width: 100%;
  }
}

/*------------------------------
	4.3 Sidebar
------------------------------*/
.widget .ui.action.icon.input > input {
  width: 160px;
}

.widget-area .widget {
  margin-bottom: 30px;
}
.widget-area .widget .widget-title {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}
.widget-area .widget-content {
  padding: 20px;
}
@media screen and (max-width: 500px) {
  .widget-area .widget-content {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 400px) {
  .widget-area .widget-content {
    padding: 0px 10px;
  }
}
.widget-area .widget-content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.widget-area .widget-content ul li {
  margin: 0px;
}
.widget-area .widget-content ul li a {
  padding: 6px 0px;
  display: inline-block;
}
.widget-area .widget-content ul li:first-child a {
  padding-top: 0px;
}
.widget-area .widget-content ul li:last-child a {
  padding-bottom: 0px;
}
.widget-area .widget_categories .widget-content {
  padding: 10px 20px;
}
.widget-area .widget_categories .widget-content ul li {
  float: left;
  width: 50%;
  display: inline-block;
}
.widget-area .widget_categories .widget-content ul li a {
  padding: 7px 0px;
}
.widget-area .widget_categories .widget-content ul li:first-child a {
  padding-top: 7px;
}
.widget-area .ui.icon.input > i.icon {
  opacity: 0.2;
}

/*------------------------------
	4.4 Footer
------------------------------*/
.site-footer {
  float:left;
  width: 100%;
  padding: 72px 0px 28px 0px;
  background: #fff;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12.5px;
  position: relative;
  /* Elements */
  /* Extract Footer Elements */
  /* Columns & Settings */
  /* Widget Area On/Off */
}
.site-footer:before{
  content: '';
  width: 100%;
  height: 48px;
  background: #edf3f5;
  position: absolute;
  top:0;
}
.page-template-frontpage .site-footer{
  padding-top:47px ;
}
.page-template-frontpage .site-footer:before{
  display: none;
}
.smooth-scroll{
  position: absolute;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  top: -45px;
  right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.smooth-scroll:hover{
  border:1px solid #bbccd0;
}
.smooth-scroll a{
  font-size: 22px !important;
  text-decoration: none !important;
  color:#535c62;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.smooth-scroll a i.icon{
  margin-right: 0px;
}
.footer-nav-wrap{
  float:left;
  width: 100%;
}
.site-footer-nav{
  float:left;
  width: 100%;
  padding: 0 50px;
}
.site-footer-nav ul{
  float: left;
  width:100%;
  text-align: left;
  margin-top: 30px !important;
}
.site-footer-nav ul li{
  display: inline-block;
  margin-right: 15px !important;
}
.footer_copy_bottom{
  float:left;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 790px) {
  .site-footer .container {
    padding: 0px 10px;
  }
  .site-footer .container .footer-widgets-area {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .site-footer .container {
    padding: 0px 10px;
  }
  .site-footer .container .footer-widgets-area {
    margin-left: -5px;
    margin-right: -5px;
  }
  .site-footer .container .footer_copy {
    padding-left: 5px;
    padding-right: 5px;
  }
  .site-footer-nav {
    float: left;
    width: 100%;
    padding: 0 50px;
    border-top: 1px solid #ddd;
    margin-top: 50px;
  }
  .site-footer-nav ul{
    text-align: center;
  }
  .site-footer-nav ul li{
    width: 100%;
  }
}
.site-footer p {
  float:left;
  width: 100%;
  font-size: 15px;
  margin-bottom: 10px;
}
.site-footer a {
  text-decoration: underline;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.site-footer a:hover {
  text-decoration: none;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer ul li {
  margin: 0;
}
.site-footer ul li a {
  display: inline-block;
  padding: 5px 0px;
  font-weight: 500;
  font-size: 14px;
  color: #4e595f;
}
.site-footer table > thead > tr > th,
.site-footer table > tbody > tr > th,
.site-footer table > tfoot > tr > th,
.site-footer table > thead > tr > td,
.site-footer table > tbody > tr > td,
.site-footer table > tfoot > tr > td {
  border-color: rgba(255, 255, 255, 0.1);
}
.site-footer textarea,
.site-footer input[type=date],
.site-footer input[type=datetime],
.site-footer input[type=datetime-local],
.site-footer input[type=email],
.site-footer input[type=month],
.site-footer input[type=number],
.site-footer input[type=password],
.site-footer input[type=search],
.site-footer input[type=tel],
.site-footer input[type=text],
.site-footer input[type=time],
.site-footer input[type=url],
.site-footer input[type=week] {
  border-color: rgba(255, 255, 255, 0.1);
}
.site-footer .widget_nav_menu ul ul,
.site-footer .widget_nav_menu ul ul ul {
  padding: 0px;
}
.site-footer .widget_nav_menu ul li {
  padding: 0;
}
.site-footer .widget_nav_menu ul li a {
  display: block;
  padding: 5px 10px 9px 0;
  position: relative;
  font-size: 14px;
  font-weight: 700;
}
.site-footer .widget_nav_menu ul li:last-child a {
  border-bottom: none;
}
.site-footer .app-button {
  background: rgba(255, 255, 255, 0.05);
}
.site-footer .app-button i {
  font-size: 25px;
  line-height: 46px;
}
.site-footer .app-button .fleft {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 4px 8px 11px 10px;
}
.site-footer .app-button .android-button {
  background: rgba(255, 255, 255, 0.03);
}
.site-footer .newsletter-box-wrapper .newsletter-text {
  font-size: 13px;
  margin-top: 8px;
}
.site-footer .newsletter-box-wrapper input {
  border-radius: 2px;
}
.site-footer .newsletter-box-wrapper .input .ui.button {
  background: #00979d;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.site-footer .footer-social a {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  margin-bottom: 5px;
}
.site-footer .footer-social a:hover {
  background: #00979d;
  color: #ffffff;
}
.site-footer .footer-columns .footer-column .widget {
  margin-bottom: 0px;
  border: none;
}
.site-footer .footer-columns .footer-column .widget .widget-title {
  color: #2d2d2d;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 900;
}
.site-footer .footer_copy p {
  margin-bottom: 5px;
}
.site-footer .footer_copy ul li a {
  display: inline-block;
  float: left;
  margin-right: 25px;
}
.site-footer .footer-widgets-off .footer_copy {
  padding-top: 0px;
  margin-top: 0px;
  border-top: none;
}
.site-footer select {
  color: #666666;
  max-width: 100%;
}
.site-footer .widget_newsletter .newsletter-box-wrapper.shadow-box {
  padding: 0px;
  background: transparent;
}
.site-footer .widget_newsletter .newsletter-box-wrapper.shadow-box .sidebar-social a {
  background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
  color: #fff;
}
.site-footer .widget_newsletter .newsletter-box-wrapper.shadow-box .sidebar-social a:hover {
  background: #00979d;
}
.site-footer .widget_newsletter .ui.action.icon.input > input {
  width: 150px;
}
.site-footer .newsletter-box-wrapper.shadow-box .input .ui.button {
  padding-left: 8px;
  padding-right: 8px;
}

/*------------------------------
	4.5 User Page
------------------------------*/
.st-profile-meta .st-user-socials a {
  width: auto;
  height: auto;
}

.stuser-form-profile .stuser-form-header,
.stuser-form-profile .st-profile-cover {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.stuser-form-profile .stuser-form-header .st-profile-meta {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(220, 220, 220, 0.08);
  border-left: 1px solid rgba(220, 220, 220, 0.08);
  border-right: 1px solid rgba(220, 220, 220, 0.08);
  padding-bottom: 20px;
  padding-top: 10px;
}
.stuser-form-profile .stuser-form-header .st-user-socials {
  margin-top: 15px;
}
.stuser-form-profile .stuser-form-header .st-profile-meta-info .st-display-name {
  line-height: 23px;
  font-size: 23px;
}
.stuser-form-profile .stuser-form-header .st-profile-meta-info .dashicons::before {
  vertical-align: middle;
}
.stuser-form-profile .stuser-form-header .st-profile-meta-info .list-meta-info i {
  margin-top: 3px;
}
.stuser-form-profile .stuser-form-header .st-profile-meta-info .list-meta-info span {
  margin-right: 15px;
}
.stuser-form-profile .section-heading .button {
  float: right;
  margin-top: 8px;
}
.stuser-form-profile .stuser-form-sidebar {
  background-color: transparent;
  color: #888888;
}
.stuser-form-profile .stuser-form-sidebar li a {
  background-color: transparent;
  color: #666666;
}
.stuser-form-profile .stuser-form-sidebar li.active a, .stuser-form-profile .stuser-form-sidebar li:hover a {
  background-color: #f0f0f0;
}

/* Tooltip */
.coupon-item [data-tooltip][data-inverted]:after,
.coupon-item [data-tooltip][data-inverted]::before,
.modal [data-tooltip][data-inverted]:after,
.coupon-item [data-tooltip][data-inverted]::before {
  font-size: 12px;
  letter-spacing: 0px;
}

/* Content toggle */
.content-toggle .content-more {
  display: none;
}

/* No Support Copy JS */
.no-copy-cmd .coupon-code .ui.action.input:not([class*="left action"]) > input.code-text {
  border-right-width: 2px !important;
  border-right-color: #ff9900 !important;
}
.no-copy-cmd .coupon-code .button {
  width: 0 !important;
  visibility: hidden;
  overflow: hidden !important;
  padding: 0px !important;
  display: none !important;
}

.wpcoupon-ajax-overlay .ui.dimmer {
  background-color: rgba(225, 225, 225, 0.8);
}
.wpcoupon-ajax-overlay .ui.dimmer .ui.loader{
  margin-top:6px;
}
.wpcoupon-ajax-overlay .ui.dimmer .ui.loader:before {
  border-color: #ff9900;
}

.couponcat-sortby-wrapper.ui.list {
  padding: 4px 20px 22px 20px;
}
.couponcat-sortby-wrapper.ui.list:last-child {
  padding-bottom: 20px;
}
.couponcat-sortby-wrapper .item .coupon-cat-sortby {
  margin-left: 0;
  margin-right: 5px;
}
.couponcat-load-more {
  text-align: center;
  margin-bottom: 10px !important;
}
.couponcat-load-more .load_more_btn{
  float: none !important;
  display: inline-block;
  padding: 11px 20px !important;
}
.couponcat-load-more .load_more_btn:hover{
  color:#6d6100 !important;
}
.couponcat-load-more .load_more_btn i.icon{
  margin-right: 0 !important;
  color:#6d6100 !important;
}


/*--------------------------------------------------------------
5.0 Posts
--------------------------------------------------------------*/
/* Entry Content
------------------------------*/
.entry-content cite {
  display: block;
  margin-top: 10px;
}
.entry-content cite:before {
  content: "- ";
}
.entry-content table > thead > tr > th, .entry-content table > tbody > tr > th, .entry-content table > tfoot > tr > th, .entry-content table > thead > tr > td, .entry-content table > tbody > tr > td, .entry-content table > tfoot > tr > td {
  padding: 15.3846153846px;
}
.entry-content blockquote {
  padding: 20px 80px 20px 28px;
  position: relative;
  background: #f8f9f9;
  border-left: 3px solid #00979d;
  font-style: italic;
}
.entry-content blockquote p {
  margin: 0px;
}
.entry-content h3, .entry-content h4, .entry-content h5 {
  margin-bottom: 15px;
  font-weight: 600;
}

/* WordPress caption style
------------------------------*/
.wp-caption {
  max-width: 100%;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 30px;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  max-width: 98%;
}
.wp-caption .wp-caption-text {
  margin: 10px 0;
}

.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
  font-style: italic;
  line-height: 1.35;
  font-size: 13px;
}

.alignleft,
.entry-thumbnail.thumbnail {
  display: inline;
  float: left;
  margin-right: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 30px;
}

.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

img.wp-smiley {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  border: none;
}

.gallery-caption {
  font-family: inherit;
}

.bypostauthor {
  margin: 0;
}

/**
* 14.2 Galleries
*/
.gallery {
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.gallery .gallery-item {
  display: inline-block;
  padding: 15px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery .gallery-item img {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #707070;
  display: block;
  padding-top: 5px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* Post
------------------------------*/
.post-entry .post-thumbnail {
  margin-bottom: 25px;
}
.post-entry .post-thumbnail img {
  width: 100%;
  height: auto;
}
.post-entry .post-meta {
  position: relative;
  margin-bottom: 25px;
}
.post-entry .post-meta:after {
  clear: both;
  content: " ";
  display: block;
}
.post-entry .post-meta h2 {
  clear: none;
  font-size: 23px;
  margin-bottom: 0px;
  margin-top: -8px;
  display: inline-block;
}
.post-entry .post-meta .author-avatar {
  position: absolute;
  top: 0px;
  left: 0px;
}
.post-entry .post-meta .author-avatar img {
  border-radius: 3px;
}
.post-entry .post-meta .author-avatar + .post-meta-data {
  margin-left: 65px;
  margin-top: 0px;
}
.post-entry .post-meta .meta-line-2 {
  margin-bottom: 0px;
}
.post-entry .post-meta .meta-line-2 span:after {
  content: "-";
  margin-right: 8px;
  margin-left: 8px;
}
.post-entry .post-meta .meta-line-2 span:last-child:after {
  content: "";
  margin-right: 0px;
  margin-left: 0px;
}
.post-entry .post-content iframe, .post-entry .post-content embed {
  max-width: 100%;
}

.post-entry.shadow-box.sticky {
  background-color: #fefbf7;
}

.related-coupons {
  margin-bottom: 15px;
}

.list-unstyled {
  list-style: none;
  padding: 0px;
}

/* Comments
------------------------------*/
#comments .ui.comments {
  max-width: 100%;
}
#comments .comment .comment {
  margin-left: 50px;
}
#comments .content.shadow-box {
  padding: 15px;
}

.comment-form .input {
  position: relative;
  margin-bottom: 15px;
}
.comment-form .input span.required {
  position: absolute;
  right: 10px;
  top: 25px;
  color: #dd4c0c;
  line-height: 0px;
}
.comment-form .comment-form-comment textarea {
  background: #ffffff;
}

.comment-respond {
  margin-bottom: 10px;
}

.comments .comment-respond {
  margin-top: 15px;
}

.right-sidebar .comment-respond textarea,
.left-sidebar .comment-respond textarea {
  width: 100%;
}

.comments-title.ui.dividing.header {
  font-weight: normal;
  border-bottom: none;
  margin: 30px 0px;
}

.coupon-tags {
  margin-top: 30px;
}

.single-coupon-comments {
  margin-top: 40px;
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
.single-coupon-comments .shadow-box {
  box-shadow: none;
}
.single-coupon-comments .comments-title.ui.dividing.header {
  margin-top: 0px;
}

/*Tabmenu*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child{
  display: block;
}
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2){
  display: block;
}
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6),
.tabset > input:nth-child(13):checked ~ .tab-panels > .tab-panel:nth-child(7),
.tabset > input:nth-child(15):checked ~ .tab-panels > .tab-panel:nth-child(8),
.tabset > input:nth-child(17):checked ~ .tab-panels > .tab-panel:nth-child(9),
.tabset > input:nth-child(19):checked ~ .tab-panels > .tab-panel:nth-child(10),
.tabset > input:nth-child(21):checked ~ .tab-panels > .tab-panel:nth-child(11),
.tabset > input:nth-child(23):checked ~ .tab-panels > .tab-panel:nth-child(12),
.tabset > input:nth-child(25):checked ~ .tab-panels > .tab-panel:nth-child(13),
.tabset > input:nth-child(27):checked ~ .tab-panels > .tab-panel:nth-child(14),
.tabset > input:nth-child(29):checked ~ .tab-panels > .tab-panel:nth-child(15),
.tabset > input:nth-child(31):checked ~ .tab-panels > .tab-panel:nth-child(16),
.tabset > input:nth-child(33):checked ~ .tab-panels > .tab-panel:nth-child(17),
.tabset > input:nth-child(35):checked ~ .tab-panels > .tab-panel:nth-child(18),
.tabset > input:nth-child(37):checked ~ .tab-panels > .tab-panel:nth-child(19),
.tabset > input:nth-child(39):checked ~ .tab-panels > .tab-panel:nth-child(20),
.tabset > input:nth-child(41):checked ~ .tab-panels > .tab-panel:nth-child(21),
.tabset > input:nth-child(43):checked ~ .tab-panels > .tab-panel:nth-child(22),
.tabset > input:nth-child(45):checked ~ .tab-panels > .tab-panel:nth-child(23),
.tabset > input:nth-child(47):checked ~ .tab-panels > .tab-panel:nth-child(24),
.tabset > input:nth-child(49):checked ~ .tab-panels > .tab-panel:nth-child(25),
.tabset > input:nth-child(51):checked ~ .tab-panels > .tab-panel:nth-child(26),
.tabset > input:nth-child(53):checked ~ .tab-panels > .tab-panel:nth-child(27),
.tabset > input:nth-child(55):checked ~ .tab-panels > .tab-panel:nth-child(28){
  display: block;
}
.coupon_mart_tab{
  margin-bottom: 50px;
}
.coupon_mart_tab .tabset {
  max-width: 100%;
  text-align: center;
  background: #fff;
  padding: 40px;
  min-height: 320px;
  border-radius: 12px;
  border: 2px solid #edf3f5;
}
.coupon_mart_tab .tabset > label{
  display: inline-block;
  margin-bottom: 4px;
  padding: 12px 20px 11px 20px;
  font-weight: 500;
  font-size: 14px;
  color:#4e595f;
  border-radius: 12px;
  background-color:#edf3f5;
  border-bottom: 2px solid #edf3f5;
  cursor: pointer;
  border: 1px solid #f2f2f2;
}
.coupon_mart_tab .tabset > input:checked + label{
  border-bottom: 2px solid;
}
.coupon_mart_tab .tab-panels{
  text-align: left;
}
.coupon_mart_tab .tab-panel {
  padding: 45px 0 0px 0;
}
.coupon_mart_tab .tab-panel ul{
  padding: 0 0 0 25px;
}
.coupon_mart_tab .store-letter-content ul li{
  margin: 4px 0;
}
.coupon_mart_tab .store-letter-content ul li a{
  color:#323232;
  font-size: 16px;
  font-weight: 500;
}
.coupon_mart_tab .store-letter-content ul li a:hover{
  text-decoration: underline;
}

/*--------------------------------------------------------------
6.0 Pages
--------------------------------------------------------------*/
/*Admin Dash profile*/
.wpu-form-profile .wpu-form-header{
  border-radius: 12px;
  overflow: hidden;
}
.wpu-form-profile .wpu-profile-meta{
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 1px 7px rgb(0 0 0 / 8%) !important;
  -webkit-box-shadow: 0 1px 7px rgb(0 0 0 / 8%) !important;
}
/*Single Coupon Page*/
.single-coupon .page-header .inner{
  padding-top: 33px !important;
}
.coupon-modal{
  background: #f8f9f9;
  border: 2px solid #edf3f5;
  border-radius: 12px;
  overflow: hidden;
}
.coupon-modal .shadow-box{
  padding: 30px 0;
}
@media screen and (max-width: 1280px) {
  .coupon-modal.coupon-modal .coupon-content .modal-code .action .button {
    margin-left: -125px;
  }
  .coupon-modal.coupon-modal .coupon-content .modal-code .code-text{
    text-align: left;
  }
}
@media screen and (max-width: 790px) {
  .coupon-modal.coupon-modal .coupon-content{
    width: 100%;
    margin: 0 !important;
    padding: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .coupon-modal.coupon-modal .coupon-content .modal-code .btn-wrap{
    padding-right: 0;
  }
  .coupon-modal.coupon-modal .coupon-content .modal-code .action .button {
    margin-left: 0px;
  }
  .coupon-modal.coupon-modal .coupon-content .modal-code .action.ui.fluid.input{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 5px;
  }
  .coupon-modal.coupon-modal .coupon-content .modal-code .code-text{
    text-align: center;
  }
}
/*Coupon page sumbit*/

.page-template-submit .ui.form .field > label{
  font-size: 15px;
  margin-bottom: 10px;
}
.page-template-submit .select-store-input .select-coupon-store{
  width: 100% !important;
  padding: 10px 20px !important;
}
.page-template-submit .field input, .page-template-submit .field .ui.dropdown{
  padding: 14px 20px !important;
  height: 42px;
}
.page-template-submit .select-store-input .ui.button{
  margin-left: -42px !important;
  text-indent: -9999px;
  width: 42px;
  height: 42px;
  border-radius: 5px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  border:none !important;
}
.page-template-submit .select-store-input .ui.button i.icon{
  color: #6d6100 !important;
  text-indent: initial !important;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(34, 36, 38, 0.15);
}
.page-template-submit .field .icon.for-upload{
  color: #6d6100 !important;
  display: block;
  width: 42px !important;
  height: 42px !important;
  border: 1px solid rgba(34, 36, 38, 0.15);
}
.page-template-submit .field .icon.calendar{
  color: #6d6100 !important;
  display: block;
  width: 42px !important;
  height: 42px !important;
  border: 1px solid rgba(34, 36, 38, 0.15);
}

.page-template-submit .ui.button.btn_primary{
  width: 180px;
  padding: 0px 10px;
}

  /*Most Popular Category*/
.popular_coupon_wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 1500px) {
  .popular_coupon_wrap{
    gap: 20px;
  }
}
/*Search Page*/
.search-coupon{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .search-coupon{
    gap: 20px;
  }
}

/*404 Page*/
.error404 .content-area{
  width: 100%;
}
.content-404{
  display: flex;
  justify-content:center;
  padding: 195px 0;
}
.sec-404{
  width: 40%;
  text-align: center;
}
.sec-404 h1{
  margin-bottom: 30px;
  font-size: 40px;
}
.sec-404 p{
  margin-bottom: 64px;
  font-size: 20px;
  line-height: 1.4;
}
.sec-404 .button_link{
  float:left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.sec-404 .button_link .go_support{
  font-size: 16px;
  padding: 9px 10px 10px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 200px;
  height: 40px;
  text-align: center;
  border: 2px solid;
  border-radius: 6px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 20px;
  -webkit-box-shadow: 2px 2px 0 0 var(--box-shadow-color);
  box-shadow: 2px 2px 0 0 var(--box-shadow-color);
}
.sec-404 .button_link .go_back_home{
  font-size: 16px;
  padding: 9px 10px 10px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 200px;
  height: 40px;
  text-align: center;
  border: 2px solid;
  border-radius: 6px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: 2px 2px 0 0 var(--box-shadow-color);
  box-shadow: 2px 2px 0 0 var(--box-shadow-color);
}
@media screen and (max-width: 1110px) {
  .sec-404{
    width: 60%;
  }
}
@media screen and (max-width: 790px) {
  .sec-404{
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .sec-404{
    width: 100%;
  }
}
/*Fullwidth Page*/
.cm-full-top{
  float:left;
  width: 100%;
  margin-bottom: 40px;
}
.cm-thumb-img{
  float:left;
  width: 100%;
}
.cm-page-title{
  float:left;
  width: 100%;
  padding:130px 0 65px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: overlay;
}
.cm-page-title .page-header .inner-content{
  display: flex;
  flex-direction: column-reverse;
}
.cm-page-title .page-header .inner{
  background: transparent;
  border:none;
  text-align: center;
}
.cm-page-title .page-header .inner .header-content h1{
  text-align: center;
  font-size: 60px;
  margin-bottom: 10px;
}
.cm-page-title .page-header .inner .ui.breadcrumb{
  display: inline-block;
}
.page-template-fullwidth .container-page{
  float:left;
  width: 100%;
}
.page-template-fullwidth .content-box{
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  margin-top: 70px;
}
/*Default Page*/
.page .feature-image{
  float:left;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
  margin-bottom: 25px;
}
.page .feature-image img{
  float:left;
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}
.page .page-header{
  margin-bottom: 50px;
}
.page .content-box{
  float: left;
  width: 100%;
  padding-top: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/**/
/*Blog Single*/
.single-post .page-header .inner{
  padding: 0 !important;
  background: #fff !important;
  border: none !important;
  margin: 0 -30px;
}
@media screen and (max-width: 1400px) {
  .single-post .page-header .inner{
    margin: 0 -55px;
  }
}
@media screen and (max-width: 790px) {
  .single-post .page-header .inner{
    margin: 0 -35px;
  }
}
@media screen and (max-width: 500px) {
  .single-post .page-header .inner{
    margin: 0 -20px;
  }
}
.single .single-header{
  text-align: center;
}
.single .post-entry .post-thumbnail{
  margin-bottom: 0px;
}
.single .post-title{
  width: 75%;
  padding: 20px 15px;
  display: inline-block;
  margin-top: -75px;
  background: #fff;
  border-radius: 12px;
}
.single .date{
  text-align: left;
  margin-bottom: 13px;
  font-weight: 500;
}
.single .page-header .inner{
  text-align: left;
  padding-top: 50px;
}
.single .page-header .inner .header-content h1{
  margin-left: 5px;
}
.single .page-header .ui.breadcrumb span{
  display: inline-block;
  margin:0 3px 0px 3px;
}
.single .page-header .ui.breadcrumb span{
  margin:0 3px 0px 3px;
}
.comment-respond{
  margin-top: 20px;
}
.logged-in-as a{
  font-weight: 600;
}
.ui.button.btn_primary {
  float: left;
  width: 180px;
  height: 40px;
  padding: 12px 1em;
  font-size: 14px;
  -webkit-box-shadow: 3px 3px 0 0 #390950;
  box-shadow: 3px 3px 0 0 #390950;
  color: #6d6100 !important;
  position: relative;
  border: 2px solid #390950;
  border-radius: 6px;
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  will-change: auto;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.ui.button.btn_primary:hover {
  -webkit-box-shadow: 0px 0px 0 0 transparent;
  box-shadow: 0px 0px 0 0 transparent;
  -webkit-box-shadow: 2px 2px 0 0 var(--box-shadow-color);
  box-shadow: 2px 2px 0 0 var(--box-shadow-color);
}
/*Sidebar Area*/
.sidebar input[type=search]{
  border: 3px solid;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.sidebar .wp-block-search__label{
  float: left;
  width: 100%;
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.71428571rem;
  font-weight: 700;
  color: #222222;
  margin-bottom: 27px;
}
.sidebar .wp-block-search__inside-wrapper{
  float: left;
  width: 100%;
}
.wp-block-search__button{
  border: 3px solid;
  margin-left: -5px;
  font-weight: 700;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
  border-radius: 6px;
  border: 3px solid #6d6100;
}
.sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.widget{
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #edf3f5;
  padding: 20px 20px 10px 20px;
}
.widget_text{
  background: transparent;
}
.widget_block.widget_search{
  padding-bottom: 30px;
}
.widget ul, .widget ol{
  padding-left: 0;
}
.widget ul li, .widget ol li{
  color: #666666;
  list-style: none;
}
.widget ul li a, .widget ol li a{
  color:#4e595f;
}
.page-template-frontpage .widget{
  background: transparent;
  border: none;
  padding: 0;
}
.widget_popular_stores{
  margin-top: 20px;
}
.sidebar-footer .widget{
  padding: 10px 0px 10px 0px;
}
@media screen and (max-width: 790px) {
  .widget_popular_stores .widget-content .grid .column {
    width: 50% !important;
  }
}
/*Blog Single*/
.single .post-content{
  width: 71%;
  margin: 0 auto;
}
.single .comments-area{
  width: 71%;
  margin: 0 auto;
}
/*Blog Page*/
.blog-post-wrap{
  float:left;
  width: 100%;
  padding: 0px 120px;
  margin-top: 65px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.feature-post{
  float: left;
  width: 50%;
}
.feature-post .post_image{
  float: left;
  width: 100%;
  height: 392px;
  background-size: cover !important;
  background-position: center center !important;
  border-radius: 6px;
  background-color: #00a1c0;
}
.feature-post .post-content{
  float: left;
  width: 100%;
  padding: 0 30px;
}
.feature-post .post-content .date_cat{
  float:left;
  width: 100%;
  display: flex;
  color: #535c62;
  font-size: 12px;
  font-weight: 700;
  margin-top:26px;
  text-transform: uppercase;
}
.feature-post .post-content .date_cat .date{
  margin-right: 10px;
}
.feature-post .post-content .date_cat .cat a{
  color:#535c62;
}
.feature-post .post-content .post_title{
  float: left;
  width: 100%;
  margin-top: 4px;
  line-height: 25px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}
.feature-post .post-content .post-excerpt{
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.feature-post .post-content .post-excerpt p{
  font-weight: 500;
  font-size: 14.3px;
}
.feature-post .post-content .read-more{
  float: left;
  width: 100%;
  margin-top: 15px;
}
.feature-post .post-content .read-more a{
  font-weight: bold;
  padding: 4px 10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 5px;
}
.feature-post .post-content .read-more a:after{
  content: "\f061";
  font-family: Icons;
  font-style: normal;
  margin-left: 20px;
  top:1px;
  position: relative;
}
.list-post{
  float: left;
  width: 50%;
  padding-left: 84px;
}
.list-last-child{
  margin-bottom: 150px;
}
.list-post-inner{
  display: flex;
  margin-bottom: 30px;
}
.list-post .post_image{
  float: left;
  width: 232px;
  height: 150px;
  border-radius: 6px;
  background-size: cover !important;
  background-position: center center !important;
}
.list-post .post-content .date_cat{
  float:left;
  width: 100%;
  display: flex;
  color: #535c62;
  font-size: 12px;
  font-weight: 700;
  margin-top:7px;
  text-transform: uppercase;
}
.list-post .post-content .date_cat .date{
  margin-right: 10px;
}
.list-post .post-content .date_cat .cat a{
  color:#535c62;
}
.list-post .post-content .post_title{
  float: left;
  width: 100%;
  margin-top: 4px;
  line-height: 25px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}
.list-post .post-content .post-excerpt{
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.list-post .post-content .post-excerpt p{
  font-weight: 500;
  font-size: 14.3px;
}
.list-post .post-content .read-more{
  float: left;
  width: 100%;
  margin-top: 15px;
}
.list-post .post-content .read-more a{
  font-weight: bold;
  padding: 4px 10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 5px;
}
.list-post .post-content .read-more a:after{
  content: "\f061";
  font-family: Icons;
  font-style: normal;
  margin-left: 20px;
  top:1px;
  position: relative;
}

.default-post{
  float: left;
  width: 50%;
}
.default-post-inner{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 243px;
}
.default-post .post_image{
  float: left;
  width: 232px;
  height: 150px;
  border-radius: 6px;
  background-size: cover !important;
  background-position: center center !important;
}
.default-post .post-content{
  float: left;
  width: 390px;
  padding-right: 30px;
}
.default-post .post-content .date_cat{
  float:left;
  width: 100%;
  display: flex;
  color: #535c62;
  font-size: 12px;
  font-weight: 700;
  margin-top:-6px;
  text-transform: uppercase;
}
.default-post .post-content .date_cat .date{
  margin-right: 10px;
}
.default-post .post-content .date_cat .cat a{
  color:#535c62;
}
.default-post .post-content .post_title{
  float: left;
  width: 100%;
  margin-top: 4px;
  line-height: 25px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}
.default-post .post-content .post-excerpt{
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.default-post .post-content .post-excerpt p{
  font-weight: 500;
  font-size: 14.3px;
}
.default-post .post-content .read-more{
  float: left;
  width: 100%;
  margin-top: 15px;
}
.default-post .post-content .read-more a{
  font-weight: bold;
  padding: 4px 10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 5px;
}
.default-post .post-content .read-more a:after{
  content: "\f061";
  font-family: Icons;
  font-style: normal;
  margin-left: 20px;
  top:1px;
  position: relative;
}
.default-post .post-content .read-more a:hover{
}
@media screen and (min-width: 1600px) {
  .list-post-inner{
    justify-content: space-between;
  }
  .list-post .post-content{
    float: left;
    width: 305px;
  }
}
@media screen and (max-width: 1600px) {
  .list-post-inner{
    flex-direction: row;
    justify-content: flex-start;
  }
  .list-post .post-content{
    float: left;
    width: 305px;
    padding-left:30px;
  }
  .default-post-inner{
    flex-direction: row;
    justify-content: flex-start;
  }
  .default-post .post-content{
    float: left;
    width: 305px;
    padding-left:30px;
  }
}
@media screen and (max-width: 1400px) {
  .blog-post-wrap{
    padding: 0px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .list-post{
    padding-left: 30px;
  }
}
@media screen and (max-width: 1110px) {
  .feature-post .post_image {
    height: 290px;
  }
}
@media screen and (max-width: 990px) {
  .feature-post{
    width: 100%;
    margin-bottom: 30px;
  }
  .feature-post .post_image {
    height: 392px;
  }
  .list-post{
    width: 100%;
    padding-left: 0;
  }
  .list-post .post-content{
    width: 100%;
  }
  .list-last-child{
    margin-bottom: 0px;
  }
  .default-post{
    width: 100%;
  }
  .default-post .post-content{
    width: 100%;
  }
  .default-post-inner{
    min-height: 170px;
  }
}
@media screen and (max-width: 790px) {
  .feature-post .post_image {
    height: 292px;
  }
}
@media screen and (max-width: 500px) {
  .feature-post .post_image {
    height: 200px;
  }
  .feature-post .post-content{
    padding: 0  0;
  }
}
@media screen and (max-width: 400px) {
  .list-post-inner{
    flex-wrap: wrap;
  }
  .list-post .post-content{
    padding-left: 0;
  }
  .list-post .post-content .date_cat{
    margin-top: 30px !important;
  }
  .default-post-inner{
    flex-wrap: wrap;
  }
  .default-post .post-content{
    padding: 0 0;
  }
  .default-post .post-content .date_cat{
    margin-top: 30px;
  }
}
/*Pagination*/
.blog-pagination{
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.pagination .page-numbers{
  font-size: 14.5px;
  font-weight: 600;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  display: inline-block;
  padding: 12px 3px;
  color:#333637;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.pagination .page-numbers:hover{

}
.pagination .page-numbers i.icon{
  font-size: 20px;
  position: relative;
  top: 2px;
}
  /*All Category*/
.all-cat-wrap{
  float:left;
  width: 100%;
}
.cat-letter-content ul{
  padding-left: 0px;
}
.cat-letter-content ul li{
  width: 33.33333333%;
}
@media screen and (max-width: 1200px) {
  .cat-letter-content ul li{
    width: 50%;
  }
}
@media screen and (max-width: 790px) {
  .cat-letter-content ul li{
    width: 100%;
  }
}

/*All Store*/
.available-coupon_number{
  display: flex;
  float:left;
  width: 100%;
  text-align: center;
  min-height: 200px;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #edf3f5;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.available-coupon_number .total_tax_number{
  margin-bottom: 20px;
}
.available-coupon_number .total_tax_number p{
  margin: 0 0 5px 0;
}
.available-coupon_number .total_tax_number h3{
  margin: 0 0;
}
.available-coupon_number .total_coupon_number p{
  margin: 0 0 5px 0;
}
.available-coupon_number .total_coupon_number h3{
  margin: 0 0;
}

/*Single Store*/
.Coupon-extra-info{
  padding: 20px 20px 5px 20px;
  border-radius: 12px;
  background: #ffffff;
  border: 2px solid #edf3f5;
  box-shadow: 0 0 0 transparent !important;
  margin-bottom: 20px;
}

/*Signle Category*/
.single-cat{
  float:left;
  width: 100%;
}
.popular-brand-wrap{
  float:left;
  width: 100%;
  margin-top:50px;
  margin-bottom: 50px;
}
.popular-brand{
  float:left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.popular-intro-des{
  width: 14.7%;
  display: flex;
  align-items: center;
}
.popular-intro-des .intro-icon{
  display: flex;
}
.popular-intro-des .intro-icon .icon-image{
  width: 35px;
  height: 35px;
  font-size: 30px;
  padding: 8px 0px;
}
.popular-intro-des .intro-icon .icon-image .icon{
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #4e595f;
  color:transparent;
}
.popular-intro-des .intro-title{
  font-size: 18px;
  font-weight: 700;
  color: #4e595f;
  padding-left: 9px;
}
.popular-brand-item-wrap{
  width:84%;
  cursor: pointer;
  position: relative;
}
.popular-brand-item-wrap:hover #po_prev_icon{
  display: block;
}
.popular-brand-item-wrap #po_prev_icon{
  position: absolute;
  top:26px;
  right:10px;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  width: 30px;
  height: 30px;
  background: #f6fdff;
  border: 2px solid #bbccd0;
  border-radius: 50%;
  padding: 3px 4px;
  cursor: pointer;
  display: none;
  z-index: 1;
}
.popular-brand-item-wrap:hover #po_next_icon{
  display: block;
}
.popular-brand-item-wrap #po_next_icon{
  position: absolute;
  top:26px;
  left:10px;
  /*transform: translate(6px, -50%);*/
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  width: 30px;
  height: 30px;
  background: #f6fdffde;
  border: 2px solid #bbccd0;
  border-radius: 50%;
  padding: 3px 2px;
  cursor: pointer;
  display: none;
  z-index: 1;
}
.popular-brand-item{
  float:left;
  width: 100%;
  height: 90px;
  display: flex;
  overflow-x: hidden;
}
@media screen and (max-width: 1110px) {
  .popular-brand-item {
    overflow-x: scroll;
  }
}
.popular-brand-item::-webkit-scrollbar{
  display: none;
}
.popular-brand-item .brand-item{
  width: 168px;
  min-width: 168px;
  height: 80px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 6px;
  border: 2px solid #edf3f5;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.popular-brand-item .brand-item:hover{
  -webkit-box-shadow: 10px 10px 0 rgb(0 0 0 / 5%);
  box-shadow: 10px 10px 0 rgb(0 0 0 / 5%);
}
.popular-brand-item .brand-item .image{
  width: 80px;
  height: 50px;
  margin-bottom: 5px;
  padding-top: 5px;
  background-position: center;
  background-size: contain;
}
.popular-brand-item .brand-item .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}
.popular-brand-item .brand-item .offer{
  font-size: 13px;
  font-weight: 700;
}
.popular-brand-item .brand-item:last-child{
  margin-right: 0px;
}
@media screen and (max-width: 1110px) {
  .popular-brand-wrap{
    margin-top: 36px;
  }
  .popular-brand{
    flex-direction: column;
  }
  .popular-intro-des{
    width: 100% !important;
    margin-bottom: 25px;
  }
  .popular-brand-item-wrap{
    width: 100% !important;
  }
}
.coupon-details{
  float:left;
  width: 100%;
}
.store-listings{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

/*Coupon Category coupon loop item*/
.cat-coupon-lists{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 22px;
}

/*Front Page*/
.treading_coupon{
  float:left;
  width: 100%;
  position: relative;
  z-index: 0;
  margin-bottom: 48px;
  margin-top: 60px;
}
.treading_coupon .info_sec{
  float:left;
  width: 100%;
}
.treading_coupon .info_sec .info_sec_content{
  width: 46%;
  padding: 0px 30px 30px 30px;
  margin: -10px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
.treading_coupon .info_sec .info_sec_content .info_sec_cat_icon{
  float: left;
  width: 80px !important;
  height: 80px !important;
  font-size: 36px;
  text-align: center;
  padding: 30px 12px;
  border-radius: 1000px;
  color: #fff;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 2px;
  border: 2px solid;
}
.treading_coupon .info_sec .info_sec_content .info_sec_title{
  font-size: 19px;
  font-weight: 700;
  color: #161b1e;
  margin-top: 5px;
}
.treading_coupon .info_sec .info_sec_content .info_sec_des{
  font-size: 16px;
  font-weight: 400;
  color: #535c62;
  line-height: 1.35;
  text-align: center;
  margin-top: 10px;
}
.treading_coupon .content_sec{
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  gap:25px;
  float: left;
  margin-top: 3px;
}
.treading_coupon .content_sec .coupon_item_wrap{
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  border:2px solid #edf3f5;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.treading_coupon .content_sec .coupon_item{
  float:left;
  width: 100%;
  position: relative;
  display: flex;
  gap:25px;
}
.treading_coupon .content_sec .sm_cu_des{
  display: none;
}
@media screen and (max-width: 1400px) {
  .treading_coupon .content_sec{
    grid-template-columns: auto auto;
  }
  .treading_coupon .info_sec .info_sec_content{
    width: 65%;
  }
  .treading_coupon .info_sec .info_sec_content .info_sec_title{
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .treading_coupon .content_sec{
    grid-template-columns: auto auto;
  }
  .treading_coupon .info_sec .info_sec_content{
    width: 85%;
  }
  .treading_coupon .info_sec .info_sec_content .info_sec_title{
    text-align: center;
  }
  .treading_coupon .content_sec .coupon_item{
    gap:10px !important;
  }
  .treading_coupon .coupon_item_wrap .cu_content .cu_cat a{
    float: none !important;
    display: inline-block;
    margin-left: 0px !important;
    margin-right: 3px;
  }
  .treading_coupon .coupon_item_wrap .cu_img_offer{
    min-height: 95px !important;
  }
  .treading_coupon .coupon_item_wrap .cu_img_offer .cu_img{
    border:none !important;
  }
  .treading_coupon .coupon_item_wrap .cu_img_offer .cu_img .coupon_store_img{
    width: 78px !important;
    text-align: left !important;
    height: 36px !important;
    border:none !important;
    background-position: 0 0 !important;
    line-height: 1 !important;
  }
  .treading_coupon .coupon_item_wrap .cu_img_offer .cu_img .coupon_store_img span{
    display: none;
    padding: 0 !important;
    top: 0 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    border: none !important;
    box-shadow: 0 0 0 transparent !important;
  }
  .treading_coupon .coupon_item_wrap .cu_img_offer .cu_offer{
    margin-top: 10px !important;
    text-align:left !important;
  }
  .treading_coupon .coupon_item_wrap .cu_img_offer .cu_offer_hide{
    display: none;
  }
  .treading_coupon .content_sec .cu_des{
    display: none;
  }
  .treading_coupon .content_sec .sm_cu_des{
    display: block;
  }
}
@media screen and (max-width: 790px) {
  .treading_coupon .content_sec{
    grid-template-columns: auto;
  }
}
.treading_coupon .content_sec .coupon_item_wrap:hover{
  -webkit-box-shadow: 10px 10px 0 rgb(0 0 0 / 5%);
  box-shadow: 10px 10px 0 rgb(0 0 0 / 5%);
}
.treading_coupon .content_sec .coupon_item_wrap:before{
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  z-index: 1;
  top: -14px;
  left: 120px;
  background-color: #f6fdff;
  border: 2px solid #edf3f5;
  border-radius: 50%;
  content: "";
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  will-change: auto;
  clip-path: inset(42% 0 0 0);
}
.treading_coupon .content_sec .coupon_item_wrap:after{
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  z-index: 1;
  bottom: -14px;
  left: 120px;
  background-color: #f6fdff;
  border: 2px solid #edf3f5;
  border-radius: 50%;
  content: "";
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  will-change: auto;
  clip-path: inset(0 0 42% 0);
}
.treading_coupon .content_sec .coupon_item_wrap:hover:after{
  background-color: #e9f0f2;
}
.treading_coupon .coupon_item_wrap .cu_img_offer{
  max-width: 150px;
  min-height: 150px;
}
.treading_coupon .coupon_item_wrap .cu_img_offer .cu_img .coupon_store_img{
  width: 130px;
  height: 130px;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center center;
  border-radius: 12px;
  border:2px solid #f3f3f3;
}
.treading_coupon .coupon_item_wrap .cu_img_offer .cu_img .coupon_store_img span{
  padding: 5px 5px;
  font-size: 10px;
  color: #000;
  top: 8px;
  position: relative;
  border-radius: 1000px;
  box-shadow: 0px 1px 2px #f3f3f3;
  border: 2px solid #f3f3f3;
}
.treading_coupon .coupon_item_wrap .cu_img_offer .cu_offer{
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-top: 16px;
  color: #42b538;
}
.treading_coupon .coupon_item_wrap .cu_content{

}
.treading_coupon .coupon_item_wrap .cu_content .cu_title{
  float:left;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 26px;
  margin-bottom: 18px;
}
.treading_coupon .coupon_item_wrap .cu_content .cu_title a{
  color:#000;
}
.treading_coupon .coupon_item_wrap .cu_content .cu_cat{
  float:left;
  width: 100%;
  margin-bottom: 14px;
}
.treading_coupon .coupon_item_wrap .cu_content .cu_cat a{
  float:left;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 8px;
  margin-left:5px;
  margin-bottom: 5px;
  border-radius: 6px;
  background-color: #edf3f5;
  color: #4e595f;
}
.treading_coupon .coupon_item_wrap .cu_content .cu_des{
  float:left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #535c62;
  line-height: 1.35;
}
.treading_coupon .coupon_item_wrap .cu_content .sm_cu_des{
  display: none;
}

/*----------Front Newsletter area-----------*/
.nl-wrap{
  float:left;
  width:100%;
}
.newsletter_area{
  float:left;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 60px;
}
.newsletter_content{
  width: 60%;
  min-height:200px;
  padding: 65px 0px;
  border-radius: 12px;
  box-shadow: 0 0 0 transparent !important;
}
.newsletter_content .newsletter-box-wrapper{
  width: 70%;
  display: flex;
  margin: 0 auto;
}
.newsletter_content .newsletter-box-wrapper .nl_img{
  float: left;
  width: 50px;
  height: 50px;
  font-size: 30px;
  padding: 13px 6px;
  text-align: center;
  margin-bottom: 23px;
  margin-right: 20px;
  background: #fa4a74;
  color: #f8db00;
  -webkit-text-fill-color: #f8db00;
  -webkit-text-stroke-width: 2px;
  border: 2px solid;
  border-radius: 50%;
}
.newsletter_content .newsletter-box-wrapper .nl_content{
  width: 100%;
  margin-top: -12px;
}
.newsletter_content .newsletter-box-wrapper .nl_content .widget-title{
  font-size: 30px;
  padding-top: 4px;
}
.newsletter_content .newsletter-text.before-form{
  width: 100%;
  font-size: 16px;
  color: #4e595f;
  margin-top: 28px;
}
.newsletter_content .newsletter-text.before-form a{
  color:#4e595f;
  text-decoration: underline;
}
.newsletter_content .newsletter-text.before-form a:hover{
  color:#4e595f;
}
.newsletter_content .widget .ui.input{
  width: 73.7%;
  margin-top: 22px;
}
.newsletter_content .widget .ui.action.icon.input > input{
  width: 100% !important;
  background-color: #f6fdff;
  border:2px solid #f6fdff;
  padding-left: 35px;
  margin-right: 17px;
  border-radius: 6px !important;
}
.newsletter_content .widget .ui.action.icon.input > input:focus{
  border-right-color:#f6fdff !important;
}
.newsletter_content .widget .submit-btn{
  border: 2px solid #4b4b4b;
  background: #f5f5f5 !important;
  color: #4b4b4b;
  text-transform: uppercase;
  border-radius: 6px !important;
  font-weight: 700;
  padding: 10px 20px;
}
.newsletter_content .widget .submit-btn:hover{
  background: #f5f5f5;
}
.newsletter_content .newsletter-text.after-form{
  float:left;
  width: 100% !important;
  text-align: center;
  margin-top: 25px;
  color:#4e595f;
}
.newsletter_content .newsletter-text.after-form a{
  color:#4e595f;
}
.newsletter_content .newsletter-text.after-form a:hover{
  color:#4e595f;
  text-decoration: underline;
}
@media screen and (max-width: 1400px) {
  .newsletter_content{
    width: 80%;
  }
}
@media screen and (max-width: 1110px) {
  .newsletter_content{
    width: 100%;
  }
  .newsletter_content .newsletter-box-wrapper{
    width: 85%;
  }
  .newsletter_content .widget .ui.input{
    width:55%;
  }
  .newsletter_content .widget .ui.input .mail.icon{
    top:0;
  }
}
@media screen and (max-width: 790px) {
  .newsletter_content .newsletter-box-wrapper {
    width: 95%;
  }
}
@media screen and (max-width: 500px) {
  .newsletter_content .newsletter-box-wrapper {
    width: 80%;
    flex-direction: column;
    align-items: center;
  }
  .newsletter_content .newsletter-box-wrapper .nl_img{
    margin-right: 0;
  }
  .newsletter_content .newsletter-box-wrapper .nl_content .widget-title{
    text-align: center;
  }
  .newsletter_content .newsletter-text.before-form{
    text-align: center;
  }
  .newsletter_content .widget .ui.input {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .newsletter_content .widget .ui.action.icon.input > input{
    margin-right: 0;
    margin-bottom:18px;
  }
  .newsletter_content .widget .ui.input .mail.icon {
    top: 20px;
    height: auto;
  }
}
#secondary .widget_newsletter{
  padding-top:20px;
  padding-bottom: 20px;
}
#secondary .newsletter_content{
  width: 100%;
  padding: 0;
  min-height: 30px;
}
#secondary .newsletter_content .widget{
  margin-bottom: 0;
}
#secondary .newsletter_content .newsletter-box-wrapper{
  width: 100%;
}
#secondary .newsletter-box-wrapper .widget-title{
  margin-bottom: 20px;
}
#secondary .newsletter-box-wrapper .nl_img{
  display: none;
}
#secondary .newsletter_content .widget .ui.input{
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  #secondary .newsletter_content .widget .ui.input{
    width: 70%;
  }
}
#secondary .newsletter-box-wrapper .submit-input{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 3px solid;
  padding: 0px 0px 0px 35px;
  margin-right: 0 !important;
  width: auto !important;
}
#secondary .newsletter-box-wrapper i.icon{
  top: 1px !important;
  left: 0 !important;
  opacity: 1 !important;
}

#secondary .newsletter-box-wrapper .submit-btn{
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  border: 3px solid;
  font-weight: 600;
  text-indent: -9999px;
  margin-left: -5px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  width: 50px;
  padding: 11px 10px;
}
#secondary .newsletter-box-wrapper .submit-btn:before{
  content: "\f1d8";
  width: 45px;
  text-align: center;
  text-indent: initial;
  font-size: 18px;
}
#secondary .widget_newsletter .after-form{
  float:left;
  width: 100%;
  margin-top: 15px;
}
#secondary .widget_text{
  background: #ffffff;
}
/*----------Front New Store Area-----------*/
.new_store{
  float:left;
  width: 100%;
  padding-bottom: 40px;
}
.new_store .store_wrap{
  float:left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.new_store .store_sec{
  width: 32.5% !important;
  padding-right: 15px;
}
.new_store .store_sec .store_title{
  text-align: left;
  font-size: 19px;
  font-weight: 700;
  color: #333637;
  margin-bottom: 16px;
}
.new_store .store_sec .store_des{
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #4e595f;
  padding-bottom: 20px;
}
.new_store .store_all_btn{
  float:right;
  margin-top: 30px;
  display: block;
}
.new_store .store_all_btn a{
  border: 2px solid #4b4b4b;
  background: #f5f5f5 !important;
  color: #4b4b4b !important;
  text-transform: uppercase;
  border-radius: 6px !important;
  font-weight: 700;
  padding: 10px 20px;
}
.new_store .store_item{
  width: 15.5%;
}
.new_store .store_item .store-thumb{
  background: #fff;
  text-align: center;
  border-radius: 12px;
  border: 2px solid #f5f5f5;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.new_store .store_item .store-thumb:hover{
  -webkit-box-shadow: 10px 10px 0 rgb(0 0 0 / 5%);
  box-shadow: 10px 10px 0 rgb(0 0 0 / 5%);
}
.new_store .store_item a.image{
  width: 200px;
  height: 115px;
  display: flex !important;
  align-items: center;
}
.new_store .store_item a img{
  display: inline-block;
}
@media screen and (max-width: 790px) {
  .new_store .store_sec{
    text-align: center;
    width: 100% !important;
  }
  .new_store .store_sec .store_title{
    text-align: center;
  }
  .new_store .store_sec .store_des{
    text-align: center;
  }
  .new_store .store_item{
    width: 48%;
  }
  .new_store .store_item a{
    margin: 0 auto;
  }
}
/*----------Front Blog Post area-----------*/
.front_blog{
  float:left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 19px;
}
.blog-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 38px;
  gap: 20px;
  justify-content: flex-start;
}
.front_blog .post_sec{
  float:left;
  background: #fff;
  padding: 40px 30px 32px 30px;
}
.front_blog .post_sec:hover{
  border-color:transparent !important;
}
.front_blog .post_sec .blog_icon{
  float: left;
  width: 50px;
  height: 50px;
  font-size: 23px;
  padding: 15px 10px;
  text-align: center;
  margin-bottom: 23px;
  background: #fccd69;
  color: #fff;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 2px;
  border: 2px solid;
  border-radius: 4px;
}
.front_blog .post_sec .blog_intro_title{
  float:left;
  width: 100%;
  font-size: 19px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #161b1e;
  line-height: 25px;
}
.front_blog .post_sec .blog_intro_des{
  float:left;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #535c62;
  margin-top: 7px;
}
.front_blog .post_sec .blog_link{
  float:left;
  width: 100%;
  margin-top: 27px;
  margin-bottom: 16px;
}
.front_blog .post_sec .blog_link a{
  float:left;
  width: 140px;
  height: 40px;
  padding: 11px 1em;
  font-size: 14px;
  -webkit-box-shadow: 3px 3px 0 0 #390950;
  box-shadow: 3px 3px 0 0 #390950;
  color: #390950;
  position: relative;
  border: 2px solid #390950;
  border-radius: 6px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  will-change: auto;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.front_blog .post_item{
  width: 23.8%;
  min-height: 200px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.front_blog .post_item .b_post{
  display: flex;
  flex-direction: column;
}
.front_blog .post_item .f_b_post_img{
  width: 100%;
  height: 220px;
  font-size: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color:#fff;
}
.front_blog .post_item .f_b_post_img .ft_image{
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
.front_blog .post_item .f_b_post_content{
  width: 100%;
  height: 100%;
  padding: 21px 16px 24px 16px;
}
.front_blog .post_item .f_b_post_content .fb_post_meta{
  float: left;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #535c62;
}
.front_blog .post_item .f_b_post_content .fb_post_meta a{
  color: #535c62;
}
.front_blog .post_item .f_b_post_content .fb_post_meta .fb_post_date{
  float: left;
  margin-right:8px;
}
.front_blog .post_item .f_b_post_content .fb_post_meta .fb_post_cat{
  float: left;
}
.front_blog .post_item .f_b_post_content .fb_post_title{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 7px;
  float: left;
  width: 100%;
}
.front_blog .post_item .f_b_post_content .fb_post_title a{
  color:#161b1e;
}
.front_blog .post_item .f_b_post_content .fb_post_content{
  float: left;
  width: 100%;
  margin-top: 5px;
}
.front_blog .post_item:hover{
  background: #fff;
  border-color: #edf3f5;
}
@media screen and (max-width: 1400px) {
  .front_blog .post_sec{
    width: 100% !important;
  }
  .front_blog .post_item{
    width: 31.8%;
  }
}
@media screen and (max-width: 991px) {
  .front_blog .post_sec{
    width: 100% !important;
  }
  .front_blog .post_item{
    width: 48.5%;
  }
}
@media screen and (max-width: 790px) {
  .front_blog .post_sec{
    width: 100% !important;
  }
  .front_blog .post_item{
    width: 100%;
  }
}
.front_blog .post_item .f_b_post_content .fb_post_content p{
  font-size: 14px;
  font-weight: 400;
  color: #161b1e;
}
/*---------Top Shop-----------*/
.top-shop{
  float:left;
  width: 100%;
  margin-bottom: 48px;
}
.top-shop:after{
  content: '';
  width: 100%;
  height: 48px;
  background: #edf3f5;
  position: absolute;
}
.inline_wrap_contain{
  padding: 0px 25px;
}
.inline-wrap{
  margin: 0 auto;
  padding: 40px 0;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 58px;
  border:1px solid #bbccd0;
}
.top-shop h3{
  font-size: 26px;
  color: #333637;
  font-weight: 900;
  margin-bottom: 22px;
}
.top-shop .link-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.top-shop .item-link{
  width: 20%;
}
.top-shop .item-link a{
  float: left;
  width: 100%;
  color: #535c62;
  font-size: 16px;
  margin: 3px 0px;
}

/*-----Popular Category------*/
.popular-cat{
  float:left;
  display: block;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 42px;
}
.popular-cat h3{
  font-size: 20px;
  color: #333637;
  font-weight: 700;
  margin-bottom: 22px;
}
.popular-cat .link-wrap {
  float: left;
  width: 100%;
  padding-left: 0;
}
.popular-cat .link-wrap li{
  float: left;
  width: 16.666666%;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px;
  margin-top: 3px;
}
.popular-cat .link-wrap li a{
  color: #707070;
  font-size: 14px;
  font-weight: 600;
}
.custom-page-header {
  margin-top: 0px;
}
.single-store-header{
  margin-bottom: 48px;
}
.custom-page-header .inner {
  background: #ffffff;
  padding: 0px 15px 15px;
}

@media screen and (min-width: 1400px) {
  .inline_wrap_contain{
    padding: 0px 140px;
  }
}

@media screen and (max-width: 1110px) {
  .popular-cat .link-wrap li, .top-shop .item-link{
    width:33.33333333% !important;
  }
}
@media screen and (max-width: 790px) {
  .popular-cat .link-wrap li, .top-shop .item-link{
    width:100% !important;
  }
}
@media screen and (min-width: 790px) {
  .custom-page-header .inner {
    padding: 0px 30px 30px;
  }
}
.custom-page-header .inner-content {
  padding-top: 0px;
}
.custom-page-header h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 8px;
  line-height: 31px;
  letter-spacing: -1px;
}
.custom-page-header h1 strong {
  font-weight: 700;
}
.bp-star-ratings{
  min-height: 25px;
}
.tax-desc{
  margin-bottom: 6px;
}
.bp-star-ratings .bpsr-legend{
  color: #6d6100 !important;
}
.custom-page-header .header-thumb {
  float: none;
  display: flex !important;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  align-items: center;
  min-height: 120px;
  justify-content: center;
}
.custom-page-header .header-thumb i.circular.icon{
  border:2px solid;
  box-shadow: none;
  background: #fff;
  -webkit-text-stroke-width: 2px;
  color:transparent;
}

@media screen and (min-width: 991px) {
  .custom-page-header .header-thumb {
    float: left;
    display: block;
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .custom-page-header .header-thumb {
    display: none;
    margin-bottom: 30px;
    margin-bottom: 30px;
  }
  .custom-page-header .header-thumb img{
    border-radius: 12px;
  }
}
@media screen and (max-width: 1110px){
  .custom-page-header .header-thumb img{
    object-fit: cover;
  }
}
.custom-page-header .header-thumb .ui.center i {
  font-size: 50px;
}

.custom-page-header .header-thumb img {
  width: 380px;
}
.custom-page-header .header-content {
  overflow: hidden;
  padding: 34px 35px 38px 33px;
  border-radius: 12px;
  min-height: 220px;
  display: flex;
}
.custom-page-header .header-content .sm_header_thumb{
  margin-right: 25px;
  height: 100%;
  display: none !important;
  min-width: 150px;
}
.custom-page-header .header-content .sm_header_thumb img{
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 990px){
  .single-store-header .header-thumb{
    display: none !important;
  }
  .single-cat .cat_lg_thumb{
    display: none !important;
  }
  .custom-page-header .header-content .sm_header_thumb{
    display: block !important;
  }
}
@media screen and (max-width: 790px){
  .custom-page-header .header-content{
    flex-direction: column;
    align-items: center;
  }
  .custom-page-header .header-content .sm_header_thumb{
    margin-right: 0px;
    margin-bottom: 25px;
  }
}
.custom-page-header .header-content .header_des{
  float:left;
  width: 100%;
}
.custom-page-header .des-overflow{
  height: 53px;
  overflow-x: hidden;
}
.custom-page-header .header-content .entry-share {
  margin-top: 10px;
  display: inline-block;
}
.custom-page-header .header-content, .custom-page-header .header-content p {
  font-weight: 600;
  color:#222;
}

.page-header {
  padding: 0 0 0;
}
.page-header .inner{
  padding: 33px 40px;
  border-radius: 12px;
  border: 2px solid;
}
.page-header h1 {
  margin-bottom: 0;
  font-weight: 800;
  letter-spacing: -1px;
  color: #161b1e;
  font-size: 24px;
}
.page-header .ui.breadcrumb {
  margin-top: 0;
  margin-bottom: 18px;
}

.page-header-cover {
  text-align: center;
  padding: 80px 0 80px;
  margin-bottom: 20px;
  background: url("assets/images/header-cover.jpg") bottom center;
  background-size: cover;
  position: relative;
}
.page-header-cover:after {
  background: -webkit-linear-gradient(top, transparent 0px, transparent 0px, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, transparent 0px, transparent 0px, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.page-header-cover h1 {
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #FFFFFF;
  position: relative;
  z-index: 20;
  font-size: 35px;
}
@media screen and (min-width: 790px) {
  .page-header-cover h1 {
    font-size: 42px;
  }
}
.page-header-cover .ui.breadcrumb {
  margin-top: 0px;
  position: relative;
  z-index: 10;
}
.page-header-cover .ui.breadcrumb .section {
  color: #FFFFFF;
  font-weight: bold;
}
.page-header-cover .ui.breadcrumb i {
  color: #FFFFFF;
  opacity: 1;
}
.page-header-cover .ui.breadcrumb a {
  color: #FFFFFF;
}
.page-header-cover .ui.breadcrumb a:hover {
  text-decoration: underline;
}
.page-header-cover .ui.breadcrumb .active.section {
  font-weight: 300;
}

.ui.breadcrumb .section {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #6d6100;
}
.ui.breadcrumb{
  font-size: 12px !important;
  font-weight: 600;
  color: #6d6100;
}
.ui.breadcrumb a {
  color: #6d6100 !important;
}
.ui.breadcrumb a:hover {
  color: #ff9900;
}

.heading-line {
  background: none repeat scroll 0 0 #fab702;
  display: block;
  height: 2px;
  width: 80px;
}

.site-breadcrumb {
  padding: 8px 0px 0px;
  margin-bottom: -10px;
  color: #999999;
}
.site-breadcrumb .ui.breadcrumb a.section {
  color: #00979d;
}
.site-breadcrumb .ui.breadcrumb .icon.divider {
  opacity: 1;
}

.single-store-header .header-thumb {
  display: flex;
  width: 380px;
  height:220px;
  background: #ffffff;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 2px solid #edf3f5;
}
@media screen and (max-width: 991px) {
  .single-store-header .header-thumb {
    display: none;
  }
}
.single-store-header .header-thumb .header-store-thumb a {
  line-height: 114px;
  border: 2px solid #f5f5f5;
  text-align: center;
  margin-bottom: 10px;
  min-width: 200px;
  padding: 5px;
  display: block;
}
.single-store-header .header-thumb .header-store-thumb a:hover {
  border-color: #ff9900;
}
.single-store-header .header-thumb img {
  max-width: 200px;
}
.single-store-header .add-favorite {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.single-store-header .add-favorite:hover {
  color: #00979d;
}

.coupon-filter {
  margin-bottom: 20px;
}
.coupon-filter .ui.menu {
  border-radius: 0px;
  box-shadow: 0 0 0 1px rgba(39, 41, 43, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: none;
}
.coupon-filter .ui.menu .item {
  padding: 15px 18px;
}
.coupon-filter .ui.menu .item .offer-count {
  display: none;
  font-size: 11px;
  background: #00979d;
  padding: 2px 6px 2px;
  margin-left: 6px;
  color: #FFFFFF;
  border-radius: 3px;
}
@media screen and (min-width: 500px) {
  .coupon-filter .ui.menu .item .offer-count {
    display: inline-block;
  }
}
.coupon-filter .ui.menu .item .code-count {
  background: #b9dc2f;
}
.coupon-filter .ui.menu .item .sale-count {
  background: #ea4c89;
}
.coupon-filter .ui.menu .item .print-count {
  background: #2d3538;
}
.coupon-filter .filter-coupons-buttons::after {
  content: "";
  display: table;
  clear: both;
}
.coupon-filter .filter-coupons-buttons .store-filter-button {
  background: #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  position: relative;
}
.coupon-filter .filter-coupons-buttons .store-filter-button:hover, .coupon-filter .filter-coupons-buttons .store-filter-button.current {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}
.coupon-filter .filter-coupons-buttons .store-filter-button .offer-count {
  font-size: 11px;
  background: #00979d;
  padding: 2px 6px 2px;
  margin-left: 6px;
  color: #FFFFFF;
  border-radius: 3px;
}
.coupon-filter .filter-coupons-buttons .store-filter-button .code-count {
  background: #b9dc2f;
}
.coupon-filter .filter-coupons-buttons .store-filter-button .sale-count {
  background: #ea4c89;
}
.coupon-filter .filter-coupons-buttons .store-filter-button .print-count {
  background: #2d3538;
}
.coupon-filter .filter-coupons-buttons .coupons-types-wrap {
  float: left;
}
@media screen and (max-width: 790px) {
  .coupon-filter .filter-coupons-buttons .coupons-types-wrap .couponlist-smallscreen-info {
    display: block;
  }
  .coupon-filter .filter-coupons-buttons .coupons-types-wrap .couponlist-smallscreen-info .store-filter-button {
    background: transparent;
    box-shadow: none;
  }
  .coupon-filter .filter-coupons-buttons .coupons-types-wrap .couponlist-smallscreen-info .ui.button {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
  }
  .coupon-filter .filter-coupons-buttons .coupons-types-wrap .couponlist-smallscreen-info .menu .item {
    text-align: left;
    overflow: hidden;
  }
  .coupon-filter .filter-coupons-buttons .coupons-types-wrap .couponlist-smallscreen-info .menu .item .offer-count {
    float: right;
  }
  .coupon-filter .filter-coupons-buttons .coupons-types-wrap .coupon-types-list {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .coupon-filter .filter-coupons-buttons .coupons-types-wrap .couponlist-smallscreen-info .transition.visible {
    width: 125px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
@media screen and (max-width: 500px) {
  .coupon-filter .filter-coupons-buttons .coupons-types-wrap .couponlist-smallscreen-info .store-filter-button .offer-count {
    font-size: 10px;
  }
}
.coupon-filter .filter-coupons-buttons .submit-coupon-button {
  float: right;
  position: relative;
}
@media screen and (max-width: 790px) {
  .coupon-filter .filter-coupons-buttons .submit-coupon-button.ui.small.button {
    font-size: 0.85714286rem;
  }
}
.coupon-filter .filter-coupons-buttons .submit-coupon-button:hover, .coupon-filter .filter-coupons-buttons .submit-coupon-button.active, .coupon-filter .filter-coupons-buttons .submit-coupon-button.active:hover {
  color: #fff;
  background: #00979d;
}
.coupon-filter .ui.menu .active.item {
  box-shadow: none;
  background: #FFF;
}
.coupon-filter .ui.menu > .item:first-child {
  border-radius: 0px;
}
.coupon-filter .ui.menu .item:before {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 0px, rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0.04) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(rgba(0, 0, 0, 0.04) 0px, rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0.04) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.filter-coupons-by-tab.ui.pointing.menu .active.item:after {
  background: #fff;
}

#coupon-listings-store .ajax-coupons .ajax-coupons .store-load-more {
  display: none;
}

.store-load-more {
  margin-top: 57px;
  text-align: center;
}
.store-load-more .ui.btn.btn_large {
  padding: 10px 0px 10px 10px;
  display: inline-block;
  float: none;
}
.store-load-more .ui.btn.btn_large i.icon{
  margin-right: 0 !important;
}
.content-404 .search-form {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
/* Content Widget Title */
.content-area .widget-title, .frontpage-before-main .widget-title, .frontpage-after-main .widget-title {
  font-size: 18px;
  font-weight: 700;
  color: #161b1e;
  margin-top: 5px;
  margin-bottom: 14px;
}

/*Recent Category Based Coupon*/

/* Demo Style 01 */
.demo_1{
  float:left;
  width: 100%;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.demo_1 .section_info{
  float:left;
  width:30%;
  padding: 30px;
  background: #fff;
  margin-right:25px;
  border-radius: 12px;
}
.demo_1 .section_info .top-area{
  display: flex;
  margin-bottom: 30px;
}
.demo_1 .section_info .sec_left{
  float:left;
  margin-right: 15px;
}
.demo_1 .section_info .sec_left .cat_icon{
  float: left;
  width: 55px !important;
  height: 55px !important;
  font-size: 22px;
  text-align: center;
  padding: 0px;
  border-radius: 1000px;
  color:#fff;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  border: 2px solid black;
}
.demo_1 .section_info .sec_left .cat_icon .icon{
  float: left;
  width: 100% !important;
  height: 100% !important;
  font-size: 25px;
  box-shadow: 0 0 0 transparent;
  margin-right: 0;
}
.demo_1 .section_info .sec_left .cat-az-thumb{
  float: left;
  width: 54px;
  height: 54px;
  position: relative;
  border-radius: 1000px;
  overflow: hidden;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 2px solid black;
}
.demo_1 .section_info .sec_left .cat-az-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.demo_1 .section_info .sec_right .sec_title{
  font-size: 18px;
  font-weight: 700;
  color: #161b1e;
}
.demo_1 .section_info .sec_right .sec_des{
  font-size: 16px;
  text-align: left;
  color: #535c62;
  line-height: 1.35;
  margin-top: 27px;
}
.demo_1 .section_info .sec_show_all_btn{
  float:left;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  border: 2px solid;
  vertical-align: baseline;
  background: #e0e1e2 none;
  margin: 0 0.25em 0 0;
  font-size: 16px;
  padding: 10px 35px 10px 35px;
  text-transform: none;
  text-shadow: none;
  font-weight: 700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  color:#6d6100;
  -webkit-box-shadow: 2px 2px 0 0 var(--box-shadow-color);
  box-shadow: 2px 2px 0 0 var(--box-shadow-color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.demo_1 .section_info .sec_show_all_btn:hover{
  -webkit-box-shadow: 0 0 0 0 var(--box-shadow-color);
  box-shadow: 0 0 0 0 var(--box-shadow-color);
}
.demo_1 .section_content{
  display: flex;
  width: 70%;
  height:365px;
  overflow-y: hidden;
  padding-bottom: 20px;
  padding-top: 15px;
  margin-top:-15px;
  cursor: pointer;
}
.demo_1 .sec_coupon_item{
  position: relative;
  display: flex;
  flex: none;
  flex-direction: row;
  width: 264px;
  margin-right: 20px;
  padding: 10px 20px 10px 20px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 2px solid #edf3f5;
  flex-wrap: wrap;
}
@media screen and (max-width: 1110px) {
  .demo_1{
    flex-direction: column;
  }
  .demo_1 .section_info{
    width: 100%;
    margin-bottom: 25px;
  }
  .demo_1 .section_info .top-area{
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .demo_1 .section_info .bottom-area{
    display: flex;
    justify-content: center;
  }
  .demo_1 .section_info .sec_left .cat_icon{
    margin-bottom:20px;
  }
  .demo_1 .section_info .sec_right .sec_des{
    text-align: center;
  }
  .demo_1 .section_content{
    width: 100%;
  }
}
.demo_1 .sec_coupon_item:hover{
  -webkit-box-shadow: 10px 10px 0 rgb(0 0 0 / 5%);
  box-shadow: 10px 10px 0 rgb(0 0 0 / 5%);
}
.demo_1 .sec_coupon_item .exclusive_item{
  float:left;
  width: 100%;
  text-align: right;
  position: relative;
}
.demo_1 .sec_coupon_item .exclusive_item .exclusive{
  position: absolute;
  top: -24px;
  right: 0;
  width: 90px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 3px 2px 3px;
  border-radius: 1000px;
}
.demo_1 .sec_coupon_item:last-child{
  margin-right: 0px;
}
.demo_1 .section_content .cu_img{
  float:left;
  width: 100%;
  height: 50px;
  margin-top: 10px;
}
.demo_1 .section_content .cu_img .coupon_store_img{
  float:left;
  width: 75px;
  height: 43px;
  background-size: cover;
}
.demo_1 .section_content .cu_title{
  float:left;
  width: 100%;
  font-size: 21px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
}
.demo_1 .section_content .cu_title a{
  color: #161b1e;
}
.demo_1 .section_content .cu_discount{
  float:left;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 15px;
  white-space: nowrap;
}
.demo_1 .section_content .cu_content{
  float:left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  height: 60px;
  margin-bottom: 35px;
  color: #535c62;
  overflow-y: auto;
}
.demo_1 .section_content .cu_btn{
  float:left;
  max-width: 200px;
  width: 100%;
  letter-spacing: 0;
  display: inline-block;
  align-items: flex-end;
  margin-bottom: 10px;
}


/* Demo Style 02 */
.demo_2{
  float: left;
  width: 100%;
  display: flex;
  align-content: stretch;
  align-items: flex-start;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 0px;
  justify-content: space-between;
}
.demo_2 .section_info{
  float:left;
  width:25%;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
}
.demo_2 .section_info .top-area{
  display: flex;
  flex-direction: column;
}
.demo_2 .section_info .sec_left{
  float:left;
  margin-right: 15px;
  margin-bottom: 23px;
}
.demo_2 .section_info .sec_left .cat_icon{
  float: left;
  width: 55px !important;
  height: 55px !important;
  font-size: 22px;
  text-align: center;
  padding: 0px;
  border-radius: 1000px;
  color:#fff;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  border: 2px solid;
}
.demo_2 .section_info .sec_left .cat_icon .icon{
  float: left;
  width: 100% !important;
  height: 100% !important;
  font-size: 25px;
  box-shadow: 0 0 0 transparent;
  margin-right: 0;
}
.demo_2 .section_info .sec_left .cat-az-thumb{
  float: left;
  width: 54px;
  height: 54px;
  position: relative;
  border-radius: 1000px;
  overflow: hidden;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 2px solid black;
}
.demo_2 .section_info .sec_left .cat-az-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.demo_2 .section_info .sec_show_all_btn {
  float: left;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  border: 2px solid;
  vertical-align: baseline;
  background: #e0e1e2 none;
  margin: 0 0.25em 0 0;
  font-size: 16px;
  padding: 10px 35px 10px 35px;
  text-transform: none;
  text-shadow: none;
  font-weight: 700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  color: #6d6100;
  -webkit-box-shadow: 2px 2px 0 0 var(--box-shadow-color);
  box-shadow: 2px 2px 0 0 var(--box-shadow-color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.demo_2 .section_info .sec_show_all_btn:hover{
  -webkit-box-shadow: 0 0 0 0 var(--box-shadow-color);
  box-shadow: 0 0 0 0 var(--box-shadow-color);
}
.demo_2 .section_info .sec_right .sec_title{
  font-size: 18px;
  font-weight: 700;
  color: #161b1e;
  line-height: 24px;
}
.demo_2 .section_info .sec_right .sec_des{
  font-size: 16px;
  text-align: left;
  color: #535c62;
  line-height: 1.35;
  padding-top: 20px;
  padding-bottom: 10px;
}
.demo_2 .section_content{
  display: flex;
  width: 75%;
  padding-bottom: 20px;
  padding-top: 15px;
  margin-top: -15px;
  /* margin-left: 5px; */
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: space-between; */

  margin-left: -12px;
  margin-right: -12px;
}
.demo_2 .sec_coupon_item_wrap{
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  display: flex;
  padding: 0px 10px;
}

.demo_2 .sec_coupon_item{
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 200px;
  margin-bottom: 20px;
  padding: 10px 20px 10px 20px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 2px solid #edf3f5;
}
@media screen and (max-width: 1110px) {
  .demo_2{
    flex-direction: column;
    align-items: center;
  }
  .demo_2 .section_info{
    width: 100%;
    margin-bottom: 25px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .demo_2 .section_info .sec_left{
    display: flex;
    justify-content: center;
  }
  .demo_2 .section_info .sec_right .sec_des{
    text-align: center;
  }
  .demo_2 .section_info .bottom-area{
    display: flex;
    justify-content: center;
  }
  .demo_2 .section_content{
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .demo_2{
    align-items: center;
  }
  .demo_2 .section_content{
    padding-left: 0;
  }
  .demo_2 .sec_coupon_item_wrap{
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 790px) {
  .demo_2{
    align-items: center;
  }
  .demo_2 .sec_coupon_item_wrap{
    flex-basis: 100%;
    max-width: 100%;
  }
}

.demo_2 .sec_coupon_item:hover{
  -webkit-box-shadow: 10px 10px 0 rgb(0 0 0 / 5%);
  box-shadow: 10px 10px 0 rgb(0 0 0 / 5%);
}
.demo_2 .sec_coupon_item .exclusive_item{
  float:left;
  width: 100%;
  text-align: right;
  position: relative;
}
.demo_2 .sec_coupon_item .exclusive_item .exclusive{
  position: absolute;
  top: -24px;
  right: 0;
  width: 90px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 3px 2px 3px;
  border-radius: 1000px;
}
.demo_2 .sec_coupon_item:last-child{
  margin-right: 0px;
}
.demo_2 .section_content .cu_img{
  float:left;
  width: 100%;
  height: 50px;
  margin-top: 10px;
}
.demo_2 .section_content .cu_img .coupon_store_img{
  float:left;
  width: 75px;
  height: 43px;
  background-size: cover;
}
.demo_2 .section_content .cu_title{
  float:left;
  width: 100%;
  font-size: 21px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 3px;
  margin-bottom: 10px;
}
.demo_2 .section_content .cu_title h3{
  font-size: 21px;
}
.demo_2 .section_content .cu_title h3 a{
  color: #161b1e;
}
.demo_2 .section_content .cu_discount{
  float:left;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 15px;
  white-space: nowrap;
}
.demo_2 .section_content .cu_content{
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  height: 60px;
  color: #535c62;
  overflow-y: auto;
}
.demo_2 .section_content .cu_btn{
  float:left;
  max-width: 200px;
  width: 100%;
  letter-spacing: 0;
  display: inline-block;
  align-items: flex-end;
  margin-bottom: 10px;
  margin-top:35px;
}

/* Demo Style 03 */
.demo_3_bg{
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.demo_3_bg:after{
  display: block;
  position: absolute;
  margin: 0px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  height: 420px;
  z-index: 0;
  top: 24px;
  left: 0;
  content: "";
}
.demo_3{
  float: left;
  width: 100%;
  display: flex;
  align-content: stretch;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 0px;
  justify-content: space-around;
  position: relative;
  z-index: 10;
}
.demo_3 .section_info{
  width: 46%;
  padding: 0px 30px 30px 30px;
  margin: -30px auto 0 auto;
}
.demo_3 .section_info .top-area{
  display: flex;
  flex-direction: column;
  align-items:center;
}
.demo_3 .bottom-area{
  display: flex;
  justify-content: center;
  position: absolute;
  top:30px;
  right: 0;
}
.demo_3 .section_info .sec_left{
  float:left;
  align-items: center;
}
.demo_3 .section_info .sec_left .cat_icon{
  float: left;
  width: 80px !important;
  height: 80px !important;
  text-align: center;
  padding: 0;
  margin-bottom: 7px;
  border-radius: 1000px;
  color:#fff;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  border: 2px solid black;
}
.demo_3 .section_info .sec_left .cat_icon .icon{
  float: left;
  width: 100% !important;
  height: 100% !important;
  font-size: 36px;
  box-shadow: 0 0 0 transparent;
  margin-right: 0;
  padding:20px 0;
}
.demo_3 .section_info .sec_left .cat-az-thumb{
  float: left;
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 1000px;
  overflow: hidden;
  margin-bottom: 7px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 2px solid black;
}
.demo_3 .section_info .sec_left .cat-az-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.demo_3 .sec_show_all_btn {
  float: left;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  border: 2px solid;
  vertical-align: baseline;
  background: #fff;
  margin: 0 0.25em 0 0;
  font-size: 16px;
  padding: 11px 35px 11px 35px;
  text-transform: none;
  text-shadow: none;
  font-weight: 700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  color: #6d6100;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.demo_3 .sec_show_all_btn:hover{
  color:#055d6d !important;
}
.demo_3 .section_info .sec_right .sec_title{
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
.demo_3 .section_info .sec_right .sec_des{
  font-size: 14px;
  text-align: center;
  line-height: 1.35;
  padding-top: 10px;
  padding-bottom: 5px;
}
.demo_3 .section_content{
  width: 100%;
  padding-bottom: 20px;
  padding-top: 15px;
  margin-top: -15px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
}

.demo_3 .sec_coupon_item_wrap{
  width: 100%;
  max-width: 370px;
}

.demo_3 .sec_coupon_item{
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 200px;
  margin-bottom: 20px;
  padding: 10px 20px 10px 20px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 2px solid transparent;
}
@media screen and (max-width: 1400px) {
  .demo_3 .section_info .bottom-area{
    position: relative;
    top:20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1110px) {
  .demo_3{
    flex-direction: column;
    align-items: center;
  }
  .demo_3 .section_content{
    grid-template-columns: auto auto;
  }
  .demo_3 .sec_coupon_item_wrap{
    max-width: 100%;
  }
  .demo_3 .section_info{
    width: 100%;
    margin-bottom: 25px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .demo_3 .section_info .sec_left{
    display: flex;
    justify-content: center;
  }
  .demo_3 .section_info .sec_right .sec_des{
    text-align: center;
  }
  .demo_3 .section_info .bottom-area{
    display: flex;
    justify-content: center;
    margin-bottom:10px;
  }
  .demo_3 .section_content{
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .demo_3{
    align-items: center;
  }
  .demo_3 .section_content{
    padding-left: 0;
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 790px) {
  .demo_3{
    align-items: center;
  }
  .demo_3 .sec_coupon_item_wrap{
    flex-basis: 100%;
    max-width: 100%;
  }
  .demo_3 .section_content{
    padding-left: 0;
    grid-template-columns: auto;
  }
}

.demo_3 .sec_coupon_item:hover{
  -webkit-box-shadow: 0 24px 48px 0 rgb(5 93 109 / 10%);
  box-shadow: 0 24px 48px 0 rgb(5 93 109 / 10%);
  -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.demo_3 .sec_coupon_item .exclusive_item{
  float:left;
  width: 100%;
  text-align: right;
  position: relative;
}
.demo_3 .sec_coupon_item .exclusive_item .exclusive{
  position: absolute;
  top: -24px;
  right: 0;
  width: 90px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 3px 3px 2px 3px;
  border-radius: 1000px;
  border:1px solid #f2f2f2;
}
.demo_3 .sec_coupon_item:last-child{
  margin-right: 0px;
}
.demo_3 .section_content .cu_img{
  float:left;
  width: 100%;
  height: 50px;
  margin-top: 10px;
}
.demo_3 .section_content .cu_img .coupon_store_img{
  float:left;
  width: 75px;
  height: 43px;
  background-size: cover;
}
.demo_3 .section_content .cu_store_name_offer{
  float:left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.demo_3 .section_content .cu_store_name_offer .cu-store{
  width: 55%;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: left;
}
.demo_3 .section_content .cu_store_name_offer .cu-offer{
  width: 45%;
  font-size: 16px;
  text-transform: capitalize;
  text-align: right;
}
.demo_3 .section_content .cu_store_name_offer .cu-offer span{
  font-weight: 700;
}
.demo_3 .section_content .cu_title_discount{
  float:left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 15px 0px 10px 0px;
  border-top: 3px dashed #edf3f5;
  border-bottom: 3px dashed #edf3f5;
}
.demo_3 .section_content .cu_title{
  float:left;
  font-size: 21px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 3px;
  margin-bottom: 10px;
}
.demo_3 .section_content .cu_title h3{
  font-size: 21px;
}
.demo_3 .section_content .cu_title h3 a{
  color: #161b1e;
}
.demo_3 .section_content .cu_discount{
  float:left;
  font-size: 15px;
  font-weight: 700;
  margin-top: 7px;
  margin-left: 15px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.demo_3 .section_content .cu_content{
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  height: 100px;
  color: #535c62;
  overflow-y: auto;
  margin-top: 15px;
}
.demo_3 .section_content .cu_btn{
  float:left;
  width: 100%;
  letter-spacing: 0;
  display: inline-block;
  align-items: flex-end;
  margin-bottom: 15px;
  margin-top: 25px;
}
.demo_3 .section_content .coupon-button-type .coupon-code .get-code{
  box-shadow:0 0 0 0;
}
.demo_3 .section_content .coupon-button-type .coupon-deal, .demo_3 .section_content .coupon-button-type .coupon-deal,  .demo_3 .section_content .coupon-button-type .coupon-print, .demo_4 .section_content .coupon-button-type .coupon-print{
  box-shadow:0 0 0 0;
}

/* Demo Style 04 */
.demo_4_bg{
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.demo_4_bg:after{
  display: block;
  position: absolute;
  margin: 0px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  height: 420px;
  z-index: 0;
  top: 24px;
  left: 0;
  content: "";
}
.demo_4{
  float: left;
  width: 100%;
  display: flex;
  align-content: stretch;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 4px;
  justify-content: space-around;
  position: relative;
  z-index: 10;
}
.demo_4 .section_info{
  width: 46%;
  padding: 0px 30px 30px 30px;
  margin: -25px auto 0 auto;
}
.demo_4 .section_info .top-area{
  display: flex;
  flex-direction: column;
  align-items:center;
}
.demo_4 .bottom-area{
  display: flex;
  justify-content: center;
  position: absolute;
  top:30px;
  right: 0;
}
.demo_4 .section_info .sec_left{
  float:left;
  align-items: center;
}
.demo_4 .section_info .sec_left .cat_icon{
  float: left;
  width: 80px !important;
  height: 80px !important;
  font-size: 22px;
  text-align: center;
  margin-bottom: 7px;
  padding: 0px;
  border-radius: 1000px;
  color:#fff;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  border: 2px solid;
}
.demo_4 .section_info .sec_left .cat_icon .icon{
  float: left;
  width: 100% !important;
  height: 100% !important;
  font-size: 36px;
  box-shadow: 0 0 0 transparent;
  margin-right: 0;
  padding: 21px 0px;
}
.demo_4 .section_info .sec_left .cat-az-thumb{
  float: left;
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 1000px;
  overflow: hidden;
  margin-bottom: 7px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 2px solid;
}
.demo_4 .section_info .sec_left .cat-az-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.demo_4 .sec_show_all_btn {
  float: left;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  border: 2px solid;
  vertical-align: baseline;
  background: #fff;
  margin: 0 0.25em 0 0;
  font-size: 16px;
  padding: 11px 35px 11px 35px;
  text-transform: none;
  text-shadow: none;
  font-weight: 700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  color: #6d6100;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.demo_4 .section_info .sec_right .sec_title{
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
.demo_4 .section_info .sec_right .sec_des{
  font-size: 14px;
  text-align: center;
  line-height: 1.35;
  padding-top: 10px;
  padding-bottom: 4px;
}
.demo_4 .section_content{
  width: 100%;
  padding-bottom: 20px;
  padding-top: 15px;
  margin-top: -15px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
}

.demo_4 .sec_coupon_item_wrap{
  width: 100%;
  max-width: 370px;
}

.demo_4 .sec_coupon_item{
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 200px;
  margin-bottom: 20px;
  padding: 10px 20px 10px 20px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 2px solid transparent;
}
@media screen and (max-width: 1400px) {
  .demo_4 .section_info .bottom-area{
    position: relative;
    top:20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1110px) {
  .demo_4{
    flex-direction: column;
    align-items: center;
  }
  .demo_4 .sec_coupon_item_wrap{
    max-width: 100%;
  }
  .demo_4 .section_content{
    grid-template-columns: auto auto;
  }
  .demo_4 .section_info{
    width: 100%;
    margin-bottom: 25px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .demo_4 .section_info .sec_left{
    display: flex;
    justify-content: center;
  }
  .demo_4 .section_info .sec_right .sec_des{
    text-align: center;
  }
  .demo_4 .section_info .bottom-area{
    display: flex;
    justify-content: center;
    margin-bottom:10px;
  }
  .demo_4 .section_content{
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .demo_4{
    align-items: center;
  }
  .demo_4 .section_content{
    padding-left: 0;
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 790px) {
  .demo_4{
    align-items: center;
  }
  .demo_4 .sec_coupon_item_wrap{
    flex-basis: 100%;
    max-width: 100%;
  }
  .demo_4 .section_content{
    padding-left: 0;
    grid-template-columns: auto;
  }
}

.demo_4 .sec_coupon_item:hover{
  -webkit-box-shadow: 0 24px 48px 0 rgb(5 93 109 / 10%);
  box-shadow: 0 24px 48px 0 rgb(5 93 109 / 10%);
  -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.demo_4 .sec_coupon_item .exclusive_item{
  float:left;
  width: 100%;
  text-align: right;
  position: relative;
}
.demo_4 .sec_coupon_item .exclusive_item .exclusive{
  position: absolute;
  top: -24px;
  right: 0;
  width: 90px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 3px 2px 3px;
  border-radius: 1000px;
}
.demo_4 .sec_coupon_item:last-child{
  margin-right: 0px;
}
.demo_4 .section_content .cu_img{
  float:left;
  width: 100%;
  height: 50px;
  margin-top: 10px;
}
.demo_4 .section_content .cu_img .coupon_store_img{
  float:left;
  width: 75px;
  height: 43px;
  background-size: cover;
}
.demo_4 .section_content .cu_store_name_offer{
  float:left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.demo_4 .section_content .cu_store_name_offer .cu-store{
  width: 55%;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: left;
}
.demo_4 .section_content .cu_store_name_offer .cu-offer{
  width: 45%;
  font-size: 16px;
  text-transform: capitalize;
  text-align: right;
}
.demo_4 .section_content .cu_store_name_offer .cu-offer span{
  font-weight: 700;
}
.demo_4 .section_content .cu_title_discount{
  float:left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 15px 0px 10px 0px;
  border-top: 3px dashed #edf3f5;
  border-bottom: 3px dashed #edf3f5;
}
.demo_4 .section_content .cu_title{
  float:left;
  font-size: 21px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 3px;
  margin-bottom: 10px;
}
.demo_4 .section_content .cu_title h3{
  font-size: 21px;
}
.demo_4 .section_content .cu_title a{
  color: #161b1e;
}
.demo_4 .section_content .cu_discount{
  float:left;
  font-size: 15px;
  font-weight: 700;
  margin-top: 7px;
  margin-left:15px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.demo_4 .section_content .cu_content{
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  height: 100px;
  color: #535c62;
  overflow-y: auto;
  margin-top: 15px;
}
.demo_4 .section_content .cu_btn{
  float:left;
  width: 100%;
  letter-spacing: 0;
  display: inline-block;
  align-items: flex-end;
  margin-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.demo_4 .section_content .coupon-button-type .coupon-code .get-code, .demo_4 .section_content .coupon-button-type .coupon-deal{
  box-shadow:0 0 0 0;
}
  /* Newsletters
  ------------------------------*/
.newsletter-box-wrapper.shadow-box {
  padding: 20px;
}
.newsletter-box-wrapper.shadow-box .newsletter-text {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
}
.newsletter-box-wrapper.shadow-box input {
  border-color: #eeeeee;
  border-radius: 2px;
}
.newsletter-box-wrapper.shadow-box .input .ui.button {
  background: #00979d;
  color: #FFFFFF;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.newsletter-box-wrapper.shadow-box .sidebar-social {
  display: inline-block;
  margin-top: 15px;
}
.newsletter-box-wrapper.shadow-box .sidebar-social a {
  margin-bottom: 5px;
}
.newsletter-box-wrapper.shadow-box .sidebar-social a i {
  color: #FFFFFF;
}
.newsletter-box-wrapper.shadow-box .sidebar-social a:hover {
  background: #00979d;
}

/* Popular Stores
------------------------------*/

.widget_popular_stores .ui.grid {
  margin: 0px -10px;
}
.widget_popular_stores .ui.grid > .column:not(.row) {
  padding: 10px;
}
.widget_popular_stores .store-thumb {
  text-align: center;
  line-height: 68px;
  border: 2px solid #f5f5f5;
}
.widget_popular_stores .store-thumb img{
  float:none;
  width: 80%;
  margin: 0 auto;
}
.widget_popular_stores .store-thumb:hover{
  -webkit-box-shadow: 10px 10px 0 rgb(0 0 0 / 5%);
  box-shadow: 10px 10px 0 rgb(0 0 0 / 5%);
}
.widget_popular_stores .shadow-box{
  background: transparent;
  box-shadow: 0 0 0 transparent;
}

/* WP Widget: Calendar
------------------------------*/
.widget_calendar .widget-title {
  display: none;
}
.widget_calendar #wp-calendar caption {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 500;
  margin-top: -4px;
}

.site-footer #wp-calendar caption {
  text-align: left;
  text-transform: uppercase;
}

/* Widget Search */
/* WP Widgets Shadow Style
------------------------------*/
#secondary .widget_recent_entries ul, #secondary .widget_categories ul, #secondary .widget_meta ul,
#secondary .widget_archive ul, #secondary .widget_recent_comments ul, #secondary .widget_pages ul {
  background: #FFF;
  padding: 20px;
  list-style: none;
}
#secondary .widget_recent_entries ul li, #secondary .widget_categories ul li, #secondary .widget_meta ul li,
#secondary .widget_archive ul li, #secondary .widget_recent_comments ul li, #secondary .widget_pages ul li {
  margin: 0 0 10px 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}
#secondary .widget_recent_entries ul li:last-child, #secondary .widget_categories ul li:last-child, #secondary .widget_meta ul li:last-child,
#secondary .widget_archive ul li:last-child, #secondary .widget_recent_comments ul li:last-child, #secondary .widget_pages ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}

#secondary select {
  width: 100%;
}

#secondary .widget_search .search-form {
  background: #FFF;
  padding: 20 0px;
  list-style: none;
  box-sizing: padding-box;
  display: flex;
}
#secondary .widget_search label{
  float:left;
  width: 100%;
}
#secondary .widget_search .search-form input {
  width: 100%;
  height: 45px;
}
#secondary .widget_search .search-form .search-field {
  margin-bottom: 10px;
  display: block;
  box-sizing: border-box;
}
#secondary .widget_search .search-form input[type=submit] {
  padding: 10px 10px 10px;
  border: 3px solid #6d6100;
  font-size: inherit;
  margin-left: -5px;
  color: #6d6100;
  font-weight: 600;
  width: 90px;
  height: 45px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#secondary .widget_nav_menu .menu {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  background: #FFF;
  padding: 20px;
  list-style: none;
}
#secondary .widget ul, #secondary .widget ol{
  padding-left: 0;
}
#secondary .widget_nav_menu .menu li {
  margin: 0 0 10px 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}
#secondary .widget_nav_menu .menu li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}

.widget_store_cat_filter{
  float: left;
  width: 100%;
  margin-top: 0px;
  padding: 0 3px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #edf3f5;
}
.widget_store_cat_filter .store-cat-filter-wrapper h5{
  font-size: 18px;
  color: #161b1e;
  font-weight: 700;
}
.widget_store_cat_filter .store-filter-sortby-wrapper h5{
  font-size: 18px;
  color: #161b1e;
  font-weight: 700;
}
.widget_store_cat_filter .store-cat-filter-wrapper.ui.list {
  padding: 20px 20px 20px 20px;
  margin-bottom: 0;
}
.widget_store_cat_filter .store-cat-filter-wrapper.ui.list .wpcoupon-cat-filter-item {
  margin-left: 0;
  margin-right: 5px;
}
.widget_store_cat_filter .store-filter-sortby-wrapper.ui.list {
  padding: 20px 20px 20px 20px;
  margin-top: 0;
}
.widget_store_cat_filter .store-filter-sortby-wrapper.ui.list .store-filter-sortby {
  margin-left: 0;
  margin-right: 5px;
}

.tax-coupon_category .widget_coupon_cat_filter {
  float: left;
  width: 100%;
  margin-top: 0px;
  padding: 0 3px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #edf3f5;
}
.tax-coupon_category .widget_coupon_cat_filter .couponcat-sortby-wrapper h5{
  font-size: 18px;
  color: #161b1e;
  font-weight: 700;
}

  /*--------------------------------------------------------------
  8.0 User Area.
  --------------------------------------------------------------*/
.wpu-profile-wrapper {
  /* User Header Cover
  ------------------------------*/
}
.wpu-profile-wrapper .st-user-socials {
  float: right;
  margin-top: 15px;
  margin-right: 20px;
}
@media screen and (max-width: 790px) {
  .wpu-profile-wrapper .st-user-socials {
    float: none;
    text-align: center;
    margin-right: 0px;
  }
}
.wpu-profile-wrapper .user-header-cover {
  height: 300px;
  width: 100%;
  background: url("assets/images/user-cover.jpg") bottom center;
  background-size: cover;
}
.wpu-profile-wrapper .wpu-form-header .wpu-profile-cover {
  background-image: url("assets/images/user-cover.jpg");
  background-position: bottom center;
  background-size: cover;
}
.wpu-profile-wrapper .wpu-form-header .wpu-profile-avatar {
  background-image: url("assets/images/user-avatar.png");
}
.wpu-profile-wrapper .wpu-profile-meta,
.wpu-profile-wrapper .wpu-form-profile .wpu-profile-meta,
.wpu-profile-wrapper .wpu-profile-mini .wpu-profile-meta {
  background: #ffffff;
  border-bottom: 1px solid rgba(220, 220, 220, 0.08);
  border-left: 1px solid rgba(220, 220, 220, 0.08);
  border-right: 1px solid rgba(220, 220, 220, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  padding-bottom: 20px;
  padding-top: 10px;
}
.wpu-profile-wrapper .fav-stores-box {
  padding: 20px;
}
.wpu-profile-wrapper .fav-stores-box .image {
  min-height: 94px;
  width: 100%;
}
.wpu-profile-wrapper .fav-stores-box .store-thumb {
  margin-bottom: 5px;
}
.wpu-profile-wrapper .fav-stores-box a span {
  color: #666666;
}
.wpu-profile-wrapper .section-heading .button {
  background: #00979d;
  color: #ffffff;
  float: right;
  margin-top: 6px;
}
.wpu-profile-wrapper .wpu-form-sidebar li {
  margin: 0px;
}
.wpu-profile-wrapper .wpu-form-sidebar li a {
  padding: 10px 15px;
  color: #666666;
  background: none;
}
.wpu-form-body .wpu-form-sidebar + .wpu-form-profile{
  margin-top: 15px;
}
.wpu-profile-wrapper .wpu-form-sidebar li a:hover {
  color: #00979d;
}
.wpu-profile-wrapper .wpu-form-sidebar li.active a {
  background: transparent;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.wpu-profile-wrapper .wpu-errors-msg {
  display: none;
}
.ui.attached.warning.message, .ui.warning.message{
  color: #6d6100 !important;
  border: 2px solid;
  box-shadow: 0 0 0 0 transparent inset, 0 0 0 0 transparent !important;
  -webkit-box-shadow: 0 0 0 0 transparent inset, 0 0 0 0 transparent !important;
}
.ui.attached.warning.message, .ui.warning.message p{
  color: #6d6100 !important;
}

.wpu-profile-wrapper .ui.form input:not([type]),
.wpu-profile-wrapper .ui.form input[type="date"],
.wpu-profile-wrapper .ui.form input[type="datetime-local"],
.wpu-profile-wrapper .ui.form input[type="email"],
.wpu-profile-wrapper .ui.form input[type="file"],
.wpu-profile-wrapper .ui.form input[type="number"],
.wpu-profile-wrapper .ui.form input[type="password"],
.wpu-profile-wrapper .ui.form input[type="search"],
.wpu-profile-wrapper .ui.form input[type="tel"],
.wpu-profile-wrapper .ui.form input[type="text"],
.wpu-profile-wrapper .ui.form input[type="time"],
.wpu-profile-wrapper .ui.form input[type="url"],
.wpu-profile-wrapper .ui.form textarea {
  height: 45px;
  padding-left: 15px !important;
  border-radius: 5px;
}
.wpu-profile-wrapper .ui.form select{
  height: 45px;
}
.wpu-profile-wrapper .ui.form .fieldset label{
  font-weight: bold;
  margin-bottom: 10px;
}
.wpu-profile-wrapper .ui.form input[type="submit"]{
  font-size: 16px;
  color:#6d6100;
  width: 200px;
  border-radius: 6px;
  border: 2px solid;
  box-shadow: 2px 2px 0 0 var(--box-shadow-color);
  -webkit-box-shadow: 2px 2px 0 0 var(--box-shadow-color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wpu-profile-wrapper .ui.form input[type="submit"]:hover{
  box-shadow: 0 0 0 0 var(--box-shadow-color);
  -webkit-box-shadow: 0 0 0 0 var(--box-shadow-color);
}
.nothing-box {
  width: 100%;
  margin-bottom: 20px;
}
.nothing-box:after {
  clear: both;
  display: block;
  content: " ";
}
.nothing-box p {
  position: relative;
  top: -5px;
}
.nothing-box .thumb {
  border: 2px solid #f5f5f5;
  width: 40%;
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #2394CE;
  padding: 10px 0px;
}
.nothing-box .thumb i {
  font-size: 40px;
  line-height: 33px;
}
.nothing-box .thumb i:before {
  vertical-align: middle;
}

.best-coupons, .saved-coupons, .saved-stores {
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
9.0 Support
--------------------------------------------------------------*/
/* Elements
------------------------------*/
.shadow-box {
  background: #FFFFFF;
  border-radius: 12px;
}

.wpb_content_element {
  margin-bottom: 60px;
}

.section-heading, .panel-grid .widget-title {
  font-size: 23px;
  letter-spacing: -0.3px;
  font-weight: 700;
  margin-bottom: 25px;
}

.ui.modal {
  background: #f5f5f5;
  border-radius: 0;
}
@media screen and (min-width: 1100px) {
  .ui.modal {
    margin: 0 0 0 -21%;
    width: 50%;
  }
}

/* Button
------------------------------*/
.ui.btn {
  text-transform: uppercase;
  margin-right: 0px;
  letter-spacing: 1px;
  font-size: 13px;
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.ui.btn:hover {
  background: #ff9900;
  opacity: 0.9;
  color: #FFFFFF;
}

.ui.btn.btn_large {
  padding: 16px 20px;
}
.ui.btn.btn_large i {
  font-size: 15px;
  opacity: 1;
}

.ui.btn.btn_primary {
  background: #00979d;
}

.ui.btn.btn_secondary {
  width: 200px;
  font-size: 16px !important;
  font-weight: 600;
  padding: 8px 10px 5px 10px !important;
  box-shadow: 2px 2px 0 0 var(--box-shadow-color);
  -webkit-box-shadow: 2px 2px 0 0 var(--box-shadow-color);
}

/* Coupon Button
------------------------------*/
/* Coupon Code */
.coupon-button-type .coupon-deal, .coupon-button-type .coupon-print, .coupon-button-type .coupon-code {
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  border-radius: 6px;
  margin-bottom: 2px;
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 500px) {
  .coupon-button-type .coupon-deal, .coupon-button-type .coupon-print, .coupon-button-type .coupon-code {
    padding: 9px;
    font-size: 14px;
  }
}
.coupon-button-type .coupon-deal:hover, .coupon-button-type .coupon-print:hover, .coupon-button-type .coupon-code:hover {
  opacity: 0.9;
}
.coupon-button-type .coupon-deal {
  text-align: center;
  padding: 10px 12px;
  font-size: 16px;
  position: relative;
  border: 2px solid;
  border-radius: 6px;
  letter-spacing: 0;
  box-shadow: 2px 2px 0 0 var(--box-shadow-color);
}
.coupon-button-type .coupon-print {
  text-align: center;
  padding: 10px 12px;
  font-size: 16px;
  position: relative;
  border: 2px solid;
  border-radius: 6px;
  letter-spacing: 0;
  box-shadow: 2px 2px 0 0 var(--box-shadow-color);
}
.coupon-button-type .coupon-code {
  background: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);
  background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);
  text-align: center;
  padding: 10px 12px;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .coupon-button-type .coupon-code {
    padding: 5px;
  }
}
.coupon-button-type .coupon-code .code-text {
  text-transform: uppercase;
}
.coupon-button-type .coupon-code .get-code {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  padding: 10px 10px 10px 10px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  text-align: center;
  border: 2px solid;
  border-radius: 6px;
  letter-spacing: 0;
  box-shadow: 2px 2px 0 0 var(--box-shadow-color);
}
.coupon-button-type .coupon-code .get-code:hover {
  box-shadow: 0 0 0 0 var(--box-shadow-color);
}

@media screen and (max-width: 500px) {
  .coupon-button-type .coupon-code .get-code {
    padding: 9px;
  }
  .coupon-button-type .coupon-code .get-code:after {
    border-top: 35px solid transparent;
    border-left: 34px solid #ff9900;
    right: -33px;
  }
}
.coupon-button-type .coupon-code .get-code:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Owl Carsouel
------------------------------*/
.home-slider-wrapper {
  font-size: 14px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.home-slider-wrapper:hover .owl-nav{
  display: block;
}
.owl-nav{
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-slider-wrapper .item{

}
.home-slider-wrapper .item img{
  position: relative;
  z-index: 1;
  max-height: 400px;
  min-height: 200px;
  object-fit: cover;

}
.home-slider-wrapper .slide-wrap{
  position: absolute;
  z-index: 2;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 55%);
  padding: 0 70px;
  border-radius: 12px;
  overflow: hidden;
}
.home-slider-wrapper .slide-des{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-slider-wrapper .slide-des h1{
  font-size: 55px;
  color:#fff;
  margin-bottom: 0;
}
.home-slider-wrapper .slide-des h3{
  font-size: 22px;
  color:#fff;
  margin-top: 10px;
}
@media screen and (max-width: 1110px) {
  .home-slider-wrapper .slide-des h1{
    font-size: 36px;
  }
  .home-slider-wrapper .slide-des h3{
    font-size: 22px;
  }
}
@media screen and (max-width: 990px) {
  .home-slider-wrapper .slide-des h1{
    font-size: 36px;
  }
  .home-slider-wrapper .slide-des h3{
    font-size: 22px;
  }
}
@media screen and (max-width: 790px) {
  .home-slider-wrapper .slide-des h1{
  font-size: 22px;
}
  .home-slider-wrapper .slide-des h3{
  font-size: 16px;
}
}
@media screen and (max-width: 500px) {
  .home-slider-wrapper .slide-des h1{
    font-size: 20px;
  }
  .home-slider-wrapper .slide-des h3{
    font-size: 14px;
  }
}
.home-slider-wrapper .slide-des .slide_btn{
  float:left;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  border: 2px solid;
  vertical-align: baseline;
  width: 180px;
  margin: 20px 0.25em 0 0;
  font-size: 16px;
  padding: 10px 35px 10px 35px;
  text-transform: none;
  text-shadow: none;
  font-weight: 700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  color:#6d6100;
  -webkit-box-shadow: 2px 2px 0 0 var(--box-shadow-color);
  box-shadow: 2px 2px 0 0 var(--box-shadow-color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-slider-wrapper .slide-des .slide_btn:hover{

}

@media screen and (max-width: 1100px) {
  .home-slider-wrapper .owl-controls .owl-next, .home-slider-wrapper .owl-controls .owl-prev {
    display: none;
  }
}

.slideshow_item img {
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.slideshow_item img {
  display: block;
}

.owl-nav button {
  outline: none;
}

.owl-nav .owl-prev {
  margin-top: -20px;
  position: absolute;
  top: 50%;
  left: 30px;
  opacity: 1;
  filter: invert(1);
}

.owl-nav .owl-next {
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 30px;
  opacity: 1;
  filter: invert(1);
}

.owl-nav .owl-next:hover, .owl-nav .owl-prev:hover {
  opacity: 1;
}

/* Social Likes
------------------------------*/
.social-likes,
.social-likes__widget,
.social-likes__button {
  -webkit-animation: none 0s ease 0s 1 normal none running;
          animation: none 0s ease 0s 1 normal none running;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
  border: medium none currentColor;
  border-collapse: separate;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  border-radius: 0;
  border-spacing: 0;
  bottom: auto;
  box-shadow: none;
  box-sizing: content-box;
  caption-side: top;
  clear: none;
  clip: auto;
  color: #000;
  -webkit-columns: auto;
     -moz-columns: auto;
          columns: auto;
  -webkit-column-count: auto;
     -moz-column-count: auto;
          column-count: auto;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
  -webkit-column-gap: normal;
     -moz-column-gap: normal;
          column-gap: normal;
  -webkit-column-rule: medium none currentColor;
     -moz-column-rule: medium none currentColor;
          column-rule: medium none currentColor;
  -webkit-column-span: 1;
     -moz-column-span: 1;
          column-span: 1;
  -webkit-column-width: auto;
     -moz-column-width: auto;
          column-width: auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  cursor: auto;
  direction: ltr;
  display: inline;
  empty-cells: show;
  float: none;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  height: auto;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  left: auto;
  letter-spacing: normal;
  list-style: disc outside none;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  orphans: 2;
  outline: medium none invert;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  -webkit-perspective: none;
          perspective: none;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%;
  position: static;
  right: auto;
  -moz-tab-size: 8;
    -o-tab-size: 8;
       tab-size: 8;
  table-layout: auto;
  text-align: left;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transform-origin: 50% 50% 0;
      -ms-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-transform-style: flat;
          transform-style: flat;
  -webkit-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  unicode-bidi: normal;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 2;
  width: auto;
  word-spacing: normal;
  z-index: auto;
  all: initial;
  box-sizing: border-box;
}

.social-likes::before,
.social-likes::after,
.social-likes__widget::before,
.social-likes__widget::after,
.social-likes__button::before,
.social-likes__button::after {
  display: none;
}

.social-likes {
  opacity: 0;
}

.social-likes_visible {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}

.social-likes > * {
  display: block;
  visibility: hidden;
}

.social-likes_visible > * {
  visibility: inherit;
}

.social-likes {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

.social-likes__widget {
  display: block;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
}

.social-likes__button {
  display: block;
  text-rendering: optimizeLegibility;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.social-likes__invisible-button {
  display: block;
  width: 100%;
  height: 100%;
}

.social-likes__icon {
  position: absolute;
  fill: currentColor;
  width: 1em;
  height: 1em;
}

.social-likes__widget_notext .social-likes__icon {
  position: static;
  display: block;
  margin: 0.3125em;
}

.social-likes_vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.social-likes {
  min-height: 36px;
  margin: -0.3em;
  line-height: 1.35;
}

.social-likes__widget {
  margin: 0.3em;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.1875em;
}

.social-likes__widget:hover,
.social-likes__widget:active,
.social-likes__widget:focus,
.social-likes__widget:hover .social-likes__icon,
.social-likes__widget:active .social-likes__icon,
.social-likes__widget:focus .social-likes__icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.social-likes__button {
  padding: 0.1875em 0.4em 0.25em 1.7em;
  vertical-align: middle;
  font-size: 0.875em;
  font-weight: normal;
}

.social-likes__icon {
  top: 0.25em;
  left: 0.25em;
}

.social-likes_vertical .social-likes__widget {
  width: 10em;
}

.social-likes__widget_facebook:hover,
.social-likes__widget_facebook:active,
.social-likes__widget_facebook:focus {
  background: #425497;
  border-color: #425497;
}

.social-likes__icon_facebook {
  color: #425497;
}

.social-likes__widget_twitter:hover,
.social-likes__widget_twitter:active,
.social-likes__widget_twitter:focus {
  background: #00b7ec;
  border-color: #00b7ec;
}

.social-likes__icon_twitter {
  color: #00b7ec;
}

.social-likes__widget_plusone:hover,
.social-likes__widget_plusone:active,
.social-likes__widget_plusone:focus {
  background: #dd4241;
  border-color: #dd4241;
}

.social-likes__icon_plusone {
  color: #dd4241;
}

.social-likes__widget_vkontakte:hover,
.social-likes__widget_vkontakte:active,
.social-likes__widget_vkontakte:focus {
  background: #526e8f;
  border-color: #526e8f;
}

.social-likes__icon_vkontakte {
  color: #526e8f;
}

.social-likes__widget_odnoklassniki:hover,
.social-likes__widget_odnoklassniki:active,
.social-likes__widget_odnoklassniki:focus {
  background: #f6903b;
  border-color: #f6903b;
}

.social-likes__icon_odnoklassniki {
  color: #f6903b;
}

.social-likes__widget_pinterest:hover,
.social-likes__widget_pinterest:active,
.social-likes__widget_pinterest:focus {
  background: #cc002b;
  border-color: #cc002b;
}

.social-likes__icon_pinterest {
  color: #cc002b;
}

.social-likes__widget_telegram:hover,
.social-likes__widget_telegram:active,
.social-likes__widget_telegram:focus {
  background: #34abde;
  border-color: #34abde;
}

.social-likes__icon_telegram {
  color: #34abde;
}

.social-likes__widget_linkedin:hover,
.social-likes__widget_linkedin:active,
.social-likes__widget_linkedin:focus {
  background: #0077b5;
  border-color: #0077b5;
}

.social-likes__icon_linkedin {
  color: #0077b5;
}

/* Semantic Overwrite
------------------------------*/
.ui.doubling.grid {
  width: auto !important;
}

.ui.breadcrumb .active.section {
  font-weight: normal;
}

.ui.breadcrumb .divider {
  opacity: 0.8;
  position: relative;
  top: -1px;
}

.ui.form .field > label {
  font-weight: normal;
}

.ui.checkbox {
  font-size: 13px;
}

.ui.form .field *:disabled, .ui.form .field.disabled, .ui.form .field.disabled label {
  opacity: 1;
  background: #f5f5f5;
  color: #555555;
}

.ui.form .field > .selection.dropdown > .dropdown.icon {
  color: #999999;
}
.ui.dropdown > .text{
  color:rgba(191, 191, 191, 0.87);
}

.ui.comments .comment a.author {
  font-weight: 600;
}
.ui.comments .comment a.author:hover {
  color: #00979d;
}

.ui.form .field > label {
  font-size: 14px;
}

.ui.checkbox label {
  font-size: 14px;
}

.ui.menu {
  box-shadow: none;
  border: 1px solid #eeeeee;
}

/* WooCommerce */
/*--------------------------------------------------------------
10.0 Support
--------------------------------------------------------------*/
/* WP Users */
.wpu-modal-container{
  background: #f6fdff !important;
  border-radius: 12px;
  border: 2px solid #390950;
}
.wpu-modal .wpu-form {
  padding: 60px 20px 30px 20px !important;
  position: relative;
}
.wpu-modal-container .cancel_modal{
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 12px;
  color: #535c62;
  background: none !important;
  width: 24px;
  height: 24px;
  border: 2px solid #bbccd0;
  border-radius: 50%;
  padding: 1px 3px;
  cursor: pointer;
}
.wpu-modal{
  backdrop-filter: blur(6px);
  background-color: rgb(0 0 0 / 80%) !important;
}
.wpu-modal .wpu-form .custom-terms .wpu-accept-terms {
  margin-top: 4px;
}
.wpu-modal-container .wpu-form-body input[type="text"], .wpu-modal-container .wpu-form-body input[type="password"], .wpu-modal-container .wpu-form-body input[type="email"]{
  border-radius: 6px !important;
}
.wpu-modal-container .wpu-form .btn{
  border-radius: 6px !important;
  border: 2px solid #390950;
  color: #6d6100;
  -webkit-box-shadow: 2px 2px 0 0 #390950;
  box-shadow: 2px 2px 0 0 #390950;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.wpu-modal-container .wpu-form .btn:hover{
  -webkit-box-shadow: 2px 2px 0 0 var(--box-shadow-color);
  box-shadow: 2px 2px 0 0 var(--box-shadow-color);
}
/* WooCommerce support */
.products {
  clear: both;
}
.products .woocommerce-loop-product__title {
  font-size: 1.2em;
}
.products.ui.grid.content-box {
  margin: 0px;
}
.products .product {
  padding-bottom: 40px;
}
.products .product img {
  width: 100%;
  height: auto;
}
.products h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.products .button.add_to_cart_button {
  margin-top: 10px;
}

.wc-archive-container .pagination.woocommerce-pagination {
  margin-top: 30px;
}

.woocommerce-page .site-main .page-title {
  display: none;
}

.woocommerce-result-count {
  font-style: italic;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  margin-bottom: 1.5em;
}

.woocommerce-ordering select {
  padding: 7px;
  margin-top: -10px;
}

.woocommerce ul.products li.product h3 {
  font-size: 18px;
  margin-bottom: 7px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt {
  background-color: #00979d;
  padding: 10px 20px 11px;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  border-radius: 2px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce button.button.alt:hover {
  background: #222222;
  color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce .quantity .qty {
  padding: 4px;
}

.woocommerce span.onsale {
  padding: inherit;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  display: block;
  margin-bottom: 6px;
}

.related.products h2, #tab-description h2 {
  font-size: 17px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding: 9px 14px;
  font-weight: bold;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 102px;
  padding: 9px 6px 8px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #00979d;
}

.ui.grid.products > .column:not(.row) {
  padding-top: 0px;
  padding-bottom: 40px;
}
