﻿/* CSS Document */

@font-face {
    font-family: 'SFUFuturaBook';
    src: url('fonts/SFUFuturaBook.eot');
    src: local('SFUFuturaBookRegular'), url('fonts/SFUFuturaBook.woff') format('woff'), url('fonts/SFUFuturaBook.ttf') format('truetype');
}

@font-face {
    font-family: 'SFUHelveticaBold';
    src: url('fonts/SFUHelveticaBold.eot');
    src: local('SFUHelveticaBold'), url('fonts/SFUHelveticaBold.woff') format('woff'), url('fonts/SFUHelveticaBold.ttf') format('truetype');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?-i3a2kk');
    src: url('fonts/fontawesome-webfont.eot?#iefix&-i3a2kk') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?-i3a2kk') format('woff'), url('fonts/fontawesome-webfont.woff2?-i3a2kk') format('woff2'), url('fonts/fontawesome-webfont.ttf?-i3a2kk') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    font-family: Arial,sans-serif;
    font-size: 14px;
    color: #212121;
}

a {
    text-decoration: none;
    color: #212121;
}

    a:hover {
        color: #1abdd4;
    }

img[src=""] {
    display: none;
}

a, img {
    transition: all 0.3s ease 0s;
}

.clearborth {
    clear: both;
}

input, button, select, textarea {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1px;
}

    input[type=text], input[type=number], select, textarea {
        width: 100%;
    }

    input::-webkit-input-placeholder {
        color: #b0b0b0;
    }

    input:-moz-placeholder { /* Firefox 18- */
        color: #b0b0b0;
        opacity: 1;
    }

    input::-moz-placeholder { /* Firefox 19+ */
        color: #b0b0b0;
        opacity: 1;
    }

    input:-ms-input-placeholder {
        color: #b0b0b0;
    }

.hiddenscroll, .slideout { /*position:fixed; width:100%; height:100%;*/
    overflow: hidden;
}

.top, .wpb-section, .news-detail .content {
    margin: 0 auto;
}

/*---------------------------------
		top
----------------------------------*/
.OkiafMenu {
    background-color: #333;
    color: #fff;
    font-size: 14px;
}

    .OkiafMenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .OkiafMenu ul li {
            display: inline-block;
            vertical-align: top;
        }

            .OkiafMenu ul li a {
                padding: 17px 20px;
                display: inline-block;
                color: #fff;
            }

                .OkiafMenu ul li a:hover {
                    color: #1abdd4
                }

            .OkiafMenu ul li.selected a {
                background-color: #fff;
                color: #19191e
            }

.Okiaf {
    padding-top: 131px;
}

.menutopFixed {
    padding-top: 128px;
}

.top {
    display: table;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1999;
}

.menutopFixed .top {
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}

.top-p {
    box-sizing: border-box;
    transition: all 0.4s ease 0s;
    background-color: #fff;
    text-align: right;
}

.top-m {
    margin: 0 auto;
}
/*.menutopFixed .top-p{ position:fixed; height:66px; width:100%; top:0; left:0; z-index:1999; box-shadow:0 2px 5px rgba(0,0,0,0.26); }*/
.menutopFixed .OkiafMenu {
    padding-bottom: 87px;
}

.menutopFixed .slider-wrapper {
    margin-top: 0;
}

.top .logo {
    float: left;
}

    .top .logo a {
        display: inline-block;
    }

    .top .logo img {
        transition: all 0.3s ease 0s;
        height: 74px;
        margin-bottom: -5px;
    }

.menutopFixed .top .logo img {
    height: 58px;
}

.MenuContext {
    display: inline-block;
    float: right;
    margin-left: 20px;
}

    .MenuContext ul {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .MenuContext li {
        display: inline-block;
    }

        .MenuContext li a {
            display: inline-block;
            padding: 6px 10px;
            font-size: 14px;
            cursor: pointer;
        }

            .MenuContext li a label {
                cursor: pointer;
            }

    .MenuContext .topR li a {
        font-size: 14px;
    }

.menutop {
    transition: all 0.3s ease 0s;
    background-color: #0f0f0f;
    text-align: center;
    clear: both;
}

    .menutop ul {
        margin: 0;
        padding: 0;
    }

    .menutop > ul {
        margin: 0 auto;
    }

        .menutop > ul > li {
            position: relative;
            display: inline-block;
            margin-right: -4px;
        }

            .menutop > ul > li > a {
                color: #fff;
            }

            .menutop > ul > li:hover > a {
                background-color: #fff;
                color: #0f0f0f;
            }

            .menutop > ul > li.selected > a {
                background-color: #fff;
                color: #19bcd4;
            }

    .menutop ul li label {
        cursor: pointer;
    }

    .menutop ul li span {
        display: none;
    }

        .menutop ul li span img {
            height: 32px;
            margin-bottom: 4px;
        }

    .menutop ul li a {
        display: inline-block;
        padding: 7px 14px;
        text-transform: uppercase;
        font-family: SFUFuturaBook;
        transition: .2s
    }

    .menutop li ul.subMenu {
        display: none;
        position: absolute;
        left: 0;
        top: 34px;
        z-index: 99;
        border: 1px #e0e0e0 solid;
        background-color: #fff;
        min-width: 220px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
        text-align: left;
    }

        .menutop li ul.subMenu li {
            display: block;
            border-top: 1px #f2f2f2 solid;
        }

            .menutop li ul.subMenu li a {
                font-size: 14px;
                display: block;
                padding: 10px 15px !important;
            }

            .menutop li ul.subMenu li.selected a {
                color: #19bcd4;
            }

            .menutop li ul.subMenu li a:hover {
                background-color: #eee;
                color: #000;
            }

    .menutop li:hover ul.subMenu {
        display: block;
    }

.menutopFixed .menutop ul li a {
    padding: 7px 14px;
}

.menutopFixed .menutop li ul.subMenu {
    top: 36px;
}

.topR, .resOkiaf {
    float: right;
}

    .topR ul, .resOkiaf {
        margin-top: 24px;
        margin-right: 20px;
        transition: .2s;
    }

.menutopFixed .topR ul, .menutopFixed .resOkiaf {
    margin-top: 12px;
}

.resOkiaf a {
    display: inline-block;
    padding: 8px 15px;
}

.topR ul li {
    position: relative
}

#userName .ic-down {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/sprite-kingbeautify.png") no-repeat -70px 0;
    margin-left: 8px;
    cursor: pointer;
    vertical-align: middle;
}

.topR ul#userMenu {
    box-sizing: border-box;
    position: absolute;
    top: 37px;
    left: 0;
    background-color: #fff;
    padding: 10px 0;
    border: 1px #e5e5e5 solid;
    z-index: 555;
    margin: 0;
    text-align: left;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
}

    .topR ul#userMenu li {
        display: block;
        min-width: 220px;
        cursor: pointer
    }

        .topR ul#userMenu li a {
            display: block;
            padding: 12px 20px;
        }

            .topR ul#userMenu li a:hover {
                color: #19bcd4;
                background-color: #f4f4f4;
            }

        .topR ul#userMenu li:last-child {
            border-top: 1px #e5e5e5 solid;
            margin-top: 10px;
            padding-top: 8px;
        }

.top .cart {
    display: inline-block;
    position: relative;
    float: right;
    margin-top: 24px;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
}

.menutopFixed .top .cart {
    margin-top: 12px;
}

.top .cart a {
    cursor: pointer;
}

.ic-cart {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../images/sprite-kingbeautify.png") no-repeat;
}

.cart-number {
    position: absolute;
    background-color: #ff2c97;
    color: #fff;
    top: -4px;
    left: -8px;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 15px;
}

/*----------- Search -------------*/
.divProductSearch {
    display: inline-block;
    margin-top: 8px;
    transition: .2s;
}

.productSearch {
    padding: 10px 10px 10px;
    position: relative;
    min-width: 350px;
}

    .productSearch input {
        border: 1px #ddd solid;
        border-radius: 3px;
        height: 37px;
        padding: 10px;
        background: url("../images/bg-button-w.gif");
    }

    .productSearch .iconSearch {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url("../images/sprite-kingbeautify.png") no-repeat -32px -91px;
        position: absolute;
        right: 17px;
        top: 17px;
    }

.menutopFixed .divProductSearch {
    margin-top: 0;
}

.menutopFixed .productSearch input {
    height: 35px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.menutopFixed .productSearch .iconSearch {
    top: 15px;
}

.divResult, .divSearchCount {
    margin-bottom: 10px;
}

    .divResult span, .divSearchCount span {
        font-weight: 700;
        color: #19191e;
    }

.divSearchCount {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px #f2f2f2 solid;
}

.product-search-status {
    border-bottom: 1px #eee solid;
    margin-bottom: 20px;
}

    .product-search-status > div {
        display: inline-block;
        border-bottom: 0;
        margin-bottom: 0;
    }

    .product-search-status .divSearchCount {
        color: #ED1C24
    }

        .product-search-status .divSearchCount span {
            color: #ED1C24;
        }

/*---------------------------------
		Slide
----------------------------------*/
.head {
    margin: 0 auto;
}

.slider-wrapper {
    margin-bottom: 40px;
    padding-bottom: 24px;
}

div.nivoSlider {
    height: 426px;
}

    div.nivoSlider img {
        height: auto !important;
        min-height: 426px;
    }

.nivoSlider img[src=""] {
    display: none !important;
}

.nivo-directionNav {
    display: none;
}

div.nivo-controlNav {
    padding: 0;
    margin-top: -50px;
    position: relative;
    z-index: 988;
}

.nivo-controlNav > a {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #030a16;
    margin: 0 8px;
    font-size: 0;
}

    .nivo-controlNav > a.active {
        background-color: #19bcd4
    }

/*---------------------------------
		Main
----------------------------------*/
.darna-heading, .title-amazingcarousel {
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}

    .darna-heading h2, .title-amazingcarousel span {
        padding: 0 10px 8px;
        margin: 0;
        display: block;
        font-family: SFUFuturaBook;
        font-size: 24px;
        font-weight: 700;
    }

.wpb-row .wpb-column {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    text-align: center;
}

.wpb-row .mixedSlider .wpb-column {
    margin-right: 0;
}

.wpb-row02 .wpb-column {
    width: 50%;
}

.wpb-row03 .wpb-column {
    width: 33.3%;
}

.wpb-row05 .wpb-column {
    width: 20%;
}

h3.wpb-title {
    margin: 0;
    padding: 12px 0;
}

h4.wpb-title {
    margin: 0 0 10px;
    overflow: hidden;
    font-weight: 700;
    font-size: 16px;
}

i.ic {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/sprite-kingbeautify.png") no-repeat;
    font-style: normal;
    vertical-align: middle;
    margin: -3px 10px 0 0;
}

.buttons button, .Butttons button, .buttons input[type=submit], .Buttons input[type=submit] {
    padding: 8px 20px;
    background-color: #c8102e;
    background-image: url(../images/bg-button2.gif);
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    box-sizing: border-box;
    border: 2px #c8102e solid;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.buttons input:hover {
    background-color: transparent;
    background-image: url("../images/trans.png");
    color: #c8102e;
}

.Buttons input[type=button] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cartComplete .Buttons {
    padding: 0 20px 15px;
    text-align: right;
}

.Notify {
    font-size: 16px;
    text-align: center;
    color: #19bcd4;
    position: relative;
}

    .Notify span {
        position: absolute;
        top: -55px;
        right: 0;
        background-color: rgba(255,255,255,1);
        color: #ff2c97;
        padding: 6px 12px;
        border-radius: 8px;
        box-sizing: border-box;
    }

        .Notify span:empty {
            display: none;
        }

.RegisterUser .Notify span, .Login .Notify span {
    position: static;
    top: 0;
}

/*---------------------------------
		Login
----------------------------------*/
.Form.Login {
    width: 810px;
    margin: 0 auto;
}

.Login .titleForm {
    font-size: 22px;
    display: inline-block;
    padding-bottom: 18px;
}

.Login a {
    color: #1abdd4;
}

    .Login a:hover {
        color: #c8102e;
    }

.Login > .Row04 {
    float: right;
    margin-top: 3px;
}

.Login .Form-ds {
    background-color: #f5f6f8;
    padding: 25px 50px 25px 25px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 18px;
}

.Login .Form-Left {
    width: 380px;
    float: left;
}

    .Login .Form-Left .ItemInput {
        padding-bottom: 20px;
    }

    .Login .Form-Left .Row03 .ItemText {
        display: inline-block;
    }

    .Login .Form-Left .Row03 .ItemInput {
        float: right;
    }

.ItemInput .btnSendOTP {
    background: #bceaf1;
    color: #008597;
    cursor: pointer;
    transition: .2s;
    border-radius: 3px;
    box-shadow: none;
    line-height: 40px;
    border: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .ItemInput .btnSendOTP:hover {
        background: #1abdd4;
        color: #fff;
    }

.Login .ItemText {
    padding-bottom: 8px;
}

    .Login .ItemText > label {
        color: #ff2c97;
    }

.Login .ItemInput input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px #e1e1e1 solid;
    background-color: #fff;
    height: 40px;
    line-height: 38px;
    padding: 0 35px 0 10px;
    outline: none;
}

    .Login .ItemInput input[type=file] {
        height: auto;
        line-height: normal;
        background-color: transparent;
        padding: inherit;
        width: auto;
        border: 0;
    }

.Login .ItemInput select {
    min-height: 40px;
    border: 1px #e1e1e1 solid;
    padding-left: 7px;
}

.Login .ItemInput span.k-state-default {
    border: 0;
}

.Login .ItemInput span.k-picker-wrap {
    padding-right: 40px;
}

.Login .ItemInput span.k-select {
    border: 1px #e1e1e1 solid;
    border-left: 0;
    box-sizing: border-box;
}

.Login .ItemInput span.k-picker-wrap span.k-select {
    min-width: 40px;
    line-height: 40px;
}

.Login .ItemInput span.k-input {
    text-indent: inherit;
}

.Login .Form-Right {
    width: 305px;
    float: right;
    padding-top: 20px;
}

    .Login .Form-Right .Buttons input {
        width: 100%;
        padding: 12px 20px;
        border-radius: 3px;
        font-size: 13px;
        background: #c8102e;
    }

        .Login .Form-Right .Buttons input:hover {
            background: #ff2c97;
        }

    .Login .Form-Right .ItemText {
        padding: 13px 0;
        color: #777;
        font-size: 13px;
    }

.Form-Right button.fb-button {
    background: #3b5998;
    color: #fff;
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
}

    .Form-Right button.fb-button:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 15px;
        margin-top: -3px;
        background: url("../images/sprite-kingbeautify.png") no-repeat -69px -38px;
        vertical-align: middle;
    }

    .Form-Right button.fb-button:hover {
        background: #1b4294;
    }

.RegisterUser .Form-Right {
    padding-top: 0;
}

    .RegisterUser .Form-Right .ItemRow:first-child .ItemText {
        padding-top: 0;
        padding-bottom: 8px;
    }

    .RegisterUser .Form-Right .Buttons {
        margin-top: 20px;
    }

.Login-Popup .titleForm, .EditUser .titleForm, .ChangePassWord .titleForm, .UserAddress .titleForm {
    padding: 18px 0 18px 30px;
}

.Form.Login-Popup, .Form.EditUser, .Form.ChangePassWord, .Form.UserAddress {
    width: auto;
    background-color: #fff;
}

.Login-Popup .Form-ds, .EditUser .Form-ds, .ChangePassWord .Form-ds, .UserAddress .Form-ds {
    padding: 30px;
}

.Login-Popup .Form-Left, .Login-Popup .Form-Right {
    width: auto;
    float: none;
}

.UserAddress .Form-ds {
    padding-top: 0;
}

.UserAddress .ItemText {
    padding-top: 20px;
}

.UserAddress .Paymethod {
    margin-top: 20px;
}

.Login.EditUser .ItemInput, .ChangePassWord .ItemInput {
    padding: 0 0 20px;
}

