*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    /*    overflow-x: hidden;*/
    /*overflow-y: auto;*/
}

header,
nav,
section {
    display: block
}

@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    /*src: url(https://www.milem.vn/fileserver/theme/default/css/fonts/OpenSans-Regular.woff2?v=1.6);*/
    /*src: url(https://www.milem.vn/fileserver/theme/default/css/fonts/OpenSans-Regular.eot?#iefix&v=1.4) format("embedded-opentype"), url(https://www.milem.vn/fileserver/theme/default/css/fonts/OpenSans-Regular.woff2?v=1.6) format("woff2"), url(https://www.milem.vn/fileserver/theme/default/css/fonts/OpenSans-Regular.woff?v=1.6) format("woff"), url(https://www.milem.vn/fileserver/theme/default/css/fonts/OpenSans-Regular.ttf?v=1.6) format("truetype"), url(https://www.milem.vn/fileserver/theme/default/css/fonts/OpenSans-Regular.svg#OpenSans-Regular?v=1.6) format("svg");*/
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Trirong;
    font-display: swap;
    /*src: url(https://www.milem.vn/fileserver/theme/default/css/fonts/Trirong-Regular.woff2?v=1.6);*/
    /*src: url(https://www.milem.vn/fileserver/theme/default/css/fonts/Trirong-Regular.eot?#iefix&v=1.4) format("embedded-opentype"), url(https://www.milem.vn/fileserver/theme/default/css/fonts/Trirong-Regular.woff2?v=1.6) format("woff2"), url(https://www.milem.vn/fileserver/theme/default/css/fonts/Trirong-Regular.woff?v=1.6) format("woff"), url(https://www.milem.vn/fileserver/theme/default/css/fonts/Trirong-Regular.ttf?v=1.6) format("truetype"), url(https://www.milem.vn/fileserver/theme/default/css/fonts/Trirong-Regular.svg#Trirong-Regular?v=1.6) format("svg");*/
    font-weight: 400;
    font-style: normal
}

h1 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

strong {
    font-weight: bolder
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[type=submit],
button {
    -webkit-appearance: button
}

[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none !important
}

h1 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    /*margin-left: -15px*/
}

.col-12,
.col-md-12,
.col-md-3,
.col-md-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width:768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem+2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-group {
    margin-bottom: 1rem
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem
}

.btn-block {
    display: block;
    width: 100%
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-block {
    display: block !important
}

.d-none {
    display: none !important
}

.d-inline-block {
    display: inline-block !important
}

@media(min-width:768px) {
    .d-md-block {
        display: block !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.position-relative {
    position: relative !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.brave-modal {
    display: none;
    position: fixed;
    z-index: 80100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s
}

.brave-modal-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    text-align: center;
    top: 0;
    white-space: normal;
    width: 100%;
    z-index: 1
}

.brave-modal-content:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0
}

.brave-modal-wrapper {
    display: inline-block;
    max-width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    text-align: left;
    vertical-align: middle;
    background: #fff
}

.brave-modal-close {
    background: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    height: 38px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: -14px;
    top: -38px;
    width: 38px;
    z-index: 10
}

.brave-modal-close svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5
}

@-webkit-keyframes animatetop {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.dialog-message {
    max-height: 80vh;
    overflow-y: auto
}

.brave-modal .message {
    width: 100%;
    font-size: 1rem
}

.dialog-confirm-wrapper {
    min-height: 100px;
    padding: 15px
}

.dialog-confirm-wrapper .message {
    margin-bottom: 20px
}

@media only screen and (max-width:1024px) {
    .dialog-message {
        max-width: 80vw !important;
        max-height: 80vh !important;
        overflow-y: scroll
    }
}

@media only screen and (max-width:768px) {
    .dialog-message {
        width: 70vw !important
    }
}

@media only screen and (max-width:480px) {
    .dialog-message {
        width: 100% !important;
        min-width: 320px
    }
    .brave-modal .message {
        font-size: .875rem
    }
}

@media only screen and (max-width:320px) {
    .dialog-message {
        width: 100% !important;
        min-width: 290px
    }
}

:root {
    --main-color: #9d691b
}

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block
}

.elife-content {
    width: 100%;
    min-height: 500px
}

.seo_content {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden
}

button,
input {
    border-radius: 0;
    line-height: inherit;
    margin: 0
}

.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0
}

@media only screen and (min-width:1280px) {
    .form-control {
        font-size: .875rem
    }
}

[class*=control-width-] {
    width: 100%
}

.control-width-small {
    max-width: 130px
}

.elife-btn-default {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #000;
    color: #fff !important
}

.elife-btn-yellow {
    background: var(--main-color) none repeat scroll 0 0;
    color: #fff !important
}

.elife-btn-grey {
    background: #ddd none repeat scroll 0 0;
    color: #000 !important
}

.error-panel {
    padding: 8px 15px;
    color: #a94442;
    border: 1px solid #fee8df;
    background: #fff4ef;
    max-width: 100%;
    margin-bottom: 1em;
    position: relative;
    display: none
}

.help-block {
    color: #999;
    margin-bottom: 0;
    font-size: .8125rem;
    line-height: 2em
}

.help-block.with-errors {
    color: #a94442
}

