body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
img {
    margin: 0;
}
img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
    max-width: 100%;
    height: auto;
}
.alignleft,
img.alignleft {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: 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 {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
.hidden,
[hidden] {
    display: none !important;
}
.pure-img {
    max-width: 100%;
    height: auto;
    display: block;
}
.pure-g {
    letter-spacing: -0.31em;
    text-rendering: optimizespeed;
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    table .pure-g {
        display: block;
    }
}
.opera-only :-o-prefocus,
.pure-g {
    word-spacing: -0.43em;
}
.pure-u {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}
.pure-g [class*="pure-u"] {
    font-family: sans-serif;
}
.pure-g {
    margin: 0 -1em;
}
.pure-g > div {
    padding: 0 1em;
}
.pure-button {
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.pure-button-group {
    letter-spacing: -0.31em;
    text-rendering: optimizespeed;
}
.opera-only :-o-prefocus,
.pure-button-group {
    word-spacing: -0.43em;
}
.pure-button-group .pure-button {
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}
.pure-button {
    font-family: inherit;
    font-size: 100%;
    padding: 0.5em 1em;
    color: #444;
    color: rgba(0, 0, 0, 0.8);
    border: 1px solid #999;
    border: none transparent;
    background-color: #e6e6e6;
    text-decoration: none;
    border-radius: 2px;
}
.pure-button-hover,
.pure-button:focus,
.pure-button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
.pure-button:focus {
    outline: 0;
}
.pure-button-active,
.pure-button:active {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
    border-color: #000;
}
.pure-button-disabled,
.pure-button-disabled:active,
.pure-button-disabled:focus,
.pure-button-disabled:hover,
.pure-button[disabled] {
    border: none;
    background-image: none;
    opacity: 0.4;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}
.pure-button-hidden {
    display: none;
}
.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
    background-color: #4c8500;
    color: #fff;
    border-radius: 2px;
    height: 38px;
}
.pure-button-group .pure-button {
    margin: 0;
    border-radius: 0;
    border-right: 1px solid #111;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.pure-button-group .pure-button:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pure-button-group .pure-button:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: none;
}
.pure-form input[type="color"],
.pure-form input[type="date"],
.pure-form input[type="datetime-local"],
.pure-form input[type="datetime"],
.pure-form input[type="email"],
.pure-form input[type="month"],
.pure-form input[type="number"],
.pure-form input[type="password"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="text"],
.pure-form input[type="time"],
.pure-form input[type="url"],
.pure-form input[type="week"],
.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:not([type]) {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pure-form input[type="color"] {
    padding: 0.2em 0.5em;
}
.pure-form input[type="color"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="text"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="week"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
    outline: 0;
    border-color: #129fea;
}
.pure-form input:not([type]):focus {
    outline: 0;
    border-color: #129fea;
}
.pure-form input[type="checkbox"]:focus,
.pure-form input[type="file"]:focus,
.pure-form input[type="radio"]:focus {
    outline: thin solid #129fea;
    outline: 1px auto #129fea;
}
.pure-form .pure-checkbox,
.pure-form .pure-radio {
    margin: 0.5em 0;
    display: block;
}
.pure-form input[type="color"][disabled],
.pure-form input[type="date"][disabled],
.pure-form input[type="datetime-local"][disabled],
.pure-form input[type="datetime"][disabled],
.pure-form input[type="email"][disabled],
.pure-form input[type="month"][disabled],
.pure-form input[type="number"][disabled],
.pure-form input[type="password"][disabled],
.pure-form input[type="search"][disabled],
.pure-form input[type="tel"][disabled],
.pure-form input[type="text"][disabled],
.pure-form input[type="time"][disabled],
.pure-form input[type="url"][disabled],
.pure-form input[type="week"][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}
.pure-form input:not([type])[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}
.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
    background-color: #eee;
    color: #777;
    border-color: #ccc;
}
.pure-form input:focus:invalid,
.pure-form select:focus:invalid,
.pure-form textarea:focus:invalid {
    color: #b94a48;
    border-color: #e9322d;
}
.pure-form input[type="checkbox"]:focus:invalid:focus,
.pure-form input[type="file"]:focus:invalid:focus,
.pure-form input[type="radio"]:focus:invalid:focus {
    outline-color: #e9322d;
}
.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="color"],
.pure-form-stacked input[type="date"],
.pure-form-stacked input[type="datetime-local"],
.pure-form-stacked input[type="datetime"],
.pure-form-stacked input[type="email"],
.pure-form-stacked input[type="file"],
.pure-form-stacked input[type="month"],
.pure-form-stacked input[type="number"],
.pure-form-stacked input[type="password"],
.pure-form-stacked input[type="search"],
.pure-form-stacked input[type="tel"],
.pure-form-stacked input[type="text"],
.pure-form-stacked input[type="time"],
.pure-form-stacked input[type="url"],
.pure-form-stacked input[type="week"],
.pure-form-stacked label,
.pure-form-stacked select,
.pure-form-stacked textarea {
    display: block;
    margin: 0.25em 0;
}
.pure-form-stacked input:not([type]) {
    display: block;
    margin: 0.25em 0;
}
.pure-form-aligned .pure-help-inline,
.pure-form-aligned input,
.pure-form-aligned select,
.pure-form-aligned textarea,
.pure-form-message-inline {
    display: inline-block;
    vertical-align: middle;
}
.pure-form-aligned textarea {
    vertical-align: top;
}
.pure-form-aligned .pure-control-group {
    margin-bottom: 0.5em;
}
.pure-form-aligned .pure-control-group label {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 11em;
}
.pure-form .pure-input-rounded,
.pure-form input.pure-input-rounded {
    border-radius: 2em;
    padding: 0.5em 1em;
}
.pure-form .pure-group fieldset {
    margin-bottom: 10px;
}
.pure-form .pure-group input,
.pure-form .pure-group textarea {
    display: block;
    padding: 10px;
    margin: 0 0 -1px;
    border-radius: 0;
    position: relative;
    top: -1px;
}
.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
    z-index: 3;
}
.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
    top: 1px;
    border-radius: 4px 4px 0 0;
    margin: 0;
}
.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
    top: 1px;
    border-radius: 4px;
    margin: 0;
}
.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
    top: -2px;
    border-radius: 0 0 4px 4px;
    margin: 0;
}
.pure-form .pure-group button {
    margin: 0.35em 0;
}
.pure-form .pure-input-1 {
    width: 100%;
}
.pure-form .pure-input-3-4 {
    width: 75%;
}
.pure-form .pure-input-2-3 {
    width: 66%;
}
.pure-form .pure-input-1-2 {
    width: 50%;
}
.pure-form .pure-input-1-3 {
    width: 33%;
}
.pure-form .pure-input-1-4 {
    width: 25%;
}
.pure-form .pure-help-inline,
.pure-form-message-inline {
    display: inline-block;
    padding-left: 0.3em;
    color: #666;
    vertical-align: middle;
    font-size: 0.875em;
}
.pure-form-message {
    display: block;
    color: #666;
    font-size: 0.875em;
}
@media only screen and (max-width: 480px) {
    .pure-form button[type="submit"] {
        margin: 0.7em 0 0;
    }
    .pure-form input:not([type]),
    .pure-form input[type="color"],
    .pure-form input[type="date"],
    .pure-form input[type="datetime-local"],
    .pure-form input[type="datetime"],
    .pure-form input[type="email"],
    .pure-form input[type="month"],
    .pure-form input[type="number"],
    .pure-form input[type="password"],
    .pure-form input[type="search"],
    .pure-form input[type="tel"],
    .pure-form input[type="text"],
    .pure-form input[type="time"],
    .pure-form input[type="url"],
    .pure-form input[type="week"],
    .pure-form label {
        margin-bottom: 0.3em;
        display: block;
    }
    .pure-group input:not([type]),
    .pure-group input[type="color"],
    .pure-group input[type="date"],
    .pure-group input[type="datetime-local"],
    .pure-group input[type="datetime"],
    .pure-group input[type="email"],
    .pure-group input[type="month"],
    .pure-group input[type="number"],
    .pure-group input[type="password"],
    .pure-group input[type="search"],
    .pure-group input[type="tel"],
    .pure-group input[type="text"],
    .pure-group input[type="time"],
    .pure-group input[type="url"],
    .pure-group input[type="week"] {
        margin-bottom: 0;
    }
    .pure-form-aligned .pure-control-group label {
        margin-bottom: 0.3em;
        text-align: left;
        display: block;
        width: 100%;
    }
    .pure-form-aligned .pure-controls {
        margin: 1.5em 0 0 0;
    }
    .pure-form .pure-help-inline,
    .pure-form-message,
    .pure-form-message-inline {
        display: block;
        font-size: 0.75em;
        padding: 0.2em 0 0.8em;
    }
}
.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;
    right: 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;
    left: 0;
    right: 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-left: 16px;
}
.tw-extTab > .table-responsive,
.tw-extTab > ol,
.tw-extTab > ul {
    font-size: 14px;
    line-height: 20px;
}
.tw-extTab img {
    max-width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table {
    width: 100%;
    max-width: 100%;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    vertical-align: middle;
    line-height: 18px;
}
th {
    text-align: left;
}
.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-left: 16px;
    letter-spacing: 0.2px;
}
.tcb-det > ol > li > ul,
.tcb-det > ul > li > ul {
    padding-left: 28px;
}
.tcb-det > ol > li > ol,
.tcb-det > ul > li > ol {
    padding-left: 28px;
}
.tcb-det > ol.tw-disc {
    list-style-type: disc;
}
.tc-box .tcb-det > ul.circle {
    list-style-type: circle;
    list-style: circle;
    padding-left: 40px;
}
.tc-box .tcb-det > ul.circle > li {
    padding: 4px 0;
    display: list-item !important;
}
.talert {
    display: none;
    position: fixed;
    bottom: 18px;
    left: 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-left: 12px;
}
.talert > p > a {
    display: block;
}
.talert #tClose {
    position: absolute;
    right: 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-right: 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-left: 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;
    right: 6px;
    min-width: 120px;
    padding: 8px 12px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}
