html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

img {
  margin: 0;
}

img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

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

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  border: none;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px;
}

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

.wp-smiley {
  margin: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  width: 100% !important;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cfd7de;
}

td,
th {
  padding: 0;
}

.hidden,
[hidden] {
  display: none !important;
}

.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.pure-g {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}

.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}

.pure-u {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-g [class*="pure-u"] {
  font-family: sans-serif;
}

.pure-g {
  margin: 0 -1em;
}

.pure-g > div {
  padding: 0 1em;
}

.pure-button {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.pure-button-group {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
}

.opera-only :-o-prefocus,
.pure-button-group {
  word-spacing: -0.43em;
}

.pure-button-group .pure-button {
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-button {
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  color: #444;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid #999;
  border: none transparent;
  background-color: #e6e6e6;
  text-decoration: none;
  border-radius: 2px;
}

.pure-button:focus,
.pure-button:hover {
  background-image: -webkit-gradient(
    linear,
    right top,
    right bottom,
    from(transparent),
    color-stop(40%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0.1))
  );
  background-image: -webkit-linear-gradient(
    transparent,
    rgba(0, 0, 0, 0.05) 40%,
    rgba(0, 0, 0, 0.1)
  );
  background-image: linear-gradient(
    transparent,
    rgba(0, 0, 0, 0.05) 40%,
    rgba(0, 0, 0, 0.1)
  );
}

.pure-button:focus {
  outline: 0;
}

.pure-button-active,
.pure-button:active {
  -webkit-box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.15) inset,
    0 0 6px rgba(0, 0, 0, 0.2) inset;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.15) inset,
    0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000;
}

.pure-button-disabled,
.pure-button-disabled:active,
.pure-button-disabled:focus,
.pure-button-disabled:hover,
.pure-button[disabled] {
  border: none;
  background-image: none;
  opacity: 0.4;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}

.pure-button-hidden {
  display: none;
}

.pure-button-primary {
  background-color: #60a600;
  color: #fff;
  border-radius: 2px;
  height: 38px;
}

.pure-button-group .pure-button {
  margin: 0;
  border-radius: 0;
  border-left: 1px solid #111;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.pure-button-group .pure-button:first-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.pure-button-group .pure-button:last-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-left: none;
}

.pure-form input[type="email"],
.pure-form input[type="search"],
.pure-form input[type="text"],
.pure-form select,
.pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form input[type="email"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="text"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  outline: 0;
  border-color: #129fea;
}
.pure-form select {
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: #fff;
}

.pure-form select[multiple] {
  height: auto;
}

.pure-form label {
  margin: 0.5em 0 0.2em;
}

.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}

.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

.pure-form-stacked input[type="email"],
.pure-form-stacked input[type="search"],
.pure-form-stacked input[type="text"],
.pure-form-stacked label,
.pure-form-stacked select,
.pure-form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}

@media (max-width: 30em) {
  .pure-form button[type="submit"] {
    margin: 0.7em 0 0;
  }
  .pure-form input[type="email"],
  .pure-form input[type="search"],
  .pure-form input[type="text"],
  .pure-form label {
    margin-bottom: 0.3em;
    display: block;
  }
}

.hide {
  display: none !important;
}

@font-face {
  font-display: swap;
  font-family: "Amazon Ember";
  src:
    url(../fonts/LSiOEsjzv3B$kYA.woff2) format("woff2"),
    url(../fonts/cxfb27oOF1wiWu0.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Amazon Ember";
  font-weight: 500;
  src:
    url(../fonts/tFuoyNgHINGzO2q.woff2) format("woff2"),
    url(../fonts/dxZ7KcnSHs4Xu8u.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Amazon Ember";
  font-weight: 700;
  src:
    url(../fonts/YIjnvP6zh3cdI3P.woff2) format("woff2"),
    url(../fonts/v0L0uHakvkkbimI.woff) format("woff");
}

body {
  font-family: "Amazon Ember", Arial, sans-serif;
  color: #16171a;
  font-size: 14px;
  padding-top: 60px;
  overflow-x: hidden;
  scroll-padding: 0;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
section {
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

input:focus {
  outline: 0;
}

.show-backtotop .tw-backToTop {
  opacity: 1;
  visibility: visible;
}

.tw-backToTop {
  position: fixed;
  left: 0;
  top: 50%;
  opacity: 0;
  color: #fff;
  z-index: 98;
  cursor: pointer;
  font-size: 12px;
  line-height: 40px;
  margin: -25px 0 0;
  visibility: hidden;
  text-align: center;
  background-color: #5eaef5;
  text-transform: capitalize;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}

.tw-backToTop > svg {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  fill: #fff;
  width: 20px;
  margin: -10px auto 0;
}

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

.ner-0 {
  color: #85144b;
}

.ner-1 {
  color: #f012be;
}

.ner-2 {
  color: #85144b;
}

.ner-3 {
  color: #f012be;
}

.ner-4 {
  color: #f012be;
}

.ner-5 {
  color: #f012be;
}

.ner-6 {
  color: #f012be;
}

.ner-7 {
  color: #f012be;
}

.ner-8 {
  color: #f012be;
}

.ner-9 {
  color: #f012be;
}

.ner-10 {
  color: #ff851b;
}

.ner-11 {
  color: #11a161;
}

.ner-12 {
  color: #11a161;
}

.ner-13 {
  color: #11a161;
}

.ner-14 {
  color: #ff4136;
}

.ner-15 {
  color: #ff4136;
}

.ner-16 {
  color: #b10dc9;
}

.tw-dExt > h2,
.tw-dExt > h3,
.tw-dExt > h4,
.tw-extTitle {
  font-size: 18px;
  margin: 0 auto 16px;
  letter-spacing: 0.2px;
}

.tw-dExt > p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto 16px;
  letter-spacing: 0.2px;
}

.tw-dExt > img {
  max-width: 90%;
}

.tw-extTab > h2,
.tw-extTab > p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto 12px;
}

.tw-extTab > .table-responsive,
.tw-extTab > ol,
.tw-extTab > ul {
  font-size: 14px;
  line-height: 20px;
}

.tw-extTab > ol,
.tw-extTab > ul {
  padding-right: 16px;
}

.tw-extTab > .table-responsive,
.tw-extTab > ol,
.tw-extTab > ul {
  font-size: 14px;
  line-height: 20px;
}

.tw-extTab img {
  max-width: 100%;
}

table {
  width: 100% !important;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cfd7de;
}

.table {
  width: 100%;
  max-width: 100%;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  vertical-align: middle;
  line-height: 18px;
}

th {
  text-align: right;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
  margin: 12px auto;
}

.tcb-det {
  line-height: 1.4;
}

.tcb-det > b {
  display: block;
  color: #373737;
  line-height: 20px;
  margin: 12px auto;
  text-transform: capitalize;
}

.tcb-det > ol,
.tcb-det > ul {
  position: relative;
  line-height: 22px;
  padding-right: 16px;
  letter-spacing: 0.2px;
}

.tcb-det > ol > li > ul,
.tcb-det > ul > li > ul {
  padding-right: 28px;
}

.tcb-det > ol > li > ol,
.tcb-det > ul > li > ol {
  padding-right: 28px;
}

.tcb-det > ol.tw-disc {
  list-style-type: disc;
}

.tc-box .tcb-det > ul.circle {
  list-style-type: circle;
  list-style: circle;
  padding-right: 40px;
}

.tc-box .tcb-det > ul.circle > li {
  padding: 4px 0;
  display: list-item !important;
}

.talert {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 1200;
  box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.07);
  padding: 12px;
  width: 260px;
}

.talert > img {
  display: inline-block;
  max-width: 80px;
  vertical-align: middle;
}

.talert > p {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 90px);
  margin: 0;
  margin-right: 12px;
}

.talert > p > a {
  display: block;
}

.talert #tClose {
  position: absolute;
  left: 6px;
  top: 6px;
  display: inline-block;
  cursor: pointer;
  width: 13px;
  height: 13px;
}

.talert.shwalert {
  display: block;
  background: #fff;
}

.tw-BBanner {
  position: fixed;
  bottom: 0;
  height: 50px;
  width: 100%;
  z-index: 100;
}

.tw-BBanner > .container {
  padding: 0;
}

.tw-BBanner .tw-BBannerCon,
.tw-BBanner .tw-Bpresented {
  position: relative;
}

.tw-BBanner .tw-BBannerCon img {
  width: 120px;
  margin-top: -15px;
  margin-left: 5px;
}

.tw-BBanner .tw-BBannerCon h4 {
  color: #fff;
  display: none;
  font-size: 12px;
  text-overflow: ellipsis;
  text-align: center;
  width: calc(100% - 214px);
  width: -webkit-calc(100% - 214px);
  width: -moz-calc(100% - 214px);
  position: absolute;
  line-height: 18px;
  top: 50%;
  margin: -18px auto 0;
  padding: 0 12px;
  max-height: 36px;
  overflow: hidden;
}

.tw-BBanner .tw-Bpresented {
  margin-right: 0;
  width: 90px;
  height: 50px;
  vertical-align: top;
  display: inline-block;
  max-width: 125px;
  box-sizing: border-box;
}

.tw-BBanner .tw-Bpresented img {
  display: block;
  max-width: 90px;
  position: absolute;
  top: 50%;
  margin: -18px auto 0;
  width: 125px;
  vertical-align: bottom;
}

