/*!Pure v1.0.1Copyright 2013 Yahoo!Licensed under the BSD License.https://github.com/pure-css/pure/blob/master/LICENSE.md*/
/*!normalize.css v^3.0 | MIT License | git.io/normalizeCopyright (c) Nicolas Gallagher and Jonathan Neal*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .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: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 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: .35em .625em .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: -.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: -.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: -.31em;
    text-rendering: optimizespeed
}

.opera-only :-o-prefocus,
.pure-button-group {
    word-spacing: -.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: .5em 1em;
    color: #444;
    color: rgba(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, .05)), to(rgba(0, 0, 0, .1)));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(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, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(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: .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: #EE4D2D;
    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, .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: .5em .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: .5em .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: .2em .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: .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: .5em 0 .2em
}

.pure-form fieldset {
    margin: 0;
    padding: .35em 0 .75em;
    border: 0
}

.pure-form legend {
    display: block;
    width: 100%;
    padding: .3em 0;
    margin-bottom: .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: .25em 0
}

.pure-form-stacked input:not([type]) {
    display: block;
    margin: .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: .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: .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: .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: .3em;
    color: #666;
    vertical-align: middle;
    font-size: .875em
}

.pure-form-message {
    display: block;
    color: #666;
    font-size: .875em
}

@media only screen and (max-width:480px) {
    .pure-form button[type=submit] {
        margin: .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: .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: .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: .75em;
        padding: .2em 0 .8em
    }
}

/*! Flickity v2.2.2https://flickity.metafizzy.co---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.hide {
    display: none !important
}

body {
    font-family: Arial, Calibiri, 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 .go-backToTop {
    opacity: 1;
    visibility: visible
}

.go-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, .5);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s
}

.go-backToTop>svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    fill: #fff;
    width: 20px;
    margin: -10px auto 0;
    transform: rotate(-90deg)
}

.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
}

.go-dExt>h2,
.go-dExt>h3,
.go-dExt>h4,
.go-extTitle {
    font-size: 18px;
    margin: 0 auto 16px;
    letter-spacing: .2px
}

.go-dExt>p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto 16px;
    letter-spacing: .2px
}

.go-dExt>img {
    max-width: 90%
}

.go-extTab>h2,
.go-extTab>p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto 12px
}

.go-extTab>.table-responsive,
.go-extTab>ol,
.go-extTab>ul {
    font-size: 14px;
    line-height: 20px
}

.go-extTab>ol,
.go-extTab>ul {
    padding-left: 16px
}

.go-extTab>h2,
.go-extTab>p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto 12px
}

.go-extTab>.table-responsive,
.go-extTab>ol,
.go-extTab>ul {
    font-size: 14px;
    line-height: 20px
}

.go-extTab img {
    max-width: 100%;
    width: auto;
    height: auto
}

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: .01%;
    margin: 12px auto
}

.gcb-det {
    line-height: 1.4
}

.gcb-det>b {
    display: block;
    color: #373737;
    line-height: 20px;
    margin: 12px auto;
    text-transform: capitalize
}

.gcb-det>ol,
.gcb-det>ul {
    position: relative;
    line-height: 22px;
    padding-left: 16px;
    letter-spacing: .2px
}

.gcb-det>ol>li>ul,
.gcb-det>ul>li>ul {
    padding-left: 28px
}

.gcb-det>ol>li>ol,
.gcb-det>ul>li>ol {
    padding-left: 28px
}

.gcb-det>ol.go-disc {
    list-style-type: disc
}

.gc-box .gcb-det>ul.circle {
    list-style-type: circle;
    list-style: circle;
    padding-left: 40px
}

.gc-box .gcb-det>ul.circle>li {
    padding: 4px 0;
    display: list-item !important
}

.flickity-page-dots .dot {
    background: #EE4D2D
}

.galert {
    display: none;
    position: fixed;
    bottom: 18px;
    left: 18px;
    z-index: 1200;
    box-shadow: 0 0 11px 5px rgba(0, 0, 0, .07);
    padding: 12px;
    width: 260px
}

.galert>img {
    display: inline-block;
    max-width: 80px;
    vertical-align: middle
}

.galert>p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px);
    margin: 0;
    margin-left: 12px
}

.galert>p>a {
    display: block
}

.galert #gClose {
    position: absolute;
    right: 6px;
    top: 6px;
    display: inline-block;
    cursor: pointer;
    width: 13px;
    height: 13px
}

.galert.shwalert {
    display: block;
    background: #fff
}

.go-BBanner {
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    z-index: 100
}

.go-BBanner>.container {
    padding: 0
}

.go-BBanner .go-BBannerCon,
.go-BBanner .go-Bpresented {
    position: relative
}

.go-BBanner .go-BBannerCon img {
    width: 120px;
    margin-top: -15px;
    margin-right: 5px
}

.go-BBanner .go-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
}

.go-BBanner .go-Bpresented {
    margin-left: 0;
    width: 90px;
    height: 50px;
    vertical-align: top;
    display: inline-block;
    max-width: 125px;
    box-sizing: border-box
}

.go-BBanner .go-Bpresented img {
    display: block;
    max-width: 90px;
    position: absolute;
    top: 50%;
    margin: -18px auto 0;
    width: 125px;
    vertical-align: bottom
}

.go-BBanner .go-BBannerCon a:not(.go-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
}

.go-BBanner .go-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-modal {
    overflow: hidden
}

.open-modal .modal {
    top: 0;
    visibility: visible;
    opacity: 1
}

.modal {
    position: fixed;
    width: 100vw;
    top: -10px;
    left: 0;
    background: #fff;
    z-index: 3000;
    height: 100vh;
    overflow-y: auto;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0
}

.modal .loginbtm {
    background: #EE4D2D;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 16px;
    text-align: center;
    line-height: 1.4;
    width: 100%
}

.modal .loginbtm>span {
    display: block
}

.modal #closeModal {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 2;
    cursor: pointer
}

.modal #closeModal #Pathlog {
    fill: #fff
}

.modal .modal-login .ml-left {
    background-color: #071938;
    padding: 24px 24px 0
}

.modal .modal-login .ml-left>p {
    padding-top: 16px;
    color: #fff;
    margin-top: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize
}

.modal .modal-login .ml-left>p small {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-top: 12px;
    opacity: .8
}

.modal .modal-login .mlimg {
    width: 100%;
    max-width: 240px;
    margin: 0 auto
}

.modal .modal-login .mlimg img {
    max-width: 100%
}

.modal .modal-login .ml-right {
    position: relative;
    overflow: hidden
}

.modal .modal-login .ml-right .loginWith {
    margin-top: 22px;
    padding: 24px
}

.modal .modal-login .ml-right .loginWith>p {
    font-weight: 700;
    font-size: 22px;
    color: #2f3843;
    text-align: center
}

.modal .modal-login .ml-right .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
}

.modal .modal-login .ml-right .loginWith>a .gi {
    float: left;
    position: relative;
    top: -3px
}

.modal .modal-login .ml-right .loginWith>a .gi>svg {
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.modal .modal-login .ml-right .loginWith a.fb {
    color: #fff;
    background: #3a5996;
    border: solid 1px #3a5996;
    margin-bottom: 28px
}

.list-inline,
.list-unstyled {
    list-style: none
}

.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 .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 .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: #EE4D2D;
    background: 0 0
}

.radio:checked+div:after,
.radio:checked+span:after {
    background: #EE4D2D
}

.checkbox+label:before {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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 .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
}

.g-bread {
    margin-bottom: 8px
}

.g-bread a {
    color: #2491ef
}

.g-bread a:hover {
    opacity: 1;
    text-decoration: underline
}

.g-bread li {
    color: #515151
}

.g-bread li+li:before {
    content: "/";
    margin-right: 4px
}

.rupee:before {
    content: "\20b9"
}

.gh-line {
    position: relative
}

.gh-line:after {
    content: "";
    background-color: #EE4D2D;
    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)
    }
}

.go-input-error {
    animation: shake .3s linear;
    border: 1px solid #e26262 !important
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .12);
    height: 60px;
    padding: 0 8px;
    box-sizing: border-box;
    z-index: 999;
    background: #fff
}

#gBurger {
    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
}

#gBurger>span {
    width: 22px;
    height: 2px;
    border-radius: 10px;
    background-color: #515151;
    display: block;
    margin-bottom: 4px
}

.g-top {
    padding: 12px 0
}

a.g-special-mobile {
    margin-left: 20px
}

a.g-special-mobile img {
    height: 40px;
    width: 100px;
    vertical-align: middle
}

.go-logo>svg {
    height: 36px
}

.go-logo>svg>.path1 {
    fill: #EE4D2D
}

.go-logo>svg>.path2 {
    fill: #575757
}

.go-logo>span {
    font-size: 8px;
    position: absolute;
    text-transform: uppercase;
    right: 0;
    top: 30px;
    color: #575757
}

.go-logo {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 44px
}

#gSearchInput {
    height: 38px;
    border-radius: 4px;
    background-color: #efefef;
    border: none
}

.g-search {
    position: absolute;
    top: 0;
    right: 0
}

.g-search>span {
    width: 50px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 74px
}

.g-search>span>svg {
    height: 20px;
    width: 24px
}

.g-body.open {
    overflow: hidden
}

.g-login-btn {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.g-login-btn {
    margin-left: 18px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .23)
}

.gprof {
    display: inline-block;
    margin-left: 18px;
    cursor: pointer;
    display: none
}

.gprof>span {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden
}

.gprof>span>img {
    width: 100%
}

.gprof>p {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 8px
}

.gprof:hover+.gprof-dropdown {
    visibility: visible;
    opacity: 1;
    top: 46px
}

.gprof-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, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    transition: all .3s ease-in-out;
    z-index: 120
}

.gprof-dropdown>a {
    color: #333;
    padding: 10px 20px;
    display: block;
    text-transform: capitalize
}

.gprof-dropdown:hover {
    opacity: 1;
    visibility: visible;
    top: 46px
}

#gMenuMob {
    padding: 0
}

.g-nav-menu {
    position: fixed;
    top: 0;
    width: 70vw;
    left: -70vw;
    height: 100%;
    background: #fff;
    transition: all .2s;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden
}

#gBody.open .g-nav-menu {
    transform: translateX(70vw)
}

#overlay {
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none
}

#gBody.f-open #overlay,
#gBody.open #overlay {
    display: block
}

.g-login-m {
    height: 156px;
    background-image: linear-gradient(179deg, #417ad2 -16%, #284878 99%);
    padding: 18px 8px;
    box-sizing: border-box
}

.g-loggedout {
    display: block
}

.g-loggedin {
    display: none;
    color: #fff
}

.g-loggedin .picwrap {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 8px
}

.g-loggedin .picwrap>img {
    width: 100%
}

.g-loggedin>p {
    text-align: center;
    margin-top: 0;
    margin-bottom: 4px
}

.g-loggedin>p>a {
    color: #fff;
    text-decoration: underline;
    margin: auto 15px
}

.g-loggedin>p.name {
    font-size: 15px;
    font-weight: 700
}

.g-login-icon,
.g-login-text {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    text-align: center
}

.g-login-text {
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: 300
}

.g-login-text>a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400
}

.g-login-icon>img {
    width: 106px;
    height: 113px
}

.g-nav-menu .g-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 .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: all .3s ease;
    will-change: transform
}

.g-dropdown>li.g-submenu-title,
.g-dropdown>li>a {
    padding: 16px 12px;
    display: block;
    position: relative
}

.g-dropdown>li.g-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
}

.g-dropdown>li.g-submenu-title .g-sub-head {
    padding: 20px 0;
    display: block
}

.g-dropdown>li.g-submenu-title .g-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
}

.g-dropdown>li.g-submenu-title .g-sub-head .mpluss>svg {
    width: 16px;
    height: 16px
}

.g-dropdown .g-viewall a {
    color: #EE4D2D !important
}

.g-dropdown .g-viewall a:after {
    content: "\25b8";
    padding-left: 5px;
    padding-right: 12px
}

.g-dropdown>li.g-submenu-title>ul {
    max-height: 0;
    opacity: 0;
    transition: all .3s ease;
    position: relative;
    overflow: hidden
}

.g-viewall a {
    padding: 20px 12px !important
}

.other .g-dropdown>li.g-submenu-title>ul {
    max-height: 56px;
    opacity: 1;
    transition: all .3s ease
}

.other .g-dropdown>li.g-submenu-title>ul.open {
    max-height: 1000px
}

.other .g-dropdown>li.g-submenu-title:after {
    display: none
}

.other li.g-subc-head {
    padding: 8px 0;
    position: relative
}

.other li.g-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.g-subc-head .mplus>svg {
    width: 16px;
    height: 16px
}

.g-dropdown>li.g-submenu-title>ul>li>a {
    padding: 12px 0;
    display: block
}

.g-dropdown>li.g-submenu-title>ul a {
    color: #16171a
}

.g-viewall>a {
    color: #EE4D2D
}

.g-nav-m-right a,
.g-nav-menu .g-dropdown a {
    color: #16171a
}

.g-nav-m-left {
    padding: 0 12px
}

.g-nav-m-left .store {
    margin: 0 -12px;
    border-bottom: 1px solid #cfcfcf;
    padding: 20px 12px;
    padding-right: 24px
}

.g-nav-m-left .other {
    margin: 0 -12px;
    padding: 20px 12px;
    padding-right: 24px;
    border-bottom: 1px solid #cfcfcf
}

.g-nav-m-left .idu a {
    padding: 2px 0;
    display: block;
    position: relative
}

.g-nav-m-left .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
}

.g-nav-m-left.open+.g-nav-m-right {
    visibility: hidden;
    opacity: 0
}

.g-nav-m-right {
    border-top: 1px solid #cfcfcf;
    padding: 12px
}

.g-nav-m-right .lgout svg {
    display: inline-block;
    vertical-align: sub;
    margin-left: 10px;
    position: relative;
    top: -2px
}

.g-dropdown>li.g-submenu-title.open>ul {
    height: auto;
    max-height: 700px;
    opacity: 1
}

.g-nav-m-left>li,
.g-nav-m-right>li {
    padding: 16px 0;
    padding-right: 12px
}

.g-nav-m-left>li>a {
    color: #16171a;
    display: inline-block;
    width: 100%;
    height: 100%
}

.g-nav-main {
    position: relative;
    display: block
}

.g-nav-main.open+.g-dropdown {
    opacity: 1;
    transform: translateX(-12px);
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px)
}

.g-nav-main:after {
    content: "\25b8";
    position: absolute;
    right: 0
}

.g-nav-back {
    display: block;
    padding: 16px;
    border-bottom: 1px solid #ccc;
    color: #525252;
    font-size: 16px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.g-nav-back:before {
    content: "";
    background-image: url();
    background-repeat: no-repeat;
    margin-right: 6px;
    width: 16px;
    height: 12px;
    display: inline-block;
    background-size: contain
}

.g-nav-deal>svg {
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: 3px
}

.g-search-open {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    width: 100vw;
    transform: translateX(110vw);
    height: 100vh;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    box-sizing: border-box;
    z-index: 999;
    overflow-y: auto;
    padding: 0 0 56px
}

.open-search .g-search-open {
    transform: translateX(0);
    visibility: visible;
    opacity: 1
}

.open-search {
    overflow: hidden
}

.g-notify {
    display: inline-block;
    position: absolute;
    right: 54px;
    top: 17px
}

.g-notify #gMNotify {
    display: block;
    height: 36px;
    line-height: 40px;
    width: 35px;
    text-align: center;
    position: relative
}

.g-notify #gMNotify>svg {
    height: 19px
}

.g-notify #gMNotify>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
}

#gNotifyC {
    position: fixed;
    right: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background: #f5f5f8;
    top: 0;
    transform: translateX(110vw);
    transition: all .3s ease
}

#gNotifyC>p {
    height: 52px;
    background-color: #fff;
    text-align: center;
    color: #575757;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 52px;
    letter-spacing: .6px;
    position: relative
}

#gNotifyC>ul li a {
    color: #383d4e;
    line-height: 1.5;
    padding: 12px;
    display: block;
    background: #fff;
    margin-bottom: 8px
}

#gNotifyC>ul li a div,
#gNotifyC>ul li a span {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box
}

#gNotifyC>ul li a span {
    width: 100px;
    height: 100px;
    overflow: hidden
}

#gNotifyC>ul li a span>img {
    width: 100px;
    height: 100px
}

#gNotifyC>ul li a div {
    width: calc(100% - 120px);
    margin-left: 12px
}

#gNotifyC>ul li a div time {
    color: #b0b0b0;
    font-size: 10px
}

#gNotifyC>ul li a.unread {
    background: #eef3f6
}

#gNotifyC #closeNotify {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 56px
}

#gNotifyC.show {
    transform: translateX(0)
}

#gSearchInputBox {
    width: 100%;
    border: none;
    border-bottom: 1px solid #a1a1a2;
    margin-top: 28px;
    border-radius: 0
}

#gSearchInputBox::placeholder {
    color: #999;
    opacity: 1
}

#gSearchInputBox:-ms-input-placeholder {
    color: #999
}

#gSearchInputBox::-ms-input-placeholder {
    color: #999
}

#gSearchClose {
    position: relative;
    right: 0;
    top: 12px;
    width: 18px;
    text-align: right;
    height: 20px;
    float: right;
    cursor: pointer
}

#gSearchClose :hover {
    cursor: pointer
}

#gSearchClose>svg {
    width: 80%;
    height: 80%
}

.g-search-trending {
    margin-top: 24px
}

.g-search-trending>p {
    font-weight: 500;
    position: relative
}

.g-search-trending>p:after {
    content: "";
    background-color: #EE4D2D;
    width: 70px;
    height: 3px;
    display: block;
    margin-top: 8px
}

.g-search-trending ul>li {
    display: inline-block;
    background-color: #ebebeb;
    border-radius: 20px;
    margin: 0 2px;
    margin-bottom: 10px;
    overflow: hidden
}

.g-search-trending ul>li a {
    font-size: 12px;
    padding: 8px 16px;
    display: block;
    color: #545454;
    transition: all .3s ease
}

.g-search-trending ul>li a:hover {
    background: #EE4D2D;
    color: #fff
}

.g-search-hottest {
    margin-top: 24px;
    border-top: 1px solid #dcdcdc;
    padding-top: 16px
}

.g-search-hottest>p {
    font-weight: 500;
    position: relative
}

.g-search-hottest>p:after {
    content: "";
    background-color: #EE4D2D;
    width: 70px;
    height: 3px;
    display: block;
    margin-top: 8px
}

.g-search-hottest .g-s-hotcoupon {
    position: relative;
    display: block;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .09);
    border: solid 1px #d6d8da;
    border-radius: 6px;
    padding: 4px 14px;
    box-sizing: border-box;
    margin-bottom: 12px
}

.g-search-hottest .g-s-hotcoupon img {
    display: inline-block;
    vertical-align: middle
}

.g-search-hottest .g-s-hotcoupon .g-sh-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    color: #515151;
    margin: 16px
}

.g-search-hottest .g-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();
    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, .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, .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, .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
}

.g-search-open.searching .non-search {
    display: none
}

.g-search-open.searching .search-result {
    display: block
}

footer {
    padding: 48px 0 24px;
    position: relative;
    z-index: 4;
    background: #071938;
    color: #fff
}

footer .go-logo {
    margin-bottom: 18px
}

footer .go-logo>svg>.path2 {
    fill: #fff
}

footer .go-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 .go-sl {
    position: relative;
    margin: 24px auto;
    padding: 24px 0 0;
    text-align: center
}

footer .go-sl li {
    padding: 0 4px 12px
}

footer .go-sl li>a {
    display: block;
    width: 36px;
    height: 36px;
    background-color: #3b5998;
    border-radius: 50%;
    text-align: center;
    line-height: 48px
}

footer .go-sl:before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: rgba(255, 255, 255, .27);
    top: 0;
    left: 0;
    right: 0;
    width: 30%;
    margin: 0 auto
}

footer .footer-list>li {
    margin-bottom: 24px;
    width: 48%;
    width: calc(50% - 6px);
    vertical-align: top
}

footer .footer-list strong {
    text-transform: uppercase;
    color: #EE4D2D;
    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, .2);
    margin-top: 36px;
    padding-top: 24px
}

footer .f-bottom>p {
    margin-top: 0;
    margin-bottom: 36px;
    cursor: pointer
}

footer .f-bottom>p:first-child {
    color: #EE4D2D;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0
}

footer .f-bottom small {
    opacity: .8
}

.g-subm {
    padding: 24px 18px;
    background: #dfe8ef;
    background: linear-gradient(to bottom, #f1f5f8, #dfe8ef);
    margin-top: 48px
}

.gsub-text {
    text-align: center
}

.gsub-text>p {
    line-height: 1.5
}

.gsub-text .head,
.gsub-text .imgwrap {
    display: inline-block;
    vertical-align: middle
}

.gsub-text .imgwrap {
    width: 50px;
    height: 50px;
    background-color: #EE4D2D;
    text-align: center;
    border-radius: 50%;
    line-height: 60px
}

.gsub-text .imgwrap>svg {
    height: 25px
}

.gsub-text .head {
    margin-left: 12px;
    text-align: left;
    color: #000
}

.gsub-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, .23);
    background-color: #EE4D2D;
    height: 45px;
    line-height: 32px;
    width: 100%;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-style: italic;
    letter-spacing: .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
    }

    .g-loggedout {
        height: 145px
    }

    .g-login-icon,
    .g-login-text {
        height: 100%
    }
}

@media screen and (min-width:64em) {
    .container {
        max-width: 960px
    }

    .go-BBanner>.container {
        padding: 0 12px
    }

    .go-BBanner .go-BBannerCon img {
        margin-top: -50px;
        width: 160px;
        max-width: 100%;
        vertical-align: bottom;
        display: inline-block
    }

    .go-BBanner .go-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
    }

    .go-BBanner .go-Bpresented {
        height: 50px;
        margin-left: 24px;
        vertical-align: top;
        width: 125px
    }

    .go-BBanner .go-Bpresented>img {
        width: 125px;
        margin: 0 auto;
        top: 0
    }

    .go-BBanner .go-BBannerCon a:not(.go-Bpresented) {
        right: 0;
        min-width: 140px
    }

    .go-BBanner .go-closeBBanner {
        right: 120px
    }

    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        border-radius: 20px
    }

    .go-backToTop {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .g-bread li {
        color: #fff
    }

    .g-bread a {
        color: #fff;
        opacity: .7
    }

    .go-extTab>h2 {
        color: #373737;
        font-size: 16px;
        line-height: 24px;
        margin: 0 auto 12px;
        letter-spacing: -.1px
    }

    .go-extTab>p {
        color: #373737;
        line-height: 22px;
        margin: 0 auto 12px
    }

    .go-extTab>p:last-child {
        margin: 0 auto
    }

    .go-extTab>p>a,
    .go-mDesc>.desc>a {
        color: #519cde;
        text-decoration: underline
    }

    .go-extTab>p>img {
        max-height: 120px
    }

    .go-extTab>p.extension-banner>img {
        max-height: none
    }

    .go-extTab>ol,
    .go-extTab>ul {
        color: #373737;
        line-height: 22px;
        padding-left: 16px;
        margin: 0 auto 24px;
        list-style-type: decimal
    }

    .go-extTab>ol.go-disc,
    .go-extTab>ul.go-disc {
        list-style-type: disc
    }

    .go-extTab>.table-responsive {
        color: #373737
    }

    .go-extTab>h2 {
        color: #373737;
        font-size: 16px;
        line-height: 24px;
        margin: 0 auto 12px;
        letter-spacing: -.1px
    }

    .go-extTab>p {
        color: #373737;
        line-height: 22px;
        margin: 0 auto 12px
    }

    .go-extTab>p:last-child {
        margin: 0 auto
    }

    .go-extTab>p>a,
    .go-mDesc>.desc>a {
        color: #519cde;
        text-decoration: underline
    }

    .go-extTab>p>img {
        max-height: 120px
    }

    .go-extTab>p.extension-banner>img {
        max-height: none
    }

    .go-extTab>ol,
    .go-extTab>ul {
        color: #373737;
        line-height: 22px;
        padding-left: 16px;
        margin: 0 auto 24px;
        list-style-type: decimal
    }

    .go-extTab>ol.go-disc,
    .go-extTab>ul.go-disc {
        list-style-type: disc
    }

    .go-extTab>.table-responsive {
        color: #373737
    }

    #desktopOverlay {
        background-color: rgba(40, 83, 143, .5);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        top: 121px;
        visibility: hidden;
        opacity: 0;
        transition: all .3s ease
    }

    .open-desktop-menu #desktopOverlay {
        visibility: visible;
        opacity: 1
    }

    .open-modal {
        overflow: hidden
    }

    .open-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-modal .modal {
        top: 122px
    }

    .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, .58)
    }

    .modal #closeModal #Pathlog {
        fill: #b4b4b4
    }

    .modal .loginbtm {
        padding: 12px
    }

    .modal .loginbtm span {
        display: inline-block
    }

    .modal .modal-login {
        height: 100%
    }

    .modal .modal-login .ml-left,
    .modal .modal-login .ml-right {
        display: inline-block;
        vertical-align: top
    }

    .modal .modal-login .ml-left {
        height: 100%;
        width: 360px
    }

    .modal .modal-login .ml-left>p {
        margin: 0 12px;
        margin-top: 15%;
        font-size: 25px;
        text-align: left;
        color: #fff
    }

    .modal .modal-login .ml-left>p small {
        display: block;
        font-size: 14px
    }

    .modal .modal-login .ml-left .mlimg {
        margin-top: 24px;
        max-width: 300px
    }

    .modal .modal-login .ml-right {
        width: calc(100% - 380px)
    }

    .modal .modal-login .ml-right .loginWith {
        margin-top: 56px !important
    }

    .modal .modal-login .ml-right .loginWith>p {
        font-size: 25px
    }

    .modal .modal-login .ml-right .loginWith #logpath {
        fill: #b4b4b4
    }

    .modal .modal-login .ml-right .loginWith>a .gi {
        top: -1px
    }

    body {
        padding-top: 121px
    }

    .hidden-lg {
        display: none !important
    }

    .visible-lg {
        display: block !important
    }

    #overlay {
        top: 121px
    }

    .g-login,
    .g-search {
        display: inline-block;
        position: relative;
        vertical-align: middle
    }

    .g-login {
        float: right
    }

    .g-search {
        top: 0
    }

    header {
        height: 121px;
        padding: 0
    }

    .go-logo {
        margin-right: 48px;
        margin-left: 0
    }

    #gSearchInput {
        width: 448px;
        padding-left: 48px
    }

    .g-search>span {
        position: absolute;
        left: 12px;
        top: 9px;
        line-height: unset;
        width: unset
    }

    .g-nav-menu {
        background: #f7f8fa;
        position: static;
        width: 100%;
        height: auto;
        overflow-y: initial;
        overflow-x: inherit
    }

    #gBody.open .g-nav-menu {
        transform: none
    }

    #gDNotify {
        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 .3s ease
    }

    #gDNotify>svg {
        height: 20px
    }

    #gDNotify>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
    }

    #gDNotify:hover {
        background-color: #efefef
    }

    .g-top {
        position: relative
    }

    #gMenuMob {
        padding: 0 12px
    }

    #gNotifyC {
        position: absolute;
        width: 360px;
        border-radius: 2px;
        box-shadow: 0 2px 11px 0 rgba(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 .3s ease;
        transform: none
    }

    #gNotifyC>ul li a {
        padding: 16px;
        margin-bottom: 0
    }

    #gNotifyC>ul li a>div time {
        font-size: 10px
    }

    #gNotifyC.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(4px)
    }

    .g-nav-m-left,
    .g-nav-m-right {
        display: inline-block;
        margin: 0;
        padding: 0;
        border: none
    }

    .g-nav-store {
        display: inline-block
    }

    .g-nav-m-left .other,
    .g-nav-m-left .store {
        margin: 0;
        border: 0;
        padding: 0
    }

    .g-nav-m-left .other {
        margin-left: 32px
    }

    .g-nav-m-left .store .g-dropdown {
        font-size: 0
    }

    .g-nav-m-left .store .g-dropdown .g-viewall {
        display: block;
        border-top: 1px solid #d8d8d8;
        width: 100%;
        margin-top: 16px
    }

    .g-nav-m-left .store .g-dropdown .g-viewall a {
        padding: 10px 0 !important;
        display: block
    }

    .g-nav-m-left .store .g-dropdown .g-viewall a:hover {
        text-decoration: none
    }

    .g-nav-m-left .store .g-dropdown a:hover {
        text-decoration: underline
    }

    .g-nav-m-left .store .mpluss {
        display: none
    }

    .g-nav-m-left .store .g-dropdown>li {
        width: 33%;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0;
        border: none
    }

    .g-nav-m-left .store .g-dropdown>li .g-sub-head {
        padding: 0;
        color: #000;
        font-weight: 500;
        margin-bottom: 12px;
        padding-bottom: 12px
    }

    .g-nav-m-left .store .g-dropdown>li .g-sub-head:after {
        content: "";
        width: 40px;
        height: 1px;
        background-color: #b0b0b0;
        display: block;
        top: 12px;
        position: relative
    }

    .g-nav-m-left .store .g-dropdown>li>ul {
        max-height: 1000px;
        opacity: 1
    }

    .g-nav-m-left .store .g-dropdown>li>ul li {
        width: 48%;
        display: inline-block
    }

    .g-nav-m-left .store .g-dropdown>li>ul li a {
        padding: 8px 0
    }

    .g-nav-m-left .other .g-dropdown {
        font-size: 0
    }

    .g-nav-m-left .other .g-dropdown>li {
        width: 16.6666666667%;
        border: 0;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        padding: 0
    }

    .g-nav-m-left .other .g-dropdown>li>ul {
        max-height: 1000px;
        opacity: 1
    }

    .g-nav-m-left .other .g-dropdown>li>ul li.g-subc-head {
        padding: 0;
        font-weight: 500
    }

    .g-nav-m-left .other .g-dropdown>li>ul li a {
        padding: 8px 4px
    }

    .g-nav-m-left .other .g-dropdown>li>ul li a:hover {
        text-decoration: underline
    }

    .g-nav-m-left .other .g-dropdown>.g-viewall {
        display: block;
        border-top: 1px solid #d8d8d8;
        width: 100%;
        margin-top: 16px
    }

    .g-nav-m-left .other .g-dropdown>.g-viewall a {
        padding: 10px 0 !important;
        display: block
    }

    .g-nav-m-left .other .g-dropdown>.g-viewall a.g-page-link {
        display: inline-block
    }

    .g-nav-m-left>li,
    .g-nav-m-right>li {
        display: inline-block;
        line-height: 55px;
        cursor: pointer;
        position: relative;
        padding: 0;
        transition: all .3s ease
    }

    .g-nav-m-left>li.special>a img,
    .g-nav-m-right>li.special>a img {
        height: 40px;
        width: 120px;
        vertical-align: middle
    }

    .g-nav-m-left .idu a {
        padding: 0;
        height: 55px
    }

    .g-nav-m-left>li>span:after {
        content: "\25be";
        padding-left: 6px;
        position: static
    }

    .mplus {
        display: none
    }

    .g-nav-m-left .g-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, .02);
        padding: 12px;
        min-width: 800px;
        z-index: 999;
        visibility: hidden;
        transition: all .2s;
        opacity: 0;
        transform: none;
        height: auto;
        width: auto
    }

    .g-nav-m-left.open+.g-nav-m-right {
        visibility: visible;
        opacity: 1
    }

    .g-nav-m-left .g-dropdown:hover,
    .g-nav-m-left .g-nav-main:hover+.g-dropdown {
        visibility: visible;
        opacity: 1;
        top: 55px
    }

    .g-nav-m-left .g-dropdown:focus,
    .g-nav-m-left .g-nav-main:focus+.g-dropdown {
        visibility: visible;
        opacity: 1;
        top: 55px
    }

    .g-nav-m-left .g-dropdown:active,
    .g-nav-m-left .g-nav-main:active+.g-dropdown {
        visibility: visible;
        opacity: 1;
        top: 55px
    }

    .g-nav-m-left .g-dropdown>li>a {
        display: block;
        padding: 8px 0;
        color: #16171a;
        transition: all .3s ease
    }

    .g-nav-m-left .g-dropdown>li>a:hover {
        transform: translateX(2px)
    }

    .g-nav-m-left>li+li {
        margin-left: 24px
    }

    .g-nav-m-left>li:hover {
        color: #EE4D2D;
        box-shadow: inset 0 -3px #EE4D2D
    }

    .g-nav-m-left>li:hover>a {
        color: #EE4D2D
    }

    .g-nav-m-right>li>a {
        display: block;
        margin: 0 12px;
        color: #000
    }

    .g-nav-m-right {
        float: right
    }

    .g-nav-m-right>li:not(.special):hover {
        color: #EE4D2D;
        box-shadow: inset 0 -3px #EE4D2D
    }

    .g-nav-m-right>li:not(.special):hover>a {
        color: #EE4D2D
    }

    .g-nav-m-right>li>.g-special {
        background-color: #28538f;
        color: #fff;
        border-radius: 20px;
        line-height: normal;
        padding: 12px 18px;
        margin-right: 0
    }

    .g-search-open {
        left: 0;
        height: 0;
        max-width: 640px;
        transform: none
    }

    .open-search .g-search-open {
        max-width: 100vw;
        height: 100vh;
        transform: none
    }

    #gSearchClose {
        width: 50px;
        height: 50px;
        top: 24px
    }

    #gSearchInputBox {
        font-size: 3.5em;
        padding: 8px
    }

    .inp-sub-text {
        font-size: 16px;
        text-align: right;
        opacity: .5;
        margin-top: 6px
    }

    .g-search-featured,
    .g-search-hottest {
        display: inline-block
    }

    .g-search-trending {
        border-bottom: 1px solid #dcdcdc;
        margin-top: 56px;
        padding-bottom: 26px
    }

    .g-search-trending>p {
        margin-bottom: 24px;
        font-size: 16px
    }

    .g-search-trending ul>li a {
        font-size: 14px
    }

    .g-search-hottest {
        border: none;
        width: 60%
    }

    .g-search-hottest>p {
        margin-bottom: 24px;
        font-size: 16px
    }

    .g-search-hottest ul li {
        vertical-align: top;
        width: 31%;
        display: inline-block
    }

    .g-search-hottest ul li .g-s-hotcoupon {
        box-shadow: none;
        padding: 0;
        border: none
    }

    .g-search-hottest ul li .g-s-hotcoupon .g-hot-img {
        border-radius: 6px;
        box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .14);
        max-width: 100%
    }

    .g-search-hottest ul li .g-s-hotcoupon .g-sh-title {
        display: block;
        margin-left: 0;
        font-weight: 500;
        font-size: 16px
    }

    .g-search-hottest ul li .g-s-hotcoupon span,
    .g-search-hottest ul li .g-s-hotcoupon strong {
        color: #515151
    }

    .g-search-hottest ul li .g-s-hotcoupon img {
        display: block;
        margin-bottom: 8px
    }

    .g-search-hottest ul li .g-s-hotcoupon:hover span {
        text-decoration: underline
    }

    .g-search-hottest ul li .g-s-hotcoupon:after {
        display: none
    }

    .g-search-hottest ul li a:last-child {
        color: #2491ef;
        font-size: 12px
    }

    .g-search-hottest ul li+li {
        margin-left: 12px
    }

    .g-search-featured {
        margin-top: 24px;
        padding-top: 16px;
        width: 36%;
        display: inline-block !important;
        vertical-align: top
    }

    .g-search-featured>p {
        font-weight: 500;
        position: relative;
        margin-bottom: 24px;
        font-size: 16px
    }

    .g-search-featured>p:after {
        content: "";
        background-color: #EE4D2D;
        width: 70px;
        height: 3px;
        display: block;
        margin-top: 8px
    }

    .g-search-featured ul li .g-s-feat {
        box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .14);
        display: block;
        padding: 10px;
        margin-bottom: 16px
    }

    .g-search-featured ul li .g-s-feat .g-s-feat-img {
        width: 110px;
        height: 100px;
        display: inline-block;
        border-radius: 3px
    }

    .g-search-featured ul li .g-s-feat .g-s-feat-img img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 3px
    }

    .g-search-featured ul li .g-s-feat .g-s-feat-detail {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 115px)
    }

    .g-search-featured ul li .g-s-feat .g-s-feat-detail p {
        margin-bottom: 0;
        color: #07080b;
        margin-top: 10px
    }

    .g-search-featured ul li .g-s-feat:hover .g-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 .go-sl {
        text-align: left
    }

    footer .go-sl:before {
        right: auto
    }

    footer .go-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 li {
        width: 24%;
        width: calc(25% - 12px)
    }

    footer .f-bottom {
        margin-top: 36px
    }

    footer .f-bottom>p {
        letter-spacing: 1px;
        font-size: 16px;
        letter-spacing: .4px
    }

    footer .f-bottom>p:first-child {
        font-size: 3.5em;
        letter-spacing: normal
    }

    .g-subm {
        padding: 48px 18px 36px;
        z-index: 4;
        position: relative;
        margin-top: 0
    }

    .form-sub,
    .gsub-text {
        display: inline-block;
        vertical-align: middle
    }

    .gsub-text {
        max-width: 420px;
        text-align: left
    }

    .gsub-text .head {
        vertical-align: top
    }

    .gsub-text .imgwrap {
        width: 68px;
        height: 68px;
        line-height: 85px
    }

    .gsub-text .imgwrap>svg {
        height: 30px
    }

    .gsub-text>p {
        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
    }

    #gSearchInput {
        width: 629px
    }

    .g-nav-store .g-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, .43);
    background-image: linear-gradient(to bottom, #88b510, #63a704);
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    z-index: 99;
    transition: all .3s ease-out
}

.promo-banner>.pb-wrap {
    width: 52px;
    height: 52px;
    box-shadow: 0 1px 6px 0 rgba(24, 64, 24, .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, .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.g-mer .promo-banner {
    bottom: 78px
}

.bBanner main.g-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.g-mer .promo-banner {
        bottom: 24px
    }

    main.g-mer .promo-banner.active {
        bottom: 24px
    }

    .bBanner main.g-mer .promo-banner {
        bottom: 74px
    }

    .bBanner main.g-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) {
    .go-logo img.theme-logo {
        height: auto !important
    }
}

.go-logo img.theme-logo {
    height: 36px
}

.embla {
    overflow: hidden;
    position: relative
}

.embla .embla__container {
    display: flex;
    margin-left: -10px
}

.embla .carousel-cell {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    cursor: pointer;
    padding-left: 10px
}

.embla .carousel-cell img {
    width: 100%
}

.embla .embla__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    border: none
}

.embla .embla__btn:disabled {
    cursor: default;
    opacity: 0
}

.embla .embla__prev {
    left: 10px;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 40% center;
    transition: all .3s ease;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22)
}

.embla .embla__next {
    right: 10px;
    background-image: url();
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s ease;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22)
}

.embla .embla__dots {
    display: flex;
    list-style: none;
    justify-content: center;
    padding-top: 10px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.embla .embla__dot {
    background-color: transparent;
    cursor: pointer;
    position: relative;
    padding: 0;
    outline: 0;
    border: 0;
    width: 10px;
    height: 10px;
    margin-right: 7.5px;
    margin-left: 7.5px;
    display: flex;
    align-items: center;
    transition: all .4s ease-in-out
}

.embla .embla__dot:after {
    background-color: #efefef;
    transition: all .4s ease-in-out;
    width: 100%;
    height: 10px;
    border-radius: 50%;
    content: ""
}

.embla .embla__dot.is-selected {
    width: 10px;
    transition: all .4s ease-in-out
}

.embla .embla__dot.is-selected:after {
    transition: all .4s ease-in-out;
    background-color: #EE4D2D;
    opacity: 1
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.main-carousel {
    margin-top: 8px;
    overflow: hidden;
    width: 100%;
    height: 150px;
    border-radius: 8px
}

.main-carousel .carousel-cell {
    width: 100%;
    height: 160px;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer
}

.main-carousel .flickity-prev-next-button {
    width: 40px;
    height: 40px
}

.main-carousel .dot {
    transition: all .3s ease
}

.main-carousel .dot.is-selected {
    width: 20px;
    border-radius: 10px
}

.main-carousel .flickity-page-dots {
    bottom: 8px
}

.main-carousel .flickity-button {
    background: #fff
}

.main-carousel .flickity-button-icon {
    display: none
}

.main-carousel .flickity-prev-next-button.previous {
    left: -40px;
    background-image: url();
    background-repeat: no-repeat;
    background-position: center;
    visibility: hidden;
    transition: all .3s ease;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22)
}

.main-carousel .flickity-prev-next-button.next {
    right: -40px;
    background-image: url();
    background-repeat: no-repeat;
    background-position: center;
    visibility: hidden;
    transition: all .3s ease;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22)
}

.main-carousel .flickity-page-dots .dot {
    background: #f7c46c;
    opacity: 1
}

.main-carousel .flickity-page-dots .dot.is-selected {
    background: #EE4D2D
}

.main-carousel:hover .flickity-prev-next-button.previous {
    left: 10px;
    visibility: visible
}

.main-carousel:hover .flickity-prev-next-button.next {
    right: 10px;
    visibility: visible
}

.main-carousel .carousel-cell img {
    width: 100%;
    height: auto
}

#gPopularStore .flickity-page-dots {
    bottom: -18px
}

.g-popular .flickity-button-icon {
    display: none
}

.g-popular .flickity-prev-next-button.previous {
    background-image: url();
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
    left: -10px
}

.g-popular .flickity-prev-next-button.next {
    background-image: url();
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
    right: -10px
}

#gPopularOffer {
    font-size: 0
}

#gPopularOffer .embla__slide{
    font-size: 14px;
    width: calc(50% - 6px);
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    transition: all .3s ease;
    margin-bottom: 14px;
    position: relative;
    display: inline-block;
    box-shadow: 0 1px 4px 0 rgba(32, 50, 162, .08);
    cursor: pointer
}

#gPopularOffer .carousel-cell .embla__slide>span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 6px;
    background-color: #fff;
    position: absolute;
    top: 12px;
    left: 12px;
    text-align: center;
    box-shadow: 0 5px 6px 3px rgba(0, 0, 0, .09)
}

#gPopularOffer .carousel-cell .embla__slide>span>img {
    width: 28px;
    height: 28px;
    vertical-align: middle
}

#gPopularOffer .carousel-cell .embla__slide>img {
    max-width: 100%
}

#gPopularOffer .carousel-cell .g-pop-det {
    padding: 12px;
    position: relative
}

#gPopularOffer .carousel-cell .g-pop-det p {
    margin: 0;
    color: #515151;
    line-height: 1.4;
    height: 48px;
    overflow: hidden;
    font-size: 12px;
    margin-top: 12px;
}

#gPopularOffer .carousel-cell .g-pop-det .g-title {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    height: 20px;
    margin-top: 0;
}

#gPopularOffer .carousel-cell .g-fav {
    position: absolute
}

#gPopularOffer .carousel-cell:hover .embla__slide{
    transform: translateY(-6px);
    box-shadow: 0 2px 14px 3px rgba(0, 0, 0, .03)
}

.g-home-h1 {
    text-align: center;
    border: 1px solid #979797;
    border-radius: 15px;
    line-height: 30px;
    color: #575757;
    font-size: 14px;
    height: 30px;
    margin: 12px auto
}

.flickity-page-dots {
    bottom: 5px
}

.gh-title {
    font-size: 18px;
    position: relative;
    color: #030306;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 24px;
    width: calc(100% - 170px)
}

.g-popular .gh-title,
.g-top-c .gh-title {
    width: 100%
}

.gh-title:after {
    content: "";
    background-color: #EE4D2D;
    width: 80px;
    display: block;
    height: 4px;
    margin-top: 6px
}

.g-popular {
    background: #f1f5f8;
    background: linear-gradient(to bottom, #f1f5f8, #dfe8ef);
    padding: 12px 0
}

.g-popular .flickity-button:disabled {
    display: none
}

.g-popular .flickity-page-dots {
    display: none
}

.g-pop-store {
    padding: 12px 0 32px
}

.g-pop-store .gp-normal .flickity-button {
    display: none
}

#gPopularStore .carousel-cell {
    width: 100%
}

#gPopularStore .carousel-cell a {
    width: calc(33.3333333333% - 8px);
    height: 80px;
    display: inline-block;
    position: relative;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-bottom: 8px;
    line-height: 80px;
    overflow: hidden
}

#gPopularStore .carousel-cell a img {
    max-width: 50%;
    margin: 0 auto;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media(max-width:768px) {
    #gPopularStore .carousel-cell a img {
        max-width: 75%
    }
}

#gPopularStore .carousel-cell a>p {
    line-height: 15px;
    margin: 0;
    opacity: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 12px;
    transition: all .3s cubic-bezier(.31, .17, .52, .96);
    display: flex;
    justify-content: center;
    flex-direction: column
}

#gPopularStore .carousel-cell a+a {
    margin-left: 4px
}

#gPopularStore .carousel-cell a:nth-child(3n+1) {
    margin-left: 0
}

#gPopularStore .carousel-cell a:focus>p,
#gPopularStore .carousel-cell a:hover>p {
    background-color: #2d3e50;
    opacity: 1;
    visibility: visible
}

.gp-feat {
    border: solid 1px #e7e7e7;
    display: block;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(2, 3, 5, .05);
    text-align: center;
    margin-bottom: 12px
}

.gp-feat>p {
    position: absolute;
    left: 12px;
    color: #999;
    font-size: 12px;
    top: 18px;
    width: 80px;
    text-align: left;
    margin: 0
}

.gp-feat>.gpf-img {
    height: 80px
}

.gp-feat>.gpf-img img {
    max-height: 80%;
    position: relative;
    top: 6px
}

.gp-feat:after {
    content: "";
    background-image: url();
    background-repeat: no-repeat;
    background-size: 30%;
    background-color: #EE4D2D;
    color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 22px;
    right: 12px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background-position: center
}

.g-top-c {
    background: #f1f5f8;
    background: linear-gradient(to bottom, #f1f5f8, #dfe8ef);
    padding: 12px 0 24px
}

.gh-left {
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 rgba(17, 19, 35, .08);
    background-color: #fff;
    padding: 10px
}

.gh-left ul {
    white-space: nowrap;
    overflow-x: scroll;
    margin-bottom: 0;
}

.gh-left ul li {
    display: inline-block;
    text-align: center;
    max-width: 100px;
    margin: 0 6px;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    font-size: 13px;
}

.gh-left ul li>div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #efefef;
    margin: 0 auto 8px;
    padding: 11px;
    line-height: 18px;
}

.gh-left ul li.active {
    color: #61a800
}

.gh-left ul li.active>div {
    background: #e8f7d3
}

.gh-left ul li.active>div g,
.gh-left ul li.active>div path {
    fill: #61a800
}

.gh-right {
    margin-top: 12px;
    position: relative
}

.gh-right .g-htop-c {
    visibility: hidden;
    opacity: 0;
    transition: all .1s ease;
    display: block
}

.gh-right .g-htop-c>a {
    display: block;
    margin-bottom: 6px
}

.gh-right .g-htop-c>a img {
    max-width: 100%
}

.gh-right .g-htop-c.show {
    visibility: visible;
    opacity: 1
}

.gh-right .g-htop-c.load .gh-ec-w {
    max-height: 2400px
}

.gh-ec-w {
    padding-top: 0;
    max-height: 1130PX;
    padding: 12px 0;
    overflow: hidden;
    transition: all .3s ease
}

.gh-ec {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgba(17, 19, 35, .08);
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all .3s ease
}

.gh-ec>a.imw {
    height: 52px;
    width: 65px;
    display: block;
    position: absolute;
    right: 8px;
    padding: 0;
    background: 0 0;
    top: 8px
}

.gh-ec>a.imw>img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.gh-ec>.amt {
    width: 85px;
    height: 72px;
    border-radius: 4px;
    background-color: #f0f2f5;
    color: #515151;
    margin: 12px;
    font-size: 18px;
    text-align: center;
    padding: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle
}

.gh-ec>.amt>span {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-right: 12px
}

.gh-ec>.amt>span>small {
    text-align: right;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 400;
    display: block
}

.gh-ec>.amt>span>small.ri {
    transform: rotate(-90deg);
    position: absolute;
    right: -2px;
    top: 5px
}

.gh-ec>.amt>span.bm>small:first-child {
    text-align: left
}

.gh-ec>.amt>span.bm>small.ri {
    top: 14px
}

.gh-ec>.amt>span.per {
    padding-right: 0
}

.gh-ec>.amt>span.per>small {
    text-align: center
}

.gh-ec>.amt>span.txt {
    padding-right: 0;
    font-size: 14px
}

.gh-ec>h3,
.gh-ec>p {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 12px;
    margin-top: 0;
    line-height: 1.5;
    width: calc(100% - 180px);
    height: 118px;
    display: inline-flex;
    align-items: center;
    flex-flow: wrap;
    overflow: hidden;
    vertical-align: top;
    border-left: 1px dashed #e9e9e9;
    margin-bottom: 0;
    box-sizing: border-box
}

.gh-ec>a {
    background-color: #f3f9ff;
    padding: 5px 6px;
    display: block;
    color: #2491ef;
    font-size: 13PX;
}

.gh-ec>a span {
    background-color: #d9edff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 6px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    vertical-align: middle
}

.gh-ec>a span::before {
    content: ">";
    font-size: 16px;
    line-height: 20px
}

.gh-ec:hover {
    transform: translateY(-6px);
    box-shadow: 0 2px 14px 3px rgba(0, 0, 0, .03)
}

.gh-ec:hover h3,
.gh-ec:hover>p {
    text-decoration: underline
}

.gh-smore {
    width: 180px;
    height: 38px;
    line-height: 36px;
    border-radius: 3px;
    border: solid 1px #000;
    background: 0 0;
    margin: 12px auto 0;
    display: block
}

.g-subs {
    padding: 8px 0;
    margin: 0 8px
}

.g-subs .gs-form>p {
    line-height: 1.4
}

.g-subs .container {
    padding: 8px 12px;
    border-radius: 12px;
    background-color: #e5f6ff;
    text-align: center;
    color: #030306
}

.gs-title {
    font-size: 18px;
    font-weight: 700
}

.pure-form #user-email {
    margin: 18px auto 8px;
    width: 100%;
    height: 44px
}

.pure-form .gs-btn {
    height: 45px;
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .23);
    background-color: #EE4D2D;
    color: #fff;
    width: 100%
}

.gh-gift {
    padding: 24px 0
}

.gh-gift .container {
    position: relative
}

.ghg-all {
    position: absolute;
    right: 12px;
    top: 0;
    border-radius: 3px;
    border: solid 1px #000;
    color: #000;
    box-sizing: border-box;
    padding: 7px 12px
}

.ghg-all>span {
    width: 20px;
    height: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .37);
    background-color: #42a1f4;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 6px;
    text-align: center
}

.ghg-all>span>svg {
    height: 8px;
    position: relative;
    top: 1px
}

.gh-gcard {
    width: 48%;
    display: inline-block;
    overflow: hidden;
    transition: all .3s ease;
    color: #16171a;
    vertical-align: top
}

.gh-gcard img {
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(17, 19, 35, .08);
    max-width: 100%
}

.gh-gcard p {
    margin-top: 4px
}

.gh-gcard:hover {
    transform: translateY(-6px)
}

.gh-gcard:nth-child(2n) {
    margin-left: 8px
}

.gh-dod {
    padding: 48px 0 24px;
    border-top: 1px solid #e7e7e7
}

.gh-dod .container {
    position: relative
}

.gh-dod ul li {
    vertical-align: top;
    width: calc(50% - 8px)
}

.gh-dod ul li+li {
    margin-left: 8px
}

.gh-dod ul li:nth-child(2n+1) {
    margin-left: 0
}

.g-deal {
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgba(17, 19, 35, .08);
    border: solid 1px #e7e7e7;
    position: relative;
    padding: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    height: 310px
}

.g-deal>a {
    visibility: hidden;
    opacity: 0;
    color: #2491ef;
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-weight: 700;
    transition: all .3s ease
}

.g-deal>span {
    position: absolute;
    top: 12px;
    left: 0;
    background: #EE4D2D;
    font-size: 12px;
    color: #fff;
    padding: 4px 8px
}

.g-deal>p {
    color: #a8b9c2;
    margin-bottom: 6px;
    font-size: 12px
}

.g-deal>.gdt,
.g-deal>h3 {
    font-size: 12px;
    margin: 0;
    font-weight: 400;
    height: 52px;
    line-height: 1.4;
    overflow: hidden;
    color: #16171a
}

.g-deal .gd-amt {
    font-size: 14px;
    color: #000;
    margin-top: 12px;
    font-weight: 700
}

.g-deal .gd-amt del {
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 400
}

.g-deal:focus,
.g-deal:hover {
    box-shadow: 0 1px 4px 0 rgba(112, 168, 34, .78);
    border: solid 1px #70a822
}

.g-deal:focus>a,
.g-deal:hover>a {
    visibility: visible;
    opacity: 1
}

.gd-img {
    height: 150px;
    width: 100%;
    text-align: center;
    line-height: 150px
}

.gd-img>img {
    vertical-align: middle;
    width: 115px;
    height: 120px
}

.gh-cole {
    padding: 48px 0;
    border-top: 1px solid #e7e7e7
}

.gh-cole ul.ghcole-list>li {
    width: calc(50% - 8px);
    vertical-align: top
}

.gh-cole ul.ghcole-list>li+li {
    margin-left: 12px
}

.gh-cole ul.ghcole-list>li:nth-child(3) {
    margin-left: 0
}

.g-co {
    position: relative;
    border-radius: 6px;
    background: #f5f5f5;
    cursor: pointer;
    margin-bottom: 24px;
    overflow: hidden
}

@media(max-width:768px) {
    .g-co {
        min-height: 175px
    }
}

.g-co>ul {
    height: 130px;
    overflow-y: auto
}

.g-co>p {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 6px 8px;
    font-weight: 700
}

.g-co .g-top-col {
    transition: all .5s ease;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.g-co .g-top-col>p {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.g-co .g-top-col>img {
    width: 100%
}

.g-co ul li {
    cursor: pointer;
    display: block;
    padding: 0 8px;
    margin: 6px 0
}

.g-co ul li img,
.g-co ul li p {
    display: inline-block;
    vertical-align: middle
}

.g-co ul li img {
    max-width: 50px
}

.g-co ul li p {
    width: calc(100% - 70px);
    margin-left: 12px
}

.g-co ul li:hover p {
    text-decoration: underline
}

.g-co:focus .g-top-col,
.g-co:hover .g-top-col {
    transform: translateX(-100%)
}

@media screen and (min-width:48em) {
    .main-carousel {
        height: 158px;
        width: calc(100% - 260px)
    }

    .g-stack,
    .main-carousel {
        display: inline-block !important;
        vertical-align: top
    }

    .g-stack {
        position: relative;
        width: 230px;
        margin-left: 18px;
        margin-top: 12px
    }

    @keyframes godown {
        0% {
            border: 2px solid #2491ef
        }

        100% {
            border: 2px solid transparent
        }
    }

    .g-stack:hover #child-1 {
        animation: godown 1s ease
    }

    .g-stack:hover #child-2 {
        animation: godown 2s ease 1s
    }

    .g-stack:hover #child-3 {
        animation: godown 3s ease 2s
    }

    .g-stack-e {
        position: absolute;
        top: 0;
        padding: 12px;
        height: 162px;
        width: 220px;
        border-radius: 6px;
        overflow: hidden;
        transition: .3s all ease;
        border: 2px solid transparent
    }

    .g-stack-e p {
        height: 46px;
        line-height: 1.5;
        overflow: hidden
    }

    .g-stack-e .hstack-btn::before {
        content: ">"
    }

    .g-stack-e .hstack-btn {
        float: right;
        display: inline-block;
        width: 30px;
        text-align: center;
        height: 30px;
        border-radius: 50%;
        background-color: #EE4D2D;
        color: #fff;
        line-height: 30px;
        font-size: 18px;
        position: relative;
        bottom: 4px;
        cursor: pointer
    }

    #child-1 {
        transform: scaleY(.9);
        left: 0;
        z-index: 1;
        transform-style: preserve-3d
    }

    #child-2 {
        transform: scaleY(.95);
        left: 10px;
        z-index: 20;
        transform-style: preserve-3d
    }

    #child-3 {
        z-index: 30;
        left: 20px;
        transform-style: preserve-3d
    }

    .g-stack-e.active {
        transform: translateX(110%) scaleY(.9);
        z-index: 0
    }

    .orange {
        background: #fff2cf
    }

    .green {
        background: #e1b9ea
    }

    .blue {
        background: #c5e4ff
    }

    .gse-img {
        height: 34px;
        text-align: center;
        margin-bottom: 18px
    }

    .gse-img img {
        width: 55px;
        height: 55px
    }

    .gse-img-m {
        height: 115px;
        text-align: center;
        position: relative;
        line-height: 115px;
        display: none
    }

    .gse-img-m img {
        vertical-align: middle;
        width: 155px;
        height: 92px;
        object-fit: cover;
        _object-fit: contain;
    }

    .gse-btn {
        background: #28538f;
        color: #fff;
        padding: 8px 12px;
        border-radius: 2px
    }
}

@media screen and (min-width:64em) {

    .g-stack,
    .main-carousel {
        display: inline-block !important;
        vertical-align: top
    }

    .main-carousel {
        width: calc(100% - 320px);
        height: auto
    }

    .g-stack {
        position: relative;
        width: 300px;
        margin-left: 8px;
        margin-top: 12px
    }

    .g-stack-e {
        position: absolute;
        top: 0;
        padding: 12px;
        height: 310px;
        width: 220px;
        border-radius: 6px;
        overflow: hidden;
        transition: .3s all ease;
        border: 2px solid transparent
    }

    .g-stack-e p {
        height: 64px;
        line-height: 1.4
    }

    .gse-img {
        height: 34px;
        text-align: center;
        margin-bottom: 18px
    }

    .gse-img img {
        max-width: 55px;
        max-height: 55px
    }

    .gse-img-m {
        display: block
    }

    .main-carousel .carousel-cell img {
        height: 310px;
        width: 856px
    }

    .main-carousel .carousel-cell {
        width: 100%;
        height: 310px;
        margin-right: 10px
    }

    .g-home-h1 {
        font-size: 16px;
        width: 400px;
        height: 45px;
        line-height: 45px;
        border-radius: 25px;
        margin: 20px auto;
        position: relative
    }

    .g-hm-head {
        position: relative
    }

    .g-hm-head:after,
    .g-hm-head:before {
        content: "";
        width: calc(100% - 800px);
        background: #d0d0d0;
        height: 1px;
        display: block;
        position: absolute;
        top: 22px
    }

    .g-hm-head:before {
        left: 0
    }

    .g-hm-head:after {
        right: 0
    }

    .gp-feat,
    .gp-normal {
        display: inline-block;
        vertical-align: top
    }

    .gp-feat {
        width: 240px;
        height: 251px;
        border-radius: 6px;
        box-shadow: 0 3px 12px 0 rgba(2, 3, 5, .07);
        border: solid 1px #e7e7e7;
        padding: 12px;
        box-sizing: border-box;
        transition: all .3s ease
    }

    .gp-feat .gpf-img {
        height: 130px;
        line-height: 130px;
        text-align: center;
        position: relative;
        top: 42px
    }

    .gp-feat .gpf-img img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
        transition: all .3s ease
    }

    .gp-feat .gpf-img+p {
        font-weight: 500;
        color: #7b7b7b;
        font-size: 16px;
        border-bottom: 1px solid #d8d8d8;
        position: absolute;
        left: 12px;
        padding-bottom: 12px;
        top: 19px;
        width: 90%;
        width: calc(100% - 24px);
        margin: 0 auto
    }

    .gp-feat .gp-p {
        bottom: 12px;
        width: 90%;
        width: calc(100% - 24px);
        top: auto;
        color: #000;
        height: 40px;
        font-size: 13px;
        border-radius: 4px;
        border: solid 1px #41a900;
        padding: 12px 0;
        box-sizing: border-box;
        text-align: center
    }

    .gp-feat:hover {
        border-color: #EE4D2D
    }

    .gp-feat:hover img {
        transform: scale(1.1)
    }

    .g-popular {
        padding: 20px 0
    }

    .g-popular .gh-title {
        margin-bottom: 8px
    }

    .gp-feat:after {
        display: none
    }

    .g-pop-store {
        padding: 20px 0 28px
    }

    .g-pop-store .gp-normal {
        width: calc(100% - 260px);
        margin-left: 12px
    }

    .g-pop-store .gp-normal .flickity-button:disabled {
        display: none
    }

    .g-pop-store .gp-normal .flickity-button {
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
        display: block
    }

    .g-pop-store .gp-normal .flickity-prev-next-button.next {
        background-image: url();
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
        right: -10px
    }

    .g-pop-store .gp-normal .flickity-prev-next-button.previous {
        background-image: url();
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
        left: -10px
    }

    .g-pop-store .gp-normal .flickity-button-icon {
        display: none
    }

    #gPopularOffer .carousel-cell .embla__slide{
        width: calc(33.3333333333% - 24px);
        margin-right: 32px;
        margin-top: 10px
    }

    #gPopularOffer .carousel-cell .g-pop-det.g-ex:before {
        right: 16px
    }

    #gPopularOffer .carousel-cell .embla__slide>span {
        width: 60px;
        height: 60px;
        line-height: 60px
    }

    #gPopularOffer .carousel-cell .embla__slide>span>img {
        width: 42px;
        height: 42px;
        vertical-align: middle
    }

    #gPopularOffer .carousel-cell .embla__slide>img {
        width: 100%;
        height: 200px
    }

    #gPopularOffer .carousel-cell .g-pop-det .g-title {
        font-size: 16px;
        height: 20px;
    }

    #gPopularOffer .carousel-cell .g-pop-det p {
        height: 40px;
        font-size: 14px;
    }

    #gPopularOffer .carousel-cell :nth-child(2n) .embla__slide{
        margin-left: 0
    }

    #gPopularOffer .g-pop-det {
        padding: 16px
    }

    #gPopularOffer .g-pop-det.g-ex:before {
        content: "EXCLUSIVE";
        background-color: #EE4D2D;
        color: #fff;
        font-size: 12px;
        position: absolute;
        padding: 2px 6px;
        right: 12px
    }

    .flickity-enabled#gPopularOffer {
        visibility: visible
    }

    #gPopularStore .carousel-cell a {
        width: calc(25% - 12px);
        height: 75px;
        line-height: 75px;
        margin-bottom: 10px
    }

    #gPopularStore .carousel-cell a>img {
        max-width: 60%;
        max-height: 150%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    #gPopularStore .carousel-cell a>p {
        font-size: 13px
    }

    #gPopularStore .carousel-cell a>p span {
        text-decoration: underline
    }

    #gPopularStore .carousel-cell a:nth-child(3n+1) {
        margin-left: 6px
    }

    #gPopularStore .carousel-cell a+a {
        margin-left: 6px
    }

    .g-top-c {
        padding: 20px 0
    }

    .gh-left,
    .gh-right {
        display: inline-block;
        vertical-align: top
    }

    .gh-left {
        width: 246px;
        padding: 16px
    }

    .gh-left ul {
        overflow: hidden
    }

    .gh-left ul li {
        display: block;
        max-width: 100%;
        text-align: left;
        margin: 0;
        margin-bottom: 24px;
        transition: all .3s ease
    }

    .gh-left ul li>div {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle
    }

    .gh-left ul li:not(.active):hover {
        transform: translateX(6px)
    }

    .gh-left ul li.gh-recharge>div svg {
        position: relative;
        left: 3px
    }

    .gh-left ul li:last-child>div svg {
        position: relative;
        left: 3px
    }

    .gh-left ul li.active {
        font-size: 16px
    }

    .gh-right {
        width: 75%;
        width: calc(100% - 270px);
        margin-left: 12px;
        margin-top: 0
    }

    .gh-right .g-htop-c>a {
        margin: 0 12px 14px;
        margin-right: 0
    }

    .gh-right .g-htop-c.load .gh-ec-w {
        max-height: 960px
    }

    .gh-ec-w {
        max-height: 470px
    }

    .gh-ec {
        width: 30%;
        width: calc(33.3333333333% - 15px);
        display: inline-block;
        margin-left: 12px
    }

    .gh-ec>a.imw {
        right: 12px;
        top: 12px;
        width: 55px
    }

    .gh-ec>.amt {
        width: 122px;
        height: 72px;
        display: flex
    }

    .gh-ec>.amt>span {
        font-size: 18px
    }

    .gh-ec>.amt>span>small {
        font-size: 10px;
        bottom: 0
    }

    .gh-ec>.amt>span>small.ri {
        right: -11px;
        top: 0
    }

    .gh-ec>.amt>span.bm>small.ri {
        top: 10px
    }

    .gh-ec>h3,
    .gh-ec>p {
        color: #373737;
        line-height: 1.5;
        height: 70px;
        margin-top: 4px;
        display: flex;
        width: 100%;
        padding: 0 12px;
        margin-bottom: 8px;
        border-left: none
    }

    .gh-ec>a {
        color: #2491ef;
        background: 0 0;
        padding: 8px 12px 16px;
        white-space: nowrap;
    }

    .gh-title {
        font-size: 22px;
        margin-bottom: 20px
    }

    .g-subs {
        line-height: 21px
    }

    .g-subs .container {
        text-align: left
    }

    .g-subs .gs-form {
        display: inline-block;
        max-width: 510px;
        vertical-align: middle;
        min-height: 270px
    }

    .g-subs .gs-svg {
        float: right
    }

    .gs-title {
        font-size: 24px;
        font-weight: 700
    }

    .pure-form #user-email {
        margin: 18px auto 8px;
        display: inline-block;
        height: 44px;
        width: calc(100% - 220px);
        vertical-align: inherit
    }

    .pure-form .gs-btn {
        height: 44px;
        border-radius: 3px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, .23);
        background-color: #EE4D2D;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        width: 200px
    }

    .gh-dod {
        padding: 20px 0
    }

    .gh-gcard {
        width: 18%;
        width: calc(20% - 22px);
        cursor: pointer;
        box-sizing: border-box
    }

    .gh-gcard+.gh-gcard {
        margin-left: 24px
    }

    .gh-gcard:last-child {
        display: inline-block !important
    }

    .gh-cole {
        padding: 20px 0
    }

    .gh-cole ul.ghcole-list>li {
        width: calc(25% - 18px)
    }

    .gh-cole ul.ghcole-list>li+li {
        margin-left: 18px
    }

    .gh-cole ul.ghcole-list>li:nth-child(3) {
        margin-left: 18px
    }

    .g-co>ul {
        height: 192px;
        overflow-y: auto
    }

    .g-co>ul li {
        margin: 12px 0
    }

    .g-co .g-top-col>p {
        font-size: 18px
    }

    .g-co .g-top-col>img {
        width: 100%;
        height: 100%
    }

    .gh-dod ul li {
        width: 23%;
        width: calc(25% - 16px);
        margin-left: 0
    }

    .gh-dod ul li+li {
        margin-left: 18px
    }

    .gh-dod ul li:nth-child(2n+1) {
        margin-left: 12px
    }

    .gh-dod ul li:first-child {
        margin-left: 0
    }

    .g-deal {
        height: 332px
    }

    .g-deal>.gdt,
    .g-deal>h3 {
        font-size: 14px
    }

    .g-deal .gd-amt {
        font-size: 22px
    }

    .g-deal>p {
        font-size: 14px
    }

    .g-deal>a {
        right: 24px;
        bottom: 24px
    }
}

@media screen and (min-width:80em) {
    .main-carousel .carousel-cell img {
        height: 310px;
        width: 856px
    }

    .gh-ec>a.imw {
        width: 65px
    }

    .gh-ec>a {
        font-size: 14px
    }

    .g-co>ul {
        height: 244px
    }
}

#gPopularOffer .embla__slide{
    vertical-align: top
}

.gh-cat {
    padding: 20px 0;
    border-top: 1px solid #e7e7e7
}

.gh-cat .g-h-dropdown {
    column-count: 5
}

@media screen and (max-width:35.5em) {
    .gh-cat .g-h-dropdown {
        column-count: 2
    }
}

.gh-cat .g-h-dropdown>li a {
    display: block;
    color: #000;
    margin-bottom: 12px;
    text-align: left;
    text-transform: capitalize
}

.gh-cat .g-h-dropdown>li a:hover {
    cursor: pointer;
    text-decoration: underline
}

.g-h-menu {
    border: thin solid #e0e0e0;
    padding: 0 15px
}

.g-h-menu>.g-h-title {
    text-align: center;
    margin: 15px auto;
    position: relative;
    transition: all .7s;
    cursor: pointer
}

.g-h-menu>.g-h-title h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 15px 0
}

.g-h-menu>.g-h-title svg {
    transform: rotate(180deg)
}

.g-h-menu .g-h-dropdown {
    display: none;
    column-count: 5;
    padding: 0 20px;
    column-count: 5;
    width: 70%;
    margin: 0 auto 15px
}

@media screen and (max-width:35.5em) {
    .g-h-menu .g-h-dropdown {
        width: 90%;
        column-count: 2
    }
}

.g-h-menu .g-h-dropdown>li a {
    display: block;
    color: #000;
    margin-bottom: 12px;
    text-align: left;
    text-transform: capitalize
}

.g-h-menu .g-h-dropdown>li a:hover {
    cursor: pointer;
    text-decoration: underline
}

.g-h-menu.active>.g-h-title svg {
    transform: rotate(360deg)
}

.g-h-menu.active .g-h-dropdown {
    display: block
}

.main-carousel .home_prev {
    visibility: hidden;
    left: -40px
}

.main-carousel .home_next {
    visibility: hidden;
    right: -40px
}

.main-carousel:hover .home_prev {
    left: 10px;
    visibility: visible
}

.main-carousel:hover .home_next {
    right: 10px;
    visibility: visible
}

.main-carousel .embla__dot.is-selected {
    width: 20px
}

.main-carousel .embla__dot.is-selected:after {
    border-radius: 10px
}

.g-pop-store .embla .carousel-cell {
    padding-bottom: 20px;
    cursor: auto !important
}

.g-pop-store .embla .embla__prev {
    left: 0
}

.g-pop-store .embla .embla__next {
    right: 0
}

.g-pop-store .embla .embla__dots {
    bottom: 0
}

.g-pop-store .embla .embla__dots .embla__dot:after {
    background-color: #cacaca
}

.g-pop-store .embla .embla__dots .embla__dot.is-selected:after {
    background-color: #EE4D2D
}

@media only screen and (min-width:768px) {
    #gPopularOffer.embla .embla__container {
        will-change: transform;
        margin-left: -20px
    }

    #gPopularOffer.embla .carousel-cell{
        flex: 0 0 33.33%;
        width: 33.33%;
        padding-left: 20px
    }

    #gPopularOffer.embla .carousel-cell .embla__slide{
        width: 100%;
        margin-right: 0
    }

    #gPopularOffer.embla .embla__prev {
        left: 0
    }

    #gPopularOffer.embla .embla__next {
        right: 0
    }
}

@media(min-width:1024px) {
    #gPopularOffer.embla .embla__next {
        right: 0
    }
}

@media only screen and (max-width:767px) {
    #gPopularOffer.embla .embla__container {
        display: inline-block
    }

    #gPopularOffer.embla .carousel-cell{
        width: 50%;
        display: inline-block
    }

    #gPopularOffer.embla .carousel-cell .embla__slide  {
        width: auto
    }

    #gPopularOffer.embla .carousel-cell .embla__slide  img {
        width: 100%;
        height: auto
    }

    #gPopularOffer.embla .embla__btn {
        display: none
    }
}