.tw-BBanner .tw-closeBBanner {
    position: fixed;
    bottom: 50px;
    right: 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-left-radius: 6px;
    border-top-right-radius: 6px;
}
.open-login-modal {
    overflow: hidden;
}
.open-login-modal .login-modal {
    top: 0;
    visibility: visible;
    opacity: 1;
}
.login-modal {
    position: fixed;
    width: 100vw;
    top: -10px;
    left: 0;
    background: #fff;
    z-index: 3000;
    height: 100vh;
    overflow-y: auto;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}
.login-modal .loginbtm {
    background: #8db654;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 16px;
    text-align: center;
    line-height: 1.4;
    width: 100%;
}
.login-modal .loginbtm > span {
    display: block;
}
.login-modal #closeLoginModal {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 2;
    cursor: pointer;
}
.login-modal #closeLoginModal #Pathlog {
    fill: #fff;
}
.login-modal .loginm-content .lm-l {
    background-color: #071938;
    padding: 24px 24px 0;
}
.login-modal .loginm-content .lm-l > span {
    display: block;
    padding-top: 16px;
    color: #fff;
    margin-top: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}
.login-modal .loginm-content .lm-l > span small {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-top: 12px;
    opacity: 0.8;
}
.login-modal .loginm-content .lm-img {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
}
.login-modal .loginm-content .lm-img img {
    max-width: 100%;
}
.login-modal .loginm-content .lm-r {
    position: relative;
    overflow: hidden;
}
.login-modal .loginm-content .lm-r .loginWith {
    margin-top: 22px;
    padding: 24px;
}
.login-modal .loginm-content .lm-r .loginWith > span {
    display: block;
    margin: 25px 0;
    font-weight: 700;
    font-size: 22px;
    color: #2f3843;
    text-align: center;
}
.login-modal .loginm-content .lm-r .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-modal .loginm-content .lm-r .loginWith > a .gi {
    float: left;
    position: relative;
    top: -3px;
}
.login-modal .loginm-content .lm-r .loginWith > a .gi > svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.login-modal .loginm-content .lm-r .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-left: 22px;
}
.radio + div,
.radio + span {
    padding-left: 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;
    left: 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%;
    left: 4px;
    top: 4px;
}
.radio:checked + div:before,
.radio:checked + span:before {
    border-color: #8db654;
    background: 0% 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;
    left: 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;
    left: -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");
    left: 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-right: 4px;
    margin-left: 4px;
}
.egp:before {
    content: "\20b9";
}
.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;
    left: 0;
    padding-top: 22px;
    padding-left: 12px;
}
#tBurger > span {
    width: 22px;
    height: 2px;
    border-radius: 10px;
    background-color: #515151;
    display: block;
    margin-bottom: 4px;
}
.top-header-banner {
    display: flex;
    gap: 16px;
    background: #efefef;
    text-align: center;
    margin: 0;
    padding: 6px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #16171a;
    overflow: hidden;
    text-overflow: ellipsis;
}
.t-top {
    padding: 12px 0;
}
a.t-special-mobile {
    margin-left: 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;
    right: 0;
    top: 30px;
    color: #575757;
}
.tw-logo {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 44px;
}
#tSearchInput {
    height: 38px;
    border-radius: 4px;
    background-color: #efefef;
    border: none;
}
.t-search {
    position: absolute;
    top: 0;
    right: 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-left: 18px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.23);
}
.tprof {
    display: inline-block;
    margin-left: 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-left: 8px;
}
.tprof:hover + .tprof-dropdown {
    visibility: visible;
    opacity: 1;
    top: 46px;
}
.tprof-dropdown {
    top: 32px;
    position: absolute;
    min-width: 160px;
    right: 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;
}
#tMenuMob {
    padding: 0;
}
.t-nav-menu {
    position: fixed;
    top: 0;
    width: 70vw;
    left: -70vw;
    height: 100%;
    background: #fff;
    transition: all 0.2s;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
}
#tBody.admin-bar.open .t-nav-menu {
    top: 46px;
}
#tBody.open .t-nav-menu {
    transform: translateX(70vw);
}
#overlay {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
#tBody.f-open #overlay,
#tBody.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-menu .t-dropdown {
    position: fixed;
    top: 0;
    width: 70vw;
    height: 100%;
    background: #fff;
    opacity: 0;
    z-index: 999;
    transform: translateX(-70vw);
    -webkit-transform: translateX(-70vw);
    -moz-transform: translateX(-70vw);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: all 0.3s ease;
    will-change: transform;
}
.t-dropdown > li.t-submenu-title,
.t-dropdown > li > a {
    padding: 16px 12px;
    display: block;
    position: relative;
}
.t-dropdown > li.t-submenu-title {
    padding: 0 12px;
    border-bottom: 1px solid #ccc;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.t-dropdown > li.t-submenu-title .t-sub-head {
    padding: 20px 0;
    display: block;
}
.t-dropdown > li.t-submenu-title .t-sub-head .mpluss {
    font-size: 20px;
    top: 17px;
    position: absolute;
    right: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}