.Login.EditUser .Row06 > div {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    padding-bottom: inherit;
}

    .Login.EditUser .Row06 > div:first-child {
        padding-left: 0;
    }

.EditUser #imgAvatar {
    vertical-align: middle;
    margin-left: 20px;
}

    .EditUser #imgAvatar > img {
        max-width: 100px;
    }

.Login.EditUser .Buttons, .ChangePassWord .Buttons, .UserAddress .Buttons {
    text-align: center;
    padding: 15px;
}

    .Login.EditUser .Buttons input, .ChangePassWord .Buttons input, .UserAddress .Buttons input {
        min-width: 150px;
    }

/*--------- Promotion Hot --------*/
.promotion-hot {
    margin-bottom: 20px;
}

    .promotion-hot .darna-heading {
        display: none;
    }

    .promotion-hot .wpb-row {
        margin-right: -25px;
    }

        .promotion-hot .wpb-row .wpb-column {
            padding-right: 25px;
            padding-bottom: 25px;
        }

    .promotion-hot .wpb-img {
        height: 320px;
        overflow: hidden;
    }

        .promotion-hot .wpb-img img {
            width: 100%;
            min-height: 320px;
        }

    .promotion-hot h3.wpb-title {
        display: inline-block;
        font-size: 20px;
        font-weight: 400;
    }

    .promotion-hot span.wpb-time {
        float: right;
        padding-top: 12px;
    }

.wpb-time .ic-time {
    background-position: 0 -36px;
}

/*--------- Products Selling --------*/
.products-selling .darna-heading {
    padding-bottom: 20px;
}

.title-col, .wpb-row .sidebar-title {
    font-family: SFUFuturaBook;
    text-align: center;
    position: relative;
}

    .title-col:before, .slide-prod-selling .darna-heading:before, .wpb-row .sidebar-title:before {
        content: "";
        display: block;
        background-color: #e0e0e0;
        height: 1px;
        position: absolute;
        width: 100%;
        top: 25px;
    }

    .title-col a, .slide-prod-selling .darna-heading h2, .slide-prod-selling .darna-heading > p, .wpb-row .sidebar-title h1, .wpb-row .sidebar-title > p {
        font-size: 24px !important;
        font-weight: 700;
        display: inline-block;
        padding: 5px 25px;
        background-color: #fff;
        position: relative;
        z-index: 2;
        margin: 0;
    }

        .title-col a.viewmore {
            float: right;
            font-size: 17px;
            margin-top: 5px;
            color: #4a90e2;
            display: none;
        }

            .title-col a.viewmore:after {
                content: "";
                display: inline-block;
                width: 12px;
                height: 12px;
                vertical-align: middle;
                background: url("../images/sprite-kingbeautify.png") no-repeat -482px -320px;
                margin-left: 4px;
                margin-top: -1px;
            }

            .title-col a:hover, .title-col a.viewmore:hover {
                color: #19bcd4;
            }

                .title-col a.viewmore:hover:after {
                    background-position: -482px -345px
                }

.products-search .wpb-row, .products-category .wpb-row {
    margin: 0 -10px;
}

.products-selling .wpb-main {
    margin: 0px 0 20px;
}

.products-selling .wpb-row .wpb-column {
    padding: 0 12px 24px;
    overflow: hidden;
}

.products-selling .wpb-row .wpb-column-5 {
    position: relative;
}

.products-selling .wpb-img {
    text-align: center;
    height: 220px;
    overflow: hidden;
    margin-bottom: 15px;
}

    .products-selling .wpb-img img {
        max-width: 100%;
        max-height: 100%;
    }

        .products-selling .wpb-img img:hover {
            -moz-transform: scale(1.3);
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }

.products-selling .wpb-spice {
    font-size: 16px;
    color: #040404;
    padding-bottom: 5px;
    display: inline-block;
}

.wpb-spice-old {
    display: inline-block;
    margin-left: 10px;
}

.wpb-saleOff span {
    color: #f00;
}

.wpb-spice-old span {
    text-decoration: line-through;
}

.wpb-left, .wpb-right {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 600;
    color: #19191e;
}

    .wpb-left .member {
        display: block;
        background-color: #19bcd4;
        color: #fff;
        padding: 3px 10px 2px;
        margin-top: 5px;
        text-align: center;
    }

    .wpb-right .percent {
        color: #19bcd4;
        margin-top: 3px;
        font-weight: 700;
    }

.more-img {
    margin: -12px;
}

    .more-img a {
        display: block;
        height: 390px;
        overflow: hidden;
    }

    .more-img img {
        min-width: 100%;
        height: 390px;
    }

.wpb-column .viewmore {
    border: 2px #fff solid;
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -31px;
    width: 170px;
    margin-left: -87px;
    text-align: center;
}

    .wpb-column .viewmore:hover {
        border-color: #19bcd4;
        color: #19bcd4
    }

.mixedSlider {
    position: relative;
}

    .mixedSlider .MS-content {
        white-space: nowrap;
        overflow-x: auto;
        min-height: 280px;
        padding-bottom: 4px\0;
    }

        .mixedSlider .MS-content:empty {
            display: none;
        }

        .mixedSlider .MS-content .item {
            display: inline-block;
            width: 20%;
            position: relative;
            vertical-align: top;
            overflow: hidden;
            height: 100%;
            white-space: normal;
            padding: 10px 10px;
            box-sizing: border-box;
            text-align: center;
        }

            .mixedSlider .MS-content .item .imgTitle {
                position: relative;
                height: 220px;
                overflow: hidden;
                text-align: center;
            }

                .mixedSlider .MS-content .item .imgTitle img {
                    max-width: 100%;
                    max-height: 100%;
                }

.amazingcarousel-text {
    padding-top: 10px;
    text-align: left;
}

.amazingcarousel-title {
    position: relative;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
}

.amazingcarousel-spice {
    font-size: 16px;
    color: #040404;
    padding-bottom: 5px;
    display: inline-block;
}

.amazingcarousel-spice-old {
    display: inline-block;
    margin-left: 10px;
}

    .amazingcarousel-spice-old span {
        text-decoration: line-through;
    }

.mixedSlider .MS-controls {
    display: none;
}

.mixedSlider:hover .MS-controls {
    display: block;
}

.mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 34%;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}

.mixedSlider .MS-controls .MS-left {
    right: auto;
    left: -2px;
    padding: 0;
}

.mixedSlider .MS-controls .MS-right {
    right: -2px;
    padding: 0;
}

.fa-angle-left:before, .fa-angle-right:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/arrows2.png") no-repeat;
    cursor: pointer;
}

.fa-angle-right:before {
    background-position: -30px 0;
}

.fa-angle-left:hover:before, .fa-angle-right:hover:before {
    background-position: -60px 0;
}

.fa-angle-right:hover:before {
    background-position: -90px 0;
}

/*--------- product Detail --------*/
.products-detail .breakum, .products-detail .container {
    margin: 0 auto;
    padding: 0;
}

.products-detail > .container {
    padding: 21px 0 0;
}

.productL {
    display: inline-block;
    vertical-align: top;
}

.productR {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 600px;
}

.prodOf, .wpb-color-title, .wpb-size-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.prod-sku {
    font-weight: normal;
    display: block;
    padding: 8px 0 2px;
    font-size: 16px;
}

.prod-description {
    margin-bottom: 18px;
    line-height: 1.5;
}

    .prod-description:empty, .prod-sku:empty {
        display: none;
    }

.prodOf a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}

    .prodOf a:hover {
        color: #19bcd4;
    }

.products-detail .prod-title {
    font-size: 2rem;
    margin-bottom: 15px;
    overflow: hidden;
    font-weight: 700;
}

.products-detail .prod-spice {
    font-size: 24px;
    margin-bottom: 8px;
    display: inline-block;
    padding-right: 10px;
}