.highlight {
    color: var(--main-color)
}

.form-group.end {
    margin-bottom: 0
}

@media only screen and (min-width:1280px) {
    .btn {
        font-size: .875rem
    }
}

a {
    color: #000
}

.breadcrumb {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#elife-menu ul {
    margin: 0;
    padding: 0;
    list-style: none outside;
    position: relative;
    z-index: 100;
    border: 0
}

#elife-menu a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: .875rem;
    line-height: 30px;
    white-space: nowrap
}

#elife-menu a.active {
    color: var(--main-color);
    position: relative
}

#elife-menu li {
    float: left;
    position: relative;
    width: auto;
    height: 30px
}

#elife-menu li.parent a:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3C%3Fxmlversion='1.0'encoding='utf-8'%3F%3E%3Csvgwidth='14'height='14'viewBox='0017921792'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathd='M1395736q013-1023l-466466q-1010-2310t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-1023-10t2310l393393393-393q10-1023-10t2310l5050q10101023z'/%3E%3C/svg%3E") no-repeat center center;
    right: -17px;
    bottom: 8px
}

#elife-menu ul li {
    float: left;
    position: relative;
    width: calc(100% / 6)
}

#elife-menu ul li:last-child {
    margin-right: 0
}

.elife-sitemap-title {
    margin-bottom: 30px
}

.elife-sitemap-title h1 {
    font-family: Trirong, Arial, Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.42em;
    letter-spacing: -.5px;
    margin-bottom: 0
}

.elife-breadcrumb {
    font-size: .8125rem;
    background: #fff;
    width: 100%
}

.breadcrumb {
    flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    padding: 10px 10px 10px 0
}

.scroll_breadcrumb {
    min-width: 100%;
    white-space: nowrap
}

.breadcrumb-item {
    display: inline-block
}

.breadcrumb-item:last-child {
    padding-right: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media only screen and (max-width:1024px) {
    #elife-body .elife-sidebar-left {
        display: none
    }
    #elife-body .elife-content {
        width: 100%;
        margin-left: 0
    }
}

@media only screen and (max-width:576px) {
    .elife-content {
        min-height: 100vh
    }
    .elife-sitemap-title h1 {
        font-size: 1.4rem;
        line-height: 1.42em
    }
    .container {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto
    }
    .row {
        /*margin-left: -5px;*/
        /*margin-right: -5px*/
    }
    [class*=col-] {
        padding-left: 5px;
        padding-right: 5px
    }
}

.font13 {
    font-size: .8125rem
}

.elife-splash {
    margin-bottom: 20px
}

#homebanner-addon {
    height: 480px
}

#layout_home .elife-content {
    display: none
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
}

.d-flex {
    display: flex !important
}

.align-items-center {
    align-items: center !important
}

.justify-content-center {
    justify-content: center !important
}

.rounded-circle {
    border-radius: 50% !important
}

.page-link svg {
    margin-top: -3px;
}

#elife-menu {
    position: relative;
    padding-bottom: 10px
}

.submenu-product {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0 2px 6px, rgba(0, 0, 0, 0.15) 0 3px 6px;
    margin-top: 10px;
    display: none;
    position: absolute;
    top: 30px;
    left: -195px;
    z-index: 10;
    width: 1140px
}

.submenu-product a:hover {
    color: var(--main-color) !important
}

.submenu-product.active {
    display: block
}

.submenu-product-wrapper {
    padding: 20px
}

.main-category-product {
    width: calc(100%/6);
    position: relative
}

.category-product-content {
    width: calc(500%/6);
    position: relative;
    min-height: 304px
}

.category-product-content:after {
    position: absolute;
    top: 0;
    left: -30px;
    content: '';
    border: 1px solid #efefef;
    width: 1px;
    height: 100%
}

.category-product-content-item {
    display: none
}

.category-product-content-item.active {
    display: block
}

.main-category-item {
    display: block;
    margin-bottom: 15px
}

.main-category-item>a.active {
    color: var(--main-color) !important
}

.main-category-item-link {
    display: inline-block !important
}

.category-product-col {
    width: 20%;
    padding: 0 15px
}

.category-product-col-head {
    text-transform: uppercase;
    padding-bottom: 15px
}

.category-product-col-head a {
    color: #222 !important
}

.category-product-subcategory {
    font-size: .875rem
}

.category-product-subcategory-item {
    margin-bottom: 7px
}

.submenu-product-banner {
    margin-top: 20px
}

.submenu-brand {
    width: 1140px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0 2px 6px, rgba(0, 0, 0, 0.15) 0 3px 6px;
    margin-top: 10px;
    display: none;
    position: absolute;
    top: 30px;
    left: -195px;
    z-index: 10
}

.submenu-brand-wrapper {
    padding: 20px
}

.submenu-brand.active {
    display: block
}

.submenu-brand-col1 {
    width: 650px
}

.submenu-brand-col2 {
    width: 448px
}

.top-brand-row1 {
    margin-bottom: 15px
}

.top-brand-col1 {
    margin-right: 15px
}

.menu-brand-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3
}

.menu-brand-item {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 7px
}

#elife-header {
    width: 100%;
    z-index: 100;
    display: block
}

#elife-header .breadcrumb {
    padding-left: 0;
    padding-right: 0
}