.t-dropdown > li.t-submenu-title .t-sub-head .mpluss > svg {
    width: 16px;
    height: 16px;
}
.t-dropdown .t-viewall a {
    color: #60a600 !important;
}
.t-dropdown .t-viewall a:after {
    content: "\25b8";
    padding-left: 5px;
    padding-right: 12px;
}
.t-dropdown > li.t-submenu-title > ul {
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.t-viewall a {
    padding: 20px 12px !important;
}
.other .t-dropdown > li.t-submenu-title > ul {
    max-height: 56px;
    opacity: 1;
    transition: all 0.3s ease;
}
.other .t-dropdown > li.t-submenu-title > ul.open {
    max-height: 1000px;
}
.other .t-dropdown > li.t-submenu-title:after {
    display: none;
}
.other li.t-subc-head {
    padding: 8px 0;
    position: relative;
}
.other li.t-subc-head .mplus {
    top: 17px;
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}
.other li.t-subc-head .mplus > svg {
    width: 16px;
    height: 16px;
}
.t-dropdown > li.t-submenu-title > ul > li > a {
    padding: 12px 0;
    display: block;
}
.t-dropdown > li.t-submenu-title > ul a {
    color: #16171a;
}
.t-viewall > a {
    color: #60a600;
}
.t-nav-secondary a,
.t-nav-menu .t-dropdown a {
    color: #16171a;
}
.t-nav-primary {
    padding: 0 12px;
}
.t-nav-primary .store {
    margin: 0 -12px;
    border-bottom: 1px solid #cfcfcf;
    padding: 20px 12px;
    padding-right: 24px;
}
.t-nav-primary .other {
    margin: 0 -12px;
    padding: 20px 12px;
    padding-right: 24px;
    border-bottom: 1px solid #cfcfcf;
}
.t-nav-primary .idu a {
    padding: 2px 0;
    display: block;
    position: relative;
}
.t-nav-primary .idu a:after {
    content: "New";
    position: absolute;
    top: 50%;
    color: #fff;
    width: 22px;
    height: 15px;
    left: 56px;
    font-size: 8px;
    line-height: 15px;
    text-align: center;
    margin: -7.5px auto 0;
    background-color: #2b4f8c;
}
.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-left: 10px;
    position: relative;
    top: -2px;
}
.t-dropdown > li.t-submenu-title.open > ul {
    height: auto;
    max-height: 700px;
    opacity: 1;
}
.t-nav-primary > li,
.t-nav-secondary > li {
    padding: 16px 0;
    padding-right: 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.open + .t-dropdown {
    opacity: 1;
    transform: translateX(-12px);
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
}
.t-nav-main:after {
    content: "\25b8";
    position: absolute;
    right: 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(../images/icons/right-arrow.svg);
    background-repeat: no-repeat;
    margin-right: 6px;
    width: 16px;
    height: 12px;
    display: inline-block;
    background-size: contain;
}
.t-nav-deal > svg {
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: 3px;
}
.search-modal {
    position: fixed;
    top: 0;
    right: 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-modal {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.open-search-modal {
    overflow: hidden;
}
.t-notify {
    display: inline-block;
    position: absolute;
    right: 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;
    right: 0;
    border-radius: 50%;
    line-height: 17px;
}
#tNotifyC {
    position: fixed;
    right: 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-left: 12px;
}
#tNotifyC > ul li a div time {
    color: #b0b0b0;
    font-size: 10px;
}
#tNotifyC > ul li a.unread {
    background: #eef3f6;
}
#tNotifyC #closeNotify {
    position: absolute;
    left: 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;
    right: 0;
    top: 12px;
    width: 18px;
    text-align: right;
    height: 20px;
    float: right;
    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-left: 16px;
    color: #515151;
    margin: 16px;
}
.t-search-hottest .t-s-hotcoupon:after {
    position: absolute;
    content: "";
    right: 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(../images/icons/left-arrow-white.svg);
    vertical-align: middle;
    background-size: 29%;
    background-position: center;
}
.search-result {
    display: none;
    margin: 32px 0;
}
.search-result .sr-store {
    position: relative;
}
.search-result .sr-store > strong {
    font-size: 12px;
    color: #575757;
    width: 165px;
    display: inline-block;
}
.search-result .sr-store > a {
    float: right;
    color: #1a8ef2;
    text-decoration: underline;
}
.search-result .sr-store ul {
    margin-top: 12px;
}
.search-result .sr-store ul li {
    margin-bottom: 8px;
}
.search-result .sr-store 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-store ul li a > img {
    display: inline-block;
    max-height: 38px;
    vertical-align: middle;
    height: 40px;
    width: 100px;
    object-fit: cover;
}
.search-result .sr-store ul li a > p {
    font-size: 12px;
    float: right;
    margin-right: 10px;
    color: #b2b2b2;
    max-width: 150px;
}
.search-result .sr-store ul li a > p > span + span {
    border-left: 1px solid #b2b2b2;
    margin-left: 6px;
    padding-left: 6px;
}
.search-result .sr-banks {
    position: relative;
    margin-top: 24px;
    padding-top: 16px;
    border-top: solid 1px #dcdcdc;
}
.search-result .sr-banks > strong {
    font-size: 12px;
    color: #575757;
    width: 165px;
    display: inline-block;
}
.search-result .sr-banks > a {
    float: right;
    color: #1a8ef2;
    text-decoration: underline;
}
.search-result .sr-banks > ul li {
    margin-top: 12px;
}
.search-result .sr-banks > 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-banks > ul li + li {
    margin-left: 8px;
}
.search-result .sr-giftcard {
    position: relative;
    margin-top: 24px;
    padding-top: 16px;
    border-top: solid 1px #dcdcdc;
}
.search-result .sr-giftcard > strong {
    font-size: 12px;
    color: #575757;
    width: 165px;
    display: inline-block;
}
.search-result .sr-giftcard > a {
    float: right;
    color: #1a8ef2;
    text-decoration: underline;
}
.search-result .sr-giftcard > ul {
    margin-top: 12px;
}
.search-result .sr-giftcard > 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-giftcard > ul li a > img {
    display: inline-block;
    max-height: 38px;
    vertical-align: middle;
}
.search-result .sr-giftcard > ul li a > span {
    font-size: 12px;
    float: right;
    margin: 12px 10px;
    color: #b2b2b2;
    max-width: 150px;
}
.search-modal.searching .non-search {
    display: none;
}
.search-modal.searching .search-result {
    display: block;
}
footer {
    padding: 48px 0 24px;
    position: relative;
    z-index: 4;
    background: #071938;
    color: #fff;
}
footer .tw-logo {
    margin-bottom: 18px;
}
footer .tw-logo > svg > .path2 {
    fill: #fff;
}
footer .tw-logo > span {
    color: #fff;
}
footer .app-s > p {
    line-height: 1.5;
}
footer .app-s .app-link {
    margin-top: 18px;
    text-align: center;
    margin-bottom: 36px;
}
footer .app-s .app-link a {
    display: inline-block;
}
footer .app-s .app-link a img {
    width: 123px;
    height: 42px;
}
footer .app-s .app-link a + a {
    margin-left: 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;
    left: 0;
    right: 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.tw-redirection {
    color: #8db654;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0;
    cursor: pointer;
}
footer .f-bottom small {
    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-left: 12px;
    text-align: left;
    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 screen and (min-width: 35.5em) {
    .container {
        max-width: 540px;
    }
}
@media screen and (min-width: 48em) {
    .container {
        max-width: 720px;
    }
    .t-loggedout {
        height: 145px;
    }
    .t-login-icon,
    .t-login-text {
        height: 100%;
    }
}
@media screen and (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-left: 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) {
        right: 0;
        min-width: 140px;
    }
    .tw-BBanner .tw-closeBBanner {
        right: 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-left: 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-left: 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;
    }
    #desktopOverlay {
        background-color: rgba(40, 83, 143, 0.5);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        top: 121px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
    }
    .open-desktop-menu #desktopOverlay {
        visibility: visible;
        opacity: 1;
    }
    .open-login-modal {
        overflow: hidden;
    }
    .open-login-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-login-modal .login-modal {
        top: 122px;
    }
    .login-modal {
        top: 110px;
        width: 70%;
        max-width: 750px;
        margin: 48px auto 0;
        left: 0;
        right: 0;
        height: 450px;
        max-height: 560px;
        border-radius: 4px;
        box-shadow: 0 8px 40px 0 rgba(18, 50, 105, 0.58);
    }
    .login-modal #closeLoginModal #Pathlog {
        fill: #b4b4b4;
    }
    .login-modal .loginbtm {
        padding: 12px;
    }
    .login-modal .loginbtm span {
        display: inline-block;
    }
    .login-modal .loginm-content {
        height: 100%;
    }
    .login-modal .loginm-content .lm-l,
    .login-modal .loginm-content .lm-r {
        display: inline-block;
        vertical-align: top;
    }
    .login-modal .loginm-content .lm-l {
        height: 100%;
        width: 360px;
    }
    .login-modal .loginm-content .lm-l > span {
        margin: 0 12px;
        margin-top: 15%;
        font-size: 25px;
        text-align: left;
        color: #fff;
    }
    .login-modal .loginm-content .lm-l > span small {
        display: block;
        font-size: 14px;
    }
    .login-modal .loginm-content .lm-l .lm-img {
        margin-top: 24px;
        max-width: 300px;
    }
    .login-modal .loginm-content .lm-r {
        width: calc(100% - 380px);
    }
    .login-modal .loginm-content .lm-r .loginWith {
        margin-top: 56px !important;
    }
    .login-modal .loginm-content .lm-r .loginWith > span {
        font-size: 25px;
    }
    .login-modal .loginm-content .lm-r .loginWith #logpath {
        fill: #b4b4b4;
    }
    .login-modal .loginm-content .lm-r .loginWith > a .gi {
        top: -1px;
    }
    body {
        padding-top: 121px;
    }
    .hidden-lg {
        display: none !important;
    }
    .visible-lg {
        display: block !important;
    }
    #overlay {
        top: 121px;
    }
    .t-login,
    .t-search {
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }
    .t-login {
        float: right;
    }
    .t-search {
        top: 0;
    }
    .admin-bar header.uni-header {
        top: 32px;
    }
    header.uni-header {
        height: 121px;
        padding: 0;
    }
    .tw-logo {
        margin-right: 48px;
        margin-left: 0;
    }
    #tSearchInput {
        width: 448px;
        padding-left: 48px;
    }
    .t-search > span {
        position: absolute;
        left: 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;
    }
    #tBody.open .t-nav-menu {
        transform: none;
    }
    #tDNotify {
        display: inline-block;
        vertical-align: middle;
        width: 36px;
        height: 36px;
        line-height: 47px;
        margin-left: 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;
        right: 0;
        border-radius: 50%;
        line-height: 17px;
    }
    #tDNotify:hover {
        background-color: #efefef;
    }
    .t-top {
        position: relative;
    }
    #tMenuMob {
        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;
        right: 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-store {
        display: inline-block;
    }
    .t-nav-primary .other,
    .t-nav-primary .store {
        margin: 0;
        border: 0;
        padding: 0;
    }
    .t-nav-primary .other {
        margin-left: 32px;
    }
    .t-nav-primary .store .t-dropdown {
        font-size: 0;
    }
    .t-nav-primary .store .t-dropdown .t-viewall {
        display: block;
        border-top: 1px solid #d8d8d8;
        width: 100%;
        margin-top: 16px;
    }
    .t-nav-primary .store .t-dropdown .t-viewall a {
        padding: 10px 0 !important;
        display: block;
    }
    .t-nav-primary .store .t-dropdown .t-viewall a:hover {
        text-decoration: none;
    }
    .t-nav-primary .store .t-dropdown a:hover {
        text-decoration: underline;
    }
    .t-nav-primary .store .mpluss {
        display: none;
    }
    .t-nav-primary .store .t-dropdown > li {
        width: 33%;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0;
        border: none;
    }
    .t-nav-primary .store .t-dropdown > li .t-sub-head {
        padding: 0;
        color: #000;
        font-weight: 500;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    .t-nav-primary .store .t-dropdown > li .t-sub-head:after {
        content: "";
        width: 40px;
        height: 1px;
        background-color: #b0b0b0;
        display: block;
        top: 12px;
        position: relative;
    }
    .t-nav-primary .store .t-dropdown > li > ul {
        max-height: 1000px;
        opacity: 1;
    }
    .t-nav-primary .store .t-dropdown > li > ul li {
        width: 48%;
        display: inline-block;
    }
    .t-nav-primary .store .t-dropdown > li > ul li a {
        padding: 8px 0;
    }
    .t-nav-primary .other .t-dropdown {
        font-size: 0;
    }
    .t-nav-primary .other .t-dropdown > li {
        width: 16.6666666667%;
        border: 0;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        padding: 0;
    }
    .t-nav-primary .other .t-dropdown > li > ul {
        max-height: 1000px;
        opacity: 1;
    }
    .t-nav-primary .other .t-dropdown > li > ul li.t-subc-head {
        padding: 0;
        font-weight: 500;
    }
    .t-nav-primary .other .t-dropdown > li > ul li a {
        padding: 8px 4px;
    }
    .t-nav-primary .other .t-dropdown > li > ul li a:hover {
        text-decoration: underline;
    }
    .t-nav-primary .other .t-dropdown > .t-viewall {
        display: block;
        border-top: 1px solid #d8d8d8;
        width: 100%;
        margin-top: 16px;
    }
    .t-nav-primary .other .t-dropdown > .t-viewall a {
        padding: 10px 0 !important;
        display: block;
    }
    .t-nav-primary .other .t-dropdown > .t-viewall a.t-page-link {
        display: inline-block;
    }
    .t-nav-primary > li,
    .t-nav-secondary > li {
        display: inline-block;
        line-height: 55px;
        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 .idu a {
        padding: 0;
        height: 55px;
    }
    .t-nav-primary > li > span:after {
        content: "\25be";
        padding-left: 6px;
        position: static;
    }
    .mplus {
        display: none;
    }
    .t-nav-primary .t-dropdown {
        display: block;
        position: absolute;
        border-radius: 4px;
        background-color: #fff;
        left: 0;
        top: 50px;
        line-height: normal;
        box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.02);
        padding: 12px;
        min-width: 800px;
        z-index: 999;
        visibility: hidden;
        transition: all 0.2s;
        opacity: 0;
        transform: none;
        height: auto;
        width: auto;
    }
    .t-nav-primary.open + .t-nav-secondary {
        visibility: visible;
        opacity: 1;
    }
    .t-nav-primary .t-dropdown:hover,
    .t-nav-primary .t-nav-main:hover + .t-dropdown {
        visibility: visible;
        opacity: 1;
        top: 55px;
    }
    .t-nav-primary .t-dropdown:focus,
    .t-nav-primary .t-nav-main:focus + .t-dropdown {
        visibility: visible;
        opacity: 1;
        top: 55px;
    }
    .t-nav-primary .t-dropdown:active,
    .t-nav-primary .t-nav-main:active + .t-dropdown {
        visibility: visible;
        opacity: 1;
        top: 55px;
    }
    .t-nav-primary .t-dropdown > li > a {
        display: block;
        padding: 8px 0;
        color: #16171a;
        transition: all 0.3s ease;
    }
    .t-nav-primary .t-dropdown > li > a:hover {
        transform: translateX(2px);
    }
    .t-nav-primary > li + li {
        margin-left: 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: right;
    }
    .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-right: 0;
    }
    .search-modal {
        left: 0;
        height: 0;
        max-width: 640px;
        transform: none;
    }
    .open-search-modal .search-modal {
        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: right;
        opacity: 0.5;
        margin-top: 6px;
        margin-bottom: 16px;
    }
    .t-search-featured,
    .t-search-hottest {
        display: inline-block;
    }
    .t-search-trending {
        border-bottom: 1px solid #dcdcdc;
        margin-top: 56px;
        padding-bottom: 26px;
    }
    .t-search-trending > p {
        margin-bottom: 24px;
        font-size: 16px;
    }
    .t-search-trending ul > li a {
        font-size: 14px;
    }
    .t-search-hottest {
        border: none;
        width: 60%;
    }
    .t-search-hottest > p {
        margin-bottom: 24px;
        font-size: 16px;
    }
    .t-search-hottest ul li {
        vertical-align: top;
        width: 31%;
        display: inline-block;
    }
    .t-search-hottest ul li .t-s-hotcoupon {
        box-shadow: none;
        padding: 0;
        border: none;
    }
    .t-search-hottest ul li .t-s-hotcoupon .t-hot-img {
        border-radius: 6px;
        box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.14);
        max-width: 100%;
    }
    .t-search-hottest ul li .t-s-hotcoupon .t-sh-title {
        display: block;
        margin-left: 0;
        font-weight: 500;
        font-size: 16px;
    }
    .t-search-hottest ul li .t-s-hotcoupon span,
    .t-search-hottest ul li .t-s-hotcoupon strong {
        color: #515151;
    }
    .t-search-hottest ul li .t-s-hotcoupon img {
        display: block;
        margin-bottom: 8px;
    }
    .t-search-hottest ul li .t-s-hotcoupon:hover span {
        text-decoration: underline;
    }
    .t-search-hottest ul li .t-s-hotcoupon:after {
        display: none;
    }
    .t-search-hottest ul li a:last-child {
        color: #2491ef;
        font-size: 12px;
    }
    .t-search-hottest ul li + li {
        margin-left: 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-store > strong {
        font-size: 16px;
        width: 300px;
    }
    .search-result .sr-store > ul {
        margin-top: 24px;
    }
    .search-result .sr-store > ul > li {
        display: inline-block;
    }
    .search-result .sr-store > ul > li a {
        padding: 12px 18px;
        text-align: center;
    }
    .search-result .sr-store > ul > li a > img {
        max-height: 44px;
        height: 40px;
        width: 130px;
        object-fit: cover;
    }
    .search-result .sr-store > ul > li a > span {
        color: #b2b2b2;
        margin-top: 12px;
        font-size: 14px;
    }
    .search-result .sr-store > ul > li a > p {
        float: none;
        font-size: 14px;
    }
    .search-result .sr-store > ul > li + li {
        margin-left: 12px;
    }
    .search-result .sr-banks {
        padding-top: 24px;
    }
    .search-result .sr-banks > strong {
        font-size: 16px;
        width: 300px;
    }
    .search-result .sr-banks > ul {
        margin-top: 14px;
    }
    .search-result .sr-banks > ul > li a {
        padding: 12px 24px;
    }
    .search-result .sr-giftcard {
        padding-top: 24px;
    }
    .search-result .sr-giftcard > strong {
        font-size: 16px;
        width: 300px;
    }
    .search-result .sr-giftcard > ul {
        margin-top: 24px;
    }
    .search-result .sr-giftcard > ul > li {
        display: inline-block;
    }
    .search-result .sr-giftcard > ul > li a {
        text-align: center;
        padding: 12px 24px;
    }
    .search-result .sr-giftcard > ul > li a > img {
        max-height: 44px;
    }
    .search-result .sr-giftcard > ul > li a span {
        display: block;
        float: none;
        font-size: 14px;
    }
    footer .tw-sl {
        text-align: left;
    }
    footer .tw-sl:before {
        right: auto;
    }
    footer .tw-logo > span {
        right: auto;
        left: 2px;
    }
    footer .app-s {
        display: inline-block;
        vertical-align: top;
        width: 25%;
    }
    footer .app-s .app-link {
        text-align: left;
    }
    footer .app-s .app-link a img {
        width: 123px;
        height: 42px;
    }
    footer .footer-list {
        margin-left: 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.tw-redirection {
        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: left;
    }
    .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-left: 82px;
        margin-top: -16px;
        font-size: 12px;
    }
    .form-sub {
        width: calc(100% - 520px);
        margin-left: 36px;
        float: right;
    }
    .form-sub button {
        width: 160px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px;
    }
    .form-sub input {
        display: inline-block;
        width: calc(100% - 180px);
        vertical-align: middle;
        margin: 0;
    }
    .form-sub input::placeholder {
        text-align: left;
    }
}
@media screen and (min-width: 80em) {
    .container {
        max-width: 1140px;
    }
    .flex {
        display: flex;
    }
    #tSearchInput {
        width: 629px;
    }
    .t-nav-store .t-store-menu {
        right: 0;
    }
}
.promo-banner {
    cursor: pointer;
    position: fixed;
    bottom: 12px;
    right: 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;
}
.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-left-radius: 40%;
}
.promo-banner.active > .pb-wrap {
    transform: translateX(100px);
}
.promo-banner.active > div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.promo-banner.active > div > span {
    position: absolute;
    top: 8px;
    right: 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%;
}
.bBanner .promo-banner {
    bottom: 98px;
}
main.t-mer .promo-banner {
    bottom: 78px;
}
.bBanner main.t-mer .promo-banner {
    bottom: 128px;
}
@media screen and (min-width: 64em) {
    .promo-banner {
        right: 24px;
        bottom: 24px;
    }
    .promo-banner.active {
        width: 370px;
        height: 280px;
        border-top-left-radius: 40%;
    }
    .promo-banner.active > div > span {
        width: 25px;
        height: 25px;
        line-height: 24px;
    }
    .bBanner .promo-banner {
        bottom: 74px;
    }
    .bBanner .promo-banner.active {
        bottom: 110px;
    }
    main.t-mer .promo-banner {
        bottom: 24px;
    }
    main.t-mer .promo-banner.active {
        bottom: 24px;
    }
    .bBanner main.t-mer .promo-banner {
        bottom: 74px;
    }
    .bBanner main.t-mer .promo-banner.active {
        bottom: 110px;
    }
}
@media screen and (min-width: 64em) {
    .search-result .sr-store > ul > li {
        width: 200px;
        margin-left: 12px;
    }
}
@media screen and (min-width: 64em) {
    .tw-logo img.theme-logo {
        height: auto !important;
    }
}
.tw-logo img.theme-logo {
    height: 36px;
}
.deal-modal {
    position: fixed;
    width: 100%;
    top: -10px;
    left: 0;
    background: #fff;
    z-index: 3000;
    height: 100vh;
    overflow-y: auto;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}
