@charset "UTF-8";
/*
Theme Name: Free Coupon
Theme URI: https://freecoupon.net/
Author: CouponThemes
Author URI: http://freecoupon.net/
Description: Free Coupon theme
Version: 1.4.113
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: freecoupon
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
  6.1 Front Page
  6.2 All Store
  6.3 All Category
  6.4 Single Store
  6.5 Single Category
  6.6 Blog
  6.7 Blog Single
  6.8 Search
  6.9 404
  6.10 Others
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%;
}

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: 500;
}

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

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: sans-serif;
  font-size: 16px;
  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: #2269dc;
  text-decoration: none;
}
a:hover {
  color: #2269dc;
  text-decoration: none;
}

/*------------------------------
	2.3 Heading
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 0;
  color: #1d3557;
}
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-right: 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 {
  line-height: 1.42857;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}
table td{
  border: 1px solid #e9e9e9;
}

table > thead > tr > th, table > thead > tr > td {
  border-bottom-width: 2px;
}

table th {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/*------------------------------
	2.7 Form
------------------------------*/
fieldset {
  padding: 20px;
  border: 1px solid #e9e9e9;
}

input[type=reset], input[type=submit], input[type=submit] {
  cursor: pointer;
  background: #2269dc;
  border: none;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 12px 23px 12px 23px;
  border-radius: 2px;
  margin: 3px 0;
  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: #2269dc;
}

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: #2269dc;
  display: block;
  height: auto;
  right: 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: #2269dc;
}

.secondary-color, .secondary-bg {
  color: #2269dc;
}

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

.fright {
  float: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: left;
}

.primary-colored {
  color: #2269dc;
}

.box-item {
  padding: 20px 20px 16px 20px;
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
.site {
  margin: 0 auto;
}

.container {
  max-width: 1130px;
  padding: 0px 25px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 790px) {
  .container {
    padding: 0px 20px;
  }
}
@media screen and (min-width: 1100px) {
  .container {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 500px) {
	body, p{
		font-size:14px;
	}
  .container {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 400px) {
  .container {
    padding: 0px 10px;
  }
}

.site-content #content-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-area {
  width: 100%;
  float: none;
  padding-bottom: 40px;
}
@media screen and (min-width: 790px) {
  .content-area {
    width: 72%;
    float: right;
    padding-bottom: 0px;
  }
}

.sidebar {
  width: 100%;
  float: none;
}
@media screen and (min-width: 790px) {
  .sidebar {
    width: 27%;
    float: right;
  }
}

.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: 10px;
}
@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: left;
  }

  .right-sidebar .sidebar {
    float: left;
  }
}
/**/
.content-widgets .widget {
  margin-bottom: 40px;
}
.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-right: -2.427184466%;
    margin-left: -2.427184466%;
  }
  .wpc-pn-row-wrapper .panel-grid-cell {
    padding-right: 2.427184466%;
    padding-left: 2.427184466%;
  }
}
@media screen and (max-width: 790px) {
  .wpc-pn-row-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
  .wpc-pn-row-wrapper .panel-grid-cell {
    padding-right: 0;
    padding-left: 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
------------------------------*/

@media screen and (max-width: 790px) {
  .primary-header .container .header_search {
    width: 60% !important;
  }

  .site-navigation{
    box-shadow:none !important;
  }
}

@media screen and (max-width: 500px) {
  .site-header .logo_area {
	width: 140px !important;
    float: none;
    text-align: center;
  }
	.primary-header .container {
		padding-left:0
	}
}

.site-header .logo_area {
      margin-top: 2px;
	float:right;
}
.site-header .logo_area a img{
	height: 38px;
}
.primary-header {
  padding: 10px 0px;
  background: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}
.primary-header .container{
  display: flex;
  justify-content: space-between;
}

.primary-header .container .header_search{
  width:50%;
}
.title_area .site-title {
  line-height: 1;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-weight: bold;
}
.title_area .site-title a {
  color: rgb(0 0 0 / 80%);;
}
.title_area .site-description {
  color: rgb(21 21 21 / 80%);
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.site-navigation {
  background: #1d3557;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 5%);
  position: relative;
  z-index: 30;
}


/* Header Hightlight
------------------------------*/
.header-highlight {
  display: none;
}
.header-highlight a {
  margin-right: 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-right: 60px;
}
@media screen and (min-width: 1100px) {
  .header-highlight {
    display: block;
  }
}

/* Search Form
------------------------------*/

@media screen and (max-width: 500px) {
  #header-search {
    float: none;
    text-align: center;
    display: inline-block;
  }
}
#header-search .search-sample {
  display: block;
  font-size: 11px;
  margin-top: 7px;
  line-height: 1;
}
#header-search .search-sample a {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 2px;
}
#header-search .search-sample a:hover {
  color: #ffffff;
}
#header-search .search-sample span {
  margin-left: 10px;
}
@media screen and (max-width: 790px) {
  #header-search .search-sample {
    display: none;
  }
}
#header-search .header-search-input {
  width: 90%;
  margin: 0px 5%;
}
@media screen and (max-width: 500px) {
  #header-search .header-search-input {
    float: none;
    text-align: center;
  }
}
#header-search input[type=text] {
  font-size: 15px;
  border-radius: 2px;
  border: 1px solid #25255b26;
  border-left:1px solid #25255b26 !important;
  padding-right: 10px !important;
  padding-left: 40px !important;
}
#header-search .ui.icon.input > input:focus ~ i.icon{
  opacity: 0.4 !important;
}
.ui.icon.input > i.icon:after, .ui.icon.input > i.icon:before, i.icon.bars:before,i.icon.close:before, i.icon.smile:before, i.icon.frown:before {
	content: '';
    right: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    margin-top: -.5em;
	background-repeat: no-repeat;
    background-position: center;
}
i.icon.search:before, i.icon.close:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M456.69 421.39 362.6 327.3a173.81 173.81 0 0 0 34.84-104.58C397.44 126.38 319.06 48 222.72 48S48 126.38 48 222.72s78.38 174.72 174.72 174.72A173.81 173.81 0 0 0 327.3 362.6l94.09 94.09a25 25 0 0 0 35.3-35.3ZM97.92 222.72a124.8 124.8 0 1 1 124.8 124.8 124.95 124.95 0 0 1-124.8-124.8Z' fill='%23666666' class='fill-000000'%3E%3C/path%3E%3C/svg%3E");
	background-size: 16px;
    height: 16px;
}
i.icon.close:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24'%3E%3Cpath d='m14.8 12 3.6-3.6c.8-.8.8-2 0-2.8-.8-.8-2-.8-2.8 0L12 9.2 8.4 5.6c-.8-.8-2-.8-2.8 0-.8.8-.8 2 0 2.8L9.2 12l-3.6 3.6c-.8.8-.8 2 0 2.8.4.4.9.6 1.4.6s1-.2 1.4-.6l3.6-3.6 3.6 3.6c.4.4.9.6 1.4.6s1-.2 1.4-.6c.8-.8.8-2 0-2.8L14.8 12z' fill='%23457b9d' class='fill-000000'%3E%3C/path%3E%3C/svg%3E");
	background-size: 26px;
	height: 26px;
}
i.icon.smile:before,i.icon.frown:before{
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23949494' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' class='stroke-000000'%3E%3Cpath d='M1.571 8H5v10H1.571C1.256 18 1 17.656 1 17.23V8.77c0-.426.256-.77.571-.77ZM5 8.75l3.3-6.393a1.925 1.925 0 0 1 3.07-.478s0 0 0 0A3 3 0 0 1 12.25 4v3h5.25a1.5 1.5 0 0 1 1.489 1.686l-1.125 8A1.5 1.5 0 0 1 16.375 18H5'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	background-size: 20px;
	height: 20px;
}
i.icon.frown:before{
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23949494' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' class='stroke-000000'%3E%3Cpath d='M18.429 11H15V1h3.429c.315 0 .571.344.571.77v8.46c0 .426-.256.77-.571.77ZM15 10.25l-3.3 6.393a1.925 1.925 0 0 1-3.07.478s0 0 0 0A3 3 0 0 1 7.75 15v-3H2.5a1.5 1.5 0 0 1-1.488-1.686l1.125-8A1.5 1.5 0 0 1 3.625 1H15'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.ui.input {
    position: relative;
    font-weight: 400;
    font-style: normal;
    display: -webkit-inline-box;
    display: inline-flex;
    color: rgba(0, 0, 0, .87);
}
.ui.input > input {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: right;
    line-height: 1.21428571em;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    padding: .67857143em 1em;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, .15);
    color: rgba(0, 0, 0, .87);
    border-radius: .28571429rem;
    -webkit-transition: border-color .1s ease, -webkit-box-shadow .1s ease;
    -webkit-transition: box-shadow .1s ease, border-color .1s ease;
    transition: box-shadow .1s ease, border-color .1s ease;
    box-shadow: none;
}
i.icon {
	content:'';
    display: inline-block;
    opacity: 1;
    margin: 0 0 0 .25rem;
    width: 1.18em;
    height: 1em;
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    speak: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ui.icon.input > i.icon  {
    cursor: default;
    position: absolute;
    line-height: 1;
    text-align: center;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    width: 2.67142857em;
    opacity: .5;
    border-radius: .28571429rem 0 0 .28571429rem;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.ui[class*="left icon"].input > i.icon {
    left: auto;
    right: 1px;
    border-radius: 0 .28571429rem .28571429rem 0;
}
.ui.search .prompt ~ .search.icon {
    cursor: pointer;
    left: 0;
    right: auto;
}
.ui.icon.input > i.icon:not(.link) {
    pointer-events: none;
}

.ui.search > .results {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    white-space: normal;
    background: #fff;
    margin-top: .5em;
    width: 18em;
    border-radius: .28571429rem;
    box-shadow: 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
    border: 1px solid #d4d4d5;
    z-index: 998;
}
.visible.transition {
    display: block !important;
    visibility: visible !important;
}
.ui.search > .prompt {
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-shadow: none;
    font-style: normal;
    font-weight: 400;
    line-height: 1.21428571em;
    padding: .67857143em 1em;
    font-size: 1em;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, .15);
    color: rgba(0, 0, 0, .87);
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: background-color .1s ease, color .1s ease, border-color .1s ease, -webkit-box-shadow .1s ease;
    -webkit-transition: background-color .1s ease, color .1s ease, box-shadow .1s ease, border-color .1s ease;
    transition: background-color .1s ease, color .1s ease, box-shadow .1s ease, border-color .1s ease;
}
@media screen and (min-width: 790px) {
  #header-search input[type=text] {
    width: 300px;
  }
}
@media screen and (max-width: 500px) {
  #header-search input[type=text] {
    width: 50%;
  }
}
#header-search .header-search-submit {
  color: #aaa;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border: 1px solid #dfdfdf;
  border-right: none;
  background: #fff !important;
  padding: 0;
}
.ui.search > .results .result {
    cursor: pointer;
    display: block;
    overflow: hidden;
    font-size: 1em;
    padding: .85714286em 1.14285714em;
    color: rgba(0, 0, 0, .87);
    line-height: 1.33;
    border-bottom: 1px solid rgba(34, 36, 38, .1);
}
#header-search .result {
  display: -webkit-box;
  display: flex;
  position: relative;
}
#header-search .result a {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 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-left: 1em;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  align-self: center;
  border-radius: 0px;
}
#header-search .results .result .image img {
  width: 90px;
}