.header-link-bar {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    height: 34px;
    transition: height 0.25s linear 0s, zIndex 0s linear 0.25s;
    z-index: 3
}

.header-top-nav {
    font-size: 0.75rem;
    line-height: 34px;
    height: 34px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: right;
    list-style: none
}

.header-top-nav-item {
    margin: 0;
    padding: 0 17px;
    display: inline-block
}

.header-top-nav-item.order-status {
    position: relative
}

.header-top-nav-item:last-child {
    padding-right: 0
}

.top-nav-item-anchor {
    color: #777 !important;
    padding: 0;
    transition: color 0.1s ease 0s;
    display: inline-block;
    cursor: pointer
}

.top-nav-item-anchor.lang:last-child {
    line-height: 1.2em;
    border-left: 1px solid #777;
    padding-left: 5px
}

.top-nav-item-anchor.lang:first-child {
    padding-right: 5px
}

.top-nav-item-anchor img {
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 6px
}

.order-tracking {
    font-size: 0.8125rem;
    line-height: 1.42em
}

.check-order-status {
    background: #fff;
    max-height: 0;
    position: absolute;
    width: 280px;
    top: 30px;
    left: -50px;
    z-index: 110;
    text-align: left;
    text-transform: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out
}

.check-order-status form {
    padding: 20px 15px;
    border: 1px solid var(--main-color)
}

.check-order-status .form-title {
    margin-bottom: 15px;
    color: #252525;
    font-size: 1rem;
    line-height: 1.125rem
}

.check-order-status .form-row {
    margin-bottom: 10px
}

.check-order-status .form-row.end {
    margin-bottom: 0
}

.check-order-status .form-label {
    display: block;
    color: #252525
}

.check-order-status .form-input {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    height: 36px;
    border: none;
    border-radius: 3px;
    background: #f0f0f0;
    box-shadow: inset 0 3px 0 0 #dfdfdf;
    color: #000
}

.check-order-status .form-help-text {
    margin: 10px 0;
    color: #646464
}

.check-order-status .form-help-text a {
    color: #199cb7;
    text-decoration: none
}

.header-social-icon {
    font-size: 1.1rem
}

.header-social-icon a {
    color: #777
}

.header-social-icon .list-inline-item {
    margin-right: 30px !important
}

.header-social-icon .list-inline-item:last-child {
    margin-right: 0
}

.header-content {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    padding: 15px 0 10px;
    font-size: 0.875rem;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #f2f2f2
}

.header-logo {
    padding-right: 60px;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, width 0s ease, padding-right 0s ease, opacity 0.5s ease
}

.header-logo-sticky {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    padding-right: 60px
}

.header-content-body {
    width: 915px
}

.header-content-search-account-cart {
    margin-top: 10px
}

.header-search {
    background: #f7f9fa;
    border: 1px solid #f0f2f5;
    width: 410px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    overflow: hidden
}

.search-form {
    position: relative;
    width: 100%;
    height: 36px;
    border-radius: 50%
}

.search-form form {
    height: 100%
}

.search-form-input {
    width: 100%;
    height: 100%;
    padding-right: 45px
}

.advancesearch-key {
    background: transparent;
    height: 100%;
    font-size: 0.875rem;
    border: none;
    width: 100%;
    padding: 5px 15px
}

.advancesearch-key:focus {
    background: #fafafa;
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search-form-submit {
    height: 36px;
    width: 45px;
    position: absolute;
    right: 0;
    top: 0
}

.advancesearch-button {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 54.875 54.9'%3E%3Cg transform='translate(-20.6 -20.5)'%3E%3Cpath d='M74.8,71.5,59.6,56.1a22.065,22.065,0,1,0-3.3,3.3L71.5,74.7a2.342,2.342,0,0,0,1.7.7,2.271,2.271,0,0,0,1.6-.6A2.351,2.351,0,0,0,74.8,71.5ZM42.4,59.6a17.424,17.424,0,0,1-12.2-5,16.838,16.838,0,0,1-5-12.2,17.424,17.424,0,0,1,5-12.2,17,17,0,0,1,12.2-5,17.424,17.424,0,0,1,12.2,5,16.838,16.838,0,0,1,5,12.2,17.424,17.424,0,0,1-5,12.2A17.249,17.249,0,0,1,42.4,59.6Z' fill='%23cecfd1'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
    background-size: 19px 19px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border: none;
    cursor: pointer
}

.advancesearch-button:focus {
    border: none;
    outline: none
}

.header-navigation {
    height: 30px;
    transition: margin-top 0s linear 0s;
    opacity: 1;
    z-index: 4;
    margin-top: 20px
}

.header-bottom-bar {
    background-color: #fff;
    position: relative;
    height: 43px;
    z-index: 3;
    transition: height 0s linear 0s;
    border-bottom: 1px solid #f2f2f2
}

.header-sticky #elife-header {
    position: sticky;
    top: 0
}

.header-sticky .header-logo {
    visibility: hidden;
    opacity: 0;
    padding-right: 0;
    width: 0
}

.header-sticky .header-logo-sticky {
    visibility: visible;
    opacity: 1
}

.header-sticky .header-navigation {
    margin-top: 0
}