.tw-BBanner .tw-BBannerCon a:not(.tw-Bpresented) {
  border-radius: 4px;
  position: absolute;
  top: 50%;
  margin: -18px auto 0;
  left: 6px;
  min-width: 120px;
  padding: 8px 12px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.tw-BBanner .tw-closeBBanner {
  position: fixed;
  bottom: 50px;
  left: 6px;
  z-index: 9;
  width: 42px;
  height: 36px;
  cursor: pointer;
  text-align: center;
  line-height: 44px;
  background-color: #3b5998;
  color: #fff;
  font-size: 28px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.open-auth-modal {
  overflow: hidden;
}

.open-auth-modal .login-dialog {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.login-dialog {
  position: fixed;
  width: 100vw;
  top: -10px;
  right: 0;
  background: #fff;
  z-index: 3000;
  height: 100vh;
  overflow-y: auto;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}

.login-dialog .loginm-footer {
  background: #8db654;
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 16px;
  text-align: center;
  line-height: 1.4;
  width: 100%;
}

.login-dialog .loginm-footer > span {
  display: block;
}

.login-dialog #closeLoginModal {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  cursor: pointer;
}

.login-dialog #closeLoginModal #Pathlog {
  fill: #fff;
}

.login-dialog .loginm-content .lm-t {
  background-color: #071938;
  padding: 24px 24px 0;
}

.login-dialog .loginm-content .lm-t > span {
  display: block;
  padding-top: 16px;
  color: #fff;
  margin-top: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

.login-dialog .loginm-content .lm-t > span small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  margin-top: 12px;
  opacity: 0.8;
}

.login-dialog .loginm-content .lm-img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

.login-dialog .loginm-content .lm-img img {
  max-width: 100%;
}

.login-dialog .loginm-content .lm-b {
  position: relative;
  overflow: hidden;
}

.login-dialog .loginm-content .lm-b .loginWith {
  margin-top: 22px;
  padding: 24px;
}

.login-dialog .loginm-content .lm-b .loginWith > span {
  display: block;
  margin: 25px 0;
  font-weight: 700;
  font-size: 22px;
  color: #2f3843;
  text-align: center;
}

.login-dialog .loginm-content .lm-b .loginWith > a {
  text-align: center;
  color: #212121;
  display: block;
  border-radius: 3px;
  text-transform: capitalize;
  border: solid 1px #101726;
  line-height: 25px;
  padding: 10px 24px;
  text-transform: capitalize;
}

.login-dialog .loginm-content .lm-b .loginWith > a .gi {
  float: right;
  position: relative;
  top: -3px;
}

.login-dialog .loginm-content .lm-b .loginWith > a .gi > svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.login-dialog .loginm-content .lm-b .loginWith a.fb {
  color: #fff;
  background: #3a5996;
  border: solid 1px #3a5996;
  margin-bottom: 28px;
}

.menu,
.list-inline,
.list-unstyled {
  list-style: none;
}

.list-inline > .widget_nav_menu,
.list-inline > li {
  display: inline-block;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.pure-radio {
  position: relative;
}

.checkbox,
.radio {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}

.checkbox + label,
.radio + div,
.radio + span {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  box-sizing: border-box;
  padding-right: 22px;
}

.radio + div,
.radio + span {
  padding-right: 28px;
  line-height: 20px;
  cursor: pointer;
}

.radio + div:before,
.radio + span:before {
  content: "";
  transition: all 0.15s ease-in-out;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #dee2e6;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right: 0;
  box-sizing: border-box;
}

.radio + div:after,
.radio + span:after {
  transition: background-color 0.15s ease-in-out;
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  right: 4px;
  top: 4px;
}

.radio:checked + div:before,
.radio:checked + span:before {
  border-color: #8db654;
  background: 100% 0;
}

.radio:checked + div:after,
.radio:checked + span:after {
  background: #8db654;
}

.checkbox + label:before {
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  position: absolute;
  top: 1px;
  right: 0;
  display: block;
  width: 15px;
  height: 15px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
  border-radius: 2px;
}

.checkbox + label:after {
  position: absolute;
  top: 1px;
  right: -10px;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  transition: all 0.2s ease;
}

.checkbox:checked ~ label::before {
  background-color: #007bff;
}

.checkbox:checked + label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  right: 0;
}

.visible-lg {
  display: none !important;
}

.t-bread {
  margin-bottom: 8px;
}

.t-bread a {
  color: #2491ef;
}

.t-bread a:hover {
  opacity: 1;
  text-decoration: underline;
}

.t-bread li {
  color: #515151;
}

.t-bread li + li:before {
  content: "/";
  margin-left: 4px;
  margin-right: 4px;
}

.egp:before {
  content: "\a3";
}

.th-line {
  position: relative;
}

.th-line:after {
  content: "";
  background-color: #8db654;
  width: 80px;
  display: block;
  height: 4px;
  margin-top: 6px;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-6px);
  }

  50% {
    transform: translateX(0);
  }

  47% {
    transform: translateX(6px);
  }

  100% {
    transform: translateX(0);
  }
}

.tw-input-error {
  animation: shake 0.3s linear;
  border: 1px solid #e26262 !important;
}

.admin-bar header.uni-header {
  top: 46px;
}

header.uni-header {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  height: 60px;
  padding: 0 8px;
  box-sizing: border-box;
  z-index: 999;
  background: #fff;
}

#tBurger {
  cursor: pointer;
  width: 44px;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 22px;
  padding-right: 12px;
}

#tBurger > span {
  width: 22px;
  height: 2px;
  border-radius: 10px;
  background-color: #515151;
  display: block;
  margin-bottom: 4px;
}

.t-top {
  padding: 12px 0;
}

a.t-special-mobile {
  margin-right: 20px;
}

a.t-special-mobile img {
  height: 40px;
  width: 100px;
  vertical-align: middle;
}

.tw-logo > svg {
  height: 36px;
}

.tw-logo > svg > .path1 {
  fill: #8db654;
}

.tw-logo > svg > .path2 {
  fill: #575757;
}

.tw-logo > span {
  font-size: 8px;
  position: absolute;
  text-transform: uppercase;
  left: 0;
  top: 30px;
  color: #575757;
}

.tw-logo {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 44px;
}

#tSearchInput {
  height: 38px;
  border-radius: 4px;
  background-color: #efefef;
  border: none;
}

.t-search {
  position: absolute;
  top: 0;
  left: 0;
}

.t-search > span {
  width: 50px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 74px;
}

.t-search > span > svg {
  height: 20px;
  width: 24px;
}

.t-body.open {
  overflow: hidden;
}

.t-login-btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.t-login-btn {
  margin-right: 18px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.23);
}

.tprof {
  display: inline-block;
  margin-right: 18px;
  cursor: pointer;
  display: none;
}

.tprof > span {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}

.tprof > span > img {
  width: 100%;
}

.tprof > p {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 8px;
}

.tprof:hover + .tprof-dropdown {
  visibility: visible;
  opacity: 1;
  top: 46px;
}

.tprof-dropdown {
  top: 32px;
  position: absolute;
  min-width: 160px;
  left: 0;
  background: #ecf1f7;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  transition: all 0.3s ease-in-out;
  z-index: 120;
}

.tprof-dropdown > a {
  color: #333;
  padding: 10px 20px;
  display: block;
  text-transform: capitalize;
}

.tprof-dropdown:hover {
  opacity: 1;
  visibility: visible;
  top: 46px;
}

#tNavigation {
  padding: 0;
}

.t-nav-menu {
  position: fixed;
  top: 0;
  width: 240px;
  right: -240px;
  height: 100%;
  background: #fff;
  transition: all 0.2s;
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
}

.t-body.admin-bar.open .t-nav-menu {
  top: 46px;
}

.t-body.open .t-nav-menu {
  transform: translateX(-240px);
}

.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  display: none;
}

.t-body.open-mobile-filter .overlay,
.t-body.open .overlay {
  display: block;
}

.t-login-m {
  height: 156px;
  background-image: linear-gradient(-179deg, #417ad2 -16%, #284878 99%);
  padding: 18px 8px;
  box-sizing: border-box;
}

.t-loggedout {
  display: block;
}

.t-loggedin {
  display: none;
  color: #fff;
}

.t-loggedin .picwrap {
  width: 60px;
  height: 60px;
  vertical-align: middle;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 8px;
}

.t-loggedin .picwrap > img {
  width: 100%;
}

.t-loggedin > p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 4px;
}

.t-loggedin > p > a {
  color: #fff;
  text-decoration: underline;
  margin: auto 15px;
}

.t-loggedin > p.name {
  font-size: 15px;
  font-weight: 700;
}

.t-login-icon,
.t-login-text {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  text-align: center;
}

.t-login-text {
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 300;
}

.t-login-text > span {
  display: block;
  margin: 12px 0;
}

.t-login-text > a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
}

.t-login-icon > img {
  width: 106px;
  height: 113px;
}

.t-nav-secondary a {
  color: #16171a;
}

.t-nav-primary {
  padding: 0 12px;
}

.t-nav-primary.open + .t-nav-secondary {
  visibility: hidden;
  opacity: 0;
}

.t-nav-secondary {
  border-top: 1px solid #cfcfcf;
  padding: 12px;
}

.t-nav-secondary .lgout svg {
  display: inline-block;
  vertical-align: sub;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.t-nav-primary > li,
.t-nav-secondary > li {
  padding: 16px 0;
  padding-left: 12px;
}

.t-nav-primary > li > a {
  color: #16171a;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.t-nav-main {
  position: relative;
  display: block;
}

.t-nav-main:after {
  content: "\25B8";
  position: absolute;
  left: 0;
}

.t-nav-back {
  display: block;
  padding: 16px;
  border-bottom: 1px solid #ccc;
  color: #525252;
  font-size: 16px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.t-nav-back:before {
  content: "";
  background-image: url(../icons/left-arrow.svg);
  background-repeat: no-repeat;
  margin-left: 6px;
  width: 16px;
  height: 12px;
  display: inline-block;
  background-size: contain;
}

.t-nav-deal > svg {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.search-dialog {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100vw;
  transform: translateX(-110vw);
  height: 100vh;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  box-sizing: border-box;
  z-index: 999;
  overflow-y: auto;
  padding: 0 0 56px;
}

.open-search-modal .search-dialog {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.open-search-modal {
  overflow: hidden;
}

.t-notify {
  display: inline-block;
  position: absolute;
  left: 54px;
  top: 17px;
}

.t-notify #tMNotify {
  display: block;
  height: 36px;
  line-height: 40px;
  width: 35px;
  text-align: center;
  position: relative;
}

.t-notify #tMNotify > svg {
  height: 19px;
}

.t-notify #tMNotify > span {
  font-weight: 500;
  color: #fff;
  font-size: 10px;
  width: 16px;
  height: 16px;
  text-align: center;
  background-color: #de2e2e;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  line-height: 17px;
}

#tNotifyC {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: #f5f5f8;
  top: 0;
  transform: translateX(-110vw);
  transition: all 0.3s ease;
}

#tNotifyC > p {
  height: 52px;
  background-color: #fff;
  text-align: center;
  color: #575757;
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 52px;
  letter-spacing: 0.6px;
  position: relative;
}