@media screen and (max-width: 500px) {
  .header_right.fright {
    float: none;
    text-align: center;
  }
}

/* header Submit
----------------------------*/

@media screen and (max-width: 890px) and (min-width: 790px) {
  .primary-header .container .header_right{
    width: 40% !important;
  }
}

.primary-header .container .header_right{
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.primary-header .container .header_right .button {
  padding: 10px 10px;
  top: 0px;
  border: 1px solid #2269dc;;
  border-radius: 3px;
  color: #2269dc;
  background: transparent;
}
.primary-header .container .header_right .button:hover{
  background: #2269dc;
  color:#ffffff;
}

.primary-navigation .st-menu{
  text-align: center;
}
.primary-navigation .st-menu>li>a:hover{
  color: #2269dc;
}

/* Primary Navigation
------------------------------*/
.st-menu,
.st-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.st-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  z-index: 99;
}
.st-menu .menu-box {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.st-menu li:hover > .menu-box,
.st-menu li.sfHover > .menu-box {
  display: block;
}
.st-menu ul ul {
  top: 0;
  right: 100%;
}
.st-menu li {
  position: relative;
}
.st-menu > li {
  display: inline-block;
}
.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-bottom: 7px;
  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-right: 0px;
}
.st-menu > li > a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  padding: 18px 13px 19px;
}
.st-menu li:hover,
.st-menu li.sfHover {
  -webkit-transition: none;
  transition: none;
}
.st-menu a {
  color: #f1faee;
  padding: 7px 20px;
  font-size: 13px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-decoration: none;
  zoom: 1;
}
.st-menu a:hover {
  color: #457b9d !important;
}
.st-menu li.current-menu-item a {
	color: #457b9d !important;
}
.st-menu a i {
  margin-left: 0px;
  font-size: 13px;
}
.st-menu li .current-menu-item a {
  color: #2269dc !important;
}

.sf-arrows .sf-with-ul {
  padding-left: 2.5em;
  *padding-left: 1em;
}
.sf-arrows .sf-with-ul:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 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: #2269dc;
  opacity: 0.5;
}
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-left: -3px;
  border-color: transparent;
  border-right-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-right-color: #2269dc;
  opacity: 0.5;
}

.nav-toggle {
  display: none;
  font-size: 20px;
  padding: 10px 0 10px;
  margin-right: -3px;
  cursor: pointer;
  color: #777777;
}

.nav-toggle-subarrow {
  display: none;
}
i.icon.bars:before {
	content:'';
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M416 224H31.1C14.33 224 0 238.3 0 256s14.33 32 31.1 32h384c18.6 0 32.9-14.3 32.9-32s-14.3-32-32-32zm0 160H31.1C14.33 384 0 398.3 0 415.1S14.33 448 31.1 448h384c18.6 0 32.9-14.3 32.9-32s-14.3-32-32-32zm0-320H31.1C14.33 64 0 78.33 0 95.1S14.33 128 31.1 128h384c18.6 0 32.9-14.3 32.9-32s-14.3-32-32-32z' fill='%23457b9d' class='fill-000000'%3E%3C/path%3E%3C/svg%3E");
	background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
	top:35px;
}
@media screen and (max-width: 790px) {
  .primary-navigation .st-menu {
    width: 100% !important;
    display: none;
  }

  .st-menu.st-menu-mobile {
    display: block !important;
    position: fixed;
    right: 0;
    width: 100%;
    background: #1d3557;
    border-top: 1px solid #2c415e;
    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 #2c415e;
    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;
    left: 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 .st-menu {
  position: relative;
  margin-top: -5px;
}
.nav-user-action .st-menu > li:last-child > a {
  padding-left: 0;
}
.nav-user-action .st-menu > li:first-child > a {
  padding-right: 0;
}
.nav-user-action .st-menu > li {
  position: static;
}
.nav-user-action .st-menu > li > a {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 400px) {
  .nav-user-action .st-menu > li > a {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 11px;
    padding-top: 20px;
  }
}
.nav-user-action .st-menu ul {
  right: auto;
}
.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%;
    left: -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: right;
  margin-left: 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: #2269dc;
  font-size: 14px;
}
.nav-user-action .st-menu .menu-box a:hover {
  color: #2269dc;
}
.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;
}

.store-thumb {
  border: 2px solid #f5f5f5;
  border-radius: 2px;
  display: block;
}
.store-thumb img {
  float: right;
  width: 100%;
  height: auto;
}
.store-thumb a,
.store-thumb .thumb-padding {
  display: block;
  padding: 4px;
  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;
}
.store-thumb:hover {
  border-color: #2269dc;
}

#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: #2269dc;
}
.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 {
  right: -50px;
}
@media screen and (max-width: 1100px) {
  .popular-stores .owl-controls .owl-prev {
    right: auto;
    left: 10px;
    top: -35px;
    opacity: 0.8;
  }
  .popular-stores .owl-controls .owl-prev img {
    width: 8px;
    height: auto;
  }
}
.popular-stores .owl-controls .owl-next {
  left: -50px;
}
@media screen and (max-width: 1100px) {
  .popular-stores .owl-controls .owl-next {
    left: -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;
  left: 10px;
  opacity: 1;
}
.popular-stores.inside-content .store-carousel .owl-next img {
  width: 8px;
}
.popular-stores.inside-content .store-carousel .owl-prev {
  top: -25px;
  left: 30px;
  right: auto;
  opacity: 1;
}
.popular-stores.inside-content .store-carousel .owl-prev img {
  width: 8px;
}

.inside-content.shadow-box {
  box-shadow: none;
}

.store-listing-item {
  padding: 20px 20px 17px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .store-listing-item {
    padding: 15px;
    overflow: hidden;
  }
}
.store-listing-item .store-thumb-link {
  float: none;
  display: block;
  margin-left: 0;
}
.store-listing-item .store-thumb-link .store-thumb {
  margin-bottom: 5px;
  border-radius:5px;
}
.store-listing-item .store-thumb-link .store-thumb img {
  max-width: 100%;
  height: auto;
}
.s-flag{
	display: inline-block;
    margin-right: 10px;
    margin-top: 1px;
    float: right;
    line-height: 1;
}
.s-flag i {
    width: 24px; height: 24px;
	margin-left:1px;
    background-image: url('https://freecoupon.net/wp-content/uploads/2024/03/flags.png');
}
.icon-OMN {
	background-position: 0 0;
}
.icon-UAE {
    background-position: -0 -72px;
}
.icon-QAT {
    background-position: -0 -48px;
}
.icon-KWT {
    background-position: -0 -96px;
}
.icon-EGY {
    background-position: -0 -144px;
}
.icon-BHR {
    background-position: -0 -120px;
}
.icon-KSA {
    background-position: -0 -24px;
}
.store-listing-item .store-thumb-link .store-thumb a {
  padding: 4px;
  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: #2269dc;
}
.store-listing-item .store-thumb-link .store-name a i {
  margin-right: -3px;
}
.store-listing-item.no-thumb .latest-coupon {
  max-width: 400px;
}
.store-listing-item .latest-coupon {
  max-width: 100%;
  max-width: 250px;
  margin-left: 0px;
  float: right;
}

@media screen and (min-width: 500px) {
  .store-listing-item .latest-coupon {
    margin-left: 0px;
    max-width: 55%;
  }
}
@media screen and (max-width: 500px) {
  .store-listing-item .latest-coupon {
    overflow: hidden;
    width: auto;
    max-width: 90%;
	margin-top: 5px;
  }
}
@media screen and (min-width: 790px) {
  .store-listing-item .latest-coupon {
    margin-left: 10px;
    max-width: 55%
  }
}
@media screen and (min-width: 1100px) {
  .store-listing-item .latest-coupon {
    max-width: 250px;
    margin-left: 20px;
  }
	.store-page-lis .store-listing-item .latest-coupon {
		width: 500px;
    	max-width: 500px;
    	float: inherit;
		display: inline-block;
	}
}
.store-listing-item .latest-coupon .coupon-title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
  margin-top: -2px;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  .store-listing-item .latest-coupon .coupon-title {
    margin-top: 5px;
	font-size: 14px;
  }
}
.store-listing-item .latest-coupon .coupon-title a:hover {
  color: #2269dc;
}
/*--Coupon Description Enable disable for Small Device -*/
@media screen and (max-width: 790px) {
  .coupon-des{
    display: none;
  }
  .coupon_des_sm_enable{
    display: block;
  }
}
/*--Coupon Description Enable disable for Small Device --*/

