/*
Theme Name: WP Coupon
Theme URI: https://www.famethemes.com/themes/coupon-wp/
Author: famethemes
Author URI: http://www.famethemes.com
Description: An advanded WordPress Coupon and Deal Theme
Version: 1.2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-coupon
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, sticky-post, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Document
3.0 Layout
4.0 Elements
5.0 Posts
6.0 Pages
7.0 Widgets
8.0 User Area
9.0 Supports
10.0 Plugins

--------------------------------------------------------------*/
/*--------------------------------------------------------------
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: bold;
}

dfn {
    font-style: italic;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .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;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    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 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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,
.box-item:after,
.container:after,
.st-menu:after,
.store-listing-item:after,
.widget-area .widget_categories .widget-content ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix,
.box-item,
.container,
.st-menu,
.store-listing-item,
.widget-area .widget_categories .widget-content ul {
    display: inline-block;
}

.clearfix,
.box-item,
.container,
.st-menu,
.store-listing-item,
.widget-area .widget_categories .widget-content ul {
    display: block;
}

.clear {
    zoom: 1;
}

.clear:before,
.clear:after {
    display: table;
    content: "";
}

.clear:after {
    clear: both;
}

.break,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
blockquote,
pre {
    word-break: break-word;
    word-wrap: break-word;
}

.none {
    display: none;
}

/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 14px;
}

body {
    background: #f8f9f9;
    height: 100%;
}

body,
p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13.5px;
    line-height: 1.8;
    color: #666666;
}

pre,
code,
input,
textarea {
    font: inherit;
}

::-moz-selection {
    background: #000000;
    color: #FFFFFF;
}

::selection {
    background: #000000;
    color: #FFFFFF;
}

/*------------------------------
	2.2 Links
------------------------------*/
a {
    color: #00979d;
    text-decoration: none;
}

a:hover {
    color: var(--thcolor);
    text-decoration: none;
}

/*------------------------------
	2.3 Heading
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 0;
    color:var(--thcolor);
}

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;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    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: .95em;
    text-transform: uppercase;
    border-bottom: 1px dotted #e9e9e9;
    letter-spacing: 1px;
}

mark {
    background-color: #fff9c0;
    text-decoration: none;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

ul,
ol {
    padding-left: 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

ul li,
ol li {
    margin: 8px 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 20px 20px;
}

/*------------------------------
	2.6 Table
------------------------------*/
table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
    border-spacing: 0;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    border: 1px solid #e9e9e9;
    line-height: 1.42857;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}

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: #00979d;
    border: none;
    display: inline-block;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: 17px 23px 18px 23px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    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.38462px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

textarea:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
    outline: none;
    border-color: #00979d;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 10px;
}

input,
textarea,
input[type="submit"]:focus {
    outline: 0 none;
}

/*------------------------------
	2.8 Accessibility
------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #AAAAAA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clip: auto !important;
    color: #00979d;
    display: block;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 17px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

/*------------------------------
	2.9 Helper
------------------------------*/
.hide {
    display: none;
}

.primary-color,
.primary-bg {
    color: #00979d;
}

.secondary-color,
.secondary-bg {
    color: #ff9900;
}

.text-transform-none {
    text-transform: none !important;
}

.text-transform-none h1,
.text-transform-none h2,
.text-transform-none h3,
.text-transform-none h4,
.text-transform-none h5 {
    text-transform: none !important;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

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

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

.primary-colored {
    color: #00979d;
}

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

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

.container {
    /*	max-width: 1130px; EA*/
    max-width: 1280px;
    padding: 0px 25px;
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width: 790px) {
    .container {
        padding: 0px 30px;
    }
}

@media screen and (min-width: 1100px) {
    .container {
        padding: 0px 50px;
    }
}

@media screen and (max-width: 500px) {
    .container {
        padding: 0px 15px;
    }
}

@media screen and (max-width: 400px) {
    .container {
        padding: 0px 10px;
    }
}

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

.content-area {
    width: 100%;
    float: none;
    padding-bottom: 40px;
}

@media screen and (min-width: 790px) {
    .content-area {
        /*		width: 66.01942%; EA*/
        width: 73%;
        float: left;
        padding-bottom: 0px;
    }
}

.sidebar {
    width: 100%;
    float: none;
}

@media screen and (min-width: 790px) {
    .sidebar {
        /*		width: 29.12621%;EA*/
        width: 25.5%;
        float: left;
    }
}

.content-box {
    padding: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
    .content-box {
        padding: 15px;
        margin-bottom: 15px;
    }
}

.no-sidebar .content-box {
    padding: 40px;
}

@media screen and (max-width: 790px) {
    .no-sidebar .content-box {
        padding: 5px;
    }
}

.no-sidebar .content-area {
    width: 100%;
}

@media screen and (min-width: 790px) {
    .left-sidebar .content-area {
        float: right;
    }

    .right-sidebar .sidebar {
        float: right;
    }
}

/**/
.content-widgets .widget {
    margin-bottom: 40px;
}

.content-widgets.frontpage-after-main .widget:last-child {
    margin-bottom: 0px;
}

/* SiteOrigin page builder extended */
.panel-grid {
    margin-bottom: 40px;
}

@media screen and (min-width: 790px) {
    .wpc-pn-row-wrapper {
        margin-left: -2.42718%;
        margin-right: -2.42718%;
    }

    .wpc-pn-row-wrapper .panel-grid-cell {
        padding-left: 2.42718%;
        padding-right: 2.42718%;
    }
}

@media screen and (max-width: 790px) {
    .wpc-pn-row-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .wpc-pn-row-wrapper .panel-grid-cell {
        padding-left: 0;
        padding-right: 0;
        float: none !important;
        width: 100% !important;
        margin-bottom: 40px;
    }

    .wpc-pn-row-wrapper .panel-grid-cell:last-child {
        margin-bottom: 0;
    }
}

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
/*------------------------------
	4.1 Header
------------------------------*/
.site-header .logo_area {
    margin-top: 1px;
}

@media screen and (max-width: 500px) {
    .site-header .logo_area {
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
}

.primary-header {
    padding: 18px 0px;
    background: #222222;
    color: rgba(255, 255, 255, 0.6);
}

.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: rgba(255, 255, 255, 0.6);
}

.title_area .site-description {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.site-navigation {
    background: #FFFFFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 30;
}

/* Header Hightlight
------------------------------*/
.header-highlight {
    display: none;
}

.header-highlight a {
    margin-left: 30px;
    margin-top: 7px;
    display: inline-block;
}

.header-highlight a .highlight-icon {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.6);
}

.header-highlight a .highlight-text {
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

.header-highlight a:hover .highlight-text,
.header-highlight a:hover .highlight-icon {
    color: #ffffff;
}

.header-highlight a:first-child {
    margin-left: 60px;
}

@media screen and (min-width: 1100px) {
    .header-highlight {
        display: block;
    }
}

/* Search Form
------------------------------*/
@media screen and (max-width: 790px) {
    #header-search {
        margin-top: 5px;
    }
}

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

#header-search .search-sample a:hover {
    color: #FFFFFF;
}

#header-search .search-sample span {
    margin-right: 10px;
}

@media screen and (max-width: 790px) {
    #header-search .search-sample {
        display: none;
    }
}

#header-search .header-search-input {
    float: right;
}

@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: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

@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 {
    background: #00979d;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

#header-search .result {
    display: flex;
    position: relative;
}

#header-search .result a {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#header-search .results .result .image + .content {
    margin: 0px;
    align-self: center;
}

#header-search .results .image {
    float: left;
    margin-right: 1em;
    flex: 0 0 auto;
    align-self: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    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;
    }
}

/* Primary Navigation
------------------------------*/
.st-menu,
.st-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.st-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.st-menu .menu-box {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    z-index: 99;
}

.st-menu li:hover > .menu-box,
.st-menu li.sfHover > .menu-box {
    display: block;
}

.st-menu ul ul {
    top: 0;
    left: 100%;
}

.st-menu li {
    position: relative;
}

.st-menu > li {
    float: left;
}

.st-menu li:hover > ul,
.st-menu li.sfHover > ul {
    display: block;
}

.st-menu a {
    display: block;
    position: relative;
}

.st-menu ul {
    min-width: 12em;
    *width: 12em;
    box-shadow: 0 9px 14px rgba(0, 0, 0, 0.05);
    padding-bottom: 7px;
    background: #FFFFFF;
}

.st-menu ul ul {
    padding-top: 7px;
}

.st-menu li {
    white-space: nowrap;
    *white-space: normal;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.st-menu > li:first-child > a {
    padding-left: 0px;
}

.st-menu > li > a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding: 15px 13px 15px;
}

.st-menu li:hover,
.st-menu li.sfHover {
    -webkit-transition: none;
    transition: none;
}

.st-menu a {
    color: #888888;
    padding: 7px 20px;
    font-size: 13px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-decoration: none;
    zoom: 1;
}

.st-menu a:hover {
    color: #00979d;
}

.st-menu a i {
    margin-right: 0px;
    font-size: 13px;
}

.st-menu li.current-menu-item a {
    color: #00979d;
}

.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #cccccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #00979d;
    opacity: 0.5;
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #cccccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #00979d;
    opacity: 0.5;
}