#tNotifyC > ul li a {
  color: #383d4e;
  line-height: 1.5;
  padding: 12px;
  display: block;
  background: #fff;
  margin-bottom: 8px;
}

#tNotifyC > ul li a div,
#tNotifyC > ul li a span {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

#tNotifyC > ul li a span {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

#tNotifyC > ul li a span > img {
  width: 100px;
  height: 100px;
}

#tNotifyC > ul li a div {
  width: calc(100% - 120px);
  margin-right: 12px;
}

#tNotifyC > ul li a div time {
  color: #b0b0b0;
  font-size: 10px;
}

#tNotifyC > ul li a.unread {
  background: #eef3f6;
}

#tNotifyC #closeNotify {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 56px;
}

#tNotifyC.show {
  transform: translateX(0);
}

#tSearchInputBox {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a1a1a2;
  margin-top: 28px;
  border-radius: 0;
}

#tSearchInputBox::placeholder {
  color: #999;
  opacity: 1;
}

#tSearchInputBox:-ms-input-placeholder {
  color: #999;
}

#tSearchInputBox::-ms-input-placeholder {
  color: #999;
}

#closeSearchModal {
  position: relative;
  left: 0;
  top: 12px;
  width: 18px;
  text-align: left;
  height: 20px;
  float: left;
  cursor: pointer;
}

#closeSearchModal :hover {
  cursor: pointer;
}

#closeSearchModal > svg {
  width: 80%;
  height: 80%;
}

.t-search-trending {
  margin-top: 24px;
}

.t-search-trending > p {
  font-weight: 500;
  position: relative;
}

.t-search-trending > p:after {
  content: "";
  background-color: #8db654;
  width: 70px;
  height: 3px;
  display: block;
  margin-top: 8px;
}

.t-search-trending ul > li {
  display: inline-block;
  background-color: #ebebeb;
  border-radius: 20px;
  margin: 0 2px;
  margin-bottom: 10px;
  overflow: hidden;
}

.t-search-trending ul > li a {
  font-size: 12px;
  padding: 8px 16px;
  display: block;
  color: #545454;
  transition: all 0.3s ease;
}

.t-search-trending ul > li a:hover {
  background: #60a600;
  color: #fff;
}

.t-search-hottest {
  margin-top: 24px;
  border-top: 1px solid #dcdcdc;
  padding-top: 16px;
}

.t-search-hottest > p {
  font-weight: 500;
  position: relative;
}

.t-search-hottest > p:after {
  content: "";
  background-color: #8db654;
  width: 70px;
  height: 3px;
  display: block;
  margin-top: 8px;
}

.t-search-hottest .t-s-hotcoupon {
  position: relative;
  display: block;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.09);
  border: solid 1px #d6d8da;
  border-radius: 6px;
  padding: 4px 14px;
  box-sizing: border-box;
  margin-bottom: 12px;
}

.t-search-hottest .t-s-hotcoupon img {
  display: inline-block;
  vertical-align: middle;
}

.t-search-hottest .t-s-hotcoupon .t-sh-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  color: #515151;
  margin: 16px;
}

.t-search-hottest .t-s-hotcoupon:after {
  position: absolute;
  content: "";
  left: 16px;
  color: #fff;
  top: 20px;
  background: #2491ef;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-image: url(../icons/left-arrow-white.svg);
  vertical-align: middle;
  background-size: 29%;
  background-position: center;
}

.search-result {
  display: none;
  margin: 32px 0;
}

.search-result .sr-stores {
  position: relative;
}

.search-result .sr-stores > strong {
  font-size: 12px;
  color: #575757;
  width: 165px;
  display: inline-block;
}

.search-result .sr-stores > a {
  float: left;
  color: #1a8ef2;
  text-decoration: underline;
}

.search-result .sr-stores ul {
  margin-top: 12px;
}

.search-result .sr-stores ul li {
  margin-bottom: 8px;
}

.search-result .sr-stores ul li a {
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.09);
  border: solid 1px #d6d8da;
  background-color: #fff;
  display: block;
  padding: 4px;
}

.search-result .sr-stores ul li a > img {
  display: inline-block;
  max-height: 38px;
  vertical-align: middle;
  height: 40px;
  width: 100px;
  object-fit: cover;
}

.search-result .sr-stores ul li a > p {
  font-size: 12px;
  float: left;
  margin-left: 10px;
  color: #b2b2b2;
  max-width: 150px;
}

.search-result .sr-stores ul li a > p > span + span {
  border-right: 1px solid #b2b2b2;
  margin-right: 6px;
  padding-right: 6px;
}

.search-result .sr-brands {
  position: relative;
  margin-top: 24px;
  padding-top: 16px;
  border-top: solid 1px #dcdcdc;
}

.search-result .sr-brands > strong {
  font-size: 12px;
  color: #575757;
  width: 165px;
  display: inline-block;
}

.search-result .sr-brands > a {
  float: left;
  color: #1a8ef2;
  text-decoration: underline;
}

.search-result .sr-brands > ul li {
  margin-top: 12px;
}

.search-result .sr-brands > ul li a {
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.09);
  border: solid 1px #d6d8da;
  background-color: #fff;
  color: #000;
  margin-bottom: 8px;
  padding: 12px;
  display: block;
  box-sizing: border-box;
}

.search-result .sr-brands > ul li + li {
  margin-right: 8px;
}

.search-dialog.searching .non-search {
  display: none;
}

.search-dialog.searching .search-result {
  display: block;
}

footer {
  padding: 48px 0 24px;
  position: relative;
  z-index: 4;
  background: #071938;
  color: #fff;
}

footer .tw-logo {
  margin-bottom: 18px;
}

footer .tw-logo > svg > .path2 {
  fill: #fff;
}

footer .tw-logo > span {
  color: #fff;
}

footer .app-s > p {
  line-height: 1.5;
}

footer .app-s .app-link {
  margin-top: 18px;
  text-align: center;
  margin-bottom: 36px;
}

footer .app-s .app-link a {
  display: inline-block;
}

footer .app-s .app-link a img {
  width: 123px;
  height: 42px;
}

footer .app-s .app-link a + a {
  margin-right: 12px;
}

footer .tw-sl {
  position: relative;
  margin: 24px auto;
  padding: 24px 0 0;
  text-align: center;
}

footer .tw-sl li {
  padding: 0 4px 12px;
}

footer .tw-sl li > a {
  display: block;
  width: 36px;
  height: 36px;
  background-color: #3b5998;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
}

footer .tw-sl:before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.27);
  top: 0;
  right: 0;
  left: 0;
  width: 30%;
  margin: 0 auto;
}

footer .footer-list > .widget_nav_menu {
  margin-bottom: 24px;
  width: 48%;
  width: calc(50% - 6px);
  vertical-align: top;
}

footer .footer-list strong {
  text-transform: uppercase;
  color: #8db654;
  margin-top: 0;
  font-size: 1.2em;
  margin-bottom: 18px;
  display: block;
}

footer .footer-list a {
  display: block;
  color: #fff;
  margin-bottom: 12px;
}

footer .footer-list a:hover {
  text-decoration: underline;
}

footer .f-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 36px;
  padding-top: 24px;
}

footer .f-bottom > span {
  display: block;
  margin-top: 0;
  margin-bottom: 36px;
}

footer .f-bottom > span.hashtag {
  color: #8db654;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0;
  cursor: pointer;
}

footer .f-bottom small.copyright {
  opacity: 0.8;
}