.store-listing-item .coupon-detail {
 display: inline-flex;
    align-items: center;
    position: absolute;
    top: 5px;
    height: auto;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
    left: 0;
    bottom: 55px;
}
@media screen and (max-width: 500px) {
	.store-listing-item .coupon-detail {
		display: inline-flex;
    align-items: center;
    width: 125px;
    height: 32px;
    position: absolute;
    vertical-align: top;
    top: -5px;
    left: -5px;
}

}
.single-coupon-box{
  margin-bottom: 20px;
  border: 3px dashed #dddddd;
}
.single-coupon-box .coupon-header .coupon-store-thumb img{
  border-style:solid !important;
}
@media screen and (max-width: 790px) {

  .store-listing-item .coupon-detail {
    display: none;
  }
  /*--Coupon Details Button Enable disable for Small Device --*/
  .coupon_button_sm_sec{
    display: block !important;
  }
  /*--Coupon Details Button Enable disable for Small Device --*/

  .single-coupon-box .store-listing-item .coupon-detail {
    display: block;
    margin-right: auto;
    margin-left: 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: left;
  font-size: 15px;
  margin-left: -4px;
  margin-top: -2px;
  color: #999999;
}
.store-listing-item .coupon-save:hover {
  color: #2269dc;
}
.store-listing-item .coupon-saved {
  color: #2269dc;
}

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


.transition {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.ui.dimmer {
    display: none;
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 1em;
    background-color: rgba(0, 0, 0, .85);
    opacity: 0;
    line-height: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-transition: background-color .5s linear;
    transition: background-color .5s linear;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: opacity;
    z-index: 1000;
}
.visible.transition {
    display: block !important;
    visibility: visible !important;
}
body.dimmable > .dimmer {
    position: fixed;
}
.ui.page.dimmer {
    position: fixed;
    -webkit-transform-style: '';
    transform-style: '';
    -webkit-perspective: 2000px;
    perspective: 2000px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.dimmed.dimmable > .ui.animating.dimmer, .dimmed.dimmable > .ui.visible.dimmer, .ui.active.dimmer {
    display: -webkit-box;
    display: flex;
    opacity: 1;
}

.ui.modal {
    display: none;
    z-index: 1001;
    text-align: right;
    background: #fff;
    border: none;
    box-shadow: -1px 3px 3px 0 rgba(0, 0, 0, .2), -1px 3px 15px 2px rgba(0, 0, 0, .2);
    -webkit-transform-origin: 50% 25%;
    -ms-transform-origin: 50% 25%;
    transform-origin: 50% 25%;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    border-radius: .28571429rem;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    will-change: top, left, margin, transform, opacity
}

.ui.modal > .icon:first-child + *, .ui.modal > :first-child:not(.icon) {
    border-top-right-radius: .28571429rem;
    border-top-left-radius: .28571429rem
}

.ui.modal > :last-child {
    border-bottom-right-radius: .28571429rem;
    border-bottom-left-radius: .28571429rem
}

.ui.modal > .close {
    cursor: pointer;
    position: absolute;
    top: -2.5rem;
    left: -2.5rem;
    z-index: 1;
    opacity: .8;
    font-size: 1.25em;
    color: #fff;
    width: 2.25rem;
    height: 2.25rem;
    padding: .625rem 0 0 0
}

.ui.modal > .close:hover {
    opacity: 1
}

.ui.modal > .header {
    display: block;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background: #fff;
    margin: 0;
    padding: 1.25rem 1.5rem;
    box-shadow: none;
    color: rgba(0, 0, 0, .85);
    border-bottom: 1px solid rgba(34, 36, 38, .15)
}

.ui.modal > .header:not(.ui) {
    font-size: 1.42857143rem;
    line-height: 1.28571429em;
    font-weight: 700
}

.ui.modal > .content {
    display: block;
    width: 100%;
    font-size: 1em;
    line-height: 1.4;
    padding: 2.5rem;
    background: #fff
}

.ui.modal > .image.content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.ui.modal > .content > .image {
    display: block;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: '';
    align-self: top
}

.ui.modal > [class*="top aligned"] {
    align-self: top
}

.ui.modal > [class*="middle aligned"] {
    align-self: middle
}

.ui.modal > [class*=stretched] {
    align-self: stretch
}

.ui.modal > .content > .description {
    display: block;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    min-width: 0;
    align-self: top
}

.ui.modal > .content > .icon + .description, .ui.modal > .content > .image + .description {
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    min-width: '';
    width: auto;
    padding-right: 2em
}

.ui.modal > .content > .image > i.icon {
    margin: 0;
    opacity: 1;
    width: auto;
    line-height: 1;
    font-size: 8rem
}

.ui.modal > .actions {
    background: #f9fafb;
    padding: 1rem 1rem;
    border-top: 1px solid rgba(34, 36, 38, .15);
    text-align: left
}

.ui.modal .actions > .button {
    margin-right: .75em
}

@media only screen and (max-width: 767px) {
    .ui.modal {
        width: 95%;
        margin: 0
    }
}

@media only screen and (min-width: 768px) {
    .ui.modal {
        width: 88%;
        margin: 0
    }
}

@media only screen and (min-width: 992px) {
    .ui.modal {
        width: 850px;
        margin: 0
    }
}

@media only screen and (min-width: 1200px) {
    .ui.modal {
        width: 900px;
        margin: 0
    }
}

@media only screen and (min-width: 1920px) {
    .ui.modal {
        width: 950px;
        margin: 0
    }
}

@media only screen and (max-width: 991px) {
    .ui.modal > .header {
        padding-left: 2.25rem
    }

    .ui.modal > .close {
        top: 1.0535rem;
        left: 1rem;
        color: rgba(0, 0, 0, .87)
    }
}

@media only screen and (max-width: 767px) {
    .ui.modal > .header {
        padding: .75rem 1rem !important;
        padding-left: 2.25rem !important
    }

    .ui.modal > .content {
        display: block;
        padding: 1rem !important
    }

    .ui.modal > .close {
        top: .5rem !important;
        left: .5rem !important
    }

    .ui.modal .image.content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .ui.modal .content > .image {
        display: block;
        max-width: 100%;
        margin: 0 auto !important;
        text-align: center;
        padding: 0 0 1rem !important
    }

    .ui.modal > .content > .image > i.icon {
        font-size: 5rem;
        text-align: center
    }

    .ui.modal .content > .description {
        display: block;
        width: 100% !important;
        margin: 0 !important;
        padding: 1rem 0 !important;
        box-shadow: none
    }

    .ui.modal > .actions {
        padding: 1rem 1rem 0 !important
    }

    .ui.modal .actions > .button, .ui.modal .actions > .buttons {
        margin-bottom: 1rem
    }
}

.ui.inverted.dimmer > .ui.modal {
    box-shadow: -1px 3px 10px 2px rgba(0, 0, 0, .2)
}

.ui.basic.modal {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    color: #fff
}

.ui.basic.modal > .actions, .ui.basic.modal > .content, .ui.basic.modal > .header {
    background-color: transparent
}

.ui.basic.modal > .header {
    color: #fff
}

.ui.basic.modal > .close {
    top: 1rem;
    left: 1.5rem
}

.ui.inverted.dimmer > .basic.modal {
    color: rgba(0, 0, 0, .87)
}

.ui.inverted.dimmer > .ui.basic.modal > .header {
    color: rgba(0, 0, 0, .85)
}

@media only screen and (max-width: 991px) {
    .ui.basic.modal > .close {
        color: #fff
    }
}

.ui.loading.modal {
    display: block;
    visibility: hidden;
    z-index: -1
}

.ui.active.modal {
    display: block
}

.modals.dimmer[class*="top aligned"] .modal {
    margin: 5vh auto
}

.scrolling.dimmable.dimmed {
    overflow: hidden
}

.scrolling.dimmable > .dimmer {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.scrolling.dimmable.dimmed > .dimmer {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.scrolling.dimmable > .dimmer {
    position: fixed
}

.modals.dimmer .ui.scrolling.modal {
    margin: 1rem auto !important
}

.scrolling.undetached.dimmable.dimmed {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.scrolling.undetached.dimmable.dimmed > .dimmer {
    overflow: hidden
}

.scrolling.undetached.dimmable .ui.scrolling.modal {
    position: absolute;
    right: 50%;
    margin-top: 1rem !important
}

.ui.modal .scrolling.content {
    max-height: calc(70vh);
    overflow: auto
}

.ui.fullscreen.modal {
    width: 95% !important;
    right: 0 !important;
    margin: 1em auto
}

.ui.fullscreen.scrolling.modal {
    right: 0 !important
}

.ui.fullscreen.modal > .header {
    padding-left: 2.25rem
}

.ui.fullscreen.modal > .close {
    top: 1.0535rem;
    left: 1rem;
    color: rgba(0, 0, 0, .87)
}

.ui.modal {
    font-size: 1rem
}

.ui.mini.modal > .header:not(.ui) {
    font-size: 1.3em
}

@media only screen and (max-width: 767px) {
    .ui.mini.modal {
        width: 95%;
        margin: 0
    }
}

@media only screen and (min-width: 768px) {
    .ui.mini.modal {
        width: 35.2%;
        margin: 0
    }
}

@media only screen and (min-width: 992px) {
    .ui.mini.modal {
        width: 340px;
        margin: 0
    }
}

@media only screen and (min-width: 1200px) {
    .ui.mini.modal {
        width: 360px;
        margin: 0
    }
}

@media only screen and (min-width: 1920px) {
    .ui.mini.modal {
        width: 380px;
        margin: 0
    }
}

.ui.small.modal > .header:not(.ui) {
    font-size: 1.3em
}

@media only screen and (max-width: 767px) {
    .ui.tiny.modal {
        width: 95%;
        margin: 0
    }
}

@media only screen and (min-width: 768px) {
    .ui.tiny.modal {
        width: 52.8%;
        margin: 0
    }
}

@media only screen and (min-width: 992px) {
    .ui.tiny.modal {
        width: 510px;
        margin: 0
    }
}

@media only screen and (min-width: 1200px) {
    .ui.tiny.modal {
        width: 540px;
        margin: 0
    }
}

@media only screen and (min-width: 1920px) {
    .ui.tiny.modal {
        width: 570px;
        margin: 0
    }
}

.ui.small.modal > .header:not(.ui) {
    font-size: 1.3em
}

@media only screen and (max-width: 767px) {
    .ui.small.modal {
        width: 95%;
        margin: 0
    }
}

@media only screen and (min-width: 768px) {
    .ui.small.modal {
        width: 70.4%;
        margin: 0
    }
}

@media only screen and (min-width: 992px) {
    .ui.small.modal {
        width: 680px;
        margin: 0
    }
}

@media only screen and (min-width: 1200px) {
    .ui.small.modal {
        width: 720px;
        margin: 0
    }
}

@media only screen and (min-width: 1920px) {
    .ui.small.modal {
        width: 760px;
        margin: 0
    }
}

.ui.large.modal > .header {
    font-size: 1.6em
}

@media only screen and (max-width: 767px) {
    .ui.large.modal {
        width: 95%;
        margin: 0
    }
}

@media only screen and (min-width: 768px) {
    .ui.large.modal {
        width: 88%;
        margin: 0
    }
}

@media only screen and (min-width: 992px) {
    .ui.large.modal {
        width: 1020px;
        margin: 0
    }
}

@media only screen and (min-width: 1200px) {
    .ui.large.modal {
        width: 1080px;
        margin: 0
    }
}

@media only screen and (min-width: 1920px) {
    .ui.large.modal {
        width: 1140px;
        margin: 0
    }
}


/* Coupon Modal
------------------------------*/
.coupon-modal {
  background: #f8f9f9;
}
.coupon-modal .coupon-header {
  padding: 10px 25px 30px;
  position: relative;
  background: #ffffff;
}
@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-left: 0px;
}
.coupon-modal .coupon-header .coupon-store-thumb img {
  max-height: 50px;
  width: auto;
  border:2px dashed #dddddd;
}

@media screen and (min-width: 500px) {
  .coupon-modal .coupon-header .coupon-store-thumb {
    float: left;
  }
}
.s-value{
		font-size: 19px;
    font-weight: 700;
    color: #222;
	}
.coupon-modal .coupon-header .coupon-title {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 11px;
  max-width: 100%;
  color: #1d3557;
}
@media screen and (min-width: 500px) {
  .coupon-modal .coupon-header .coupon-title {
    float: right;
    font-weight: 700;
  }
}
@media screen and (max-width: 500px) {
.coupon-modal .coupon-header .coupon-title {
	text-align: center;
	font-size: 13px;
}
}
.coupon-modal .coupon-header .close {
  position: absolute;
  left: -16px;
  top: -14px;
  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%;
}
@media screen and (min-width: 500px) {
  .coupon-modal .coupon-content {
    width: 60%;
    padding: 20px 0 20px;
    margin: 0 20%;
    text-align: center;
  }
}
.coupon-modal .coupon-content p.coupon-type-text {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 12px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.coupon-modal .coupon-content p.coupon-type-text a {
	color: #e63946;
    text-decoration: underline;
}
@media screen and (min-width: 500px) {
  .coupon-modal .coupon-content p.coupon-type-text {
    font-size: 13px;
  }
}
.coupon-modal .coupon-content .modal-code {
  text-align: center;
  margin-bottom: 17px;
  display: block;
}
.coupon-modal .coupon-content .modal-code .coupon-code {
  display: inline-block;
    width: 50%;
    background-color: rgb(247, 247, 247);
    padding: 6px;
    border: 2px dashed rgb(224, 224, 224);
}
.coupon-modal .coupon-content .modal-code .coupon-code.sale-box {
	width:90%
}
@media screen and (max-width: 500px) {
	.coupon-modal .coupon-content .modal-code .coupon-code{
		width: 80%;
	}
	.coupon-modal .coupon-header .s-value{
	text-align:center;
	margin-top: 10px;
    font-size: 16px;
}
}
.coupon-modal .coupon-content .modal-code .coupon-code::after {
  clear: both;
  content: " ";
  display: block;
}
.coupon-modal .coupon-content .modal-code .coupon-code .input {
  max-width: 100%;
	display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 600px;
    cursor: pointer;
}
.wp-block-rank-math-faq-block {
	margin-bottom:15px;
}
.rank-math-answer {
    margin-bottom: 15px;
}
#toCopied{
	width:100%;
	text-align: center;
    border-left-color: #2269dc !important;
}
span.pop-title {
    display: block;
    color: #000;
    font-size: 22px;
}
#coupon-popup:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: -2;
}
#coupon-popup:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: -1;
}
#coupon-popup {
	display: none;
    position: fixed;
    padding: 10px;
    width: 400px;
    left: 50%;
    margin-left: -150px;
    height: 200px;
    top: 50%;
    margin-top: -100px;
    background: #fff;
    text-align: center;
    z-index: 10002;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
}
.countWrap{
	position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.countSnv{
    vertical-align: text-bottom;
    border: .3em solid #2269dc;
    border-left-color: transparent;
    border-radius: 50%;
    animation: .9s linear infinite spinner-border;
	width: 50px;
    height: 50px;
}

@keyframes spinner-border {
    to {
        transform: rotate(-360deg)
    }
}

#countDown {
	position: absolute;
    text-align: center;
    left: 0;
    font-size: 15px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
#showCodeBtn, #showCodeBtn2 {
	position: absolute;
    right: -2px;
    left: -2px;
	top:-2px;
    bottom: 0;
    text-align: center;
    display: inline-block;
	border-radius: .28571429rem;
}
#showCodeBtn:hover, #showCodeBtn2:hover {
	opacity:1 !important
}
@media only screen and (max-width: 500px){
#coupon-popup {
    width: 90%;
    left: 5%;
    margin-left: 0;
}
}
.ui.labeled.icon.button > .icon:after, .ui.labeled.icon.button > .icon:before, .ui.labeled.icon.buttons > .button > .icon:after, .ui.labeled.icon.buttons > .button > .icon:before {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
i.icon.copy:before{
	content:'';
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M384 96V0H272c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h192c26.51 0 48-21.49 48-48V128h-95.1c-18.5 0-32.9-14.4-32.9-32zm32-96v96h96L416 0zM192 352V128H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h192c26.51 0 48-21.49 48-48v-48h-32c-35.3 0-64-28.7-64-64z' fill='%23ffffff' class='fill-000000'%3E%3C/path%3E%3C/svg%3E");
	background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
	height: 16px;
}

.coupon-modal .coupon-content .modal-code .action .button, .ui.fluid.input {
  display: -webkit-box;
  display: flex;
}
.coupon-modal .coupon-content .modal-code .action .button {
	position: relative;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: transparent;
    background-color: rgb(230 57 70);
    color: white;
    font-size: 1rem;
    height: 3rem;
    padding: 0px 2rem;
    outline: none;
	border-radius: 0 !important;
}
@media screen and (max-width: 500px) {
	.coupon-modal .coupon-content .modal-code .action .button{
		padding: 0 15px 0 50px !important;
	}
}
.ui.fluid.input>input {
    width: 0!important;
}
.coupon-modal .coupon-content .modal-code .code-text {
  position: relative;
    display: block;
    margin: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: auto;
    font-size: 1.5rem;
    font-weight: 700;
    white-space: nowrap;
    outline: none;
    user-select: text;
    background: transparent;
    border: none;
    padding:6px;
    overflow: hidden;
}
.ui.action.input:not([class*="left action"]) > input {
    border-left-color: transparent !important;
}
.ui.action.input > .button, .ui.action.input > .buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}
.coupon-modal .coupon-content .user-ratting {
  position: relative;
  float: right;
  display: inline-block;
  margin-bottom: 10px;
}