#nav-toggle {
    display: none;
    font-size: 20px;
    padding: 13px 0 11px;
    margin-left: -3px;
    cursor: pointer;
    color: #777777;
}

.nav-toggle-subarrow {
    display: none;
}

@media screen and (max-width: 790px) {
    .primary-navigation .st-menu {
        width: 100% !important;
        display: none;
    }

    .st-menu.st-menu-mobile {
        display: block !important;
        position: absolute;
        left: 0;
        width: 100%;
        background: #FFFFFF;
        border-top: 1px solid #e9e9e9;
        z-index: 100;
    }

    .st-menu.st-menu-mobile > li > a {
        padding: 12px 20px;
    }

    .st-menu.st-menu-mobile ul {
        box-shadow: none;
        background: #FFFFFF;
        padding-bottom: 0;
        border-top: 1px solid #e9e9e9;
        position: static !important;
        display: none !important;
    }

    .st-menu.st-menu-mobile ul li:last-child {
        border-bottom: none;
    }

    .st-menu.st-menu-mobile ul li a {
        padding: 12px 35px;
    }

    .st-menu.st-menu-mobile ul li li a {
        padding: 12px 70px;
    }

    .st-menu.st-menu-mobile li {
        border-bottom: 1px solid #e9e9e9;
        float: none !important;
        display: block !important;
        width: 100% !important;
    }

    .st-menu.st-menu-mobile .nav-toggle-subarrow {
        display: block;
        color: #999999;
        font-weight: normal;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        text-align: center;
        padding: 12px 20px 11px;
    }

    .st-menu.st-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow i.icon.plus:before {
        content: "\f068";
    }

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

.nav-user-action .st-menu > li:last-child > a {
    padding-right: 0;
}

.nav-user-action .st-menu > li:first-child > a {
    padding-left: 0;
}

.nav-user-action .st-menu > li {
    position: static;
}

.nav-user-action .st-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 400px) {
    .nav-user-action .st-menu > li > a {
        padding-left: 4px;
        padding-right: 4px;
        font-size: 11px;
        padding-top: 20px;
    }
}

.nav-user-action .st-menu ul {
    right: 0;
    left: 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%;
        right: -15px;
    }
}

.nav-user-action .st-menu .menu-box .menu-box-title {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    display: block;
    margin-bottom: 20px;
}

.nav-user-action .st-menu .menu-box .saved-coupon {
    padding-bottom: 15px;
    margin-bottom: 17px;
    border-bottom: 1px solid #e9e9e9;
}

.nav-user-action .st-menu .menu-box .saved-coupon:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.nav-user-action .st-menu .menu-box .saved-coupon .store-thumb {
    width: 80px;
    height: auto;
    float: left;
    margin-right: 15px;
}

.nav-user-action .st-menu .menu-box .saved-coupon .coupon-text {
    overflow: hidden;
}

.nav-user-action .st-menu .menu-box .saved-coupon .coupon-text a {
    font-size: 13px;
    line-height: 1.5;
}

.nav-user-action .st-menu .menu-box .exp-text {
    font-size: 10px;
    display: block;
    margin-top: 2px;
    font-style: italic;
}

.nav-user-action .st-menu .menu-box a {
    padding: 0;
    color: #00979d;
    font-size: 14px;
}

.nav-user-action .st-menu .menu-box a:hover {
    color: #ff9900;
}

.nav-user-action .st-menu .menu-box .store-thumb a {
    line-height: 64px;
}

.nav-user-action .st-menu .menu-box .more-links {
    display: block;
    margin-top: 20px;
}

.store-thumb {
    border: 3px solid #f5f5f5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
}

.store-thumb img {
    float: left;
    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: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    display: flex;
    min-height: 100px;
    flex-direction: column;
    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: #ff9900;
}

#site-header-nav {
    -webkit-transition: all 1s ease-out;
    /* Safari */
    transition: all .5s ease-out;
}

/*------------------------------
	4.2 Content
------------------------------*/
/* Content Related Elements
------------------------------*/
/* Popular Stores
------------------------------*/
.popular-stores {
    background: #FFFFFF;
    padding: 0px;
}

.popular-stores .store-thumb a {
    text-align: center;
    line-height: 107px;
}

.popular-stores .store-name a {
    text-align: center;
    display: block;
    font-size: 13px;
    margin-top: 7px;
    margin-bottom: -3px;
    color: #666666;
}

.popular-stores .store-name a:hover {
    color: #00979d;
}

.popular-stores .owl-item {
    padding: 0px 0px;
}

.popular-stores .owl-controls .owl-prev {
    left: -50px;
}

@media screen and (max-width: 1100px) {
    .popular-stores .owl-controls .owl-prev {
        left: auto;
        right: 10px;
        top: -35px;
        opacity: 0.8;
    }

    .popular-stores .owl-controls .owl-prev img {
        width: 8px;
        height: auto;
    }
}

.popular-stores .owl-controls .owl-next {
    right: -50px;
}

@media screen and (max-width: 1100px) {
    .popular-stores .owl-controls .owl-next {
        right: -10px;
        top: -35px;
        opacity: 0.8;
    }

    .popular-stores .owl-controls .owl-next img {
        width: 8px;
        height: auto;
    }
}

.popular-stores.inside-content {
    padding: 0px;
    margin: 0px -10px;
}

.popular-stores.inside-content .store-carousel .owl-next {
    top: -25px;
    right: 10px;
    opacity: 1;
}

.popular-stores.inside-content .store-carousel .owl-next img {
    width: 8px;
}

.popular-stores.inside-content .store-carousel .owl-prev {
    top: -25px;
    right: 30px;
    left: auto;
    opacity: 1;
}

.popular-stores.inside-content .store-carousel .owl-prev img {
    width: 8px;
}

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

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

.store-listing-item:last-child {
    margin-bottom: 0;
}

.store-listing-item .store-thumb-link {
    float: none;
    display: block;
    margin-right: 0;
}

@media screen and (min-width: 400px) {
    .store-listing-item .store-thumb-link {
        float: none;
        margin-right: 0;
    }
}

@media screen and (min-width: 500px) {
    .store-listing-item .store-thumb-link {
        float: left;
        margin-right: 20px;
    }
}

.store-listing-item .store-thumb-link .store-thumb {
    width: 150px;
    max-width: 150px;
    margin-bottom: 5px;
}

.store-listing-item .store-thumb-link .store-thumb img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 500px) {
    .store-listing-item .store-thumb-link .store-thumb {
        width: 100%;
        max-width: 100%;
    }
}

.store-listing-item .store-thumb-link .store-thumb a {
    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: #00979d;
}

.store-listing-item .store-thumb-link .store-name a i {
    margin-left: -3px;
}

.store-listing-item.no-thumb .latest-coupon {
    max-width: 400px;
}

.store-listing-item .latest-coupon {
    max-width: 100%;
    max-width: 250px;
    margin-right: 0px;
    float: left;
}

