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,
dialog {
  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;
}

table caption {
  padding: 10px;
  caption-side: bottom;
}

table td,
table th {
  padding: 4px 8px;
  white-space: break-spaces;
}

table thead tr {
  box-shadow: 0 0 12px #95a4b2;
  background-color: #fff;
}

table thead tr td,
table thead tr th {
  font-weight: 600;
  text-align: right;
  padding: 8px;
}

table tbody th {
  font-weight: 600;
  text-align: right;
  border-left: 1px solid #cfd7de;
  background-color: #e7ebef;
  padding: 4px 8px;
}

table tbody tr td,
table tbody tr th {
  border-top: 1px solid #cfd7de;
}

table tbody tr td {
  font-weight: 400;
}

table tbody tr:nth-child(odd) td {
  background-color: #fff;
}

table tbody tr:nth-child(even) td {
  background-color: #f8f9fc;
}

table tbody tr:last-child td {
  border-bottom: 1px solid #cfd7de;
}

table tbody tr:hover td {
  background-color: #e7ebef;
}
.hidden,
[hidden] {
  display: none !important;
}
.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 {
  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-primary {
  background-color: #4c8500;
  color: #fff;
  border-radius: 2px;
  height: 38px;
}
.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;
  }
  .pure-group input[type="email"],
  .pure-group input[type="search"],
  .pure-group input[type="text"] {
    margin-bottom: 0;
  }
}
.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-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.open .t-nav-menu {
  transform: translateX(-240px);
}
.t-body.admin-bar.open .t-nav-menu {
  top: 46px;
}
.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/right-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;
}
.offer-dialogXXX {
  position: fixed;
  width: 100%;
  top: -10px;
  right: 0;
  background: #fff;
  z-index: 3000;
  height: 100vh;
  overflow-y: auto;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  border-radius: 12px;
}
.offer-dialog #closeOfferModal {
  position: absolute;
  left: 18px;
  top: 18px;
  cursor: pointer;
  z-index: 3001;
}
.open-offer-modal {
  overflow: hidden;
}
.admin-bar.open-offer-modal .offer-dialogXXX {
  top: 46px;
}
.open-offer-modal .offer-dialogXXX {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.offerm-content .om-t {
  text-align: center;
  margin-bottom: 12px;
}
.offerm-content .om-t > img {
  width: 75px;
  height: 44px;
  border-radius: 4px;
  background-color: #fff;
  margin: 0 auto;
  display: inline-block;
}
.offerm-content .om-t .om-title {
  border-bottom: 1px solid #d8d8d8;
}
.offerm-content .om-t .om-off {
  font-size: 20px;
  font-weight: 700;
  margin: 8px 0 6px;
}
.offerm-content .om-t .om-title span {
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.offerm-content .om-b {
  text-align: center;
}
.offerm-content .om-b > span {
  display: block;
  margin: 12px 0;
}
.offerm-content .om-b .om-button {
  display: inline-block;
  max-width: 80%;
  background-color: rgb(247, 247, 247);
  padding: 6px;
  border-radius: 1000px;
  border: thin solid rgb(224, 224, 224);
}
.offerm-content .om-b .om-button .jndmXQ {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 600px;
  cursor: pointer;
}
.offerm-content .om-b .om-button span.code {
  position: relative;
  display: block;
  margin: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: auto;
  font-size: 1.5rem;
  font-weight: 700;
  white-space: nowrap;
  outline: none;
  user-select: text;
  background: transparent;
  border: none;
  padding: 6px 24px 6px 12px;
  overflow: hidden;
}
.offerm-content .om-b .om-button button {
  position: relative;
  border-radius: 1000px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  transition:
    background-color 500ms ease 0s,
    border-color 500ms ease 0s,
    color 500ms ease 0s,
    fill 500ms ease 0s;
  -webkit-font-smoothing: antialiased;
  border: transparent;
  background-color: rgb(36 145 239);
  color: white;
  font-size: 1rem;
  height: 3rem;
  padding: 0px 2rem;
  outline: none;
}
.offerm-content .om-b .om-button button.UlvxS {
  width: auto;
  min-width: 200px;
}
.offerm-content .om-b .UlvxL {
  color: #2491ef;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.offerm-content .om-b > button {
  margin: 12px auto;
  width: 100%;
  color: #fff;
  background-color: #005198;
  border-radius: 2px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
}
.offerm-content .om-b .om-share-link {
  font-size: 12px;
}
.offerm-content .om-b .om-share-link strong,
.offerm-content .om-b .om-share-social strong {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}
.offerm-content .om-b .om-share-link span.OXZ8S {
  position: relative;
  display: inline-block;
  width: calc(100% - 80px);
  margin-right: 12px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 4px;
}
.offerm-content .om-b .om-share-link span.OXZ8S svg {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.offerm-content .om-b .om-share-link span.OXZ8S span {
  display: inline-block;
  width: calc(100% - 70px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  direction: ltr;
}
.offerm-content .om-b .om-share-link span button {
  position: absolute;
  left: 0;
  top: 0;
  background: 100% 0;
  color: #3f77a9;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
}
.offerm-content .om-b .om-share-social {
  font-size: 12px;
}
.offerm-content .om-b .om-share-social ul {
  position: relative;
  display: inline-block;
  width: calc(100% - 70px);
  margin-right: 12px;
  text-align: center;
}
.offerm-content .om-b .om-share-social ul li a {
  color: #16171a;
  display: inline-block;
}
.offerm-content .om-b .om-share-social ul li svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 8px;
}
.offerm-content .om-b .om-share-social ul li .fb {
  background-color: #3b5998;
  width: 22px;
  height: 22px;
  top: 3px;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-left: 8px;
}
.offerm-content .om-b .om-share-social ul li .fb svg {
  margin: 0;
  top: 2px;
}
.offerm-content .om-b .om-share-social ul li + li {
  margin-right: 6px;
}
.offerm-content .om-feedback {
  background: #f9f9f9;
  padding: 12px;
  font-size: 12px;
}
.offerm-content .om-feedback > span {
  display: block;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
}
.offerm-content .om-feedback textarea {
  width: 100%;
  border-radius: 2px;
  min-height: 58px;
}
.offerm-content .om-feedback .om-input {
  position: relative;
}
.offerm-content .om-feedback .om-input > input {
  border-top: 0;
  border-left: 0;
  border-radius: 2px;
  width: 80%;
}
.offerm-content .om-feedback .om-input button {
  position: absolute;
  left: 0;
  bottom: 0;
  background: 100% 0;
  color: #5eaef5;
  border: 1px solid #5eaef5;
  width: 20%;
}
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: #4c8500;
  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.7;
    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: #1c74c1;
    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;
  }
  .open-offer-modal .offer-dialogXXX {
    top: 140px;
  }
  .open-offer-modal .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
  }
  .offer-dialogXXX {
    top: 110px;
    width: 70%;
    max-width: 750px;
    min-height: 426px;
    margin: 48px auto 0;
    right: 0;
    left: 0;
    height: auto;
  }
  .offer-dialog .offerm-content {
    position: relative;
    padding: 36px 36px 60px;
  }
  .offer-dialog .offerm-content .om-t > img {
    float: left;
    width: 100px;
    height: 58px;
    line-height: 50px;
    margin-top: 0;
  }
  .offer-dialog .offerm-content .om-t .om-title {
    text-align: right;
  }
  .offer-dialog .offerm-content .om-t .om-off {
    font-size: 24px;
  }
  .offer-dialog .offerm-content .om-t > p {
    font-size: 16px;
  }
  .offer-dialog .offerm-content .om-b {
    padding: 16px 0;
    vertical-align: middle;
  }
  .offer-dialog .offerm-content .om-b .UlvxL {
    font-size: 14px;
  }
  .offer-dialog .offerm-content .om-b > button {
    max-width: 272px;
    padding: 14px;
    font-weight: 400;
    border-radius: 4px;
  }
  .offer-dialog .offerm-content .om-b .om-share-link,
  .offer-dialog .offerm-content .om-b .om-share-social {
    margin: 12px 0;
    font-size: 14px;
  }
  .offer-dialog .offerm-content .om-b .om-share-link > span {
    width: calc(100% - 90px);
  }
  .offer-dialog .offerm-content .om-b .om-share-link svg {
    top: 0;
  }
  .offer-dialog .offerm-content .om-b .om-share-social ul {
    width: calc(100% - 80px);
    margin-right: 18px;
    text-align: right;
  }
  .offerm-content .om-b .om-share-social ul li + li {
    margin-right: 12px;
  }
  .offer-dialog .offerm-content .om-feedback {
    margin-top: 18px;
    height: 45px;
    transition: all 0.6s ease;
    overflow: hidden;
    padding: 12px 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .offer-dialog .offerm-content .om-feedback > span {
    font-weight: 400;
    font-size: 14px;
    position: relative;
    cursor: pointer;
  }
  .offer-dialog .offerm-content .om-feedback > span span {
    transition: all 0.6s ease;
    position: absolute;
    left: 4px;
    top: 0;
    transform: rotate(90deg);
  }
  .offer-dialog .offerm-content .om-feedback.show {
    height: 426px;
    z-index: 3001;
  }
  .offer-dialog .offerm-content .om-feedback.show > span span {
    transform: rotate(-90deg);
  }
  .offer-dialog .offerm-content .om-feedback.show textarea {
    margin-top: 8px;
    font-size: 14px;
    min-height: 265px;
    padding: 12px;
  }
  .offer-dialog .offerm-content .om-feedback.show .om-input input {
    direction: ltr;
    font-size: 14px;
    padding: 12px;
  }
  .offer-dialog
    .offerm-content
    .om-feedback.show
    .om-input
    input::placeholder {
    font-size: 14px;
  }
  .offer-dialog .offerm-content .om-feedback.show .om-input button {
    padding: 13px 48px;
  }
  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;
  }
}
.tw-audience-hidden,
.tw-fl-hidden,
.tw-st-hidden,
.tw-tab-hidden {
  display: none !important;
}
.bl-0 {
  border-right: 0 !important;
}
.svgalign {
  vertical-align: middle;
}
.bl-1 {
  padding-right: 7px;
  border-right: 1px solid #d6d8da;
}
.mr-1 {
  margin-left: 4px;
}
.ml-1 {
  margin-right: 4px !important;
}
.ml-0 {
  margin-right: 0 !important;
}
.float-r {
  float: left;
}
.warning {
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.08px;
  color: #ec564a;
}
.offer {
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.38px;
  color: #515151;
  vertical-align: middle;
}
.offer-light {
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  margin-left: 10px;
  letter-spacing: -0.38px;
  color: #515151;
  vertical-align: middle;
  margin-right: 0;
}
.bb-ad .tmc-fil {
  bottom: 62px;
}
.open-rating-modal {
  overflow: hidden;
}
.open-rating-modal .rating-dialog {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.open-rating-modal .overlay {
  display: block;
  opacity: 0.8;
  background-color: #0d254c;
}
.rating-dialog {
  position: fixed;
  top: 30%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  z-index: 3000;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.rating-dialog > span {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 12;
}
.ratingm-content {
  transition: all 0.3s ease;
  position: relative;
  padding: 12px;
  text-align: center;
  min-height: 200px;
  color: #575757;
}
.ratingm-content > .rathead {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
}
.ratingm-content ul {
  width: 170px;
  height: 42px;
  margin: 0 auto;
}
.ratingm-content ul li {
  float: left;
  margin-right: 4px;
  cursor: pointer;
}
.ratingm-content ul li svg {
  width: 30px;
  transition: transform 0.5s ease;
}
.ratingm-content ul li svg path {
  transition: fill 0.4s ease;
  fill: #fff;
}
.ratingm-content ul li:hover svg {
  transform: scale(1.2);
}
.ratingm-content ul li:hover svg path,
.ratingm-content ul li:hover ~ li svg path {
  fill: #ffb125;
  stroke: #ffb125;
}
.ratingm-content ul li.rategiven svg path,
.ratingm-content ul li.rategiven ~ li svg path {
  fill: #ffb125;
  stroke: #ffb125;
}
.ratingm-content ul li:last-child {
  margin-right: 0;
}
.ratingm-content .rating-success > span.qs41qe {
  display: block;
  margin: 12px 0;
}
.ratingm-content .rating-success > span:last-child {
  display: none;
}
.ratingm-content .rating-success.submit > span:first-child {
  display: none;
}
.ratingm-content .rating-success.submit > span:last-child {
  display: block;
}
body.open-mobile-filter {
  overflow: hidden;
}
.t-mer {
  background: #ecf1f6;
  position: relative;
}
.t-bread {
  position: absolute;
  bottom: 330px;
}
.tmc-cl .merbanner {
  display: block;
  margin: 0 0 12px;
}
.tmc-cl .merbanner img {
  max-width: 100%;
}
.tmc-cl .tmc-title {
  color: #515151;
  font-size: 14px;
  position: relative;
}
.tmc-cl .tmc-title span {
  background-color: #ecf1f6;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  position: relative;
  z-index: 2;
  padding-left: 12px;
}
.tmc-cl .tmc-title:after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background: #515151;
  top: 50%;
}
.tm-mr {
  background: #173d6d;
  color: #fff;
  padding: 12px 0;
}
.tm-mri {
  display: inline-block;
  width: 100px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 4px;
  border: solid 1px #d6d8da;
  background: #fff;
  position: relative;
}
.tm-mri > img {
  vertical-align: middle;
  width: 100%;
  max-height: 100%;
  top: 50%;
  position: absolute;
  right: 50%;
  transform: translate(50%, -50%);
}
@media (min-width: 64em) {
  .tm-mri > img {
    width: 238px;
    max-height: 100%;
    height: auto;
  }
}
.tm-mri > span {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  color: #373737;
  font-size: 14px;
  cursor: pointer;
  opacity: 0;
  height: 100%;
  font-weight: 700;
  transition: all 0.3s ease;
}
.tm-mri:hover > span {
  opacity: 1;
}
.tm-mri.tm-cat {
  overflow: hidden;
  border: none;
}
.tm-mri.tm-cat > img {
  width: 100%;
  max-width: 100%;
  max-height: 200%;
}
.t-ca .tm-mrd-sub {
  margin-bottom: 8px;
}
.tm-mrd {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  width: calc(100% - 120px);
  vertical-align: top;
}
.tm-mrd > h1 {
  font-size: 15px;
  margin: 0 0 8px;
  letter-spacing: 0.3px;
  min-height: 55px;
}
.tm-mrd-sub {
  position: relative;
  margin-bottom: 6px;
  min-height: 24x;
}
.tm-mrd-sub > span {
  color: #bac1c2;
  margin: 0 0 4px;
  display: inline-block;
  font-size: 10px;
}
.tm-mrd-sub > span:first-child {
  display: block;
  font-size: 13px;
}
.tm-mrd-sub > span + span {
  border-right: 1px solid #d6d8da;
  padding-right: 6px;
  margin-right: 6px;
}
.tm-mrd-sub .tm-rat {
  position: absolute;
  left: 0;
  top: -5px;
  background: #294c7d;
  padding: 4px;
  border-radius: 4px;
  text-align: center;
}
.tm-mrd-sub .rat-tobe:not(.rated) {
  display: inline-block !important;
}
.tm-mrd-sub .rat-tobe:not(.rated) + .rat-tobe {
  display: none !important;
}
.tm-mrd-sub .rat-tobe.rated {
  display: none;
}
.tm-mrd-sub .rat-tobe.rated + .rat-tobe {
  display: inline-block !important;
}
.tm-mrd-sub .rat-tobe > svg {
  height: 20px;
}
.tm-mrd-sub .rat-tobe > small {
  display: block;
  font-size: 8px;
  margin-top: 4px;
  color: #bac1c2;
}
.tm-mrd-sub .tver {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.tm-mrd-sub .tver:before {
  content: "\2714";
  margin-left: 4px;
  font-size: 6px;
  width: 12px;
  height: 12px;
  color: #fff;
  background: #8db654;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 12px;
}
@keyframes smoothfixm {
  from {
    top: 10px;
  }
  to {
    top: 60px;
  }
}
.tm-tab.fixed {
  position: fixed;
  background: #123561;
  top: 10px;
  margin: 0;
  z-index: 78;
  width: 100%;
  padding-right: 0;
  right: 0;
  padding: 12px;
  box-sizing: border-box;
  animation: smoothfixm 0.3s linear forwards;
}
.tm-tab {
  position: relative;
  margin-top: 16px;
  margin-right: -115px;
  width: calc(100vw - 24px);
  font-size: 0;
  white-space: nowrap;
  overflow-x: auto;
  border-radius: 3px;
}
.tm-tab li {
  font-size: 13px;
  width: 33.33%;
  background: 100% 0;
  text-align: center;
  padding: 8px 12px;
  color: #fff;
  box-sizing: border-box;
  border: solid 1px #3e65a9;
}
.tm-tab li.active {
  background: #3e65a9;
  color: #fff;
  border: 1px solid #3e65a9;
}
.tm-tab li:last-child,
.tm-tab li:nth-child(3) {
  border-right: 0;
}
.tmc-fil {
  position: fixed;
  right: 12px;
  bottom: 12px;
  padding: 6px 12px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 -3px 13px 0 rgba(0, 0, 0, 0.25);
  z-index: 99;
}
.tmc-fil #tmc-fi-i {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.tmc-fil #tmc-fi-i svg {
  margin-left: 6px;
  position: relative;
  top: 5px;
}
@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: 0.5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes slit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: 0.5;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
.tmc-fix {
  position: fixed;
  top: 0;
  left: -280px;
  background: #fff;
  width: 280px;
  z-index: 200;
  padding: 0 12px;
  padding-top: 60px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.3s ease;
}
.open-mobile-filter .tmc-fix {
  transform: translateX(280px);
  height: 100%;
}
.tmc-fix .tmcfix-wrap {
  height: calc(100% - 70px);
  overflow: auto;
  margin-left: -12px;
  padding-left: 12px;
}
.tmcfix-wrap .tm-user-checkbox {
  display: inline-block;
  text-align: center;
  padding: 8px 0;
}
.tmcfix-wrap #newCustomersFilter > span {
  color: #303134;
  display: inline-block;
  top: 0;
  right: 0;
  margin-right: 4px;
  vertical-align: middle;
}
.tmcfix-wrap #newCustomersFilter label {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.tmc-fix .tmcf-w > .tw4PHe {
  color: #515151;
  font-weight: 500;
  display: inline-block;
  margin: 12px 0;
}
.tmc-fix .tmcf-w .tmf-srh {
  position: relative;
}
.tmc-fix .tmcf-w .tmf-srh > span.VEIKEd {
  position: absolute;
  left: 9px;
  top: 9px;
}
.tmc-fix .tmcf-w #mSearch {
  display: block;
  height: 36px;
  border-radius: 2px;
  background-color: #f5f5f6;
  box-shadow: none;
  outline: 0;
  width: 100%;
  border: none;
  padding-right: 12px;
  box-sizing: border-box;
  padding-left: 28px;
}
.tmc-fix .tmcf-w > span.o6lkqc {
  display: block;
  float: left;
  color: #3c77aa;
  margin-top: 12px;
  margin-bottom: 0;
}
.tmcfix-wrap::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.tmcfix-wrap::-webkit-scrollbar-track-piece {
  background: #fff;
}
.tmcfix-wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
.tmf-bank,
.tmf-cat {
  margin-top: 24px;
  position: relative;
}
.tmf-bank > span.zQTmif,
.tmf-cat > span.zQTmif {
  display: none;
}
.tmf-bank > .tw4PHe,
.tmf-cat > .tw4PHe {
  display: block;
  margin: 12px 0;
  color: #515151;
  font-weight: 500;
}
.tmf-bank ul,
.tmf-cat ul {
  transition: 0.3s all ease;
  max-height: 118px;
  overflow: auto;
}
.tmf-bank ul li,
.tmf-cat ul li {
  margin-bottom: 8px;
  position: relative;
  padding: 3px 0;
}
.tmc-fix .tmcf-w > *:last-child {
  margin-bottom: 24px;
}
.tw-lc:before {
  content: "";
  height: 1px;
  background: #d6d8da;
  width: 100%;
  display: block;
  position: absolute;
  top: -24px;
}
.tw-lc {
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #d6d8da;
  margin: 24px auto 0;
}
.tw-lc > .tmf-title {
  display: block;
  padding: 12px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 1px solid #d6d8da;
}
.tw-lc .tw-likeCoupon {
  margin: 0;
  padding: 12px;
  text-align: center;
}
.tw-lc .tw-likeCoupon > span {
  display: block;
}
.tw-lc .tw-likeCoupon > img {
  height: 40px;
  max-width: 50%;
}
.tw-lc .tw-likeCoupon > p {
  cursor: pointer;
  margin: 6px auto 12px;
  line-height: 20px;
}
.tw-lc .tw-likeCoupon > a {
  color: #509cde;
  line-height: 20px;
}
.tw-lc .tw-likeCoupon:hover p {
  text-decoration: underline;
}
.tw-lc li + li {
  border-top: 1px solid #d6d8da;
}
.tmf-des {
  margin-top: 24px;
  padding-bottom: 8px;
}
.tmf-des .table-responsive,
.tmf-des ol,
.tmf-des ul {
  font-size: 14px;
  line-height: 20px;
}
.tmf-des ol,
.tmf-des ul {
  padding-right: 16px;
}
.tmf-des table {
  margin: 12px 0;
}
.tmf-des .table-responsive,
.tmf-des ol,
.tmf-des ul {
  font-size: 14px;
  line-height: 20px;
}
.tmf-des .tmf-title {
  color: #515151;
  font-weight: 500;
  font-size: 14px;
  margin-top: 0;
}
.tmf-des #tmfDesp {
  position: relative;
  max-height: 250px;
  padding-bottom: 36px;
  overflow: hidden;
  cursor: pointer;
  line-height: 18px;
  word-spacing: 1px;
}
.tmf-des #tmfDesp > p {
  margin-top: 0;
}
.tmf-des #tmfDesp.show {
  height: auto;
  max-height: 1000px;
}
.tmf-des #tmfDesp.show:after {
  content: attr(data-hide);
  bottom: -1px;
  box-shadow: none;
}
.tmf-des #tmfDesp:after {
  content: attr(data-show);
  color: #2491ef;
  position: absolute;
  bottom: -1px;
  white-space: nowrap;
  right: 0;
  background: #fff;
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  box-shadow: 0 -5px 12px 6px #fff;
  text-align: left;
}
.tmf-action {
  position: fixed;
  bottom: 0;
  width: 260px;
  background: #fff;
  padding-top: 12px;
}
.tmf-action .pure-button {
  display: inline-block;
  width: 46%;
  box-sizing: border-box;
  font-weight: 400;
  background: 100% 0;
  padding: 12px;
  border: none;
  margin-bottom: 12px;
}
.tmf-action #filterClear {
  margin-right: 12px;
  border: solid 1px #60a600;
  color: #5f7c38;
}
.tmf-action #filterApply {
  background-color: #4c8500;
  color: #fff;
}
.tmf-rel-cat,
.tmf-rel-store {
  border-top: 1px solid #d6d8da;
  margin-bottom: 18px;
  padding: 0 12px;
  margin-top: 22px;
}
.tmf-rel-cat > .tmf-title,
.tmf-rel-store > .tmf-title {
  display: block;
  color: #515151;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 18px;
}
.tmf-rel-cat a,
.tmf-rel-store a {
  display: block;
  color: #1a6eb7;
  padding: 6px 0;
}
.tmf-rel-cat a:active,
.tmf-rel-cat a:hover,
.tmf-rel-store a:active,
.tmf-rel-store a:hover {
  text-decoration: underline;
}
.tmf-rel-store.show {
  height: auto;
  max-height: 1000px;
}
.tmf-rel-store span.show-more {
  color: #1a6eb7;
  white-space: nowrap;
  right: 0;
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  background-color: #ecf1f6;
  box-shadow: 1px -8px 9px 2px rgba(245, 246, 248, 0.81);
  cursor: pointer;
  display: block;
  position: relative;
  bottom: 5px;
  text-align: left;
}
.tmf-rel-store.show-more span {
  bottom: 0;
  box-shadow: none;
}
.tm-c {
  padding: 6px 0;
}
.tmc-desc {
  position: relative;
  width: 100%;
  background: #fff;
  border: solid 1px #dadada;
  border-radius: 2px;
  transition: all 0.3s ease;
  display: block;
  visibility: visible;
  opacity: 1;
}
.tmc-desc #closeTmcDesc {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  background-color: #f5f5f6;
  cursor: pointer;
  z-index: 3;
}
.hide-tmc-desc .tmc-desc {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.tmc-desc .tmc-content {
  position: relative;
  padding: 24px;
}
.tmc-sort {
  margin-bottom: 12px;
}
.tmc-sort strong,
.tmc-sort ul {
  display: inline-block;
  vertical-align: middle;
}
.tmc-sort ul {
  width: calc(100% - 20%);
  white-space: nowrap;
  overflow-x: auto;
  margin-right: 2px;
}
.tmc-sort ul li.all {
  padding: 9px 16px;
}
.tmc-sort ul li {
  cursor: pointer;
  color: #272c3f;
  padding: 6px 8px;
  padding-left: 14px;
  border: 0.6px solid #a0a0a0;
  margin: 0 2px;
  border-radius: 18px;
  font-size: 12px;
  transition: all 0.3s ease;
}
.tmc-sort ul li span {
  display: inline-block;
  background: #989898;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 4px;
  margin-left: 4px;
  transition: all 0.3s ease;
}
.tmc-sort ul li.active {
  background: #3e65a9;
  border-color: #3e65a9;
  color: #fff;
}
.tmc-sort ul li:hover {
  background: #3e65a9;
  border-color: #3e65a9;
  color: #fff;
}
.tmc-sort ul li:hover span {
  background: #3e65a9;
}
.tmc-sort ul::-webkit-scrollbar {
  display: none;
}
i.SrKVbf {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 5px;
}
i.Fy0Xbe {
  background: url(../images/flags.png) no-repeat 0 0;
  background-size: 24px 3876px;
  width: 24px;
  height: 16px;
  overflow: hidden;
}
.tmc-sort li.flg span {
  background: 100% 0;
  width: 26px;
  border-radius: 0;
}
.tmc-sort li.flg span > img {
  max-width: 100%;
  max-height: 100%;
}
.tmc-rec.tmc-sort > ul {
  width: calc(100% - 150px);
}
.tmc-rec.tmc-sort > ul > li a {
  display: block;
  color: #272c3f;
}
.tmc-rec.tmc-sort > ul > li a > img {
  display: inline-block;
  max-width: 30px;
  max-height: 18px;
  margin-left: 4px;
  vertical-align: middle;
}
.tmc-rec.tmc-sort > ul > li:hover {
  background: 100% 0;
  color: #272c3f;
}
.tmc-fil-val {
  margin-top: 12px;
}
.tmc-fil-val ul li {
  cursor: pointer;
  color: #424657;
  font-size: 12px;
  padding: 6px 12px;
  text-transform: capitalize;
  border-radius: 12px;
  background-color: #e9e9e9;
  transition: 0.2s all ease;
  margin: 0 4px 12px;
}
.tmc-fil-val ul li > span {
  display: inline-block;
}
.tmc-fil-val ul li > span svg {
  height: 9px;
}
.tmc-fil-val ul li:hover {
  background: #efeded;
}
.tmc-fil-val ul li + li {
  margin-right: 8px;
}
#newCustomersFilter {
  position: relative;
}
#newCustomersFilter > span {
  display: inline-block;
  color: #000;
  font-size: 12px;
  position: relative;
  top: 4px;
  right: -5px;
}
#newCustomersFilter input[type="checkbox"] {
  height: 100%;
  width: 100%;
  position: absolute;
  visibility: visible;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