.coupon-modal .coupon-content .user-ratting .buttons {
  margin-bottom: 10px;
}

.coupon-modal .coupon-content .user-ratting .ui.button {
  border-radius: 2px;
  font-size: 20px;
  padding: 8px;
  border-color: #dddddd;
  box-shadow: none;
}
.coupon-modal .coupon-content .user-ratting .ui.button i {
  color: #999999;
}
.coupon-modal .coupon-content .user-ratting .ui.button:hover i {
  color: #2269dc;
}
.coupon-modal .coupon-content .go-store {
  float: left;
  margin-bottom: 10px;
}
.coupon-modal .coupon-content .go-store .go-to-btn{
  margin-bottom: 10px;
}
.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: left;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-left: -6px;
}
.coupon-modal .coupon-content .show-detail a {
  color: #666666;
}
.coupon-modal .coupon-content .show-detail a:hover {
  color: #2269dc;
}
.coupon-modal .coupon-content .show-detail .show-detail-on {
  color: #2269dc;
}
.coupon-modal .coupon-content .coupon-popup-detail {
  margin-top: 30px;
  text-align: right;
}
.coupon-modal .coupon-content .coupon-popup-detail p {
  font-size: 13px;
  margin-bottom: 5px;
}
.coupon-modal .coupon-content .coupon-popup-detail .coupon-detail-content {
  margin-bottom: 5px;
}
.coupon-modal .coupon-content .coupon-popup-detail p:last-child {
  margin-bottom: 0px;
}

