/*************************************common************************************************/
html, body {
    font-family: tahoma !important;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px !important;
    height: 100%;
    color: #525252;
    font-size: 14px;
}

.logo-top {
    display: block;
    width: 116px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-sm {
    display: block;
    width: 116px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-md {

    display: block;
    width: 172px;
    height: 66px;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-sm-white {
    display: block;
    width: 130px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
}

/*
 * 取消 margin和padding
 */
.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.no-gutter > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.row .no-gutters {
    margin-right: 0;
    margin-left: 0;

    /*
    & > [class^="col-"],
    & > [class*=" col-"] {
          padding-right: 0;
          padding-left: 0;
      }
      */
}

/** POSITION *********/

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 3rem;
    left: 16px;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 3rem;
    left: 16px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 3rem;
    right: 16px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Bottom center text */
.bottom-center {
    position: absolute;
    bottom: 3rem;
}

/* Centered text */
.centered {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.padding-tonav-top {
    /*padding-top: 70px !important;*/
}


/*
 * height
 */
.min-height-0 {
    min-height: 0 !important;
}

.min-height-1 {
    min-height: 3rem !important;
}

.min-height-2 {
    min-height: 6rem !important;
}

.min-height-3 {
    min-height: 10rem !important;
}

.min-height-4 {
    min-height: 12rem !important;
}

.min-height-5 {
    min-height: 15rem !important;
}

/*
 * margin and padding
 */
.m-tb-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.m-tb-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.m-tb-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.m-tb-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-tb-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-tb-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-tb-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.p-tb-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.p-tb-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-tb-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-tb-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

@media (min-width: 768px) {
    .m-md-tb-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .m-md-tb-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .m-md-tb-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .m-md-tb-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-md-tb-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-md-tb-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

.cursor-alias {
    cursor: alias;
}

.cursor-all-scroll {
    cursor: all-scroll;
}

.cursor-auto {
    cursor: auto;
}

.cursor-cell {
    cursor: cell;
}

.cursor-context-menu {
    cursor: context-menu;
}

.cursor-col-resize {
    cursor: col-resize;
}

.cursor-copy {
    cursor: copy;
}

.cursor-crosshair {
    cursor: crosshair;
}

.cursor-default {
    cursor: default;
}

.cursor-e-resize {
    cursor: e-resize;
}

.cursor-ew-resize {
    cursor: ew-resize;
}

.cursor-grab {
    cursor: -webkit-grab;
    cursor: grab;
}

.cursor-grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.cursor-help {
    cursor: help;
}

.cursor-move {
    cursor: move;
}

.cursor-n-resize {
    cursor: n-resize;
}

.cursor-ne-resize {
    cursor: ne-resize;
}

.cursor-nesw-resize {
    cursor: nesw-resize;
}

.cursor-ns-resize {
    cursor: ns-resize;
}

.cursor-nw-resize {
    cursor: nw-resize;
}

.cursor-nwse-resize {
    cursor: nwse-resize;
}

.cursor-no-drop {
    cursor: no-drop;
}

.cursor-none {
    cursor: none;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-progress {
    cursor: progress;
}

.cursor-row-resize {
    cursor: row-resize;
}

.cursor-s-resize {
    cursor: s-resize;
}

.cursor-se-resize {
    cursor: se-resize;
}

.cursor-sw-resize {
    cursor: sw-resize;
}

.cursor-text {
    cursor: text;
}

.cursor-w-resize {
    cursor: w-resize;
}

.cursor-wait {
    cursor: wait;
}

.cursor-zoom-in {
    cursor: zoom-in;
}

.cursor-zoom-out {
    cursor: zoom-out;
}

/* Centered text */
.topped {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    width: 100%;
}

/*
 * 通用按钮颜色
 */
.btn-lg-white {
    background-color: #FFFFFF;
    border-radius: 30px;
    font-weight: bold;
    padding: 10px;
    font-size: 1.2rem;
    max-width: 400px;
    min-width: 200px;
}

.btn-lg-white:hover {
    background-color: #3ED1EB;
    color: #FFFFFF;
}

.btn-lg-yellow {
    background-color: #e2c11e;
    border-radius: 30px;
    font-weight: bold;
    padding: 10px;
    font-size: 1.2rem;
    max-width: 400px;
    min-width: 200px;
}

.btn-lg-yellow:hover {
    background-color: #3ED1EB;
    color: #FFFFFF;
}

.btn-lg-blue {
    background-color: #1279BD;
    font-weight: bold;
    padding: 10px;
    font-size: 1.2rem;
    color: #FFFFFF;
}

.btn-lg-blue:hover {
    background-color: #12a9e8;
    color: #FFFFFF;
}

.btn-md-blue {
    background-color: #1279BD;
    font-weight: bold;
    padding: 8px;
    font-size: 1rem;
    min-width: 50px;
    color: #FFFFFF;
}

.btn-md-blue:hover {
    background-color: #12a9e8;
    color: #FFFFFF;
}

.btn-sm-blue {
    background-color: #3ED1EB;
    border-radius: 30px;
    font-weight: bold;
    padding: 8px;
    font-size: 1rem;
    max-width: 300px;
    min-width: 150px;
    color: #FFFFFF;
}

.btn-blue:hover {
    background-color: #12a9e8;
    color: #FFFFFF;
}

.btn-blue {
    background-color: #3ED1EB;
    border-radius: 30px;
    font-weight: bold;
    padding: 8px;
    font-size: 1rem;
    max-width: 300px;
    min-width: 100px;
    color: #FFFFFF;
}

.btn-outline-blue {
    color: #3ED1EB;
    background-color: transparent;
    background-image: none;
    border-color: #3ED1EB;
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #3ED1EB;
    border-color: #3ED1EB;
}

.btn-sm-blue:hover {
    background-color: #12a9e8;
    color: #FFFFFF;
}

.btn-wide-yellow {
    border: none;
    color: white;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    width: 100%;
    background-color: #ffc107;
    cursor: pointer;
    outline: none;
    border-right: 1px solid;
    border-left: 1px solid;
}

.btn-wide-yellow:hover {
    background-color: #3ED1EB;
}

.btn-border-black {
    border: #000000 solid 1px;
    background: white;
    padding: 0.5rem 4rem;
}

.btn-border-blue {
    border: #3ED1EB solid 1px;
    background: white;
    padding: 0.5rem 4rem;
}

/*
 * 通用背景颜色
 */
.bg-notice {
    background-color: #F08840;
}

.background-blue {
    background-color: #3ED1EB;
}

.background-gray {
    background-color: #F8F8F8;
}

.background-white {
    background-color: #FFFFFF;
}

.background-yellow {
    background-color: #F2E058;
}

.background-orange {
    background-color: #FCC586;
}

.background-orange-50 {
    background-color: rgba(247, 234, 81, 0.63);
}

.background-dark {
    background-color: #E3DEC8;
}

.background-white-50 {
    background-color: rgba(255, 255, 255, 0.63);
}

/*
 * logo
 */
.logo-style {
    color: #3ED1EB;
    font-weight: bold;
    font-size: 28px;
}

.logo-lg-style {
    color: #3ED1EB;
    font-weight: bold;
    font-size: 38px;
}

/*
 * icon
 */
.icon-category {
    max-height: 150px;
    max-width: 150px;
    margin: 10px;
    /*border-radius: 50%;*/
    overflow: hidden;
}

.material-icons.md-48 {
    font-size: 48px;
}

.material-icons.md-64 {
    font-size: 64px;
}

/**
*z-index
 */
.z-index {
    z-index: 1;
}

/*
 * title
 */
.title-blue {
    color: #3ED1EB;
    font-weight: bold;
}

.title-white {
    color: #FFFFFF;
    font-weight: bold;
}

.title-black {
    color: #525252;
    font-weight: bold;
}

/*
 * text
 */
.text-blue {
    color: #3ED1EB;
}

.text-purple {
    color: purple;
}

.text-grey {
    color: #525252;
}

/*
 *Line-Hight
 */
.line-h-1 {
    line-height: 1rem;
}

.line-h-2 {
    line-height: 1.2rem;
}

.line-h-3 {
    line-height: 1.4rem;
}

.line-h-4 {
    line-height: 1.6rem;
}

.line-h-5 {
    line-height: 2rem;
}

/*
 * Links
 */
a {
    color: #525252;
}

a:hover {
    color: #3ED1EB !important;
    text-decoration: none;
}


/*
 * Table
 */
.table td, .table th {
    vertical-align: middle !important;
}

/*
 * Border-Color
 */
.border-grey {
    border-color: #525252;
}

.border-dark {
    border-color: #d0d0d0 !important;
}

.border-radius {
    border-radius: 10px;
}

.border-radius-left {
    border-radius: 5px 0 0 5px;
}

.border-radius-right {
    border-radius: 0 5px 5px 0;
}

.btn-md {
    font-weight: bold;
    padding: 8px;
    font-size: 1rem;
    min-width: 120px;
}

label.active{
    background-color: #1279BD;
    font-weight: bold;
    padding: 8px;
    font-size: 1rem;
    min-width: 120px;
    color: #FFFFFF;
    border-color: #1279BD !important;
}

/***** ==================== flexslider ============================================*/

.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    background-color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 20px !important;
    display: inline-block !important;
    color: #000 !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) !important;
    line-height: 40px !important;
}

.flex-direction-nav .flex-next{
    text-align: center !important;
}

/***** ==================== END flexslider ============================================*/

/*
 * Width
 */
.w-fit {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

.w-10 {
    width: 10% !important;
}

.w-80 {
    width: 80% !important;
}

.w-lg-100 {
    width: 100% !important;
}

.w-lg-auto {
    width: auto !important;
}

.w-md-auto {
    width: auto !important;
}

@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-auto {
        width: auto !important;
    }
}

@media (min-width: 768px) {
    .w-lg-100 {
        width: 100%;
    }

    .w-lg-auto {
        width: auto !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-auto {
        width: auto !important;
    }

    .w-sm-100 {
        width: 100%;
    }

    .w-sm-auto {
        width: auto !important;
    }
}

@media (min-width: 992px) {
    .w-md-10 {
        width: 10% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-auto {
        width: auto !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-auto {
        width: auto;
    }

    .w-sm-100 {
        width: 100%;
    }

    .w-sm-auto {
        width: auto !important;
    }
}

/*
 * Height
 */
.h-fill {
    height: 100vh;
    box-sizing: content-box;
    height: -webkit-fill-available;
}

/*
 * Radius
 */
.radius-0 {
    border-radius: 0px;
}

.radius-5 {
    border-radius: 5px;
}

.radius-10 {
    border-radius: 10px;
}

.radius-20 {
    border-radius: 20px;
}

.radius-30 {
    border-radius: 30px;
}

/*
 * input
 */
.input-bg-gray {
    background-color: #F8F8F8;
    border: 0px;
    min-height: 40px;
    padding: 5px 15px;
}

input:focus {
    outline: 0px;
}

/*
 * Font Size 自定义
 */
.font-size-0 {
    font-size: 0.8rem !important;
}

.font-size-1 {
    font-size: 1rem !important;
}

.font-size-2 {
    font-size: 1.5rem !important;
}

.font-size-3 {
    font-size: 2rem !important;
}

.font-size-4 {
    font-size: 2.5rem !important;
}

.font-size-5 {
    font-size: 3rem !important;
}

.font-size-6 {
    font-size: 4rem !important;
}

.font-size-16 {
    font-size: 16pt;
}

.font-size-32 {
    font-size: 32pt;
}

.font-size-48 {
    font-size: 48pt;
}

.font-size-64 {
    font-size: 64pt;
}

.font-category {
    font-size: 17px;
}

@media (min-width: 768px) {
    .font-md-size-0 {
        font-size: 0.8rem !important;
    }

    .font-md-size-1 {
        font-size: 1rem !important;
    }

    .font-md-size-2 {
        font-size: 1.5rem !important;
    }

    .font-md-size-3 {
        font-size: 2rem !important;
    }

    .font-md-size-4 {
        font-size: 2.5rem !important;
    }

    .font-md-size-5 {
        font-size: 3rem !important;
    }

    .font-md-size-6 {
        font-size: 4rem !important;
    }

    .font-md-size-16 {
        font-size: 16pt;
    }

    .font-md-size-32 {
        font-size: 32pt;
    }

    .font-md-size-48 {
        font-size: 48pt;
    }

    .font-md-size-64 {
        font-size: 64pt;
    }
}

/*
 * break
 */
.word-break {
    word-break: break-word;
}

/*
 * overflow
 */
.overflow-hide {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.overflow-scroll {
    overflow: scroll;
}

/*
 * Select 自定义
 */
.custom-select {
    display: inline-block;
    min-width: 100px;
    width: auto;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*
 * UL LI
 */
.ul-style-none {
    margin: 0px;
    padding: 0px;
}

.list-style-none {
    list-style: none;
}

/*
 * Scrollbar 自定义
 */
.scrollbar-horizontal {

}

#custom-share-buttons {
    height: 50px;
    width: 45px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    position: fixed;
    right: 0;
    /*top: calc(50vh - 25px);*/
    bottom: 45px;
    background: #3ED1EB;
    z-index: 9999;
    display: block;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    padding: 0;
    border: 0;
    background-image: url(../images/cart-alt-1.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 35px;
}

.menu-list {
    width: 45px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    right: 0;
    /* top: calc(50vh - 25px); */
    /* bottom: 45px; */
    height: 46px;
    background: #F08840;
    display: block;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    /* padding: 5px; */
    border: 0;
}

#custom-home-buttons {
    width: 45px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    position: fixed;
    right: 0;
    /* top: calc(50vh - 25px); */
    bottom: 45px;
    background: #F08840;
    z-index: 9999;
    display: block;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    padding: 5px;
    border: 0;
}

#custom-share-buttons .share-text {
    margin-left: 40px;
    display: none;
    white-space: nowrap;
    font-size: 18pt;
    color: #333;
    margin-top: 7px;
}

#custom-share-buttons:hover {
    width: 100px;
}

#custom-share-buttons:hover .share-text {
    display: block;
}

.menuItemNew-price {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 2px 5px;
}

.s-textBox {
    transition: background-color .2s ease-in-out;
    background-color: hsla(0, 0%, 100%, .75);
}

@media (max-width: 768px) {
    .scrollbar-horizontal {
        overflow-y: hidden;
        overflow-x: auto;
        display: -webkit-box;
        -ms-overflow-style: none;
        -ms-overflow-y: hidden;
        overflow-y: -moz-scrollbars-none;
    }

    .scrollbar-horizontal::-webkit-scrollbar {
        width: 0 !important;
    }
}

.modal {
    overflow-y: scroll;
}

/**********************************************Navbar****************************************************/
.navbar {
    background-color: #FFFFFF;
}

.navbar .navbar-brand {
    color: #525252 !important;
}

.navbar .navbar-nav .nav-link {
    font-size: 16px;
    color: #525252;
    word-break: keep-all;
}

.navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:hover {
    color: #3ED1EB;
}

.navbar .material-icons {
    margin: 0px;
    padding: 0px;
}

nav .navbar-promotion {
    color: #3ED1EB;
    font-weight: bold;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mk-header-cart-count {
    position: absolute;
    top: -5px;
    left: 20px;
    border-radius: 40px;
    height: 20px;
    min-width: 20px;
    padding: 0;
    line-height: 20px;
    color: #fff;
    background: #f97352;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.hover-black a:hover {
    color: #000000 !important;
}

.hover-white a:hover {
    color: #ffffff !important;
}

.modifier_option {
    white-space: normal;
}

/****************************************table collapse********************************************************/
tr[aria-expanded] {
    cursor: pointer;
}

/*tr[aria-expanded=true] .material-icons::before {*/
/*    content: "remove";*/
/*}*/
/*tr[aria-expanded=false] .material-icons::before {*/
/*    content: "add";*/
/*}*/
tr.tr-bg-lightblue {
    background-color: #EFFAFF !important;
}

table .table-text-break {
    word-break: break-word;
    white-space: normal;
}

/****************************************passwordHelpBlock bar********************************************************/
#bar_visual {
    height: 5px;
    transition: all 0.4s;
}

/*poor*/
.bar-1 {
    background-color: #dc3545;
    width: 25%;
}

/*fair*/
.bar-2 {
    background-color: #ffc107;
    width: 50%;
}

/*good*/
.bar-3 {
    background-color: #007bff;
    width: 75%;
}

/*excellent*/
.bar-4 {
    background-color: #28a745;
    width: 100%;
}

/****************************************Flex Slider********************************************************/
.block-banner .flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 0px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider ul.slides li img {
    border-radius: 5px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
}

.flexslider ul.slides li.flex-active-slide img, .flexslider ul.slides li img:hover {
    opacity: 1;
}

/****************************************首页样式********************************************************/
.web-index .atranslucent-box {
    width: 100%;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.32);
    padding: 5% 20px;
}

.web-index .login-reg-text {
    color: #FFFFFF;
    font-weight: bold;
}

/***************************************Main Page****************************************/
.web-main .icon-li-list {
    margin: 15px;
}

.web-main .icon-li-radius {
    max-width: 200px;
    height: 100px;
    width: 100px;
}

.web-main .icon-li-radius .material-icons {
    font-size: 80px;
    line-height: 100px;
}

/***************************************About AllShare ************************************/
.web-aboutallshare .myicon {
    background: #ffffff;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

/*************************************** pioneer ************************************/
.web-pioneer .myicon {
    background: #ffffff;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

/***************************************Health Page****************************************/
.web-livenrich-health .pic-item {
    overflow: hidden;
}

.web-livenrich-health .btn-pic-down-border {
    border-left: 1px solid #D6D6D6;
    /* border-right: 1px solid #D6D6D6; */
    /* border-bottom: 1px solid #D6D6D6; */
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, .075);
    margin-bottom: 10px;

}

/****************************************Product Category*********************************************/
.product_category .product_lists {

}

/****************************************Product Detail************************************************/
.product-block-bg-blue {

}

/****************************************Bundle Detail************************************************/
.bundle_detail .product_lists {
    padding: 2rem;
}

/****************************************Benefit************************************************/
.web-livenrich-benefit .title-margin {
    margin-top: 2rem;
    padding: 1rem 0;
}

.web-livenrich-benefit .content-padding {
    margin-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.p-menu-img {
    width: 110px;
    height: 110px;
    min-width: 110px;
}

@media (min-width: 768px) {
    .p-menu-img {
        width: 150px;
        height: 150px;
        min-width: 150px;
    }

    .web-livenrich-benefit .content-padding {
        margin-top: 1rem;
        padding-left: 6rem;
        padding-right: 3rem;
    }

    .web-livenrich-benefit .title-margin {
        margin-top: 8rem;
        padding: 1rem 0;
    }
}

.web-livenrich-benefit .title-bar-gray {
    background-color: rgba(0, 0, 0, .075);
}

/****************************************Brand************************************************/
.web-brand {
}

/****************************************Contact************************************************/
.web-contact .watermark {
    font-size: 6vw;
    color: rgba(255, 255, 255, 0.77);
}

/****************************************Contact************************************************/
.web-member_plan .square-box {
    background-color: #F8F8F8;
    width: 230px;
    height: 230px;

}

.web-member_plan .square-box .material-icons {
    font-size: 5rem;
}

/*************************************** User Pannel ***************************************************/
.sidebar.sidebar-light .navigation ul li a {
    font-weight: bold;
    color: #707070;
}

.sidebar.sidebar-light .navigation ul li a:hover {
    color: #3ED1EB;
}

@media (min-width: 992px) {
    .sidebar .navigation {
        height: calc(100vh - 116px);
    }
}

.level_icon_1 {
    width: 20px;
    height: 20px;
    background-image: url(../images/level_icon_1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.level_icon_2 {
    width: 20px;
    height: 20px;
    background-image: url(../images/level_icon_2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.level_icon_3 {
    width: 20px;
    height: 20px;
    background-image: url(../images/level_icon_3.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/****************************************footer********************************************************/
footer {
    font-size: 9pt;
}

footer ul li {
    display: inline-block;
    margin: 5px;
}

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
    background: #FFF;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 30px 15px 30px;
    color: #777;
    width: 100%;
}

figure.effect-goliath p {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
}

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
}

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*-----------------*/
/***** Kira *****/
/*-----------------*/
figure .font_postion {
    position: absolute;
    bottom: 0px;
    padding-bottom: 20px;
    margin: 0px
}

figure.effect-kira {
    opacity: 1;
    background: #fff;
    text-align: left;
}

figure.effect-kira img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-kira figcaption {
    z-index: 1;
}

figure.effect-kira p {
    padding: 2.25em 0.5em;
    font-weight: 600;
    font-size: 100%;
    line-height: 1.5;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

figure.effect-kira p a {
    margin: 0 0.5em;
    color: #101010;
}

figure.effect-kira p a:hover,
figure.effect-kira p a:focus {
    opacity: 0.6;
}

figure.effect-kira figcaption::before {
    position: absolute;
    bottom: 10px;
    right: 2em;
    left: 2em;
    z-index: -1;
    height: 4.5em;
    background: #fff;
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
    transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

figure.effect-kira:hover img {
    opacity: 0.6;
}

figure.effect-kira:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-kira:hover figcaption::before {
    /*
    opacity: 0.7;
    -webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
    transform: translate3d(0,5em,0) scale3d(1,1,1);
    */
}

/****************************************discount label************************************************/
.discount-label {
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    position: relative;
    float: left;
    margin-left: 1.1em;
    border-bottom-right-radius: 0.2em;
    border-top-right-radius: 0.2em;
    box-shadow: .3em .1em rgba(0, 0, 0, 0.6);
}

.discount-label:after {
    right: 100%;
    content: "";
    border: 0.84em solid transparent;
    height: 0;
    width: 0;
    top: 0;
    position: absolute;
}

.discount-label:before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 40%;
    right: 100%;
    width: 0.3em;
    height: 0.3em;
    opacity: 1;
    background: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: inset .1em 0 rgba(0, 0, 0, 0.6);
    box-shadow: inset .1em 0 rgba(0, 0, 0, 0.6);
}

.discount-label span {
    color: #ffffff;
    font-size: 1em;
    text-align: center;
}

.red {
    background-color: #E80707;
}

.red:after {
    border-right-color: #E80707;
}

/****************************************material description************************************************/
.material-desc ul {
    padding-left: 1rem;
}

.disabled {
    pointer-events: none;
}

/****************************************setting table************************************************/
table.table-setting tr, table.table-setting td {
    padding: 0;
}

table.table-setting td.set-icon {
    width: 50px;
    text-align: center;
}

table.table-setting td a {
    padding: 1rem;
    display: block;
    height: 100%;
    width: 100%;
}

table.table-setting td a:hover {
    color: initial !important;
}

/**************************************** Quick Shop ************************************************/

.p-box {
    position: relative;
    overflow: hidden;
    width: 50%;
}

.p-img {
    transition: .5s ease;
    opacity: 1;
    /*display: block;*/
    /*width: 100%;*/
}

.p-caption {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    width: 100%;
    padding: 0.5rem;
    background-color: white;
    left: 0;
    bottom: -10%;
    text-align: center;
}

.p-box:hover .p-img {
    opacity: 0.8;
}

.p-box:hover .p-caption {
    opacity: 1;
    bottom: 0;
}

/**************************************** Product Loader ************************************************/

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3ED1EB;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/**************************************** rotated icons on toggle ************************************************/

[aria-expanded="true"] .material-icons, [aria-expanded="false"] .material-icons {
    transition: all 0.5s;
}

/* collapse */
[aria-expanded="true"] .toggle-rotate-neg-90 {
    transform: rotate(-90deg);
}

[aria-expanded="true"] .toggle-rotate-neg-45 {
    transform: rotate(-45deg);
}

[aria-expanded="true"] .toggle-rotate-neg-180 {
    transform: rotate(-180deg);
}


.menu_modifier input[type="radio"]:checked + label {
    color: #FFFFFF;
    background-color: #1279BD !important;
}

.menu_modifier input[type="checkbox"]:checked + label {
    color: #FFFFFF;
    background-color: #1279BD !important;
}

.order_type input[type="radio"]:checked + label {
    color: #FFFFFF;
    background-color: #1279BD !important;
    border-width: 0px;
}

.category-icon {
    position: absolute;
    right: 0;
    padding-right: 10px;
    cursor: pointer;
}

.category-list {
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    padding-right: 60px !important;

    /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style: none;
    /*火狐下隐藏滚动条*/
    overflow: -moz-scrollbars-none;
    -webkit-overflow-scrolling: touch;
}

.category-list::-webkit-scrollbar {
    display: none;
}

.category-list .lists {
    white-space: nowrap;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;

    /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style: none;
    /*火狐下隐藏滚动条*/
    overflow: -moz-scrollbars-none;
    -webkit-overflow-scrolling: touch;
}

.category-list .lists::-webkit-scrollbar {
    display: none;
}

.category-list .lists ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.category-list .lists ul li {
    text-align: center;
    font-size: 16px;
    list-style: none;
    cursor: pointer;
}

.category-list .lists ul li {
    float: left;
    margin: 5px;
    height: 35px;
    background-color: #F08840;
    outline: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.category-list .lists ul li:hover {
    color: #FFFFFF;
    border-bottom: 3px solid #ffffff;
    background-color: #F08840;
    outline: none;
}

.category-list .lists ul li:focus {
    color: #FFFFFF;
    border-bottom: 3px solid #fca600;
    background-color: #FCC586;
    outline: none;
}

.category-list .lists ul li:active {
    color: #FFFFFF;
    border-bottom: 3px solid #fca600;
    background-color: #FCC586;
    outline: none;
}

.menuItemNew-name {
    white-space: nowrap;
    overflow: hidden;
    max-width: 85%;
    text-overflow: ellipsis;
}

/*********************************************************/
.menuItem-group {
    flex-wrap: wrap;
}

.u-background--tinted {
    background: #fbfbfc;
}

.u-flex {
    display: flex;
}

.menuItem {
    z-index: 1010;
    width: 50%;
}

.u-background--tinted {
    background: #fbfbfc;
}

.u-inset-1 {
    padding: 4px;
}

.u-clickable {
    cursor: pointer;
}

.menuItemNew {
    position: relative;
}

.s-card-wrapper {
    box-shadow: 0 0 0 1px rgba(67, 41, 163, .08), 0 1px 5px 0 rgba(67, 41, 163, .08);
}

.s-card-attribution-image, .s-card-wrapper, .u-rounded {
    border-radius: 3px;
}

.s-card-attribution-image, .s-card-wrapper, .u-background {
    background: #fff;
}

.u-flex {
    display: flex;
}

.s-card-wrapper--fullCTA, .u-pressable {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: box-shadow .2s ease-in-out, border .2s ease-in-out, transform .1s ease-in-out;
}

.menuItemNew-details {
    width: 0;
}

.u-flex-reset-flexible {
    flex: 1 1 auto;
}

.u-inset-squished-3 {
    padding: 8px 12px;
}

.menuItemNew-name {
    max-width: 85%;
    margin-bottom: 4px;
}

.s-card-title--addColor.s-card-title--darkLink, .s-card-title .s-card-title--darkLink {
    color: rgba(0, 0, 0, .87);
}

.s-btn-text, .s-link, .s-link-primary, a {
    text-decoration: none;
}

.s-btn-text, .s-link, .s-link-primary, .s-link-primary--inverted, .s-link-secondary, .s-link-secondary--inverted, a {
    transition: color .2s ease;
    cursor: pointer;
}

.caption, .h1, .h2, .h3, .h4, .h5, .h6, .s-card-attribution-text > :not(:first-child), .s-card-content > :not(:first-child), .s-card-title > :not(:first-child), .s-iconBtn-labelGroup .s-iconBtn-label, .s-link-header, .s-list-item-attribute, .s-list-item-primary > span:not(:first-child), h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    margin-bottom: 4px;
}

.s-btn--block, .u-block {
    display: block;
    width: 100%;
}

.s-card-attribution-text, .s-card-attribution-text > *, .s-card-body, .s-card-title, .s-card-title > *, .s-list-item-primary > span:first-child, .u-text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.u-stack-x-2 {
    margin-right: 8px;
}

.menuItem-badges {
    width: 16px;
}

.u-flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.u-stack-y-2 {
    margin-bottom: 8px;
}

.menuItemNew-description--truncate {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.menuItemNew-description--truncate {
    max-height: 3.2em;
    overflow: hidden;
    position: relative;
    margin-right: -4px;
    padding-right: 12px;
}

.s-card-attribution-text > :not(:first-child), .s-card-content > :not(:first-child), .s-card-title > :not(:first-child), .s-form-group > label, .u-text-secondary {
    color: #6b6b83;
}

.menuItemNew-imageMagazine {
    width: 110px;
    height: 100px;
    line-height: 0;
    overflow: hidden;
}

.menuItemNew-imageMagazine-img {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    object-fit: cover;
}

.u-height-full {
    height: 100%;
}

.u-width-full {
    width: 100%;
}

.menuItemNew-price {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 2px 5px;
}

.s-textBox {
    transition: background-color .2s ease-in-out;
    background-color: #ffffff;
}

.u-rounded--large {
    border-radius: 4px;
}

.menuItem-loading {
    display: none;
}

.cb-icon {
    display: inline-block;
}

.cb-icon {
    display: inline-block;
}

.s-textBox-title {
    color: rgba(0, 0, 0, .87);
}

.caption, .h1, .h2, .h3, .h4, .h5, .h6, .s-card-attribution-text > :not(:first-child), .s-card-content > :not(:first-child), .s-card-title > :not(:first-child), .s-iconBtn-labelGroup .s-iconBtn-label, .s-link-header, .s-list-item-attribute, .s-list-item-primary > span:not(:first-child), h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    margin-bottom: 4px;
}

.icon-spicy {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: transparent url(/images/icon-pepper.svg) no-repeat 0 0;
}