.products-detail .prod-spice-old {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

.products-detail .wpb-saleoff .saleoff-Item {
    padding: 5px 0;
    font-size: 16px;
    color: #19bcd4;
}

.prod-spice-old span {
    text-decoration: line-through;
}

.products-detail .wpb-size {
    margin-top: 30px;
    margin-right: -15px;
}

.title-size {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.productR .wpb-size span {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    border: 2px transparent solid;
    margin-right: 12px;
    cursor: pointer;
    margin-bottom: 12px;
    position: relative;
    background: #f5f5f5;
    border-radius: 2px;
}

    .productR .wpb-size span.selected {
        padding-left: 20px;
        border-color: #c8102e;
        background: #fff
    }

        .productR .wpb-size span.selected::before {
            content: "";
            width: 0;
            height: 0;
            border: 0 solid transparent;
            transform: rotate(-45deg);
            border-right-width: 15px;
            border-left-width: 15px;
            border-bottom: 15px solid #c8102e;
            position: absolute;
            top: -3px;
            left: -10px;
        }

        .productR .wpb-size span.selected::after {
            content: '';
            display: block;
            width: 3px;
            height: 6px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
            position: absolute;
            top: 0;
            left: 4px;
        }

.wpb-color-title {
    margin-top: 15px;
}

.div-color-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

    .div-color-item a {
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
    }

.btn-addcart {
    padding: 18px 0 25px;
}

    .btn-addcart button, .btn-addcart input {
        height: 40px;
    }

        .btn-addcart input[type=submit] {
            font-weight: 700;
            margin-left: 7px;
        }

            .btn-addcart input[type=submit]:first-child {
                margin-left: 0;
            }

    .btn-addcart > span {
        padding: 8px 20px;
        background-color: #c8102e;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        box-sizing: border-box;
        border: 2px #c8102e solid;
    }

ul.prod-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.prod-items li {
        padding: 8px 0;
        font-size: 16px;
    }

.products-detail i.ic {
    width: 24px;
    height: 24px;
    background-position: 0 -65px
}

.products-detail i.ic-delivery {
    background-position: 0 -91px
}

.products-detail i.ic-returned {
    background-position: 0 -119px
}

.products-detail .tab_content img {
    max-width: 100%;
}

.pgwSlider ul.ps-list {
    height: 540px;
    overflow: hidden;
    width: 106px;
}

ul.ps-list .mCustomScrollBox {
    outline: none;
    margin-right: 18px;
}

.ps-list ul li {
    max-width: 88px;
    height: auto !important;
}

.products-detail .sidebar-title {
    padding-bottom: 30px;
}

/*---------------------------- 
		cartComplete
-----------------------------*/
.cartComplete .darna-heading h2 {
    padding-bottom: 0;
    padding-top: 15px;
    font-weight: 700;
    color: #5e5e5e;
}

.cartComplete .darna-heading p {
    font-size: 28px;
    margin: 15px 0 0;
    color: #19bcd4;
}

    .cartComplete .darna-heading p.divInfo {
        color: #5e5e5e;
        line-height: 140%;
    }

        .cartComplete .darna-heading p.divInfo strong {
            color: #19191e
        }

.cartComplete .darna-heading:after {
    display: none;
}

.cartComplete .container {
    border: 1px #e5e5e5 solid;
    margin-bottom: 20px;
    border-radius: 3px;
}

    .cartComplete .container:first-child {
        margin-top: 10px;
    }

.cartComplete .title-wpb {
    background-color: #f2f1f0;
    padding: 14px 20px;
    border-bottom: 1px #e5e5e5 solid;
    font-size: 18px;
    font-weight: 700;
    color: #19191e;
}

    .cartComplete .title-wpb label, .cartComplete .title-wpb a {
        color: #1abdd4;
    }

.title-wpb span {
    float: right;
    font-weight: normal;
    color: #999;
    font-size: 15px;
    margin-top: 1px;
}

.title-wpb .expandDetail {
    border: 0;
    background: url("../images/down-select.png") no-repeat right 5px;
    width: 18px;
    height: 18px;
    float: right;
    margin: 2px 0 0 15px;
    cursor: pointer;
    transform: rotate(-90deg)
}

.title-wpb .expanded {
    transform: none;
}

.title-wpb .expandDetail:focus {
    outline: none
}

.cartComplete .wpb-main {
    padding: 20px;
}

.cartComplete .list-product .wpb-size {
    font-size: 18px;
}

.cartComplete .wpb-main .wpb-row {
    padding-bottom: 30px;
    font-size: 15px;
}

.cartComplete .wpb-main .wpb-spice, .cartComplete .wpb-main .wpb-numb {
    font-weight: 600;
}

    .cartComplete .wpb-main .wpb-spice span, .cartComplete .wpb-main .wpb-numb span {
        color: #555;
        font-weight: 400;
    }

.cartComplete .list-product .wpb-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.cartComplete .wpb-numb {
    margin-bottom: 8px;
}

.cartComplete .list-product .wpb-title a {
    color: #212121;
    font-weight: 600;
}

    .cartComplete .list-product .wpb-title a:hover {
        color: #19bcd4;
    }

/*---------------------------- 
		tb-form
-----------------------------*/
.tb-form {
    border-collapse: collapse;
    width: 100%;
}

    .tb-form th {
        padding: 10px 10px;
        text-align: left;
        color: #19191e;
    }

    .tb-form td {
        padding: 8px 10px;
    }

        .tb-form th:first-child, .tb-form td:first-child {
            padding-left: 0;
        }

        .tb-form th:last-child, .tb-form td:last-child {
            padding-right: 0;
        }

.div-form {
    display: table;
    width: 100%;
}

    .div-form > div {
        display: table-cell;
        vertical-align: top;
    }

        .div-form > div.col-01 {
            min-width: 120px;
        }

        .div-form > div.col-04 {
            min-width: 280px;
        }

        .div-form > div > div {
            padding: 8px 10px;
            box-sizing: border-box;
            font-size: 15px;
        }

    .div-form div.div-head {
        height: 40px;
        font-weight: 700;
        color: #19191e;
    }

    .div-form > div:first-child > div {
        padding-left: 0;
    }

    .div-form > div:last-child > div {
        padding-right: 0;
    }

    .div-form .div-row > div {
        display: inline-block;
        vertical-align: top;
    }

.div-row div.td-row02 {
    float: right;
}

.div-row div.td-address {
    float: none;
    display: block;
    margin-top: 16px;
}

.div-form .total, .div-form .total-price {
    font-weight: 700;
    color: #ff2c97;
    font-size: 20px;
    margin-top: 20px;
}

.div-form .right, .total-price {
    text-align: right;
}

.div-wishlist .col-01 .div-row span {
    display: block;
    margin-top: 16px;
}

.wpb-bm {
    float: right;
    padding-top: 20px;
    border-top: 1px #e5e5e5 solid;
    margin-top: 10px;
    font-size: 20px
}

    .wpb-bm > span {
        padding-right: 100px;
    }

    .wpb-bm > a {
        color: #1abdd4;
    }

        .wpb-bm > a:hover {
            color: #19bcd4;
        }

/*---------------------------- 
		Detail
-----------------------------*/
.news-detail .title, .products-detail .menu-breakum {
    margin-top: -25px;
    padding: 20px 0 0;
}

    .news-detail .title h2 {
        margin: 0 auto;
        font-family: SFUFuturaBook;
        font-size: 24px;
        border-bottom: 1px #e5e5e5 solid;
        padding-bottom: 18px;
        text-transform: uppercase;
    }

.news-detail .content {
    padding: 30px 0 0;
    min-height: 450px;
    font-size: 16px;
    line-height: 1.5;
}

.news-detail .des {
    margin-bottom: 20px;
    font-weight: 700;
}

.news-detail .cont ul {
    margin: 20px 0
}

    .news-detail .cont ul li {
        margin: 8px 0;
    }

.news-detail p img {
    max-width: 100%;
    height: auto !important;
}

/*---------------------------- 
		Payment
-----------------------------*/
.paymentL {
    width: 44%;
    float: left;
    box-sizing: border-box;
    padding-right: 10px;
}

.paymentR {
    width: 56%;
    float: right;
    box-sizing: border-box;
}

    .paymentR .Paymethod {
        border: 1px #e5e5e5 solid;
    }

.Payment .wpb-items {
    border: 1px #e5e5e5 solid;
    margin-bottom: 20px;
    font-size: 20px;
}

.Payment .item-title {
    padding: 15px 12px;
}

.Payment .item-main {
    padding: 20px;
}

.Payment .wpb-item {
    padding-bottom: 25px;
}

.Payment .wpb-total {
    padding-top: 25px;
    border-top: 1px #e5e5e5 solid;
    font-size: 24px;
    color: #19191e;
}

    .Payment .wpb-total label {
        float: right;
        color: #19bcd4;
        font-size: 32px;
        font-weight: 700;
        margin-top: -7px;
    }

.paymentitems .wpb-item label {
    float: right;
    font-size: 18px;
}

.Payment .item-title span {
    font-size: 20px;
    color: #19191e;
    font-weight: 600;
}

.Payment .item-title label {
    padding-left: 3px;
    font-size: 14px;
    font-weight: 600;
    float: right;
}

.wpb-item input[type=radio] {
    margin-right: 8px;
}

.receiving-address .wpb-item label {
    float: left;
}

.divUserLoginInfo {
    margin-left: 32px;
}

    .divUserLoginInfo p {
        margin: 6px 0;
    }

        .divUserLoginInfo p:first-child {
            font-weight: 600;
            margin-bottom: 7px;
        }

.item-title a {
    float: right;
    color: #1abdd4;
    cursor: pointer;
}

    .item-title a:hover {
        color: #ff2c97;
    }

.paymentL a.btn-empty-continue {
    cursor: pointer;
    color: #1abdd4;
    margin-bottom: 15px;
    display: inline-block;
    padding-left: 33px;
}

    .paymentL a.btn-empty-continue:hover {
        color: #ff2c97;
    }

.Payment .list-product {
    margin-bottom: 0;
}

.list-product .wpb-item {
    padding: 20px 0;
    border-top: 1px #e5e5e5 solid;
}

    .list-product .wpb-item:first-child {
        border-top: 0;
        padding-top: 0;
    }

.list-product .item-title, .Paymethod .item-title {
    background-color: transparent;
    border-bottom: 0;
    padding-top: 20px;
}

.list-product .wpb-img {
    float: left;
    margin-right: 25px;
}

    .list-product .wpb-img a {
        display: block;
        width: 120px;
        overflow: hidden;
        text-align: center;
    }

.cartComplete .list-product .wpb-img {
    margin-right: 20px;
}

    .cartComplete .list-product .wpb-img a {
        width: 100px;
    }

.list-product .wpb-img img {
    max-width: 100%;
}

.list-product .wpb-title {
    font-size: 17px;
}

.wpb-title a {
    cursor: pointer;
    line-height: 140%;
}

.list-product .wpb-size, .list-product .wpb-number {
    font-size: 14px;
}

.list-product .wpb-size {
    margin-bottom: 10px;
}

    .list-product .wpb-size:empty {
        display: none
    }

.list-product .wpb-number select, .wpb-number .up-down-select {
    padding: 7px 0;
    width: 68px;
    border: 1px #e5e5e5 solid;
    margin-top: 6px;
    position: relative;
    border-radius: 2px;
}

.up-down-select {
    text-align: center;
}

    .up-down-select .btn-up-down a {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: url("../images/sprite-kingbeautify.png") no-repeat 0 -246px;
        font-size: 0;
        position: absolute;
        left: 8px;
        top: 10px;
    }

    .up-down-select .up a {
        left: auto;
        right: 8px;
        background-position: 0 -267px;
    }

.cartR .wpb-spice-old {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: right;
}

.cartR .wpb-spice {
    font-size: 19px;
    font-weight: 700;
    text-align: right;
    display: inline-block;
}

.list-product .prod-cancel {
    display: none;
}

    .list-product .prod-cancel a {
        color: #1abdd4;
        font-weight: 600;
        cursor: pointer;
    }

        .list-product .prod-cancel a:hover {
            color: #ff2c97;
        }

.Paymethod .item-main {
    padding: 10px 20px;
}

.Paymethod .wpb-item {
    padding-top: 25px;
    padding-bottom: 0;
}

    .Paymethod .wpb-item:first-child {
        padding-top: 0;
    }

.Paymethod .itemrow {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
}

.Paymethod .item-main table td {
    padding: 10px 0;
}

    .Paymethod .item-main table td label {
        padding-left: 10px;
    }

.Paymethod .item-main input.Accountm {
    border: 0;
    background: url("../images/bg-button-w.gif");
    margin: 0 0 15px 34px;
    padding: 0;
    font-size: 20px;
    color: #1abdd4;
    cursor: pointer;
}

    .Paymethod .item-main input.Accountm:hover {
        color: #19bcd4
    }

.itemrow {
    padding-bottom: 20px;
    width: 65%;
}

    .itemrow .itemtext {
        padding-bottom: 10px;
    }

.itemtext label {
    color: #19bcd4;
}

.iteminput input[type=text], .iteminput input[type=number] {
    padding: 10px 20px;
    background: url("../images/bg-button-w.gif");
    border: 1px #e5e5e5 solid;
    border-radius: 2px;
}

.iteminput select {
    padding: 10px 20px;
    border: 1px #e5e5e5 solid;
    border-radius: 2px;
    height: 43px;
    background: url("../images/down-select.png") no-repeat right 12px top 48%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.iteminput option {
    padding: 6px 10px;
}

.iteminput select::-ms-expand {
    display: none;
}

.iteminput textarea {
    border: 1px #e5e5e5 solid;
    min-height: 80px;
}

.itemrow .numberCard {
    float: right;
}

.itemrow .itemL, .itemrow .itemR {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
}

.itemrow .itemL {
    margin-right: -5px;
    padding-right: 20px;
}

.itemrow .iteminput label {
    font-size: 12px;
    font-weight: normal;
}

.iteminput input[type=checkbox] {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.Butttons button, .Butttons input {
    background: url("../images/bg-button2.gif");
    color: #fff;
}

.Paymethod .Butttons {
    padding: 10px 40px;
    text-align: center;
}

    .Paymethod .Butttons button, .Paymethod .Butttons input {
        width: 100%;
        padding: 15px 30px;
        font-size: 20px;
    }

.imgfootitem {
    text-align: right;
}

.mainPay {
    padding: 15px 10px;
    background-color: #fff;
}

.ItemsPay {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: -10px;
}

    .ItemsPay li {
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        padding: 0 10px 10px 0;
    }

        .ItemsPay li a {
            display: table-cell;
            border: 2px #e3e3e3 solid;
            padding: 10px 8px;
            border-radius: 4px;
            height: 100px;
            text-align: center;
            vertical-align: middle;
            position: relative;
            box-sizing: border-box;
            width: 175px;
            cursor: pointer;
        }

        .ItemsPay li.selected a {
            border: 2px #59d26b solid;
        }

            .ItemsPay li.selected a:before {
                content: "";
                display: inline-block;
                width: 16px;
                height: 16px;
                background: url("../images/sprite-kingbeautify.png") no-repeat 0 -195px;
                position: absolute;
                top: 8px;
                right: 8px;
            }

        .ItemsPay li img {
            max-width: 175px;
            max-height: 100px;
        }

/*-----------------------------------
		TermsOfUse
------------------------------------*/
.TermsOfUse {
    padding: 0 20px;
    margin-top: 40px;
    font-size: 14px;
    line-height: 135%;
}

    .TermsOfUse h2 {
        color: #444;
        font-size: 28px;
        text-align: left;
        line-height: 28px;
        text-transform: uppercase;
    }

    .TermsOfUse .left, .TermsOfUse .right {
        display: table-cell
    }

    .TermsOfUse .left {
        width: 28%;
    }

    .TermsOfUse .right {
        padding-left: 50px;
        padding-bottom: 20px;
    }

.menuleft ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 560px;
    border-right: 1px #c7c7c7 solid;
    text-align: right;
}

    .menuleft ul li a {
        display: inline-block;
        padding: 10px 30px 10px 0;
        font-size: 20px;
        color: #343434;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
    }

        .menuleft ul li a:hover {
            color: #1abdd4;
        }

.menuleft .selected a {
    color: #1abdd4;
}

.TermsOfUse table {
    border: 1px #e1e1e1 solid;
    border-collapse: collapse;
    margin: 0 auto;
}

    .TermsOfUse table th, .TermsOfUse table td {
        padding: 8px 15px;
        border: 1px #e1e1e1 solid;
    }

.TermsOfUse .right-ds h3 {
    border-top: 1px #e5e5e5 solid;
    padding-top: 18px;
    color: #343434;
}

    .TermsOfUse .right-ds h3.h3-first {
        border-top: 0;
        padding-top: 0;
    }

/*-----------------------------------
		Popup
------------------------------------*/
body div.k-window {
    background: none;
    border: 0;
    box-shadow: none !important;
}

.k-widget .k-window-content {
    background-color: transparent;
}

.Form .titleForm {
    font-size: 20px;
}

.k-window .k-window-titlebar {
    background: none;
    margin-top: 0 !important;
}

.k-window-titlebar div.k-window-actions {
    right: 15px;
    top: 18px;
    z-index: 500;
    padding-top: 0;
}

.k-window-titlebar a.k-window-action {
    width: 25px;
    height: 25px;
    padding: 0;
    background: url("../images/sprite-kingbeautify.png") no-repeat right -47px;
    cursor: pointer;
}

.k-window-titlebar a.k-state-hover {
    border: 0;
}

.k-window-titlebar a.k-window-action .k-icon {
    display: none;
}

.popupmain {
    background-color: #fff;
    min-height: 280px;
    padding-bottom: 10px;
}

.titlepopup {
    background-color: #f8f7f5;
    padding: 15px 20px;
    border-radius: 6px 6px 0 0;
    position: relative;
    box-sizing: border-box;
    min-height: 64px;
}

    .titlepopup h1, .titlepopup h3 {
        margin: 0 0 0 0;
        font-size: 20px;
        color: #19191e;
    }

    .titlepopup p {
        margin: 5px 0 0;
        font-size: 14px;
        font-weight: 500;
        color: #999;
    }

    .titlepopup .icon {
        position: absolute;
        right: 18px;
        top: 14px;
        display: inline-block;
        width: 36px;
        height: 36px;
        background: url("../images/sprite-kingbeautify.png") no-repeat right top;
        cursor: pointer;
    }

.cart .titlepopup .icon {
    top: 18px;
}

.cartaddress .titlepopup h3 {
    margin-top: 6px;
}

.mainpopup {
    padding: 30px 40px 40px;
    overflow: hidden;
}

.cart .mainpopup {
    padding: 0;
}

.cartaddress .mainpopup {
    padding-left: 160px;
    overflow: auto;
}

.mainpopup .itemrow {
    width: auto;
}

.mainpopup .itemtext {
    display: inline-block;
    width: 200px;
    box-sizing: border-box;
}

.cartaddress .mainpopup .itemtext {
    padding-left: 26px;
}

.cartaddress .itemrow > label {
    font-size: 20px;
    color: #19191e;
    font-weight: 600;
}

.cartaddress .itemrow > p {
    padding-left: 26px;
    margin: 10px 0 0 0;
}

.mainpopup .iteminput {
    display: inline-block;
    width: 300px;
}

.mainpopup .Butttons {
    text-align: right;
}

    .mainpopup .Butttons button, .mainpopup .Butttons input[type=submit] {
        margin-left: 5px;
    }

.cartaddress .Buttons {
    padding: 15px 0;
    text-align: center;
    border-bottom: 0;
}

    .cartaddress .Buttons input {
        min-width: 90px;
    }

        .cartaddress .Buttons button.btnCancel, .cartaddress .Buttons input.btnCancel {
            background: #fff;
            color: #19191e;
            border: 1px #e5e5e5 solid;
            background: url("../images/bg-button-w.gif")
        }

.popupL {
    width: 60%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 25px;
    border-right: 1px #e5e5e5 solid;
    min-height: 240px;
}

.popupitem {
    padding: 18px 0;
    border-top: 1px #f3f3f3 solid;
}

.item-main .popupitem:first-child {
    border-top: 0;
    padding-top: 0;
}

.popupL .popupitem:first-child {
    border-top: 0;
}

.popupL .list-product .wpb-img a {
    width: 112px;
    height: 142px;
    line-height: 142px;
}

.popupL .list-product .wpb-img img {
    max-width: 100%;
}

.popupL .list-product .prod-cancel {
    display: block;
    text-align: right;
    padding-top: 10px;
    font-size: 13px;
}

.cartL {
    display: inline-block;
}

.cartR {
    width: 200px;
    float: right;
    text-align: right;
}

.wpb-number > span {
    display: block;
}

.Popup .list-product .cartR {
    width: auto;
    max-width: 300px
}

.Popup .list-product .SalePriceDesc {
    display: flex;
    margin-top: 7px
}

span.spSalePriceDesc {
    white-space: nowrap;
    font-weight: 600;
    margin-top: 2px;
    font-size: 13px
}

.Popup .tbSalePriceDesc td {
    font-size: 13px
}

.popupR {
    width: 40%;
    float: right;
    box-sizing: border-box;
    padding: 48px 25px 0 20px;
}

    .popupR .total-spice, .saving {
        font-weight: 600;
        overflow: hidden;
        padding-bottom: 15px;
    }

        .popupR .total-spice span {
            font-size: 16px;
            display: inline-block;
            color: #19191e;
            margin-top: 2px;
        }

        .popupR .total-spice label {
            float: right;
            font-size: 21px;
            color: #19bcd4;
            margin-top: -1px;
        }

.saving {
    color: #999;
}

    .saving span {
        display: inline-block;
        font-size: 15px;
        margin-top: 2px;
    }

    .saving label {
        font-size: 18px;
        float: right;
    }

.popupmain .buttons {
    padding: 15px 0;
}

    .popupmain .buttons button {
        padding: 14px 20px;
    }

.popupR .buttons button {
    width: 100%;
}

.popupmain .btn-more {
    padding-top: 0;
}

    .popupmain .btn-more button {
        background: none;
        color: #5e5e5e;
        text-transform: none;
    }

        .popupmain .btn-more button:hover {
            color: #19bcd4;
        }

#ContentPlaceHolder1_divNoItem, #Content_divNoItem {
    text-align: center;
    padding-top: 100px;
    background-color: #fff;
}

#ContentPlaceHolder1_divNoItem {
    padding-bottom: 100px;
}

#Content_divNoItem {
    padding: 20px 0 40px;
}

    #ContentPlaceHolder1_divNoItem h3, #Content_divNoItem h3, .No-address h3 {
        font-size: 28px;
        color: #19bcd4;
    }

#ContentPlaceHolder1_divNoItem a.btn-empty-continue, .No-address a.btn-empty-continue {
    display: inline-block;
    padding: 15px 50px;
    background-color: #19bcd4;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
    margin-top: 20px;
}

    #ContentPlaceHolder1_divNoItem a.btn-empty-continue:hover {
        color: #fff;
    }

.No-address {
    padding: 50px;
    background-color: #fff;
    text-align: center;
}

/*---------------------------- 
		tabs
-----------------------------*/
#tabContaier {
    padding: 30px 0;
}

#horizontalTab {
    margin: 30px 0;
    font-size: 16px;
}

    #horizontalTab h1 {
        font-size: 24px !important;
    }

    #horizontalTab h2 {
        font-size: 21px !important;
    }

    #horizontalTab h3 {
        font-size: 18px !important;
    }

    #horizontalTab p {
        line-height: 1.5;
    }

        #horizontalTab p, #horizontalTab p span {
            font-family: Arial,sans-serif !important;
        }

    #tabs, #horizontalTab > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        border-bottom: 1px #e5e5e5 solid;
    }

        #tabs li, #horizontalTab > ul > li {
            display: inline-block;
        }

            #tabs li a, #horizontalTab > ul > li > a {
                display: inline-block;
                padding: 12px 20px;
                font-weight: 700;
                font-family: SFUFuturaBook;
                text-decoration: none;
                outline: none;
                font-size: 18px;
                text-transform: uppercase;
            }

                #tabs li a:first-child {
                    padding-left: 10px;
                }

            #tabs li.active a {
                font-weight: 700;
            }

            #tabs li a:hover {
                color: #19bcd4;
            }