.coupon-modal .coupon-content .btn_secondary:hover, .coupon-modal .coupon-content .btn_secondary:active {
  color: #fff !important;
  font-weight: 700;
}
.coupon-modal .coupon-content .btn_secondary:focus {
  color: #ffffff !important;
  font-weight: 700;
}
.coupon-modal .coupon-content .btn_secondary i{
  background: transparent;
}
.ui.labeled.icon.button > .icon, .ui.labeled.icon.buttons > .button > .icon {
    position: absolute;
    height: 100%;
    line-height: 1;
    border-radius: 0;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    text-align: center;
    margin: 0;
    width: 2.57142857em;
    background-color: rgba(0, 0, 0, .05);
    color: '';
    box-shadow: 1px 0 0 0 transparent inset;
}
.ui[class*="right labeled"].icon.button > .icon {
    right: auto;
    left: 0;
    border-radius: 0;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    box-shadow: -1px 0 0 0 transparent inset;
}
.coupon-modal .coupon-content .btn_secondary:hover i{
  font-size:14px;
}
.coupon-modal .coupon-footer {
  padding: 10px 25px;
  background: #ffffff;
}
.coupon-modal .coupon-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 790px) {
  .coupon-listing-item .store-thumb-link .store-thumb {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 500px) {
  .coupon-modal .coupon-footer ul li {
    padding: 0;
    display: inline-block;
    float: right;
    margin-right: 15px;
  }
  .coupon-modal .coupon-footer ul li:first-child {
    margin-right: 0px;
  }
  .coupon-modal .coupon-footer ul li:last-child {
    float: left;
    margin-right: 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-right: 0px;
  margin-left: 0px;
  color: #cccccc;
}
.coupon-modal .coupon-footer ul li a:hover {
  color: #2269dc;
}

.coupon-deal-modal .show-detail {
  margin-top: -50px;
}

.coupon-listing-item {
  padding-bottom: 0px;
}
.coupon-listing-item .store-thumb-link .store-thumb {
  margin-bottom: 30px;
}
.store-page-lis .store-listing-item .store-thumb-link {
	display: inline-block;
    float: inherit;
	width: calc(100% - 320px);
}
.store-page-lis .store-thumb-link {
	float: right;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    line-height: inherit;
    border: 0;
    display: inline-block;
}
.store-page-lis .store-listing-item .store-thumb-link .store-thumb{
    height: auto;
    min-width: inherit;
    min-height: inherit;
    margin-bottom: 0;
	border:0;
	display:inline-block;
	float:right
}
.store-page-lis .store-thumb.text-thumb .thumb-padding {
    line-height: 1.2;
    overflow: hidden;
    text-align: right;
	margin-bottom: 10px;
    font-size: 20px;
	padding:0;
}
.store-page-lis .coupon-listing-item .coupon-detail {
    margin-top: 0;
}
.coupon-det{
	display: block;
	margin: 12px 9px;
}
.coupon-footer .coupon-det {
	display:none
}
.coupon-det .verified{
	color: #607b3c;
    font-size: 13px;
    display: inline-block;
    font-weight: 500;
    position: relative;
    text-align: center;
    margin-left: 7px;
}
.coupon-det .verified:before {
	content:"";
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Zm4.71 7.71-5 5a1 1 0 0 1-1.42 0l-2-2a1 1 0 0 1 1.42-1.42l1.29 1.3 4.29-4.3a1 1 0 0 1 1.42 1.42Z' fill='%238db654' class='fill-464646'%3E%3C/path%3E%3C/svg%3E");
	margin-left: 2px;
    width: 14px;
    height: 14px;
    background-size: 14px;
    display: inline-block;
    margin-top: 3px;
    position: relative;
    top: 3px;
}
.used-dt{
	font-size: 13px;
}
.used-dt i{
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 12.438'%3E%3Cdefs%3E%3Cstyle%3E.cls-used-tag%7Bfill:%23333%7D%3C/style%3E%3C/defs%3E%3Cg id='Group_525' data-name='Group 525' transform='translate(-1161.182 -963.094)'%3E%3Cpath id='Path_321' data-name='Path 321' class='cls-used-tag' d='M1172.461 972.066a5.725 5.725 0 0 0-3.482-2.912 3.33 3.33 0 0 0 .688-4.841 3.313 3.313 0 0 0-2.275-1.2 3.27 3.27 0 0 0-2.43.741 3.208 3.208 0 0 0-1.2 2.31 3.259 3.259 0 0 0 1.427 2.992 5.878 5.878 0 0 0-2.006 1.073 5.271 5.271 0 0 0-1.859 2.913c-.039.166-.068.335-.1.5l-.04.225v1.345l.038.038c.019.019.038.043.059.068a.542.542 0 0 0 .213.182.407.407 0 0 0 .383-.033.5.5 0 0 0 .21-.416v-.42a7.027 7.027 0 0 1 .028-.776 4.2 4.2 0 0 1 1.46-2.772 5.2 5.2 0 0 1 4.483-1.221 4.9 4.9 0 0 1 2.807 1.491 4.164 4.164 0 0 1 1.172 2.472c.023.222.025.453.026.676 0 .162 0 .33.012.5a.765.765 0 0 0 .139.4.359.359 0 0 0 .3.143.506.506 0 0 0 .188-.038.461.461 0 0 0 .285-.455v-.723a5 5 0 0 0-.526-2.262zm-2.954-5.614a2.433 2.433 0 0 1-2.419 2.406h-.008a2.422 2.422 0 0 1-1.725-.729 2.387 2.387 0 0 1-.7-1.708 2.429 2.429 0 0 1 2.439-2.423h.026a2.389 2.389 0 0 1 1.693.726 2.415 2.415 0 0 1 .693 1.728z'%3E%3C/path%3E%3Cpath id='Path_322' data-name='Path 322' class='cls-used-tag' d='M1430.792 1005.509a4.152 4.152 0 0 0-1.668-2.9 4.561 4.561 0 0 0-1.23-.676 2.617 2.617 0 0 0 .991-1.795 2.693 2.693 0 0 0-1.6-2.771 2.492 2.492 0 0 0-1.076-.222.453.453 0 0 0-.449.431.446.446 0 0 0 .393.461c.059.009.117.013.173.018s.1.007.143.014a1.787 1.787 0 0 1 .557 3.361 2.137 2.137 0 0 1-.85.206.445.445 0 0 0-.416.446.451.451 0 0 0 .411.446c.088.01.172.017.253.021a3.736 3.736 0 0 1 2.361.951 3.2 3.2 0 0 1 1.124 2.278c.007.136.01.276.012.411s0 .262.01.394a.442.442 0 0 0 .443.436.446.446 0 0 0 .448-.452v-.2a7.838 7.838 0 0 0-.03-.858z' transform='translate(-254.64 -32.777)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	width: 14px;
	height: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 4px;
}
.used-today{
	margin-left: 2px;
}
@media screen and (max-width: 600px) {
  .coupon-listing-item .store-thumb-link .store-thumb {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
	.coupon-footer .coupon-det {
	display:inline-block;
	margin:0;
	float: left;
}
}
@media screen and (max-width: 790px) {
  .coupon-modal .coupon-header{
    padding: 10px 0px;
  }
  .coupon-modal .coupon-content{
    padding: 0;
  }
  .coupon-modal .coupon-header .close {
    left: 10px;
    top: 10px;
  }
  .coupon-modal .coupon-header .coupon-title{
    font-weight: 700;
	padding: 0 10px;
  }
  .coupon-modal .coupon-content p.coupon-type-text{
    font-size:14px;
  }
  .coupon-modal .coupon-content .clearfix{
    text-align: center;
  }
  .coupon-modal .coupon-content .user-ratting{
    float: none;
    text-align: center;
  }
  .coupon-modal .coupon-content .go-store{
    float: none;
    text-align: center;
  }
  .coupon-modal .coupon-content .show-detail{
    width: 100%;
  }
}
.coupon-listing-item .coupon-detail {
  margin-top: 10px;
}
.coupon-listing-item .coupon-detail .user-ratting i {
  font-size: 18px;
  color: #999999;
}
.coupon-listing-item .coupon-detail .user-ratting .ui.button {
  padding: 6px 6px 5px;
}
.coupon-listing-item .coupon-detail .user-ratting .ui.button:hover i {
  color: #2269dc;
}
.coupon-listing-item .coupon-detail .user-ratting .ui.button.active {
  background: none;
}
.coupon-listing-item .coupon-detail .user-ratting .ui.button.active i {
  color: #2269dc;
}
.coupon-listing-item .coupon-detail .ui.basic.buttons {
  border-radius: 2px;
}
.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 {
  background: #b9dc2f;
  color: #ffffff;
  padding: 4px 10px 4px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 2px;
}
@media screen and (max-width: 500px) {
  .coupon-listing-item .c-type .c-code {
    font-size: 10px;
  }
	.coupon-det {
		display:none
	}
	.store-page-lis .store-thumb.text-thumb .thumb-padding {
		margin-bottom:5px
	}
}
.coupon-listing-item .c-type .c-sale {
  background: #ea4c89;
  padding: 3px 10px 5px;
}
.coupon-listing-item .c-type .c-print {
  background: #2d3538;
}
.coupon-listing-item .c-type .exp {
  font-size: 12px;
  color: #999999;
  margin-right: 10px;
}
.coupon-listing-item .coupon-listing-footer {
  margin: 0px -20px 0px;
  padding: 5px 20px 7px;
  border-top: 1px solid #e9e9e9;
	background: #f9f9f9;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.coupon-listing-item.exclusive .coupon-listing-footer {
	background: #f1fbfb;
	border-top: 1px solid #d7e5e5;
}
.coupon-listing-item .coupon-listing-footer > ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
	display: block;
	min-height: 28px;
}
.coupon-listing-item .coupon-listing-footer > ul li {
	display:inline-block
}
@media screen and (max-width: 500px) {
  .coupon-listing-item .coupon-listing-footer ul {
    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 {
		display: inline-block;
		min-height: inherit;
	}
	
  .coupon-listing-item .coupon-listing-footer ul li:not(first-child) a i {
    font-size: 1rem;
  }
}
@media screen and (min-width: 500px) {
  .coupon-listing-item .coupon-listing-footer > ul > li {
    padding: 0;
    display: inline-block;
    margin-right: 15px;
  }
  .coupon-listing-item .coupon-listing-footer > ul > li:first-child {
    margin-right: 0px;
  }
  .coupon-listing-item .coupon-listing-footer > ul > li:last-child {
    margin-right: 0px;
  }
}
.coupon-listing-item .coupon-listing-footer ul li a,
.coupon-listing-item .coupon-listing-footer ul li span {
  font-size: 13px;
  font-weight: 500;
  color: #457b9d;
}
.coupon-listing-item .coupon-listing-footer ul li a i,
.coupon-listing-item .coupon-listing-footer ul li span i {
  margin-right: 0px;
  margin-left: 0px;
  color: #cccccc;
}
.coupon-listing-item .coupon-listing-footer ul li a i.share{
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 18.5a3.5 3.5 0 0 1-7 0 3.26 3.26 0 0 1 .11-.83l-5.24-2.61A3.46 3.46 0 0 1 6.5 16a3.5 3.5 0 0 1 0-7 3.46 3.46 0 0 1 2.37.94l5.24-2.61A3.26 3.26 0 0 1 14 6.5a3.5 3.5 0 1 1 3.5 3.5 3.46 3.46 0 0 1-2.37-.94l-5.24 2.61a3.19 3.19 0 0 1 0 1.66l5.24 2.61A3.46 3.46 0 0 1 17.5 15a3.5 3.5 0 0 1 3.5 3.5Z' fill='%23999999' class='fill-464646'%3E%3C/path%3E%3C/svg%3E");
    background-size: 18px;
    height: 18px;
    width: 18px;
    top: 4px;
    position: relative;
}
.coupon-listing-item .coupon-listing-footer ul li.share-ico{
	float:left;
	margin-right: 10px;
}
.coupon-listing-item .coupon-listing-footer ul li a:hover,
.coupon-listing-item .coupon-listing-footer ul li a.active {
  color: #2269dc;
}
.coupon-listing-item .coupon-listing-footer .reveal-content {
  padding: 30px 20px 30px;
  border-top: 1px solid #e9e9e9;
  margin: 12px -20px -12px;
  display: none;
  position: relative;
font-size:14px
}
@media screen and (min-width: 500px) {
  .coupon-listing-item .coupon-listing-footer .reveal-content {
    padding: 30px 50px 30px;
  }
}
@media screen and (max-width: 500px) {
  .coupon-listing-item .coupon-listing-footer .reveal-content p {
    font-size:14px;
  }
	.coupon-listing-item .coupon-listing-footer ul li a i.share {
		top:-1px;
	}
}
.coupon-listing-item .coupon-listing-footer .reveal-content h4 {
  font-weight: 300;
  letter-spacing: -0.1px;
	font-size: 14px;
    margin-bottom: 10px;
}
.coupon-share{
	margin-top: 15px;
}
.coupon-share .facebook, .coupon-share .twitter {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 64 64'%3E%3Cpath d='M20.1 36h3.4c.3 0 .6.3.6.6V58c0 1.1.9 2 2 2h7.8c1.1 0 2-.9 2-2V36.6c0-.3.3-.6.6-.6h5.6c1 0 1.9-.7 2-1.7l1.3-7.8c.2-1.2-.8-2.4-2-2.4h-6.6c-.5 0-.9-.4-.9-.9v-5c0-1.3.7-2 2-2h5.9c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2h-7.1c-13 0-12.7 10.5-12.7 12v7.3c0 .3-.3.6-.6.6H20c-1.1 0-2 .9-2 2v7.8c.1 1.2 1 2.1 2.1 2.1z' fill='%23ffffff' class='fill-0072ff'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
    background-size: 11px;
}
.coupon-share .twitter {
	background-image: url("data:image/svg+xml,%3Csvg version='1.0' viewBox='0 0 32 32' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.993 6.077a13.027 13.027 0 0 1-3.77 1.033 6.588 6.588 0 0 0 2.887-3.63 13.144 13.144 0 0 1-4.168 1.592A6.56 6.56 0 0 0 22.149 3a6.562 6.562 0 0 0-6.562 6.563c0 .514.057 1.016.169 1.496-5.455-.274-10.291-2.887-13.529-6.858a6.544 6.544 0 0 0-.888 3.3 6.564 6.564 0 0 0 2.919 5.464 6.544 6.544 0 0 1-2.972-.821l-.001.082a6.568 6.568 0 0 0 5.265 6.437 6.606 6.606 0 0 1-2.963.113 6.572 6.572 0 0 0 6.13 4.558 13.166 13.166 0 0 1-8.15 2.811c-.53 0-1.053-.031-1.566-.092A18.592 18.592 0 0 0 10.062 29c12.072 0 18.675-10.001 18.675-18.675 0-.284-.008-.568-.02-.85a13.315 13.315 0 0 0 3.276-3.398z' fill='%23ffffff' class='fill-55acee'%3E%3C/path%3E%3C/svg%3E");
}
.coupon-listing-item .coupon-listing-footer .reveal-content .close {
  position: absolute;
  left: 21px;
  top: 14px;
  width: 12px;
  height: 12px;
  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: #2269dc;
  margin-left: 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;
  left: -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: 20px;
}

/* 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: right;
  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-left: 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: right;
  margin-left: 15px;
  background: #81858b;
  margin-top: 15px;
  border-radius: 3px;
}
.app-button .fleft {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2px 8px 6px 4px;
}
.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 {
  font-size: 11px;
  text-transform: uppercase;
}

/* Categories Index A-Z
------------------------------*/
.cate-az a {
  color: #666666;
}
.cate-az a:hover {
  color: #2269dc;
}
.cate-az .cate-item {
  list-style: none;
}
.cate-az .cate-parent > a {
  font-size: 16px;
  color: #2269dc;
}
.cate-az .cate-parent > a i {
  color: #666666;
}
.cate-az .cate-child {
  margin-top: 15px;
  padding-top: 10px;
  padding-right: 15px;
  border-top: 2px solid #f5f5f5;
}
.cate-az .category-name:after {
  content: "";
  clear: both;
  display: block;
}
.cate-az .category-name .cat-az-thumb {
  width: 2em;
  height: 2em;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
  float: right;
  vertical-align: middle;
  margin-left: 0.35rem;
}
.cate-az .category-name img {
  width: 100%;
  height: 100%;
}

/* Stores Index A-Z
------------------------------*/
.store-listing {
  padding-right: 0px;
}
@media screen and (max-width: 790px) {
  .store-listing {
    padding-right: 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% - 85px);
    margin-top: 0;
  }
	.frontpage-container .store-listings:not(.couponstore-tpl-full) .store-listing-item .coupon-detail {
		overflow:initial;
		height:auto
	}
}
@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: 33%;
  float: right;
  list-style: none;
  position: relative;
}
.store-letter-content ul li:before {
  content: "";
  display: block;
  font-family: Icons;
  font-size: 16px;
  right: -15px;
  position: absolute;
  top: -2px;
}
@media screen and (max-width: 790px) {
  .store-letter-content ul li {
    width: 50%;
  }
}
@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 .ui.action.icon.input > input:focus{
  outline: none;
  border: 1px solid rgba(34, 36, 38, .15) !important;
}
.widget-area .widget {
  margin-bottom: 15px;
  margin-top: 15px;
}
.widget-area .widget:nth-child(1){
  margin-top: 0px;
}
.widget_store_cat_filter .widget-title, .widget_coupon_cat_filter .widget-title{
  font-size: 15px;
}

.widget-area .widget .widget-title{
  text-transform: capitalize;
  margin-bottom: 20px;
  letter-spacing: 0px;
  font-weight: 600;
}
.wp-block-search__label{
  font-size: 1.71428571rem;
  font-weight: 700;
}
.wp-block-search__inside-wrapper{
  padding-top: 20px;
}
.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;
}
.wp-block-latest-comments{
  padding-right: 0;
}
.widget-area .widget_categories .widget-content ul li {
  float: right;
  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;
}
.ui.icon.input > i.icon.linkify {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M18.4142 5.62843C17.6332 4.84738 16.3668 4.84738 15.5858 5.62843L12.7574 8.45685C12.3668 8.84738 11.7337 8.84738 11.3431 8.45685C10.9526 8.06633 10.9526 7.43317 11.3431 7.04264L14.1716 4.21421C15.7337 2.65212 18.2663 2.65212 19.8284 4.21421C21.3905 5.77631 21.3905 8.30897 19.8284 9.87107L17 12.6995C16.6095 13.09 15.9763 13.09 15.5858 12.6995C15.1953 12.309 15.1953 11.6758 15.5858 11.2853L18.4142 8.45685C19.1953 7.67581 19.1953 6.40948 18.4142 5.62843ZM14.7071 9.29289C15.0976 9.68342 15.0976 10.3166 14.7071 10.7071L10.7071 14.7071C10.3166 15.0976 9.68342 15.0976 9.29289 14.7071C8.90237 14.3166 8.90237 13.6834 9.29289 13.2929L13.2929 9.29289C13.6834 8.90237 14.3166 8.90237 14.7071 9.29289ZM8.41421 11.3005C8.80474 11.691 8.80474 12.3242 8.41421 12.7147L5.58579 15.5431C4.80474 16.3242 4.80474 17.5905 5.58579 18.3716C6.36683 19.1526 7.63316 19.1526 8.41421 18.3716L11.2426 15.5431C11.6332 15.1526 12.2663 15.1526 12.6569 15.5431C13.0474 15.9337 13.0474 16.5668 12.6569 16.9574L9.82843 19.7858C8.26633 21.3479 5.73367 21.3479 4.17157 19.7858C2.60948 18.2237 2.60948 15.691 4.17157 14.1289L7 11.3005C7.39052 10.91 8.02369 10.91 8.41421 11.3005Z' fill='black' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
}
/*------------------------------
	4.4 Footer
------------------------------*/
.site-footer {
  padding: 50px 0px 10px;
  background: #f7f7f7;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12.5px;
  /* Elements */
  /* Extract Footer Elements */
  /* Columns & Settings */
  /* Widget Area On/Off */
}
@media screen and (max-width: 790px) {
  .site-footer .container {
    padding: 0px 10px;
  }
  .site-footer .container .footer-widgets-area {
    margin-right: 10px;
    margin-left: 10px;
  }
  .site-footer .container .footer_copy {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 500px) {
  .site-footer .container {
    padding: 0px 10px;
  }
  .site-footer .container .footer-widgets-area {
    margin-right: -5px;
    margin-left: -5px;
  }
  .site-footer .container .footer_copy {
    padding-right: 5px;
    padding-left: 5px;
    flex-direction: column-reverse;
  }
}
.site-footer p {
  color: rgba(0, 0, 0, 0.3);
  font-size: 12.5px;
}
.site-footer a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12.5px;
}
.site-footer a:hover {
  color: #2269dc;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer ul li {
  margin: 0;
  display:inline;
}
.site-footer ul li a {
  display: inline-block;
  padding: 5px 0px;
}
.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 17px 9px 10px;
  position: relative;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}