.deal-modal #closeDealModal {
    position: absolute;
    right: 18px;
    top: 18px;
    cursor: pointer;
    z-index: 3;
}
.open-deal-modal {
    overflow: hidden;
}
.open-deal-modal .deal-modal {
    top: 0;
    visibility: visible;
    opacity: 1;
}
.dealm-content .dm-l {
    margin: 12px auto;
    height: 250px;
    line-height: 250px;
    width: 90%;
    text-align: center;
}
.dealm-content .dm-l > img {
    vertical-align: middle;
    max-width: 80%;
    max-height: 80%;
}
.dealm-content .dm-r {
    padding: 12px;
}
.dealm-content .dm-r > span {
    display: block;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 1.4;
}
.dealm-content .dm-r .dm-price {
    font-size: 16px;
    font-weight: 700;
    color: #575757;
}
.dealm-content .dm-r .dm-price del {
    font-size: 14px;
    margin-left: 18px;
}
.dealm-content .dm-r > button {
    margin: 12px auto;
    width: 100%;
    color: #fff;
    background-color: #005198;
    border-radius: 2px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 700;
}
.dealm-content .dm-r .dm-share-link {
    font-size: 12px;
}
.dealm-content .dm-r .dm-share-link strong {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
}
.dealm-content .dm-r .dm-share-link span.OXZ8S {
    position: relative;
    display: inline-block;
    width: calc(100% - 80px);
    margin-left: 12px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 4px;
}
.dealm-content .dm-r .dm-share-link span.OXZ8S svg {
    height: 15px;
    width: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.dealm-content .dm-r .dm-share-link span.OXZ8S span {
    display: inline-block;
    width: calc(100% - 60px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.dealm-content .dm-r .dm-share-link span button {
    position: absolute;
    right: 0;
    top: 0;
    background: 0% 0;
    color: #3f77a9;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
}
.dealm-content .dm-r .dm-share-social {
    font-size: 12px;
}
.dealm-content .dm-r .dm-share-social strong {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
}
.dealm-content .dm-r .dm-share-social ul {
    position: relative;
    display: inline-block;
    width: calc(100% - 70px);
    margin-left: 12px;
    text-align: center;
}
.dealm-content .dm-r .dm-share-social ul li a {
    color: #16171a;
    display: inline-block;
}
.dealm-content .dm-r .dm-share-social ul li svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 8px;
}
.dealm-content .dm-r .dm-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-right: 8px;
}
.dealm-content .dm-r .dm-share-social ul li .fb svg {
    margin: 0;
    top: 2px;
}
.dealm-content .dm-r .dm-share-social ul li + li {
    margin-left: 6px;
}
.dealm-content .dm-feedback {
    background: #f9f9f9;
    padding: 12px;
    font-size: 12px;
}
.dealm-content .dm-feedback > span {
    display: block;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
}
.dealm-content .dm-feedback textarea {
    width: 100%;
    border-radius: 2px;
    min-height: 58px;
}
.dealm-content .dm-feedback .emailinput {
    position: relative;
}
.dealm-content .dm-feedback .emailinput > input {
    border-top: 0;
    border-right: 0;
    border-radius: 2px;
    width: 80%;
}
.dealm-content .dm-feedback .emailinput button {
    position: absolute;
    right: 0;
    bottom: 0;
    background: 0% 0;
    color: #5eaef5;
    border: 1px solid #5eaef5;
    width: 20%;
}
.t-deal {
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgba(17, 19, 35, 0.08);
    border: solid 1px #e7e7e7;
    position: relative;
    padding: 12px;
    margin-bottom: 24px;
    cursor: pointer;
    background: #fff;
    transition: all 0.3s ease;
    height: 316px;
}
.t-deal > a {
    visibility: hidden;
    opacity: 0;
    color: #1c74c1;
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.t-deal > .tbMjPJ {
    position: absolute;
    top: 12px;
    left: 0;
    background: #5f7c38;
    font-size: 10px;
    color: #fff;
    padding: 4px 8px;
}
.t-deal > span {
    display: block;
    color: #6c777e;
    margin-top: 12px;
    margin-bottom: 6px;
}
.t-deal > .tdt,
.t-deal > h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    height: 52px;
    overflow: hidden;
    line-height: 1.4;
    color: #16171a;
}
.t-deal .td-amt {
    color: #000;
    margin-top: 12px;
    font-weight: 700;
    font-size: 14px;
}
.t-deal .td-amt del {
    color: #747474;
    font-size: 14px;
    margin-top: 2px;
    display: block;
    font-weight: 400;
}
.t-deal:focus,
.t-deal:hover {
    box-shadow: 0 1px 4px 0 rgba(112, 168, 34, 0.78);
    border: solid 1px #70a822;
}
.t-deal:focus > a,
.t-deal:hover > a {
    visibility: visible;
    opacity: 1;
}
.td-img {
    height: 150px;
    width: 100%;
    text-align: center;
    line-height: 150px;
}
.td-img > img {
    vertical-align: middle;
    max-width: 80%;
    max-height: 80%;
}
.tm-deal {
    background: #f5f6f8;
    position: relative;
}
.t-dls {
    position: relative;
}
.t-dls .t-bread {
    position: static;
    margin-bottom: 4px;
    margin-top: 6px;
    font-size: 12px;
}
.t-dls .t-bread a,
.t-dls .t-bread li {
    color: #fff;
}
.t-bread {
    position: absolute;
    bottom: 330px;
}
.tm-mr {
    background: #0c244a;
    background: linear-gradient(178deg, #1c4a81 -8%, #0c244a 93%);
    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: 102%;
    max-height: 101%;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 64em) {
    .tm-mri > img {
        width: 240px;
        max-height: 100%;
        height: auto;
    }
}
.tm-mrd {
    display: inline-block;
    position: relative;
    margin-left: 12px;
    width: calc(100% - 116px);
    vertical-align: top;
}
.tm-mrd > h1 {
    font-size: 15px;
    margin: 0 0 8px;
    letter-spacing: 0.3px;
    height: 32px;
}
.tm-mrd-sub {
    position: relative;
    margin-bottom: 6px;
}
.tm-mrd-sub > span {
    color: #bac1c2;
    margin: 0 0 4px;
    display: inline-block;
    font-size: 12px;
}
.tm-mrd-sub > span + span {
    border-left: solid 1px #d6d8da;
    padding-left: 10px;
    margin-left: 6px;
}
@keyframes smoothfixm {
    from {
        top: 10px;
    }
    to {
        top: 60px;
    }
}
.tm-tab.fixed {
    position: fixed;
    background: #fff;
    top: 10px;
    z-index: 78;
    width: 100%;
    padding-left: 0;
    left: 0;
    padding: 12px;
    box-sizing: border-box;
    animation: smoothfixm 0.3s linear forwards;
}
.tm-tab {
    position: relative;
    margin-top: 30px;
    margin-left: -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: 0% 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-d {
    padding: 12px 0;
}
.tm-d h2 {
    font-size: 16px;
    margin-top: 22px;
}
#tmdDes {
    position: relative;
    cursor: pointer;
    line-height: 21px;
}
#tmdDes > p {
    overflow: hidden;
    max-height: 42px;
    margin-top: 0;
}
#tmdDes:after {
    content: attr(data-show);
    color: #2491ef;
    position: absolute;
    bottom: -22px;
    right: 0;
    background: linear-gradient(90deg, rgba(245, 246, 248, 0.65) 0, #f5f6f8 25%, #f5f6f8 100%);
    padding: 2px;
    box-sizing: border-box;
    padding-left: 12px;
}
#tmdDes.show > p {
    max-height: 500px;
}
#tmdDes.show:after {
    content: attr(data-hide);
}
.t-dls .deallist li {
    width: calc(50% - 6px);
}
.deallist li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.deallist li .td-img {
    height: 100px;
    line-height: 100px;
    margin-top: 10px;
}
.deallist li .t-deal {
    margin-bottom: 12px;
    height: 286px;
}
.deallist li .t-deal > .tbMjPJ {
    top: 10px;
}
.deallist li .t-deal > span {
    font-size: 12px;
}
.deallist li .t-deal > .td-amt {
    font-size: 14px;
}
.deallist li .t-deal > .tdt,
.deallist li .t-deal > h3 {
    font-size: 12px;
}
.deallist li .t-deal > a {
    position: absolute;
    visibility: visible;
    opacity: 1;
    bottom: 12px;
    right: 0;
    left: 0;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
}
.deallist li .t-scret {
    min-height: 286px;
    background: #fafff4;
}
.deallist li .t-scret > p {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
}
.deallist li .t-scret .tlink {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 12px;
    box-sizing: border-box;
}
.deallist li .t-scret .tlink input {
    display: block;
    height: 35px;
    width: 100%;
    border-radius: 4px;
    border: solid 1px #707070;
    margin-bottom: 12px;
    box-sizing: border-box;
    padding: 8px;
}
.deallist li .t-scret .tlink input::placeholder {
    color: #989898;
    font-size: 12px;
}
.deallist li .t-scret .tlink a {
    display: block;
    color: #fff;
    background: #005198;
    border-radius: 4px;
    padding: 12px;
    position: relative;
    visibility: visible;
    opacity: 1;
    bottom: 0;
    right: auto;
    text-align: center;
}
.deallist li .t-alld {
    min-height: 286px;
    background: #fafff4;
}
.deallist li .t-alld > p {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
}
.deallist li .t-alld .tlink {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 12px;
}
.deallist li .t-alld .tlink p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}
.deallist li .t-alld .tlink a {
    display: block;
    color: #fff;
    background: #005198;
    border-radius: 4px;
    padding: 12px;
    position: relative;
    visibility: visible;
    opacity: 1;
    bottom: 0;
    right: auto;
}
.deallist li .t-alld .tlink a span {
    float: right;
}
.deallist li:nth-child(2n) {
    margin-left: 8px;
}
.t-deal-last {
    background-color: #fafff4;
    padding-top: 47px;
}
.t-deal-last a {
    min-height: 226px;
    box-sizing: border-box;
    text-align: left;
    position: relative !important;
    bottom: 0 !important;
}
.t-deal-last span {
    font-weight: 700;
    color: #212121;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 6px;
    text-align: left;
}
.t-deal-last .timer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.t-deal-last .timer small {
    text-align: left;
    color: #212121;
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
}
.t-deal-last .timer span {
    border-radius: 4px;
    background-color: #005198;
    color: #fff;
    padding: 12px 10px;
    font-weight: 400;
}
.t-deal-last .timer span span {
    float: right;
}
.tmd-rels {
    padding: 24px 0;
}
.tmd-rels .container {
    position: relative;
}
.tmd-rels h3 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.tmd-rels .tmd-relbtn {
    position: absolute;
    right: 17px;
    top: -5px;
    border-radius: 3px;
    border: solid 1px #000;
    color: #000;
    box-sizing: border-box;
    padding: 7px 12px;
}
.tmd-rels .tmd-relbtn > span {
    width: 20px;
    height: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.37);
    background-color: #42a1f4;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 6px;
    text-align: center;
}
.tmd-rels .tmd-relbtn > span > svg {
    height: 8px;
    position: relative;
    top: 1px;
}
.tmd-rels ul {
    font-size: 0;
}
.tmd-rels ul li {
    transition: all 0.3s ease;
    width: calc(50% - 8px);
    font-size: 14px;
    border: solid 1px #e7e7e7;
    background: #fff;
    margin-bottom: 12px;
    border-radius: 6px;
}
.tmd-rels ul li a {
    position: static;
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.tmd-rels ul li a > img {
    vertical-align: middle;
    max-width: 60%;
    max-height: 60%;
}
.tmd-rels ul li:active,
.tmd-rels ul li:focus,
.tmd-rels ul li:hover {
    border: solid 1px #70a822;
    box-shadow: 0 1px 4px 0 rgba(17, 19, 35, 0.08);
}
.tmd-rels ul li + li:nth-child(2n) {
    margin-left: 12px;
}
.tmd-rel {
    padding: 24px 0;
}
.tmd-rel .container {
    position: relative;
}
.tmd-rel h3 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.tmd-rel .showallbtn {
    position: absolute;
    right: 27px;
    top: -5px;
    border-radius: 3px;
    border: solid 1px #000;
    color: #000;
    box-sizing: border-box;
    padding: 7px 12px;
}
.tmd-rel .showallbtn > span {
    width: 20px;
    height: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.37);
    background-color: #42a1f4;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 6px;
    text-align: center;
}
.tmd-rel .showallbtn > span > svg {
    height: 8px;
    position: relative;
    top: 1px;
}
.tmd-rel ul {
    font-size: 0;
}
.tmd-rel ul li {
    width: calc(50% - 8px);
    transition: all 0.3s ease;
    height: 56px;
    vertical-align: top;
    box-sizing: border-box;
    border: solid 1px #e7e7e7;
    border-radius: 6px;
    margin-bottom: 12px;
    text-align: center;
}
.tmd-rel ul li a {
    display: flex;
    float: none;
    color: #000;
    width: 80%;
    font-size: 14px;
    margin: 0 auto;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    right: 0;
}
.tmd-rel ul li:active,
.tmd-rel ul li:focus,
.tmd-rel ul li:hover {
    border: solid 1px #70a822;
    box-shadow: 0 1px 4px 0 rgba(17, 19, 35, 0.08);
}
.tmd-rel ul li:first-child {
    margin-left: 0 !important;
}
.tmd-rel ul li:nth-child(2n) {
    margin-left: 12px;
}
.tm-deal .tmd-mored {
    border-radius: 8px;
    background-color: #e1e9f0;
    padding: 24px 0;
}
.tm-deal .tmd-mored h3 {
    font-size: 16px;
    color: #000;
}
.tmd-details {
    padding: 24px 0;
}
.tmd-details .tmd-content {
    color: #373737;
    padding: 12px;
    border-radius: 6px;
    border: solid 1px #e7e7e7;
    background-color: #fff;
}
.tmdod-head {
    background: #0c244a;
    background: linear-gradient(178deg, #1c4a81 -8%, #0c244a 93%);
    color: #fff;
    padding: 4px 0;
}
.tmdod-t {
    padding: 8px 0;
}
.tmdod-t h1 {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    top: 2px;
}
.tmdod-t > div {
    display: inline-block;
}
.tmdod-t .tmdt-l {
    background: #5f7c38;
    border-radius: 2px;
    padding: 8px 12px;
}
.tmdod-t .tmdt-l > small {
    font-size: 8px;
    text-transform: uppercase;
    position: relative;
    top: -2px;
}
.tmdod-t .tmdt-r {
    float: right;
    position: relative;
    width: 150px;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 2px;
    color: #fff;
    padding: 10px 12px;
}
.tmdod-t .tmdt-r small {
    display: block;
    font-size: 8px;
}
.tmdod-t .tmdt-r strong {
    font-size: 16px;
    margin-top: 3px;
    display: block;
}
.tmdod-t .tmdt-r:after {
    content: "";
    background-image: url(../images/icons/left-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 12px;
    top: 16px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    transform: rotate(90deg);
    background-size: 32%;
}
.title {
    margin-bottom: 12px;
    display: block;
    position: relative;
}
.title h2,
.title strong {
    font-size: 16px;
    margin: 0;
}
.title a,
.title span {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    border-radius: 3px;
    border: solid 1px #000;
    color: #000;
    box-sizing: border-box;
    padding: 7px 12px;
    font-size: 12px;
}
.title a > i,
.title span > i {
    width: 20px;
    height: 20px;
    line-height: 18px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.37);
    background-color: #42a1f4;
    display: inline-block;
    border-radius: 50%;
    margin-left: 6px;
    text-align: center;
}
.title a > i > svg,
.title span > i > svg {
    height: 8px;
    position: relative;
    top: 1px;
}
.tmdod-trend {
    padding: 12px 0;
    background: #e6edf2;
}
/*! Tawfeer Flickity v2.2.1 */
#dealCaru {
    padding-top: 12px;
}
.flickity-enabled:focus {
    outline: none;
}
#dealCaru .flickity-viewport {
    overflow: hidden;
}
#dealCaru .carousel-cell {
    width: 220px;
}
#dealCaru .carousel-cell + .carousel-cell {
    margin-left: 12px;
}
#dealCaru .flickity-button {
    background: hsla(0, 0%, 100%, 0.75);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
    border: none;
}
#dealCaru .flickity-button:disabled {
    display: none;
}
#dealCaru .flickity-button-icon {
    display: none;
}
#dealCaru .flickity-prev-next-button.previous {
    background-image: url(../images/icons/left-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
    left: -10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transform: translateY(-50%);
}
#dealCaru .flickity-prev-next-button.next {
    background-image: url(../images/icons/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
    right: -10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transform: translateY(-50%);
}
#dealCaru .flickity-page-dots .dot {
    background: #8db654;
}
.tmdod-cat {
    padding: 20px 0 24px;
    background: #f3f6f8;
}
.tmdod-cat ul {
    margin-top: 32px;
    white-space: nowrap;
    overflow-x: auto;
}
.tmdod-cat ul li {
    white-space: normal;
    width: 100px;
    vertical-align: top;
}
.tmdod-cat ul li a {
    display: block;
    text-align: center;
}
.tmdod-cat ul li a i {
    transition: all 0.3s ease;
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
}
.tmdod-cat ul li a i svg {
    width: 25px;
    height: 25px;
    fill: #5f5f5f;
    display: block;
    text-align: center;
    margin: 12px auto;
}
.tmdod-cat ul li a span {
    display: block;
    color: #575757;
    text-transform: capitalize;
    margin-top: 12px;
}
.tmdod-cat ul li a:hover i {
    background: #e8f7d3;
}
.tmdod-str {
    padding: 20px 0 8px;
    background: #fff;
}
.tmdod-str ul {
    font-size: 0;
    margin-top: 20px;
}
.tmdod-str ul li {
    width: 31%;
    width: calc(33.33% - 8px);
}
.tmdod-str ul li a {
    display: block;
    border-radius: 4px;
    border: solid 1px #e7e7e7;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 12px;
}
.tmdod-str ul li a img {
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}
.tmdod-str ul li + li {
    margin-left: 12px;
}
.tmdod-str ul li:nth-child(4) {
    margin-left: 0;
}
.tmdod-str ul li:hover a {
    border: 1px solid #70a822;
}
.dod {
    background: #f3f6f8;
}
.dod,
.dod-trend {
    padding: 20px 0;
    margin-top: 12px;
}
.dod h3,
.dod-trend h3 {
    font-size: 16px;
    margin-top: 0;
}
.dod-trend {
    background: #e3ebf1;
}
.dod-trend .showmorebtn {
    text-align: center;
}
.dod-trend .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;
}
.dod-trend .showmorebtn button:hover {
    background: #8db654;
    color: #fff;
    border-color: #8db654;
}
.dod-content {
    margin-bottom: 24px;
}
.dod-content .container {
    padding: 12px;
}
.dod-emailer {
    padding: 20px 0 36px;
    margin-top: 12px;
    background: #f3f6f8;
}
.tw-dAlerts {
    padding: 0;
    border: 0;
    width: 100%;
    position: relative;
    border-radius: 2px;
}
.tw-dAlerts > .tw-daL {
    padding: 12px;
    display: block;
    font-size: 14px;
    margin: 0 -12px;
}
.tw-dAlerts > .tw-daL > ul {
    font-size: 0;
}
.tw-dAlerts > .tw-daL > ul > li {
    position: relative;
    padding: 0 14px;
    vertical-align: middle;
    width: 33.33%;
    text-align: center;
    box-sizing: border-box;
}
.tw-dAlerts > .tw-daL > ul > li > svg {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
}
.tw-dAlerts > .tw-daL > ul > li > span {
    font-size: 12px;
    margin: 12px auto 0;
    height: 28px;
    display: block;
    color: #575757;
}
.tw-dAlerts > .tw-daL > ul > li + li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #dfe7ef;
}
.tw-dAlerts > .tw-daR {
    text-align: center;
    margin: 12px auto 0;
}
.tw-dAlerts > .tw-daR > form {
    position: relative;
    padding: 0 18px;
}
.tw-dAlerts > .tw-daR > form > b {
    margin: 18px auto 24px;
    font-size: 18px;
    display: block;
}
.tw-dAlerts > .tw-daR > form > .form-group {
    font-size: 0;
}
.tw-dAlerts > .tw-daR > form > .form-group > input.hide {
    display: none;
}
.tw-dAlerts > .tw-daR > form > .form-group > input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 12px;
    color: #6e7782;
    font-size: 12px;
    letter-spacing: 0.2px;
    background-color: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    margin-bottom: 12px;
    border-radius: 3px;
}
.tw-dAlerts > .tw-daR > form > .form-group > span {
    display: block;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.23);
    background-color: #5f7c38;
    padding: 12px;
    width: 100%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}