.tab_content {
    display: none;
}

#tabs_content_container {
    padding-top: 30px;
    line-height: 130%;
}

#tabContaier .news-item .des {
    text-align: justify;
}

#tabContaier .newsimg img {
    width: 200px;
}

#tabContaier span.day {
    display: block;
    padding-top: 5px;
    padding-bottom: 2px;
}

.tabs_contentR {
    width: 240px;
    float: right;
}

    .tabs_contentR li {
        padding: 3px 10px;
    }

.tab_content a {
    display: inline-block;
}

.tab_content .news-item {
    padding: 5px 0;
}

.tab_content h4.title {
    margin: 0;
    font-weight: normal;
}

#horizontalTab > ul > li > a {
    font-size: 24px;
    padding-left: 0;
}

#horizontalTab > div {
    line-height: 150%;
    margin-top: 30px;
}

    #horizontalTab > div ul li {
        margin: 8px 0;
    }

.r-tabs {
    margin-top: 40px;
}

    .r-tabs .r-tabs-nav {
        margin: 0;
        padding: 0;
        font-family: SFUFuturaBook;
    }

    .r-tabs .r-tabs-tab {
        display: inline-block;
        margin: 0;
        ist-style: none;
    }

        .r-tabs .r-tabs-tab a, .r-tabs-accordion-title a {
            display: inline-block;
            vertical-align: top;
            padding: 12px 20px;
            text-decoration: none;
            color: #212121;
            font-size: 18px;
            text-transform: uppercase;
        }

        .r-tabs .r-tabs-tab:first-child a {
            padding-left: 0;
        }

.r-tabs-accordion-title a {
    padding: 18px 0;
    font-weight: 700;
    display: block;
}

    .r-tabs-accordion-title a:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("../images/sprite-kingbeautify.png") no-repeat 0 -288px;
        float: right;
    }

.r-tabs-accordion-title.r-tabs-state-active a:after {
    display: none;
}

.r-tabs .r-tabs-state-active a {
    font-weight: 700;
    font-size: 18px;
}

.r-tabs .r-tabs-panel {
    padding: 20px 0;
    display: none;
    line-height: 150%;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
    border-top: 1px #e5e5e5 solid;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

.r-tabs-panel img {
    max-width: 100%;
}

.r-tabs .r-tabs-panel p, .r-tabs .r-tabs-panel td, .r-tabs .r-tabs-panel div, .r-tabs .r-tabs-panel span {
    font-family: Arial,sans-serif !important;
    font-size: 13px !important;
    line-height: 150%;
}

.r-tabs .r-tabs-panel table {
    border: 1px #ccc solid !important;
    border-collapse: collapse;
    max-width: 100%;
}

    .r-tabs .r-tabs-panel table td {
        padding: 8px 12px !important;
        border: 1px #ccc solid !important;
        line-height: 150% !important;
    }

.r-tabs .r-tabs-panel p:first-child {
    margin-top: 0;
}

.r-tabs .r-tabs-panel ul li {
    margin: 8px 0;
}

/*---------------------------- 
		Advertisement
-----------------------------*/
.Advertisement {
    background-color: #827b00;
    color: #fff;
    height: 194px;
    text-align: center;
    line-height: 194px;
    text-transform: uppercase;
    font-size: 36px;
}

/*---------------------------- 
		slide-prod-selling
-----------------------------*/
.slide-prod-selling {
    margin-top: 25px;
}

/*---------------------------------
		Filter
----------------------------------*/
.breakum {
    font-size: 13px;
    padding: 0 0 30px;
}

    .breakum > span {
        color: #888;
    }

.filter {
    padding-bottom: 20px;
}

.products-category .menu-breakum {
    display: inline-block;
    padding-top: 10px;
}

.products-category .container {
    clear: both;
}

.products-category .filter {
    float: right;
    padding-bottom: 0;
}

    .products-category .filter .dropdown:first-child {
        display: none;
    }

.dropdown button, .dropdown select {
    padding: 10px 20px;
    font-size: 14px;
}

    .dropdown button:focus {
        outline: none;
    }

.filter .dropdown select {
    margin-top: 10px;
    width: 230px;
    padding: 8px 20px;
}

.filter .dropdown option {
    font-size: 14px;
    padding: 6px 20px;
}

.dropdown, .dropup {
    position: relative;
    display: inline-block;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
}

.btn-default, .dropdown select {
    color: #333;
    background-color: #fff;
    border: 1px #eee solid;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 210px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu > li > a {
    display: block;
    font-weight: 400;
    white-space: nowrap;
    padding: 8px 20px;
}

    .dropdown-menu > li > a:hover {
        background-color: #f5f5f5;
    }

.open > .dropdown-toggle.btn-default:focus {
    color: rgb(51, 51, 51);
    background-color: rgb(212, 212, 212);
    border-color: rgb(140, 140, 140);
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/*--------- Banner Category --------*/
.banner-category {
    margin-bottom: 20px;
    max-height: 500px;
    overflow: hidden;
    margin-top: -25px;
}

    .banner-category img {
        width: 100%;
    }

    .banner-category .wpb-item-1 {
        height: 400px;
        overflow: hidden;
    }

        .banner-category .wpb-item-1 img {
            min-height: 400px;
        }

    .banner-category .wpb-item-2, .banner-category .wpb-item-3 {
        display: inline-block;
        width: 50%;
        margin-right: -5px;
        height: 310px;
        overflow: hidden;
        border-bottom: 2px #e5e5e5 solid;
    }

    .banner-category .wpb-item-2 {
        border-right: 1px #e5e5e5 solid;
    }

        .banner-category .wpb-item-2 img, .banner-category .wpb-item-3 img {
            min-height: 310px;
        }

/*---------------------------------
		Foot
----------------------------------*/
.footer {
    background-color: #0f0f0f;
    color: #fff;
    margin-top: 30px;
}

.foot-ds {
    padding: 25px 0;
    margin: 0 auto;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #9e9e9e
}

.footer a {
    color: #9e9e9e
}

    .footer a:hover {
        color: #1abdd4
    }

.footer-top-col-5 .sidebar {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    box-sizing: border-box;
    position: relative;
}

.footer-top-col-5 .col-4 {
    width: 30%;
}

.footer-top-col-5 .col-3 ul li {
    padding-right: 20px;
}

.googleplay {
    margin-left: 5px;
}

.logo-foot {
    display: inline-block;
}

.footer h3 {
    margin: 19px 0 18px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 60px;
    font-size: 16px;
    position: relative;
    font-family: SFUFuturaBook;
    min-height: 23px;
}

    .footer h3:before {
        content: "";
        display: block;
        height: 1px;
        background-color: #2dbfd6;
        position: absolute;
        width: 60px;
        top: 10px;
    }

.footer .col-3 > h3::before {
    display: none
}

.footer .col-2 h3 {
    padding-right: 100px;
}

.footer-2 {
    border-top: 1px #99989b solid;
    padding-top: 20px;
    display: none;
}

.footL {
    float: left;
}

    .footL > span:first-child {
        display: inline-block;
        width: 104px;
        height: 39px;
        margin-right: 15px;
        background: url("../images/sprite-kingbeautify.png") no-repeat 0 -376px;
        vertical-align: middle;
    }

.footR {
    float: right;
    padding-top: 9px;
}

    .footR ul li {
        display: inline-block;
        padding: 0 18px;
    }

.footer-1 li {
    padding: 8px 20px 8px 0;
}

.footer .facebook {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/ic-face.png") no-repeat;
}

    .footer .facebook img {
        visibility: hidden;
    }

.hotline > div {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 5px 10px 3px 32px;
    z-index: 88;
    background-color: #df2f28;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    background-image: url("../images/ic-phone.png");
    border-radius: 3px 3px 0 0;
    background-repeat: no-repeat;
    background-position: 10px 6px;
}

.hotline span, .hotline a {
    font-family: Arial;
    font-size: 22px;
    color: #fff;
    padding-left: 8px;
    text-decoration: none;
    line-height: 25px;
    /*	text-shadow:
    2px 2px 0 #fff,
   -2px -2px 0 #fff,  
    2px -2px 0 #fff,
   -2px  2px 0 #fff,
    2px  2px 0 #fff;*/
}

.payment-foot {
    min-width: 385px;
    margin-top: 4px;
}

    .payment-foot ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.footer .payment-foot li {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    margin-top: 20px;
    margin-right: -3px;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
}

    .footer .payment-foot li:nth-child(2n) {
        padding-left: 17px;
    }

.payment-foot li label {
    font-size: 10px;
    color: #9e9e9e;
}

.payment-foot .iconcard {
    display: inline-block;
    width: 48px;
    height: 36px;
    margin-right: 12px;
    background: url("../images/sprite-kingbeautify.png") no-repeat -160px -461px;
    float: left;
}

.payment-foot .ic-atm {
    background-position: -218px -461px;
}

.payment-foot .ic-internet {
    background-position: -276px -461px;
}

.payment-foot .ic-delivery {
    background-position: -334px -455px;
    height: 45px;
}

.footer .payment-foot a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding-bottom: 4px;
    font-weight: 700;
}

    .footer .payment-foot a:hover {
        color: #1abdd4;
    }

/*---------------------------------
		menu list
----------------------------------*/
.ShoppingMobile {
    display: none;
}

.listmenu {
    display: none;
    width: 24px;
    height: 24px;
    font-size: 0;
    background: url("../images/sprite-kingbeautify.png") no-repeat 2px -155px;
}

#menulist .topmenu {
    display: table;
    width: 100%;
    padding: 22px 10px 0 25px;
    position: relative;
    box-sizing: border-box;
}

#menulist hr {
    margin: 20px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 0;
}

    #menulist hr:first-child {
        margin: 10px 50px 20px;
    }

#menulist .topmenu hr {
    box-sizing: border-box;
    margin: 32px 40px 0 -39px;
}

#menulist .info-left {
    display: table-cell;
    width: 50px;
    padding-right: 14px;
    vertical-align: top;
}

.topmenu .info-right {
    display: table-cell;
    vertical-align: middle;
}

.topmenu h3 {
    color: #fff;
    padding: 5px 0 7px;
    border: 0;
    font-size: 16px;
    margin: 0;
}

.topmenu .info-right p {
    margin: 0;
}

#menulist .info-right a {
    font-size: 14px;
}

#menulist .info-right a, #menulist .img-avartar a {
    display: inline-block;
    padding: 0;
}

.info-right p label {
    padding: 0 6px
}

#menulist .img-avartar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

    #menulist .img-avartar img {
        width: 100%;
        min-height: 50px;
    }

.menucontent {
    padding: 20px 0 70px;
}

.ShoppingMobile .menucontent ul, .ShoppingMobile .menucontent li {
    display: block;
}

    .ShoppingMobile .menucontent li a {
        display: block;
        padding: 14px 20px 14px 50px;
    }

    .ShoppingMobile .menucontent li.categoryItem a {
        padding-left: 78px;
    }

        .ShoppingMobile .menucontent li.categoryItem a:before {
            content: "-";
            padding-right: 6px;
        }

    .ShoppingMobile .menucontent li.serviceItem a {
        display: inline-block;
        border: 1px #f0f0f0 solid;
        border-radius: 2px;
        padding: 10px 24px;
        margin: 3px 24px;
        font-size: 11px;
        text-transform: uppercase;
        min-width: 170px;
    }

    .ShoppingMobile .menucontent li.ListCategory > span {
        display: block;
        padding: 14px 20px 14px 50px;
        font-size: 14px;
        color: #19191e;
    }

.MenuContextRight {
    display: none;
    background-color: rgba(0,0,0,.4);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2002;
    top: 0;
}

/*---------------------------------
		User Info
----------------------------------*/
.TitleF span {
    color: #5e5e5e;
    display: inline-block;
    font-size: 28px;
    margin: 12px 0 40px;
    vertical-align: top;
    font-weight: bold;
    font-family: SFUFuturaBook;
}

.TitleF .payment-history {
    width: 16px;
    height: 16px;
    margin: 3px 0 0 10px;
    cursor: pointer;
    background: url("../images/ic-btn.png") no-repeat 0 -1214px;
}

.Loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    z-index: 2999;
}

    .Loading img, .processcustome-loading-small img {
        position: absolute;
        left: 48%;
        top: 48%;
    }

/*---------------------------*/
.Form {
    position: relative;
}

    .Form .msgError {
        position: absolute;
        top: 0;
        right: 0;
    }

.UserInfor .msgError {
    background-color: transparent;
    top: 40px;
}

.Form .msgError span {
    top: 0;
}

.UserInfor {
    padding: 40px 0;
    max-width: 1155px;
    margin: 0 auto;
    overflow: hidden;
}

    .UserInfor .Left {
        width: 256px;
        float: left;
    }

    .UserInfor .Right {
        float: right;
        width: 858px;
    }

        .UserInfor .Right .TitleF span {
            margin-top: 0;
            margin-bottom: 30px;
        }

.leftname {
    padding: 1px;
    border: 1px #dedede solid;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
}

    .leftname > div {
        padding: 12px 25px 14px;
        background-color: #1abdd4;
        color: #fff;
        border-radius: 2px 2px 0 0;
    }

    .leftname h3 {
        font-family: SFUFuturaBook;
        margin: 0;
        font-size: 20px;
        text-align: center;
    }

    .leftname p {
        margin: 8px 0 0 0;
        text-align: center;
    }

        .leftname p span {
            display: inline-block;
            vertical-align: middle;
        }

            .leftname p span a {
                color: #fff;
                text-decoration: none;
            }

        .leftname p label {
            padding: 0 10px;
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            margin-top: -2px;
        }

.historymenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 1px;
    border: 1px #dedede solid;
    border-top: 0;
    border-radius: 0 0 3px 3px;
}

.historymenu li {
    padding: 12px 10px 12px 25px;
    border-top: 1px #dedede solid;
}

    .historymenu li:first-child {
        border-top: 0;
    }

    .historymenu li.li-06, .historymenu li.li-07 {
        cursor: pointer;
    }

    .historymenu li span {
        display: inline-block;
        width: 26px;
        height: 26px;
        background: url("../images/menu_UserInfo.png") no-repeat;
        vertical-align: middle;
        margin-right: 10px;
    }
    /*.historymenu li.li-01.selected span{ background-position:0 -285px; }*/
    .historymenu li.li-02 span {
        background-position: 0 -36px;
    }
    /*.historymenu li.li-02.selected span{ background-position:0 -321px; }*/
    .historymenu li.li-03 span {
        background-position: 0 -72px;
    }
    /*.historymenu li.li-03.selected span{ background-position:0 -357px; }*/
    .historymenu li.li-04 span {
        background-position: 0 -108px;
        height: 31px;
    }
    /*.historymenu li.li-04.selected span{ background-position:0 -393px; }*/
    .historymenu li.li-05 span {
        background-position: 0 -144px;
    }
    /*.historymenu li.li-05.selected span{ background-position:0 -430px; }*/
    .historymenu li.li-06 span { /*background-position:0 -178px;*/
        background-position: 0 -214px;
    }
    /*.historymenu li.li-06.selected span{ background-position:0 -499px; }*/
    .historymenu li.li-07 span {
        background-position: 0 -250px;
    }
    /*.historymenu li.li-07.selected span{ background-position:0 -535px; }*/
    .historymenu li.li-08 span {
        background-position: 0 -250px;
    }

.historymenu a {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 8px 0;
    color: #5e5e5e;
    text-decoration: none;
    min-width: 160px;
}

    .historymenu a:hover {
        color: #1abdd4;
    }

.historymenu li.selected a {
    color: #1abdd4;
    font-weight: bold;
}