@media screen and (min-width: 400px) {
    .store-listing-item .latest-coupon {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 500px) {
    .store-listing-item .latest-coupon {
        margin-right: 20px;
        max-width: 293px;
    }
}

@media screen and (min-width: 790px) {
    .store-listing-item .latest-coupon {
        margin-right: 10px;
        max-width: 228px;
    }
}

@media screen and (min-width: 1100px) {
	.home .store-listing-item .latest-coupon {
        max-width: 250px;
    }
   .store-listing-item .latest-coupon {
        max-width: calc(100% - 200px);
        margin-right: 20px;
    }
}

.store-listing-item .latest-coupon .coupon-title {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 600;
    line-height: 1.0;
}

.store-listing-item .latest-coupon .coupon-title a {
    color: #00979d;
}

.store-listing-item .latest-coupon .coupon-title a:hover {
    color: #ff9900;
}

.store-listing-item .coupon-detail {
    margin-top: 25px;
    float: left;
}

@media screen and (min-width: 400px) {
    .store-listing-item .coupon-detail {
        float: left;
    }
}

@media screen and (min-width: 500px) {
    .store-listing-item .coupon-detail {
        float: right;
    }
}

.store-listing-item .coupon-detail .exp-text {
    font-size: 13px;
    display: block;
    margin-top: 5px;
    margin-bottom: -2px;
    color: #888888;
}

.store-listing-item .coupon-save {
    float: right;
    font-size: 15px;
    margin-right: -4px;
    margin-top: -2px;
    color: #999999;
}

.store-listing-item .coupon-save:hover {
    color: #00979d;
}

.store-listing-item .coupon-saved {
    color: #00979d;
}

.coupon-item .coupon-des-full {
    display: none;
    transition: all 1s linear;
}

.coupon-item.show-full .coupon-des-ellip {
    display: none;
}

.coupon-item.show-full .coupon-des-full {
    display: block;
}

/* Coupon Modal
------------------------------*/
.coupon-modal {
    background: #f8f9f9;
}

.coupon-modal .coupon-header {
    padding: 10px 25px 30px;
    position: relative;
    background: #ffffff;
}

@media screen and (min-width: 500px) {
    .coupon-modal .coupon-header {
        padding: 10px 25px 10px;
    }
}

.coupon-modal .coupon-header .coupon-store-thumb {
    float: none;
    display: block;
    text-align: center;
    margin-right: 0px;
}

.coupon-modal .coupon-header .coupon-store-thumb img {
    max-height: 50px;
    width: auto;
}

@media screen and (min-width: 500px) {
    .coupon-modal .coupon-header .coupon-store-thumb {
        float: left;
        margin-right: 10px;
    }
}

.coupon-modal .coupon-header .coupon-title {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 11px;
    max-width: 100%;
    padding-right: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    color: #222222;
}

@media screen and (min-width: 500px) {
    .coupon-modal .coupon-header .coupon-title {
        float: left;
        max-width: 73%;
    }
}

.coupon-modal .coupon-header .close {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(assets/images/close.svg) no-repeat center center;
}

.coupon-modal .coupon-content {
    padding: 30px 0 35px;
    margin: 0 4%;
    width: 92%;
}

@media screen and (min-width: 500px) {
    .coupon-modal .coupon-content {
        width: 60%;
        padding: 50px 0 55px;
        margin: 0 20%;
    }
}

.coupon-modal .coupon-content p.coupon-type-text {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

@media screen and (min-width: 500px) {
    .coupon-modal .coupon-content p.coupon-type-text {
        font-size: 13px;
    }
}

.coupon-modal .coupon-content .modal-code {
    background: #FFFFFF;
    text-align: center;
    margin-bottom: 17px;
    display: block;
}

.coupon-modal .coupon-content .modal-code .coupon-code {
    display: block;
}

.coupon-modal .coupon-content .modal-code .coupon-code::after {
    clear: both;
    content: " ";
    display: block;
}

.coupon-modal .coupon-content .modal-code .coupon-code .input {
    width: 100%;
    max-width: 100%;
}

.coupon-modal .coupon-content .modal-code .action {
    padding: 20px;
    max-width: 100%;
}

.coupon-modal .coupon-content .modal-code .action .button {
    display: flex;
}

.coupon-modal .coupon-content .modal-code .code-text {
    background: #fff1db;
    display: flex;
    flex: 1 0 auto;
    padding: 8px 10px 10px;
    font-size: 25px;
    font-weight: bold;
    border: 2px dashed #ff9900;
    color: #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: inherit;
    letter-spacing: 2px;
}

@media screen and (min-width: 500px) {
    .coupon-modal .coupon-content .modal-code .code-text {
        font-size: 30px;
    }
}

.coupon-modal .coupon-content .user-ratting {
    position: relative;
    float: left;
    display: inline-block;
    margin-bottom: 15px;
}

.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: #00979d;
}

.coupon-modal .coupon-content .go-store {
    float: right;
}

.coupon-modal .coupon-content .deal-actived {
    display: inline-block;
    margin: 20px 0px;
    padding: 15px 26px;
}

.coupon-modal .coupon-content .user-ratting-text {
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.coupon-modal .coupon-content .show-detail {
    float: right;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-right: -6px;
}

.coupon-modal .coupon-content .show-detail a {
    color: #666666;
}

.coupon-modal .coupon-content .show-detail a:hover {
    color: #00979d;
}

.coupon-modal .coupon-content .show-detail .show-detail-on {
    color: #00979d;
}

.coupon-modal .coupon-content .coupon-popup-detail {
    margin-top: 30px;
}

.coupon-modal .coupon-content .coupon-popup-detail p {
    font-size: 13px;
    margin-bottom: 5px;
}

.coupon-modal .coupon-content .coupon-popup-detail p:last-child {
    margin-bottom: 0px;
}

.coupon-modal .coupon-footer {
    padding: 10px 25px;
    background: #ffffff;
}

.coupon-modal .coupon-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 500px) {
    .coupon-modal .coupon-footer ul li {
        padding: 0;
        display: inline-block;
        float: left;
        margin-left: 15px;
    }

    .coupon-modal .coupon-footer ul li:first-child {
        margin-left: 0px;
    }

    .coupon-modal .coupon-footer ul li:last-child {
        float: right;
        margin-left: 0px;
    }
}

.coupon-modal .coupon-footer ul li a,
.coupon-modal .coupon-footer ul li span {
    font-size: 12px;
    color: #999999;
}

.coupon-modal .coupon-footer ul li a i,
.coupon-modal .coupon-footer ul li span i {
    margin-left: 0px;
    margin-right: 0px;
    color: #CCCCCC;
}

.coupon-modal .coupon-footer ul li a:hover {
    color: #00979d;
}

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

.coupon-listing-item {
    padding-bottom: 0px;
}

.coupon-listing-item .store-thumb-link .store-thumb {
    margin-bottom: 30px;
}

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

.coupon-listing-item .coupon-detail {
    margin-top: 10px;
}

.coupon-listing-item .coupon-detail .coupon-button {
    margin-bottom: 10px;
}

.coupon-listing-item .coupon-detail .user-ratting i {
    font-size: 18px;
    color: #999999;
}

.coupon-listing-item .coupon-detail .user-ratting .ui.button {
    padding: 6px 6px 8px;
}

.coupon-listing-item .coupon-detail .user-ratting .ui.button:hover i {
    color: #00979d;
}

.coupon-listing-item .coupon-detail .user-ratting .ui.button.active {
    background: none;
}

.coupon-listing-item .coupon-detail .user-ratting .ui.button.active i {
    color: #00979d;
}

.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;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

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

.coupon-listing-item .coupon-listing-footer {
    margin: 18px -20px 0px;
    padding: 10px 20px 12px;
    border-top: 1px solid #e9e9e9;
}

.coupon-listing-item .coupon-listing-footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.coupon-listing-item .coupon-listing-footer ul li {
    margin: 0;
}

@media screen and (max-width: 500px) {
    .coupon-listing-item .coupon-listing-footer ul li {
        width: 50%;
        float: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        overflow: hidden;
    }
}

@media screen and (min-width: 500px) {
    .coupon-listing-item .coupon-listing-footer ul li {
        padding: 0;
        display: inline-block;
        float: left;
        margin-left: 15px;
    }

    .coupon-listing-item .coupon-listing-footer ul li:first-child {
        margin-left: 0px;
    }

    .coupon-listing-item .coupon-listing-footer ul li:last-child {
        float: right;
        margin-left: 0px;
    }
}

.coupon-listing-item .coupon-listing-footer ul li a,
.coupon-listing-item .coupon-listing-footer ul li span {
    font-size: 12px;
    color: #999999;
}

.coupon-listing-item .coupon-listing-footer ul li a i,
.coupon-listing-item .coupon-listing-footer ul li span i {
    margin-left: 0px;
    margin-right: 0px;
    color: #cccccc;
}

.coupon-listing-item .coupon-listing-footer ul li a:hover,
.coupon-listing-item .coupon-listing-footer ul li a.active {
    color: #00979d;
}

.coupon-listing-item .coupon-listing-footer .reveal-content {
    padding: 30px 20px 40px;
    border-top: 1px solid #e9e9e9;
    margin: 12px -20px -12px;
    display: none;
    position: relative;
}

@media screen and (min-width: 500px) {
    .coupon-listing-item .coupon-listing-footer .reveal-content {
        padding: 30px 50px 40px;
    }
}

@media screen and (min-width: 790px) {
    .coupon-listing-item .coupon-listing-footer .reveal-content {
        padding: 30px 90px 40px;
    }
}

.coupon-listing-item .coupon-listing-footer .reveal-content h4 {
    font-weight: 300;
    letter-spacing: -0.1px;
}

.coupon-listing-item .coupon-listing-footer .reveal-content .close {
    position: absolute;
    right: 25px;
    top: 35px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(assets/images/close.svg) no-repeat center center;
}

.coupon-listing-item .coupon-listing-footer .reveal-content.active {
    display: block;
}

.coupon-listing-item .coupon-exclusive {
    border-top: 1px solid #e9e9e9;
    margin: 17px -20px -10px;
    padding: 7px 20px 0;
    font-size: 13px;
}

.coupon-listing-item .coupon-exclusive strong {
    font-weight: 600;
}

.coupon-listing-item .coupon-exclusive strong i {
    color: #00979d;
    margin-right: 0px;
}

.coupon-listing-item .post-content {
    margin: 10px 0px;
}

.coupon-modal .coupon-footer .modal-share {
    position: relative;
    margin: 0px;
    padding: 8px 0px;
}

.coupon-modal .coupon-footer .modal-share:hover .share-modal-popup {
    text-align: center;
    right: -10px;
    width: 250px;
    top: auto;
    bottom: 15px;
    display: block;
    visibility: visible;
}

.coupon-modal .coupon-footer .modal-share:hover .share-modal-popup .icon {
    color: #fff;
}

.coupon-status-heading {
    display: block;
    margin-top: 30px;
}

.widget_wpc_coupons .load-more.wpb_content_element {
    margin-bottom: 0px;
    margin-top: 30px;
}

.single-coupon .site-content #content-wrap {
    padding-top: 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: left;
    display: inline-block;
    position: relative;
}

@media screen and (min-width: 500px) {
    .list-categories ul li {
        width: 33.333333%;
    }
}

@media screen and (min-width: 1100px) {
    .list-categories ul li {
        width: 25%;
    }
}

.list-categories ul li a {
    width: 100%;
    padding: 7px 0px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
}