.site-footer .widget_nav_menu ul li a:before {
  content: "";
  font-family: Icons;
  font-size: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
}
.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-left: 1px solid rgba(255, 255, 255, 0.05);
  padding: 4px 10px 11px 8px;
}
.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: #2269dc;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-top-left-radius: 2px;
  border-bottom-left-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: #2269dc;
  color: #ffffff;
}
.site-footer .footer-columns .footer-column .widget {
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 0px;
  border: none;
}
.site-footer .footer-columns .footer-column .widget .widget-title {
  color: rgb(0,0,0);
  font-size: 23px;
  margin-bottom: 20px;
}
.site-footer .footer_copy {
  padding-top: 10px;
  margin-top: 50px;
  border-top: 2px solid rgba(0, 0, 0, 5%);
  display: flex;
  justify-content: space-between;
}
.site-footer .footer_copy p {
  margin-bottom: 5px;
}
.site-footer .footer_copy ul li a {
  display: inline-block;
  margin-left: 25px;
  color: #2269dc;
}
.footer-widgets-off .footer-widgets-area{
  display: none;
}
.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(0, 0, 0, 0.05) none repeat scroll 100% 0;
  color: #fff;
}
.site-footer .widget_newsletter .newsletter-box-wrapper.shadow-box .sidebar-social a:hover {
  background: #2269dc;
}
.site-footer .widget_newsletter .ui.action.icon.input > input {
  width: 150px;
}
.site-footer .newsletter-box-wrapper.shadow-box .input .ui.button {
  padding-right: 8px;
  padding-left: 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-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-top-left-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-right: 1px solid rgba(220, 220, 220, 0.08);
  border-left: 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-left: 15px;
}
.stuser-form-profile .section-heading .button {
  float: left;
  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-left-width: 2px !important;
  border-left-color: #2269dc !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);
}
.couponcat-sortby-wrapper.ui.list {
  padding: 20px 20px 20px 20px;
}
.couponcat-sortby-wrapper.ui.list:last-child {
  padding-bottom: 20px;
}
.couponcat-sortby-wrapper .item .coupon-cat-sortby {
  margin-right: 0;
  margin-left: 5px;
}

.couponcat-load-more {
  text-align: center;
}

/*--------------------------------------------------------------
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 28px 20px 80px;
  position: relative;
  background: #f8f9f9;
  border-right: 3px solid #2269dc;
  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: right;
  margin-left: 30px;
}

.alignright {
  display: inline;
  float: left;
  margin-right: 30px;
}

.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: 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-right: -15px;
  margin-left: -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;
  right: 0px;
}
.post-entry .post-meta .author-avatar img {
  border-radius: 3px;
}
.post-entry .post-meta .author-avatar + .post-meta-data {
  margin-right: 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-left: 8px;
  margin-right: 8px;
}
.post-entry .post-meta .meta-line-2 span:last-child:after {
  content: "";
  margin-left: 0px;
  margin-right: 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-right: 50px;
}
#comments .content.shadow-box {
  padding: 15px;
}

.comment-form .input {
  position: relative;
  margin-bottom: 15px;
}
.comment-form .input span.required {
  position: absolute;
  left: 10px;
  top: 18px;
  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: 30px;
}
.single-coupon-comments .shadow-box {
  box-shadow: none;
}
.single-coupon-comments .comments-title.ui.dividing.header {
  margin-top: 0px;
}

/*--------------------------------------------------------------
6.0 Pages
--------------------------------------------------------------*/

/*6.1 Front Page*/

.frontpage-container .content-area {
  width: 100%;
}

.frontpage-container .coupon-item{
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 1px #0001, 0 0 15px #0001;
  border-radius: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
	position:relative
}

.frontpage-container .coupon-item:hover{
  box-shadow: 0 5px 2px #0001, 0 0 15px #0001;
}
.frontpage-container .coupon-item .coupon-detail {
	position:initial
}
.frontpage-container .coupon-item  .coupon-button-type .coupon-code .get-code {
	line-height: inherit;
}
.frontpage-container .store-listings{
  	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	column-gap: 20px;
    row-gap: 25px;
}
.search-no-results .frontpage-container .store-listings {
	display:block
}
.search-results .frontpage-container .store-listings {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	column-gap: 10px;
	row-gap: 15px;
}
.frontpage-container .store-listings .store-name{
  text-align: center;
}

.frontpage-container .store-listings .store-name i{
  display: none;
}
.frontpage-container .store-listings .coupon-button-type .coupon-code .get-code:after {
	content:inherit;
}
.frontpage-container .store-listings .coupon-button-type .coupon-code .get-code{
	left:-2px;
	text-align: center;
}
.frontpage-container .store-listings .coupon-button-type .coupon-code .get-code {
	padding:14px;
}
.frontpage-container .store-listings .coupon-button-type .coupon-code .get-code:hover {
    -webkit-transition: inherit;
    transition: inherit;
}
.frontpage-before-main .shadow-box {
  background: transparent;
  box-shadow: none;
}

.frontpage-before-main .store-thumb {
  border-radius: 10px;
  box-shadow: 0 0 1px #000, 0 0 1px #0001;
}

.frontpage-before-main .ui.middle.aligned.image img {
  border-radius: 10px;
}

.frontpage-container .coupon-des{
  display: none;
}

.frontpage-container .ui.grid {
  margin-top: 0 !important;
}

.frontpage-container .store-listing-item .latest-coupon .coupon-title{
  text-align: center;
  font-size: 16px;
	padding: 3px 0 5px;
}

.frontpage-container .fav-category-area .cat-title {
  text-align: center;
}

.frontpage-container .fav-category-area ul{
  list-style-type:none;
  padding-right: 0px;
}

.frontpage-container .fav-category-area .cate-parent{
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-row-gap: 10px;
  grid-column-gap: 15px;
}

.frontpage-container .fav-cat-title{
  font-size: 26px;
  font-weight: 300;
  letter-spacing: -.3px;
  margin-bottom: 14px;
  text-align:center;
}

.frontpage-container .fav-category-area .cate-item{
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 1px rgb(0 0 0 / 50%), 0 0 5px #0002;
}