.historymenu .contact {
    text-align: center;
    margin-top: 30px;
}

    .historymenu .contact span {
        display: inline-block;
        width: 89px;
        height: 89px;
        margin-bottom: 20px;
        background: url("../images/sprite.png") no-repeat -122px -147px;
    }

    .historymenu .contact label {
        display: inline-block;
        width: 184px;
        padding-bottom: 19px;
        color: #1abdd4;
        border-bottom: 1px #e1e1e1 solid;
        font-size: 30px;
        font-weight: bold;
    }

.UserInfor .form-ds {
    overflow: hidden;
}

    .UserInfor .form-ds > .left, .UserDetail .ItemRow > .left {
        width: 172px;
        float: left;
        position: relative;
    }

    .UserInfor .form-ds > .right, .UserDetail .ItemRow > .right {
        margin-left: 200px;
        font-size: 16px;
    }

.UserInfor .CommentList {
    margin-left: 210px;
}

.UserInfor .Right .CommentList {
    margin-left: 0;
}

.img-avartar {
    max-height: 172px;
    overflow: hidden;
    text-align: center;
}

    .img-avartar img {
        width: 100%;
        border: 1px #8c8c8c solid;
    }

.UserInfor .ItemRow {
    overflow: hidden;
}

.UserInfor .form-ds .ItemText {
    padding: 10px 0;
    width: 130px;
    float: left;
    color: #5e5e5e;
}

.UserInfor .form-ds .ItemInput {
    padding: 10px 0;
    margin-left: 130px;
}

.UserInfor .Right .left .ItemText {
    display: block;
    text-align: center;
    font-size: 18px;
    padding-top: 8px;
}

.UserInfor .right .rating, .UserInfor .right .rating-n {
    display: inline-block;
    border-top: 0;
    padding-top: 0;
}

.UserInfor .right .rating-n {
    margin-left: 30px;
}

.UserInfor .right .rating span.rate {
    background: none;
    font-size: 16px;
}

.UserInfor .right .skill label {
    border-top: 1px #e0e1e1 solid;
}

.UserInfor .Right .Buttons {
    padding: 20px 0 0 130px;
}

    .UserInfor .Right .Buttons a {
        display: inline-block;
        padding: 10px 20px;
        background-color: #ff2a99;
        color: #fff;
        border-radius: 3px;
        cursor: pointer;
    }

        .UserInfor .Right .Buttons a:hover {
            background-color: #db547f;
        }

.UserInfor .Right .left .Buttons {
    padding: 20px;
    text-align: center;
}

    .UserInfor .Right .left .Buttons input {
        background-color: #1abdd4;
        padding: 7px 30px;
        min-width: 100px;
        border: 0;
        color: #fff;
        cursor: pointer;
        border-radius: 2px;
        font-size: 18px;
    }

        .UserInfor .Right .left .Buttons input:hover {
            background-color: #fb6e43;
        }

.rate {
    display: inline-block;
    width: 75px;
    height: 20px;
    vertical-align: middle;
    background-image: url("../images/sao0.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.rate0 {
    background-image: url("../images/sao0.gif");
}

.rate1 {
    background-image: url("../images/sao0.5.gif");
}

.rate2 {
    background-image: url("../images/sao1.gif");
}

.rate3 {
    background-image: url("../images/sao1.5.gif");
}

.rate4 {
    background-image: url("../images/sao2.gif");
}

.rate5 {
    background-image: url("../images/sao2.5.gif");
}

.rate6 {
    background-image: url("../images/sao3.gif");
}

.rate7 {
    background-image: url("../images/sao3.5.gif");
}

.rate8 {
    background-image: url("../images/sao4.gif");
}

.rate9 {
    background-image: url("../images/sao4.5.gif");
}

.rate10 {
    background-image: url("../images/sao5.gif");
}

.form-ds.ListAddress {
    margin-top: 20px;
}

.ListAddress .k-grid-toolbar {
    background: none;
    border: 0;
    padding: 0;
}

    .ListAddress .k-grid-toolbar .Buttons {
        text-align: right;
        padding: 0 0 10px;
    }

        .ListAddress .k-grid-toolbar .Buttons input {
            padding: 8px 20px;
            border: 0;
            border-radius: 3px;
            cursor: pointer;
            background-color: #1abdd4;
            color: #fff;
            margin: 2px 0;
        }

            .ListAddress .k-grid-toolbar .Buttons input:hover {
                background: #07a2b8;
                color: #fff;
            }

.UserInfor .ListAddress .TitleF {
    margin-bottom: -28px;
}

    .UserInfor .ListAddress .TitleF span {
        margin-bottom: 0;
        font-size: 18px;
    }

.ListAddress .k-grid {
    border: 0;
    background: none;
}

.ListAddress .k-grid-header {
    border: 1px #dedede solid;
    padding-right: 0 !important;
    background: #f2f1f0;
}

.ListAddress .k-grid-header-wrap {
    border-right: 0;
}

.ListAddress .k-grid-header th.k-header {
    font-weight: 700;
    padding: 9px 10px;
    background: #f2f1f0;
}

.ListAddress .k-grid-content {
    border: 1px #dedede solid;
    border-top: 0;
    overflow: visible;
    box-sizing: border-box;
}

    .ListAddress .k-grid-content tr.k-state-selected {
        background: #f5f5f5;
        color: #333;
    }

    .ListAddress .k-grid-content tr td:last-child {
        white-space: nowrap;
    }

    .ListAddress .k-grid-content tr td {
        padding: 7px 10px;
        line-height: 1.4;
    }

        .ListAddress .k-grid-content tr td a {
            cursor: pointer;
        }

            .ListAddress .k-grid-content tr td a.k-edit {
                margin-right: 8px;
            }

.check-btn .pull-right {
    display: inline-block;
}

.toggle-switch {
    display: none;
}

    .toggle-switch + label {
        display: inline-block;
        position: relative;
        height: 16px;
        max-height: 1em;
        cursor: pointer;
        -webkit-touch-callout: none;
        margin-right: 0;
        margin-bottom: 0;
        padding-left: 40px;
        line-height: 16px;
        vertical-align: top;
    }

        .toggle-switch + label:before {
            position: absolute;
            display: inline-block;
            left: 0;
            content: '';
            border-style: solid;
            width: 30px;
            height: 16px;
            border-width: 0;
            border-color: transparent;
            background-color: #afafaf;
            box-shadow: 0;
            border-radius: 8px;
            transition: all .3s
        }

        .toggle-switch + label:after {
            position: absolute;
            content: '';
            width: 14px;
            height: 14px;
            top: 1px;
            left: 1px;
            background-color: white;
            box-shadow: 0 2px 5px 0 rgba(51,51,51,0.25);
            border-radius: 16px;
            transition: left .3s,right .3s
        }

    .toggle-switch:checked + label:before {
        background-color: #1abdd4;
        transition: all .3s
    }

    .toggle-switch:checked + label:after {
        left: 15px;
        transition: left .3s,right .3s
    }

    .toggle-switch:disabled + label {
        cursor: no-drop
    }

        .toggle-switch:disabled + label:before {
            opacity: .3
        }

/*-- comment --*/
.CommentList #div-item {
    padding: 0;
    margin-top: 30px;
}

.comments .title {
    padding-bottom: 10px;
    border-bottom: 1px #e0e1e1 solid;
}

    .comments .title span {
        font-weight: bold;
        font-size: 18px;
        color: #1abdd4;
        text-transform: uppercase;
    }

.f-img {
    float: left;
    height: 100px;
    overflow: hidden;
}

    .f-img img {
        width: 100px;
        margin-right: 20px;
    }

.comt-item {
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px #e0e1e1 solid
}

.commments-m .comt-item:first-child {
    border-top: 0;
}

.comt-item > div a {
    color: #5e5e5e;
    font-weight: bold;
    text-decoration: none;
}

.comt-item .des {
    padding-top: 7px;
    font-size: 14px;
    margin-left: 120px;
}
/*-- payment-header --*/
.paymentHistory {
    position: relative;
}

.payment-header {
    height: 45px;
    border-bottom: 1px #f7f7f7 solid;
    margin-bottom: 5px;
    font-size: 18px;
}

    .payment-header .current {
        float: left;
        font-weight: bold;
        margin-right: 68px;
        margin-top: 6px;
    }

    .payment-header .filter {
        float: left;
        padding-bottom: 0;
        border-bottom: 0;
    }

        .payment-header .filter select {
            border: 0;
            font-size: 18px;
            cursor: pointer;
        }

            .payment-header .filter select option {
                font-size: 16px;
            }

    .payment-header .current span {
        color: #1abdd4;
        padding-left: 40px;
    }

    .payment-header .Buttons {
        float: right;
        margin-right: 10px;
    }

.UserInfor .payment-header .Buttons {
    padding: 0;
}

    .UserInfor .payment-header .Buttons a {
        display: inline-block;
        text-align: center;
        padding: 6px 30px;
        min-width: 100px;
        border-radius: 2px;
    }

/*---------------------------------
		Blogs
----------------------------------*/
#divBloglist {
    margin: 0 auto;
}

    #divBloglist .col-md-4 {
        width: 33.3333%;
        display: inline-block;
        vertical-align: top;
        margin-right: -3px;
        box-sizing: border-box;
        padding: 15px;
    }

.latest-blog-area {
    padding-top: 100px;
    padding-bottom: 50px;
}

    .latest-blog-area .sec-title {
        padding-bottom: 44px;
    }

    .latest-blog-area .more-blog-button {
    }

        .latest-blog-area .more-blog-button a {
            padding: 17px 43px 15px;
        }

    .latest-blog-area .single-blog-item {
        margin-bottom: 50px;
        transition: all 500ms ease;
    }

.single-blog-item {
}

    .single-blog-item .img-holder {
        display: block;
        overflow: hidden;
        position: relative;
    }

        .single-blog-item .img-holder img {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            width: 100%;
        }

        .single-blog-item .img-holder .overlay .box .content a i {
            background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
            border-radius: 50%;
            color: #ffffff;
            display: inline-block;
            font-size: 16px;
            height: 45px;
            line-height: 46px;
            transition: all 500ms ease 0s;
            width: 45px;
        }

    .single-blog-item:hover .img-holder .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateY(0deg) scale(1,1);
        transform: rotateY(0deg) scale(1,1);
    }

    .single-blog-item:hover .img-holder img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .single-blog-item .img-holder .overlay .box .content a:hover i {
        background: #19bcd4;
    }

    .single-blog-item .text-holder {
        transition: all 500ms ease;
    }

        .single-blog-item .text-holder .blog-title {
            padding: 23px 0 0;
            display: block;
            transition: all 500ms ease;
            margin: 0;
        }

            .single-blog-item .text-holder .blog-title a {
                font-size: 18px;
                font-weight: 700;
                line-height: 1.4;
                display: block;
                transition: all 500ms ease;
                height: 51px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

.blog-with-sidebar-area .single-blog-item .text-holder .blog-title a {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    display: block;
    transition: all 500ms ease;
}

    .single-blog-item .text-holder .blog-title a:hover, .blog-with-sidebar-area .single-blog-item .text-holder .blog-title a:hover {
        color: #19bcd4;
    }

.single-blog-item .text-holder .meta-info {
    margin: 0 -8px 14px;
    padding: 0;
}

.blog-post .single-blog-item p {
    line-height: 1.4;
}

    .blog-post .single-blog-item p img {
        max-width: 100%;
        height: inherit !important;
    }

.single-blog-item .text-holder .meta-info li {
    display: inline-block;
    margin: 0 8px;
    color: #c1c1c1;
    font-family: 'Roboto', sans-serif;
}

    .single-blog-item .text-holder .meta-info li #lbCreated {
        font-weight: normal;
    }

    .single-blog-item .text-holder .meta-info li i {
        color: #c1c1c1;
        font-size: 16px;
        display: inline-block;
        padding-right: 8px;
    }

    .single-blog-item .text-holder .meta-info li a {
        color: #c1c1c1;
        font-size: 16px;
        font-weight: 500;
        ransition: all 500ms ease;
    }

.single-blog-item .text-holder .text {
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

    .single-blog-item .text-holder .text p {
        margin: 0;
        color: #666;
        line-height: 150%;
    }

    .single-blog-item .text-holder .text .readmore {
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        padding: 13px 0 0;
        transition: all 500ms ease;
    }

        .single-blog-item .text-holder .text .readmore i {
            display: inline-block;
            padding-left: 5px;
        }

.latest-blog-area .single-blog-item:hover {
    -moz-box-shadow: 0px 2px 4px #c1c1c1;
    -webkit-box-shadow: 0px 2px 4px #c1c1c1;
    box-shadow: 0px 2px 4px #c1c1c1;
}

.single-blog-item .text-holder .blog-title:hover {
    color: #19bcd4;
}

.blog-post .single-blog-item .text-holder .blog-title:hover {
    color: inherit;
}

.single-blog-item .text-holder .meta-info li a:hover {
    color: #19bcd4;
}

.single-blog-item .text-holder:hover .text .readmore {
    color: #19bcd4;
}

#divBloglist .more {
    text-align: center;
    padding-top: 30px;
}

    #divBloglist .more a {
        background-color: #1abdd4;
        transition: all 0.3s ease 0s;
        border: 0;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        display: inline-block;
        padding: 9px 25px;
        color: #fff;
        text-transform: uppercase;
        min-width: 120px;
        border-width: 1px;
        background-image: url(../images/bg-buttonB.gif);
        border: 2px #1abdd4 solid;
    }

        #divBloglist .more a:hover {
            background-color: transparent;
            background-image: url("../images/trans.png");
            border-color: #c8102e;
            color: #c8102e;
        }