@media screen and (min-width: 500px) {
    .list-categories ul li a {
        padding: 0px 0px;
    }
}

@media screen and (min-width: 400px) {
    .list-categories ul li a {
        padding: 0px 0px;
    }
}

.list-categories ul li a span {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
    background: #f9f9f9;
    padding: 3px;
    min-width: 30px;
    margin-right: 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    color: #BBBBBB;
    display: inline-block;
}

.widget-area .list-categories ul li a {
    font-weight: normal;
}

.widget-area .list-categories ul li.column {
    font-size: inherit !important;
}

/* Coupon Feature App
------------------------------*/
.coupon-app-wrapper {
    background: #FFFFFF;
    border-top: 1px solid #eeeeee;
    padding-top: 50px;
    padding-bottom: 40px;
}

@media screen and (min-width: 1100px) {
    .coupon-app-wrapper {
        padding-bottom: 0;
    }
}

.coupon-app-wrapper .section-heading {
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 14px;
}

.coupon-app p {
    font-size: 16px;
    font-weight: 300;
}

.coupon-app h2 {
    font-weight: 300;
    letter-spacing: -0.5px;
    font-size: 27px;
    margin-bottom: 10px;
    margin-top: 20px;
}

@media screen and (min-width: 500px) {
    .coupon-app h2 {
        font-size: 26px;
    }
}

@media screen and (min-width: 790px) {
    .coupon-app h2 {
        font-size: 32px;
    }
}