@media screen and (max-width: 791px){
  /* home slider*/
  .frontpage-container .fav-category-area .cate-item img{
    width:100%;
  }

  .frontpage-container .store-listings{
    display: grid;
    grid-template-columns: auto auto;
  }

  .frontpage-container .store-listing-item .coupon-detail{
    display: block !important;
  }

  .frontpage-container .fav-category-area .cate-parent{
    grid-template-columns: auto auto auto !important;
  }

  .frontpage-container .fav-category-area .cat-title {
    text-align:center;
  }

  .frontpage-container .owl-nav button{
    display: none;
  }

  .frontpage-container .fav-category-area .cat-title {
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .frontpage-container .store-listings{
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
  }

  .frontpage-container .coupon-item {
    width: 100%;
  }

  .frontpage-container .store-listings:not(.couponstore-tpl-full) .store-listing-item .coupon-detail .coupon-button {
    display: block;
    width: 80%;
    margin: 0px auto;
  }
  .frontpage-container .store-listing-item .store-thumb-link {
    margin-left: 0px;
    width: 80%;
  }

  .frontpage-container .store-listing-item .latest-coupon {
    max-width: 100%;
	margin-top: 0;
  }

  .frontpage-container .store-listing-item .latest-coupon .coupon-title {
    font-size: 18px;
    padding: 10px;
    text-align: center;
	margin-top: 0;
  }

  .frontpage-container .grid .column:not(.row), .frontpage-container .grid .column {
    width: 50% !important;
  }
  .frontpage-container .fav-category-area .cate-parent{
    grid-template-columns: auto auto !important;
  }
}



/*6.2 All Store*/
/*6.3 All Category*/
/*6.4 Single Store*/
/*6.5 Single Category*/
/*6.6 Blog*/
/*6.7 Blog Single*/
/*6.8 Search*/
/*6.9 404*/

/*6.10 Others*/
.custom-page-header {
  margin-top: 25px;
}
.custom-page-header .inner {
  background: #ffffff;
  padding: 0px 15px 15px;
}
@media screen and (min-width: 790px) {
  .custom-page-header .inner {
    padding: 0px 30px 30px;
  }
}
.custom-page-header .inner-content {
  padding-top: 20px;
}
.custom-page-header h1 {
  font-weight: 500;
  font-size: 1.8em;
  margin-bottom: 7px;
  margin-top: 3px;
  line-height: 1.6;
  letter-spacing: -1px;
	display:inline
}
.custom-page-header h1 strong {
  font-weight: 700;
}
.custom-page-header .header-thumb {
  float: none;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 790px) {
  .custom-page-header .header-thumb {
    float: right;
    display: block;
    margin-left: 30px;
    padding-top: 15px;
  }
}
.custom-page-header .header-thumb .ui.center i {
  font-size: 50px;
}
.custom-page-header .header-thumb img {
  max-width: 120px;
}
.custom-page-header .header-content {
  overflow: hidden;
}
.custom-page-header .header-content .entry-share {
  margin-top: 15px;
  display: inline-block;
}
.custom-page-header .header-content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom:0
}

.page-header {
  padding: 30px 0px 0px;
}
.page-header h1 {
  margin-bottom: 0px;
  font-weight: 300;
  letter-spacing: -1px;
}
.page-header .ui.breadcrumb {
  margin-top: 0px;
}

.page-header-cover {
  text-align: center;
  padding: 80px 0px 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 100% 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, transparent 0px, transparent 0px, rgba(0, 0, 0, 0.65) 100%) repeat scroll 100% 0 rgba(0, 0, 0, 0);
  bottom: 0;
  content: " ";
  right: 0;
  position: absolute;
  left: 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;
  }
}
.bp-star-ratings.top-left,
.bp-star-ratings.top-right {
	margin-top: 3px;
}
/*.bp-star-ratings.lft {}*/
.bp-star-ratings.rgt{
	float: left;
}
.bp-star-ratings .bpsr-stars {
	height: 24px;
	position: relative;
}
.bp-star-ratings .bpsr-star {
	background-position: right 0px top 0px;
}
.bp-star-ratings .bpsr-star.gray {
	background-image: url(/wp-content/plugins/bp-star-ratings/assets/images/gray.png);
	background-repeat: repeat-x;
}
.bp-star-ratings .bpsr-star.yellow {
	background-image: url(/wp-content/plugins/bp-star-ratings/assets/images/yellow.png);
	background-repeat: repeat-x;
}
.bp-star-ratings .bpsr-star.orange {
	background-image: url(/wp-content/plugins/bp-star-ratings/assets/images/orange.png);
	background-repeat: repeat-x;
}
.bp-star-ratings .bpsr-stars .bpsr-fuel {
	height: 24px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
}
.bp-star-ratings .bpsr-stars a {
	width: 24px;
	height: 24px;
	float: right;
	position: relative;
	z-index: 1;
	text-decoration: none;
	border: 0;
}
.bp-star-ratings .bpsr-stars a:focus {
	text-decoration: none;
	border: 0;
	outline: none;
}
.bp-star-ratings .bpsr-legend {
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 18px;
	padding: 3px 10px 3px 3px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}
.bp-star-ratings .bpsr-legend .bpsr-title {
	display: none;
}

.bp-star-ratings .bpsr-stars,
.bp-star-ratings .bpsr-stars .bpsr-fuel,
.bp-star-ratings .bpsr-stars a {
	background-color: transparent !important;
}


.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: 11px;
}
.ui.breadcrumb a {
  color: #2269dc;
}
.ui.breadcrumb a:hover {
  color: #2269dc;
}

.heading-line {
  background: none repeat scroll 100% 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: #2269dc;
}
.site-breadcrumb .ui.breadcrumb .icon.divider {
  opacity: 1;
}

.single-store-header .header-thumb {
  text-align: center;
}
.single-store-header .header-thumb .header-store-thumb a {
  line-height: 114px;
  border: 2px solid #f5f5f5;
  text-align: center;
  min-width: 200px;
  padding: 5px;
  display: inline-block;
}
.single-store-header .header-thumb .header-store-thumb a:hover {
  border-color: #2269dc;
}
.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: #2269dc;
}

.coupon-filter {
  display:none;
}


#coupon-listings-store .ajax-coupons .ajax-coupons .store-load-more {
  display: none;
}

.store-load-more {
  margin-top: 25px;
  text-align: center;
}
.store-load-more .ui.btn.btn_large {
  padding: 15px 30px 16px;
  letter-spacing: 2px;
}
.error404 .page-header{
  text-align: center;
}
.error404 .page-header h1{
  font-size:42px;
}

.error404 .content-404 {
  margin-bottom: 30px;
  text-align: center;
  padding: 0 60px;
}

.error404  .site-content #content-wrap {
  padding-top: 20px;
  padding-bottom: 40px;
}

@media screen and (max-width: 790px) {
  .content-404 {
    padding: 0;
  }
  .error404 .page-header h1{
    font-size:32px;
  }
}

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
/* Content Widget Title */
.content-area .widget-title, .frontpage-before-main .widget-title, .frontpage-after-main .widget-title {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin-bottom: 14px;
  text-align:right;
}

/* 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: #2269dc;
  color: #FFFFFF;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.newsletter-box-wrapper.shadow-box .sidebar-social {
  display: 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: #2269dc;
}

/* Popular Stores
------------------------------*/
.widget_popular_stores .widget-content{
  background: none;
  box-shadow: none;
}
.widget_popular_stores .ui.grid {
  margin: 0px -10px;
}
.widget_popular_stores .ui.grid > .column:not(.row) {
  padding: 10px;
}
.widget_popular_stores .store-thumb {
  /*line-height: 68px;*/
}

/* 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: right;
  text-transform: uppercase;
}

/* Widget Search */
.sidebar .widget_search {
  border: 1px solid #fafafa;
}