/* Overlay styles */
.overlay {
    background-color: rgba(0,0,0, .60);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}

    .overlay .box {
        display: table;
        height: 100%;
        width: 100%;
    }

        .overlay .box .content {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

[class^="fa-"], [class*=" fa-"], [class^="fa-"]:before, [class*=" fa-"]:before {
    font-family: 'FontAwesome';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: normal;
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-user:before {
    content: "\f007";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-caret-right:before {
    content: "\f0da";
}

/*--------------- Blog Detail ------------*/
.blog-detail {
    overflow: hidden;
    padding-top: 20px;
}

    .blog-detail > .col-lg-9 {
        float: left;
        width: 72%;
        box-sizing: border-box;
        padding-right: 20px;
    }

    .blog-detail > .col-lg-3 {
        width: 28%;
        box-sizing: border-box;
        float: right;
        padding-left: 20px;
    }

    .blog-detail .single-blog-item .text-holder .meta-info {
        margin: 5px 0 20px;
    }

    .blog-detail .single-blog-item .text-holder {
        border: 0;
        padding: 0;
    }

    .blog-detail .text-holder h1 {
        font-size: 24px;
    }

    .blog-detail .text-holder h2 {
        font-size: 21px;
    }

    .blog-detail .text-holder h3 {
        font-size: 18px;
    }

    .blog-detail .single-blog-item .text-holder .blog-title {
        font-size: 24px;
        font-weight: 700;
        padding-top: 0;
        line-height: 1.5;
    }

    .blog-detail .single-blog-item .text-holder p {
        font-family: Arial,sans-serif !important;
        font-size: 16px;
    }

    .blog-detail .single-blog-item .img-holder img {
        transform: none;
    }

p #lbContent {
    line-height: 150%;
    color: #9a9a9a;
}

.sidebar-title h1 {
    margin: 0 0 25px;
    font-family: SFUFuturaBook;
    font-size: 24px;
    font-weight: 700;
}

.blog-detail .single-blog-item .text-holder li {
    margin: 10px 0;
}

/*--- Comment Blog --------------*/
.CommentForm .TitleF span {
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.comment-box .single-comment-box {
    padding-left: 80px;
    position: relative;
    margin-bottom: 30px;
}

    .comment-box .single-comment-box .img-holder {
        left: 0;
        position: absolute;
        top: 0;
        width: 74px;
        height: 74px;
        overflow: hidden;
    }

        .comment-box .single-comment-box .img-holder img {
            width: 74px;
            min-height: 74px;
        }

    .comment-box .single-comment-box .text-holder {
        border: 1px solid #f4f4f4;
        margin-left: 10px;
        padding: 15px 16px 5px;
    }

        .comment-box .single-comment-box .text-holder h5 {
            margin-top: 0;
            margin-bottom: 13px;
        }

        .comment-box .single-comment-box .text-holder .top {
            overflow: hidden;
            padding: 0 0 8px;
            box-shadow: none;
            margin-bottom: auto;
            display: block;
            width: auto;
        }

            .comment-box .single-comment-box .text-holder .top .date h5 {
                font-weight: 700;
                margin: 0;
            }

        .comment-box .single-comment-box .text-holder .text p {
            margin: 5px 0 10px;
        }

.comment-box .single-Reply-box {
    margin-left: 90px;
    padding-left: 60px;
}

    .comment-box .single-Reply-box .img-holder {
        width: 54px;
        height: 54px;
    }

        .comment-box .single-Reply-box .img-holder img {
            width: 54px;
            min-height: 54px;
        }

    .comment-box .single-Reply-box .text-holder {
        padding-top: 10px;
    }

        .comment-box .single-Reply-box .text-holder h5 {
            margin-bottom: 8px;
        }

.CommentForm .ItemRow {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.ItemRow > div:empty {
    display: none;
}

.CommentForm .ItemRow .ItemText, .CommentForm .ItemRow .ItemInput {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 6px 0;
}

.CommentForm .ItemRow .ItemText {
    width: 150px;
    display: none
}

    .CommentForm .ItemRow .ItemText label {
        color: #f00;
    }

.CommentForm .ItemRow .InputR {
    padding-left: 30px;
}

.CommentForm .ItemInput input, .CommentForm .ItemInput textarea {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid transparent;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 44px;
    padding: 0 15px;
    width: 100%;
    transition: all 500ms ease;
}

.CommentForm .ItemInput textarea {
    height: 100px;
    padding: 8px 15px;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.CommentForm .Buttons input {
    background-color: #1abdd4;
    transition: all 0.3s ease 0s;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    padding: 9px 25px;
    color: #fff;
    text-transform: uppercase;
    min-width: 120px;
    border-width: 1px;
    background-image: url(../images/bg-buttonB.gif);
    border: 2px #1abdd4 solid;
}

    .CommentForm .Buttons input:hover {
        background-color: transparent;
        background-image: url("../images/trans.png");
        border-color: #c8102e;
        color: #c8102e;
    }

.CommentForm .ItemInput input:focus, .CommentForm .ItemInput textarea:focus {
    background-color: #fafafa;
}

.ItemInput input::-webkit-input-placeholder {
    color: #757575;
}

.ItemInput input:-moz-placeholder { /* Firefox 18- */
    color: #757575;
    opacity: 1;
}

.ItemInput input::-moz-placeholder { /* Firefox 19+ */
    color: #757575;
    opacity: 1;
}

.ItemInput input:-ms-input-placeholder {
    color: #757575;
}

/*------- Recent -------------*/
.wpb-section.sidebar-wrapper {
    margin-top: 20px;
}

ul.recent-post {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-sidebar .recent-post li {
    margin-bottom: 20px;
    padding-left: 70px;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 20px;
    min-height: 52px;
}

    .single-sidebar .recent-post li .img-holder {
        display: block;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0px;
        width: 70px;
    }

        .single-sidebar .recent-post li .img-holder img {
            width: 100%;
            height: auto;
        }

    .single-sidebar .recent-post li .title {
        padding-left: 20px;
    }

        .single-sidebar .recent-post li .title h3 {
            max-height: 49px;
            overflow: hidden;
            line-height: 1.4;
            text-overflow: ellipsis;
            font-weight: 500;
            margin: 0;
            font-size: 16px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .single-sidebar .recent-post li .title p {
            color: #c1c1c1;
            margin: 7px 0 0;
        }

        .single-sidebar .recent-post li .title h3 a {
            font-weight: bold;
        }

            .single-sidebar .recent-post li .title h3 a:hover {
                color: #1abdd4;
            }

/*----------- Recent main ------------*/
aside.wpb-section .single-sidebar .recent-post li {
    padding-left: 150px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin-right: -3px;
    min-height: 140px;
}

    aside.wpb-section .single-sidebar .recent-post li .img-holder {
        width: 150px;
        max-height: 120px;
    }


/*---------------------------------
		Chat Online
----------------------------------*/
div.mylivechat_buttonround {
    background-color: #1abdd4 !important;
    filter: none !important;
}

div.mylivechat_expanded {
    background-color: #1abdd4 !important;
    border-color: #1abdd4 !important;
}

div.mylivechat_expanded_text {
    line-height: 27px !important;
}

div.mylivechat_container {
    border-color: #1abdd4 !important;
}

div.mylivechat_sprite {
    background-position: -4px -57px !important;
}

button.mylivechat_offline_submit_button {
    background-color: #1abdd4;
}

    button.mylivechat_offline_submit_button:hover {
        background-color: #05aec6;
    }

/*-------- chat face ------*/
div.fb_dialog {
    position: fixed;
    top: auto;
    bottom: 10px;
    right: 10px;
    background: none;
}

div.fb_dialog_advanced {
    padding: 0;
}

div.fb_iframe_widget {
    position: fixed;
    right: 0;
    bottom: 70px;
    z-index: 9999;
}

div.call-mobile, div.call-mobile2 {
    left: auto;
    right: 25px;
    bottom: 25px;
}

div.call-mobile {
    right: 100px;
    bottom: 32px;
}

div.call-mobile2 {
    width: 60px;
    height: 60px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3pt 12pt;
}

    div.call-mobile2 > a {
        display: inline-block;
        width: 60px;
        height: 60px;
        background: url("../images/Logo_Zalo.png") no-repeat;
        background-size: cover;
        padding: 0;
        vertical-align: top;
    }

        div.call-mobile2 > a span {
            font-size: 0;
        }

div.call-mobile i:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../images/sprite-kingbeautify3.png") no-repeat 0 -440px;
    margin: 4px 0 0;
}

/*---------------------------------
		Login
----------------------------------*/
.container.Login {
    background: #15bdd4;
    margin-block: -25px -30px
}

.formLogin {
    margin: 0 auto;
    padding-block: 50px;
    display: flex;
    justify-content: space-between
}

.form-right {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.14);
    box-sizing: border-box;
    overflow: hidden;
    width: 500px;
    padding: 0 30px 30px;
    min-width: 320px
}

    .form-right > .header, .form-header > h2 {
        padding-block: 20px;
        color: #222;
        font-size: 20px;
        font-weight: 500;
        margin: 0
    }

.form-group {
    margin-bottom: 15px
}

    .form-group.flex {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0
    }

#Content_cbRememberPass {
    margin: -1px 4px 0 0;
    vertical-align: middle
}

input.form-control, input#Content_txtPassword, .form-content > .form-group > input {
    border: 0;
    filter: none;
    flex: 1;
    flex-shrink: 0;
    outline: none;
    padding: 12px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 2px
}

.form-group > input:focus, .gMTn3o:has(input:focus) {
    border-color: #15bdd4
}

input.form-control::placeholder {
    color: rgba(0,0,0,.26);
    padding-left: .1875rem
}

input.form-control:-webkit-autofill, input.form-control:-webkit-autofill:focus, .input.form-control:-webkit-autofill:hover {
    box-shadow: inset 0 0 0 20px #fff;
    -webkit-box-shadow: inset 0 0 0 20px #fff
}

input.form-control::-ms-clear {
    display: none
}

input.form-control:-moz-read-only {
    color: rgba(0,0,0,.26)
}

input.form-control:read-only {
    color: rgba(0,0,0,.26)
}

input#Content_txtPassword {
    border: 0
}

.gMTn3o {
    border: 1px solid rgba(0,0,0,.14);
    border-radius: 2px;
    box-shadow: inset 0 2px 0 rgba(0,0,0,.02);
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    display: flex
}

.oVeLwk {
    align-items: center;
    display: flex;
    background: transparent;
    border: 0;
    outline: none;
    padding: 0 12px 0 15px
}

.H4_u1P {
    height: 16px;
    padding-top: 6px;
    width: 20px;
    cursor: pointer
}

    .H4_u1P#eyeIcon {
        padding-top: 0
    }

.Db3tXj {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .26);
    border-radius: 2px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .87);
    font-size: .875rem;
    height: 40px;
    outline: none;
    padding: 0 2px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

    .Db3tXj:hover {
        border-color: #15bdd4;
        background: rgba(21,189,212,.1)
    }

#Content_loginButton, .Login .form-buttons > input {
    background: #15bdd4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .09);
    color: #fff;
    padding: 12px;
    width: 100%;
    border: 0;
    border-radius: 2px;
    margin-top: 15px;
    cursor: pointer
}

    #Content_loginButton:hover, .Login .form-buttons > input:hover {
        background: #009eb3
    }

.Login .form-buttons > input {
    margin-block: 0 15px
}

.TjJ33f {
    padding-bottom: 14px;
    display: flex;
    align-items: center
}

.p__MPF {
    background-color: #dbdbdb;
    flex: 1;
    height: .85px;
    width: 100%
}

.mYzzJR {
    color: #ccc;
    font-size: .75rem;
    padding: 0 16px;
    text-transform: uppercase
}

.fqRb47 {
    display: flex;
    justify-content: space-between
}

.HeiASJ {
    flex: 1;
    margin: 5px
}

.lApgO2 {
    border-radius: 1px;
    height: 36px;
    width: 36px;
    align-items: center;
    display: flex;
    justify-content: center
}

.vDmVU0 {
    height: 22px;
    width: 22px
}

.social-white-fb-blue-png {
    background-position: 5.555555555555555% 62.666666666666664%;
    background-size: 325% 287.5%;
    background-image: url(/images/login.png)
}

.form-group.regis {
    margin-block: 15px 0
}

.Login .notification {
    padding-block: 20px 0
}

/*---------------------------------
		Screen
----------------------------------*/
@media screen and (max-width: 1800px) {
    .foot-ds {
        padding: 20px 0 68px;
    }

    div.call-mobile2 {
        bottom: 15px;
        right: 15px;
    }

    div.call-mobile {
        bottom: 22px;
    }
}
/*-- end  max-width: 1800px --*/

@media screen and (max-width: 1366px) {
    .productR {
        width: 630px;
    }
}
/*-- end  max-width: 1366px --*/

@media screen and (max-width: 1280px) {
    .MenuContext li a {
        padding: 8px 12px;
    }

    div.nivoSlider {
        height: 400px;
    }

        div.nivoSlider img {
            min-height: 400px;
        }

    .productR {
        width: 580px;
    }

    .container.Login {
        margin-block: 0 -30px
    }
}
/*-- end  max-width: 1280px --*/


@media screen and (max-width: 1024px) {
    .promotion-hot {
        margin-bottom: 20px;
    }

        .promotion-hot .wpb-img {
            height: 280px;
        }

            .promotion-hot .wpb-img img {
                min-height: 280px;
            }

    ul.prod-items li {
        font-size: 16px;
        padding: 10px 0;
    }

    div.nivoSlider {
        height: 320px;
    }

        div.nivoSlider img {
            min-height: 320px;
        }

    /*-------------- Menutop --------------*/
    .Okiaf {
        padding-top: 117px;
    }

    .slider-wrapper {
        margin-top: -10px;
    }

    .listmenu {
        display: inline-block;
        position: fixed;
        top: 16px;
        left: 15px;
        z-index: 2000;
    }

    .top {
        padding: 0;
        box-shadow: none;
        margin-bottom: 25px;
    }

        .top .logo {
            float: none;
            padding: 11px 0 8px;
            text-align: center;
            border-bottom: 1px #ddd solid;
        }

            .top .logo img {
                height: 40px;
                margin: -5px 0;
            }

        .top .cart {
            position: absolute;
            top: 16px;
            right: 15px;
            margin-top: 0;
        }

    .ic-cart {
        width: 22px;
        height: 22px;
        background-position: -35px 0;
    }

    .cart-number {
        top: -6px;
        left: -9px;
    }

    .MenuContext {
        margin-left: 0;
    }

    .topR {
        float: none;
    }

    .menutopFixed .top {
        position: static;
    }

    .top .top-m {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1999;
        box-sizing: border-box;
        background-color: #fff;
    }

    .menutopFixed .top-m {
        box-shadow: 0 1px 4px rgba(0,0,0,0.20);
    }

    .divProductSearch {
        margin-top: 0;
        display: block;
    }

    .menutopFixed .divProductSearch {
        margin-top: 0;
    }

    .menutopFixed .top .logo img {
        height: 40px;
    }

    .menutopFixed .top .cart {
        margin-top: 0;
    }

    .menutop {
        display: none;
    }

    .MenuContext li a {
        padding: 15px 12px;
        font-size: 14px;
        font-weight: 500;
    }

    .menutop > ul {
        padding-left: 10px;
    }

        .menutop > ul > li.selected > a {
            border-bottom: 3px #19bcd4 solid;
        }

    #menulist {
        display: none;
        width: 76%;
        z-index: 2003;
        padding-top: 0;
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        background-color: #fff;
    }

        #menulist .ulProductCategory {
            display: block !important;
        }

    .topR ul {
        margin: 0;
        padding: 0;
        display: block;
    }

        .topR ul li {
            display: block;
            color: #fff;
        }

            .topR ul li a {
                display: block;
                padding: 15px 20px 12px 40px;
                font-size: 16px;
                color: #fff;
            }

            .topR ul li#topMenu_userTag > a {
                font-size: 18px;
                font-weight: 700;
            }

            .topR ul li:first-child a {
                padding-top: 30px;
            }

    #userMenu li {
        padding: 15px 20px 15px 40px;
    }

    #userName .ic-down {
        display: none;
    }

    .topR ul#userMenu {
        display: block !important;
        border: 0;
        padding: 0;
        position: static;
        background-color: transparent;
    }

        .topR ul#userMenu li {
            padding: 12px 20px 12px 40px;
            font-size: 16px;
        }

            .topR ul#userMenu li:last-child {
                border-top: 0;
                margin-top: 0;
                padding-top: 12px;
            }

    .menutop li ul.subMenu {
        position: static;
        display: none !important;
        box-shadow: none;
        border: 0;
        min-width: inherit
    }

        .menutop li ul.subMenu li {
            display: inline-block;
        }

    .MenuContext .menutop ul li a {
        padding: 10px 10px 12px;
        border: 1px #f2f2f2 solid;
        border-radius: 1px;
        margin: 0 6px 10px 0;
        box-sizing: border-box;
        width: 125px;
    }

    .menutop li ul.subMenu li a {
        padding: 10px 10px;
        font-size: 16px;
    }

    .menutop > ul > li {
        text-align: center;
        vertical-align: top;
    }

    .menutop ul li span {
        display: block;
    }

    #menu-Parent-mobile > li > span:first-child {
        display: block;
        padding: 14px 20px 14px 50px;
    }

    .ShoppingMobile .menucontent ul.menu-Child-mobile {
        padding-left: 30px;
    }

    .products-detail .menu-breakum {
        margin-top: 0;
        padding: 0;
    }

    /*----------------------------------------*/
    div.pgwSlider {
        width: 580px;
    }

        div.pgwSlider .ps-current {
            width: 80%;
        }

    .productR {
        width: 360px;
    }

    .products-detail .prod-title {
        font-size: 20px;
    }

    .promotion-hot .wpb-row {
        margin-right: -10px;
    }

    .btn-addcart button, .btn-addcart input {
        height: 50px;
    }

    .foot-ds {
        overflow: auto;
    }

    .footR ul li {
        padding: 0 10px;
    }

    .footer-top-col-5 .col-4 {
        width: 29%;
    }

    .footer h3 {
        padding-right: 20px;
    }

    .footer .col-3 h3 {
        padding-right: 30px;
    }

    .footer h3:before {
        width: 50px;
    }

    .formLogin {
        max-width: 510px
    }
}
/*-- end  max-width: 1024px --*/