.t-subm {
  padding: 24px 18px;
  background: #dfe8ef;
  background: linear-gradient(to bottom, #f1f5f8, #dfe8ef);
  margin-top: 48px;
}

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

.tsub-text > span {
  display: block;
  margin: 12px 0;
  line-height: 1.5;
}

.tsub-text .head,
.tsub-text .imgwrap {
  display: inline-block;
  vertical-align: middle;
}

.tsub-text .imgwrap {
  width: 50px;
  height: 50px;
  background-color: #60a600;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
}

.tsub-text .imgwrap > svg {
  height: 25px;
}

.tsub-text .head {
  margin-right: 12px;
  text-align: right;
  color: #000;
}

.tsub-text .head strong {
  margin-top: 2px;
  display: block;
  font-size: 22px;
  font-weight: 700;
}

.form-sub {
  margin: 24px 0 18px;
}

.form-sub input {
  width: 100%;
  border-radius: 2px;
  border: solid 1px #979797;
  background-color: #fff;
  height: 45px;
  margin-bottom: 12px;
  box-sizing: border-box;
  padding: 12px;
}

.form-sub input::placeholder {
  text-align: center;
  font-size: 12px;
  color: #979797;
}

.form-sub button {
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.23);
  background-color: #60a600;
  height: 45px;
  line-height: 32px;
  width: 100%;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-style: italic;
  letter-spacing: 0.5px;
  border: 1px solid transparent;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 20px;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-track {
  background-color: #575757;
}

::-webkit-scrollbar-track-piece {
  background-color: #eaeaea;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}

::-webkit-scrollbar-corner {
  display: none;
}

::-webkit-resizer {
  display: none;
}

.hscroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media (min-width: 35.5em) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 48em) {
  .container {
    max-width: 720px;
  }

  .t-loggedout {
    height: 145px;
  }

  .t-login-icon,
  .t-login-text {
    height: 100%;
  }
}

@media (min-width: 64em) {
  .container {
    max-width: 960px;
  }

  .flex {
    display: flex;
  }

  .tw-BBanner > .container {
    padding: 0 12px;
  }

  .tw-BBanner .tw-BBannerCon img {
    margin-top: -50px;
    width: 160px;
    max-width: 100%;
    vertical-align: bottom;
    display: inline-block;
  }

  .tw-BBanner .tw-BBannerCon h4 {
    width: calc(100% - 460px);
    width: -webkit-calc(100% - 460px);
    width: -moz-calc(100% - 460px);
    text-align: center;
    top: 0;
    margin: 16px auto;
    font-size: 14px;
    display: inline-block;
  }

  .tw-BBanner .tw-Bpresented {
    height: 50px;
    margin-right: 24px;
    vertical-align: top;
    width: 125px;
  }

  .tw-BBanner .tw-Bpresented > img {
    width: 125px;
    margin: 0 auto;
    top: 0;
  }

  .tw-BBanner .tw-BBannerCon a:not(.tw-Bpresented) {
    left: 0;
    min-width: 140px;
  }

  .tw-BBanner .tw-closeBBanner {
    left: 120px;
  }

  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 20px;
  }

  .tw-backToTop {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .t-bread li {
    color: #fff;
  }

  .t-bread a {
    color: #fff;
    opacity: 0.7;
  }

  .tw-extTab > h2 {
    color: #373737;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 12px;
    letter-spacing: -0.1px;
  }

  .tw-extTab > p {
    color: #373737;
    font-size: 16px;
    line-height: 1.725rem;
    margin: 0 auto 12px;
  }

  .tw-extTab > p:last-child {
    margin: 0 auto;
  }

  .tw-extTab > p > a,
  .tw-mDesc > .desc > a {
    color: #519cde;
    text-decoration: underline;
  }

  .tw-extTab > p > img {
    min-height: 120px;
  }

  .tw-extTab > p.extension-banner > img {
    min-height: none;
  }

  .tw-extTab > ol,
  .tw-extTab > ul {
    color: #373737;
    line-height: 1.725rem;
    padding-right: 16px;
    margin: 0 auto;
    list-style-type: decimal;
  }

  .tw-extTab > ol.tw-disc,
  .tw-extTab > ul.tw-disc {
    list-style-type: disc;
  }

  .tw-extTab > .table-responsive {
    color: #373737;
  }

  .tw-extTab > h2 {
    color: #373737;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 12px;
    letter-spacing: -0.1px;
  }

  .tw-extTab > p:last-child {
    margin: 0 auto;
  }

  .tw-extTab > p > a,
  .tw-mDesc > .desc > a {
    color: #519cde;
    text-decoration: underline;
  }

  .tw-extTab > p > img {
    min-height: 120px;
  }

  .tw-extTab > p.extension-banner > img {
    min-height: none;
  }

  .tw-extTab > ol,
  .tw-extTab > ul {
    color: #373737;
    line-height: 1.725rem;
    padding-right: 16px;
    margin: 0 auto;
    list-style-type: decimal;
  }

  .tw-extTab > ol.tw-disc,
  .tw-extTab > ul.tw-disc {
    list-style-type: disc;
  }

  .tw-extTab > .table-responsive {
    color: #373737;
  }

  .open-auth-modal {
    overflow: hidden;
  }

  .open-auth-modal .overlay {
    background: #28538f;
    background: -moz-linear-gradient(top, #28538f 0, #6289c1 100%);
    background: -webkit-linear-gradient(top, #28538f 0, #6289c1 100%);
    background: linear-gradient(to bottom, #28538f 0, #6289c1 100%);
    display: block;
  }

  .open-auth-modal .login-dialog {
    top: 122px;
  }

  .login-dialog {
    top: 110px;
    width: 70%;
    max-width: 750px;
    margin: 48px auto 0;
    right: 0;
    left: 0;
    height: 450px;
    max-height: 560px;
    border-radius: 4px;
    box-shadow: 0 8px 40px 0 rgba(18, 50, 105, 0.58);
  }

  .login-dialog #closeLoginModal #Pathlog {
    fill: #b4b4b4;
  }

  .login-dialog .loginm-footer {
    padding: 12px;
  }

  .login-dialog .loginm-footer span {
    display: inline-block;
  }

  .login-dialog .loginm-content {
    height: 100%;
  }

  .login-dialog .loginm-content .lm-t,
  .login-dialog .loginm-content .lm-b {
    display: inline-block;
    vertical-align: top;
  }

  .login-dialog .loginm-content .lm-t {
    height: 100%;
    width: 360px;
  }

  .login-dialog .loginm-content .lm-t > span {
    margin: 0 12px;
    margin-top: 15%;
    font-size: 25px;
    text-align: right;
    color: #fff;
  }

  .login-dialog .loginm-content .lm-t > span small {
    display: block;
    font-size: 14px;
  }

  .login-dialog .loginm-content .lm-t .lm-img {
    margin-top: 24px;
    max-width: 300px;
  }

  .login-dialog .loginm-content .lm-b {
    width: calc(100% - 380px);
  }

  .login-dialog .loginm-content .lm-b .loginWith {
    margin-top: 56px !important;
  }

  .login-dialog .loginm-content .lm-b .loginWith > span {
    font-size: 25px;
  }

  .login-dialog .loginm-content .lm-b .loginWith #logpath {
    fill: #b4b4b4;
  }

  .login-dialog .loginm-content .lm-b .loginWith > a .gi {
    top: -1px;
  }

  body {
    padding-top: 120px;
  }

  .hidden-lg {
    display: none !important;
  }

  .visible-lg {
    display: block !important;
  }

  .overlay {
    top: 120px;
  }

  .t-login,
  .t-search {
    display: inline-block;
    position: relative;
    vertical-align: middle;
  }

  .t-login {
    float: left;
  }

  .t-search {
    top: 0;
  }

  .admin-bar header.uni-header {
    top: 32px;
  }

  header.uni-header {
    height: 120px;
    padding: 0;
  }

  .tw-logo {
    margin-left: 48px;
    margin-right: 0;
  }

  #tSearchInput {
    width: 448px;
    padding-right: 48px;
  }

  .t-search > span {
    position: absolute;
    right: 12px;
    top: 9px;
    width: 24px;
    height: 20px;
    line-height: 20px;
  }

  .t-nav-menu {
    background: #f7f8fa;
    position: static;
    width: 100%;
    height: auto;
    overflow-y: initial;
    overflow-x: inherit;
  }

  .t-body.open .t-nav-menu {
    transform: none;
  }

  #tDNotify {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    line-height: 47px;
    margin-right: 18px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
  }

  #tDNotify > svg {
    height: 20px;
  }

  #tDNotify > span {
    font-weight: 500;
    color: #fff;
    font-size: 10px;
    width: 16px;
    height: 16px;
    text-align: center;
    background-color: #de2e2e;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    line-height: 17px;
  }

  #tDNotify:hover {
    background-color: #efefef;
  }

  .t-top {
    position: relative;
  }

  #tNavigation {
    padding: 0 12px;
  }

  #tNotifyC {
    position: absolute;
    width: 360px;
    border-radius: 2px;
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.26);
    background-color: #fff;
    left: 0;
    z-index: 2;
    margin-top: 6px;
    height: auto;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: none;
  }

  #tNotifyC > ul li a {
    padding: 16px;
    margin-bottom: 0;
  }

  #tNotifyC > ul li a > div time {
    font-size: 10px;
  }

  #tNotifyC.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(4px);
  }

  .t-nav-primary,
  .t-nav-secondary {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
  }

  .t-nav-primary > li,
  .t-nav-secondary > li {
    display: inline-block;
    line-height: 54px;
    cursor: pointer;
    position: relative;
    padding: 0;
    transition: all 0.3s ease;
  }

  .t-nav-primary > li.special > a img,
  .t-nav-secondary > li.special > a img {
    height: 40px;
    width: 120px;
    vertical-align: middle;
  }


  .t-nav-primary > li > span:after {
    content: "\25BE";
    padding-right: 6px;
    position: static;
  }

  .t-nav-primary > li + li {
    margin-right: 24px;
  }

  .t-nav-primary > li:hover {
    color: #60a600;
    box-shadow: inset 0 -3px #60a600;
  }

  .t-nav-primary > li:hover > a {
    color: #60a600;
  }

  .t-nav-secondary > li > a {
    display: block;
    margin: 0 12px;
    color: #000;
  }

  .t-nav-secondary {
    float: left;
  }

  .t-nav-secondary > li:not(.special):hover {
    color: #60a600;
    box-shadow: inset 0 -3px #60a600;
  }

  .t-nav-secondary > li:not(.special):hover > a {
    color: #60a600;
  }

  .t-nav-secondary > li > .t-special {
    background-color: #28538f;
    color: #fff;
    border-radius: 20px;
    line-height: normal;
    padding: 12px 18px;
    margin-left: 0;
  }

  .search-dialog {
    right: 0;
    height: 0;
    max-width: 640px;
    transform: none;
  }

  .open-search-modal .search-dialog {
    max-width: 100vw;
    height: 100vh;
    transform: none;
  }

  #closeSearchModal {
    width: 50px;
    height: 50px;
    top: 24px;
  }

  #tSearchInputBox {
    font-size: 3.5em;
    padding: 8px;
  }

  .inp-sub-text {
    display: block;
    font-size: 16px;
    text-align: left;
    opacity: 0.5;
    margin-top: 6px;
    margin-bottom: 16px;
  }

  .t-search-featured,
  .t-search-hottest {
    display: inline-block;
  }

  .t-search-trending {
    border-bottom: 1px solid #dcdcdc;
    margin-top: 56px;
    padding-bottom: 26px;
  }

  .t-search-trending > p {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .t-search-trending ul > li a {
    font-size: 14px;
  }

  .t-search-hottest {
    border: none;
    width: 60%;
  }

  .t-search-hottest > p {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .t-search-hottest ul li {
    vertical-align: top;
    width: 31%;
    display: inline-block;
  }

  .t-search-hottest ul li .t-s-hotcoupon {
    box-shadow: none;
    padding: 0;
    border: none;
  }

  .t-search-hottest ul li .t-s-hotcoupon .t-hot-img {
    border-radius: 6px;
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.14);
    max-width: 100%;
  }

  .t-search-hottest ul li .t-s-hotcoupon .t-sh-title {
    display: block;
    margin-right: 0;
    font-weight: 500;
    font-size: 16px;
  }

  .t-search-hottest ul li .t-s-hotcoupon span,
  .t-search-hottest ul li .t-s-hotcoupon strong {
    color: #515151;
  }

  .t-search-hottest ul li .t-s-hotcoupon img {
    display: block;
    margin-bottom: 8px;
  }

  .t-search-hottest ul li .t-s-hotcoupon:hover span {
    text-decoration: underline;
  }

  .t-search-hottest ul li .t-s-hotcoupon:after {
    display: none;
  }

  .t-search-hottest ul li a:last-child {
    color: #2491ef;
    font-size: 12px;
  }

  .t-search-hottest ul li + li {
    margin-right: 12px;
  }

  .t-search-featured {
    margin-top: 24px;
    padding-top: 16px;
    width: 36%;
    display: inline-block !important;
    vertical-align: top;
  }

  .t-search-featured > p {
    font-weight: 500;
    position: relative;
    margin-bottom: 24px;
    font-size: 16px;
  }

  .t-search-featured > p:after {
    content: "";
    background-color: #8db654;
    width: 70px;
    height: 3px;
    display: block;
    margin-top: 8px;
  }

  .t-search-featured ul li .t-s-feat {
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.14);
    display: block;
    padding: 10px;
    margin-bottom: 16px;
  }

  .t-search-featured ul li .t-s-feat .t-s-feat-img {
    width: 110px;
    height: 100px;
    display: inline-block;
    border-radius: 3px;
  }

  .t-search-featured ul li .t-s-feat .t-s-feat-img img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 3px;
  }

  .t-search-featured ul li .t-s-feat .t-s-feat-detail {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 115px);
  }

  .t-search-featured ul li .t-s-feat .t-s-feat-detail p {
    margin-bottom: 0;
    color: #07080b;
    margin-top: 10px;
  }

  .t-search-featured ul li .t-s-feat:hover .t-s-feat-detail p:last-child {
    text-decoration: underline;
  }

  .search-result {
    margin: 54px 0;
  }

  .search-result .sr-stores > strong {
    font-size: 16px;
    width: 300px;
  }

  .search-result .sr-stores > ul {
    margin-top: 24px;
  }

  .search-result .sr-stores > ul > li {
    display: inline-block;
  }

  .search-result .sr-stores > ul > li a {
    padding: 12px 18px;
    text-align: center;
  }

  .search-result .sr-stores > ul > li a > img {
    max-height: 44px;
    height: 40px;
    width: 130px;
    object-fit: cover;
  }

  .search-result .sr-stores > ul > li a > span {
    color: #b2b2b2;
    margin-top: 12px;
    font-size: 14px;
  }

  .search-result .sr-stores > ul > li a > p {
    float: none;
    font-size: 14px;
  }

  .search-result .sr-stores > ul > li + li {
    margin-right: 12px;
  }

  .search-result .sr-brands {
    padding-top: 24px;
  }

  .search-result .sr-brands > strong {
    font-size: 16px;
    width: 300px;
  }

  .search-result .sr-brands > ul {
    margin-top: 14px;
  }

  .search-result .sr-brands > ul > li a {
    padding: 12px 24px;
  }

  footer .tw-sl {
    text-align: right;
  }

  footer .tw-sl:before {
    left: auto;
  }

  footer .tw-logo > span {
    left: auto;
    right: 2px;
  }

  footer .app-s {
    display: inline-block;
    vertical-align: top;
    width: 25%;
  }

  footer .app-s .app-link {
    text-align: right;
  }

  footer .app-s .app-link a img {
    width: 123px;
    height: 42px;
  }

  footer .footer-list {
    margin-right: 24px;
    display: inline-block;
    vertical-align: top;
    width: 70%;
  }

  footer .footer-list .widget_nav_menu {
    width: 24%;
    width: calc(25% - 12px);
  }

  footer .f-bottom {
    margin-top: 36px;
  }

  footer .f-bottom > span {
    letter-spacing: 1px;
    font-size: 16px;
    letter-spacing: 0.4px;
  }

  footer .f-bottom > span.hashtag {
    font-size: 3.5em;
    letter-spacing: normal;
  }

  .t-subm {
    padding: 48px 18px 36px;
    z-index: 4;
    position: relative;
    margin-top: 0;
  }

  .form-sub,
  .tsub-text {
    display: inline-block;
    vertical-align: middle;
  }

  .tsub-text {
    max-width: 420px;
    text-align: right;
  }

  .tsub-text .head {
    vertical-align: top;
  }

  .tsub-text .imgwrap {
    width: 68px;
    height: 68px;
    line-height: 85px;
  }

  .tsub-text .imgwrap > svg {
    height: 30px;
  }

  .tsub-text > span {
    margin-right: 82px;
    margin-top: -16px;
    font-size: 12px;
  }

  .form-sub {
    width: calc(100% - 520px);
    margin-right: 36px;
    float: left;
  }

  .form-sub button {
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }

  .form-sub input {
    display: inline-block;
    width: calc(100% - 180px);
    vertical-align: middle;
    margin: 0;
  }

  .form-sub input::placeholder {
    text-align: right;
  }
}