.header-sticky .header-content {
    box-shadow: 1px 1px 5px 1px #eee
}

.header-sticky .header-content-search-account-cart {
    display: none
}

.header-account {
    padding-top: 9px;
    min-width: 160px;
    text-align: center
}

.header-wishlist {
    padding-top: 5px;
    margin-left: 30px
}

.header-sticky .header-cart-scroll {
    display: block
}

.header-cart {
    margin-left: 30px
}

.header-cart-scroll {
    position: absolute;
    right: 0;
    top: 0;
    display: none
}

.cart-info-wrapper {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative
}

.button-cart {
    display: block;
    color: #333;
    font-size: 1.5em;
    line-height: 28px;
    text-align: center;
    position: relative
}

.button-cart-total-item {
    position: absolute;
    right: -5px;
    top: -5px;
    background: #cecfd1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #333;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    text-align: center
}

.header-facebook-messenger {
    margin: 10px 20px
}

.icon-zalo {
    position: relative;
    margin-top: -1px
}

svg+span {
    vertical-align: middle
}

#homebanner-addon .swiper-pagination-bullet {
    background: #fff;
    opacity: .6
}

#homebanner-addon .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1
}


.product-header-title h1 {
    font-size: 1.25rem;
    margin-bottom: 0
}

.product-content {
    border-top: 1px solid #f2f2f2
}

.product-content-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.product-content-col.col1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.product-content-col.col2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%
}


.product-list-count-item {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 600px;
    line-height: 35px;
    overflow: hidden;
    font-size: 14px
}

.product-sort-fitler {
    width: 180px
}

.product-sort-fitler .btn-group {
    width: 100%
}

.product-sort-fitler .btn .caret {
    position: absolute;
    right: 8px;
    top: 0
}

.product-sort-fitler .dropdown-toggle {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #9b9b9b
}

.addon-title-section {
    position: relative
}

.addon-title {
    font-family: "Trirong", arial, helvetica, clean, sans-serif;
    font-weight: 300;
    font-size: 1.875rem;
    text-align: center;
    position: relative;
    margin-bottom: 15px
}

.addon-title span {
    letter-spacing: -0.5px
}

.addon-see-more {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #737577 !important;
    position: absolute;
    right: 0;
    bottom: 10px;
    padding-right: 15px
}

.addon-see-more:after {
    content: '';
    width: 13px;
    height: 13px;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='30' height='30' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1171 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z'/%3E%3C/svg%3E") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 1
}

.addon-title-section-col-nav {
    position: absolute;
    right: -6px;
    top: -6px
}

.addon-product-nav {
    font-size: 30px;
    vertical-align: middle;
    line-height: 1em;
    padding: 0 10px;
    display: inline-block;
    color: #757575;
    cursor: pointer
}

.addon-product-nav.nav-left {
    padding-right: 5px
}

.addon-product-nav.nav-right {
    padding-left: 5px
}