@media screen and (max-width: 768px) {
    .ShoppingMobile, .divProductSearch {
        display: block;
    }

    .okiaf-detail .top .MenuContext {
        display: none;
    }

    .OkiafMenu {
        display: none;
    }

    /*------ nivoSlider -------*/
    .slider-wrapper {
        margin-bottom: 20px;
        padding-bottom: 12px;
    }

    .banner-category {
        max-height: 240px;
        margin-top: -5px;
    }

    div.nivoSlider {
        height: 240px;
    }

        div.nivoSlider img {
            min-height: 240px
        }

    div.nivo-controlNav {
        margin-top: -32px
    }

    .nivo-controlNav > a {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }

    .wpb-section {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .darna-heading, .title-amazingcarousel {
        padding-bottom: 0;
    }

    .slide-prod-selling .darna-heading {
        padding-bottom: 0;
    }

    .darna-heading h2, .title-amazingcarousel span {
        font-size: 24px;
        padding-bottom: 20px;
        padding-left: 0;
    }

    .darna-heading:after, .title-amazingcarousel:after {
        width: 156px;
        border-width: 1px;
    }

    .mixedSlider .MS-content {
        min-height: inherit;
    }

    .products-selling .wpb-main {
        margin: 10px 0 20px
    }

    .products-selling .darna-heading {
        padding-bottom: 0;
    }

    .products-selling .wpb-row .wpb-column {
        padding: 10px;
    }

    .wpb-row05 .wpb-column {
        width: 42%;
    }

    .wpb-row .wpb-column {
        white-space: normal;
    }

    /*------ promotion-hot -------*/
    .promotion-hot {
        margin-bottom: 20px;
    }

        .promotion-hot .wpb-row {
            margin-right: 0;
        }

            .promotion-hot .wpb-row .wpb-column {
                padding-right: 0;
                margin-right: 0;
                padding-bottom: 10px;
            }

    .wpb-row02 .wpb-column {
        width: auto;
    }

    .promotion-hot .wpb-img {
        height: auto;
    }

        .promotion-hot .wpb-img img {
            min-height: inherit;
        }

    .promotion-hot h3.wpb-title {
        font-size: 16px;
        width: 72%;
    }

    /*------ cartComplete -------*/
    .cartComplete .darna-heading h2 {
        font-size: 22px;
        padding-top: 0;
    }

    .cartComplete .darna-heading p {
        font-size: 18px;
        margin-top: 10px;
    }

    .cartComplete .title-wpb {
        overflow: hidden;
        font-size: 16px;
        padding: 12px;
    }

    .title-wpb span {
        float: none;
        margin-top: 7px;
        font-size: 14px;
        display: block;
    }

    .cartComplete .wpb-main {
        padding: 20px 12px 12px;
    }

        .cartComplete .wpb-main .wpb-row {
            font-size: 14px;
        }

    .cartComplete .Buttons {
        padding: 0 0 12px;
        text-align: center;
    }

        .cartComplete .Buttons input {
            min-width: 100px;
        }

    .list-product .wpb-img a {
        width: 110px;
    }

    .cartComplete .list-product .wpb-title {
        font-size: 16px;
        font-weight: 600;
    }

    .cartComplete .list-product .wpb-size {
        font-size: 14px;
    }

    .list-product .wpb-size, .cartComplete .wpb-numb {
        margin-bottom: 7px;
    }

    /*------ promotion-selling -------*/
    .title-col {
        font-size: 18px;
        padding-bottom: 15px;
    }

        .title-col a.viewmore {
            font-size: 13px;
            margin-top: 3px;
        }

            .title-col a.viewmore:after {
                background-position: -482px -374px;
                margin-left: 2px;
            }

            .title-col a.viewmore:hover:after {
                background-position: -482px -388px;
            }

    h4.wpb-title {
        font-size: 11px; /*max-height:29px;*/
        line-height: 120%;
    }

    .popupitem h4.wpb-title {
        max-height: 33px;
    }

    .products-category .wpb-img, .products-category .wpb-img img, .products-search .wpb-img, .products-search .wpb-img img {
        height: 187px;
    }

    .more-img {
        margin: -10px;
    }

        .more-img a, .more-img img {
            height: 300px;
        }

    .wpb-column .viewmore {
        font-size: 16px;
        width: 110px;
        margin-top: -26px;
        margin-left: -57px;
        padding: 11px 0;
    }

    .wpb-left, .wpb-right {
        font-size: 10px;
        margin-top: 10px;
    }

    .wpb-left {
        padding-right: 4px;
    }

    .wpb-right {
        padding-left: 4px;
    }

    .slide-prod-selling {
        margin-top: 30px;
    }

    .filter {
        padding-bottom: 20px
    }

    .products-category .wpb-row05 .wpb-column, .products-search .wpb-row05 .wpb-column {
        width: 50%;
    }

    .mixedSlider .MS-content .item {
        width: 50%;
    }

    .products-selling .wpb-img {
        height: 180px;
    }

    .mixedSlider .MS-content .item .imgTitle, .mixedSlider .MS-content .item .imgTitle img {
        height: 180px;
    }

    .amazingcarousel-title {
        font-size: 12px;
    }

    .amazingcarousel-spice {
        font-size: 14px;
    }

    .amazingcarousel-spice-old {
        font-size: 12px;
    }

    .mixedSlider .MS-controls button {
        display: none;
    }

    .mixedSlider .MS-controls .MS-left {
        left: -14px;
    }

    .mixedSlider .MS-controls .MS-right {
        right: -12px;
    }

    .Notify span {
        top: 0;
        position: fixed;
        text-align: center;
        width: 100%;
        background-color: rgba(255,255,255,.85);
        padding: 10px 12px;
        border-radius: 0;
        z-index: 899;
    }

    /*--------- Banner Category --------*/
    .banner-category {
        padding: 0;
        margin-bottom: 15px;
        max-height: 184px;
    }

        .banner-category .wpb-item-1 {
            height: 184px;
        }

            .banner-category .wpb-item-1 img {
                min-height: 184px;
            }

        .banner-category .wpb-item-2, .banner-category .wpb-item-3 {
            height: 112px;
        }

            .banner-category .wpb-item-2 img, .banner-category .wpb-item-3 img {
                min-height: 112px;
            }
    /*------ breakum -------*/
    .breakum {
        padding-bottom: 15px;
        font-size: 15px;
        line-height: 140%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .dropdown button {
        padding: 6px 20px;
        font-size: 14px;
    }

    .products-category .menu-breakum {
        padding-top: 4px;
    }
    /*------ detail -------*/
    .products-detail .container {
        padding-top: 0;
    }

    .products-detail .menu-breakum {
        padding: 0 15px 20px;
    }

    .productL, .productR {
        display: block;
        width: auto;
        float: none;
    }

    div.pgwSlider .ps-current {
        width: auto;
    }

    .productL div.ps-list {
        padding: 0 10px;
        text-align: center;
    }

    .productR {
        padding: 0 10px;
    }

    .products-detail .tab_content img {
        height: auto !important;
    }

    .products-detail .tab_content table {
        width: 100% !important;
    }

    .products-detail .prod-title {
        font-size: 18px;
    }

    .products-detail .prod-spice {
        font-size: 22px;
    }

    .products-detail .prod-spice-old {
        font-size: 16px;
    }

    .products-detail .wpb-size {
        margin-right: 0;
        margin-top: 20px;
    }

    .productR .wpb-size span {
        min-width: 56px;
        height: 56px;
        line-height: 56px;
        font-size: 20px;
        margin-right: 10px;
    }

    div.pgwSlider {
        width: auto;
    }

    .pgwSlider ul.ps-list {
        width: auto;
        margin-top: 10px;
    }

    ul.ps-list .mCustomScrollBox {
        margin-right: 0;
    }

    .productR-main .wpb-left, .productR-main .wpb-right {
        font-size: 14px;
        font-weight: 500;
    }

    .productR-main .wpb-left {
        padding-right: 12px;
    }

    .productR-main .wpb-right {
        padding-left: 10px;
    }

    .btn-addcart button {
        height: 42px;
        width: 100%;
    }

    .add-comment-box {
        padding: 0 10px;
    }

    .news-detail .title {
        padding: 20px 15px 15px;
    }

    .news-detail .content {
        padding: 20px 15px;
    }

    #divBloglist .col-md-4 {
        width: auto;
        display: block;
    }

    #divBloglist .more {
        padding: 30px 0;
    }

    .blog-detail > .col-lg-9, .blog-detail > .col-lg-3 {
        display: block;
        width: auto;
    }

    .blog-detail > .col-lg-3 {
        margin-top: 20px;
        padding-left: 10px;
    }

    .CommentForm .ItemRow .InputR {
        padding-left: 20px;
    }

    .CommentForm .ItemInput textarea {
        margin-bottom: 15px;
    }

    /*------ tabs -------*/
    #tabContaier {
        padding: 20px 0
    }

    #tabs li {
        display: block;
    }

        #tabs li a {
            display: block;
            padding: 12px 0;
        }

            #tabs li a:first-child {
                padding-left: 0;
            }

    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs-accordion-title a, .r-tabs .r-tabs-state-active a {
        font-size: 16px
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
        padding: 0 10px
    }

    .r-tabs-accordion-title a:after {
        background-position: 2px -314px
    }

    .r-tabs .r-tabs-panel {
        padding: 10px 10px;
    }

    .r-tabs-panel img {
        height: auto !important;
    }

    .r-tabs-panel table {
        width: 100% !important;
    }

    #horizontalTab {
        padding: 0 10px;
    }

        #horizontalTab > ul > li > a {
            padding-top: 0;
        }

    .CommentForm .TitleF span {
        margin-bottom: 20px;
    }

    #horizontalTab > div img {
        max-width: 100%;
    }

    /*------ Advertisement -------*/
    .Advertisement {
        height: 124px;
        line-height: 124px;
        margin: 0 -10px;
    }

    /*------ div-form -------*/
    .div-form > div {
        display: block;
    }

        .div-form > div > div {
            font-size: 16px;
        }

        .div-form > div > div {
            padding: 6px 0;
        }

    .div-form div.div-head {
        height: auto;
    }

    .div-form div.div-head {
        margin-top: 20px;
    }

    .div-form .col-01 div.div-head {
        margin-top: 0;
    }

    .wpb-bm {
        font-size: 14px;
        float: none;
        text-align: center;
        padding-bottom: 7px;
    }

        .wpb-bm > span {
            display: block;
            padding-right: 0;
            padding-bottom: 15px;
        }

    /*------ form -------*/
    .itemrow {
        width: auto;
    }

    aside.wpb-section .single-sidebar .recent-post li {
        display: block;
        width: auto;
    }

    .ListAddress .k-grid-content {
        box-sizing: content-box;
    }
    /*------ Payment -------*/
    .paymentL, .paymentR {
        width: auto;
        float: none;
        padding: 0;
    }

    .paymentR {
        margin-top: 15px;
    }

    .Paymethod .item-title {
        margin-bottom: 0;
    }

    .Payment .item-title span {
        font-size: 16px;
    }

    .Payment .item-main {
        padding: 15px;
    }

    .Paymethod .item-main {
        padding: 5px 15px 15px
    }

    .mainPay {
        padding: 0;
    }

    .ItemsPay li {
        box-sizing: border-box;
        width: 49%;
        margin-right: 0;
    }

        .ItemsPay li a {
            width: 170px;
        }

        .ItemsPay li img {
            max-width: 90%;
        }

    .Paymethod .item-main table td label {
        padding-left: 5px;
        font-size: 14px;
    }

    .Paymethod .item-main input.Accountm {
        font-size: 14px;
        margin-left: 28px;
    }

    .Payment .wpb-items {
        font-size: 16px;
    }

    .Payment .wpb-total {
        font-size: 18px;
    }

        .Payment .wpb-total label {
            font-size: 24px;
            margin-top: -6px;
        }

    .list-product .wpb-title {
        font-size: 14px;
    }

    .Payment .cartR {
        width: auto;
    }

    .cartR .wpb-spice-old {
        font-size: 13px;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .cartR .wpb-spice {
        font-size: 18px;
    }

    .list-product .wpb-number select {
        padding: 5px 10px;
        width: auto;
    }

    .list-product .wpb-number select, .wpb-number .up-down-select {
        width: 60px;
    }

    .wpb-item input[type=radio] {
        float: left;
        margin-bottom: 8px;
        margin-left: 0;
    }

    .Paymethod .itemrow {
        padding: 10px 0;
    }

    .Paymethod .Butttons {
        padding: 0 15px;
    }

        .Paymethod .Butttons button, .Paymethod .Butttons input {
            font-size: 18px;
        }

    .imgfootitem {
        margin-top: -10px;
    }

        .imgfootitem img {
            height: 50px;
        }

    .popupL .list-product h4.wpb-title {
        max-height: 32px;
    }

    .popupL .list-product .wpb-img a {
        width: 100px;
        height: 120px;
        line-height: 120px;
    }

    .popupL .list-product .wpb-img img {
        height: 120px;
    }

    .list-product .wpb-size, .list-product .wpb-number {
        font-size: 12px;
    }

    .popupL .list-product .prod-cancel {
        font-size: 12px;
    }

    .list-product .prod-cancel a {
        font-weight: 500;
    }
    /*--------- User --------*/
    .UserInfor {
        padding: 0 20px;
    }

        .UserInfor .Left {
            width: auto;
            float: none;
        }

        .UserInfor .Right {
            margin-left: 0;
            width: auto;
            float: none;
            margin-bottom: 20px;
        }

        .UserInfor .form-ds > .left, .UserDetail .ItemRow > .left {
            float: none;
            margin: 0 auto 20px;
        }

        .UserInfor .form-ds > .right, .UserDetail .ItemRow > .right {
            margin-left: 0;
            width: auto;
            float: none;
        }

    .k-grid.ListAddress {
        overflow: auto;
    }

    .ListAddress .k-grid-header, .ListAddress .k-grid-content {
        min-width: 878px;
        pointer-events: none;
    }

        .ListAddress .k-grid-header a, .ListAddress .k-grid-content a {
            pointer-events: auto;
        }

    .Login.EditUser .Row06 > div {
        padding-left: 0;
    }

    .EditUser .ct-upload {
        display: inline-block;
        margin-bottom: 15px;
    }

    .EditUser #imgAvatar {
        margin: 0 auto;
    }

    /*------ Popup -------*/
    .k-widget.k-window {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        position: fixed;
        top: 0 !important;
        padding-top: 0 !important;
    }

    .k-widget .k-window-content, .k-widget .k-content-frame {
        width: 100% !important;
    }

    .k-widget .k-content-frame {
        min-height: 600px;
    }

    .k-window-titlebar div.k-window-actions {
        top: 14px;
    }

    .cartaddress .mainpopup {
        padding: 15px;
    }

    .titlepopup {
        padding: 10px 15px;
        min-height: 53px;
    }

        .titlepopup h1, .titlepopup h3 {
            font-size: 16px;
        }

        .titlepopup p {
            font-size: 12px;
        }

        .titlepopup .icon {
            width: 25px;
            height: 25px;
            background-position: right -47px;
        }

    .mainpopup .iteminput {
        width: auto;
        display: block;
    }

    .mainpopup .itemtext {
        display: block;
    }

    .cartaddress .itemrow > label {
        font-size: 16px;
    }

    .cartaddress .iteminput {
        padding-left: 26px;
    }

    .mainpopup .Butttons {
        text-align: center;
    }

    .buttons button, .Butttons button {
        min-width: 80px;
    }

    .popupL, .popupR {
        display: block;
        border: 0;
        padding: 0;
        float: none;
        width: auto;
    }

    .popupL {
        min-height: inherit;
    }

    .popupR {
        border-top: 1px #e5e5e5 solid;
        padding-top: 20px
    }

        .popupR .total-spice span {
            font-size: 20px;
        }

    .saving label {
        font-size: 16px;
    }

    .No-address {
        padding: 60px 0;
    }

    #ContentPlaceHolder1_divNoItem, #Content_divNoItem {
        padding-top: 60px;
    }

    #ContentPlaceHolder1_divNoItem {
        padding-bottom: 60px;
    }

        #ContentPlaceHolder1_divNoItem h3, #Content_divNoItem h3, .No-address h3 {
            font-size: 22px;
            padding: 0 20px
        }

        #ContentPlaceHolder1_divNoItem a.btn-empty-continue, .No-address a.btn-empty-continue {
            padding: 15px 30px
        }

    .popupmain .btn-more button {
        font-size: 14px;
        color: #19191e;
    }

    .cart .mainpopup {
        padding: 12px;
        max-height: 645px;
        overflow: auto;
    }

    .cartaddress .titlepopup h3 {
        margin-top: 8px;
    }

    .cartR {
        width: auto;
    }

   
    /*------ footer -------*/
    .footer {
        padding: 0 20px;
        margin-top: 20px;
        font-size: 14px;
    }

        .footer h3 {
            height: 30px;
            margin: 20px 0 0;
            padding-right: 0;
            text-align: left;
            padding-left: 80px;
        }

            .footer h3:before {
                left: 0px;
            }

        .footer .col-2 h3 {
            padding-right: 0;
        }

    .footer-top-col-5 .sidebar {
        display: block;
        width: auto;
    }

    .footer-top-col-5 .col-1 {
        width: auto;
        display: block;
        margin-right: 0;
        text-align: center;
    }

        .footer-top-col-5 .col-1 a.icon-bct {
            padding-top: 20px !important;
        }

    .footer-top-col-5 .col-2 {
        padding-left: 5px;
    }

    .footer-top-col-5 .col-5 {
        display: none;
    }

    .logo-foot img {
        height: 64px;
    }

    .footL, .footR {
        float: none;
        text-align: center;
    }

    .footR {
        text-align: center;
        padding: 18px 30px 0;
    }

        .footR ul li {
            padding: 6px 0;
            width: 50%;
            margin-right: -5px;
        }

    .payment-foot {
        min-width: inherit;
    }

    .foot-ds {
        padding-bottom: 78px;
    }

    .Form.Login {
        width: auto;
    }

    .Form .titleForm {
        padding-left: 25px;
    }

    .Login > .Row04 {
        padding-right: 25px;
    }

    .Login .Form-ds {
        padding: 25px;
        max-height: 80vh;
        overflow: auto;
        margin-top: 0;
    }

    .Login .Form-Left, .Login .Form-Right {
        width: auto;
        float: none;
    }
}
/*-- end  max-width: 768px --*/