@media screen and (min-width: 64em) {
    .open-deal-modal .deal-modal {
        top: 140px;
    }
    .open-deal-modal #overlay {
        background-color: rgba(0, 0, 0, 0.2);
        display: block;
    }
    .deal-modal {
        top: 110px;
        width: 70%;
        max-width: 750px;
        min-height: 426px;
        margin: 48px auto 0;
        left: 0;
        right: 0;
        height: auto;
    }
    .deal-modal .dealm-content {
        position: relative;
        padding-bottom: 60px;
    }
    .deal-modal .dealm-content .dm-l {
        width: 300px;
        margin-top: 54px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 36px;
        border: 2px solid #dfe7ef;
        border-radius: 4px;
        height: 300px;
        line-height: 300px;
    }
    .deal-modal .dealm-content .dm-r {
        width: calc(100% - 380px);
        display: inline-block;
        vertical-align: middle;
        margin-left: 12px;
    }
    .deal-modal .dealm-content .dm-r > span {
        font-size: 16px;
    }
    .deal-modal .dealm-content .dm-r .dm-price {
        font-size: 24px;
    }
    .deal-modal .dealm-content .dm-r .dm-price del {
        font-weight: 400;
    }
    .deal-modal .dealm-content .dm-r > button {
        max-width: 272px;
        padding: 14px;
        font-weight: 400;
        border-radius: 4px;
    }
    .deal-modal .dealm-content .dm-r .dm-share-link {
        margin: 8px 0;
        font-size: 14px;
    }
    .deal-modal .dealm-content .dm-r .dm-share-link > span {
        width: calc(100% - 90px);
    }
    .deal-modal .dealm-content .dm-r .dm-share-link svg {
        top: 0;
    }
    .deal-modal .dealm-content .dm-r .dm-share-social {
        margin: 8px 0;
        font-size: 14px;
    }
    .deal-modal .dealm-content .dm-r .dm-share-social ul {
        width: calc(100% - 80px);
        margin-left: 18px;
        text-align: left;
    }
    .dealm-content .dm-r .dm-share-social ul li + li {
        margin-left: 12px;
    }
    .deal-modal .dealm-content .dm-feedback {
        margin-top: 18px;
        height: 40px;
        transition: all 0.6s ease;
        overflow: hidden;
        padding: 12px 18px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .deal-modal .dealm-content .dm-feedback > span {
        font-weight: 400;
        font-size: 14px;
        position: relative;
        cursor: pointer;
    }
    .deal-modal .dealm-content .dm-feedback > span span {
        transition: all 0.6s ease;
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(-90deg);
    }
    .deal-modal .dealm-content .dm-feedback.show {
        height: 425px;
        z-index: 5;
    }
    .deal-modal .dealm-content .dm-feedback.show > span span {
        transform: rotate(90deg);
    }
    .deal-modal .dealm-content .dm-feedback.show textarea {
        margin-top: 8px;
        font-size: 14px;
        min-height: 265px;
        padding: 12px;
    }
    .deal-modal .dealm-content .dm-feedback.show .emailinput input {
        direction: rtl;
        font-size: 14px;
        padding: 12px;
    }
    .deal-modal .dealm-content .dm-feedback.show .emailinput input::placeholder {
        font-size: 14px;
    }
    .deal-modal .dealm-content .dm-feedback.show .emailinput button {
        padding: 13px 48px;
    }
    .t-bread {
        position: static;
        margin-bottom: 0;
        font-size: 12px;
    }
    .t-deal > .tbMjPJ {
        font-size: 12px;
    }
    .t-deal > a {
        bottom: 24px;
        right: 24px;
    }
    .tm-mr {
        height: 156px;
    }
    .tm-mri {
        display: inline-block;
        width: 240px;
        height: 190px;
        line-height: 190px;
        position: relative;
        top: 12px;
    }
    .tm-mrd {
        margin-top: 8px;
        width: calc(100% - 272px);
        margin-left: 24px;
        position: relative;
        vertical-align: top;
        display: inline-block;
        text-align: left;
    }
    .tm-mrd > h1 {
        font-size: 25px;
        height: auto;
        margin-right: 210px;
        margin-top: 0;
    }
    .tm-mrd .tm-mrd-sub {
        position: static;
        padding-bottom: 18px;
        margin-bottom: 0;
    }
    .tm-mrd .tm-mrd-sub > span {
        font-size: 14px;
        display: inline-block;
    }
    .tm-mrd .tm-mrd-sub > span + span {
        margin-left: 6px;
        border: none;
    }
    .tm-mrd .tm-mrd-sub > span:first-child:after {
        content: "|";
        margin-left: 12px;
    }
    .tm-mrd .tm-mrd-sub .tver {
        padding: 0 14px;
        margin: 0 12px;
    }
    .tm-mrd .tm-mrd-sub .tver:after {
        margin-left: 12px;
    }
    .tm-mrd .tm-mrd-sub .tm-rat {
        background: 0% 0;
    }
    .tm-tab.fixed {
        top: 109px;
        width: 100%;
        padding-left: 410px;
        left: 0;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .tm-tab {
        margin: 0;
        width: auto;
        border-radius: 3px;
    }
    .tm-tab li {
        font-size: 14px;
        width: 140px;
        cursor: pointer;
    }
    #tmdDes {
        margin-left: 270px;
    }
    #tmdDes > p {
        min-height: 42px;
    }
    #tmdDes:after {
        bottom: -25px;
    }
    .tm-d h2 {
        font-size: 22px;
        border-top: 1px solid #d6d8da;
        padding-top: 16px;
        margin-top: 54px;
    }
    .t-deal {
        height: 325px;
    }
    .deallist {
        font-size: 0;
    }
    .deallist li {
        font-size: 14px;
        width: calc(25% - 18px);
        margin-left: 20px;
        margin-bottom: 16px;
    }
    .deallist li .t-deal {
        position: relative;
        padding: 16px;
        height: 294px;
    }
    .deallist li .t-deal > .tbMjPJ {
        top: 12px;
        font-size: 12px;
    }
    .deallist li .t-deal > span {
        font-size: 14px;
    }
    .deallist li .t-deal > .tdt,
    .deallist li .t-deal > h3 {
        font-size: 14px;
        min-height: 40px;
    }
    .deallist li .t-deal .td-amt {
        font-size: 22px;
    }
    .deallist li .t-deal a {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        left: auto;
        right: 24px;
        bottom: 24px;
        font-size: 14px;
    }
    .deallist li .t-deal:focus > a,
    .deallist li .t-deal:hover > a {
        visibility: visible;
        opacity: 1;
    }
    .deallist li .t-deal-last.t-deal a {
        position: relative;
        visibility: visible;
        opacity: 1;
        right: auto;
        bottom: auto;
        min-height: 228px;
    }
    .deallist li .t-deal-last.t-deal a > span {
        font-size: 22px;
    }
    .deallist li .t-deal-last.t-deal a .timer > small {
        font-size: 14px;
    }
    .deallist li .t-deal-last.t-deal a .timer > span {
        font-size: 22px;
        padding: 16px 18px;
    }
    .deallist li .t-deal-last {
        padding-top: 36px;
        padding-bottom: 28px;
    }
    .deallist li .t-scret {
        min-height: 293px;
    }
    .deallist li .t-scret > p {
        font-size: 22px;
    }
    .deallist li .t-scret .tlink input {
        height: 44px;
        padding: 12px;
    }
    .deallist li .t-scret .tlink a {
        padding: 16px 12px;
        font-size: 16px;
    }
    .deallist li .t-alld {
        min-height: 293px;
    }
    .deallist li .t-alld > p {
        font-size: 22px;
    }
    .deallist li .t-alld .tlink a {
        font-size: 16px;
        padding: 16px;
    }
    .deallist li:nth-child(2n) {
        margin-left: 20px;
    }
    .deallist li:nth-child(4n + 1) {
        margin-left: 0;
    }
    .t-deal > .td-amt {
        font-size: 22px;
    }
    .tm-deal .tmd-mored h3 {
        font-size: 22px;
    }
    .tmd-rels h3 {
        font-size: 22px;
    }
    .tmd-rels ul li {
        width: calc(20% - 12px);
    }
    .tmd-rels ul li a {
        height: 75px;
        line-height: 75px;
    }
    .tmd-rels ul li:nth-child(2n) {
        margin-left: 0;
    }
    .tmd-rels ul li + li {
        margin-left: 12px !important;
    }
    .tmd-rel h3 {
        font-size: 22px;
    }
    .tmd-rel ul li {
        width: calc(16.6666666667% - 12px);
    }
    .tmd-rel ul li:nth-child(2n) {
        margin-left: 0;
    }
    .tmd-rel ul li + li {
        margin-left: 12px !important;
    }
    .tmd-details .tmd-content {
        padding: 24px;
    }
    .t-dls .t-bread {
        top: 12px;
    }
    .t-dls .t-bread a,
    .t-dls .t-bread li {
        color: #fff;
    }
    .tmdod-t .tmdt-l {
        border-radius: 2px;
        padding: 12px 18px;
    }
    .tmdod-t .tmdt-l h1 {
        font-size: 24px;
        display: block;
        top: 0;
    }
    .tmdod-t .tmdt-l small {
        display: block;
        font-size: 12px;
        top: 0;
    }
    .tmdod-t .tmdt-r {
        max-width: 275px;
        width: auto;
        padding: 10px 16px;
        padding-right: 48px;
    }
    .tmdod-t .tmdt-r small {
        display: inline-block;
        font-size: 12px;
        width: auto;
        vertical-align: text-bottom;
        margin: 0;
    }
    .tmdod-t .tmdt-r strong {
        font-size: 24px;
        margin-left: 8px;
        letter-spacing: 1.5px;
        display: inline-block;
    }
    .tmdod-t .tmdt-r:after {
        right: 16px;
    }
    .title h2,
    .title strong {
        font-size: 22px;
        margin-bottom: 14px;
        line-height: 1.5;
    }
    .title a,
    .title span {
        display: block;
        font-size: 14px;
        margin-top: 8px;
    }
    .tmdod-trend {
        padding: 24px 0;
    }
    .tmdod-trend .title span {
        font-size: 16px;
        width: 228px;
        text-align: center;
        padding: 10px 15px;
    }
    .tmdod-trend .title span > i {
        float: right;
        line-height: 16px;
    }
    #dealCaru .flickity-viewport {
        overflow: visible;
    }
    #dealCaru .carousel-cell {
        width: 250px;
    }
    #dealCaru .carousel-cell + .carousel-cell {
        margin-left: 38px;
    }
    .tmdod-cat {
        padding: 32px 0;
    }
    .tmdod-cat .title span {
        padding: 10px 15px;
        width: 228px;
        line-height: 20px;
        text-align: center;
    }
    .tmdod-cat .title i {
        float: right;
    }
    .tmdod-cat .title i svg {
        top: 0;
    }
    .tmdod-cat ul li {
        width: 150px;
    }
    .tmdod-str {
        padding: 24px 0;
    }
    .tmdod-str .title span {
        padding: 10px 15px;
        width: 228px;
        line-height: 20px;
        text-align: center;
    }
    .tmdod-str .title i {
        float: right;
    }
    .tmdod-str .title i svg {
        top: 0;
    }
    .tmdod-str ul {
        margin-top: 28px;
    }
    .tmdod-str ul li {
        width: 126px;
    }
    .tmdod-str ul li a {
        width: 100%;
        height: 55px;
        line-height: 52px;
    }
    .tmdod-str ul li + li {
        margin-left: 24px;
    }
    .tmdod-str ul li:nth-child(4) {
        margin-left: 24px;
    }
    .dod,
    .dod-trend {
        padding: 24px 0;
    }
    .dod h3,
    .dod-trend h3 {
        font-size: 22px;
    }
    .dod .deallist li,
    .dod-trend .deallist li {
        width: calc(25% - 18px);
    }
    .dod .deallist li + li,
    .dod-trend .deallist li + li {
        margin-left: 20px;
    }
    .dod .deallist li:nth-child(4n + 1),
    .dod-trend .deallist li:nth-child(4n + 1) {
        margin-left: 0;
    }
    .dod-emailer {
        background: #fff;
        padding: 24px 0;
    }
    .tw-dAlerts {
        border: solid 1px #c0cdd7;
        background-color: #f3f6f8;
        padding: 30px;
        font-size: 0;
    }
    .tw-dAlerts .tw-daL,
    .tw-dAlerts .tw-daR {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
    }
    .tw-dAlerts .tw-daR {
        margin-top: 0;
        padding-left: 30px;
    }
    .tw-dAlerts .tw-daR > form > b {
        font-size: 16px;
        text-align: left;
        margin-bottom: 16px;
        margin-top: 0;
    }
    .tw-dAlerts .tw-daR > form > .form-group > input {
        display: inline-block;
        vertical-align: middle;
        width: 66%;
        margin-bottom: 0;
    }
    .tw-dAlerts .tw-daR > form > .form-group > span {
        width: 32%;
        display: inline-block;
        vertical-align: middle;
        margin-left: 6px;
    }
    .tw-dAlerts .tw-daL {
        background: 0% 0;
        margin: 0;
        padding: 0;
    }
    .tw-dAlerts .tw-daL > ul > li span {
        font-size: 14px;
    }
    .tw-dAlerts .tw-daL > ul > li > svg {
        width: 30px;
        height: 30px;
    }
    .dod-content {
        padding: 24px 0 0;
    }
}
.tmdt-r {
    cursor: pointer;
}