@media (min-width: 80em) {
  .container {
    max-width: 1140px;
  }

  .flex {
    display: flex;
  }

  #tSearchInput {
    width: 629px;
  }

  .t-nav-store .t-store-menu {
    left: 0;
  }
}

.promo-banner {
  cursor: pointer;
  position: fixed;
  bottom: 12px;
  left: 12px;
  width: 65px;
  height: 65px;
  box-shadow: 0 5px 8px 0 rgba(17, 52, 16, 0.43);
  background-image: linear-gradient(to bottom, #88b510, #63a704);
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  z-index: 99;
  transition: all 0.3s ease-out;
}

#closePopupBtn {
  right: auto;
  left: 24px;
  top: 18px;
}

@media (min-width: 64em) {
  #closePopupBtn {
    top: 38px;
    left: 46px;
  }
}

.promo-banner > .pb-wrap {
  width: 52px;
  height: 52px;
  box-shadow: 0 1px 6px 0 rgba(24, 64, 24, 0.29);
  background-image: linear-gradient(to bottom, #9cd30b, #63a704);
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 52px;
  margin: 6px auto;
}

.promo-banner > .pb-wrap > span {
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  box-shadow: 0 4px 9px 0 rgba(14, 38, 14, 0.4);
  background-color: #fff;
  border-radius: 50%;
}

.promo-banner > .pb-wrap > span > img {
  max-height: 90%;
  max-width: 90%;
  vertical-align: middle;
}

.promo-banner > div {
  position: absolute;
  display: none;
}

.promo-banner > div > a {
  display: block;
  width: 100%;
  height: 100%;
}

.promo-banner.active {
  width: 190px;
  height: 145px;
  border-radius: 0;
  border-top-right-radius: 40%;
}

.promo-banner.active > .pb-wrap {
  transform: translateX(-100px);
}

.promo-banner.active > div {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.promo-banner.active > div > span {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 20px;
  height: 20px;
  background-color: #18210c;
  border-radius: 50%;
  text-align: center;
  display: block;
  line-height: 19px;
}

.promo-banner.active > div > span > svg {
  width: 9px;
  height: 9px;
}

.promo-banner.active > div > a {
  display: block;
}

.promo-banner.active > div > a > img {
  width: 100%;
}

.bb-ad .promo-banner {
  bottom: 98px;
}

main.t-mer .promo-banner {
  bottom: 78px;
}

.bb-ad main.t-mer .promo-banner {
  bottom: 128px;
}

@media (min-width: 64em) {
  .promo-banner {
    left: 24px;
    bottom: 24px;
  }

  .promo-banner.active {
    width: 370px;
    height: 280px;
    border-top-right-radius: 40%;
  }

  .promo-banner.active > div > span {
    width: 25px;
    height: 25px;
    line-height: 24px;
  }

  .bb-ad .promo-banner {
    bottom: 74px;
  }

  .bb-ad .promo-banner.active {
    bottom: 110px;
  }

  main.t-mer .promo-banner {
    bottom: 24px;
  }

  main.t-mer .promo-banner.active {
    bottom: 24px;
  }

  .bb-ad main.t-mer .promo-banner {
    bottom: 74px;
  }

  .bb-ad main.t-mer .promo-banner.active {
    bottom: 110px;
  }
}

@media (min-width: 64em) {
  .search-result .sr-stores > ul > li {
    width: 200px;
    margin-right: 12px;
  }
}

.main-carousel {
  margin-top: 12px;
  overflow: hidden;
  width: 100%;
  height: 130px;
  border-radius: 8px;
}

.main-carousel .carousel-cell {
  width: 100%;
  height: 160px;
  margin-left: 10px;
  overflow: hidden;
  cursor: pointer;
}

.main-carousel .dot {
  transition: all 0.3s ease;
}

.main-carousel .dot.is-selected {
  width: 20px;
  border-radius: 10px;
}

.main-carousel .carousel-cell img {
  width: 100%;
}

#tPopularOffer {
  font-size: 0;
}

#tPopularOffer .carousel-cell {
  font-size: 14px;
  width: calc(50% - 6px);
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 14px;
  position: relative;
  display: inline-block;
  box-shadow: 0 1px 4px 0 rgba(32, 50, 162, 0.08);
  cursor: pointer;
}

#tPopularOffer .carousel-cell > span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 6px;
  background-color: #fff;
  position: absolute;
  top: 12px;
  right: 12px;
  text-align: center;
  box-shadow: 0 5px 6px 3px rgba(0, 0, 0, 0.09);
}

#tPopularOffer .carousel-cell > span > img {
  width: 28px;
  height: 28px;
  vertical-align: middle;
}

#tPopularOffer .carousel-cell > img {
  max-width: 100%;
  max-height: 150px;
}

#tPopularOffer .carousel-cell .t-pop-det {
  padding: 12px;
  position: relative;
}

#tPopularOffer .carousel-cell .t-pop-det span.t-offer {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  height: 20px;
  margin-bottom: 10px;
}

#tPopularOffer .carousel-cell .t-pop-det h3.t-title {
  display: block;
  margin: 0;
  color: #515151;
  line-height: 1.4;
  height: 48px;
  overflow: hidden;
  font-size: 12px;
  font-weight: normal;
}

#tPopularOffer .carousel-cell:nth-child(2n) {
  margin-right: 12px;
}

#tPopularOffer .carousel-cell:hover {
  transform: translateY(-6px);
  box-shadow: 0 2px 14px 3px rgba(0, 0, 0, 0.03);
}

.t-home-h1 {
  text-align: center;
  border: 1px solid #979797;
  border-radius: 15px;
  line-height: 30px;
  color: #575757;
  font-size: 14px;
  height: 30px;
  margin: 12px auto;
}

.th-title {
  font-size: 18px;
  position: relative;
  color: #030306;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 24px;
  width: calc(100% - 165px);
}

.t-popular .th-title,
.t-top-c .th-title {
  width: 100%;
}

.th-title:after {
  content: "";
  background-color: #8db654;
  width: 80px;
  display: block;
  height: 4px;
  margin-top: 6px;
}

.t-popular {
  background: #f1f5f8;
  background: linear-gradient(to bottom, #f1f5f8, #dfe8ef);
  padding: 12px 0;
}

.t-pop-store {
  padding: 12px 0 32px;
}

#tPopularStore .carousel-cell {
  width: 100%;
}