@media screen and (max-width: 767px) {
    .CommentForm .ItemRow .ItemInput {
        display: block;
    }

    .CommentForm .ItemRow .InputR {
        padding-left: 0;
    }

    div.ps-current .image-slide div {
        height: 400px;
    }

    div.pgwSlider .ps-current {
        height: 440px !important;
    }
}

@media screen and (max-width: 600px) {
    .login-form.left .form-group {
        margin-bottom: 0
    }

    .formLogin {
        padding: 30px 20px;
        justify-content: center;
        display: block;
    }

    .form-right {
        width: auto;
        padding: 0 20px 20px
    }
}

@media screen and (max-width: 480px) {
    .banner-category {
        max-height: 130px;
    }

    div.nivoSlider {
        height: 130px;
    }

        div.nivoSlider img {
            min-height: 130px
        }

    .menutop > ul {
        display: block;
        padding: 0 10px 10px 0;
        box-sizing: border-box;
    }

        .menutop > ul > li {
            width: 33.33%;
            margin-right: -4px;
            box-sizing: border-box;
            padding-left: 10px;
        }

    .MenuContext .menutop ul li a {
        width: 100%;
        margin: 0
    }

    .CommentForm .Buttons input {
        width: 100%;
    }
}

@media screen and (max-width: 380px) { /* Iphone 6  */
    .k-widget .k-content-frame {
        min-height: 667px;
    }

    .cart .mainpopup, .cartaddress .mainpopup {
        max-height: 575px;
    }

    .menutop li a, .menutop li ul.subMenu li a {
        font-size: 14px;
    }

    .banner-category {
        max-height: 160px;
    }

    div.nivoSlider {
        height: 160px;
    }

        div.nivoSlider img {
            min-height: 160px
        }

    .more-img a {
        height: 280px;
    }

    .more-img img {
        height: 280px;
    }

    .banner-category .wpb-item-1 {
        height: 166px;
    }

        .banner-category .wpb-item-1 img {
            min-height: 166px;
        }

    .banner-category .wpb-item-2, .banner-category .wpb-item-3 {
        height: 102px;
    }

        .banner-category .wpb-item-2 img, .banner-category .wpb-item-3 img {
            min-height: 102px;
        }

    .products-selling .wpb-img {
        height: 160px;
    }

    .mixedSlider .MS-content .item .imgTitle, .mixedSlider .MS-content .item .imgTitle img {
        height: 160px;
    }

    .products-category .wpb-img, .products-category .wpb-img img, .products-search .wpb-img, .products-search .wpb-img img {
        height: 167px;
    }

    .list-product .wpb-img a {
        width: 100px;
    }

    .productR .wpb-size span {
        min-width: 54px;
        height: 54px;
        line-height: 54px;
    }
    /*------ Advertisement -------*/
    .Advertisement {
        height: 110px;
        line-height: 110px;
    }

    .dropdown button {
        padding: 6px 15px;
        font-size: 13px;
    }

    .caret {
        margin-top: -2px;
    }

    #ContentPlaceHolder1_divNoItem h3, #Content_divNoItem h3, .No-address h3 {
        font-size: 20px;
    }
}
/*-- end  max-width: 380px --*/

@media screen and (max-width: 320px) { /* Iphone 5  */
    .k-widget .k-content-frame {
        min-height: 568px;
    }

    .cart .mainpopup, .cartaddress .mainpopup {
        max-height: 445px;
    }

    #menulist {
        width: 80%;
    }

        #menulist .topmenu {
            padding-left: 20px;
        }

    .menutop li ul.subMenu li a {
        padding: 10px 2px;
    }

    #menulist hr:first-child {
        margin-left: 45px;
        margin-right: 45px;
    }

    .ShoppingMobile .menucontent li.ListCategory > span {
        padding-left: 45px;
    }

    .ShoppingMobile .menucontent li a {
        padding-left: 45px;
    }

    .title-col a.viewmore {
        font-size: 12px;
    }

    .banner-category {
        max-height: 140px;
    }

    div.nivoSlider {
        height: 140px;
    }

        div.nivoSlider img {
            min-height: 140px
        }

    .wpb-row05 .wpb-column {
        width: 45%;
    }

    .products-selling .wpb-row .wpb-column {
        padding: 10px 8px;
    }

    .promotion-hot h3.wpb-title {
        width: 68%;
    }

    .wpb-column .viewmore {
        font-size: 14px;
        width: 100px;
        margin-left: -50px;
    }

    ul.prod-items li {
        font-size: 16px;
    }

    .banner-category .wpb-item-1 {
        height: 144px;
    }

        .banner-category .wpb-item-1 img {
            min-height: 144px;
        }

    .banner-category .wpb-item-2, .banner-category .wpb-item-3 {
        height: 88px;
    }

        .banner-category .wpb-item-2 img, .banner-category .wpb-item-3 img {
            min-height: 88px;
        }

    .products-selling .wpb-img {
        height: 134px;
    }

    .mixedSlider .MS-content .item .imgTitle, .mixedSlider .MS-content .item .imgTitle img {
        height: 134px;
    }

    .products-category .wpb-img, .products-category .wpb-img img, .products-search .wpb-img, .products-search .wpb-img img {
        height: 144px;
    }

    .list-product .wpb-img a {
        width: 85px;
    }

    .list-product .wpb-title {
        font-size: 12px;
    }

    .list-product .wpb-number select {
        font-size: 12px;
    }

    .list-product .wpb-size, .cartComplete .wpb-numb, .list-product .wpb-number, .list-product .prod-cancel a {
        font-size: 12px;
    }

        .list-product .wpb-number select, .wpb-number .up-down-select {
            padding: 6px 0;
        }

    .popupL .list-product .wpb-img a {
        width: 85px;
        height: 105px;
    }

    .popupL .list-product .wpb-img img {
        height: 105px;
    }

    .popupR .total-spice span {
        font-size: 18px;
    }

    .popupR .total-spice label {
        font-size: 22px;
    }

    .Payment .list-product .wpb-img a {
        width: 66px;
        height: 82px;
        line-height: 82px;
    }

    .Payment .list-product .wpb-img img {
        height: 82px;
    }

    .Payment .list-product .wpb-size, .Payment .list-product .wpb-number {
        font-size: 12px;
    }

    .Payment .wpb-items {
        font-size: 14px;
    }

    .paymentitems .wpb-item label {
        font-size: 16px;
    }

    .Payment .item-main {
        padding: 12px;
    }

    .Paymethod .item-main {
        padding: 0 12px 12px;
    }

    .Payment .wpb-total {
        font-size: 16px;
    }

        .Payment .wpb-total label {
            font-size: 22px;
        }

    .Paymethod .item-main table td label {
        font-size: 12px;
    }

    .itemrow {
        padding-bottom: 15px;
    }

        .itemrow .itemtext {
            padding-bottom: 7px;
        }

    .cartR .wpb-spice-old {
        font-size: 12px;
    }

    .cartR .wpb-spice {
        font-size: 16px;
    }

    .productR .wpb-size span {
        min-width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 18px;
    }

    .dropdown button {
        padding: 6px 10px;
        font-size: 12px;
    }

    .r-tabs-accordion-title a, .r-tabs .r-tabs-state-active a {
        font-size: 15px;
    }

        .r-tabs-accordion-title a:after {
            margin-top: -1px;
        }

    .No-address {
        padding: 20px
    }

        #ContentPlaceHolder1_divNoItem h3, #Content_divNoItem h3, .No-address h3 {
            font-size: 18px;
        }

    .footer {
        font-size: 10px;
    }

    .footR {
        padding: 15px 10px 0;
    }

    .footer h3 {
        font-size: 11px;
    }

    div.call-mobile {
        height: 30px;
        line-height: 30px;
    }

        div.call-mobile a {
            font-size: 15px;
            margin-right: 0;
        }

        div.call-mobile i {
            width: 30px;
            height: 30px;
        }

            div.call-mobile i:before {
                background-position: -1px -446px;
                width: 30px;
                height: 30px;
            }

    .btn-addcart input[type=submit] {
        padding-inline: 10px;
        font-size: 15px
    }
}
/*-- end  max-width: 320px --*/

@media only screen /* Ipad Vertical */
and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .banner-category {
        max-height: 280px;
    }

    .nivoSlider {
        max-height: 284px;
    }

        .nivoSlider img {
            height: 284px !important;
        }

    .promotion-hot .wpb-img {
        height: 332px;
    }

        .promotion-hot .wpb-img img {
            min-height: 332px;
        }

    .banner-category {
        max-height: 284px;
    }

    .more-img a, .more-img img {
        height: 500px;
    }

    h4.wpb-title {
        font-size: 16px;
        max-height: 42px;
    }

    .wpb-left, .wpb-right {
        font-size: 14px;
        font-weight: 500;
    }

    .wpb-left {
        padding-right: 10px;
    }

    .wpb-right {
        padding-left: 10px;
    }

    .mixedSlider .MS-controls button {
        top: 30%;
    }

    .mixedSlider .MS-content .item {
        width: 50%;
        padding: 12px
    }

        .mixedSlider .MS-content .item .imgTitle, .mixedSlider .MS-content .item .imgTitle img {
            height: 300px;
        }

    .products-search .wpb-row, .products-category .wpb-row {
        margin: 0;
    }
}
/*-- end Ipad Vertical --*/

@media screen and (min-width: 768px) {
    .menutop > ul, .top-m, .wpb-section, .foot-ds, .news-detail .title h2, .news-detail .content, .products-detail .breakum, .products-detail .container, #divBloglist {
        width: 760px;
    }
}

@media screen and (min-width: 992px) {
    .menutop > ul, .top-m, .wpb-section, .foot-ds, .news-detail .title h2, .news-detail .content, .products-detail .breakum, .products-detail .container, #divBloglist {
        width: 980px;
    }
}

@media screen and (min-width: 1100px) {
    .formLogin {
        width: 1040px
    }
}

@media screen and (min-width: 1200px) {
    .menutop > ul, .top-m, .wpb-section, .foot-ds, .news-detail .title h2, .news-detail .content, .products-detail .breakum, .products-detail .container, #divBloglist {
        width: 1230px;
    }
}

@media screen and (min-width: 1360px) {
    .menutop > ul, .top-m, .wpb-section, .foot-ds, .news-detail .title h2, .news-detail .content, .products-detail .breakum, .products-detail .container, #divBloglist {
        width: 1300px;
    }
}

@media screen and (min-width: 1600px) {
    .banner-category {
        max-height: 500px;
    }

    div.nivoSlider {
        height: 500px;
    }

        div.nivoSlider img {
            min-height: 500px;
        }

    .OkiafMenu {
        font-size: 16px;
    }

    .more-img a, .more-img img {
        height: 425px;
    }

    #tabs li a {
        font-size: 20px;
    }

    .r-tabs .r-tabs-tab a, .r-tabs-accordion-title a {
        font-size: 20px;
    }

    .r-tabs .r-tabs-panel p, .r-tabs .r-tabs-panel td, .r-tabs .r-tabs-panel div, .r-tabs .r-tabs-panel span {
        font-size: 15px !important;
    }

    .Advertisement {
        height: 214px;
        line-height: 214px;
        line-height: 214px;
    }

    .paymentL {
        padding-right: 15px;
    }

    .TermsOfUse .left {
        width: 25%;
    }
}
/*-- end  min-width: 1600px --*/

@media screen and (min-width: 1700px) {
    .banner-category {
        max-height: 528px;
    }

    div.nivoSlider {
        height: 528px;
    }

        div.nivoSlider img {
            min-height: 528px;
        }
}

@media screen and (min-width: 1800px) {
    .banner-category {
        max-height: 595px;
    }

    div.nivoSlider {
        height: 595px;
    }

        div.nivoSlider img {
            min-height: 595px;
        }

    .products-selling .wpb-row .wpb-column {
        padding: 0 16px 25px;
    }

    h4.wpb-title {
        margin-bottom: 12px;
    }

    .more-img a, .more-img img {
        height: 510px;
    }

    .wpb-column .viewmore {
        width: 200px;
        margin-left: -102px;
    }

    .wpb-left, .wpb-right {
        font-size: 15px;
    }

    #tabs li a {
        font-size: 22px;
    }

    .Advertisement {
        height: 258px;
        line-height: 258px;
        font-size: 42px;
    }

    .paymentL {
        padding-right: 20px;
    }

    .footer-top-col-5 .col-5 {
        padding-top: 38px;
    }
}
/*-- end  min-width: 1800px --*/

.products-detail, .banner-category {
    width: auto;
    padding: 0;
}

.Form-Right > .ItemRow.two-col:last-child {
    display: none
}

.buttons .btn-buy {
    padding: 8px 20px;
    background-color: #c8102e;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    box-sizing: border-box;
    border: 2px #c8102e solid;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    appearance: none;
    -webkit-appearance: none;
    display:inline-block;
}

.buttons .btn-buy:hover {
    background-color: transparent;
    color: #c8102e;
}
.buttons .lbl-des {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    font-style: italic;
    color: #5a5a5a;
    background: none;
    border: 0;
    padding: 0;
    font-weight: unset;
    text-transform: unset;
}
/*-- 24/02/2026 -- kingkhoedep.vn 15:30 --*/
