@import url('https://fonts.googleapis.com/css2?family=Google Sans Flex:wght@200;300;400;500;600;700&display=swap');
html {
    max-width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    /* -webkit-touch-callout: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     -o-user-select: none;
     user-select: none; */
}

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

dfn {
    font-style: italic;
}

mark {
    color: #4d5156;
    background: #ff0;
}

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    max-width: 100%;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

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 {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-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-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

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

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #009EF6;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

[role="button"] {
    cursor: pointer;
}

.clear_both {
    width: 100%;
    clear: both;
}

.breadcrumb {
    margin-top: 5px;
    width: 100%;
    height: 22px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.breadcrumb ul::before {
    content: '...';
    z-index: 2;
    display: block;
    background: #FFFFFF;
    width: 16px;
    height: 20px;
    color: #21619D;
    font-family: 'Quicksand';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    right: -0px;
    top: 2px;
    bottom: 0;
    margin: 0 auto;
}

.breadcrumb ul {
    padding: 0;
    margin: 0;
    padding-right: 15px;
    width: max-content;
    position: relative;
    list-style-type: none;
    clear: both;
}

.breadcrumb ul li {
    width: max-content;
    height: 20px;
    float: left;
    position: relative;
}

.breadcrumb ul li+li {
    margin-left: 10px;
    padding-left: 15px;
}

.breadcrumb ul li+li::before {
    content: '';
    width: 5px;
    height: 7.5px;
    position: absolute;
    display: block;
    top: 2px;
    bottom: 0;
    left: 0;
    margin: auto 0;
    background: url(../images/breadcrumb.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.breadcrumb ul li a {
    color: #868686;
    font-family: 'Google Sans Flex', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 20px 0 10px;
    font-family: 'Google Sans Flex', sans-serif;
    font-weight: 600;
    color: #0057D9;
}

h1 {
    font-size: 34px;
    line-height: 44px;
}

h2 {
    font-size: 28px;
    line-height: 38px;
}

h3 {
    font-size: 22px;
    line-height: 32px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}

p {
    font-family: 'Google Sans Flex', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 10px;
}

ul,
ol {
    padding-left: 25px;
    margin-top: 0;
    margin-bottom: 0px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

blockquote {
    padding: 10px 20px;
    margin: 15px 0;
    font-size: 16px;
    background: #f9f9f9;
    border-left: 5px solid #2196F3;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #2B4325;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #2B4325;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none !important;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    max-width: 420px;
    width: 100%;
    background: #FFFFFF;
    font-family: 'Google Sans Flex', sans-serif;
    font-weight: 400;
    color: #111111;
    margin: 0 auto;
    padding: 0;
}

body.no_scroll {
    overflow: hidden;
}

strong {
    font-family: 'Google Sans Flex', sans-serif;
    font-weight: 600;
}

 :focus {
    outline: 0 !important;
    text-decoration: blink !important;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    font-family: 'Google Sans Flex', sans-serif;
    color: #0057D9;
}

 :focus {
    outline: 0 !important;
    text-decoration: blink !important;
}

.container {
    position: relative;
    width: calc(100% - 30px);
    padding: 0;
    margin: 0 auto;
}

.remove_margin {
    margin: 0 -10px;
    position: relative;
}

.title {
    width: 100%;
    clear: both;
    position: relative;
}

.title h2 {
    font-family: 'Google Sans Flex', sans-serif;
    color: #111111;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}

header {
    width: 100%;
    height: 68px;
    max-width: 420px;
    position: fixed;
    z-index: 999;
    clear: both;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: 1px solid #DEDEDE;
    background: #FFFFFF;
}

.menu {
    width: 100%;
    position: relative;
    clear: both;
}

.menu nav {
    width: 100%;
    position: relative;
}

.menu nav ul {
    width: max-content;
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
    margin: 0 auto;
}

.menu nav ul li {
    width: max-content;
    padding: 10px 10px;
    margin: 0;
    float: left;
}

.menu nav ul li a {
    text-align: center;
    font-family: 'Google Sans Flex', sans-serif;
    color: #949494;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}

.menu nav ul li a i {
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 24px;
    filter: grayscale(1);
}

.menu nav ul li.active a {
    color: #FF4433;
}

.menu nav ul li.active a i {
    filter: grayscale(0);
}

.menu nav ul li a i.home {
    background: url(../images/menu/home.svg) no-repeat;
    background-position: center;
    background-size: contain;
}

.menu nav ul li a i.user {
    background: url(../images/menu/user.svg) no-repeat;
    background-position: center;
    background-size: contain;
}

.menu nav ul li a i.find {
    background: url(../images/menu/search.svg) no-repeat;
    background-position: center;
    background-size: contain;
}

.menu nav ul li a i.wishlist {
    background: url(../images/menu/wish.svg) no-repeat;
    background-position: center;
    background-size: contain;
}

.menu nav ul li a i.cart {
    background: url(../images/menu/cart.svg) no-repeat;
    background-position: center;
    background-size: contain;
}

.logo {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 20px 0;
    clear: both;
}

.logo img {
    width: max-content;
    margin: 0 auto;
    position: relative;
    height: 30px;
}

.form_search {
    width: 100%;
    position: relative;
    clear: both;
    padding-bottom: 20px;
}

.form_search form {
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both;
    position: relative;
}

.form_search form input {
    width: 100%;
    height: 40px;
    position: relative;
    border: 1px solid #EFEFEF;
    background: #F9F9F9;
    border-radius: 6px;
    padding: 0 15px 0 35px;
    font-family: 'Google Sans Flex', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111111;
}

.form_search form input::placeholder {
    color: #777777;
    font-family: 'Google Sans Flex', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.form_search form button {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    border: 0;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
    background: 18px 18px url(../images/search.svg) no-repeat;
    background-position: center;
}

.slider_banner {
    width: 100%;
    position: relative;
    clear: both;
}

.banner {
    width: 100%;
    position: relative;
    clear: both;
}

.banner img {
    position: relative;
    width: 100%;
}

.fitler_group {
    width: 100%;
    clear: both;
    position: relative;
    padding: 20px 0;
}

.list_group {
    width: 100%;
    position: relative;
    display: block;
    width: 100%;
    overflow-y: scroll;
}

.list_group::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
    height: 5px;
    border: 0;
}

.list_group::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 5px;
    border: 0;
}

.list_group::-webkit-scrollbar {
    border-radius: 10px;
    width: 100%;
    height: 5px;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
}

.list_group ul {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    display: block;
    width: max-content;
}

.group.button_menu_group {
    padding: 5px 25px;
}

.group {
    width: max-content;
    position: relative;
    float: left;
    display: block;
    background: #E9E9E9;
    border-radius: 6px;
    padding: 5px 10px 5px 5px;
}

.group+.group {
    margin-left: 10px;
}

.group a {
    display: block;
}

.group a img {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    overflow: hidden;
}

.group a span {
    font-family: 'Google Sans Flex', sans-serif;
    font-weight: 400;
    color: #111111;
    font-size: 14px;
    line-height: 30px;
}

.group:hover {
    background: #FF4433;
}

.group:hover a span {
    color: #FFFFFF;
}

.list_product {
    width: 100%;
    clear: both;
    position: relative;
    padding: 20px 0;
}

.product {
    width: 50%;
    float: left;
    position: relative;
    padding: 10px;
}

.product a {
    position: relative;
    display: block;
    margin: 0;
    text-align: center;
    padding: 25px 15px;
    border-radius: 6px;
    border: 1px solid #EFEFEF;
    background: #F9F9F9;
}

.product a .img_product {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product a .img_product img {
    width: 100%;
}

.product a .name_product {
    width: 100%;
    padding-top: 10px;
    position: relative;
}

.product a .name_product strong {
    font-family: 'Google Sans Flex', sans-serif;
    font-weight: 400;
    color: #111111;
    font-size: 12px;
    line-height: 24px;
    display: block;
}

.product a .name_product span {
    font-family: 'Google Sans Flex', sans-serif;
    font-weight: 600;
    color: #FF4433;
    font-size: 12px;
    line-height: 24px;
    display: block;
}

.product .like_button {
    position: absolute;
    right: 20px;
    top: 25px;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: #D1D1D1;
    border-radius: 30px;
    padding: 4px 6px;
    transition: all 0.5s;
}

.product .like_button.active {
    background: #FF4433;
}

.like_button:hover {
    transform: scale(1.1);
}

.like_button .heart {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.like_button .heart svg {
    opacity: 0.8;
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    fill: transparent;
    stroke: #FFFFFF;
    stroke-width: 1.5px;
    transition: fill 250ms;
    transition: all 0.5s;
}

.like_button:hover .heart svg {
    stroke: #FFFFFF;
}

.like_button .heart .heartRing {
    display: none;
}

.like_button.active .heart svg {
    opacity: 1;
    fill: #FFFFFF;
    stroke: none;
}

.like_button.active .heart .heartRing {
    display: inline-block;
    position: absolute;
    left: -3px;
    top: -3px;
    border-radius: 100%;
    opacity: 0;
    width: 24px;
    height: 24px;
    border: solid 3px #FFFFFF;
}

.like_button.active .heart .heartSparkle {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #FFFFFF;
}

.like_button.active .heart svg {
    animation: pop-bounce 500ms;
}

.like_button.active .heart .heartRing {
    animation: explode 300ms;
}

.like_button.active .heart .heartSparkle {
    animation: shoot 500ms;
    animation-delay: 100ms;
}

.like_button .pos1,
.like_button .pos2,
.like_button .pos3,
.like_button .pos4 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
}

.like_button .pos1 {
    transform: rotate(0deg);
}

.like_button .pos2 {
    transform: rotate(144deg);
}

.like_button .pos3 {
    transform: rotate(216deg);
}

.like_button .pos4 {
    transform: rotate(288deg);
}


/* animations */

@keyframes pop-bounce {
    0% {
        transform: scale(0.1);
    }
    40% {
        transform: scale(1.3);
    }
    70% {
        transform: scale(0.9);
    }
    90% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes explode {
    0% {
        transform: scale(0.1);
        opacity: 0.1;
    }
    20% {
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes shoot {
    0% {
        transform: translateX(5px) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        transform: translateX(20px) scale(0);
        opacity: 0;
    }
}

.list_shop {
    width: 100%;
    clear: both;
    display: inline-block;
    padding-top: 30px;
}

.shop {
    width: 100%;
    position: relative;
    display: inline-block;
    clear: both;
    padding: 15px 0;
}

.shop+.shop {
    border-top: 1px solid #EFEFEF;
}

.shop a {
    width: 100%;
    height: 100px;
    display: inline-block;
    position: relative;
    clear: both;
    padding-left: 115px;
}

.shop a .avatar_shop {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
}

.shop a .avatar_shop img {
    border-radius: 100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    object-position: center;
}

.shop a .avatar_shop .verify {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 5px;
    background: url(../images/verify.svg) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.shop a .name_shop {
    width: calc(100%);
    position: relative;
}

.shop a .name_shop strong {
    font-family: 'Google Sans Flex', sans-serif;
    font-weight: 600;
    color: #111111;
    font-size: 14px;
    line-height: 24px;
    display: block;
}

.shop a .rating_shop {
    display: inline-block;
    clear: both;
    width: 100%;
    position: relative;
    padding-top: 5px;
}

.shop a .rating_shop i.rating {
    width: 80px;
    height: 14px;
    display: block;
    position: relative;
    background: url(../images/rating/rating.svg) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
    float: left;
}

.shop a .rating_shop span {
    margin-left: 10px;
    display: block;
    float: left;
    font-family: 'Google Sans Flex', sans-serif;
    font-weight: 400;
    color: #0472CB;
    font-size: 12px;
    line-height: 16px;
}

.shop a .info_shop {
    width: 100%;
    position: relative;
}

.shop a .info_shop strong {
    font-family: 'Google Sans Flex', sans-serif;
    font-weight: 400;
    color: #777777;
    font-size: 10px;
    line-height: 10px;
}

.shop a .info_shop strong+strong {
    margin-left: 10px;
}

.shop a .info_shop strong span {
    color: #FF4433;
}

footer {
    width: 100%;
    background: #111111;
    padding: 40px 0;
    clear: both;
    display: block;
}

.button_footer {
    width: 100%;
    position: relative;
    display: inline-block;
    clear: both;
}

.check_scammer {
    width: calc(50% - 7px);
    float: left;
}

.check_scammer a {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 36px;
    display: block;
    background: #FF4433;
    border: 1px solid #FF4433;
    border-radius: 6px;
    font-family: 'Google Sans Flex', sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 34px;
}

.faq {
    width: calc(50% - 7px);
    float: right;
}

.faq a {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 36px;
    display: block;
    border-radius: 6px;
    border: 1px solid #FFFFFF;
    font-family: 'Google Sans Flex', sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 34px;
}

.list_policy {
    width: 100%;
    display: block;
    clear: both;
    position: relative;
}

.list_policy ul {
    width: 100%;
    padding: 20px 0;
    margin: 0;
    position: relative;
    list-style-type: none;
}

.list_policy ul li {
    width: 100%;
    padding: 5px 0px;
    margin: 0;
    position: relative;
}

.list_policy ul li a {
    font-family: 'Google Sans Flex', sans-serif;
    font-weight: 400;
    color: #D4D4D4;
    font-size: 14px;
    line-height: 24px;
}

.shippingunit {
    width: 100%;
    clear: both;
    position: relative;
}

.shippingunit p {
    font-family: 'Google Sans Flex', sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
}

.shippingunit img {
    width: auto;
    height: 35px;
}

@media all and (max-width: 1520px) {}