#tPopularStore .carousel-cell a {
  width: calc(100% / 3 - 8px);
  height: 50px;
  display: inline-block;
  position: relative;
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  margin-bottom: 8px;
  line-height: 50px;
  overflow: hidden;
}

#tPopularStore .carousel-cell a img {
  max-width: 50%;
  margin: 0 auto;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

#tPopularStore .carousel-cell a > span {
  line-height: 15px;
  margin: 0;
  opacity: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 12px;
  transition: all 0.3s cubic-bezier(0.31, 0.17, 0.52, 0.96);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#tPopularStore .carousel-cell a + a {
  margin-right: 4px;
}

#tPopularStore .carousel-cell a:nth-child(3n + 1) {
  margin-right: 0;
}

#tPopularStore .carousel-cell a:focus > span,
#tPopularStore .carousel-cell a:hover > span {
  background-color: #2d3e50;
  opacity: 1;
  visibility: visible;
}

.tp-feat {
  border: solid 1px #e7e7e7;
  display: block;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(2, 3, 5, 0.05);
  text-align: center;
  margin-bottom: 12px;
}

.tp-feat > span {
  position: absolute;
  right: 12px;
  color: #999;
  font-size: 12px;
  top: 18px;
  width: 80px;
  text-align: right;
  margin: 0;
}

.tp-feat > .tpf-img {
  height: 63px;
}

.tp-feat > .tpf-img img {
  max-height: 80%;
  position: relative;
  top: 6px;
}

.tp-feat:after {
  content: "";
  background-image: url(../icons/left-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: #8db654;
  color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 22px;
  left: 12px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background-position: center;
}

.t-top-c {
  background: #f1f5f8;
  background: linear-gradient(to bottom, #f1f5f8, #dfe8ef);
  padding: 12px 0 24px;
}

.th-l {
  border-radius: 10px;
  box-shadow: 0 1px 4px 0 rgba(17, 19, 35, 0.08);
  background-color: #fff;
  padding: 10px;
}

.th-l ul {
  white-space: nowrap;
  overflow-x: scroll;
}

.th-l ul li {
  display: inline-block;
  text-align: center;
  max-width: 68px;
  margin: 0 12px;
  white-space: normal;
  vertical-align: top;
  cursor: pointer;
}

.th-l ul li > div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #efefef;
  margin: 0 auto 8px;
  padding: 11px;
}

.th-l ul li.active {
  color: #61a800;
}

.th-l ul li.active > div {
  background: #e8f7d3;
}

.th-l ul li.active > div g,
.th-l ul li.active > div path {
  fill: #61a800;
}

.th-r {
  margin-top: 12px;
  position: relative;
}

.th-r .t-htop-c {
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease;
  display: block;
}

.th-r .t-htop-c > a {
  display: block;
  margin-bottom: 6px;
}

.th-r .t-htop-c > a img {
  max-width: 100%;
}

.th-m .t-htop-c.show {
  visibility: visible;
  opacity: 1;
}

.th-m .t-htop-c.load .th-ec-w {
  max-height: 2400px;
}

.th-ec-w {
  max-height: 658px;
  padding: 12px 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.th-ec {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 4px 0 rgba(17, 19, 35, 0.08);
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.th-ec > .imw {
  height: 52px;
  width: 65px;
  display: block;
  position: absolute;
  left: 8px;
  padding: 0;
  background: 100% 0;
  top: 8px;
}

.th-ec > .imw > img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.th-ec > .amt {
  width: 85px;
  height: 72px;
  border-radius: 4px;
  background-color: #f0f2f5;
  color: #515151;
  margin: 12px;
  font-size: 18px;
  text-align: center;
  padding: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.th-ec > .amt > span {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-left: 12px;
}

.th-ec > .amt > span > small {
  text-align: left;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}

.th-ec > .amt > span > small.ri {
  transform: rotate(90deg);
  position: absolute;
  left: -2px;
  top: 5px;
}

.th-ec > .amt > span.bm > small:first-child {
  text-align: right;
}

.th-ec > .amt > span.bm > small.ri {
  top: 14px;
}

.th-ec > .amt > span.per {
  padding-left: 0;
}

.th-ec > .amt > span.per > small {
  text-align: center;
}

.th-ec > .amt > span.txt {
  padding-left: 0;
  font-size: 14px;
}

.th-ec > h3,
.th-ec > span {
  font-size: 14px;
  font-weight: 400;
  padding: 8px 12px;
  margin-top: 0;
  line-height: 1.5;
  width: calc(100% - 180px);
  height: 118px;
  display: inline-flex;
  align-items: center;
  flex-flow: wrap;
  overflow: hidden;
  vertical-align: top;
  border-right: 1px dashed #e9e9e9;
  margin-bottom: 0;
  box-sizing: border-box;
}

.th-ec > a {
  background-color: #f3f9ff;
  padding: 8px 12px;
  display: block;
  color: #2491ef;
}

.th-ec > a span {
  background-color: #d9edff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  vertical-align: middle;
}

.th-ec > a span::before {
  content: "\003E";
  font-size: 16px;
  line-height: 20px;
}

.th-ec:hover {
  transform: translateY(-6px);
  box-shadow: 0 2px 14px 3px rgba(0, 0, 0, 0.03);
}

.th-ec:hover h3,
.th-ec:hover > span {
  text-decoration: underline;
}

.th-smore {
  width: 180px;
  height: 38px;
  line-height: 36px;
  border-radius: 3px;
  border: solid 1px #000;
  background: 100% 0;
  margin: 24px auto 0;
  display: block;
}

.t-subs {
  padding: 24px 0;
  margin: 0 24px;
}

.t-subs .ts-form > span {
  display: block;
  margin: 12px 0;
  line-height: 1.4;
}

.t-subs .container {
  padding: 24px 36px;
  border-radius: 22px;
  background-color: #e5f6ff;
  text-align: center;
  color: #030306;
  position: relative;
}

.ts-title {
  display: block;
  margin: 12px 0;
  font-size: 18px;
  font-weight: 700;
}

.pure-form #user-email {
  margin: 18px auto 8px;
  width: 100%;
  height: 44px;
}

.pure-form .ts-btn {
  height: 45px;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.23);
  background-color: #60a600;
  color: #fff;
  width: 100%;
}

.th-gift {
  padding: 24px 0;
}

.th-gift .container {
  position: relative;
}

.tht-all {
  position: absolute;
  left: 12px;
  top: 0;
  border-radius: 3px;
  border: solid 1px #000;
  color: #000;
  box-sizing: border-box;
  padding: 7px 12px;
}

.tht-all > span {
  width: 20px;
  height: 20px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.37);
  background-color: #42a1f4;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 6px;
  text-align: center;
}

.tht-all > span > svg {
  height: 8px;
  position: relative;
  top: 1px;
}

.th-tcard {
  width: 48%;
  display: inline-block;
  overflow: hidden;
  transition: all 0.3s ease;
  color: #16171a;
  vertical-align: top;
}

.th-tcard img {
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(17, 19, 35, 0.08);
  max-width: 100%;
}

.th-tcard p {
  margin-top: 4px;
}

.th-tcard:hover {
  transform: translateY(-6px);
}

.th-tcard:nth-child(2n) {
  margin-right: 8px;
}

.th-dod {
  padding: 48px 0 24px;
  border-top: 1px solid #e7e7e7;
  background: #f1f5f8;
  background: linear-gradient(to bottom, #f1f5f8, #dfe8ef);
}

.th-dod .container {
  position: relative;
}

.th-dod ul li {
  vertical-align: top;
  width: calc(100% / 2 - 8px);
}

.th-dod ul li + li {
  margin-right: 8px;
}

.th-dod ul li:nth-child(2n + 1) {
  margin-right: 0;
}

.t-deal {
  border-radius: 6px;
  box-shadow: 0 1px 4px 0 rgba(17, 19, 35, 0.08);
  border: solid 1px #e7e7e7;
  background: #fff;
  position: relative;
  padding: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  height: 310px;
}

.t-deal > a {
  visibility: hidden;
  opacity: 0;
  color: #2491ef;
  position: absolute;
  left: 12px;
  bottom: 12px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.t-deal > .tbMjPJ {
  position: absolute;
  top: 12px;
  right: 0;
  background: #8db654;
  font-size: 12px;
  color: #fff;
  padding: 4px 8px;
}

.t-deal > span {
  display: block;
  color: #a8b9c2;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 12px;
}

.t-deal > .tdt,
.t-deal > h3 {
  font-size: 12px;
  margin: 0;
  font-weight: 400;
  height: 52px;
  line-height: 1.4;
  overflow: hidden;
  color: #16171a;
}

.t-deal .td-amt {
  font-size: 14px;
  color: #000;
  margin-top: 12px;
  font-weight: 700;
}

.t-deal .td-amt del {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400;
}

.t-deal:focus,
.t-deal:hover {
  box-shadow: 0 1px 4px 0 rgba(112, 168, 34, 0.78);
  border: solid 1px #70a822;
}

.t-deal:focus > a,
.t-deal:hover > a {
  visibility: visible;
  opacity: 1;
}

.td-img {
  height: 150px;
  width: 100%;
  text-align: center;
  line-height: 150px;
}

.td-img > img {
  vertical-align: middle;
  width: 115px;
  height: 120px;
}

.th-cole {
  padding: 48px 0;
  border-top: 1px solid #e7e7e7;
}

.th-cole ul.thcole-list > li {
  width: calc(50% - 8px);
  vertical-align: top;
}

.th-cole ul.thcole-list > li + li {
  margin-right: 12px;
}

.th-cole ul.thcole-list > li:nth-child(3) {
  margin-right: 0;
}

.t-co {
  position: relative;
  border-radius: 6px;
  background: #f5f5f5;
  cursor: pointer;
  margin-bottom: 24px;
  overflow: hidden;
}

.t-co > ul {
  height: 130px;
  overflow-y: auto;
}

.t-co > p {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 6px 8px;
  font-weight: 700;
}

.t-co .t-top-col {
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.t-co .t-top-col > p {
  position: absolute;
  top: 18px;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.t-co .t-top-col > img {
  width: 100%;
}

.t-co ul li {
  cursor: pointer;
  display: block;
  padding: 0 8px;
  margin: 6px 0;
}

.t-co ul li img,
.t-co ul li p {
  display: inline-block;
  vertical-align: middle;
}

.t-co ul li img {
  max-width: 50px;
}

.t-co ul li p {
  width: calc(100% - 70px);
  margin-right: 12px;
}

.t-co ul li:hover p {
  text-decoration: underline;
}

.t-co:focus .t-top-col,
.t-co:hover .t-top-col {
  transform: translateX(100%);
}

@media (min-width: 48em) {
  .main-carousel {
    height: 158px;
    width: calc(100% - 260px);
  }

  .t-stack,
  .main-carousel {
    display: inline-block !important;
    vertical-align: top;
  }

  .t-stack {
    position: relative;
    width: 230px;
    margin-right: 18px;
    margin-top: 12px;
  }

  @keyframes godown {
    0% {
      border: 2px solid #2491ef;
    }

    100% {
      border: 2px solid transparent;
    }
  }

  .t-stack:hover #child-1 {
    animation: godown 1s ease;
  }

  .t-stack:hover #child-2 {
    animation: godown 2s ease 1s;
  }

  .t-stack:hover #child-3 {
    animation: godown 3s ease 2s;
  }

  .t-stack-e {
    position: absolute;
    top: 0;
    padding: 12px;
    height: 162px;
    width: 220px;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s all ease;
    border: 2px solid transparent;
    cursor: pointer;
  }

  .t-stack-e span {
    display: block;
    margin: 12px 0;
    height: 46px;
    line-height: 1.5;
    overflow: hidden;
  }

  .t-stack-e .hstack-btn::before {
    content: "\003E";
  }

  .t-stack-e .hstack-btn {
    float: left;
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    background-color: #8db654;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    position: relative;
    bottom: 8px;
    cursor: pointer;
  }

  #child-1 {
    transform: scaleY(0.9);
    right: 0;
    z-index: 1;
    transform-style: preserve-3d;
  }

  #child-2 {
    transform: scaleY(0.95);
    right: 10px;
    z-index: 20;
    transform-style: preserve-3d;
  }

  #child-3 {
    z-index: 30;
    right: 20px;
    transform-style: preserve-3d;
  }

  .t-stack-e.active {
    transform: translateX(-110%) scaleY(0.9);
    z-index: 0;
  }

  .orange {
    background: #fff2cf;
  }

  .green {
    background: #e1b9ea;
  }

  .blue {
    background: #c5e4ff;
  }

  .tse-img {
    height: 34px;
    text-align: center;
    margin-bottom: 18px;
  }

  .tse-img img {
    width: 55px;
    height: 55px;
  }

  .tse-img-m {
    height: 115px;
    text-align: center;
    position: relative;
    line-height: 115px;
    display: none;
  }

  .tse-img-m img {
    vertical-align: middle;
    width: 155px;
    height: 92px;
  }

  .tse-btn {
    background: #28538f;
    color: #fff;
    padding: 8px 12px;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
  }

  #tPopularOffer .carousel-cell > img {
    max-height: 170px;
  }
}