.elife-splash .swiper-button-prev,
.elife-splash .swiper-button-next {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.elife-splash .swiper-button-prev.swiper-button-disabled,
.elife-splash .swiper-button-next.swiper-button-disabled {
    opacity: 0
}

.product-list-wrapper {
    padding: 0
}

.elife-splash .swiper-button-prev {
    left: -36px
}

.elife-splash .swiper-button-next {
    right: -36px
}

.elife-splash:hover .swiper-button-prev,
.elife-splash:hover .swiper-button-next {
    opacity: 1
}

.addon-content {
    position: relative
}

.we-rating-product {
    width: 65px;
    height: 24px;
    display: inline-block;
    vertical-align: middle
}

.addon-product .product-item {
    width: 255px;
    margin-right: 30px
}

.product-item-wrapper {
    position: relative;
    background: #fff;
    width: 100%
}

.product-image {
    position: relative;
    padding: 20px 20px 0
}

.product-name {
    padding: 10px 20px 0
}

.product-name .name {
    color: #000;
    text-align: center;
    cursor: pointer;
    display: block;
    font-size: .8125rem;
    height: 38px;
    line-height: 1.4em;
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.product-name .rating {
    margin-bottom: 5px
}

.product-name .sale-price {
    color: #333;
    font-size: .875rem;
    position: relative
}

.saleoff {
    color: #000;
    font-weight: 400;
    font-size: .875rem
}

.priceroot {
    color: #000;
    font-weight: 300;
    text-decoration: line-through;
    display: inline-block;
    font-size: .75rem;
    line-height: 1em
}

.percent-sale {
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    font-size: .75rem
}

.buynow-wrapper {
    padding: 10px 8px 10px;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.product-item:hover .buynow-wrapper {
    display: block
}

.btn-buynow {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: .8125rem
}

.rating .br-theme-fontawesome-stars .br-widget a {
    font-size: .875rem
}

.functional-buttons {
    position: absolute;
    top: 0;
    right: 12px;
    z-index: 5
}

.quickcolor {
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #eee
}

.quickcolor a {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

.quickcolor-more {
    background: #eee;
    width: 100%;
    height: 100%;
    font-size: .75rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

.quickcolor:hover,
.quickcolor.active {
    border: 1px solid #00f0ff
}

.product-item-wrapper .functional-buttons>.quickcolor {
    -webkit-transform: translateX(24px);
    -moz-transform: translateX(24px);
    -ms-transform: translateX(24px);
    -o-transform: translateX(24px);
    transform: translateX(24px);
    opacity: 0;
    filter: alpha(opacity=0)
}

.product-item-wrapper .functional-buttons>.quickcolor:first-child {
    -webkit-transition: all .2s ease .00s;
    -moz-transition: all .2s ease .00s;
    -ms-transition: all .2s ease .00s;
    -o-transition: all .2s ease .00s;
    transition: all .2s ease .00s
}

.product-item-wrapper .functional-buttons>.quickcolor:nth-child(2) {
    -webkit-transition: all .4s ease .00s;
    -moz-transition: all .4s ease .00s;
    -ms-transition: all .4s ease .00s;
    -o-transition: all .4s ease .00s;
    transition: all .4s ease .00s
}

.product-item-wrapper .functional-buttons>.quickcolor:nth-child(3) {
    -webkit-transition: all .6s ease .00s;
    -moz-transition: all .6s ease .00s;
    -ms-transition: all .6s ease .00s;
    -o-transition: all .6s ease .00s;
    transition: all .6s ease .00s
}

.product-item-wrapper .functional-buttons>.quickcolor:nth-child(4) {
    -webkit-transition: all 1s ease .00s;
    -moz-transition: all 1s ease .00s;
    -ms-transition: all 1s ease .00s;
    -o-transition: all 1s ease .00s;
    transition: all 1s ease .00s
}

.product-item-wrapper:hover .functional-buttons>.quickcolor {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100)
}

#addon-review {
    will-change: transform
}

.review-list-item {
    max-width: 255px;
    margin-right: 30px
}

.review-item,
.review-small-item {
    cursor: pointer
}

.review-item-image,
.review-small-item-image {
    position: relative;
    border: 1px solid #ededed;
    border-bottom: 0
}

.item-video-play-wrapper img {
    width: auto !important
}

.review-item-avatar {
    position: absolute;
    bottom: -27px;
    left: calc(50% - 27px);
    z-index: 10
}

.review-item-avatar-image {
    border: 3px solid #fff;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: #eee;
    font-size: 1.4rem
}

.review-item-avatar-smallimage {
    width: 41px;
    height: 41px;
    overflow: hidden;
    background: #eee
}

.item-video-play-wrapper {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.review-item-content {
    padding: 40px 30px 30px;
    height: 249px;
    overflow: hidden;
    border: 1px solid #ededed;
    border-top: 0
}

.review-item-name {
    font-size: .875rem;
    color: #333;
    margin-bottom: 5px
}

.review-item-date {
    color: #777;
    font-size: .625rem;
    margin-bottom: 15px
}

.review-item-text {
    font-size: .8125rem;
    line-height: 1.67em;
    height: 126px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.review-small-item:first-child {
    margin-bottom: 20px
}

.review-small-item-content {
    padding: 10px 15px;
    border: 1px solid #ededed;
    border-top: 0
}

.review-small-item-avatar {
    width: 41px;
    flex-basis: 41px;
    -webkit-flex-basis: 41px
}

.review-small-item-name {
    font-size: .875rem;
    font-weight: bold
}

.review-small-item-date {
    font-size: .625rem;
    color: #777
}

.review-small-item-info {
    padding-left: 15px;
    width: calc(100% - 41px);
    position: relative
}

.review-small-item-summary {
    font-size: .8125rem;
    line-height: 1.4em;
    width: 100%;
    height: 38px;
    padding-right: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease 0;
    position: absolute;
    top: 0;
    left: 15px
}

.review-small-item-detail {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease 0
}

.review-small-item:hover .review-small-item-detail {
    opacity: 0;
    visibility: hidden
}

.review-small-item:hover .review-small-item-summary {
    opacity: 1;
    visibility: visible
}

.review-item-popup {
    display: none
}

.video-play-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3)
}

.review-item-popup-wrapper {
    width: 830px;
    overflow: auto;
    padding: 40px 15px 40px
}

.review-item-popup-cardname {
    margin-top: 5px
}

.review-item-popup-date {
    color: #777;
    font-size: .75rem;
    margin-bottom: 15px
}

.review-item-popup-summary {
    font-size: .8125rem
}

.review-item-avatar-image-popup {
    width: 80px;
    height: 80px;
    overflow: hidden;
    background: #eee;
    font-size: 1.8rem;
    margin: 0 auto
}

.logomanufacturer-group img {
    border: 1px solid #ededed
}

.logomanufacturer-group .swiper-slide {
    width: 255px;
    margin-right: 30px
}

.addon-news-section {
    padding: 10px 0
}

.add-news-row:first-child {
    margin-bottom: 30px
}

.news-item-content {
    padding: 10px 15px;
    border: 1px solid #ededed;
    border-top: 0
}

.news-item-sitemapname {
    font-size: .625rem;
    color: #9d691b
}

.news-item-title {
    font-size: .8125rem;
    line-height: 1.4em;
    height: 38px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    transition: all .3s ease 0
}

.footer-info {
    font-size: .875rem;
    padding: 40px 0 30px;
    background: #f9f9f9;
    color: #333
}

.footer-copyright {
    font-size: .75rem;
    background: #fff;
    text-align: center;
    height: 54px;
    line-height: 1em;
    padding: 10px 0
}

.footer-logo {
    margin-bottom: 40px
}

.footer-contact {
    margin-bottom: 1rem
}

.footer-address {
    margin-bottom: 10px
}

.footer-title {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px
}

.footer-content li {
    margin-bottom: 6px
}

.footer-content li:last-child {
    margin-bottom: 0
}

.footer-gov {
    margin-top: 15px
}

#popup.fancybox-content {
    background: transparent
}

#popup .fancybox-close-small {
    color: #fff
}

.login-content {
    width: 600px;
    margin: 0 auto;
    min-height: 360px;
    display: flex;
    display: -webkit-flex;
    border: 1px solid #f2f2f2;
    box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px 0, rgba(0, 0, 0, 0.14) 0 0 1px 0, rgba(0, 0, 0, 0.12) 0 2px 1px -1px
}

.login-content-col1 {
    width: 50%;
    background: url('https://www.milem.vn/smartcore/template/default/view/module/login/desktop/default/images/bg-login.png?v=1.3') left top no-repeat;
    background-size: cover;
    font-size: .875rem;
    padding: 15px 30px
}

.login-content-col2 {
    width: 50%;
    background: #f2f2f2;
    padding: 15px
}

.login-gift {
    text-align: center;
    padding: 25px 0
}

.login-social-button {
    height: 32px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 10px
}

.login-social-button.fb {
    background: #3c5a98
}

.login-social-button.glus {
    background: #e12714
}

.login-social-button-icon {
    color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

.login-social-button-icon.fb {
    background: #324e89
}

.login-social-button-icon.glus {
    background: #b22c1d
}

.login-social-button-text {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex: 1;
    font-size: .8125rem;
    color: #fff;
    text-align: center
}

.text-no-account {
    color: #a0a0a0;
    font-size: .75rem
}

a.text-register {
    color: var(--main-color) !important;
    font-weight: bold;
    font-size: .75rem
}

.form-login-wrapper {
    background: #fff;
    width: 100%;
    height: 100%;
    font-size: .8125rem;
    padding: 30px 25px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center
}

.form-login-wrapper form {
    width: 100%
}

.login-form-popup.fancybox-content {
    background: transparent
}

.login-form-popup.fancybox-content .fancybox-close-small {
    color: #fff
}

.register-form-popup.fancybox-content {
    background: transparent
}

.register-form-popup.fancybox-content .fancybox-close-small {
    color: #fff
}

@media only screen and (max-width:1024px) {
    .login-content {
        width: 100%;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }
    .login-content-col1,
    .login-content-col2 {
        width: 100%
    }
}

a {
    color: #000 !important;
}

.show-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .footer-logo {
        text-align: center;
    }
    .hidden-mobile {
        display: none;
    }
    .footer-contact {
        text-align: center;
    }
    .footer-address {
        text-align: center;
    }
    .footer-social {
        text-align: center;
    }
    .footer-gov {
        text-align: center;
    }
    .addon-title {
        font-family: "Trirong", arial, helvetica, clean, sans-serif !important;
        font-weight: 400;
        font-size: 1.1rem;
        text-align: left;
        position: relative;
        padding: 10px 0;
    }
    .show-mobile {
        display: block;
    }
    .banner-home {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .hidden-tablet {
        display: none;
    }
}


/* footer  */

.logo-pancake {
    color: black;
    text-align: center;
    margin-top: 2px;
    font-size: 13px;
}

.logo-pancake span a {
    position: relative;
    top: -2px;
}

.logo-pancake img {
    width: 100px;
    height: 30px;
}

/* swiper */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: .6 !important;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1 !important;
}


/* mobile */

#elife-mobile-navigation {
    background: #fff none repeat scroll 0 0;
    height: 50px;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 200;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.navicon-line:nth-child(1) {
    top: 0;
}

.navicon-line:nth-child(2),
.menu-btn span:nth-child(3) {
    top: 6px;
}

.navicon-line:nth-child(4) {
    top: 12px;
}

.navicon-line {
    display: block;
    position: absolute;
    height: 2px;
    line-height: 2px;
    border-radius: 2px;
    width: 100%;
    left: 0;
    background: #91571f;
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
}

.sb-toggle-left,
.sb-toggle-right {
    position: absolute;
    left: 10px;
    top: 18px;
    z-index: 100;
}

.sb-toggle-left,
.sb-toggle-right {
    cursor: pointer;
    width: 24px;
    height: 15px;
}

.text-center {
    text-align: center !important;
}

.d-inline-block {
    display: inline-block !important;
}

a,
a:hover {
    color: #000;
}

.sb-shopping-cart {
    position: absolute;
    right: 52px;
    top: 13px;
}

.sb-toggle-right {
    left: inherit;
    right: 10px;
    top: 13px;
}

.button-cart-mobile-total-item {
    position: absolute;
    right: -5px;
    top: -5px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.blog_main{
    width: 100%;
    height: 105px;
}

.login-section {
    padding: 30px 0;
}

.highlight {
    color: var(--main-color) !important;
}

.btn{
  cursor: pointer;
}

.profile-menu-item-link.active, .profile-menu-item-link:hover {
    background: #ececec;
}

.profile-menu-item-link {
    padding: 5px 10px 5px 40px;
    position: relative;
    font-weight: 400;
    line-height: 30px;
    display: block;
}

.img-trademark img {
    border: 1px solid #ededed;
}

.addon-title-section{
  margin-top: 30px;
}

.store-name {
    font-family: "Trirong",arial,helvetica,clean,sans-serif;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.42em;
    margin-bottom: 20px;
    margin-top: -11px;
}

.swiper {
      width: 100%;
      height: 100%;
  }
    
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper:hover .swiper-button-next, .swiper:hover .swiper-button-prev{
  display: block !important;
}

.swiper .swiper-button-next, .swiper .swiper-button-prev {
    display: none !important;
}

@media (max-width: 760px) {
    .swiper-button-next {
        display: none !important;
    }
    .swiper-button-prev {
        display: none !important;
    }
}

.owl-banner{
    position: relative;
    display: flex;
}

.owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span{
  background: #fff !important;
  opacity: 0.6;
}

.owl-theme .owl-dots .owl-dot.active span{
  background: #fff !important;
  opacity: 1;
}

.product-template {
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-template .product-quantity {
    border-bottom: 1px solid #d9d9d9;
}

.product-template .product-quantity .field {
    display: inline-block;
    width: 100px;
}

.product-template .product-quantity .product-quantity-input {
    display: inline-block;
}

.product-template .product-quantity .product-quantity-input input {
    width: 60px;
    height: 28px;
    padding-left: 0px;
    text-align: center;
    border: 1px solid #d9d9d9;
}

.product-template .product-quantity .product-quantity-input input+span {
    margin-left: -5px;
}

.product-template .product-quantity .product-quantity-input span {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border: 1px solid #d9d9d9;
    line-height: 30px;
}

.product-template .product-quantity .product-quantity-input span:first-child {
    margin-right: -5px;
}

/*.product-template .product-variants {*/
/*  padding-top: 12px; }*/
.product-template .product-variants .variant-color .variant-color-item.active {
    border: 1px solid #ccc;
}

.product-template .product-variants .variant-size {
    margin-top: 16px;
}

.product-template .product-variants .variant-size .field {
    display: inline-block;
    width: 100px;
}

.product-template .product-variants .variant-size .size {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #d9d9d9;
    cursor: pointer
}

.product-template .product-variants .variant-size .size.active {
    background: #000;
    color: #fff;
    cursor: pointer;
}

.product-template .product-variants .variant-color-item {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.product-template .product-variants .variant-color-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-template .product-description {
    border-bottom: 1px solid #d9d9d9;
}

.product-template .product-description p {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 14px;
}

.product-template .big-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}

.product-template .image-list {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    max-width: 100px;
    width: 15%;
}

.product-template .image-list .image-item {
    max-width: 97%;
    min-width: 60px;
    max-height: 80px;
    /*min-height: 50px;*/
    margin-bottom: 5px;
    cursor: pointer;
}

.product-template .image-list .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-images {
    display: flex;
    position: relative;
}

@media screen and (max-width: 545px) {
    .product-images {
        flex-direction: column;
        position: relative;
    }
    .product-images .image-list {
        order: 2;
        flex-direction: row;
        max-width: 100%;
        width: 100%;
    }
    .product-images .image-list .image-item {
        margin-right: 4px;
        position: relative;
        padding-top: 100%;
    }
    .image-list-big.slick-initialized.slick-slider {
        width: 100%;
    }
}

.is-flex {
    display: flex !important;
}

.is-flex--column {
    flex-direction: column;
}

.is-flex-1 {
    flex: 1;
}

.is-flex--acenter {
    align-items: center;
}

.is-flex--space-between {
    justify-content: space-between;
}

.is-flex--center {
    justify-content: center;
}

.is-flex--start {
    justify-content: flex-start;
}

.slick-arrow-left {
    position: absolute;
    top: 0;
    left: 23px;
    z-index: 100;
    height: 30px;
    width: 30px;
    transform: rotate(90deg);
    color: #5a5959;
    opacity: 1;
    /*background: #ce8564;*/
    /*border-radius: 25px;*/
    cursor: pointer;
}

.slick-arrow-left .fa.fa-arrow-up {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slick-arrow-right {
    position: absolute;
    bottom: 0;
    left: 23px;
    z-index: 10;
    height: 30px;
    width: 30px;
    transform: rotate(-90deg);
    color: #5a5959;
    opacity: 1;
    /*background: rgba(222, 216, 216, 0.82);*/
    cursor: pointer;
}

.slick-arrow-right .fa.fa-arrow-down {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-list-big.slick-initialized.slick-slider {
    width: 100%;
}

.image-list-big {
    cursor: zoom-in;
}

.image-list-big.slick-initialized.slick-slider {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 85%;
}

/*.slick-current{*/
/*  border: 1px solid var(--main-color);*/
/*}*/

.slick-current img{
  border: 1px solid var(--main-color);
}

.product-detail-name h1 {
    font-family: "Trirong",arial,helvetica,clean,sans-serif;
    font-size: 1.6rem;
    line-height: 1.42em;
    letter-spacing: -0.5pt;
    color: #333;
    font-weight: 400;
}

.product-detail-sale-price {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.product-detail-summary {
    margin-bottom: 15px;
}

.product-detail-option {
    margin-bottom: 15px;
}

.qty-section {
    margin-bottom: 20px;
}

.qty-section-title {
    color: #757575;
    padding-bottom: 5px;
    font-size: .875rem;
}

.enumber-control {
    border: 1px solid #C1C1C1;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: .25rem;
    border-radius: 0.25rem;
    overflow: hidden;
}

.enumber-control {
    border: 1px solid #c1c1c1;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: .25rem;
    border-radius: 0.25rem;
    overflow: hidden;
}

.enumber-control button.items-count.reduced {
    background-image: url(https://www.milem.vn/fileserver/theme/default/we-numberic/icon/minus.svg?v=1.6);
    background-size: 14px;
}

.enumber-control button.items-count {
    cursor: pointer;
    background-color: #fff;
    border: none;
    padding: 10px 18px;
    text-align: center;
    line-height: normal;
    font-size: 10px;
    font-weight: bold;
    color: #222;
    height: 100%;
    display: inline-flex;
    display: -webkit-inline-flex;
    background-size: 8px 10px;
    background-repeat: no-repeat;
    background-position: center;
}

#order-qty.enumber-control .qty {
    width: 50px;
}

.enumber-control .qty {
    font-size: 0.875rem;
    padding: 0 5px 1px;
    height: 100%;
    border: none;
    text-align: center;
    width: 75px;
    vertical-align: top;
    background-color: #fff;
    border-radius: 0;
    color: #000;
    display: inline-flex;
    display: -webkit-inline-flex;
}

.enumber-control .qty {
    font-size: .875rem;
    padding: 0 5px 1px;
    height: 100%;
    border: 0;
    text-align: center;
    width: 75px;
    vertical-align: top;
    background-color: #fff;
    border-radius: 0;
    color: #000;
    display: inline-flex;
    display: -webkit-inline-flex;
}

.enumber-control button.items-count.increase {
    background-image: url(https://www.milem.vn/fileserver/theme/default/we-numberic/icon/plus.svg?v=1.6);
    background-size: 13px;
}

.enumber-control button.items-count {
    cursor: pointer;
    background-color: #fff;
    border: none;
    padding: 10px 18px;
    text-align: center;
    line-height: normal;
    font-size: 10px;
    font-weight: bold;
    color: #222;
    height: 100%;
    display: inline-flex;
    display: -webkit-inline-flex;
    background-size: 8px 10px;
    background-repeat: no-repeat;
    background-position: center;
}

#option-size {
    margin-left: 15px;
    max-width: 140px !important;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

.product-detail-wrapper {
    background: #fff;
    font-size: .875rem;
}

.elife-btn-grey {
    background: #ddd none repeat scroll 0 0;
    color: #000 !important;
    transition: background-color 0.3s ease 0s;
}

.control-width-medium {
    max-width: 200px;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.product-detail-submit {
    font-size: .875rem;
    height: 38px;
    margin-right: 15px;
}

.elife-btn-yellow {
    background: var(--main-color) none repeat scroll 0 0;
    color: #fff !important;
    transition: background-color 0.3s ease 0s;
}

.product-rating-share {
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
    margin-bottom: 7px;
}

.product-brand {
    font-size: .75rem;
}

.product-brand-title {
    color: #757575;
}

.product-detail-share-social {
    font-size: 1.375rem;
}

.float-right {
    float: right !important;
}

.share-nav {
    position: relative;
    cursor: pointer;
    color: #757575;
    display: inline-block;
}

.share-popup.overlay {
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: 1px 2px 14px #ccc;
    z-index: 0;
    border-radius: 3px;
    box-sizing: border-box;
}

.share-popup {
    position: absolute;
    left: -218px;
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    z-index: -1;
}

.detail-priceroot {
    display: inline-block;
    font-size: .8125rem;
    line-height: 1.23em;
    text-decoration: line-through;
    color: #999;
    margin-left: 10px;
}

.detail-saleoff {
    color: #333;
    font-size: 1.5rem;
    line-height: 1.25em;
    display: block;
}

#nav_bottom{
  display: none !important;
}

@media(max-width:768px) {
    .max-mobile{
      flex: 100% !important;
      max-width: 100% !important;
    }
    
    .product-item-wrapper {
        box-shadow: rgb(0 0 0 / 13%) 0 1px 10px -1px, rgb(0 0 0 / 5%) 0 1px 20px -1px;
    }
    
    .product-list-wrapper{
      padding: 0px!important;
    }
    
    #nav_bottom{
      display: block !important;
    }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
/* Firefox */
input[type=number] {
 -moz-appearance: textfield;
}


.notification-add-cart-error {
  position: fixed;
  display: none;
  right: 10%;
  color: white;
  top: 30%;
  z-index: 1000;
  border: 1px solid #f08522;
  background: #0c8796;
  padding: 16px;
  animation: notification-add-cart-error 0.5s ease-in-out;
}

@keyframes notification-add-cart-error {
  0% {
    opacity: 0;
    top: 0%
  }
  100% {
    opacity: 1;
    top: 30%;
  }
}