#newCustomersFilter label {
  float: left;
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 24px;
  background: grey;
  display: block;
  border-radius: 20px;
  position: relative;
}
#newCustomersFilter label:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
#newCustomersFilter input:checked + label {
  background: #8db654;
}
#newCustomersFilter input:checked + label:after {
  right: calc(100% - 5px);
  transform: translateX(100%);
}
#newCustomersFilter input:active + label:after {
  width: 20px;
}
.tc-box {
  background: #fff;
  border: solid 1px #dadada;
  border-radius: 2px;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.tc-box:hover {
  box-shadow: 0 4px 10px 2px rgba(63, 63, 63, 0.08);
  transform: translateY(-2px);
}
.amt {
  color: #515151;
  background: #f0f2f5;
  border-radius: 3px;
  height: 72px;
  width: 85px;
  position: relative;
  text-align: center;
  padding: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.amt > span {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-left: 10px;
}
.amt > span > small {
  font-size: 8px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  text-align: left;
}
.amt > span > small.ri {
  transform: rotate(90deg);
  position: absolute;
  left: -4px;
  top: 5px;
}
.amt > span.txt {
  font-size: 13px;
  max-width: 120px;
  padding-left: 0;
}
.amt > span.bm > small:first-child {
  text-align: right;
}
.amt > span.bm > small.ri {
  top: 14px;
}
.amt > span.per {
  text-align: center;
  padding-left: 0;
}
.amt > span.per > small {
  text-align: center;
}
.amt.bt > span {
  margin-top: -16px;
}
.amt.bt > span.txt {
  font-size: 13px;
}
.amt.bt i {
  position: absolute;
  background: #e1e1e1;
  color: #251a1a;
  font-style: normal;
  font-size: 8px;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  bottom: 0;
  width: 100%;
  right: 0;
  padding: 4px 0;
}
.amt.bt i.sgstd {
  background-color: #80b942;
  color: #fff;
}
.tcbl {
  padding: 8px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
.tc-box > ul {
  list-style: none;
  text-align: left;
  padding: 0 12px;
  font-size: 10px;
  position: relative;
}
.tc-box > ul > li {
  display: inline-block;
  padding: 6px 0;
  font-size: 14px;
}
.tc-box > ul > .usr {
  position: absolute;
  right: 4px;
  color: #797979;
}
.tc-box > ul > .usr > span {
  padding-right: 8px;
}
.tc-box > ul .c-show-det,
.tc-box > ul .c-vall {
  color: #509cde;
  font-weight: 700;
}
.tc-box > .veri {
  cursor: default;
  padding-bottom: 7px;
  padding-top: 7px;
  border-radius: 2px;
  font-size: 13px;
  border-top: 1px solid #d6d8da;
  min-height: 40px;
}
.tc-box > .veri > .usr {
  right: 67px;
}
.tw-seen .tcbr .tct {
  color: #609;
}
.tcbr {
  color: #231a1a;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 110px);
  padding-right: 8px;
  position: relative;
  min-height: 90px;
}
.tcbr .tct {
  margin-top: 0;
  line-height: 1.5;
  width: calc(100% - 50px);
  display: inline-flex;
  align-items: center;
  min-height: 62px;
  overflow: hidden;
  margin-bottom: 6px;
  margin-top: 12px;
  vertical-align: top;
  flex-wrap: wrap;
  color: #373737;
}
.tcbr .tct:hover {
  text-decoration: underline;
}
.tcbr > .tcbr-r {
  display: inline-flex;
  align-items: center;
  width: 125px;
  height: 32px;
  position: absolute;
  vertical-align: top;
  top: 5px;
  left: 5px;
  bottom: 0;
}
.tcbr .bank {
  margin-bottom: 6px;
}
.tcbr .bank span {
  color: #515151;
  font-size: 8px;
  display: inline-block;
}
.tcbr .bank img {
  max-width: 70px;
  max-height: 14px;
  vertical-align: sub;
  display: inline-block;
  margin-left: 4px;
  margin-right: 8px;
  object-fit: cover;
}
.tcbr .bank span + span {
  border-right: 1px solid #d5d5d5;
  padding-right: 4px;
  margin-right: 4px;
}
.tcbr .bank span + span.tag {
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
  margin: 0;
  border-right: none;
  position: absolute;
  top: 90%;
  left: 5px;
  bottom: 0;
}
.tcbr .bank span + span.is-light {
  background-color: #effaf3;
  color: #257942;
}
.tcbr .bank span + span.is-success {
  background-color: #48c774;
  color: #fff;
}
.tcbr .bank span + span.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
.tcbr .bank span + span.is-danger {
  background-color: #f14668;
  color: #fff;
}
.tcbr .bank span + span.is-primary {
  background-color: #15cac4;
  color: #fff;
}
.tcbr .bank span + span.is-info {
  background-color: #3298dc;
  color: #fff;
}
.tcbr .bank span + span.is-link {
  background-color: #3273dc;
  color: #fff;
}
.tcbr .bank span + span.is-dark {
  background-color: #363636;
  color: #fff;
}
.tcbr .bank span + span.is-black {
  background-color: #0a0a0a;
  color: #fff;
}

@media (max-width: 63.5em) {
  .tcbr .bank span + span.bnk2 {
    display: none !important;
  }
}
.tcbr .bank br + span > img {
  margin-right: 0;
}
.cbtn {
  background: #2491ef;
  width: 100%;
  height: 32px;
  color: #fff;
  border: none;
  border-radius: 5px;
  display: block;
  line-height: 32px;
  text-align: center;
  margin: 0 auto;
}
.tc-box.banko .tcbr .bank {
  margin-top: 8px;
  width: calc(100% - 68px);
}
.tc-box.banko .tcbr .tct {
  align-items: unset;
  margin-top: 4px;
  width: 500px;
  font-size: 16px;
  line-height: 1.42;
  letter-spacing: -0.09px;
}
.tc-box.ex {
  border: solid 1px #8db654;
  background: #faffff;
}
.tc-box.ex .cbtn {
  background: #80b942;
}
.tc-box .cbtn.htxt > .cbcod {
  display: none;
}
.tc-box .cbtn.htxt.open > .cbcod {
  display: block;
}
.tc-box.ex .tcbl .amt i {
  background: #80b942;
  color: #fff;
}
.tc-box.su {
  border: solid 1px #2b4f8c;
  background: #faffff;
}
.tc-box.su .cbtn {
  background: #2b4f8c;
}
.tc-box.su .tcbl .amt i {
  background: #2b4f8c;
  color: #fff;
}
.tc-box.ct > span {
  position: absolute;
  display: inline-block;
  width: 65px;
  height: 30px;
  left: 12px;
  top: 8px;
}
.tc-box.ct > span > img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 2px;
  border: solid 1px #d6d8da;
  background-color: #fff;
}
.tc-box.ct > .tcbr {
  padding-right: 24px;
}
.tc-box.ct > .tcbr > a {
  display: block;
  color: #2491ef;
  font-size: 12px;
  margin-bottom: 12px;
  text-decoration: underline;
  line-height: 1.67;
  letter-spacing: -0.09px;
}
.tc-box.ct > .tcbr > a > .vall-r {
  float: left;
  padding-left: 85px;
  text-decoration: underline;
  font-weight: 700;
}
.tc-box.ct > .tcbr > .bank {
  margin-bottom: 0 !important;
  width: 100%;
}
.tc-box.ct > .tcbr > .bank > span:not(.bnk2) > img {
  max-width: 64px;
  border-radius: 2px;
  border: solid 1px #d6d8da;
  background-color: #fff;
  padding: 4px 12px;
  vertical-align: middle;
  margin-right: 0 !important;
  object-fit: contain;
}
.tc-box.ct > .tcbr > .bank > span .bnk-img {
  max-height: 14px;
  width: auto;
  border: none;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
}
.tc-box.ct > .tcbr > .bank > span:nth-child(2) {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.38px;
  color: #515151;
  vertical-align: middle;
  border-right: none;
}
.tc-box.ct > .tcbr > .bank > span:nth-child(2) small {
  font-size: 24px;
  margin-left: 10px;
  letter-spacing: -0.38px;
  color: #515151;
  font-weight: 400;
  margin-right: 0;
  border-right: none;
}
.tc-box.ct > .tcbr > .bank > span:nth-child(2) {
  font-size: 24px;
}
.tc-box.ct > .tcbr > .bank > span:nth-child(2) > small {
  font-size: 24px;
}
.tc-box.ct > .tcbr > .tcbr-r .cbtn {
  /*line-height: 40px;*/
}
.tc-box.ct > .tcbr > .tcbr-r .ex-cbtn {
  border: solid 2px #a3cc6a;
}
.tc-box.ct > .tcbr > .tcbr-r .su-cbtn {
  border: solid 2px #6b94da;
}
.tc-box.ct > .tcbr .tct {
  min-height: 10px !important;
  margin-bottom: 8px;
  width: calc(100% - 78px);
}
.tc-box.ct > .tcbr .img-tag {
  width: 100%;
}
.tcb-com,
.tcb-det {
  display: none;
}
.tcb-det {
  padding: 12px;
  position: relative;
}
.tcb-det .cl-det {
  position: absolute;
  display: inline-block;
  left: 4px;
  top: 4px;
  background-image: url(../icons/close.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-position: center;
}
.tcb-det.open {
  display: block;
}
.tcb-com.open {
  display: block;
}
#cComment1 > ul > li {
  display: block !important;
}
.tcb-com {
  padding: 12px 24px 24px;
  background-color: #f4f4f4;
  position: relative;
}
.tcb-com .cl-com {
  position: absolute;
  display: inline-block;
  left: 12px;
  top: 12px;
  background-image: url(../icons/close.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-position: center;
}
.tcb-com > p {
  margin-top: 0;
}
.tcb-com > ul li + li {
  margin: 12px auto 0;
  border-top: 2px solid #d6d8da;
  padding-top: 12px;
}
.tcb-com .tw-cmnt {
  position: relative;
}
.tcb-com .tw-cmnt > p {
  color: #373737;
  line-height: 20px;
  margin: 0;
}
.tcb-com .tw-cmnt > p.tw-ud {
  color: #7b8b8e;
  font-size: 12px;
  margin: 2px auto 0;
  text-transform: capitalize;
}
.tcb-com .tw-cmnt > p.tw-ud .name {
  font-weight: 700;
}
.tcb-com .tw-cmnt > p.tw-ud .time {
  margin-right: 6px;
}
.tcb-com .tw-cmnt > p.tw-ud .reply {
  margin-right: 24px;
  cursor: pointer;
}
.tcb-com .tw-cmnt > p.tw-ud > span {
  display: inline-block;
  vertical-align: middle;
}
.tcb-com .tw-cmntReply {
  position: relative;
  padding-right: 24px;
  margin: 12px auto 0;
}
.tcb-com .tw-cmntReply p.tw-ud {
  margin: 0 auto;
  color: #7b8b8e;
}
.tcb-com .tw-cmntReply p.tw-ud .name {
  color: #8db654;
  font-weight: 700;
}
.tcb-com .tw-cmntReply p.tw-ud .time {
  margin-right: 6px;
}
.tcb-com .tw-cmntReply > p {
  line-height: 20px;
  margin: 0;
  font-size: 12px;
}
.tcb-com .tw-cmntReply:before {
  content: "\21AA";
  position: absolute;
  right: 2px;
}
.tcb-com .tw-replyBox.between {
  margin-bottom: 12px;
}
.tcb-com .tw-replyBox {
  border-top: 2px solid #d6d8da;
  padding-top: 12px;
  margin-top: 12px;
}
.tcb-com .tw-replyBox textarea {
  width: 80%;
  width: calc(100% - 220px);
  height: 38px;
}
.tcb-com .tw-replyBox button {
  background: #7b8b8e;
  height: 38px;
  color: #fff;
  width: 200px;
  margin-right: 12px;
  border-radius: 4px;
}
.t-share-drop {
  position: absolute;
  width: 241px;
  border-radius: 4px;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.32);
  border: solid 1px #d6d8da;
  background-color: #fff;
  z-index: 2;
}
.t-share-drop > a {
  display: block;
  padding: 12px;
  color: #515151;
}
.t-share-drop > a > span {
  display: inline-block;
  width: 30px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
}
.t-share-drop > a:hover {
  background: rgba(0, 0, 0, 0.08);
}
.tmc-rel ul {
  font-size: 0;
}
.tmc-rel ul li {
  color: #515151;
  background: #fff;
  box-sizing: border-box;
  width: 48%;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 12px;
  position: relative;
  transition: 0.3s all ease;
}
.tmc-rel ul li img {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 50px;
  height: 25px;
  object-fit: cover;
  max-width: unset;
}
.tmc-rel ul li .veri {
  cursor: default;
  padding-bottom: 7px;
  padding-top: 7px;
  border-radius: 2px;
  font-size: 13px;
  border-top: 1px solid #d6d8da;
}
.tmc-rel ul li .veri > .usr {
  right: 67px;
}
.tmc-rel ul li:hover {
  box-shadow: 0 4px 10px 2px rgba(63, 63, 63, 0.08);
  transform: translateY(-2px);
}
.tmc-rel ul li:nth-child(2n) {
  margin-right: 12px;
}
.tmc-rel ul p {
  margin-top: 0;
  height: auto;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.tmc-rel ul p:hover {
  text-decoration: underline;
}
.tmc-rel ul a.vall {
  color: #509cde;
  font-size: 12px;
  text-overflow: ellipsis;
  display: inline;
  overflow: hidden;
  height: 20px;
}
.tmc-rel ul a.vall > span {
  width: 15px;
  height: 15px;
  background-color: #2491ef;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 4px;
  margin-right: 5px;
  background-image: url(../icons/left-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center;
}
.tmc-rel .amt {
  width: 85px;
  height: 60px;
  border-radius: 4px;
  background-color: #f0f2f5;
  margin-bottom: 12px;
}
.tmc-rel .amt > span {
  font-size: 16px;
}
.tmc-rel .amt > span.txt {
  font-size: 10px;
}
.tmc-rel.su-box ul li:hover {
  -webkit-box-shadow: -6px 28px 40px -10px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: -6px 28px 40px -10px rgba(0, 0, 0, 0.18);
  box-shadow: -6px 28px 40px -10px rgba(0, 0, 0, 0.18);
}
.tmc-exp {
  margin-bottom: 12px;
}
.tmc-exp ul li {
  display: inline-block;
  width: 47%;
  background: #fbfbfb;
  border: solid 1px #df3f2f;
  border-radius: 4px;
  padding: 12px;
  vertical-align: top;
  margin-bottom: 12px;
  box-sizing: border-box;
  position: relative;
}
.tmc-exp ul li > span {
  left: 12px;
  top: 12px;
  color: #717171;
}
.tmc-exp ul li .amt {
  width: 85px;
  height: 60px;
  border-radius: 4px;
  background-color: #f0f2f5;
  margin-bottom: 12px;
}
.tmc-exp ul li .amt > span {
  font-size: 16px;
}
.tmc-exp ul li .amt > span.txt {
  font-size: 10px;
}
.tmc-exp ul li > .tct {
  margin: 0;
  min-height: 50px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #717171;
}
.tmc-exp ul li > p:nth-child(2) {
  min-height: 60px;
}
.tmc-exp ul li:nth-child(2n) {
  margin-right: 12px;
}
.showmorebtn {
  text-align: center;
}
.showmorebtn button {
  display: block;
  max-width: 158px;
  color: #000;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  background-color: transparent;
  border: solid 1px #000;
  margin: 12px auto 24px;
  padding: 12px 38px;
  transition: all 0.3s ease;
}
.showmorebtn button:hover {
  background: #8db654;
  color: #fff;
  border-color: #8db654;
}
.tmc-det {
  position: relative;
  border-radius: 8px;
  border: solid 1px #d6d8da;
  background-color: #fff;
  overflow: hidden;
}
.tmc-det .pane {
  display: none;
  padding: 12px;
  position: relative;
}
.tmc-det .pane.show {
  max-height: 1000px;
  padding-bottom: 42px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

.mReadMore {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 8px 0 16px;
  right: 0;
  text-transform: capitalize;
  color: #509cde;
}
.tmcd-label {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 12px;
  position: relative;
  background: #fff;
}
.tmcd-label.active:after {
  color: #fff;
  transform: rotate(-180deg);
}
.tmcd-label:after {
  content: "\25BE";
  float: left;
  color: #373737;
}
.tmcd-label ~ .tmcd-label {
  border-top: 1px solid #d6d8da;
}
.tmcd-label.active {
  background-color: #3e65a9;
  color: #fff;
  font-size: 16px;
}
.tmcd-label.active + .pane {
  display: block;
}
.tmc-rel ul.trsug li {
  width: 100%;
  margin-right: 0 !important;
  box-shadow: 0 2px 18px 0 rgba(28, 39, 13, 0.23);
  border: solid 1.5px #8db654;
  padding: 0;
}
.tmc-rel ul.trsug li img {
  max-width: 80px;
}
.tmc-rel ul.trsug li .amt {
  width: 85px;
  height: 72px;
  background-color: #8db654;
  margin-bottom: 12px;
  display: inline-flex;
  vertical-align: top;
  margin: 8px;
}
.tmc-rel ul.trsug li .amt > span small {
  font-size: 8px;
  opacity: 0.8;
}
.tmc-rel ul.trsug li .amt > span.txt {
  font-size: 10px;
}
.tmc-rel ul.trsug li > p {
  display: inline-flex;
  width: calc(100% - 210px);
  vertical-align: top;
  margin-right: 8px;
  padding-right: 8px;
  border-right: dashed 1px #e9e9e9;
  padding-top: 8px;
  margin-bottom: 0;
  min-height: 85px;
}
.tmc-rel ul.trsug li > .amt.bt > i {
  background: #0f2b52;
  color: #fff;
}
.tmc-rel ul.trsug li > a {
  padding: 8px;
  background: rgba(141, 182, 84, 0.2);
}
.tmc-rel ul.trsug li:hover {
  border: solid 1.5px #8db654;
  box-shadow: 0 2px 18px 0 rgba(28, 39, 13, 0.23);
  background: #fff;
}
@media (max-width: 35.5em) {
  .verified {
    display: none;
  }
  .pb-15 {
    padding-bottom: 15px;
  }
  .usr {
    display: none;
  }
  .tcbr {
    width: 100%;
    padding-top: 1px;
    padding-right: 15px;
  }
  .tcbr .tct {
    min-height: 50px;
  }
  .tcbr > .tcbr-r {
    /*position: initial;*/
  }
  .tmc-exp ul li > .tct {
    min-height: 20px;
  }
  .border-small {
    width: 36px;
    height: 1px;
    border: solid 1px #d6d8da;
    margin-right: 14px;
  }
  .line-break {
    line-break: initial;
  }
  .tc-box.banko .tcbr .bank {
    margin-top: 10px;
    margin-bottom: 10px;
    width: calc(100% - 16px);
  }
  .tc-box.banko .tcbr .bank span:first-child {
    font-size: 22px !important;
    font-weight: 700;
    border-right: none;
  }
  .tc-box.banko .tcbr .bank span:first-child > small {
    font-size: 22px !important;
    font-weight: 400;
    border-right: none;
  }
  .tc-box.banko .tcbr .bank span.ex-font {
    font-size: 11px !important;
  }
  .tc-box.banko .tcbr .bank .right-image {
    float: left;
    margin-top: 10px;
  }
  .tc-box.banko .tcbr .bank span.exclusive-bar {
    vertical-align: middle;
    width: 64px;
    height: 15px;
    border-radius: 2px;
    background-color: #8db654;
    font-size: 9px !important;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    padding-right: 5px;
    padding-top: 3px;
    margin-bottom: 8px;
  }
  .tc-box.banko .tcbr .bank span.suggested-bar {
    width: 107px;
    height: 20px;
    border-radius: 2px;
    background-color: #2a4e8b;
    font-size: 12px !important;
    letter-spacing: -0.06px;
    color: #fff;
    padding-top: 4px;
    padding-right: 5px;
  }
  .tcbr .bank img {
    vertical-align: bottom;
  }
  .tc-box.banko .tcbr .tct {
    align-items: unset;
    margin-top: 4px;
    width: 80%;
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: -0.09px;
  }
  .tc-box .veri {
    border: none;
  }
  .tc-box > ul .c-show-det,
  .tc-box > ul .c-vall {
    float: right;
  }
  .tc-box > ul > li.c-show-det::after {
    content: attr(data-show);
  }
  .tc-box > ul > li.c-hide-det::after {
    content: attr(data-hide);
  }
  .tc-box > ul .usr {
    position: initial;
    right: 4px;
    color: #727272;
  }
  .tc-box > ul .dot {
    height: 3px;
    width: 3px;
    background-color: #999;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
  }
  .tc-box > ul .verified-m {
    color: #3a6303;
    font-size: 13px;
    display: inline-block;
    font-weight: 500;
    position: relative;
    text-align: center;
    margin-left: 7px;
  }
  .tc-box > ul .verified-m:before {
    content: "\2714";
    margin-left: 4px;
    font-size: 6px;
    width: 12px;
    height: 12px;
    color: #fff;
    background: #3a6303;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 12px;
  }
  .tmc-exp.ex .cbtn {
    width: 321px;
    height: 44px;
    border-radius: 2px;
    border: solid 1px #ec564a;
    background-color: #ececec;
  }
  .tc-box.ex {
    border-right: solid 6px #8eb55a;
  }
  .tc-box.ex .cbtn {
    background: #8eb55a;
  }
  .tc-box.ex .cbtn > .cbtxt {
    background: #8eb55a;
  }
  .tc-box.su {
    border-right: solid 6px #2b4f8c;
  }
  .tc-box.su .cbtn {
    background: #2b4f8c;
  }
  .tc-box.su .cbtn > .cbtxt {
    background: #2b4f8c;
  }
  .tmc-rel ul p {
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.23;
    letter-spacing: -0.06px;
    color: #373737;
  }
  .tmc-rel ul li {
    width: 47.5%;
    height: auto;
  }
  .tmc-rel ul li span:first-child {
    font-size: 14px !important;
    font-weight: 700;
    border-right: none;
  }
  .tmc-rel ul li span:first-child > small {
    font-size: 14px !important;
    font-weight: 400;
    border-right: none;
  }
  .tmc-rel ul li img {
    width: 55px;
    top: 7px;
    width: 100px;
    height: 40px;
    object-fit: cover;
    max-width: unset;
  }
  .tmc-rel .list-inline > li {
    display: inline-table;
  }
  .tmc-rel.su-box ul li {
    width: 100%;
    margin-right: 0;
  }
  .tmc-rel.su-box ul li span:first-child {
    font-size: 22px !important;
  }
  .tmc-rel.su-box ul li span:first-child > small {
    font-size: 22px !important;
  }
  .tmc-rel.su-box ul li .su-tag {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    width: 68px;
    height: 24px;
    border-radius: 2px;
    background-color: #2a4e8b;
    font-size: 12px !important;
    letter-spacing: -0.06px;
    color: #fff;
    padding-top: 4px;
    padding-right: 5px;
  }
  .tmc-rel.su-box ul p {
    font-size: 14px;
  }
  .tmc-exp ul p {
    height: auto;
    margin-top: 5px !important;
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: -0.06px;
    color: #373737;
  }
  .tmc-exp ul li {
    width: 47.5%;
    height: auto;
  }
  .tmc-exp ul li span:first-child {
    font-size: 14px !important;
    font-weight: 700;
    border-right: none;
  }
  .tmc-exp ul li span:first-child > small {
    font-size: 14px !important;
    font-weight: 400;
    border-right: none;
  }
  .tc-box.ct > span {
    left: auto;
    right: 170px;
    width: 75px;
  }
  .tc-box.ct .tcbr {
    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
  }
  .tc-box.ct .tcbr > .bank {
    padding-left: 15px;
  }
  .tc-box.ct .tcbr > .bank > span {
    display: inline;
  }
  .tc-box.ct .tcbr > .bank > span:not(.bnk2) > img {
    height: auto;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .tc-box.ct .tcbr > .bank > span > .bnk-img {
    height: auto;
    margin-left: 0;
  }
  .tc-box.ct .tcbr > .bank > span + span {
    padding-right: 0;
    margin-right: 0;
  }
  .tc-box.ct .tcbr > .bank > p > span.exclusive-bar {
    padding-right: 10px;
    vertical-align: middle;
    width: 99px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #8db654;
    font-size: 9px !important;
    font-weight: 700;
    color: #8db654;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .tc-box.ct .tcbr > .bank > p > span.suggested-bar {
    width: 107px;
    height: 20px;
    border-radius: 2px;
    background-color: #2a4e8b;
    font-size: 12px !important;
    letter-spacing: -0.06px;
    color: #fff;
    line-height: 1.7;
    padding-right: 8px;
  }
  .tc-box.ct .tcbr > .tcbr-r {
    display: inline-flex;
    align-items: center;
    width: 44px;
    position: absolute;
    vertical-align: top;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .tc-box.ct .tcbr > .tcbr-r .cbtn.mt-100 {
    border: none;
    margin-top: 100px;
  }
  .tc-box.ct .tcbr > .tcbr-r .cbtn.mt-35 {
    border: none;
    margin-top: 35px;
  }
  .tc-box.ct .tcbr .tct {
    font-size: 16px;
    width: 265px;
    height: auto;
  }
  .tc-box.ct > ul {
    margin-top: 0;
  }
  .tc-box.ct > ul .li.c-show-det {
    font-weight: 700;
  }
  .tc-box.ct .tcbr > a {
    margin-bottom: 20px;
  }
  .tc-box.ct.banko .bank {
    margin-top: 32px;
    width: calc(100% - 210px);
  }
  .tc-box.ct.banko .tcbr .tct {
    margin-top: 0;
    min-height: 48px;
  }
}
@media (device-width: 47.999em) {
  .tm-tab {
    width: calc(100vw - 72px);
  }
  .verified {
    display: none;
  }
  .pb-15 {
    padding-bottom: 15px;
  }
  .usr {
    display: none;
  }
  .tcbr {
    width: 100%;
    padding-top: 10px;
    padding-right: 15px;
  }
  .tcbr > .tcbr-r {
    position: initial;
  }
  .offer {
    font-size: 25px !important;
  }
  .offer-light {
    font-size: 25px !important;
  }
  .border-small {
    width: 36px;
    height: 1px;
    border: solid 1px #d6d8da;
    margin-right: 14px;
  }
  .line-break {
    line-break: initial;
  }
  .tc-box.banko .tcbr .tcbr-r {
    float: left;
    margin-left: 10px;
  }
  .tc-box.banko .tcbr .tct {
    width: 70% !important;
    font-size: 16px !important;
  }
  .tc-box.banko .tcbr .bank {
    margin-top: 10px;
    margin-bottom: 10px;
    width: calc(100% - 16px);
  }
  .tc-box.banko .tcbr .bank span {
    font-size: 12px;
  }
  .tc-box.banko .tcbr .bank .right-image {
    float: left;
    margin-top: 10px;
  }
  .tc-box.banko .tcbr .bank .exclusive-bar {
    vertical-align: middle;
    width: 64px;
    height: 15px;
    border-radius: 2px;
    background-color: #8db654;
    font-size: 9px !important;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    padding-right: 5px;
    padding-top: 3px;
  }
  .tc-box.banko .tcbr .bank .suggested-bar {
    width: 107px;
    height: 20px;
    border-radius: 2px;
    background-color: #2a4e8b;
    font-size: 12px !important;
    letter-spacing: -0.06px;
    color: #fff;
    padding-top: 2px;
    padding-right: 5px;
  }
  .tc-box.banko .tcbr .tct {
    align-items: unset;
    margin-top: 4px;
    width: 265px;
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: -0.09px;
  }
  .tc-box .veri {
    border: none;
  }
  .tc-box > ul .c-show-det,
  .tc-box > ul .c-vall {
    float: right;
  }
  .tc-box > ul > li.c-show-det::after {
    content: attr(data-show);
  }
  .tc-box > ul .usr {
    position: initial;
    right: 4px;
    color: #727272;
  }
  .tc-box > ul .dot {
    height: 3px;
    width: 3px;
    background-color: #999;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
  }
  .tc-box > ul .verified {
    color: #8eb55a;
    font-size: 13px;
    display: inline-block;
    font-weight: 500;
    position: relative;
    text-align: center;
    margin-left: 7px;
  }
  .tc-box > ul .verified:before {
    content: "\2714";
    margin-left: 4px;
    font-size: 6px;
    width: 12px;
    height: 12px;
    color: #fff;
    background: #8db654;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 12px;
  }
  .tmc-exp.ex .cbtn {
    width: 321px;
    height: 44px;
    border-radius: 2px;
    border: solid 1px #ec564a;
    background-color: #ececec;
  }
  .tc-box.ex {
    border-right: solid 6px #8eb55a;
  }
  .tc-box.ex .cbtn {
    background: #8eb55a;
  }
  .tc-box.ex .cbtn > .cbtxt {
    background: #8eb55a;
  }
  .tc-box.su {
    border-right: solid 6px #2b4f8c;
  }
  .tc-box.su .cbtn {
    background: #2b4f8c;
  }
  .tc-box.su .cbtn > .cbtxt {
    background: #2b4f8c;
  }
  .tmc-rel ul p {
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: -0.06px;
    color: #373737;
    max-width: 80%;
  }
  .tmc-rel ul li {
    height: 151px;
  }
  .tmc-rel ul li .offer {
    font-size: 14px !important;
  }
  .tmc-rel ul li .offer-light {
    font-size: 14px !important;
  }
  .tmc-exp ul p {
    height: auto;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: -0.06px;
    color: #373737;
  }
  .tmc-exp ul li {
    width: 47.5%;
    height: 151px;
  }
  .tmc-exp ul li .offer {
    font-size: 14px !important;
  }
  .tmc-exp ul li .offer-light {
    font-size: 14px !important;
  }
  .tc-box.ct > span {
    left: auto;
    right: 170px;
    width: 75px;
  }
  .tc-box.ct .tcbr {
    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
  }
  .tc-box.ct .tcbr > .bank {
    padding-left: 15px;
  }
  .tc-box.ct .tcbr > .bank > span {
    display: inline;
  }
  .tc-box.ct .tcbr > .bank > span > img {
    height: auto;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .tc-box.ct .tcbr > .bank > span > .bnk-img {
    height: auto;
    margin-left: 0;
  }
  .tc-box.ct .tcbr > .bank > span + span {
    padding-right: 0;
    margin-right: 0;
  }
  .tc-box.ct .tcbr > .bank > p > .exclusive-bar {
    padding-right: 10px;
    vertical-align: middle;
    width: 99px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #8db654;
    font-size: 9px !important;
    font-weight: 700;
    color: #8db654;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .tc-box.ct .tcbr > .bank > p > .suggested-bar {
    width: 107px;
    height: 20px;
    border-radius: 2px;
    background-color: #2a4e8b;
    font-size: 12px !important;
    letter-spacing: -0.06px;
    color: #fff;
    line-height: 1.7;
    padding-right: 8px;
  }
  .tc-box.ct .tcbr > .tcbr-r {
    display: inline-flex;
    align-items: center;
    width: 44px;
    position: absolute;
    vertical-align: top;
    top: 0;
    left: 0;
    bottom: 0;
    padding-left: 15px;
  }
  .tc-box.ct .tcbr > .tcbr-r .cbtn.mt-100 {
    border: none;
    margin-top: 100px;
  }
  .tc-box.ct .tcbr > .tcbr-r .cbtn.mt-35 {
    border: none;
    margin-top: 35px;
  }
  .tc-box.ct .tcbr .tct {
    font-size: 16px;
    width: 70%;
    height: auto;
  }
  .tc-box.ct > ul {
    margin-top: 0;
  }
  .tc-box.ct > ul .li.c-show-det {
    font-weight: 700;
  }
  .tc-box.ct .tcbr > a {
    margin-bottom: 20px;
  }
  .tc-box.ct.banko .bank {
    margin-top: 32px;
    width: calc(100% - 210px);
  }
  .tc-box.ct.banko .tcbr .tct {
    margin-top: 0;
    min-height: 48px;
  }
}
@media (min-width: 64em) {
  .tmc-rel > ul.trsug {
    margin: 26px 0 12px;
  }
  .tmc-rel > ul.trsug li {
    width: 100%;
    display: inline-block;
  }
  .tmc-rel > ul.trsug li .amt {
    width: 122px;
    height: 106px;
    margin: 12px;
  }
  .tmc-rel > ul.trsug li .amt > span small {
    bottom: 5px;
    font-size: 10px;
  }
  .tmc-rel > ul.trsug li .amt span.tp {
    top: 4px;
  }
  .tmc-rel > ul.trsug li .amt > span.bm small.ri {
    bottom: 11px;
    font-size: 10px;
    left: -7px;
  }
  .tmc-rel > ul.trsug li > p {
    width: calc(100% - 230px);
    min-height: 125px;
  }
  .rating-dialog {
    max-width: 520px;
  }
  .rating-dialog > span {
    left: 14px;
    top: 18px;
    cursor: pointer;
  }
  .rating-dialog > span svg {
    width: 26px;
    height: 16px;
  }
  .ratingm-content {
    padding: 58px 0 56px;
  }
  .ratingm-content .rathead {
    font-size: 22px;
    margin-bottom: 42px;
  }
  .ratingm-content ul {
    width: 280px;
    margin-bottom: 26px;
  }
  .ratingm-content ul li svg {
    width: 51px;
  }
  .tmc-cl .merbanner {
    margin: 16px 0;
  }
  .tmc-cl .tmc-title {
    font-size: 20px;
    max-width: 100%;
    margin: 28px 0;
  }
  .tmc-cl .tmc-title span {
    display: inline;
    padding-left: 18px;
  }
  .t-bread {
    position: static;
    text-align: right;
    margin-bottom: 0;
    font-size: 12px;
  }
  .t-bread li {
    color: #fff;
  }
  .t-bread a {
    color: #fff;
  }
  .tmc-sort {
    margin: 16px 0 16px;
  }
  .tm-c {
    position: relative;
    z-index: 1;
  }
  .tmc-cl {
    display: block;
    margin-right: 24px;
    width: calc(100% - 264px);
    flex: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tmc-f {
    display: block;
    width: 240px;
    flex: none;
    height: 100%;
  }
  .t-subm {
    clear: both;
  }
  .tmf-rel-cat,
  .tmf-rel-store {
    padding: 0;
  }
  .tmc-fix {
    position: relative;
    width: auto;
    background: 100% 0;
    padding-top: 0;
    left: 0;
    z-index: 2;
    margin-top: 70px;
  }
  .tmc-fix .tmcfix-wrap {
    height: auto;
    overflow: hidden;
    margin: 0 -12px;
    padding-left: 0;
  }
  .tmc-fix .tmcf-w {
    background: #fff;
    border: solid 1px #dadada;
    transition: all 0.3s ease;
  }
  .tmc-fix .tmcf-w > .tw4PHe {
    margin-right: 12px;
  }
  .tmc-fix .tmcf-w > span.o6lkqc {
    padding-left: 12px;
    cursor: pointer;
  }
  .tmc-fix .tmcf-w .tmf-srh {
    padding: 0 12px;
  }
  .tmc-fix .tmcf-w .tmf-srh > span.VEIKEd {
    left: 18px;
  }
  .tmc-fix .tmcf-w.fixed {
    position: fixed;
    top: 190px;
    width: 240px;
  }
  .tmf-bank,
  .tmf-cat {
    border-top: 1px solid #e9e9e9;
    margin-top: 8px;
    padding: 8px 12px 0;
  }
  .tmf-bank > span.zQTmif,
  .tmf-cat > span.zQTmif {
    position: absolute;
    top: 22px;
    left: 10px;
    transition: 0.3s all ease;
    transform: rotate(-90deg);
    cursor: pointer;
    display: inline-block;
    width: 13px;
    height: 20px;
    text-align: center;
  }
  .tmf-bank > span.zQTmif > svg,
  .tmf-cat > span.zQTmif > svg {
    height: 10px;
  }
  .tmf-bank > span.zQTmif.show,
  .tmf-cat > span.zQTmif.show {
    transform: rotate(-180deg);
  }
  .tmf-bank > span.zQTmif.show + ul,
  .tmf-cat > span.zQTmif.show + ul {
    max-height: 0;
  }
  .tmf-bank ul,
  .tmf-cat ul {
    max-height: 118px;
  }
  .tmf-bank ul li,
  .tmf-cat ul li {
    position: relative;
    margin-bottom: 8px;
  }
  .tmf-bank ul li label,
  .tmf-cat ul li label {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
  }
  .tmf-bank {
    padding-bottom: 8px;
  }
  .tmf-cat {
    margin-top: 24px;
  }
  .tmf-img {
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 18px;
    transition: all 0.3s ease;
  }
  .tmf-img > img {
    max-width: 100%;
  }
  .tmf-img:hover {
    transform: translateY(-4px);
  }
  .tw-lc {
    border: none;
  }
  .tmf-des {
    color: #515151;
    margin-top: 10px;
    padding-top: 14px;
  }
  .tmf-des .tmf-title {
    font-size: 18px;
  }
  .tmf-des #tmfDesp {
    margin-bottom: 12px;
  }
  .tmf-des #tmfDesp:after {
    background-color: #ecf1f6;
    box-shadow: 1px -8px 9px 2px rgba(245, 246, 248, 0.81);
  }
  .tmf-des #tmfDesp.show:after {
    bottom: -2px;
    box-shadow: none;
  }
  .tm-mri {
    display: inline-block;
    width: 240px;
    height: 190px;
    line-height: 190px;
    position: relative;
    top: 12px;
  }
  .tm-mri > span {
    font-size: 16px;
  }
  .tm-mri.tm-cat {
    height: 190px;
  }
  .tm-mr {
    height: 185px;
  }
  .t-ca .tm-mrd .tm-mrd-sub {
    margin-bottom: 0;
  }
  @keyframes love {
    0% {
      transform: scale(1);
      opacity: 0.15;
    }
    80% {
      transform: scaleX(0.8) scaleY(1.5) scaleZ(1.5);
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  .tm-mrd {
    margin-top: 0;
    width: calc(100% - 272px);
    margin-right: 24px;
    position: relative;
    vertical-align: top;
    display: inline-block;
    text-align: right;
  }
  .tm-mrd > h1 {
    font-size: 25px;
    min-height: 60px;
    display: inline-block;
    margin-top: 0;
    width: 70%;
    word-break: break-word;
  }
  .tm-mrd > #lkMer {
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    top: 14px;
    cursor: pointer;
    opacity: 0.15;
  }
  .tm-mrd > #lkMer svg path {
    transition: fill 0.4s ease;
    fill: #fff;
  }
  .tm-mrd > #lkMer.animate {
    animation: love 0.3s linear forwards;
  }
  .tm-mrd > #lkMer.animate svg path {
    fill: #ec564a;
  }
  .tm-mrd .tm-mrd-sub {
    position: static;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .tm-mrd .tm-mrd-sub > span {
    font-size: 14px;
    display: inline-block;
  }
  .tm-mrd .tm-mrd-sub > span + span {
    margin-right: 12px;
    padding-right: 12px;
  }
  .tm-mrd .tm-mrd-sub .tver {
    border-right: 1px solid #d6d8da;
  }
  .tm-mrd .tm-mrd-sub .tver:after {
    margin-right: 12px;
  }
  .tm-mrd .tm-mrd-sub .tm-rat {
    background: 100% 0;
  }
  .tm-rat .rat-p {
    display: inline-block !important;
  }
  .tm-rat .rat-tobe {
    cursor: pointer;
  }
  .tm-rat .rat-p {
    border-left: 1px solid #bac1c2;
    margin-left: 8px;
    padding-left: 12px;
  }
  .tm-rat .rat-p > span,
  .tm-rat .rat-p > svg {
    display: inline-block;
    vertical-align: middle;
  }
  .tm-rat .rat-p > svg path {
    fill: #ffb125;
    stroke: #ffb125;
  }
  .tm-rat .rat-p > span {
    font-size: 16px;
    margin: 0;
  }
  .tm-rat .rat-p > span > small {
    color: #bebebe;
    font-size: 10px;
  }
  .tm-rat .rat-p > span > span {
    display: block;
    color: #bebebe;
    font-size: 10px;
  }
  .tm-rat .rat-tobe > svg {
    height: 34px;
  }
  .tm-rat .rat-tobe > small,
  .tm-rat .rat-tobe > svg {
    display: inline-block;
    vertical-align: middle;
  }
  .tm-rat .rat-tobe > small {
    font-size: 14px;
    color: #bebebe;
    width: 36px;
  }
  .tm-user-checkbox {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .tm-user-checkbox #newCustomersFilter label:after {
    top: 4px;
  }
  .tm-user-checkbox #newCustomersFilter > span {
    right: -12px;
    color: #fff;
  }
  @keyframes smoothfix {
    from {
      top: 72px;
    }
    to {
      top: 109px;
    }
  }
  .tm-tab.fixed {
    top: 72px;
    width: 100%;
    padding-right: calc((100vw - 948px) / 2);
    right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 12px;
    animation: smoothfix 0.3s linear forwards;
  }
  @keyframes smoothfixbar {
    from {
      top: 104px;
    }
    to {
      top: 141px;
    }
  }
  .admin-bar .tm-tab.fixed {
    top: 104px;
    animation: smoothfixbar 0.3s linear forwards;
  }
  .tm-tab.fixed .tmt-name {
    display: inline-block !important;
  }
  .tm-tab {
    margin: 0;
    width: auto;
    border-radius: 3px;
  }
  .tm-tab .tmt-name {
    display: none !important;
    background: 100% 0;
    width: 273px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    padding-left: 12px;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: 4px;
  }
  .tm-tab li {
    width: 140px;
    cursor: pointer;
    font-size: 14px;
  }
  .tm-tab li:nth-child(2) {
    margin-right: 0;
  }
  .tc-box {
    margin-bottom: 16px;
  }
  .tc-box .tcb-det {
    padding: 12px 24px 24px;
    background-color: #f4f4f4;
    position: relative;
  }
  .tc-box > ul {
    text-align: right;
    font-size: 12px;
    color: #727272;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    padding: 4px 8px;
  }
  .tc-box > ul > li.usr {
    display: none !important;
  }
  .tc-box > ul > li.verified-m {
    display: none !important;
  }
  .tc-box > ul > li {
    display: inline-block !important;
    padding: 2px 5px;
  }
  .tc-box > ul > li.c-show-det,
  .tc-box > ul > li.c-vall {
    border: none;
    cursor: pointer;
  }
  .tc-box > ul .c-show-cou {
    cursor: pointer;
  }
  .tc-box > ul .c-show-cou > span::before {
    content: "Comments ";
  }
  .tc-box > ul > li.c-show-det::after {
    content: attr(data-show);
  }
  .tc-box > ul > li.c-hide-det::after {
    content: attr(data-hide);
  }
  .tc-box > ul .c-show-cou:hover,
  .tc-box > ul .c-show-det:hover,
  .tc-box > ul .c-vall:hover {
    background: #f1f1f1;
  }
  .tc-box > ul > li.nd {
    float: left;
    cursor: pointer;
    line-height: 16px;
  }
  .tc-box > ul > li.c-clk {
    cursor: default;
  }
  .tc-box > ul > li.lk {
    border: none;
    cursor: pointer;
  }
  .tc-box > ul > li.lk > svg path {
    transition: fill 0.4s ease;
    fill: #7b8b8e;
  }
  .tc-box > ul > li.lk:hover > svg path {
    fill: #2491ef;
  }
  .tc-box > ul > li.lk.liked {
    animation: like 0.3s linear forwards;
  }
  .tc-box > ul > li.lk.liked > svg path {
    fill: #2491ef;
  }
  .tc-box > ul > li.sh {
    position: relative;
    z-index: 1;
    padding-top: 3px;
  }
  .tc-box > ul > li.sh > svg path {
    transition: fill 0.4s ease;
    fill: #7b8b8e;
  }
  .tc-box > ul.veri:before {
    display: none;
  }
  .tc-box > ul.veri:after {
    display: none;
  }
  .amt {
    width: 122px;
    height: 106px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .amt > span {
    font-size: 22px;
    padding-left: 14px;
  }
  .amt > span small {
    font-size: 12px;
    opacity: 0.8;
  }
  .amt > span > small.ri {
    left: -6px;
    top: 7px;
  }
  .amt > span.txt {
    padding-top: 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .amt > span.bm > small.ri {
    top: 20px;
  }
  .amt > span.per {
    font-size: 22px;
  }
  .amt.bt i {
    transform: none;
    right: 0;
    width: 100%;
    bottom: 0;
    top: auto;
    font-size: 12px;
    padding: 8px 0;
    font-weight: 700;
  }
  .amt.bt > span {
    top: -8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .amt.bt > span.txt {
    right: 0;
    font-size: 14px;
    width: auto;
  }
  .tcbl {
    width: 155px;
    display: inline-block;
    vertical-align: top;
    padding: 16px;
    padding-bottom: 24px;
  }
  @keyframes like {
    0% {
      transform: scale(1) rotate(0);
    }
    50% {
      transform: scale(1.3) rotate(5deg);
    }
    100% {
      transform: scale(1) rotate(20deg);
    }
  }
  .dot {
    height: 3px;
    width: 3px;
    background-color: #999;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
  }
  .tcbr {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    min-height: 200px;
    position: relative;
    padding-top: 14px;
    padding-right: 18px;
  }
  .tcbr .bank {
    display: inline-block;
  }
  .tcbr .bank span:first-child {
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.38px;
    color: #515151;
    vertical-align: middle;
  }
  .tcbr .bank span:first-child small {
    font-size: 24px;
    margin-left: 10px;
    letter-spacing: -0.38px;
    color: #515151;
    font-weight: 400;
    margin-right: 0;
    border-right: none;
  }
  .tcbr .bank span {
    font-size: 10px;
  }
  .tcbr .bank span .bnk-img {
    height: auto;
  }
  .tcbr .bank img {
    max-height: 22px;
    vertical-align: middle;
  }
  .tcbr .bank span + span {
    padding-right: 6px;
    margin-right: 6px;
  }
  .tcbr .bank span + span.tag {
    position: initial;
  }
  .tcbr .bank br + .bnk2 {
    border-right: 1px solid #d5d5d5;
    padding-right: 4px;
  }
  .tcbr .bank br + .bnk2 > img {
    margin-right: 8px;
  }
  .tcbr .bank .bnk2 > img {
    height: 15px;
    max-width: 31px;
  }
  .tcbr .tct {
    font-size: 16px;
    width: calc(100% - 265px);
    margin-top: 8px;
  }
  .tcbr .tcbr-r {
    width: 290px;
    height: auto;
    margin-right: 16px;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
    left: 12px;
    bottom: 25px;
  }
  .tcbr .tcbr-r .cbin {
    margin: 12px 9px;
  }
  .tcbr .tcbr-r .verified {
    color: #607b3c;
    font-size: 13px;
    display: inline-block;
    font-weight: 500;
    position: relative;
    text-align: center;
    margin-left: 7px;
  }
  .tcbr .tcbr-r .verified:before {
    content: "\2714";
    margin-left: 4px;
    font-size: 6px;
    width: 12px;
    height: 12px;
    color: #fff;
    background: #8db654;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 12px;
  }
  .tcbr .tcbr-r .d-none {
    display: none !important;
  }
  .tcbr .tcbr-r .usr,
  .tcbr .tcbr-r .free {
    color: #727272;
    font-size: 12px;
    text-align: center;
    margin-bottom: 12px;
  }
  .tcbr .tcbr-r .usr > i,
  .tcbr .tcbr-r .free > i {
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px;
  }
  .tcbr .tcbr-r .usr > i {
    background-image: url(../icons/users.svg);
  }
  .tcbr .tcbr-r .free > i {
    background-image: url(../icons/free-shipping.svg);
  }
  .cbtn {
    background: #e5e5e5;
    width: 245px;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1.5px dashed #979797;
    z-index: 1;
  }
  .cbtn > span.cbcod {
    text-align: left;
    color: #000;
    font-weight: 700;
    padding-left: 18px;
  }
  .cbtn > .cbtxt {
    transition: all 0.3s ease;
    position: absolute;
    top: -2px;
    right: -2px;
    left: 0;
    height: 44px;
    background: #1c74c1;
    font-size: 13px;
    font-weight: 700;
    width: 211px;
    color: #fff;
    box-sizing: border-box;
    box-shadow: 0 2px 4px 0 rgba(157, 157, 157, 0.5);
    border-radius: 2px 4px 4px 2px;
    line-height: 44px;
    text-align: right;
    padding-right: 24px;
  }
  .cbtn.open {
    overflow: hidden;
  }
  .cbtn.open > span.cbcod {
    text-align: right;
    padding: 0;
    padding-right: 8px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block !important;
    float: right;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
  }
  .cbtn.open > .cp {
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #656565;
    text-decoration: underline;
    position: relative;
    left: 6px;
    cursor: pointer;
    word-spacing: -1px;
  }
  .cbtn.open > .cp:hover {
    color: #509cde;
  }
  .cbtn:hover > div {
    width: 200px;
  }
  .tc-box.dl .cbtn {
    border: none;
    box-shadow: 0 15px 10px -15px #000;
    background-color: #2491ef;
  }
  .tc-box.dl .cbtn > span.cbcod {
    text-align: center;
    color: #fff;
    font-weight: 400;
  }
  .tmc-exp.ex .cbtn {
    width: 321px;
    height: 44px;
    border-radius: 2px;
    border: solid 1px #ec564a;
    background-color: #ececec;
  }
  .tc-box.ex {
    border-right: solid 6px #8db654;
    -webkit-box-shadow: -6px 6px 40px -10px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: -6px 6px 40px -10px rgba(0, 0, 0, 0.18);
    box-shadow: -6px 6px 40px -10px rgba(0, 0, 0, 0.18);
  }
  .tc-box.ex .cbtn {
    background: #e5e5e5;
  }
  .tc-box .cbtn.htxt > .cbcod {
    display: block;
  }
  .tc-box.ex .cbtn > .cbtxt {
    background: #8db654;
  }
  .tc-box.su {
    border-right: solid 6px #2b4f8c;
    -webkit-box-shadow: -6px 6px 40px -10px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: -6px 6px 40px -10px rgba(0, 0, 0, 0.18);
    box-shadow: -6px 6px 40px -10px rgba(0, 0, 0, 0.18);
  }
  .tc-box.su .cbtn {
    background: #e5e5e5;
  }
  .tc-box.su .cbtn > .cbtxt {
    background: #2b4f8c;
  }
  .tc-box.banko .tcbr .bank {
    width: calc(100% - 320px);
  }
  .tc-box.ct > span {
    left: auto;
    right: 170px;
    width: 75px;
  }
  .tc-box.ct .tcbr .tct {
    font-size: 16px;
    width: calc(100% - 340px);
    height: auto;
  }
  .tc-box.ct > ul {
    margin-top: 0;
  }
  .tc-box.ct > ul .li.c-show-det {
    font-weight: 700;
  }
  .tc-box.ct .tcbr > a {
    margin-bottom: 20px;
  }
  .tc-box.ct.banko .bank {
    margin-top: 32px;
    width: calc(100% - 210px);
  }
  .tc-box.ct.banko .tcbr .tct {
    margin-top: 0;
    min-height: 48px;
  }
  .tmc-rel .su-box {
    height: 206px;
    width: auto;
  }
  .tmc-rel ul li {
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 2px;
    border: solid 1px #d6d8da;
    box-sizing: border-box;
    width: 49%;
  }
  .tmc-rel ul li > span:first-child {
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.38px;
    color: #515151;
    vertical-align: middle;
  }
  .tmc-rel ul li > span:first-child small {
    font-size: 24px;
    margin-left: 10px;
    letter-spacing: -0.38px;
    color: #515151;
    font-weight: 400;
    margin-right: 0;
    border-right: none;
  }
  .tmc-rel ul li img {
    top: 16px;
    left: 16px;
    width: 100px;
    height: 40px;
    object-fit: cover;
    max-width: unset;
  }
  .tmc-rel ul li p {
    font-size: 16px;
    min-height: 64px;
    line-height: 1.5;
    padding-top: 15px;
  }
  .tmc-rel ul li a.vall {
    font-size: 14px;
    height: 25px;
  }
  .tmc-rel ul li .amt {
    width: 122px;
    height: 75px;
    padding-top: 10px;
  }
  .tmc-rel ul li .amt > span {
    font-size: 22px;
  }
  .tmc-rel ul li .amt > span small {
    font-size: 10px;
    opacity: 0.8;
    left: -3px;
  }
  .tmc-rel ul li .amt > span.txt {
    font-size: 16px;
    line-height: 1.2;
  }
  .tmc-rel ul li:nth-child(2n) {
    margin-right: 12px;
  }
  .tmc-rel ul a.vall > span {
    width: 20px;
    height: 20px;
  }
  .tmc-rel ul .cbtn {
    margin: 0 0 16px;
    width: 100%;
  }
  .tmc-rel ul .cbtn > span.cbcod {
    font-size: 14px;
    padding-left: 14px;
  }
  .tmc-rel ul .cbtn > .cbtxt {
    width: calc(100% - 25px);
  }
  .tmc-rel ul .cbtn:hover > .cbtxt {
    width: calc(100% - 40px);
  }
  .tmc-rel .list-inline > li {
    display: inline-table;
  }
  .tmc-exp ul {
    font-size: 0;
  }
  .tmc-exp ul li {
    width: 49%;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 16px;
  }
  .tmc-exp ul li > span {
    left: 16px;
    top: 16px;
  }
  .tmc-exp ul li > span > svg {
    width: 24px;
    height: 24px;
  }
  .tmc-exp ul li > .tct,
  .tmc-exp ul li > p {
    font-size: 16px;
    min-height: 60px;
  }
  .tmc-exp ul li > span:first-child {
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.38px;
    vertical-align: middle;
  }
  .tmc-exp ul li > span:first-child small {
    font-size: 24px;
    margin-left: 10px;
    letter-spacing: -0.38px;
    font-weight: 400;
    margin-right: 0;
    border-right: none;
  }
  .tmc-exp ul li .amt {
    width: 122px;
    height: 63px;
    padding-top: 10px;
  }
  .tmc-exp ul li .amt > span {
    font-size: 20px;
  }
  .tmc-exp ul li .amt > span small {
    font-size: 10px;
    opacity: 0.8;
    left: -3px;
  }
  .tmc-exp ul li .amt > span.txt {
    font-size: 16px;
    line-height: 1.2;
  }
  .tmc-exp ul .full-exp {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 16px;
  }
  .tmc-exp ul .full-exp .exp-text {
    width: 60%;
    float: right;
  }
  .tmc-exp ul .full-exp .exp-btn {
    width: 40%;
    float: left;
  }
  .tmc-exp ul li:nth-child(2n) {
    margin-right: 12px;
  }
  .tmcd-label {
    position: absolute;
    top: 0;
    right: 0;
    background: #3e65a9;
    color: #fff;
    width: 33.33%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    height: 44px;
    box-sizing: border-box;
  }
  .tmcd-label:nth-of-type(2) {
    right: 33.33%;
  }
  .tmcd-label:nth-of-type(3) {
    right: 66.68%;
  }
  .tmcd-label.active {
    background: #fff;
    color: #000;
    font-weight: 500;
    font-size: 16px;
  }
  .tmcd-label:after {
    display: none;
  }
  .tmcd-label:before {
    content: "";
    background-color: #123561;
    width: 100%;
    height: 6px;
    display: block;
    position: absolute;
    top: -6px;
    right: 0;
    border-radius: 3px;
    transition: all 0.3s ease;
  }
  .tmcd-label:hover:before {
    top: 0;
  }
  .tmcd-label ~ .tmcd-label {
    border: none;
  }
  .tmc-det .pane {
    padding: 24px;
    margin-top: 42px;
    max-height: none;
  }
}
@media (min-width: 80em) {
  .tcbr {
    min-height: 138px;
  }
  .tmc-rel > ul.trsug li + li {
    margin-right: 33px !important;
  }
  .tmc-rel > ul.trsug li {
    width: 48%;
  }
  .tmc-rel > ul.trsug li a {
    background: 100% 0;
    padding: 12px;
  }
  .tmc-rel > ul.trsug li img {
    max-width: 110px;
  }
  .tmc-rel > ul.trsug li .amt {
    width: 122px;
    height: 86px;
    margin: 12px;
  }
  .tmc-rel > ul.trsug li .amt > span small.ri {
    left: -15px;
  }
  .tmc-rel > ul.trsug li > p {
    display: block;
    width: 100%;
    border: none;
    margin: 0;
    padding: 12px;
    box-sizing: border-box;
    min-height: 85px;
  }
  .tmc-rel > ul.trsug li .amt.bt i {
    font-size: 10px;
    padding: 6px 0;
  }
  .tmc-rel > ul.trsug li .amt.bt > span {
    height: 48px;
    top: -4px;
  }
  .tm-tab.fixed {
    padding-right: calc((100vw - 1130px) / 2) !important;
  }
  .tmc-rel ul li:nth-child(2n) {
    margin-right: 16px;
  }
  .tmc-exp ul li:nth-child(2n) {
    margin-right: 16px;
  }
}
.allCmnts {
  position: relative;
  display: block;
  cursor: pointer;
  line-height: 20px;
  margin: 12px auto 0;
  font-weight: 700;
}
.tcb-com .tw-cmnt > p.tw-ud.twfr-cmt .name {
  color: #8db654;
}
.tcb-com .tw-cmntReply p.tw-ud .name {
  color: #7b8b8e;
}
.tcb-com .tw-cmntReply p.tw-ud.twfr-cmt .name {
  color: #8db654;
}
@media (min-width: 64em) {
  .tmf-bank > .tw4PHe,
  .tmf-cat > .tw4PHe {
    margin: 0;
    padding: 14px 0;
    cursor: pointer;
  }
}
.tm-mrd-sub .rat-tobe.rated + .rat-tobe {
  cursor: default;
}
.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;
  }
}

.offer-dialog {
  position: fixed;
  inset: auto 0 0 0;
  width: 100%;
  height: 85dvh;

  border: 0;
  padding: 0;
  background: #fff;
  z-index: 3000;

  overflow-y: auto;

  opacity: 0;
  visibility: hidden;

  transform: translateY(100%);
  transition:
    transform 0.3s ease,
    opacity 0.25s ease;

  border-radius: 16px 16px 0 0;
}

/* open state */
.offer-dialog[open] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* close button */
.offer-dialog #closeOfferModal {
  position: absolute;
  left: 18px;
  top: 18px;
  cursor: pointer;
  z-index: 3001;
}

/* منع سكرول الصفحة */
.open-offer-modal {
  overflow: hidden;
}

/* admin bar fix */
.admin-bar .offer-dialog[open] {
  bottom: 0;
}

/* backdrop */
.offer-dialog::backdrop {
  background: rgba(0, 0, 0, 0.35);
}

/* Desktop modal */
@media (min-width: 64em) {
  .offer-dialog {
    inset: auto;

    top: 30%;
    left: 50%;

    transform: translate(-50%, -20px);

    width: 70%;
    max-width: 750px;

    height: auto;
    min-height: 426px;

    border-radius: 12px;
  }

  .offer-dialog[open] {
    transform: translate(-50%, 0);
  }
}


/* FAQ */
.tw-faq__item {
  margin-bottom: 16px;
}

.tw-faq__item:last-child {
  margin-bottom: 0;
}

.tw-faq__question {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  position: relative;
  padding-right: 18px;
}

.tw-faq__question::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 2px;
  background: #2563eb;
  transform: translateY(-50%);
}

.tw-faq__answer {
  margin-top: 8px;
  color: #555;
  line-height: 1.6;
}


/* HowTo */
.tw-howto__steps {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  counter-reset: step;
}

.tw-howto__step {
  position: relative;
  margin-bottom: 16px;
  padding-right: 32px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.tw-howto__step:last-child {
  margin-bottom: 0;
}

.tw-howto__step::before {
  content: counter(step);
  counter-increment: step;
  position: absolute;
  right: 0;
  top: 0;
  background: #111;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}

.tw-howto__step-content {
  flex: 1;
}

.tw-howto__step-title {
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 6px;
}

.tw-howto__step-desc {
  color: #555;
  line-height: 1.6;
}

.tw-howto__step-image {
  flex: 0 0 25%;
}

.tw-howto__step-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

@media (max-width: 640px) {

  .tw-howto__step {
    flex-direction: column;
  }

  .tw-howto__step-image {
    flex: 0 0 auto;
    width: 100%;
  }

}

.p-4 {
  padding: 1rem;
}

.my-4 {
  margin: 1rem 0;
}

.mb-4 {
  margin-bottom: 1rem;
}

.tw-heading {
  margin-top: 0;
}