@media (min-width: 64em) {
  .t-stack,
  .main-carousel {
    display: inline-block !important;
    vertical-align: top;
  }

  .main-carousel {
    width: calc(100% - 260px);
    height: auto;
  }

  .t-stack {
    position: relative;
    width: 230px;
    margin-right: 18px;
    margin-top: 12px;
  }

  .t-stack-e {
    position: absolute;
    top: 0;
    padding: 12px;
    height: 310px;
    width: 220px;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s all ease;
    border: 2px solid transparent;
    cursor: pointer;
  }

  .t-stack-e span {
    height: 64px;
    line-height: 1.5;
  }

  .tse-img {
    height: 34px;
    text-align: center;
    margin-bottom: 18px;
  }

  .tse-img img {
    max-width: 55px;
    max-height: 55px;
  }

  .tse-img-m {
    display: block;
  }

  .main-carousel .carousel-cell img {
    height: 310px;
    width: 856px;
  }

  .main-carousel .carousel-cell {
    width: 100%;
    height: 310px;
    margin-left: 10px;
  }

  .t-home-h1 {
    font-size: 16px;
    width: 400px;
    height: 45px;
    line-height: 45px;
    border-radius: 25px;
    margin: 20px auto;
    position: relative;
  }

  .t-hm-head {
    position: relative;
  }

  .t-hm-head:after,
  .t-hm-head:before {
    content: "";
    width: calc(100% - 800px);
    background: #d0d0d0;
    height: 1px;
    display: block;
    position: absolute;
    top: 22px;
  }

  .t-hm-head:before {
    right: 0;
  }

  .t-hm-head:after {
    left: 0;
  }

  .tp-feat,
  .tp-normal {
    display: inline-block;
    vertical-align: top;
  }

  .tp-feat {
    width: 240px;
    height: 251px;
    border-radius: 6px;
    box-shadow: 0 3px 12px 0 rgba(2, 3, 5, 0.07);
    border: solid 1px #e7e7e7;
    padding: 12px;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }

  .tp-feat .tpf-img {
    height: 130px;
    line-height: 130px;
    text-align: center;
    position: relative;
    top: 42px;
  }

  .tp-feat .tpf-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all 0.3s ease;
  }

  .tp-feat .tpf-img + span {
    font-weight: 500;
    color: #7b7b7b;
    font-size: 16px;
    border-bottom: 1px solid #d8d8d8;
    position: absolute;
    right: 12px;
    padding-bottom: 12px;
    top: 19px;
    width: 90%;
    width: calc(100% - 24px);
    margin: 0 auto;
  }

  .tp-feat .tp-s {
    bottom: 12px;
    width: 90%;
    width: calc(100% - 24px);
    top: auto;
    color: #000;
    height: 40px;
    font-size: 13px;
    border-radius: 4px;
    border: solid 1px #41a900;
    padding: 12px 0;
    box-sizing: border-box;
    text-align: center;
  }

  .tp-feat:hover {
    border-color: #8db654;
  }

  .tp-feat:hover img {
    transform: scale(1.1);
  }

  .t-popular {
    padding: 20px 0;
  }

  .t-popular .th-title {
    margin-bottom: 8px;
  }

  .tp-feat:after {
    display: none;
  }

  .t-pop-store {
    padding: 20px 0 28px;
  }

  .t-pop-store .tp-normal {
    width: calc(100% - 260px);
    margin-right: 12px;
  }

  #tPopularOffer .carousel-cell {
    width: calc(100% / 3 - 24px);
    margin-left: 32px;
    margin-top: 10px;
  }

  #tPopularOffer .carousel-cell .t-pop-det.t-ex:before {
    left: 16px;
  }

  #tPopularOffer .carousel-cell > span {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  #tPopularOffer .carousel-cell > span > img {
    width: 42px;
    height: 42px;
    vertical-align: middle;
  }

  #tPopularOffer .carousel-cell > img {
    width: 350px;
    height: 200px;
    max-height: 200px;
  }

  #tPopularOffer .carousel-cell .t-pop-det span.t-offer {
    font-size: 16px;
    height: 20px;
    margin-bottom: 14px;
  }

  #tPopularOffer .carousel-cell .t-pop-det h3.t-title {
    height: 40px;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: normal;
  }

  #tPopularOffer .carousel-cell:nth-child(2n) {
    margin-right: 0;
  }

  #tPopularOffer .t-pop-det {
    padding: 16px;
  }

  #tPopularOffer .t-pop-det.t-ex:before {
    content: attr(data-show);
    background-color: #8db654;
    color: #fff;
    font-size: 12px;
    position: absolute;
    padding: 2px 6px;
    left: 12px;
  }

  #tPopularStore .carousel-cell a {
    width: calc(100% / 4 - 12px);
    height: 75px;
    line-height: 75px;
    margin-bottom: 10px;
  }

  #tPopularStore .carousel-cell a > img {
    max-width: 60%;
    max-height: 150%;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }

  #tPopularStore .carousel-cell a > span {
    font-size: 13px;
  }

  #tPopularStore .carousel-cell a > span span {
    text-decoration: underline;
  }

  #tPopularStore .carousel-cell a:nth-child(3n + 1) {
    margin-right: 6px;
  }

  #tPopularStore .carousel-cell a + a {
    margin-right: 6px;
  }

  .t-top-c {
    padding: 20px 0;
  }

  .th-l,
  .th-r {
    display: inline-block;
    vertical-align: top;
  }

  .th-l {
    width: 246px;
    padding: 16px;
  }

  .th-l ul {
    overflow: hidden;
  }

  .th-l ul li {
    display: block;
    max-width: 100%;
    text-align: right;
    margin: 0;
    margin-bottom: 24px;
    transition: all 0.3s ease;
  }

  .th-l ul li > div {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }

  .th-l ul li:not(.active):hover {
    transform: translateX(-6px);
  }

  .th-l ul li.th-recharge > div svg {
    position: relative;
    right: 3px;
  }

  .th-l ul li:last-child > div svg {
    position: relative;
    right: 3px;
  }

  .th-l ul li.active {
    font-size: 16px;
  }

  .th-r {
    width: 75%;
    width: calc(100% - 270px);
    margin-right: 12px;
    margin-top: 0;
  }

  .th-r .t-htop-c > a {
    margin: 0 12px 14px;
    margin-left: 0;
  }

  .th-m .t-htop-c.load .th-ec-w {
    max-height: 960px;
  }

  .th-ec-w {
    max-height: 470px;
  }

  .th-ec {
    width: 30%;
    width: calc(100% / 3 - 15px);
    display: inline-block;
    margin-right: 12px;
  }

  .th-ec > .imw {
    left: 12px;
    top: 12px;
    width: 55px;
  }

  .th-ec > .amt {
    width: 122px;
    height: 72px;
    display: flex;
  }

  .th-ec > .amt > span {
    font-size: 20px;
  }

  .th-ec > .amt > span > small {
    font-size: 10px;
    bottom: 0;
  }

  .th-ec > .amt > span > small.ri {
    left: -11px;
    top: 0;
  }

  .th-ec > .amt > span.bm > small.ri {
    top: 10px;
  }

  .th-ec > h3,
  .th-ec > span {
    color: #373737;
    line-height: 1.5;
    height: 70px;
    margin-top: 4px;
    display: flex;
    width: 100%;
    padding: 0 12px;
    margin-bottom: 8px;
    border-right: none;
  }

  .th-ec > a {
    color: #2491ef;
    background: 100% 0;
    padding: 8px 12px 16px;
    white-space: nowrap;
    font-size: 13px;
  }

  .th-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .t-subs {
    line-height: 21px;
  }

  .t-subs .container {
    text-align: right;
  }

  .t-subs .ts-form {
    display: inline-block;
    max-width: 510px;
    vertical-align: middle;
    min-height: 200px;
  }

  .t-subs .ts-svg {
    float: left;
    position: absolute;
    left: 36px;
    top: 23px;
  }

  .ts-title {
    font-size: 24px;
    font-weight: 700;
  }

  .pure-form #user-email {
    margin: 18px auto 8px;
    display: inline-block;
    height: 44px;
    width: calc(100% - 220px);
    vertical-align: inherit;
  }

  .pure-form .ts-btn {
    height: 44px;
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.23);
    background-color: #60a600;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
  }

  .th-dod {
    padding: 20px 0;
  }

  .th-tcard {
    width: 18%;
    width: calc(20% - 22px);
    cursor: pointer;
    box-sizing: border-box;
  }

  .th-tcard + .th-tcard {
    margin-right: 24px;
  }

  .th-tcard:last-child {
    display: inline-block !important;
  }

  .th-cole {
    padding: 20px 0;
  }

  .th-cole ul.thcole-list > li {
    width: calc(25% - 18px);
  }

  .th-cole ul.thcole-list > li + li {
    margin-right: 18px;
  }

  .th-cole ul.thcole-list > li:nth-child(3) {
    margin-right: 18px;
  }

  .t-co > ul {
    height: 192px;
    overflow-y: auto;
  }

  .t-co > ul li {
    margin: 12px 0;
  }

  .t-co .t-top-col > p {
    font-size: 18px;
  }

  .t-co .t-top-col > img {
    width: 100%;
    height: 100%;
  }

  .th-dod ul li {
    width: 23%;
    width: calc(100% / 4 - 16px);
    margin-right: 0;
  }

  .th-dod ul li + li {
    margin-right: 18px;
  }

  .th-dod ul li:nth-child(2n + 1) {
    margin-right: 12px;
  }

  .th-dod ul li:first-child {
    margin-right: 0;
  }

  .t-deal {
    height: 332px;
  }

  .t-deal > .tdt,
  .t-deal > h3 {
    font-size: 14px;
  }

  .t-deal .td-amt {
    font-size: 22px;
  }

  .t-deal > span {
    font-size: 14px;
  }

  .t-deal > a {
    left: 24px;
    bottom: 24px;
  }
}