.coupon-app .column {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media screen and (max-width: 790px) {
    .coupon-app .column:last-child img {
        float: none;
        max-width: 70%;
    }
}

.coupon-app .ui.grid {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.app-button {
    color: #FFFFFF;
    float: left;
    margin-right: 15px;
    background: #81858b;
    margin-top: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.app-button .fleft {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2px 4px 6px 8px;
}

.app-button .fright {
    padding: 9px 15px 5px;
}

.app-button i {
    font-size: 38px;
    line-height: 50px;
    margin: 0px;
}

.app-button .avail-text {
    display: block;
    font-size: 11px;
    line-height: 1;
}

.app-button .app-service {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    font-weight: bold;
    line-height: 1.5;
}

.app-button:hover {
    color: #FFFFFF;
    background: #111111;
}

.android-button {
    background: #82b21c;
}

/* Load More
------------------------------*/
.load-more {
    text-align: center;
}

.load-more .ui.btn.btn_large {
    padding: 15px 30px 16px;
    letter-spacing: 2px;
}

.store-listings + .load-more {
    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 {
    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: #00979d;
}

.cate-az .cate-item {
    list-style: none;
}

.cate-az .cate-parent > a {
    font-size: 16px;
    color: #00979d;
	padding: 20px;
    display: inline-block;
    width: 100%;
}

.cate-az .cate-parent > a i {
    color: #666666;
}

.cate-az .cate-child {
    margin-top: 15px;
    padding-top: 10px;
    padding-left: 15px;
    border-top: 2px solid #f5f5f5;
}

.cate-az .category-name:after {
    content: "";
    clear: both;
    display: block;
}

.cate-az .category-name .cat-az-thumb {
    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: left;
    vertical-align: middle;
    margin-right: 0.35rem;
}

.cate-az .category-name img {
    width: 100%;
    height: auto;
}

/* Stores Index A-Z
------------------------------*/
.store-listing {
    padding-left: 30px;
}

@media screen and (max-width: 790px) {
    .store-listing {
        padding-left: 0px;
    }
}

.store-listing-box {
    margin-bottom: 60px;
}

@media screen and (max-width: 790px) {
    .store-listing-box:last-child {
        margin-bottom: 0px;
    }
}

.store-letter-content ul li {
    width: 33%;
    float: left;
    list-style: none;
    position: relative;
}

.store-letter-content ul li:before {
    content: "\f105";
    display: block;
    font-family: Icons;
    font-size: 16px;
    left: -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-area .widget {
    margin-bottom: 30px;
}

.widget-area .widget .widget-title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
    font-weight: 700;
}

.widget-area .widget-content {
    padding: 4px;
}

@media screen and (max-width: 500px) {
    .widget-area .widget-content {
        padding: 0px 15px;
    }
}

@media screen and (max-width: 400px) {
    .widget-area .widget-content {
        padding: 0px 10px;
    }
}

.widget-area .widget-content ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.widget-area .widget-content ul li {
    margin: 0px;
}

.widget-area .widget-content ul li a {
    padding: 6px 0px;
    display: inline-block;
}

.widget-area .widget-content ul li:first-child a {
    padding-top: 0px;
}

.widget-area .widget-content ul li:last-child a {
    padding-bottom: 0px;
}

.widget-area .widget_categories .widget-content {
    padding: 10px 20px;
}

.widget-area .widget_categories .widget-content ul li {
    float: left;
    width: 50%;
    display: inline-block;
}

.widget-area .widget_categories .widget-content ul li a {
    padding: 7px 0px;
}

.widget-area .widget_categories .widget-content ul li:first-child a {
    padding-top: 7px;
}

.widget-area .ui.icon.input > i.icon {
    opacity: 0.2;
}

/*------------------------------
	4.4 Footer
------------------------------*/
.site-footer {
    padding: 50px 0px 50px;
    background: #222222;
    color: rgba(255, 255, 255, 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-left: 10px;
        margin-right: 10px;
    }

    .site-footer .container .footer_copy {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 500px) {
    .site-footer .container {
        padding: 0px 10px;
    }

    .site-footer .container .footer-widgets-area {
        margin-left: -5px;
        margin-right: -5px;
    }

    .site-footer .container .footer_copy {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.site-footer p {
    color: rgba(255, 255, 255, 0.3);
    font-size: 12.5px;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12.5px;
}

.site-footer a:hover {
    color: #00979d;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer ul li {
    margin: 0;
}

.site-footer ul li a {
    display: inline-block;
    padding: 5px 0px;
}

.site-footer table > thead > tr > th,
.site-footer table > tbody > tr > th,
.site-footer table > tfoot > tr > th,
.site-footer table > thead > tr > td,
.site-footer table > tbody > tr > td,
.site-footer table > tfoot > tr > td {
    border-color: rgba(255, 255, 255, 0.1);
}

.site-footer textarea,
.site-footer input[type="date"],
.site-footer input[type="datetime"],
.site-footer input[type="datetime-local"],
.site-footer input[type="email"],
.site-footer input[type="month"],
.site-footer input[type="number"],
.site-footer input[type="password"],
.site-footer input[type="search"],
.site-footer input[type="tel"],
.site-footer input[type="text"],
.site-footer input[type="time"],
.site-footer input[type="url"],
.site-footer input[type="week"] {
    border-color: rgba(255, 255, 255, 0.1);
}

.site-footer .widget_nav_menu ul ul,
.site-footer .widget_nav_menu ul ul ul {
    padding: 0px;
}

.site-footer .widget_nav_menu ul li {
    padding: 0;
}

.site-footer .widget_nav_menu ul li a {
    display: block;
    padding: 5px 10px 9px 17px;
    position: relative;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}

.site-footer .widget_nav_menu ul li a:before {
    content: "\f105";
    font-family: Icons;
    font-size: 10px;
    display: block;
    position: absolute;
    left: 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-right: 1px solid rgba(255, 255, 255, 0.05);
    padding: 4px 8px 11px 10px;
}

.site-footer .app-button .android-button {
    background: rgba(255, 255, 255, 0.03);
}

.site-footer .newsletter-box-wrapper .newsletter-text {
    font-size: 13px;
    margin-top: 8px;
}

.site-footer .newsletter-box-wrapper input {
    border-radius: 2px;
}

.site-footer .newsletter-box-wrapper .input .ui.button {
    background: #00979d;
    color: #FFFFFF;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.site-footer .footer-social a {
    background: rgba(255, 255, 255, 0.05);
    color: #FFFFFF;
    margin-bottom: 5px;
}

.site-footer .footer-social a:hover {
    background: #00979d;
    color: #FFFFFF;
}

.site-footer .footer-columns .footer-column .widget {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0px;
    border: none;
}

.site-footer .footer-columns .footer-column .widget .widget-title {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    margin-bottom: 20px;
}

.site-footer .footer_copy {
    padding-top: 50px;
    margin-top: -48px;
    border-top: 2px solid rgba(255, 255, 255, 0.03);
}

.site-footer .footer_copy p {
    margin-bottom: 5px;
}

.site-footer .footer_copy ul li a {
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.site-footer .footer-widgets-off .footer_copy {
    padding-top: 0px;
    margin-top: 0px;
    border-top: none;
}

.site-footer select {
    color: #666666;
    max-width: 100%;
}

.site-footer .widget_newsletter .newsletter-box-wrapper.shadow-box {
    padding: 0px;
    background: transparent;
}

.site-footer .widget_newsletter .newsletter-box-wrapper.shadow-box .sidebar-social a {
    background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
    color: #FFF;
}

.site-footer .widget_newsletter .newsletter-box-wrapper.shadow-box .sidebar-social a:hover {
    background: #00979d;
}

.site-footer .widget_newsletter .ui.action.icon.input > input {
    width: 150px;
}

.site-footer .newsletter-box-wrapper.shadow-box .input .ui.button {
    padding-left: 8px;
    padding-right: 8px;
}

/*------------------------------
	4.5 User Page
------------------------------*/
.st-profile-meta .st-user-socials a {
    width: auto;
    height: auto;
}

.stuser-form-profile .stuser-form-header,
.stuser-form-profile .st-profile-cover {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.stuser-form-profile .stuser-form-header .st-profile-meta {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(220, 220, 220, 0.08);
    border-left: 1px solid rgba(220, 220, 220, 0.08);
    border-right: 1px solid rgba(220, 220, 220, 0.08);
    padding-bottom: 20px;
    padding-top: 10px;
}

.stuser-form-profile .stuser-form-header .st-user-socials {
    margin-top: 15px;
}

.stuser-form-profile .stuser-form-header .st-profile-meta-info .st-display-name {
    line-height: 23px;
    font-size: 23px;
}

.stuser-form-profile .stuser-form-header .st-profile-meta-info .dashicons::before {
    vertical-align: middle;
}

.stuser-form-profile .stuser-form-header .st-profile-meta-info .list-meta-info i {
    margin-top: 3px;
}

.stuser-form-profile .stuser-form-header .st-profile-meta-info .list-meta-info span {
    margin-right: 15px;
}

.stuser-form-profile .section-heading .button {
    float: right;
    margin-top: 8px;
}

.stuser-form-profile .stuser-form-sidebar {
    background-color: transparent;
    color: #888888;
}

.stuser-form-profile .stuser-form-sidebar li a {
    background-color: transparent;
    color: #666666;
}

.stuser-form-profile .stuser-form-sidebar li.active a,
.stuser-form-profile .stuser-form-sidebar li:hover a {
    background-color: #f0f0f0;
}

/* Tooltip */
.coupon-item [data-tooltip][data-inverted]:after,
.coupon-item [data-tooltip][data-inverted]::before,
.modal [data-tooltip][data-inverted]:after,
.coupon-item [data-tooltip][data-inverted]::before {
    font-size: 12px;
    letter-spacing: 0px;
}

/* Content toggle */
.content-toggle .content-more {
    display: none;
}

/* No Support Copy JS */
.no-copy-cmd .coupon-code .ui.action.input:not([class*="left action"]) > input.code-text {
    border-right-width: 2px !important;
    border-right-color: #ff9900 !important;
}

.no-copy-cmd .coupon-code .button {
    width: 0 !important;
    visibility: hidden;
    overflow: hidden !important;
    padding: 0px !important;
    display: none !important;
}

/*--------------------------------------------------------------
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.38462px;
}

.entry-content blockquote {
    padding: 20px 80px 20px 28px;
    position: relative;
    background: #f8f9f9;
    border-left: 3px solid #00979d;
    font-style: italic;
}

.entry-content blockquote p {
    margin: 0px;
}

.entry-content h3,
.entry-content h4,
.entry-content h5 {
    margin-bottom: 15px;
    font-weight: 600;
}

/* WordPress caption style
	------------------------------*/
.wp-caption {
    max-width: 100%;
    font-style: italic;
    line-height: 1.35;
    margin-bottom: 30px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    max-width: 98%;
}

.wp-caption .wp-caption-text {
    margin: 10px 0;
}

.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
    font-style: italic;
    line-height: 1.35;
    font-size: 13px;
}

.alignleft,
.entry-thumbnail.thumbnail {
    display: inline;
    float: left;
    margin-right: 30px;
}

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

.aligncenter {
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

img.wp-smiley {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    border: none;
}

.gallery-caption {
    font-family: inherit;
}

.bypostauthor {
    margin: 0;
}

/**
    * 14.2 Galleries
    */
.gallery {
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.gallery .gallery-item {
    display: inline-block;
    padding: 15px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery .gallery-item img {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    display: block;
    padding-top: 5px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* Post
------------------------------*/
.post-entry .post-thumbnail {
    margin-bottom: 25px;
}

.post-entry .post-thumbnail img {
    width: 100%;
    height: auto;
}

.post-entry .post-meta {
    position: relative;
    margin-bottom: 25px;
}

.post-entry .post-meta:after {
    clear: both;
    content: " ";
    display: block;
}

.post-entry .post-meta h2 {
    clear: none;
    font-size: 23px;
    margin-bottom: 0px;
    margin-top: -8px;
    display: inline-block;
}

.post-entry .post-meta .author-avatar {
    position: absolute;
    top: 0px;
    left: 0px;
}

.post-entry .post-meta .author-avatar img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.post-entry .post-meta .author-avatar + .post-meta-data {
    margin-left: 65px;
    margin-top: 0px;
}

.post-entry .post-meta .meta-line-2 {
    margin-bottom: 0px;
}

.post-entry .post-meta .meta-line-2 span:after {
    content: "-";
    margin-right: 8px;
    margin-left: 8px;
}

.post-entry .post-meta .meta-line-2 span:last-child:after {
    content: "";
    margin-right: 0px;
    margin-left: 0px;
}

.post-entry .post-content iframe,
.post-entry .post-content embed {
    max-width: 100%;
}

.post-entry.shadow-box.sticky {
    background-color: #fefbf7;
}

.related-coupons {
    margin-bottom: 15px;
}

.list-unstyled {
    list-style: none;
    padding: 0px;
}

/* Comments
------------------------------*/
#comments .ui.comments {
    max-width: 100%;
}

#comments .comment .comment {
    margin-left: 50px;
}

#comments .content.shadow-box {
    padding: 15px;
}

.comment-form .input {
    position: relative;
    margin-bottom: 15px;
}

.comment-form .input span.required {
    position: absolute;
    right: 10px;
    top: 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
--------------------------------------------------------------*/
.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: 300;
    margin-bottom: 7px;
    margin-top: 3px;
    line-height: 1.6;
    letter-spacing: -1px;
}

.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: left;
        display: block;
        margin-right: 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,
.custom-page-header .header-content p {
    font-size: 16px;
    font-weight: 300;
}

.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: linear-gradient(to bottom, transparent 0px, transparent 0px, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0 transparent;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

.page-header-cover h1 {
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #FFFFFF;
    position: relative;
    z-index: 20;
    font-size: 35px;
}

@media screen and (min-width: 790px) {
    .page-header-cover h1 {
        font-size: 42px;
    }
}

.page-header-cover .ui.breadcrumb {
    margin-top: 0px;
    position: relative;
    z-index: 10;
}

.page-header-cover .ui.breadcrumb .section {
    color: #FFFFFF;
    font-weight: bold;
}

.page-header-cover .ui.breadcrumb i {
    color: #FFFFFF;
    opacity: 1;
}

.page-header-cover .ui.breadcrumb a {
    color: #FFFFFF;
}

.page-header-cover .ui.breadcrumb a:hover {
    text-decoration: underline;
}

.page-header-cover .ui.breadcrumb .active.section {
    font-weight: 300;
}

.ui.breadcrumb .section {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}

.ui.breadcrumb a {
    color: #00979d;
}

.ui.breadcrumb a:hover {
    color: #ff9900;
}

.heading-line {
    background: none repeat scroll 0 0 #fab702;
    display: block;
    height: 2px;
    width: 80px;
}

.site-breadcrumb {
    padding: 8px 0px 0px;
    margin-bottom: -10px;
    color: #999999;
}

.site-breadcrumb .ui.breadcrumb a.section {
    color: #00979d;
}

.site-breadcrumb .ui.breadcrumb .icon.divider {
    opacity: 1;
}

.single-store-header .header-thumb {
    text-align: left;
}

.single-store-header .header-thumb .header-store-thumb a {
    line-height: 114px;
    border: 2px solid #f5f5f5;
    text-align: center;
    margin-bottom: 10px;
    min-width: 200px;
    padding: 5px;
    display: block;
}

.single-store-header .header-thumb .header-store-thumb a:hover {
    border-color: #ff9900;
}

.single-store-header .header-thumb img {
    max-width: 200px;
}

.single-store-header .add-favorite {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.single-store-header .add-favorite:hover {
    color: #00979d;
}

.coupon-filter {
    margin-bottom: 20px;
}

.coupon-filter .ui.menu {
    border-radius: 0px;
    box-shadow: 0 0 0 1px rgba(39, 41, 43, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: none;
}

.coupon-filter .ui.menu .item {
    padding: 15px 18px;
}

.coupon-filter .ui.menu .item .offer-count {
    display: none;
    font-size: 11px;
    background: #00979d;
    padding: 2px 6px 2px;
    margin-left: 6px;
    color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media screen and (min-width: 500px) {
    .coupon-filter .ui.menu .item .offer-count {
        display: inline-block;
    }
}

.coupon-filter .ui.menu .item .code-count {
    background: #b9dc2f;
}

.coupon-filter .ui.menu .item .sale-count {
    background: #ea4c89;
}

.coupon-filter .ui.menu .item .print-count {
    background: #2d3538;
}

.coupon-filter .ui.pointing.menu .active.item:after {
    background: #FFF;
}

.coupon-filter .ui.menu .active.item {
    box-shadow: none;
    background: #FFF;
}

.coupon-filter .ui.menu > .item:first-child {
    border-radius: 0px;
}

.coupon-filter .ui.menu .item:before {
    background: linear-gradient(rgba(0, 0, 0, 0.04) 0px, rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0.04) 100%) repeat scroll 0 0 transparent;
}

.content-404 .search-form {
    margin-bottom: 30px;
}

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

/* 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;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.newsletter-box-wrapper.shadow-box .input .ui.button {
    background: #00979d;
    color: #FFFFFF;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.newsletter-box-wrapper.shadow-box .sidebar-social {
    display: inline-block;
    margin-top: 15px;
}

.newsletter-box-wrapper.shadow-box .sidebar-social a {
    margin-bottom: 5px;
}

.newsletter-box-wrapper.shadow-box .sidebar-social a i {
    color: #FFFFFF;
}

.newsletter-box-wrapper.shadow-box .sidebar-social a:hover {
    background: #00979d;
}

/* Popular Stores
------------------------------*/
.widget_popular_stores .ui.grid {
    margin: 0px -10px;
}

.widget_popular_stores .ui.grid > .column:not(.row) {
    padding: 10px;
}

/* .widget_popular_stores .store-thumb {
    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: left;
    text-transform: uppercase;
}

/* Widget Search */
/* WP Widgets Shadow Style
------------------------------*/
#secondary .widget_recent_entries ul,
#secondary .widget_categories ul,
#secondary .widget_meta ul,
#secondary .widget_archive ul,
#secondary .widget_recent_comments ul,
#secondary .widget_pages ul {
    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 0 10px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

#secondary .widget_recent_entries ul li:last-child,
#secondary .widget_categories ul li:last-child,
#secondary .widget_meta ul li:last-child,
#secondary .widget_archive ul li:last-child,
#secondary .widget_recent_comments ul li:last-child,
#secondary .widget_pages ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

#secondary select {
    width: 100%;
}

#secondary .widget_search .search-form {
    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 0 10px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

#secondary .widget_nav_menu .menu li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget.st-slider-widget {
    display: none;
}

.widget.st-slider-widget.s-added {
    display: block;
}

.widget.widget_carousel {
    display: none;
}

.widget.widget_carousel.s-added {
    display: block;
}

/*--------------------------------------------------------------
8.0 User Area.
--------------------------------------------------------------*/
.wpu-profile-wrapper {
    /* User Header Cover
	------------------------------*/
}

.wpu-profile-wrapper .st-user-socials {
    float: right;
    margin-top: 15px;
    margin-right: 20px;
}

@media screen and (max-width: 790px) {
    .wpu-profile-wrapper .st-user-socials {
        float: none;
        text-align: center;
        margin-right: 0px;
    }
}

.wpu-profile-wrapper .user-header-cover {
    height: 300px;
    width: 100%;
    background: url("assets/images/user-cover.jpg") bottom center;
    background-size: cover;
}

.wpu-profile-wrapper .wpu-form-header .wpu-profile-cover {
    background-image: url("assets/images/user-cover.jpg");
    background-position: bottom center;
    background-size: cover;
}

.wpu-profile-wrapper .wpu-form-header .wpu-profile-avatar {
    background-image: url("assets/images/user-avatar.png");
}

.wpu-profile-wrapper .wpu-profile-meta,
.wpu-profile-wrapper .wpu-form-profile .wpu-profile-meta,
.wpu-profile-wrapper .wpu-profile-mini .wpu-profile-meta {
    background: #ffffff;
    border-bottom: 1px solid rgba(220, 220, 220, 0.08);
    border-left: 1px solid rgba(220, 220, 220, 0.08);
    border-right: 1px solid rgba(220, 220, 220, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    padding-bottom: 20px;
    padding-top: 10px;
}

.wpu-profile-wrapper .fav-stores-box {
    padding: 20px;
}

.wpu-profile-wrapper .fav-stores-box .image {
    min-height: 94px;
    width: 100%;
}

.wpu-profile-wrapper .fav-stores-box .store-thumb {
    margin-bottom: 5px;
}

.wpu-profile-wrapper .fav-stores-box a span {
    color: #666666;
}

.wpu-profile-wrapper .section-heading .button {
    background: #00979d;
    color: #ffffff;
    float: right;
    margin-top: 6px;
}

.wpu-profile-wrapper .wpu-form-sidebar li {
    margin: 0px;
}

.wpu-profile-wrapper .wpu-form-sidebar li a {
    padding: 10px 15px;
    color: #666666;
    background: none;
}

.wpu-profile-wrapper .wpu-form-sidebar li a:hover {
    color: #00979d;
}

.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: left;
    margin-right: 15px;
    text-align: center;
    color: #2394CE;
    padding: 10px 0px;
}

.nothing-box .thumb i {
    font-size: 40px;
    line-height: 33px;
}

.nothing-box .thumb i:before {
    vertical-align: middle;
}

.best-coupons,
.saved-coupons,
.saved-stores {
    margin-bottom: 40px;
}

/*--------------------------------------------------------------
9.0 Support
--------------------------------------------------------------*/
/* Elements
------------------------------*/
.shadow-box {
    box-shadow: 0 1px 14px 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 0 0 -21%;
        width: 50%;
    }
}

/* Button
------------------------------*/
.ui.btn {
    background: #ff9900;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-right: 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: #ff9900;
    opacity: 0.9;
    color: #FFFFFF;
}

.ui.btn.btn_large {
    padding: 16px 20px;
}

.ui.btn.btn_large i {
    font-size: 15px;
    opacity: 1;
}

.ui.btn.btn_primary {
    background: #00979d;
}

.ui.button.btn_primary {
    background: #00979d;
    color: #FFF;
}

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

/* Coupon Button
------------------------------*/
/* Coupon Code */
.coupon-button-type .coupon-deal,
.coupon-button-type .coupon-print,
.coupon-button-type .coupon-code {
    line-height: 1;
    padding: 14px 38px;
    background: #ff9900;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    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: #444444;
    background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, transparent 15%, transparent 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, transparent 65%, transparent 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px transparent;
    text-align: right;
    padding: 10px 12px;
    font-size: 20px;
    border: 2px solid #DDDDDD;
    position: relative;
}

.coupon-button-type .coupon-code .code-text {
    text-transform: uppercase;
}

.coupon-button-type .coupon-code .get-code {
    position: absolute;
    left: -2px;
    top: -2px;
    background: #ff9900;
    color: #FFFFFF;
    font-size: 16px;
    padding: 14px 15px 14px 14px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    transition: all 0.5s ease;
}

.coupon-button-type .coupon-code .get-code:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 44px solid transparent;
    border-left: 44px solid #ff9900;
    position: absolute;
    right: -44px;
    top: 0;
}

.coupon-button-type .coupon-code .get-code:hover {
    padding-right: 5px;
    transition: all 0.5s ease;
}

/* Owl Carsouel
------------------------------*/
.home-slider-wrapper {
    background: #FFFFFF;
    font-size: 14px;
    padding: 10px;
}

@media screen and (min-width: 790px) {
    .home-slider-wrapper {
        padding: 20px;
    }
}

@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: 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;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* 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-controls .owl-prev {
    margin-top: -20px;
    position: absolute;
    top: 50%;
    left: -60px;
    opacity: 0.2;
}

.owl-controls .owl-next {
    margin-top: -20px;
    position: absolute;
    top: 50%;
    right: -60px;
    opacity: 0.2;
}

.owl-controls .owl-next:hover,
.owl-controls .owl-prev:hover {
    opacity: 1;
}

/* Social Likes
------------------------------*/
.social-likes,
.social-likes__widget,
.social-likes__button {
    animation: none 0s ease 0s 1 normal none running;
    backface-visibility: visible;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    border: medium none currentColor;
    border-collapse: separate;
    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;
    columns: auto;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-span: 1;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    height: auto;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    list-style: disc outside none;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 2;
    outline: medium none invert;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align: left;
    text-align-last: auto;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-origin: 50% 50% 0;
    transform-style: flat;
    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;
    transition: opacity 0.25s ease-in;
}

.social-likes > * {
    display: block;
    visibility: hidden;
}

.social-likes_visible > * {
    visibility: inherit;
}

.social-likes {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    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-flex-direction: column;
    flex-direction: column;
}

.social-likes {
    min-height: 36px;
    margin: -0.3em;
    line-height: 1.35;
}

.social-likes__widget {
    margin: 0.3em;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0.1875em;
}

.social-likes__widget:hover,
.social-likes__widget:active,
.social-likes__widget:focus,
.social-likes__widget:hover .social-likes__icon,
.social-likes__widget:active .social-likes__icon,
.social-likes__widget:focus .social-likes__icon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.social-likes__button {
    padding: 0.1875em 0.4em 0.25em 1.7em;
    vertical-align: middle;
    font-size: 0.875em;
    font-weight: normal;
}

.social-likes__icon {
    top: 0.25em;
    left: 0.25em;
}

.social-likes_vertical .social-likes__widget {
    width: 10em;
}

.social-likes__widget_facebook:hover,
.social-likes__widget_facebook:active,
.social-likes__widget_facebook:focus {
    background: #425497;
    border-color: #425497;
}

.social-likes__icon_facebook {
    color: #425497;
}

.social-likes__widget_twitter:hover,
.social-likes__widget_twitter:active,
.social-likes__widget_twitter:focus {
    background: #00b7ec;
    border-color: #00b7ec;
}

.social-likes__icon_twitter {
    color: #00b7ec;
}

.social-likes__widget_plusone:hover,
.social-likes__widget_plusone:active,
.social-likes__widget_plusone:focus {
    background: #dd4241;
    border-color: #dd4241;
}

.social-likes__icon_plusone {
    color: #dd4241;
}

.social-likes__widget_vkontakte:hover,
.social-likes__widget_vkontakte:active,
.social-likes__widget_vkontakte:focus {
    background: #526e8f;
    border-color: #526e8f;
}

.social-likes__icon_vkontakte {
    color: #526e8f;
}

.social-likes__widget_odnoklassniki:hover,
.social-likes__widget_odnoklassniki:active,
.social-likes__widget_odnoklassniki:focus {
    background: #f6903b;
    border-color: #f6903b;
}

.social-likes__icon_odnoklassniki {
    color: #f6903b;
}

.social-likes__widget_pinterest:hover,
.social-likes__widget_pinterest:active,
.social-likes__widget_pinterest:focus {
    background: #cc002b;
    border-color: #cc002b;
}

.social-likes__icon_pinterest {
    color: #cc002b;
}

.social-likes__widget_telegram:hover,
.social-likes__widget_telegram:active,
.social-likes__widget_telegram:focus {
    background: #34abde;
    border-color: #34abde;
}

.social-likes__icon_telegram {
    color: #34abde;
}

.social-likes__widget_linkedin:hover,
.social-likes__widget_linkedin:active,
.social-likes__widget_linkedin:focus {
    background: #0077b5;
    border-color: #0077b5;
}

.social-likes__icon_linkedin {
    color: #0077b5;
}

/* Semantic Overwrite
------------------------------*/
.ui.doubling.grid {
    width: auto !important;
}

.ui.breadcrumb .active.section {
    font-weight: normal;
}

.ui.breadcrumb .divider {
    opacity: 0.8;
    position: relative;
    top: -1px;
}

.ui.form .field > label {
    font-weight: normal;
}

.ui.checkbox {
    font-size: 13px;
}

.ui.form .field *:disabled,
.ui.form .field.disabled,
.ui.form .field.disabled label {
    opacity: 1;
    background: #f5f5f5;
    color: #555555;
}

.ui.form .field > .selection.dropdown > .dropdown.icon {
    color: #999999;
}

.ui.comments .comment a.author {
    font-weight: 600;
}

.ui.comments .comment a.author:hover {
    color: #00979d;
}

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

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

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

/* WooCommerce */
/*--------------------------------------------------------------
10.0 Support
--------------------------------------------------------------*/
/* WP Users */
.wpu-modal .wpu-form .custom-terms .wpu-accept-terms {
    margin-top: 4px;
}

/* WooCommerce support */
.products {
    clear: both;
}

.products.ui.grid.content-box {
    margin: 0px;
}

.products .product {
    padding-bottom: 40px;
}

.products .product img {
    width: 100%;
    height: auto;
}

.products h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wc-archive-container .pagination.woocommerce-pagination {
    margin-top: 30px;
}

.woocommerce-page .site-main .page-title {
    display: none;
}

.woocommerce-result-count {
    font-style: italic;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    margin-bottom: 1.5em;
}

.woocommerce-ordering select {
    padding: 7px;
    margin-top: -10px;
}

.woocommerce ul.products li.product h3 {
    font-size: 18px;
    margin-bottom: 7px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce button.button.alt {
    background-color: #00979d;
    padding: 10px 20px 11px;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
    border-radius: 2px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button.alt:hover {
    background: #222222;
    color: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce .quantity .qty {
    padding: 4px;
}

.woocommerce span.onsale {
    padding: inherit;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    display: block;
    margin-bottom: 6px;
}

.related.products h2,
#tab-description h2 {
    font-size: 17px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 9px 14px;
    font-weight: bold;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 102px;
    padding: 9px 6px 8px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #00979d;
}

.ui.grid.products > .column:not(.row) {
    padding-top: 0px;
    padding-bottom: 40px;
}


/* NEW CSS */

/* #b69cf6 */

:root {
    --thcolor:#397E7F;
	--gradient:linear-gradient(90deg, rgba(0,67,135,1) 28%, rgba(124,212,255,1) 100%);
    --shadow: 0 2px 25px -3px rgba(0, 0, 0, .15);
}

body {
    background: #fff;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1170px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;

}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}


.st-menu li {
    float: none;
    display: inline-block;
}

/*.primary-navigation { width:100%; text-align: center; }*/
.frontpage h2 {
    text-transform: uppercase;
    margin-top: 0;
}

.frontpage .widget,
.frontpage .howuse,
.frontpage .c_list,
.frontpage .popCategories {
    margin-bottom: 32px;
}

.frontpage .coupon-box {
    margin-bottom: 24px;
}

.frontpage .shadow-box {
    box-shadow: var(--shadow);
}

.frontpage .cate-parent a {
    padding: 12px;
    display: block;
    color: var(--thcolor);
}

.frontpage .popstores .store-thumb {
    margin-bottom: 10px;
    border: none;
}

.frontpage .popstores .store-thumb:hover {
    border: none;
}

.frontpage .popstores .store-thumb img {
    margin-right: 8px;
    float: left;
    width: 70px;
}

.frontpage .popstores .copcount {
    font-size: 12px;
}

.frontpage .popstores a:hover {
    background: var(--thcolor);
    color: #fff !important;
}

.frontpage .showmore {
    text-align: center;
    float: left;
    width: 100%;
}

.frontpage .showmore a {
    padding: 15px 20px;
    color: white !important;
    text-decoration: none;
    background: var(--thcolor);
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.frontpage .owl-item .store-name {
    display: none;
}

.homesearch {
    text-align: center;
    background: #fff;
    margin-bottom: 18px;
    padding: 28px;
}

.homesearch h1 {
    color: var(--thcolor);
}

.homesearch .ui.button {
    background: var(--thcolor);
    color: #fff!important;
    font-weight: bold;
}

.homesearch .ui.button:hover {
    background: var(--thcolor);
}

.homesearch .header-search-input {
    width: 65%;
    margin-bottom: 8px;
}

.homesearch .ui.search .prompt {
    border-radius: 0;
    border: none;
    border-bottom: solid var(--thcolor);
}

.homesearch .search-sample a {
    color: var(--thcolor);
}

.homesearch .result {
    display: flex !important;
}

.homesearch .results .image {
    float: left !important;
    margin-right: 1em;
    flex: 0 0 auto;
    align-self: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
    background: 0 0;
    width: 5em;
    height: 3em;
}

.homesearch .results .content {
    margin: 0px !important;
    align-self: center;
}

.homesearch  .result {
    display: flex;
    position: relative;
}
.homesearch  .result a {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#header-search .prompt { background: #f3f3f3; }
/*
.homesearch { text-align:center; background: #283747; margin-bottom: 32px; padding: 32px; position: relative; box-shadow: var(--shadow);}
.homesearch:before { content: ""; background-image: url("assets/images/banner1.jpg") ;background-size: cover;position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;opacity: 0.1;}
.homesearch h1 { color:#fff; }
.homesearch .ui.button { background: #fff; color: var(--thcolor); font-weight: bold; }
.homesearch .ui.button:hover { background: #fff; }
.homesearch .header-search-input { width:88%; margin-bottom: 8px; }
.homesearch .ui.search .prompt { border-radius:0; border:none; border-bottom:#1F1F1F; }
.homesearch .search-sample a { color:#1F1F1F;  }
*/

.page-template-frontpage-new .header_right,
.nav-user-action {
    display: none;
}

.title_area .site-title a,
.title_area .site-description {
    color: #000;
}

.primary-header {
    background: #fff;
}

#site-header-nav {
	background: var(--thcolor);
}
.st-menu a,
.st-menu > li > a, 
.st-menu a i,
.st-menu li.current-menu-item a {
	color:#fff;
	font-size:18px;
}

.title_area .site-title a,
.title_area .site-description {
    color: #fff;
}

.c_list .store-listing-item {
    padding: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 1px;
}

.c_list .store-thumb-link {
    margin-right: 6px;
}

.c_list .store-thumb-link .store-thumb {
    width: 90px;
    max-width: 90px;
}

.c_list .latest-coupon {
    width: calc(100% - 106px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.c_list .latest-coupon a,
.coupon-box .latest-coupon a {
    color: var(--thcolor) !important;
}

.c_list .latest-coupon .coupon-title {
    font-size: 16px;
    font-weight: 500;
}
.c_list .coupon-live {
    position: relative;
}

.c_list .coupon-live:before {
    font-family: "Icons";
    /*    content: "\f105";*/
    content: "\f054";
    position: absolute;
    right: 12px;
    font-size: 20px;
}

.c_list .coupon-live:hover {
    background: var(--thcolor);
    color: #fff;
}

.c_list .coupon-live:hover a {
    color: #fff !important;
}

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

.store-grid .coupon {
    margin-bottom: 16px;
}

.store-grid .coupon-listing-item {
    padding: 20px 0 0 0;
    box-shadow: var(--shadow);
}

.store-grid .coupon-listing-item .coupon-detail {
    width: 100%;
}

.store-grid .coupon-listing-item .coupon-detail .coupon-button {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    border: none;
    background: transparent;
    color: #000;
    font-size: 16px;
    border-top: dashed 2px var(--thcolor);
    border-radius: 0;
    padding: 14px 34px;
}

.store-grid .coupon-listing-item .coupon-detail .coupon-button:hover {
    background: var(--thcolor);
    color: #fff;
}

.store-grid .latest-coupon .coupon-title {
    padding: 0 15px;
}

.store-thumb:hover {
    border-color: var(--thcolor);
}

.coupon-box .coupon-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	min-height:40px;
}

.coupon-box .store-thumb-link {
    margin: 0;
    width: 100%;
}

.coupon-box .store-thumb {
    margin: auto;
}

/*
.store-listing-item .latest-coupon .coupon-title a,
.store-listing-item .latest-coupon .coupon-title a:hover,
.frontpage a { 
	color: var(--thcolor)!important; 
}
*/

/* Accordion styles */
.c_tabs {
    border-radius: 8px;
    overflow: hidden;
    /*  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
}

.c_tab {
    width: 100%;
    /*  color: var(--thcolor);*/
    overflow: hidden;
}

.c_tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.c_tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em 0 0;
    /*  background: #2c3e50;*/
    font-weight: bold;
    cursor: pointer;
    /* Icon */
}

.c_tab-label:hover {
    /*  background: #1a252f;*/
}

.c_tab-label::after {
    content: "▼";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
    /*	transform: rotate(90deg);*/
}

.c_tab-content {
    max-height: 0;
    padding: 0;
    /*  color: #2c3e50;*/
    /*  background: white;*/
    transition: all 0.35s;
}

.c_tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

.c_tab-close:hover {
    background: #1a252f;
}

.c_tabs input:checked + .c_tab-label {
    /*  background: #1a252f;*/
}

.c_tabs input:checked + .c_tab-label::after {
    /*  transform: rotate(270deg);*/
    content: "▲";
}

.c_tabs input:checked ~ .c_tab-content {
    max-height: 100vh;
    padding: 0;
    padding-top: 1rem;
}

.tbl-offer td,
.tbl-offer th {
    text-align: left;
}

.highlight {
    padding: 12px 16px 8px 12px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    background: white;
    box-shadow: 0 2px 10px -3px rgb(0 0 0 / 20%);
}

.highlight:hover::before {
    content: "";
    font-family: icons;
    position: absolute;
    font-size: 220px;
    right: 0;
    color: rgba(255, 255, 255, .2);
    z-index: 1;
    line-height: 175px;
    pointer-events: none;
    top: 0;
}


.highlight:hover {
    -webkit-animation: pulse2 1s ease-out;
    animation: pulse2 1s ease-out;
    color: #fff !important;
    background: var(--thcolor);
}

.highlight a {
    color: var(--thcolor) !important;
}

.highlight:hover a,
.highlight:hover p {
    color: #fff !important;
}

.highlight .coupon-button-type .coupon-deal,
.highlight .coupon-button-type .coupon-code .get-code {
    background: var(--thcolor) !important;
    color: #fff !important;
}

.coupon-button-type .coupon-code .get-code:after {
    border-left-color: var(--thcolor) !important;
}

.highlight:hover .coupon-button-type .coupon-deal,
.highlight:hover .coupon-button-type .coupon-code .get-code {
    background: #fff !important;
    color: var(--thcolor) !important;
}

.highlight:hover .coupon-button-type .coupon-code .get-code:after {
    border-left-color: #fff !important;
}

.highlight.coupon-expired {
    opacity: 0.4;
    filter: blur(2px);
}

.load-more .ui.btn.btn_large {
    background: var(--thcolor) !important;
}

.cate-az .cate-item li {
    box-shadow: var(--shadow);
    text-align: center;
}

.popstores a,
.cate-az .cate-parent a {
    color: var(--thcolor) !important;
}

.cate-az .cate-parent a:hover {
    background: var(--thcolor) !important;
    color: #fff !important;
}

.cate-az .cate-parent a:hover i {
    color: #fff;
}

.all-store-listing {
    width: 100%;
}

.all-store-listing .ui.vertical.menu {
    box-shadow: none;
    border: none;
    background: none;
}

.all-stores-alphabets .store-listing {
    padding: 0;
}

.all-stores-alphabets .store-listing .st_name {
    display: inline-block;
}

.all-stores-alphabets h2 {
    font-weight: bold;
}

.all-stores-alphabets .store-listing-box {
    padding-top: 20px;
}

.all-store-listing .shadow-box,
.all-stores-alphabets .shadow-box {
    padding: 15px 15px 5px 15px;
}

.all-store-listing .item,
.all-stores-alphabets .item {
    background: #fff !important;
    border-radius: 8px;
    padding: .92857143em 1.14285714em;
    display: inline-block !important;
    margin: 0 10px 10px 0;
    box-shadow: 1px 2px 10px -3px #ccc;
}

.all-store-listing .item:hover,
.all-stores-alphabets .item:hover {
/*    color: #fff !important;*/
}

.all-store-listing .item:before,
.all-stores-alphabets .item:before {
    background: none !important;
}

.all-catgs .catname {
    margin-bottom: 10px;
}

.all-catgs .catname span {
    width: 100%;
    display: inline-block;
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover {}

.scroll:hover .fa {}

.scroll .icon {
    font-size: 36px;
}

.site-footer {
    background-color: #fff!important;
    color: var(--thcolor)!important;
}

.site-footer .footer-columns .footer-column .widget .widget-title,
.site-footer a,
.site-footer p {
    color: var(--thcolor)!important;
}

.ui.button, 
.search-submit { 
	background-color: var(--thcolor)!important; 
}
#header-search { margin-top:40px; }

.footer_copy {
    text-align: center;
}


@media only screen and (min-width: 768px) {
    .ui.modal {
        width: 600px !important;
		margin-left: -315px!important;
    }
}


@media only screen and (min-width: 992px) {
    .ui.modal {
        width: 600px !important;
    }
}


@media only screen and (min-width: 1200px) {
    .ui.modal {
        width: 600px !important;
    }
}



.coupon-modal .modal-code {
    margin-bottom: 0 !important;
}

.coupon-modal .coupon-type-text {
    text-align: center;
    width: 100%;
    margin-bottom: 0 !important;
}

.coupon-modal .storebtn {
    text-align: center;
    margin-bottom: 8px;
}

.coupon-modal .storebtn .go-store {
    float: none;
}

.coupon-modal .code-text {
    background: #fff !important;
}

.coupon-modal .coupon-content .modal-code .action {
    padding: 10px 20px;
}

.coupon-modal .coupon-detail-content {
    margin-bottom: 8px;
}

.coupon-modal .coupon-detail-content p {
    padding: 0 20px;
    height: 75px;
    overflow: hidden;
    text-align: center;
}

.coupon-modal .ui.btn.btn_secondary {
    background: var(--thcolor);
    color: #fff !important;
}

.coupon-modal .code-text {
    border-color: #4682b4 !important;
}

.newsletterpop {
    border-top: dashed 1px #ccc;
    padding-top: 10px;
    text-align: center;
}

.newsletterpop form {
    width: 90%;
    margin: auto;
    padding: 0 20px;
}

.newsletterpop h6 {
    font-weight: bold;
    margin-bottom: 8px;
}

.newsletterpop .txtdiv input {
    width: 100%;
}

.newsletterpop .btndiv .btn {
    margin: 0;
    width: 100%;
}

a:hover{
	color:var(--thcolor);
}

@media screen and (max-width: 991px) {
    .c_list .col {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 500px) {
    .coupon-modal .coupon-header {
        padding: 10px 25px 0;
    }

    .coupon-modal .coupon-content {
        padding: 10px 0;
    }

    .homesearch .header-search-input {
        width: 100%;
    }
		.custom-page-header {
		margin-top:0;
		margin-bottom:8px;
	}
	.custom-page-header h1 { 
		line-height:normal;
		font-size:24px;
	}
	.custom-page-header p {
		font-size: 12px!important;
	}
	.site-content #content-wrap {
		padding-top:0;
	}
	.store-listing-item .store-thumb-link { 
		display:none;
	}
	.store-listing-item .latest-coupon,
	.coupon-listing-item .coupon-detail,
	.coupon-listing-item .coupon-detail .coupon-button	{
		width:100%
	}
}


@media screen and (min-width: 500px) {
    .coupon-modal .coupon-content {
        width: 90%;
        padding: 0;
        margin: auto;
    }

}




@-webkit-keyframes pulse2 {
    from {
        box-shadow: 0 0 0 0 rgba(40, 55, 71, .2);
    }

    to {
        box-shadow: 0 0 0 45px rgba(40, 55, 71, 0);
    }
}

@keyframes pulse2 {
    from {
        box-shadow: 0 0 0 0 rgba(40, 55, 71, .2);
    }

    to {
        box-shadow: 0 0 0 45px rgba(40, 55, 71, 0);
    }
}
.ps { background:#f7f7f7; }
.ps a { color:#C62828!important; }

.bf { background:#FDFEFE; }
.bf a { color:#cf2e2e!important; }