/* 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 {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  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 0px 10px 0;
  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 {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  background: #FFF;
  padding: 20px;
  list-style: none;
  box-sizing: padding-box;
}
#secondary .widget_search .search-form input {
  width: 100%;
}
#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: 13px 23px 13px;
}

#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_nav_menu .menu li {
  margin: 0 0px 10px 0;
  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 .store-cat-filter-wrapper.ui.list {
  padding: 20px 20px 0px 20px;
  margin-bottom: 0;
}
.widget_store_cat_filter .store-cat-filter-wrapper.ui.list .wpcoupon-cat-filter-item {
  margin-right: 0;
  margin-left: 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-right: 0;
  margin-left: 5px;
}

.tax-coupon_category .widget_coupon_cat_filter {
  margin-top: 40px;
}

/*--------------------------------------------------------------
8.0 User Area.
--------------------------------------------------------------*/
.wpu-profile-wrapper {
  /* User Header Cover
  ------------------------------*/
}
.wpu-profile-wrapper .st-user-socials {
  float: left;
  margin-top: 15px;
  margin-left: 20px;
}
@media screen and (max-width: 790px) {
  .wpu-profile-wrapper .st-user-socials {
    float: none;
    text-align: center;
    margin-left: 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-right: 1px solid rgba(220, 220, 220, 0.08);
  border-left: 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: #2269dc;
  color: #ffffff;
  float: left;
  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-profile-wrapper .wpu-form-sidebar li a:hover {
  color: #2269dc;
}
.wpu-profile-wrapper .wpu-form-sidebar li.active a {
  color: #666666;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.wpu-profile-wrapper .wpu-errors-msg {
  display: none;
}

.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: right;
  margin-left: 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 {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
}

.wpb_content_element {
  margin-bottom: 40px;
}

.section-heading, .panel-grid .widget-title {
  font-size: 23px;
  letter-spacing: -0.3px;
  font-weight: 300;
  margin-bottom: 14px;
}

.ui.modal {
  background: #f5f5f5;
  border-radius: 0;
}
@media screen and (min-width: 1100px) {
  .ui.modal {
    margin: 0 -21% 0 0;
    width: 50%;
  }
}

/* Button
------------------------------*/
.ui.btn {
  background: #2269dc;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-left: 0px;
  letter-spacing: 1px;
  font-size: 13px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  padding: 13px 16px;
}
.ui.btn:hover {
  background: #2269dc;
  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: #2269dc;
}

.ui.button.btn_primary {
  background: #2269dc;
  color: #FFF;
}

.ui.btn.btn_secondary {
  color: #FFF;
  background: #2269dc;
}

.ui.action.input:not([class*="left action"]) > .button:last-child, .ui.action.input:not([class*="left action"]) > .buttons:last-child > .button, .ui.action.input:not([class*="left action"]) > .dropdown:last-child {
    border-radius: .28571429rem 0 0 .28571429rem;
}

/* Coupon Button
------------------------------*/
/* Coupon Code */
.coupon-button-type .coupon-deal, .coupon-button-type .coupon-print, .coupon-button-type .coupon-code {
  line-height: 1;
  padding: 14px;
  background: #2269dc;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  margin-bottom: 2px;
  min-width: 230px;
  text-align: center;
}
.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 {
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.coupon-button-type .coupon-print {
  padding: 14px 13px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.coupon-button-type .coupon-code {
  	color: #457b9d;
    background: #f4f5f4;
    text-align: left;
    padding: 12px;
    font-size: 16px;
    border: 2px dashed #77abbd;
    position: relative;
}
.coupon-button-type .coupon-code .code-text {
  text-transform: uppercase;
}
.coupon-button-type .coupon-code .get-code {
  position: absolute;
  right: -2px;
  top: -2px;
	bottom: -2px;
  background: #2269dc;
  color: #FFFFFF;
  font-size: 12px;
  padding: 0 24px 0 0;
  border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-width: 88%;
  text-align: right;
	line-height: 44px;
}
.coupon-active .coupon-button-type .coupon-code .get-code {
	padding: 0;
    color: #696969;
    background: transparent;
    min-width: auto;
    left: 10px;
    right: inherit;
}
.coupon-active .coupon-button-type .coupon-code .get-code:hover {
	color:#e63946
}
.coupon-active .coupon-button-type .coupon-code {
	text-align:right
}
@media screen and (max-width:500px) {
	.coupon-active .coupon-button-type .coupon-code {
		text-align: center;
    font-size: 14px;
    line-height: 29px;
	background: #f0feff;
	border: 2px dashed #457b9d;
	}
	.coupon-active .coupon-button-type .coupon-code .get-code {
		display:none;
	}
	.coupon-button-type .coupon-deal, .coupon-button-type .coupon-print, .coupon-button-type .coupon-code {
		width:100%;
		min-width: 100%;
		margin-bottom:0;
		padding: 0;
   		height: 32px;
    	line-height: 32px
	}
	.coupon-button-type .coupon-code .get-code {
		font-size: 12px;
		min-width: 100%;
		left: -2px;
		line-height: 32px;
		padding:0px;
		text-align:center;
	}
}
/* Owl Carsouel
------------------------------*/
.home-slider-wrapper {
  background: #FFFFFF;
  font-size: 14px;
}
@media screen and (min-width: 790px) {
  .home-slider-wrapper {
    padding: 20px 0;
  }
}
@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: right;
}

.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%;
  right: 30px;
  opacity: 0.8;
  filter: invert(1);
}

.owl-nav .owl-next {
  margin-top: -20px;
  position: absolute;
  top: 50%;
  left: 30px;
  opacity: 0.8;
  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 100% 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: rtl;
  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;
  right: 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;
  left: auto;
  -moz-tab-size: 8;
    -o-tab-size: 8;
       tab-size: 8;
  table-layout: auto;
  text-align: right;
  -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 1.7em 0.25em 0.4em;
  vertical-align: middle;
  font-size: 0.875em;
  font-weight: normal;
}

.social-likes__icon {
  top: 0.25em;
  right: 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.comments .comment a.author {
  font-weight: 600;
}

.ui.comments .comment a.author:hover {
  color: #2269dc;
}

.ui.form .field > label {
  font-size: 14px;
}

.ui.checkbox label {
  font-size: 14px;
}

.ui.menu {
  box-shadow: none;
  border: 1px solid #eeeeee;
}

/*single store page*/

.single-store-header h1{
  margin-top: 0;
}
.single-store-header .header-store-thumb img {
  max-width: 200px;
	display: block;
}
@media screen and (max-width: 500px) {
	
	.single-store-header .header-thumb {
		display: inline-block;
		margin-bottom: 0;
	}
	.single-store-header .header-thumb .header-store-thumb a {
	min-width: 114px;
    float: right;
    min-height: 70px;
	}
	.custom-page-header .inner-content {
    padding-top: 15px;
	}
	.single-store-header .header-store-thumb img {
		max-width: 100px;
    vertical-align: middle;
    width: 100%;
    max-height: 100%;
	}
  .single-store-header h1{
    font-size: 15px;
	display: inline-block;
    position: relative;
    margin-right: 7px;
    width: calc(100% - 128px);
    vertical-align: top;
	margin-bottom: 0;
  }
.custom-page-header .header-content p {
    font-size: 12px !important;
}
}
.Coupon-extra-info{
  background: transparent;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 16px;
}
.Coupon-extra-info p, .Coupon-extra-info table td, .Coupon-extra-info table th{
  font-size: 16px;
}
.coupon-store-main .shadow-box,.coupon-cat-main .shadow-box {
    border: thin solid rgb(224, 224, 224);
}
.coupon-store-main .shadow-box.exclusive, .coupon-cat-main .shadow-box.exclusive {
    border: thin solid #137aa8;
    background: #f9ffff;
    border-right-width: 5px;
    box-shadow:5px 5px 20px -3px rgb(0 0 0/30%);
}
.coupon-store-main .shadow-box.exclusive .get-code, .coupon-cat-main .shadow-box.exclusive .get-code {
	background-color: #137aa8 !important;
}
.coupon-store-main .shadow-box .coupon-wrap,.coupon-cat-main .shadow-box .coupon-wrap{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    min-height: 110px;
    position: relative;
}
.st-title{
	font-size: 18px;
    line-height: 36px;
    color: #39485c;
}
.st-title:before {
	display: inline-block;
    content: '';
    width: 3px;
    background: #e63946;
    height: 36px;
    margin-left: 10px;
    float: right;
}
/*Category Page*/
.cat-page-with-icon{

}

.cat-page-with-icon .cate-az .cate-parent>a i {
  color: #2269dc;
}

.cat-page-with-icon .cate-item {
  width: 32% !important;
  box-shadow: 0 0 5px #0003;
  margin: 10px auto;
  border:1px dashed #2269dc;
}

.cat-page-with-icon .shadow-box {
   box-shadow: none;
   background: transparent;
}

/*single store sidebar*/
.sidebar{
  padding: 10px;
}

.sidebar .shadow-box{
  box-shadow: none;
  background: transparent;
}

.sidebar .header-thumb img{
  width: 100%;
  border-radius: 5px;
  border: 10px solid rgb(0 0 0 / 5%);
  margin-bottom: 10px;
}

.sidebar .ui.middle.aligned.image img{
  border-radius: 10px;
  box-shadow: 0 0 1px #000, 0 0 1px #0001;
}

.sidebar .ui.middle.aligned.image img:hover{
  box-shadow: 0 0 1px #000, 0 0 1px #000;
}

.sidebar .store-thumb{
  border:none;
}

.sidebar .widget-content,
.sidebar .ui.list,
.sidebar .couponcat-sortby-wrapper.ui.list:last-child,
.sidebar .list-categories,
.sidebar .shadow-box{
  padding-right: 0px !important;
  padding-top: 0px !important;
}

.store-sidebar .store-about-title{
  font-size: 15px;
}

.sidebar .ui.list h2{
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 15px;
}

.coupon_available{
  width: 100%;
  text-align: center;
  margin-top: 20px;
  border: 5px dashed #e6e6e6;
  border-radius: 5px;
  padding: 10px 0;
}

.coupon_available span {
  position: relative;
  width: 112px;
  height: 112px;
  display: inline-block;
  vertical-align: middle;
  border:10px solid #2269dc;
  border-radius: 50%;
}

.coupon_available span b {
  font-style: normal;
  font-size: 48px;
  position: absolute;
  right: 10%;
  top: 35%;
  color: #2269dc;
  width: 70px;
  display: inline-block;
  text-align: center;
}

.coupon_available p {
  font-size: 16px;
  color: #2269dc;
  margin-top: 10px;
  font-weight: 700;
}

.cat_coupon_available{
  width: 100%;
  text-align: center;
  margin: 20px auto;
  border: 5px dashed #2269dc;
  padding: 30px 20px;
  border-radius: 5px;
}

.cat_coupon_available span b {
  font-style: normal;
  font-size: 48px;
  margin-bottom: 20px;
  color: #2269dc;
  width: 100%;
  text-align: center;
  display: inline-block;
  text-align: center;
}

.cat_coupon_available p {
  font-size: 16px;
  color: #2269dc;
  margin-top: 10px;
  font-weight: 700;
}

.bp-star-ratings{
  height: 25PX !important;
  margin-top: 10px;
}

/*stores page*/
.stores-page {

}

.stores-page .store-listing-width{
  width: 100%;

}

.stores-page .store-listing-width .store-pagination {
  display: flex;
  flex-wrap: wrap;
}

.stores-page .store-listing-width .store-pagination .item {
  padding: 5px 10px;
  margin: 10px 0px;
  font-size: 20px;
  text-decoration: underline;
}

.stores-page .shadow-box {
  box-shadow: none;
  background: transparent;
}

.stores-page .section-heading{
  margin-bottom: 20px;
}

.stores-page .store-listing-box .grid .column{
  background: transparent;
  padding: 10px;
}

.stores-page .store-thumb{
  border:none;
}

.stores-page .store-thumb img{
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 1px rgb(0 0 0 / 50%), 0 0 5px #0002;
}

.stores-page .store-thumb .str-title{
  text-align:center;
  top: 10px;
  position: relative;
}

.stores-page.store-listing{
  padding: 0 !important;
}

.stores-page .store-listing-box .grid {
  display: flex;
  flex-wrap: wrap;
}

/*footer*/
.footer-widgets-area .shadow-box{
  box-shadow: none;
}
.footer-widgets-area .store-letter-heading{
  padding-bottom: 1rem;
}
.footer-widgets-area .store-listing-box{
  padding-top: 20px;
}
.footer-widgets-area .store-listing-box .section-heading{
	font-weight:700;
}
.footer-widgets-area .store-letter-content{
  margin-top: 1rem;
}
.footer-widgets-area .store-letter-content .ui.grid>.column:not(.row){
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Responsive
--------------*/
@media screen and (min-width: 1100px){
  .store-listing-item .latest-coupon {
    margin-left: 0px;
  }

  .stores-page .store-listing-width .store-pagination {
    justify-content: space-between;
  }
}
@media screen and (max-width: 790px) {
  .cat-page-with-icon .cate-item {
    border:1px dashed #2269dc;
  }
}

@media screen and (max-width: 790px){
  #wpadminbar{
    position: fixed;
  }
  .site-content{
    padding-top: 50px;
  }
  /*header*/
  .site-header{
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    position: fixed;
    z-index: 999;
    box-shadow: 0px 2px 5px #aaa5;
    width: 100%;
  }
  .primary-header .container .header_right{
    display: none;
  }
  .primary-header .ui.search .results{
    position: absolute;
    min-width: 300px !important;
  }
  .nav-toggle {
    display: block;
    color: #2269dc;
    font-size: 30px;
    line-height: 40px;
  }
  #nav_toggle_close{
    display: none;
  }

  .cat-page-with-icon .ui.stackable.grid>.column:not(.row){
    width:49% !important;
  }

  .stores-page .store-listing-box .grid .column{
    padding: 0px;
  }
  .stores-page  .ui.grid>.column:not(.row) {
     padding-bottom: 0;
  }

  .site-footer {
    padding: 10px 0 10px;
  }
}

/* table responsive */
.info-Table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.info-Table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.info-Table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
}

.info-Table th,
.info-Table table td {
  padding: .625em;
}

.info-Table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .info-Table {
    border: 0;
  }

  .info-Table caption {
    font-size: 1.3em;
  }

  .content-area {
    padding-bottom: 0px;
  }

  .info-Table thead {
    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: .625em;
  }

  .info-Table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  .info-Table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: right;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 1px solid #ddd;
  }
}

@media screen and (max-width: 789px){
  /*sidebar*/
  .sidebar{
    display: none;
  }

  .single .sidebar, .post .sidebar{
    display: block !important;
  }
	.store-page-lis .store-listing-item .store-thumb-link{
		width: calc(100% - 240px);
	}
}

@media screen and (max-width: 500px){
  .primary-header .ui.search .results{
    right: -50%;
  }
.store-page-lis .store-listing-item .store-thumb-link {
		width: calc(100% - 16px);
	}
  .cat-page-with-icon .ui.stackable.grid>.column:not(.row){
    width:100% !important;
  }

  .stores-page .store-listing-box .grid .column {
    width: 48% !important;
  }

  .site-footer .footer_copy ul li a {
    margin-left: 15px;
  }
	.frontpage-container .coupon-button-type .coupon-deal, .frontpage-container .coupon-button-type .coupon-print, .frontpage-container .coupon-button-type .coupon-code {
		padding: 12px;
		line-height: 1;
		height: auto;
	}
}