@media (min-width: 80em) {
  .main-carousel .carousel-cell img {
    height: 310px;
    width: 856px;
  }

  .th-ec > .imw {
    width: 65px;
  }

  .th-ec > a {
    font-size: 14px;
  }

  .t-co > ul {
    height: 244px;
  }
}

#tPopularOffer .carousel-cell {
  vertical-align: top;
}

.th-cat {
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
}

.th-cat .t-h-dropdown {
  column-count: 5;
}

@media (max-width: 35.5em) {
  .th-cat .t-h-dropdown {
    column-count: 2;
  }
}

.th-cat .t-h-dropdown > li a {
  display: inline-block;
  color: #000;
  margin-bottom: 12px;
  text-align: right;
  text-transform: capitalize;
  font-size: 16px;
}

.th-cat .t-h-dropdown > li a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.t-h-menu {
  border: thin solid #e0e0e0;
  padding: 0 15px;
}

.t-h-menu > .t-h-title {
  text-align: center;
  margin: 15px auto;
  position: relative;
  transition: all 0.7s;
  cursor: pointer;
}

.t-h-menu > .t-h-title h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 15px 0;
}

.t-h-menu > .t-h-title svg {
  transform: rotate(-180deg);
}

.t-h-menu .t-h-dropdown {
  display: none;
  column-count: 5;
  padding: 0 20px;
  column-count: 5;
  width: 70%;
  margin: 0 auto 15px;
}

@media (max-width: 35.5em) {
  .t-h-menu .t-h-dropdown {
    width: 90%;
    column-count: 2;
  }
}

.t-h-menu .t-h-dropdown > li a {
  display: block;
  color: #000;
  margin-bottom: 12px;
  text-align: right;
  text-transform: capitalize;
}

.t-h-menu .t-h-dropdown > li a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.t-h-menu.active > .t-h-title svg {
  transform: rotate(-360deg);
}

.t-h-menu.active .t-h-dropdown {
  display: block;
}

.t-content {
  padding: 20px 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #222;
}

.t-content h1,
.t-content h2,
.t-content h3,
.t-content h4,
.t-content h5,
.t-content h6 {
  font-weight: 600;
  line-height: 1.3;
  margin: 2rem 0 1rem;
  color: #111;
}

.t-content h1 {
  font-size: clamp(2rem, 3vw, 2.75rem);
}

.t-content h2 {
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
}

.t-content h3 {
  font-size: clamp(1.5rem, 2vw, 1.75rem);
}

.t-content p {
  margin-bottom: 1.25em;
}

.t-content a {
  color: #0066cc;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.t-content a:hover {
  color: #004999;
}

.t-content ul,
.t-content ol {
  margin: 1.25em 1.75em 1.25em 0;
  padding: 0;
}

.t-content li {
  margin-bottom: 0.5em;
}

.t-content blockquote {
  border-right: 4px solid #0073aa;
  padding-right: 1em;
  margin: 2em 0;
  font-style: italic;
  background: #f8f9fa;
}

.t-content figure {
  margin: 2rem 0;
  text-align: center;
}

.t-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.t-content figcaption {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.5rem;
}

.t-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 0.9375rem;
}

.t-content table th,
.t-content table td {
  border: 1px solid #ddd;
  padding: 0.75rem 1rem;
  text-align: right;
}

.t-content table th {
  background-color: #f1f3f5;
  font-weight: 600;
}

.t-content pre {
  background: #f6f8fa;
  color: #111;
  padding: 1rem;
  border-radius: 6px;
  overflow-x: auto;
  font-family: "Courier New", monospace;
  font-size: 0.9375rem;
}

.t-content code {
  background: #f0f2f5;
  padding: 0.15em 0.4em;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.9375rem;
}

.t-content hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 2rem 0;
}

.t-content iframe {
  max-width: 100%;
  border: none;
  border-radius: 8px;
}

@media (device-width: 47.999em) {
  .t-content {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .t-content h1 {
    font-size: 1.875rem;
  }

  .t-content h2 {
    font-size: 1.5rem;
  }
}

.embla {
  overflow: hidden;
  position: relative;
}

.embla .embla__container {
  display: flex;
  margin-left: -10px;
}

.embla .embla__slide {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  cursor: pointer;
  padding-left: 10px;
}

.embla .embla__slide img {
  width: 100%;
}

.embla .embla__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  border: none;
}

.embla .embla__btn:disabled {
  cursor: default;
  opacity: 0;
}

.embla .embla__prev {
  left: 10px;
  background-image: url(../icons/left-arrow.svg);
  background-repeat: no-repeat;
  background-position: 40% center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
}

.embla .embla__next {
  right: 10px;
  background-image: url(../icons/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
}

.embla .embla__dots {
  display: flex;
  list-style: none;
  justify-content: center;
  padding-top: 10px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.embla .embla__dot {
  background-color: transparent;
  cursor: pointer;
  position: relative;
  padding: 0;
  outline: 0;
  border: 0;
  width: 10px;
  height: 10px;
  margin-right: 7.5px;
  margin-left: 7.5px;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

.embla .embla__dot:after {
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 10px;
  border-radius: 50%;
  content: "";
}

.embla .embla__dot.is-selected {
  width: 10px;
  transition: all 0.4s ease-in-out;
}

.embla .embla__dot.is-selected:after {
  transition: all 0.4s ease-in-out;
  background-color: #d2e600;
  opacity: 1;
}

.main-carousel .home_prev {
  visibility: hidden;
  left: -40px;
}

.main-carousel .home_next {
  visibility: hidden;
  right: -40px;
}

.main-carousel:hover .home_prev {
  left: 10px;
  visibility: visible;
}

.main-carousel:hover .home_next {
  right: 10px;
  visibility: visible;
}

.main-carousel .embla__dot.is-selected {
  width: 20px;
}

.main-carousel .embla__dot.is-selected:after {
  border-radius: 10px;
}

.t-pop-store .embla .embla__slide {
  padding-bottom: 20px;
  cursor: auto !important;
}

.t-pop-store .embla .embla__prev {
  left: 0;
}

.t-pop-store .embla .embla__next {
  right: 0;
}

.t-pop-store .embla .embla__dots {
  bottom: 0;
}

.t-pop-store .embla .embla__dots .embla__dot:after {
  background-color: #cacaca;
}

.t-pop-store .embla .embla__dots .embla__dot.is-selected:after {
  background-color: #8db654;
}

@media (min-width: 48em) {
  #tPopularOffer.embla .embla__container {
    will-change: transform;
    margin-left: -20px;
  }

  #tPopularOffer.embla .embla__slide {
    flex: 0 0 33.33%;
    width: 33.33%;
    padding-left: 20px;
  }

  #tPopularOffer.embla .embla__slide .carousel-cell {
    width: 100%;
    margin-right: 0;
  }

  #tPopularOffer.embla .embla__prev {
    left: 0;
  }

  #tPopularOffer.embla .embla__next {
    right: 0;
  }
}

@media (min-width: 64em) {
  #tPopularOffer.embla .embla__next {
    right: 0;
  }
}

@media (device-width: 47.999em) {
  #tPopularOffer.embla .embla__container {
    display: inline-block;
  }

  #tPopularOffer.embla .embla__slide {
    width: 50%;
    display: inline-block;
  }

  #tPopularOffer.embla .embla__slide .carousel-cell {
    width: auto;
  }

  #tPopularOffer.embla .embla__slide .carousel-cell img {
    width: 100%;
    height: auto;
  }

  #tPopularOffer.embla .embla__btn {
    display: none;
  }
}

.tw-floating-button {
  position: fixed;
  bottom: 60px;
  right: 12px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  background-color: #27a6e5;
  z-index: 999;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tw-floating-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 64em) {
  .tw-floating-button {
    bottom: 24px;
    left: 24px;
  }
}
