﻿* {
    margin: 0;
    padding: 0;
}
.grid-all, .grid-1, .grid-2, .grid-3, .grid-quarter, .grid-4, .grid-third, .grid-5, .grid-6, .grid-half, .grid-7, .grid-8, .grid-two-thirds, .grid-9, .grid-three-quarters, .grid-10, .grid-11, .grid-12, .grid-whole {
    margin: 0;
    clear: none;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(boxsizing.htc);
}

.grid-1 {
    width: 8.33333%;
}

.grid-2 {
    width: 16.66667%;
}

.grid-3, .grid-quarter {
    width: 25%;
}

.grid-4, .grid-third {
    width: 32.33333%;
}

.grid-5 {
    width: 41.66667%;
}

.grid-6, .grid-half {
    width: 49%;
}

.grid-7 {
    width: 58.33333%;
}

.grid-8, .grid-two-thirds {
    width: 66.66667%;
}

.grid-9, .grid-three-quarters {
    width: 75%;
}

.grid-10 {
    width: 83.33333%;
}

.grid-11 {
    width: 91.66667%;
}

.grid-12, .grid-whole {
    width: 100%;
}

.padded {
    padding: 0.5em;
}

.padded-left {
    padding-left: 0.5em;
}

.padded-right {
    padding-right: 0.5em;
}

.padded-top {
    padding-top: 0.5em;
}

.padded-bottom {
    padding-bottom: 0.5em;
}

.padded-sides {
    padding: 0 0.5em;
}

.padded-vertical {
    padding: 0.5em 0;
}

.padded-inner {
    padding: 1em;
}

.padded-inner-sides {
    padding: 0 1em;
}

.padded-reverse {
    margin: 0 -0.5em;
    width: auto;
    box-sizing: content-box;
    float: none;
}

.padded-reverse-all {
    margin: -0.5em;
    width: auto;
    box-sizing: content-box;
    float: none;
}

.flow-opposite {
    float: right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.row {
    margin: 0 -0.5em;
    width: auto;
    box-sizing: content-box;
    float: none;
}

@media (max-width: 480px) {
    .s-grid-all, .s-grid-1, .s-grid-2, .s-grid-3, .s-grid-quarter, .s-grid-4, .s-grid-third, .s-grid-5, .s-grid-6, .s-grid-half, .s-grid-7, .s-grid-8, .s-grid-two-thirds, .s-grid-9, .s-grid-three-quarters, .s-grid-10, .s-grid-11, .s-grid-12, .s-grid-whole {
        margin: 0;
        clear: none;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        *behavior: url(boxsizing.htc);
    }

    .s-grid-1 {
        width: 8.33333%;
    }

    .s-grid-2 {
        width: 16.66667%;
    }

    .s-grid-3, .s-grid-quarter {
        width: 25%;
    }

    .s-grid-4, .s-grid-third {
        width: 33.33333%;
    }

    .s-grid-5 {
        width: 41.66667%;
    }

    .s-grid-6, .s-grid-half {
        width: 50%;
    }

    .s-grid-7 {
        width: 58.33333%;
    }

    .s-grid-8, .s-grid-two-thirds {
        width: 66.66667%;
    }

    .s-grid-9, .s-grid-three-quarters {
        width: 75%;
    }

    .s-grid-10 {
        width: 83.33333%;
    }

    .s-grid-11 {
        width: 91.66667%;
    }

    .s-grid-12, .s-grid-whole {
        width: 100%;
    }

    .s-padded {
        padding: 0.5em;
    }

    .s-padded-left {
        padding-left: 0.5em;
    }

    .s-padded-right {
        padding-right: 0.5em;
    }

    .s-padded-top {
        padding-top: 0.5em;
    }

    .s-padded-bottom {
        padding-bottom: 0.5em;
    }

    .s-padded-sides {
        padding: 0 0.5em;
    }

    .s-padded-vertical {
        padding: 0.5em 0;
    }

    .s-padded-inner {
        padding: 1em;
    }

    .s-padded-inner-sides {
        padding: 0 1em;
    }

    .s-padded-reverse {
        margin: 0 -0.5em;
        width: auto;
        box-sizing: content-box;
        float: none;
    }

    .s-padded-reverse-all {
        margin: -0.5em;
        width: auto;
        box-sizing: content-box;
        float: none;
    }

    .s-flow-opposite {
        float: right;
    }

    .s-center {
        text-align: center;
    }

    .s-left {
        text-align: left;
    }

    .s-right {
        text-align: right;
    }

    .s-hidden {
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 800px) {
    .m-grid-all, .m-grid-1, .m-grid-2, .m-grid-3, .m-grid-quarter, .m-grid-4, .m-grid-third, .m-grid-5, .m-grid-6, .m-grid-half, .m-grid-7, .m-grid-8, .m-grid-two-thirds, .m-grid-9, .m-grid-three-quarters, .m-grid-10, .m-grid-11, .m-grid-12, .m-grid-whole {
        margin: 0;
        clear: none;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        *behavior: url(boxsizing.htc);
    }

    .m-grid-1 {
        width: 8.33333%;
    }

    .m-grid-2 {
        width: 16.66667%;
    }

    .m-grid-3, .m-grid-quarter {
        width: 25%;
    }

    .m-grid-4, .m-grid-third {
        width: 33.33333%;
    }

    .m-grid-5 {
        width: 41.66667%;
    }

    .m-grid-6, .m-grid-half {
        width: 50%;
    }

    .m-grid-7 {
        width: 58.33333%;
    }

    .m-grid-8, .m-grid-two-thirds {
        width: 66.66667%;
    }

    .m-grid-9, .m-grid-three-quarters {
        width: 75%;
    }

    .m-grid-10 {
        width: 83.33333%;
    }

    .m-grid-11 {
        width: 91.66667%;
    }

    .m-grid-12, .m-grid-whole {
        width: 100%;
    }

    .m-padded {
        padding: 0.5em;
    }

    .m-padded-left {
        padding-left: 0.5em;
    }

    .m-padded-right {
        padding-right: 0.5em;
    }

    .m-padded-top {
        padding-top: 0.5em;
    }

    .m-padded-bottom {
        padding-bottom: 0.5em;
    }

    .m-padded-sides {
        padding: 0 0.5em;
    }

    .m-padded-vertical {
        padding: 0.5em 0;
    }

    .m-padded-inner {
        padding: 1em;
    }

    .m-padded-inner-sides {
        padding: 0 1em;
    }

    .m-padded-reverse {
        margin: 0 -0.5em;
        width: auto;
        box-sizing: content-box;
        float: none;
    }

    .m-padded-reverse-all {
        margin: -0.5em;
        width: auto;
        box-sizing: content-box;
        float: none;
    }

    .m-flow-opposite {
        float: right;
    }

    .m-center {
        text-align: center;
    }

    .m-left {
        text-align: left;
    }

    .m-right {
        text-align: right;
    }

    .m-hidden {
        display: none;
    }
}

@media (min-width: 801px) {
    .l-grid-all, .l-grid-1, .l-grid-2, .l-grid-3, .l-grid-quarter, .l-grid-4, .l-grid-third, .l-grid-5, .l-grid-6, .l-grid-half, .l-grid-7, .l-grid-8, .l-grid-two-thirds, .l-grid-9, .l-grid-three-quarters, .l-grid-10, .l-grid-11, .l-grid-12, .l-grid-whole {
        margin: 0;
        clear: none;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        *behavior: url(boxsizing.htc);
    }

    .l-grid-1 {
        width: 8.33333%;
    }

    .l-grid-2 {
        width: 16.66667%;
    }

    .l-grid-3, .l-grid-quarter {
        width: 25%;
    }

    .l-grid-4, .l-grid-third {
        width: 33.33333%;
    }

    .l-grid-5 {
        width: 41.66667%;
    }

    .l-grid-6, .l-grid-half {
        width: 50%;
    }

    .l-grid-7 {
        width: 58.33333%;
    }

    .l-grid-8, .l-grid-two-thirds {
        width: 66.66667%;
    }

    .l-grid-9, .l-grid-three-quarters {
        width: 75%;
    }

    .l-grid-10 {
        width: 83.33333%;
    }

    .l-grid-11 {
        width: 91.66667%;
    }

    .l-grid-12, .l-grid-whole {
        width: 100%;
    }

    .l-padded {
        padding: 0.5em;
    }

    .l-padded-left {
        padding-left: 0.5em;
    }

    .l-padded-right {
        padding-right: 0.5em;
    }

    .l-padded-top {
        padding-top: 0.5em;
    }

    .l-padded-bottom {
        padding-bottom: 0.5em;
    }

    .l-padded-sides {
        padding: 0 0.5em;
    }

    .l-padded-vertical {
        padding: 0.5em 0;
    }

    .l-padded-inner {
        padding: 1em;
    }

    .l-padded-inner-sides {
        padding: 0 1em;
    }

    .l-padded-reverse {
        margin: 0 -0.5em;
        width: auto;
        box-sizing: content-box;
        float: none;
    }

    .l-padded-reverse-all {
        margin: -0.5em;
        width: auto;
        box-sizing: content-box;
        float: none;
    }

    .l-flow-opposite {
        float: right;
    }

    .l-center {
        text-align: center;
    }

    .l-left {
        text-align: left;
    }

    .l-right {
        text-align: right;
    }

    .l-hidden {
        display: none;
    }
}

.padded-sides {
    padding: 0 11px;
}

.padded-left {
    padding-left: 1em;
}

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    overflow-x: hidden;
    font-size: 14px;
    /*min-width: 300px;*/
    /*width: 100%;*/
    position: relative;
    z-index: 99;
    font-weight: 300;
    -webkit-text-size-adjust: none;
}

a {
    text-decoration: none;
    color: #242424;
}
a:hover h3 {
    color:#EF1C1F;	
}
.row {
    margin-left: 10px;
    margin-right: 10px;
}

.cl-green {
    color: #30ab30;
}

p {
    line-height: 20px;
}

.clear {
    clear: both;
}

ul {
    list-style: none;
}

div {
    display: block;
}

/******************   COMMON  **********************/
.ui-loader {
    z-index: 9999999;
    position: fixed;
    top: 50%;
    left: 49%;
    border: 0;
    background: 0;
    opacity: .18;
}

.ft-s-13 {
    font-size: 1.3em;
}

.m-t-5 {
    margin-top: 5px !important;
}

.p-t-1 {
    padding-top: 1px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-l-r-12 {
    margin: 0 12px;
}

.sp-label {
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.m-t-b-10-20 {
    margin: 10px 0 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-r-10 {
    margin-right: 10px;
}

.ui-icon-loading {
    background: url('/Areas/Mobile/Contents/img/ajax-loader-big.gif');
    background-size: 46px 46px;
}

.cl-red {
    color: red;
}

.ui-loader .ui-icon {
    background-color: #000;
    display: block;
    margin: 0;
    width: 44px;
    height: 44px;
    padding: 1px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}

.display-none {
    display: none;
}


/*************** END COMMON *******************/
.logo-main img{
        height: 50px !important;
        max-width: 100%;
    }

.top-header {
    display: block;
    margin: 0px auto;
    background-color: #d04700;
    width: 100%;
    height: 52px;
}

.top-header #logo {
    width: 110px;
    float: left;
}

.padding-l-r-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-l-r-10 {
    padding: 0px 10px;
}

.padding-l-10 {
    padding-left: 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.full-height {
    height: 100%;
    line-height: 50px;
}

#ActionHeadBar {
    padding-right: 12px;
    float: right;
}

.province-bar {
    overflow: hidden;
    float: left;
    margin-left: 10px;
}

.province_select select {
    background: #d04700 url(/Areas/Mobile/Contents/img/arrow.png) center right no-repeat;
    color: white;
    /*font-weight: bold;*/
    outline: none;
    font-size: 15px;
}

.province_select .select-wrapper {
    display: inline-block;
    float: left;
    overflow: hidden;
    padding-top: 18px;
}
/*.province_select select {
  direction: rtl;
}*/
.province_select select option {
    background-color: #fff;
    color: #444 !important;
}

.province_select .drop-down-icon {
    top: 24px;
    right: 0px;
}

.province_select .icon-wrapper {
    float: left;
    display: inline-block;
    position: relative;
    width: 12px;
    height: 50px;
    margin-left: 2px;
}

.drop-down-icon {
    position: absolute;
    background-position: -60px -40px;
    width: 13px;
    height: 8px;
}

.product-cart-noti {
    position: relative;
    padding-left: 10px;
}

.logo-main img{
    max-width: 100%;
}

.product-cart-noti a {
    position: absolute;
    background-position: -67px -74px;
    width: 24px;
    height: 25px;
    top: 15px;
    right: 0px;
    display: block;
}

.background-image {
    background-image: url(/Areas/Mobile/Contents/img/stt-home.png);
}


.product-cart-noti a span {
    position: absolute;
    background-position: -138px -107px;
    width: 15px;
    height: 15px;
    top: -4px;
    right: -2px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.product-cart-noti a span.sub-bg-cart {
    background-position: -138px -128px;
}

.full-width {
    width: 100%;
}

.second_header {
    background-color: #f1f1f1;
    position: relative;
    height: 47px;
    margin-top: -1px;
    border-bottom: 1px solid #dddddd;
}

.second_header .menu_icon {
    background-position: -107px -77px;
    width: 18px;
    height: 15px;
    top: 8px;
    left: 6px;
}

#logout, .nav-footer > a:nth-child(1) > span, .nav-footer > a:nth-child(1) > p {
    padding-top: 8px;
}

#logout, .nav-footer a, .nav-footer a span, .nav-footer a p, .nav-footer a i {
    float: left;
    margin-left: 10px;
}

#MenuIcon {
    position: absolute;
}

.menu-icon-wrap {
    height: 31px;
    width: 31px;
    position: absolute;
    top: 7px;
    left: 9px;
}

.menu-icon-wrap.active {
    background-color: #fff;
}

.second_header .menu_icon.menu-icon-active {
    /*background-position: -0px -226px;
    width: 44px;
    height: 41px;
    top: 0px;
    left: 0px;*/
}

.search-input {
    padding: 7px 52px 0px 50px;
}

#BottomSearch input[type=text], .search-input input[type=text] {
    width: 100%;
    height: 30px;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"] {
    border: 1px solid #cdcdcd;
    padding-left: 5px;
}

input:-webkit-input-value { /* WebKit browsers */
    color: #b4b4b4;
}

input:-moz-value { /* Mozilla Firefox 4 to 18 */
    color: #b4b4b4;
}

input:-moz-value { /* Mozilla Firefox 19+ */
    color: #b4b4b4;
}

input:-ms-input-value { /* Internet Explorer 10+ */
    color: #b4b4b4;
}

.clear_text {
    background-position: -48px -377px;
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    margin-top: -4.5px;
    right: 60px;
    cursor: pointer;
    display: none;
}

.order-drop_down_icon {
    background-position: -73px -63px;
    width: 14px;
    height: 8px;
    top: 10px;
    right: 10px;
    position: absolute;
}

.second_header .submit-btn {
    right: 12px;
    top: 7px;
}

.submit-btn {
    background-position: -136px -68px;
    position: absolute;
    width: 34px;
    height: 32px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sp-card-icon a {
    background-position: -122px -0px;
    position: absolute;
    width: 38px;
    height: 25px;
    top: 17px;
    right: 0px;
}

.sp-card-icon a span {
    background-position: -138px -112px;
    position: absolute;
    width: 15px;
    height: 15px;
    top: -4px;
    right: 7px;
    text-align: center;
    color: #fff;
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.top-banner {
    margin: 0px auto;
    display: block;
    text-align: center;
    overflow: hidden;
}
/*================button============================*/
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    /*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
/*.top-banner img {
    width: 100%;
}*/

.customer-bought-slide-wrap {
    overflow: hidden;
    margin: 0px auto;
    position: relative;
}

.list-product-box ul li {
    -webkit-transform: translate3d(0px,0px,0px);
    display: inline-block;
    float: left;
}

.list-product-box ul {
    display: inline-block;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    -ms-transition-property: -ms-transform;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: ease-out;
    padding: 0px;
    margin: 0px;
}

.feature-box {
    margin-top: 20px;
    overflow: hidden;
}

.feature-box-wrapper {
    position: relative;
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}

.discount-box {
    background: none repeat scroll 0 0 #21A521;
    border-radius: 2px;
    color: #FFFFFF;
    width: 3em;
    text-align: center;
    font-family: Roboto;
    position: absolute;
    top: 10px;
    right: 10px;
}

.discount-box.big-pro-icon {
    width: 55px;
    height: 27px;
    line-height: 27px;
    z-index: 1;
    font-size: 18px;
}

.title-product {
    color: #242424;
    font-family: 'RobotoCondensed-Light',Arial,Helvetica,sans-serif;
    padding: 10px 10px 3px 10px;
    font-size: 15px;
}

.promotion-price {
    color: #ff205f;
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
    font-size: 17px;
    float: left;
    padding-right: 10px;
    margin-top: 10px;
}
.promotion-price .number{
    font-size: 1.2em;
}
.saving .unit {
    font-size: 0.9em;
    margin-left: 3px;
}

.promotion-old-price {
    color: #333333;
    font-family: 'RobotoCondensed-Light',Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    text-decoration: line-through;
    padding-left: 10px;
    padding-bottom: .3em;
    float: left;
    margin-top: 10px;
}

.feature-product .product {
    width: 320px;
    margin: 0px auto;
    height: 170px;
}

.feature-product ul li, .list-image ul li {
    -webkit-transform: translate3d(0px,0px,0px);
    display: block;
    float: left;
}

.feature-box ul {
    display: inline-block;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    -ms-transition-property: -ms-transform;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: ease-out;
    padding: 0px;
    margin: 0px;
}

.feature-product .product .pr-image {
    width: 165px;
    height: 165px;
    position: relative;
    float: left;
}

.feature-product .product .pr-image .promotion-icon {
    position: absolute;
    background-position: -5px -144px;
    width: 80px;
    height: 44px;
    top: 0px;
    right: 0px;
    text-align: left;
}

.feature-product .product .pr-image .promotion-icon.decreasePrice {
    background-position: -0px -322px;
    text-align: center;
}

.k-unit {
    color: #fff;
    vertical-align: top;
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
    /*font-weight: bold;*/
    display: inline-block;
    margin-left: 1px;
    font-size: 16px;
    line-height: 19px;
}

.decreasePrice-cate-icon span {
    margin-right: 0px !important;
}

.feature-product .product .pr-image .promotion-icon .pro-number {
    font-size: 28px;
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
    color: #fff;
    line-height: 40px;
    float: right;
    margin-right: 30px;
    text-align: center;
    width: 40px;
}

.feature-product .product .pr-image .promotion-icon.decreasePrice .pro-number {
    margin-left: 0px;
}

.feature-product .product .pr-info {
    width: 35%;
    margin: 15px 0px 0px 10px;
    float: left;
}

.feature-product .product .pr-info .current-price {
    margin-top: 20px;
}

.feature-product .product .pr-info p {
    float: left;
    width: 100%;
    position: relative;
}

.feature-product .product .pr-info .pr-title {
    font-size: 14px;
}

.feature-product .product .pr-info .pr-title a {
    color: #151515;
}

.pagination {
    width: 100%;
    text-align: center;
    height: 25px;
}

.pagination .active {
    background-color: #ff205f !important;
}

.pagination a .pagination-item {
    margin-left: 3px;
    width: 10px;
    height: 10px;
    background-color: #c5c5c5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
}

.promotion-icon-link {
    position: relative;
    height: 30px;
    margin-top: 10px;
}

.promotion-icon-link a {
    position: absolute;
    background-position: -0px -104px;
    width: 134px;
    height: 34px;
    top: 0px;
    left: 12px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.feature-box .tab {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #dddddd;
    font-size: 15px;
    text-align: center;
    background-color: #f8f8f8;
    padding: 3px 5px 1px;
}

.feature-box .tab-item a {
    padding-left: 40px;
    color: #242424;
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
    position: relative;
    display: block;
    border: 1px solid #f8f8f8;
    border-bottom: none;
    margin-top: 1px;
}

.padding {
    margin: 0px 11px;
}

.feature-box .tab-item {
    width: 49%;
}

.feature-box .tab-item .active {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    color: #ff205f !important;
    margin-top: 1px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: none;
    background-color: #fff;
}

.tab-hot-pr .hot-item {
    background-position: -35px -0px;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    left: 10px;
    border: none;
    cursor: pointer;
}

.tab-new-pr .new-item {
    background-position: -0px -0px;
    position: absolute;
    width: 30px;
    height: 24px;
    top: 5px;
    left: 5px;
    border: none;
    cursor: pointer;
}

/*==============menu hot==========================*/

.fa {
    font-size: 7vw;
}

.grid-6:nth-child(odd) {
    padding-right: 0.5%;
}

.grid-6:nth-child(even) {
    padding-left: 0.5%;
}

.padded-sides .grid-4:first-child {
    padding-right: 1%;
}

.padded-sides .grid-4:nth-child(5) {
    padding-right: 1%;
}

.padded-sides .grid-4:last-child {
    padding-left: 1%;
}

.padded-sides .grid-4:nth-child(3) {
    padding-left: 1%;
}
/*=================menu hot=====================*/
/*.wrapper {
 display: inline-block;
 position: relative;
}
.wrapper:after {
    padding-top: 30%; /*16:9 ratio
    display: block;
    content: '';
}*/
.all-text {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    padding-left: 0.5em;
    color: #333333;
}

.menu-name {
    padding-bottom: 1em;
}

.menu-hot-icon {
    padding-top: 10%;
}

.hot-top .content-box img {
    max-width: 55px;
    max-height: 55px;
}

.menu-hot {
    padding-top: 0.5em;
}

.menu-hot-ul, .helper-ul {
    margin: 10px auto;
    background-color: #f6f6f6;
}

.helper-ul {
    border-bottom: 1px solid #e5e5e5;
}

.menu-hot-ul {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.menu-hot-item ul {
    padding: 0px 10px 0px 30px;
}

.menu-hot-ul li, .helper-ul .parent-li {
    line-height: 40px;
}

.menu-hot-ul > li {
    border-bottom: 1px solid #ddd;
}

.menu-hot-ul > li:last-child {
    border: none;
}

.menu-hot-ul > li > ul > li {
    line-height: 34px;
}

.helper-ul > li > a {
    border-top: 1px solid #dddddd;
}

.menu-hot-ul li a, .helper-ul > li > a {
    border-top: 1px solid #fff;
    color: #333333;
    display: block;
    font-size: 15px;
    padding: 3px 17px 3px 14px;
    position: relative;
}

.menu-hot-ul li:first-child, .menu-hot-ul li:first-child a {
    border-top: none;
}

.menu-hot-ul li ul li:last-child a {
    border: none;
}

.menu-hot-ul > li > ul > li.menu-child-item a {
    border-top: none;
    padding-left: 4px;
}

.menu-hot .active, .helper .active {
    background-color: #21a521;
    color: #fffefe !important;
}

.active .menu-li-icon {
    background-position: -60px -40px !important;
    width: 12px !important;
    height: 7px !important;
    right: 13px !important;
    top: 20px !important;
}

.menu-hot-item .menu-li-icon {
    background-position: -60px -26px;
    position: absolute;
    width: 13px;
    height: 8px;
    right: 13px;
    top: 20px;
}

.menu-child-li-icon {
    background-position: -81px -26px;
    position: absolute;
    width: 7px;
    height: 11px;
}

.show-child {
    color: #fff !important;
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.show-child .menu-child-li-icon, .show-content-item .menu-child-li-icon {
    background-size: 106.5px 225px;
    background-position: -43.5px -206px !important;
    width: 13px !important;
    height: 8px !important;
}

.list-icon-wrap {
    padding-top: 10px;
    position: relative;
    border-top: 1px solid #cccccc;
}

.list-icon-wrap .product-list-top-icon {
    left: 50%;
    margin-left: -6px;
}

.show-child, .show-content-item > a {
    background-color: #22a521;
    border-bottom: 1px solid #e5e5e5;
}

.child-cate-level3-list {
    background-color: #ffffff !important;
}

.child-cate-level3-list li {
    border-bottom: 1px solid #cdcdcd;
}

.menu-show-child-item .child-cate-level3-list {
    display: block;
}

.child-cate-level3-list {
    display: none;
}

.child-cate-level3-list li:last-child {
    border: none;
}

.menu-hot .menu-child-li-icon, .helper .menu-child-li-icon {
    right: 17px;
    top: 50%;
    margin-top: -4px;
}

.go-top {
    float: left;
    width: 100%;
    margin-top: 4px;
}

.go-top a {
    margin: 0 auto;
    width: 140px;
    margin: 0px auto;
    border: 1px solid #e0ded7;
    position: relative;
    color: #ff4d7f;
    padding: 10px 0px 10px 10px;
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
    display: block;
    margin-bottom: 10px;
}

.go-top-icon {
    background-position: -22px -370px;
    position: absolute;
    width: 25px;
    height: 23px;
    top: 50%;
    margin-top: -12px;
    right: 6px;
}

.sub-footer-ul {
    display: block;
    margin: 0px auto;
    border: 1px solid #cfd8ff;
    width: 100%;
    font-size: 15px;
    background-color: #f1f4fc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.sub-footer ul li {
    line-height: 40px;
    border-top: 1px solid #cfd8ff;
    height: 40px;
}

.sub-footer ul li a {
    display: block;
    padding-left: 55px;
    color: #242424;
    position: relative;
    border-top: 1px solid #fff;
}

.sub-footer ul li:first-child, .sub-footer ul li:first-child a {
    border: none;
}

.home-icon {
    background-position: -180px -164px;
    position: absolute;
    width: 26px;
    height: 22px;
    left: 15px;
    top: 8px;
}

.your-account-icon {
    background-position: -90px -27px;
    position: absolute;
    width: 25px;
    height: 25px;
}

.pr-card-icon {
    background-position: -32px -71px;
    position: absolute;
    width: 25px;
    height: 25px;
}

.help-icon {
    background-position: -148px -26px;
    position: absolute;
    width: 25px;
    height: 25px;
}

.news-icon {
    background-position: -0px -369px;
    position: absolute;
    width: 18px;
    height: 24px;
}

.contact-icon {
    background-position: -176px -31px;
    position: absolute;
    width: 24px;
    height: 18px;
}

.show-icon {
    background-position: -180px -71px;
    position: absolute;
    width: 25px;
    height: 25px;
}

.icon-text-decorate {
    top: 30%;
}

#Footer {
    width: 100%;
}

.footer-item {
    text-align: center;
    margin: 10px auto;
    font-family: 'RobotoCondensed-Light',Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.link-footer, .link-footer a {
    color: #242424;
    font-family: 'RobotoCondensed-Light',Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.info-footer {
    padding-bottom: 10px;
}

.tag-footer {
    color: #999999;
    padding: 10px;
    border-top: 1px solid #dddddd;
    text-align: center;
    font-size: 0.9em;
}

.destop-display-link a {
    color: #242424;
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.title-box {
    padding: 15px 0px 3px 12px;
}

.title-box .title {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 10px;
}

.category_title .quantity {
    color: #30ab30;
}

.filter_zone {
    display: block;
    width: 100%;
}

.filter_zone_wrap {
    padding: 14px 12px;
    display: block;
    background-color: #f1f1f1 !important;
}

.select_list {
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.filter_zone .right-part .select_list, .filter_zone .left-part .select_list {
    background-color: #21a420;
    color: #FFFFFF;
}

.filter_zone .full-part {
    border: 1px solid #cdcdcd;
}

.filter_zone .full-part .select_list {
    background-color: #ffffff;
    color: #686868;
}

.filter_zone .top-part {
    float: left;
    width: 100%;
}

.filter_zone .second-part {
    width: 100%;
    margin-top: 5px;
}

.filter_zone .right-part .select_list, .filter_zone .left-part .select_list, .filter_zone .full-part .select_list {
    font-size: 15px;
    padding: 8px 0 8px 5px;
    width: 115%;
}

.filter_zone .select_list option {
    background-color: #fff;
    color: #444 !important;
    line-height: 20px;
}

.styled-select {
    overflow: hidden;
    position: relative;
    display: block;
}

.birthday-input > label {
    white-space: nowrap;
    margin-top: 5px;
}

.styled-select.time-select {
    float: left;
    border: 1px solid #cdcdcd;
    height: 30px;
    line-height: 30px;
    margin: 10px 5px;
}

.styled-select.day, .styled-select.month {
    width: 40px;
}

.styled-select.year {
    width: 55px;
}

.styled-select.time-select select {
    width: 110%;
    height: 100%;
}

.birthday-input label {
    float: left;
}

.filter_zone .right-part, .filter_zone .left-part {
    width: 48%;
    height: 35px;
    overflow: hidden;
}

.filter_zone .center .select_list {
    width: 110%;
    height: 100%;
    padding: 6px 0px 6px 12px;
    background-color: #fff !important;
}

.filter_zone .center {
    margin-top: 10px;
    display: block;
    border: 1px solid #cdcdcd;
    height: 30px;
    color: #151515;
}

.filter_zone .styled-select .drop-down-icon {
    top: 15px;
    right: 8px;
}

.styled-select .order-drop-down-icon {
    position: absolute;
    background-position: -73px -64px;
    width: 14px;
    height: 7px;
    top: 13px;
    right: 8px;
}

.list-product {
    position: relative;
    border-top: 1px solid #cccccc;
}

.product-list-top-icon {
    background-position: -151px -58px;
    width: 11px;
    height: 6px;
    position: absolute;
    top: -6px;
}

.list-product .product-list-top-icon {
    left: 50%;
    margin-left: -6px;
}

.list-product ul li {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0px;
}

.list-product ul li .product-cate-info {
    text-align: left;
    margin-left: 121px;
}

.list-product ul li .product-img {
    text-align: right;
    position: relative;
    padding-right: 5px;
}

.promotion-cate-icon {
    position: absolute;
    background-position: -90px -149px;
    width: 39px;
    height: 29px;
}

.promotion-cate-icon.decreasePrice-cate-icon {
    background-position: -86px -321px;
}

.product-img .promotion-cate-icon {
    top: -3px;
    right: 8px;
}

.promotion-cate-icon span {
    /*font-weight: bold;*/
    display: block;
    line-height: 25px;
    color: #fff;
    text-align: right;
    margin-right: 17px;
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.product-cate-info p {
    display: block;
    width: 100%;
    position: relative;
}

.product-provider, .product-review {
    margin-top: 5px;
    position: relative;
    font-size: 0.85em;
    color: #444;
}

.product-provider > a {
    color: #242424;
}

.product-review .review-star {
    background-position: -133px -148px;
    top: 2px;
    width: 70px;
    height: 13px;
}

.review-star {
    position: absolute;
    width: 86px;
    height: 15px;
}

.product-cate-info .product-review .review-star {
    left: 0px;
}

.product-cate-info .product-review .review_number {
    margin-left: 72px;
}

.product-provider span {
    color: #242424;
}

.current-price {
    color: #ff205f;
    /*font-weight: bold;*/
    position: relative;
    font-size: 16px;
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.product-cate-info .current-price {
    margin-top: 10px;
    font-size: 15px;
}

.promotion-price .unit {
    margin-left: 2px;
}

.product-cate-info .old-price {
    margin-top: 5px;
}

.old-price .price {
    text-decoration: line-through;
}

.old-price {
    position: relative;
}

.old-price .close {
    margin-left: 3px;
}

.product-cate-info .product-title a {
    color: #242424 !important;
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.show_more_wrapper .show_more {
    display: block;
    background-color: #488bda;
    height: 30px;
    width: 100%;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 10px auto;
    font-size: 1.1em;
    position: relative;
}

#Product-box-item-2 {
    display: none;
}

.show_more .drop-down-icon {
    top: 13px;
    left: 465px;
}

.slide-container {
    position: absolute !important;
    top: 52px;
    left: -255px;
    overflow: hidden;
}

.list-product .show_more .link {
    display: inline-block;
    margin: 0px auto;
}

.show_more .icon {
    display: inline;
}

.bottom-search-box {
    position: relative;
}

.search-input-bottom {
    padding-right: 40px;
    margin-bottom: 10px;
    padding-left: 12px;
}

.bottom-search-box .submit-btn {
    top: 0px;
    right: 0px;
}

.bottom-search-box .clear_text {
    top: 16px;
    right: 47px;
}

.bottom .wrap-bottom {
    padding: 0px 12px;
    display: block;
}

.main-nav {
    max-width: 100% !important;
    width: 255px;
    position: fixed;
    left: -255px;
    top: 52px;
}

.main-nav-active {
    position: static;
    float: left;
    margin-top: 52px;
}

.header-fixed {
    position: fixed;
    z-index: 1;
    top: 0px;
}

.scroll-bar {
    overflow-y: auto;
    overflow-x: hidden;
}

#style2::-webkit-scrollbar {
    width: 3px;
    background-color: #f3f3f3;
}

#style2::-webkit-scrollbar-thumb {
    background-color: #e4e4e4;
    border-radius: 10px;
}

#style2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f3f3f3;
    background-color: #f3f3f3;
}

.main-nav .main-nav-shadow {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-nav ul li {
    line-height: 45px;
    border-bottom: 1px solid #dddddd;
    background-color: #f6f6f6;
    padding: 0px 30px 0px 10px;
    height: 45px;
    position: relative;
}

.main-nav ul li a {
    color: #333333;
    padding: 0px 60px 0px 15px;
    border-top: 1px solid #fff;
}

.main-nav .promotion-menu {
    background-color: #fff;
    position: relative;
}

.main-nav ul li a {
    display: block;
}

.content-fixed {
    top: 52px;
    float: left;
    position: fixed;
    z-index: -1;
}

.main-nav .promotion-menu a span {
    color: #ffffff;
    background-position: -0px -188px;
    width: 152px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -76px;
    text-align: center;
    line-height: 30px;
    position: absolute;
}

.main-nav ul {
    display: inline-block;
}

.main-nav table {
    border-spacing: 0;
}

.main-nav .menu-child-li-icon {
    top: 16px;
    right: 20px;
}

.shadow-vertical, .shadow-horizontal {
    position: relative;
}

.shadow-v, .shadow-corner {
    background-image: url(/Areas/Mobile/Contents/img/shadow-v.png);
}

.shadow-vertical .shadow-v {
    background-position: -330px -0px;
    background-repeat: repeat-y;
    width: 20px;
}

.shadow-corner {
    background-position: -239px -14px;
    background-repeat: no-repeat;
}

.shadow-horizontal .shadow-h {
    background: url(/Areas/Mobile/Contents/img/shadow-h.png) -0px -140px;
    background-repeat: repeat-x;
    height: 20px;
}

/*------------------------------ detail page style -----------------------------*/
.top-info .star-number {
    float: right;
}

.top-info .product-review {
    width: 85px;
}

.top-info .product-review, .top-info .product-provider {
    margin-top: 0px !important;
}

.list-image {
    margin: 0px auto;
    text-align: center;
}

.list-image .detail-main-promotion-icon {
    background-position: -46px -224px;
    width: 80px;
    height: 44px;
    top: 0px;
    right: 0px;
    position: absolute;
}

.detail-main-promotion-icon span {
    color: #fff;
    /*font-weight: bold;*/
    font-size: 28px;
    float: left;
    margin: 10px 5px;
    text-align: right;
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.detail-main-promotion-icon.decrease-price-icon {
    background-position: -131px -320px;
}

.detail-main-promotion-icon.decrease-price-icon span {
    margin-right: 2px;
}

.detail-main-promotion-icon.decrease-price-icon span.k-unit {
    margin: 0;
    font-size: 17px;
    float: left;
}

.product-image {
    overflow: hidden;
    position: relative;
}

.product-image .list-image {
    position: relative;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.product-image .product {
    width: 320px;
    margin: 0px auto;
}

.product-image ul {
    display: inline-block;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    -ms-transition-property: -ms-transform;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: ease-out;
    padding: 0px;
    margin: 0px;
    -webkit-transform: translate3d(-0px,0px,0px);
    transform: translate3d(-0px,0px,0px);
    -ms-transform: translate3d(-0px,0px,0px);
}

.list-image .pr-image-content {
    position: relative;
    margin: 0px auto;
}

.product-image .pagination {
    margin-top: 0px;
}

.product-detail .price-info {
    margin-top: 10px;
}

.product-detail .price-info .old-price {
    margin-left: 20px;
}

.price-info .current-price .number {
    font-size: 20px;
}

.product-detail .price-info .saving {
    font-size: 15px;
}

.pr-status {
    color: #21a521;
    font-size: 17px;
    margin: 10px auto;
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.pr-status.cl-red {
    color: red;
}

.shipping-info .ship-time {
    position: relative;
    padding-left: 30px;
}

.shipping-info .ship-time .clock-icon {
    position: absolute;
    background-position: -133px -224px;
    width: 14px;
    height: 14px;
    top: 0px;
    left: 0px;
}

.shipping-info .free-ship {
    padding-left: 20px;
    margin-bottom: 5px;
    color: #242424;
}

.free-ship a {
    padding-left: 12px;
}

.other-info {
    padding-left: 15px;
}

.green-button {
    width: 100%;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.red-button {
    width: 100%;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #d04700;
    color: #ffffff;
}

.green-button, .more-info a {
    display: block;
    text-align: center;
}

.green-button, .more-info {
    position: relative;
    margin: 10px auto;
}


.forgot-pass {
    position: relative;
}

.forgot-pass > div {
    position: absolute;
    background-image: url('/Areas/Mobile/Contents/img/ajax-loader.gif');
    width: 16px;
    height: 16px;
    top: 0;
    left: 114px;
    display: none;
}

.buy-now a {
    padding: 9px 0px;
    font-size: 21px;
}

.green-button {
    background-color: rgb(255, 85, 0);
    color: #ffffff;
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.green-button a {
    background-color: rgb(255, 85, 0);
    color: #FFFFFF;
    font-weight: bold;
}

.green-button a, .more-info a {
    display: block;
    text-align: center;
}

.orange-button a {
    background-color: rgb(255, 85, 0);
    color: #FFFFFF;
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.orange-button a, .more-info a {
    display: block;
    text-align: center;
}

.buy-now .buy-now-icon {
    position: absolute;
    background-position: -134px -241px;
    width: 28px;
    height: 22px;
    top: 10px;
    left: 50%;
    margin-left: -70px;
}

.buy-now span {
    margin-right: -30px;
}

.info-comment .tab {
    height: 38px;
    border-bottom: 1px solid #bfbfbf;
    font-size: 15px;
    text-align: center;
}

.info-comment .tab a {
    color: #242424;
    display: block;
}

.info-comment .tab .tab-item {
    line-height: 38px;
    width: 48%;
    display: inline-block;
    text-align: center;
}

.info-comment .tab .active {
    border: 1px solid #bfbfbf;
    border-bottom: 1px solid #fff;
    height: 37px !important;
    background-color: #fff;
    /*font-weight: bold;*/
    color: #b4116f;
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.info-comment .tab .active .comment-number {
    color: #999999;
    margin-left: 5px;
}

.reply-comment-enter-info {
    display: none;
}

.buy-now-zone {
    border-bottom: 1px solid #f0f0f0;
}

#info-tab-1 .info {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    color: #414141;
}

#info-tab-1 .info-header {
    font-size: 17px;
    margin-top: 5px;
}

.info ul li {
    position: relative;
    padding: 3px 0 3px 10px;
    position: relative;
}

.info ul li .tick-icon-pr-detail {
    background-position: -184px -247px;
    height: 18px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 18px;
}

.info-box .active {
    display: block !important;
}

.grey-btn {
    background-color: #dddddd;
    color: #3a3a3a;
    padding: 10px 0px;
    font-size: 18px;
}

.product-also-purchased {
    margin: 10px auto;
    float: left;
    width: 100%;
    overflow: hidden;
}

.product-also-purchased .label {
    font-size: 14px;
}

.list-product-box-wrap {
    background-color: #f1f1f1;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
}

.list-product-box {
    padding: 10px 0px;
}

.list-product-box ul {
    text-align: center;
}

.list-product-box .product {
    display: inline-table;
    width: 140px;
}

.list-product-box .product .pr-image {
    position: relative;
}

.list-product-box .product .pr-image img {
    margin: 0px auto;
}

.list-product-box .product .pr-info .subject {
    margin: 5px auto;
}

.list-product-box .product .pr-info {
    width: 100%;
}

.list-product-box .product .pr-info p {
    line-height: normal;
}

.list-product-box .product .pr-info .subject a {
    color: #242424;
}

.list-product-box .product .pr-image .promotion-cate-icon {
    top: -4px;
    right: 0px;
}

.promotion-cate-icon.decreasePrice-cate-icon span {
    display: inline-block;
}

.promotion-cate-icon.decreasePrice-cate-icon .pro-number {
    margin-left: 4px;
    line-height: 30px;
    padding-left: 0px;
}

.promotion-cate-icon.decreasePrice-cate-icon .k-unit {
    font-size: 10px;
    padding-left: 0px;
}

.product-also-purchased .pagination {
    margin: 10px auto;
}

/*------------------------------------product full detail style ---------------------------*/
.top-border {
    border-top: 1px solid #f0f0f0;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 15px;
    text-align: justify;
    line-height: 2em;
}

.top-border .content {
    margin-top: 10px;
}

.comment-form {
    margin-top: 8px;
    position: relative;
    padding-left: 37px;
}

#comment {
    padding-right: 5px;
}

textarea {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 5px 0px 0px 5px;
}

.comment-form .product-list-top-icon {
    left: 55px;
    top: -5px;
}

#info-tab-2 .bottom-dot-border {
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#info-tab-2 {
    float: left;
}

.comment-list .list, .comment-list .list-reply {
    line-height: 20px;
    position: relative;
}

.reply-comment-enter-info {
    text-align: left !important;
    display: none;
}

.comment-list .list {
    border-top: 1px solid #dddddd;
    font-size: 14px;
    text-align: justify;
    margin-top: 10px;
    padding: 10px 0px;
}

.comment-list .name {
    /*font-weight: bold;*/
    margin-top: 4px;
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.comment-list ul li .content {
    padding-left: 37px;
    position: relative;
}

.comment-list ul li .content p {
    margin: 5px 0px;
}

.comment-list ul li .content .funny-face-icon {
    top: 10px;
}

.comment-list ul li .content .action a, .comment-list ul li .content .action span, .comment-list ul li .content .action i {
    margin-right: 2px;
}

.comment-list ul li .content .action span {
    color: #808080;
}

.dot {
    width: 2px;
    height: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #444888;
    display: inline-block;
    vertical-align: middle;
}

.comment-list .product-list-top-icon {
    left: 40px;
}

.comment-list .review-star {
    right: 20px;
    top: 2px;
}

.btn-submit-comment {
    background-color: #21a521;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 7px 12px;
    margin: 5px auto;
}

.funny-face-icon {
    position: absolute;
    background-position: -157px -105px;
    width: 32px;
    height: 32px;
    top: 0px;
    left: 0px;
}

.reply-comment-form {
    display: none;
}

.comment-list .list-reply {
    background-color: #f1f1f1;
}

.comment-list .list-reply .content {
    padding-right: 5px;
}

.comment-list .list-reply .product-list-top-icon {
    background-position: -157px -201px;
    width: 12px;
    height: 6px;
    top: -6px;
    left: 10px;
}

.bottom-solid-border {
    border-bottom: 1px solid #ffffff;
}

.reply-form input[type="text"], .reply-form input[type="password"], .reply-form input[type="email"], .reply-form input[type="tel"] {
    width: 100%;
    height: 31px;
    margin-top: 10px;
}

.reply-form {
    padding: 0px 10px 10px 0px;
}

.reply-form .btn-submit-comment {
    margin-right: -7px;
}

.enter-name-box {
    display: none;
}

.enter-name-box .review {
    height: 28px;
    line-height: 28px;
    position: relative;
}

.enter-name-box .review .label {
    margin-left: 10px;
}

.enter-name-box .review .review-star {
    background-position: -91px -281px;
    top: 12px;
    left: 100px;
}

.enter-name-box .input-commenter-info {
    padding: 0px 5px 0px 0px;
}

.input-commenter-info input[type="text"], .input-commenter-info input[type="password"], .input-commenter-info input[type="email"], .input-commenter-info input[type="tel"], .input-commenter-info select,.input-commenter-info textarea{
    width: 98%;
    height: 30px;
    margin: 5px 1%;
}
.subcribe {
    font-size: 14px;
    margin: 0px 0 10px 0;
}

.subcribe p {
    margin: 5px;
}

.complete {
    margin: 20px 0px 0px 5px;
}

.complete-on {
    margin: 15px -2px 0 0;
    float: right;
}
/*------------------------------ Login Style------------------------------------------*/
.login-submit {
    padding: 7px 0px;
    font-size: 21px;
}

.login-box {
    font-size: 15px;
}

.login-box .input-commenter-info .text-input {
    padding-right: 7px;
}

.icon-menu-wrapper .sub-footer-item {
    float: left;
    width: 32%;
    height: 95px;
    margin-left: 2%;
}

.icon-menu-wrapper .sub-footer-item:nth-child(1), .icon-menu-wrapper .sub-footer-item:nth-child(4) {
    margin-left: 0px;
}

.sub-footer-item a i {
    position: absolute;
    width: 42px;
    height: 42px;
    text-align: center;
}

.sub-footer-item a {
    display: block;
    height: 100%;
    width: 100%;
    border: 1px solid #e0ded7;
    position: relative;
}

.sub-footer-item a .sub-footer-item-text {
    position: absolute;
}

.sub-footer-item a .hi {
    /*font-weight: bold;*/
    color: #151515;
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.sub-footer-item a.logout {
    padding-left: 5px;
}

.action {
    margin-top: 10px;
    text-align: left;
    font-size: 13px;
}

.action p {
    width: 49%;
    text-align: center;
    display: inline-block;
}

.action .vertical-border {
    border-right: 1px solid #444;
    height: 30px;
    margin: 0px auto;
}

.line-box {
    text-align: center;
    color: #cccccc;
    margin: 25px 0px 10px 0px;
}

.line-box .line {
    border-top: 1px solid #cccccc;
    position: relative;
}

.line-box .line span {
    position: absolute;
    top: -12px;
    left: 50%;
    width: 30px;
    background-color: #fff;
    margin-left: -15px;
}

.fb-google {
    height: 30px;
    margin: 10px auto;
}

.fb-google a {
    display: block;
    height: 100%;
    width: 100%;
    float: left;
}

.fb-google div {
    width: 48%;
    display: inline-block;
    padding: 2px 0px;
}

.fb-google .icon {
    width: 33px;
    height: 33px;
    border-right: 2px solid;
    position: relative;
    margin-top: -1px;
}

.fb-google .text {
    height: 33px;
    line-height: 33px;
    margin-top: -1px;
    padding-left: 10px;
    color: #fff;
    text-align: center;
    float: left;
}

.google .icon {
    border-right: 1px solid #e76651;
}

.google .text {
    border-left: 1px solid #a13c00;
}

.facebook .icon {
    border-right: 1px solid #4a69a0;
}

.facebook .text {
    border-left: 1px solid #324e7f;
}

.facebook {
    background-color: #3b5998;
}

.google {
    background-color: #d64a38;
}

.fb-icon {
    position: absolute;
    background-position: -0px -296px;
    width: 11px;
    height: 21px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -6px;
}

.google-icon {
    position: absolute;
    background-position: -18px -297px;
    width: 15px;
    height: 21px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -8px;
}

.form-input-box {
    padding: 10px 0px 20px 0px;
    border-top: 1px solid #dddddd;
}

.login-box h2 {
    font-size: 15px;
    margin: 8px 0;
    display: block;
}

.login-box .header-text {
    margin-left: 5px;
    font-size: 12px;
    color: #151515;
    display: inline;
}

.top {
    margin-top: 10px;
}

p.gender {
    margin-bottom: 5px;
}
/*------------------------------- Product Order Style -----------------------------*/
.grey-box {
    background-color: #f1f1f1;
    position: relative;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.hot-line-footer .cl-black {
    background-color: #39abf3;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0px 5px;
}

.address-order-box {
    min-height: 150px;
}

.empty-report {
    margin-top: 20px;
    padding: 10px 0px;
    font-size: 18px;
    text-align: center;
}

.pr-number {
    color: #808080;
}

.drop-down-sp-cart-icon {
    position: absolute;
    background-position: -181px -56px;
    width: 11px;
    height: 6px;
    top: -1px;
    left: 40px;
}

.product-cart-info .drop-down-sp-cart-icon {
    top: -1px;
    left: 70px;
}
/*------------------------------------ shopping cart has product style ---------------------*/
.product-cart-info .sp-cart-product-list {
    margin-top: 15px;
}

.product-cart-info .sp-cart-product-list ul li {
    background-color: #ffffff;
    padding: 15px 5px 10px 5px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.product-cart-info .pr-info {
    display: inline;
    width: 65%;
    margin-left: 10px;
    font-size: 15px !important;
}

.product-cart-info .pr-info a {
    color: #151515;
}

.product-cart-info .pr-image {
    width: 70px;
    margin-top: 5px;
}

.product-cart-info .pr-status {
    margin: 5px auto !important;
}

.product-cart-info .current-price {
    color: #151515;
}

.product-cart-info .old-price {
    color: #808080;
    font-size: 12px !important;
}

.pr-number-input {
    width: 46px;
    height: 33px;
    color: #151515 !important;
    font-size: 15px;
    text-align: center;
    padding: 0px !important;
}

.product-number {
    margin-left: 35px;
    position: relative;
}

.x-icon {
    background-position: -160px -193px;
    position: absolute;
    width: 6px;
    height: 5px;
    top: 7px;
    left: -18px;
}

.corner-icon {
    background-position: -182px -190px;
    position: absolute;
    width: 10px;
    height: 10px;
}

.product-number .corner-icon {
    bottom: 1px;
    right: 1px;
}

.product .delete-icon {
    position: absolute;
    background-position: -197px -188px;
    width: 16px;
    height: 16px;
    top: 2px;
    right: 2px;
    display: block;
    margin: 5px;
}

.final-info {
    margin-top: 10px;
}

.final-info .amount {
    position: relative;
    margin-right: 20px;
    font-size: 16px;
}

.final-info p .number {
    color: #808080;
}

.final-info p {
    margin: 5px auto;
}

.final-info .into-money {
    color: #ff205f;
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.final-info .note {
    font-size: 12px;
    color: #808080;
    margin-top: 10px;
}

.lost-password-box, .change-pass-notice, .address-order-box, #PaymentTypeEdit, #ShippingTimeEdit, #ShippingAddressEdit, #OrderAddressEdit {
    display: none;
}

.forgot-pass-form .lost-password-box {
    display: block;
    padding: 10px;
}

.payment-box-wrapper .payment-title {
    background-color: #f1f1f1;
    padding: 15px 0px 15px 12px;
    border-bottom: 1px solid #dddddd;
}

.payment-main-box {
    font-size: 15px;
}

.tab-second ul {
    border-bottom: 5px solid #488bda;
    margin-top: 10px;
}

.tab-second .active {
    background-color: #488bda;
    color: #fff !important;
}

.tab-second .active a {
    color: #fff !important;
}

.tab-second ul li {
    display: inline-block;
}

.tab-second ul li a {
    padding: 7px 6px;
    color: #000;
}

.form-text {
    padding-right: 7px;
    margin: 5px auto;
}

.form-text .sp-label {
    font-size: 12px;
    margin-top: 12px;
}

.form-text.customer-logged {
    display: none;
}

.customer-logged.displayBlock {
    display: block;
}

.form-text .label {
    margin: 5px auto;
}

.form-text input[type="text"], .form-text input[type="password"], .form-text input[type="email"], input[type="tel"] {
    width: 100%;
    height: 30px;
}

.form-text input[type="text"].captcha_input {
    width: 100px;
}

.captcha_img {
    vertical-align: bottom;
    margin-left: 10px;
    padding-bottom: 2px;
}

.form-text p {
    position: relative;
    margin: 3px auto 4px;
}

.form-text.address-diff p {
    margin: 13px auto 4px;
}

.form-text label {
}

.form-text p .require-icon {
    color: red;
    position: absolute;
    top: 10px;
    right: 5px;
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.form-text p .corner-icon {
    right: -6px;
    bottom: 1px;
}

.radio-button-box {
    margin: 10px auto;
}

.radio-button-box p {
    margin: 20px 0px 20px 0px;
    position: relative;
}

.radio-button-box input[type="radio"] {
    display: none;
}


.radio-button-box label.label-radio {
    background: #fff url(/Areas/Mobile/Contents/img/radio.png) center center no-repeat;
    padding-left: 25px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}

.radio-button-box input[type="radio"]:checked + label.label-radio {
    background-image: url(/Areas/Mobile/Contents/img/radio-check.png);
}

.radio-button-box label {
    cursor: pointer;
}

.lost-password-box, .success-announce, .change-pass-notice {
    position: relative;
    margin-top: 10px;
}

.lost-password-box {
    min-height: 130px;
    background-color: #f1f1f1;
    border: 1px solid #dddddd;
}

.success-announce .tick-icon {
    background-position: -183px -220px;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0px;
}

.success-announce, .change-pass-notice {
    padding: 10px 0px;
}

.tick-icon {
    background-position: -185px -248px;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
}

.change-pass-notice {
    border-top: 1px solid #dddddd;
    /*font-weight: bold;*/
    color: #12b325;
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.change-pass-notice p.text span {
    display: block;
    margin-left: 30px;
}

.success-announce .text {
    color: #17ac22;
    padding-left: 30px;
    position: relative;
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.lost-password-box input[type="text"] {
    width: 100%;
    margin-top: 20px;
}

.border-title-box {
    border: 1px solid #dddddd;
    padding: 15px 18px;
    position: relative;
    margin-top: 20px;
}

.border-title-box p {
    margin: 10px auto;
}

.border-title-box label {
    margin-left: 10px;
}

.border-title-box .title {
    position: absolute;
    background-color: #fff;
    top: -10px;
    left: 20px;
    text-align: center;
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.address-book {
    padding: 10px 30px;
}

.address-book ul li {
    margin-top: 20px;
    position: relative;
}

.address-book div {
    display: inline-block;
}

.address-book .radio-input {
    position: relative;
}

.address-book input[type="radio"] {
    position: absolute;
    top: 5px;
    left: 0px;
}

.address-book .address-info {
    margin-left: 20px;
    border-left: 5px solid #dddddd;
    padding-left: 10px;
}

.address-book .address-info p {
    margin: 5px auto;
}

.address-book.customer-fullinfo {
    padding: 0;
    position: relative;
}

.address-book.customer-fullinfo > div {
    position: absolute;
    right: 0;
    top: 6px;
    z-index: 1;
}

.address-book.customer-fullinfo ul li .address-info {
    margin-left: 0;
}

.title-border-bottom {
    border-bottom: 1px solid #dddddd;
    padding: 10px 0px;
}

.title-border-bottom span {
    font-size: 16px;
}

.shipping-adress-select {
    padding-left: 18px;
}

.background-payment-image {
    background-image: url(/Areas/Mobile/Contents/img/payment-icon.png);
}

.cash-payment {
    position: absolute;
    background-position: -0px -0px;
    width: 32px;
    height: 22px;
    left: 185px;
    top: 0px;
}

.visa-payment {
    position: absolute;
    background-position: -0px -26px;
    width: 36px;
    height: 26px;
    top: 20px;
    left: 70px;
}

.mt-card-payment {
    position: absolute;
    background-position: -41px -0px;
    width: 36px;
    height: 26px;
    top: 20px;
    left: 30px;
}

.payment-type-select p .icon-wrap {
    margin-left: 10px;
    position: relative;
    width: 36px;
    height: 26px;
    float: left;
}

.payment-type-select {
    padding-bottom: 20px;
}

.payment-type-select p .text {
    width: 175px;
}

.radio-button-box p .text {
    line-height: 20px;
    margin-left: 30px;
    padding: 5px 0;
}

.grey-color {
    color: #808080;
    margin-top: 5px;
}

.form-box .product-cart-info .sp-cart-product-list {
    margin-top: 0px !important;
}

.review-info {
    min-height: 100px;
}

.review-info .title-border-bottom a {
    line-height: 20px;
}

.hot-line-footer ul li {
    display: inline-block;
    margin-left: 5px;
    font-size: 0.9em;
}

.hot-line-footer ul li:first-child {
    margin-left: 0px !important;
}

.hot-line-footer {
    padding: 20px 12px;
    margin-top: 15px;
}

.hot-line-footer .title {
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.hot-line-footer .address {
    color: #999999;
}

.box-active {
    display: block !important;
}

/*------------------------ direction style -----------------------------*/
.direction-main-box ul li a {
    color: #151515;
}

.map-image.map-show {
    display: block;
}

.map-child-tab {
    margin-top: 10px;
}

.show-branch {
    display: block !important;
}

.map-child-tab > div {
    display: none;
}

.map-child-tab > div.active {
    display: block;
}

.map-child-tab .account-info-select {
    padding-left: 0px !important;
}

.show-province {
    display: block !important;
}

.map-image {
    height: 300px;
    display: none;
    padding: 10px 0px;
}

.show {
    display: block !important;
}

.tab-second ul li a {
    display: block;
}

.page-title {
    padding: 10px 0px;
}

.contact-main-box {
    font-size: 15px;
}

.common-contact-info {
    margin-top: 10px;
}

.common-contact-info p {
    margin: 10px auto;
}

.province {
    margin: 10px auto;
}

.province ul li {
    padding-left: 20px;
    margin: 15px auto;
    position: relative;
}

.no-icon {
    position: absolute;
    background-position: -134px -168px;
    width: 15px;
    height: 15px;
    top: 5px;
    left: 0px;
    text-align: center;
    color: #fff;
    line-height: 15px;
}

.title {
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.file-not-found {
    text-align: center;
    margin-top: 10px;
}

.file-not-found .big-text {
    font-size: 22px;
    margin: 10px auto;
}

.helper {
    font-size: 15px;
}

.content-helper {
    background-color: #fff;
    padding: 10px;
    color: #151515;
    display: none;
}

.show-content-item .content-helper {
    display: block;
}

.content-helper .step {
    margin: 5px auto;
}

.top-info {
    line-height: 20px;
}

/*---------------- Styles for validation helpers ----------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00 !important;
    background-color: #fee;
}

.validation-summary-errors {
    /*font-weight: bold;*/
    color: #f00;
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.validation-summary-valid {
    display: none;
}

/*
 ------------ POPUP ------------------------
*/
.popup {
    position: absolute;
    width: 100%;
    height: 1500px;
    background: url('/Areas/Mobile/Contents/img/bg_transparent.png') left top;
    z-index: 1;
}

.popup .content-popup {
    background-color: #FFFFFF;
    background-position: 0 -72px;
    background-repeat: no-repeat;
    border: 4px solid #525252;
    border-radius: 4px 4px 4px 4px;
    width: 250px;
    margin: 10px auto;
}

.content-popup a, .content-popup h2, .content-popup span.po-tt-icon {
    background-image: url("/Areas/Mobile/Contents/img/popup-tinhthanh-bg.png");
    background-repeat: no-repeat;
}

.content-popup h2 {
    color: #FFFFFF;
    font-size: 18px;
    padding: 17px 10px 12px 10px;
}

.content-popup a {
    background-position: 0 -72px;
    border-bottom: 1px solid #CCCCCC;
    color: #444444;
    display: block;
    font-size: 19px;
    padding: 15px 20px;
    position: relative;
    text-decoration: none;
}

.content-popup span.po-tt-icon {
    background-position: -18px -52px;
    display: block;
    height: 19px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 19px;
}

.loading {
    background: url("/Areas/Mobile/Contents/img/loading.gif") center center no-repeat;
    position: fixed;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 9999999999;
    top: 0px;
    left: 0px;
    display: none;
}

.note {
    color: red;
    font-size: 0.9em;
}

.support-name {
    color: blue;
}

/***************** REVIEW STAR *****************/
.background-img-star {
    background: url("/Areas/Mobile/Contents/img/review-star-icon.png") left top no-repeat;
}

.review-star-product {
    position: absolute;
    height: 17px;
    width: 71px;
}

.review-big-star {
    position: absolute;
    height: 14px;
    width: 76px;
    background-position-y: -20px;
}

.check-mouse {
    top: 7px;
    left: 80px;
    background-position: -1px -20px;
}

.review-comment {
    top: 3px;
    left: -85px;
}

.review-star-product.star-three {
    background-position: -28px 2px;
}

.review-star-product.star-four {
    background-position: -14px 2px;
}

.review-star-product.star-five {
    background-position: 0px 2px;
}

#AccountPasswordForm {
    display: none;
}


/*********************** Product Detail *********************/
.color-item a {
    margin-right: 6px;
    border-radius: 3px;
    padding: 4px 10px;
    border: 1px solid #D2D2D2;
}

.color-item {
    display: block;
    float: left;
    margin-bottom: 10px;
}

.colorActive.color-item a {
    padding: 5px 11px;
    border: 1px solid #FBA02D;
}

.size-wrap {
    float: left;
    width: 70%;
}

.color-list {
    margin-top: 10px;
}

.label {
    float: left;
    margin-right: 5px;
}

.reply-comment-content {
    margin-top: 10px;
}

.partial-view-result {
    display: none;
}

.privacy-policy-content {
    text-align: justify;
}

.privacy-policy-content p {
    margin: 15px auto;
}

.box-news-detail {
    margin-top: 10px;
    padding: 0 10px;
    font-size: 12px;
}

.content.style-description p, .box-news-detail p {
    margin: 5px 0 10px 0;
}

.style-description table {
    border-spacing: 0;
    border-collapse: collapse;
    border: 0px;
}

.style-description table td {
    border: #6699ff 1px solid;
    padding: 5px 5px 5px 5px;
}

/*------------Account Infomation style-------------*/
.account-info label {
    width: 80px;
    display: inline-block;
}

.summary-errors span {
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}


.account-info > p {
    margin: 5px auto;
}

.update-account-info, .change-password {
    padding: 10px 0px;
}

.update-account-info .form-input-box {
    border: none;
}

.change-password .form-input-box {
    position: relative;
    margin-top: 10px;
}

.change-password .form-input-box .product-list-top-icon {
    left: 40px;
}

.update-account-info .form-input-box, .change-password .form-input-box {
    display: none;
}

.update-btn {
    background-color: #22a521;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 25px;
    padding: 0 5px;
    color: #fff;
}

.styled-select {
    overflow: hidden;
    position: relative;
    display: block;
}

.account-info-select .select_list {
    width: 100%;
    height: 100%;
    padding: 6px 0px 6px 0px;
    border: 1px solid #cdcdcd;
    background-color: #fff !important;
    color: #9a9a9a;
}

.s-l-order.input-validation-error {
    background-color: #fee !important;
}

.account-info-select {
    margin-top: 10px;
    display: block;
    height: 30px;
    color: #151515;
    line-height: 30px;
    width: 100%;
    background-color: #fff;
}

.note-input p {
    padding-right: 7px;
    margin-top: 10px;
}

.address-order-box .drop-down-sp-cart-icon {
    top: -1px;
}

.filter_zone .styled-select .drop-down-icon {
    top: 15px;
    right: 8px;
}

.styled-select .order-drop-down-icon {
    position: absolute;
    background-position: -73px -64px;
    width: 14px;
    height: 7px;
    top: 13px;
    right: 8px;
}

#DistrictIdTemp {
    display: none;
}

.read-only {
    background-color: #f1f1f1;
}

.title-item {
    padding: 15px 0px;
}

.title-item .title-text {
    color: #151515;
    /*font-weight: bold;*/
    padding-left: 10px;
    display: inline-block;
    white-space: nowrap;
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.title-item .logout {
    float: right;
    margin-right: 20px;
    display: inline-block;
    white-space: nowrap;
}

.helper-ul.customer-info {
    margin-top: 0px;
}

.list-order {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

.list-order > tbody > tr {
    border-top: 1px solid #dddddd;
}

.list-order > tbody > tr:first-child {
    border: none;
}

.list-order > tbody > tr > td, .list-order > tbody > tr > th {
    padding: 5px;
}

.order-id {
    color: #478ae3;
}

.status {
    color: #181818;
    font-size: 14px;
}

.total-money {
    position: relative;
    color: #a60265;
    font-size: 14px;
}

.enter-name-box-temp {
    display: none;
}

/*********************  Provider by cate  ********************/
.provider-info-cate.top-border {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.provider-info-cate.top-border p {
    margin: 5px 0 10px 0;
}

.provider-info-cate.top-border img {
    max-width: 320px;
    max-height: 400px;
}

/********************* Delivery Form ****************/
.bank-pay {
    margin: 5px 0;
    display: block;
    position: relative;
}

.bank-choose:before {
    top: 50% !important;
    left: 0 !important;
    margin-top: -9px;
}

.text-bank-name {
    margin-left: 10px;
    float: left;
    padding: 10px 0px;
}

.grey-button {
    background-color: #f9f8f8;
    color: #242424;
    border: 1px solid #d7d7d7;
    text-align: center;
    font-family: arial;
    font-size: 17px;
    margin: 10px auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.grey-button a {
    display: block;
}

#width_tmp {
    display: none;
}

input[type="text"], input[type="submit"], input[type="tel"], input[type="email"], input[type="password"], input[type="button"], textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input, textarea, select {
    font-family: inherit;
}
/*Resize all img*/

@media all and (max-width: 480px) {
    img.top-banner {
        width: 100%;
        height: auto;
    }

    /*.menu-hot-icon > img {
        width: 25%;
    }*/



    .home-iconmenu a {
        line-height: 3em;
    }
}
/*===============Promotion Products===============*/
.promotion-product {
    background: none repeat scroll 0 0 rgba(255,255,255,.14);
    float: left;
    margin: 0% 1% 1% 0%;
    padding: 10px 0px;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 1px #D4D4D4;
    border-left: 1px solid #F9F5F5;
    border-top: 1px solid #f9f5f5;
}    
.promotion-product .wrap-item-t {
    padding-top: 2px;
    line-height: 20px;
    display: block;
    text-align: left;
    padding-left: 10px;
}
.promotion-product .wrap-item-t span {
    font-style: italic;
    display: inline-block;
}
.promotion-product .wrap-item-t b {
    color: #b3150a;
}
.promotion-product .box-img img {
    max-width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 230px;
}
.promotion-product .ncc-img {
    padding: 15px 0;
}
.promotion-product .ncc-img a {
    display: block;
    float: left;
    text-align: center;
    padding-bottom: 8px;
}
.promotion-product .ncc-img a img {
    width: 200px;
    max-width: 100%;
    height: auto;
}

#promotion-product-wrapper {
    margin: 1.5%;
}

.view-more-link {
    color: #333 !important;
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: center;
    background: #dfddd6;
    padding-top: 0.1em;
    margin-top: .5em;
    height: 2em;
    display: block;
}

#view-more-span {
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}
/*================Menu==========================*/
.nav-wrapper {
    background: #222;
    width: 255px;
    min-height: 700px;
    color: white;
}

.nav-name {
    background: #222;
    border-bottom: 1px solid #313132;
    color: #fff;
    font-size: 1.1em;
    padding: 10px 0px 10px 8px;
    text-transform: uppercase;
}

#separate {
    height: 1px;
    background: black;
}

.menu-bordered {
    border-bottom: 1px solid #5d5e62;
}

.nav-catagory {
    float: left;
    width: 100%;
    border-bottom: 1px solid #4d4d4d;
}

.nav-item {
    float: left;
    height: 41px;
    background: #222;
    width: inherit;
    color: #F7F7F7;
    font-size: 13px;
    line-height: 41px;
}
.nav-item:hover, .nav-button:hover {
   background-color: #d04700;
}
.nav-item .sp-menu-icon > img {
    max-width: 25px;
    max-height: 25px;
}
.nav-item .fa-angle-right {
    float: right;
    font-size: 25px;
    color: #F7F7F7;
    margin-top: 8px;
    padding-right: 8px;
}
.nav-item .sp-menu-icon {
    display: block;
    width: 4px;
    height: 7px;
    float: left;
    margin-top: 8px;
    margin-left: 10px;
}

.nav-item > p {
    float: left;
    margin-left: 3px;
    margin-top: 13px;
    white-space: nowrap;
    font-size: 15px;
    padding-left: 15px;
}

.nav-item > .nav-button {
    float: right;
    margin-right: 8px;
    margin-top: 8px;
    line-height: 24px;
    border: 1px solid #282828;
    padding-left: 8px;
    padding-right: 8px;
}

.nav-item:last-child {
    border-bottom: none;
}

.nav-button {
    background: #4a4748;
    float: left;
}

.rough {
    border-radius: 6px;
}

.nav-footer {
    width: inherit;
    margin-top: 15px;
}

.nav-footer .nav-button {
    width: 110px;
    height: 32px;
    border-bottom: 1px solid #202020;
    border-right: 1px solid #202020;
    float: left;
}

.nav-footer .nav-button:first-child {
    margin-left: 8px;
}

.nav-footer .nav-button:last-child {
    margin-left: 5px;
}

a.nav-button {
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 32px;
}

.nav-footer > a > i {
    font-size: 25px;
}
/*============Menu Translate===================*/

.sidepanel-ready .second_header, .sidepanel-ready .main-nav, .sidepanel-ready .top-banner, .sidepanel-ready .pagination,
.sidepanel-ready .category_title, .sidepanel-ready .menu-hot, .sidepanel-ready .filter_zone,
.sidepanel-ready .product-detail, .sidepanel-ready .padding, .sidepanel-ready.helper,
.sidepanel-ready .clear, .sidepanel-ready .product-wapper, .sidepanel-ready .menu-hot-wrapper, .sidepanel-ready .go-top, .sidepanel-ready .icon-menu-wrapper, .sidepanel-ready .footer,
.sidepanel-degraded-ready .second_header, .sidepanel-degraded-ready .main-nav, .sidepanel-degraded-ready .top-banner, .sidepanel-degraded-ready .pagination,
.sidepanel-degraded-ready .clear, .sidepanel-degraded-ready .product-wapper, .sidepanel-degraded-ready .menu-hot-wrapper, .sidepanel-degraded-ready .go-top, .sidepanel-degraded-ready .icon-menu-wrapper, .sidepanel-degraded-ready .footer, .sidepanel-degraded-ready.helper {
    transition-property: transform;
    transition-duration: .6s;
    transition-timing-function: ease-in-out;
    transform: translate3d(0,0,0);
    -ms-transition-property: margin-left;
    -ms-transition-duration: .6s;
    -ms-transition-timing-function: ease-in-out;
    -ms-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: .6s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: .6s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-property: -o-transform;
    -o-transition-duration: .6s;
    -o-transition-timing-function: ease-in-out;
}

.sidepanel-active .second_header, .sidepanel-active .main-nav, .sidepanel-active .top-banner, .sidepanel-active .pagination,
.sidepanel-active .category_title, .sidepanel-active .menu-hot, .sidepanel-active .filter_zone,
.sidepanel-active .product-detail, .sidepanel-active .padding, .sidepanel-active .helper,
.sidepanel-active .clear, .sidepanel-active .product-wapper, .sidepanel-active .menu-hot-wrapper, .sidepanel-active .go-top, .sidepanel-active .icon-menu-wrapper, .sidepanel-active .footer,
.sidepanel-degraded-active .second_header, .sidepanel-degraded-active .main-nav, .sidepanel-degraded-active .top-banner, .sidepanel-degraded-active .pagination,
.sidepanel-degraded-active .clear, .sidepanel-degraded-active .product-wapper, .sidepanel-degraded-active .menu-hot-wrapper, .sidepanel-degraded-active .go-top, .sidepanel-degraded-active .icon-menu-wrapper, .sidepanel-degraded-active .footer, .sidepanel-degraded-active.helper {
    transition-property: transform;
    transition-duration: .6s;
    transition-timing-function: ease-in-out;
    transform: translate3d(255px,0,0);
    -ms-transform: translate3d(255px,0,0);
    -ms-transition-property: margin-left;
    -ms-transition-duration: .6s;
    -ms-transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(255px,0,0);
    -moz-transform: translate3d(255px,0,0);
    -o-transform: translate3d(255px,0,0);
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: .6s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: .6s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-property: -o-transform;
    -o-transition-duration: .6s;
    -o-transition-timing-function: ease-in-out;
}
/*===============Test footer==================*/
.home-margin {
    margin: 0;
}

.home-padding {
    padding: 25px 0 30px;
}

.rowtight {
    margin-left: -1.5%;
}

.rowtight:before, .rowtight:after {
    content: " ";
    display: table;
}

.rowtight:after {
    clear: both;
}

.tcol-ss-1, .tcol-ss-2, .tcol-ss-3, .tcol-ss-4, .tcol-ss-5, .tcol-ss-6, .tcol-ss-7, .tcol-ss-8, .tcol-ss-9, .tcol-ss-10, .tcol-ss-11, .tcol-ss-12, .tcol-xs-1, .tcol-xs-2, .tcol-xs-3, .tcol-xs-4, .tcol-xs-5, .tcol-xs-6, .tcol-xs-7, .tcol-xs-8, .tcol-xs-9, .tcol-xs-10, .tcol-xs-11, .tcol-xs-12, .tcol-sm-1, .tcol-sm-2, .tcol-sm-3, .tcol-sm-4, .tcol-sm-5, .tcol-sm-6, .tcol-sm-7, .tcol-sm-8, .tcol-sm-9, .tcol-sm-10, .tcol-sm-11, .tcol-sm-12, .tcol-md-1, .tcol-md-2, .tcol-md-3, .tcol-md-4, .tcol-md-5, .tcol-md-6, .tcol-md-7, .tcol-md-8, .tcol-md-9, .tcol-md-10, .tcol-md-11, .tcol-md-12, .tcol-lg-1, .tcol-lg-2, .tcol-lg-3, .tcol-lg-4, .tcol-lg-5, .tcol-lg-6, .tcol-lg-7, .tcol-lg-8, .tcol-lg-9, .tcol-lg-10, .tcol-lg-11, .tcol-lg-12, .tcol-lg-25, .tcol-md-25, .tcol-sm-25, .tcol-xs-25 {
    min-height: 1px;
    position: relative;
}

.tcol-xs-6 {
    width: 31.83333%;
    float: left;
}



.menu-hot-wrapper {
    margin-top: 2em;
}

.icon-menu-wrapper {
    float: left;
    width: 100%;
    margin-top: -6px;
}

.home-iconmenu {
    border: 1px solid #e0ded7;
}

.home-iconmenu:hover {
    background: none repeat scroll 0 0 #2D5C88;
    transition: background 0.4s ease-out 0s;
}

.home-iconmenu a {
    color: #242424;
    display: block;
    /*padding: 10px 20px;*/
    text-align: center;
    transition: background 0.4s ease-out 0s;
    font-size: 3vw;
}


.home-iconmenu a:hover {
    color: #FFFFFF !important;
}

.home-iconmenu a i {
    color: #488bda;
    display: block;
}

.home-iconmenu a i:hover {
    color: #FFFFFF !important;
}

.home-iconmenu a p {
    padding-bottom: 5px;
}

.button-footer {
    text-align: center;
    padding: 2%;
    margin-bottom: 10px;
}

.button-footer > a {
    border: 1px solid #dddddd;
    color: #ff205f;
    display: block;
    padding: 12px 0px;
    width: 100%;
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.item {
    height: 100%;
}

.content-box img {
    position: absolute;
}

.menu-hot-wrapper .content-box {
    position: relative;
    margin-top: 5px;
}

.hot-top .content-box a {
    color: #ffffff;
    display: block;
    height: 100%;
    width: 100%;
}

.other-menu .content-item {
    float: left;
    height: 96px;
    width: 32%;
    margin-left: 2%;
    position: relative;
}

.other-menu .content-item a {
    position: absolute;
    top: 50%;
    color: #333;
    left: 0px;
    width: 100%;
}

.other-menu .content-item .item-wrap-content {
    padding: 0px 5px;
}

.other-menu .content-item:first-child {
    margin-left: 0px;
}

.content-box .menu-hot-name {
    position: absolute;
}
/*@media (max-width: 350px) {
    .menu-hot-icon > img {
        width: 50%;
    }
}*/

/*@media (max-width: 480px) {
    .tcol-xs-6 {
        width: 30.93333%;
    }

    .promotion-price {
        float: none;
    }

    .title-product {
        font-size: 0.875em;
    }

    .promotion-price {
        font-size: 1.1em;
    }

    .promotion-old-price {
        font-size: .9em;
    }
}*/


/*@media (max-width: 350px) {
    .pager {
        width: 90%;
    }

    .all-text {
        padding-left: 1em;
        padding-right: 1.1em;
    }
    .home-iconmenu a i {
        font-size: 3em;
    }
}*/
@media (max-width: 767px) {
    .menu-hot-wrapper .content-box {
        float: left;
        height: 96px;
        width: 49%;
        margin-left: 2%;
    }

    .hot-top > div.content-box:nth-child(1), .hot-top > div.content-box:nth-child(3), .hot-top > div.content-box:nth-child(5) {
        margin-left: 0px;
    }

    .sub-footer-item a i {
        top: 15px;
        left: 50%;
        margin-left: -21px;
    }

    .sub-footer-item a .sub-footer-item-text {
        bottom: 15px;
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 320px) {
    .all-text {
        display: block;
        padding-top: 45%;
    }

    .one-price {
        height: 215px;
    }

    .fa {
        font-size: 2.7em;
    }
}

@media (min-width: 320px)and (max-width: 479px) {
    .menu-hot-icon {
        width: 100%;
    }

    .content-box img {
        top: 5px;
        left: 53%;
        margin-left: -32px;
    }

    .content-box .menu-hot-name {
        font-size: 13px;
        top: 75px;
        text-align: center;
        width: 100%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .menu-hot-icon {
        width: 100%;
    }

    .content-box img {
        top: 50%;
        margin-top: -32px;
        left: 5px;
    }

    .content-box .menu-hot-name {
        top: 50%;
        margin-top: -8px;
        left: 70px;
        text-align: center;
    }

    .content-box:nth-child(3) .menu-hot-name, .content-box:nth-child(4) .menu-hot-name {
        right: 80px;
        left: auto;
    }

    .content-box:nth-child(3) img, .content-box:nth-child(4) img {
        right: 5px;
        left: auto;
    }
}

@media (min-width: 480px) {
    .promotion-old-price {
        padding-top: 0.4em;
    }

    .one-price {
        height: 290px;
    }

    .all-text {
        height: inherit;
        color: #333;
        line-height: 134px;
        display: block;
        font-size: 1em;
        padding-top: 2%;
    }
}

/*@media (min-width: 550px) {
    .content-box .menu-hot-name {
        font-size: 1.5em;
    }

    .all-text {
        height: inherit;
        color: #333;
        line-height: 1;
        display: block;
        font-size: 1.3em;
    }
}*/

/*@media (min-width: 550px )and (max-width: 640px) {
    .home-iconmenu {
        height: 145px;
    }

    .all-text {
        padding: 30% 10px 0 10px;
        line-height: 20px;
    }
}*/

/*@media (min-width: 640px) {
    .fa {
        line-height: inherit;
    }

    .title-product {
        font-size: 1em;
    }

    .promotion-price {
        font-size: 1.3em;
    }

    .promotion-old-price {
        font-size: 1em;
    }

    .view-more-link {
        font-size: 1.1em;
    }

    .tcol-xs-6 {
        width: 31.33333%;
    }

    .link-footer, .link-footer a {
        font-size: 1.1em;
    }

    .footer-item {
        font-size: 1.1em;
    }

    .button-footer {
        font-size: 1.2em;
    }

    .one-price {
        height: 235px;
    }*/

/*.menu-hot-icon {
        padding-left: 0%;
        display: block;
        float: left;
        width: 100%;
        text-align: left;
    }*/

/*.content-box .menu-hot-name {
        font-size: 1.4em;
        height: inherit;
    }

    .all-text {
        font-size: 1.5em;
        padding: 35% 10px 0 10px;
    }

    .home-iconmenu {
        padding-top: 15px;
        line-height: 56px;
    }

    .home-iconmenu a i {
        font-size: 2em;
        padding-top: 10px;
    }

    .home-iconmenu a {
        font-size: 1.5em;
    }
}*/

/*@media (max-width: 768px) {
    .menu-hot-icon {
        width: 100%;
    }
}*/

@media (min-width: 768px) {
    .home-iconmenu a {
        font-size: 1.5em;
    }

    .menu-hot-wrapper .content-box {
        float: left;
        height: 96px;
        width: 32.5%;
        margin-left: 1.25%;
    }

    .hot-top > div.content-box:nth-child(1), .hot-top > div.content-box:nth-child(4) {
        margin-left: 0px;
    }

    .content-box img {
        top: 50%;
        margin-top: -32px;
        left: 5px;
    }

    .content-box .menu-hot-name {
        top: 50%;
        margin-top: -8px;
        left: 70px;
        text-align: center;
    }

    .sub-footer-item a i {
        top: 50%;
        margin-top: -21px;
        vertical-align: central;
        left: 50px;
    }

    .sub-footer-item a .sub-footer-item-text {
        left: 105px;
        top: 50%;
        margin-top: -8px;
    }

    .other-menu .content-item {
        width: 32.5%;
        margin-left: 1.25%;
        position: relative;
    }

    .icon-menu-wrapper .sub-footer-item {
        float: left;
        width: 32.5%;
        height: 95px;
        margin-left: 1.25%;
    }
}

@media (min-width: 1024px) {
    .menu-hot-icon {
        padding-top: 10%;
    }
}

.view-more-link.bg-blue {
    background-color: #488bda;
    padding-top: 0.4em;
}

.submit-blue-input {
    background-color: #488bda;
    padding: 5px 10px;
    color: #fff;
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.view-more-link.bg-blue a {
    color: #feffff;
    display: block;
}

.menu-hot-icon {
    float: left;
}

#container {
    width: 100%;
    position: relative;
    float: left;
}

.sidepanel-ready .sidepanel {
    position: fixed;
}

.sidepanel-content-mask {
    position: absolute;
    z-index: 50;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.sidepanel-active .sidepanel-content-mask, .sidepanel-degraded-active .sidepanel-content-mask {
    display: block;
    cursor: pointer;
}
/*#flow-opposite-menu {
    width: 100%;
    background: white;
}

#Page {
    overflow: hidden;
    background: #333333;
}*/

.orange-button {
    background-color: #f76617;
    text-transform: uppercase;
    text-align: center;
    float: left;
}

.grey-icon-detail {
    width: 7px;
    height: 7px;
    border-radius: 4px;
    display: block;
    float: left;
    background-color: #444888;
    margin-top: 5px;
    margin-right: 10px;
}

.nums-choose {
    height: 40px;
    padding: 5px 60px 7px;
    position: relative;
    background-color: #efefeb;
    margin: 10px auto;
}

.nums-choose .nums-show {
    width: 100%;
    height: 100%;
}

.nums-choose div {
    border: 1px solid #d9d9d9;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    background-color: #fff;
}

.nums-choose .desc-btn, .nums-choose .asc-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 5px;
    font-size: 20px;
    background-position-y: -400px;
    cursor: pointer;
}

.nums-choose .desc-btn {
    left: 10px;
    background-position-x: -40px;
}

.nums-choose .asc-btn {
    right: 10px;
    background-position-x: -0px;
}

.f-left {
    float: left;
}

.none-float {
    float: none;
}

.payment-tbl tr > td:first-child {
    width: 20px;
    position: relative;
}

.support-shopping {
    height: 72px;
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
}

.support-shopping .support-txt {
    position: absolute;
    bottom: 17px;
    left: 46px;
    color: #4e4e4e;
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.support-shopping .icon-support {
    background-repeat: no-repeat;
    background-position: -64px -368px;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 50%;
    margin-top: -18px;
    left: 5px;
}

.phone-number {
    position: absolute;
    left: 44px;
    top: 14px;
    font-size: 17px;
}

.phone-number, .phone-number a {
    color: #21a521;
    /*font-weight: bold;*/
    font-family: open_sans_bold, Arial, Tahoma;
    font-weight: 400 !important;
}

.hidden-label {
    display: none;
}

/* for high resolution display */

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .logo-main img{
        height: 25px;
        width: 80px;
    }
    
    .product-cart-noti a {
        background-image: url(/Areas/Mobile/Contents/img/stt-homex2.png);
        background-size: 200px 100px;
        background-position: -0px -0px;
    }

    .second_header .menu_icon {
        background-image: url(/Areas/Mobile/Contents/img/stt-homex2.png);
        background-size: 200px 100px;
        background-position: -53px -0px;
    }

    .submit-btn {
        background-image: url(/Areas/Mobile/Contents/img/stt-homex2.png);
        background-size: 200px 100px;
        background-position: -77px -0px;
    }

    .go-top-icon {
        background-image: url(/Areas/Mobile/Contents/img/stt-homex2.png);
        background-size: 200px 100px;
        background-position: -114px -0px;
    }

    .product-cart-noti a span {
        background-image: url(/Areas/Mobile/Contents/img/stt-homex2.png);
        background-position: -31px -0px;
        background-size: 200px 100px;
    }

    .support-shopping .icon-support {
        background-image: url(/Areas/Mobile/Contents/img/stt-homex2.png);
        background-position: -0px -27px;
        background-size: 200px 100px;
    }


    .product .delete-icon {
        background-image: url(/Areas/Mobile/Contents/img/stt-homex2.png);
        background-position: -140px -0px;
        background-size: 200px 100px;
    }

    .fb-icon {
        background-image: url(/Areas/Mobile/Contents/img/stt-homex2.png);
        background-position: -160.5px -0px;
        background-size: 200px 100px;
    }

    .google-icon {
        background-image: url(/Areas/Mobile/Contents/img/stt-homex2.png);
        background-position: -177px -0px;
        background-size: 200px 100px;
    }

    .tick-icon {
        background-image: url(/Areas/Mobile/Contents/img/stt-homex2.png);
        background-size: 200px 100px;
        background-position: -38px -35px;
        width: 17px;
        height: 17px;
    }
}

.img-load-icon {
    background: url(/Areas/Mobile/Contents/img/loading.gif) no-repeat center center;
    /*top: 50%;
    margin-top: -33px;
    left: 50%;
    margin-left: -33px;*/
}

.overlay {
    display: none;
    width: 100%;
    float: left;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 1;
    opacity: 0;
    left: 255px;
    top: 52px;
}

.mrt10 {
    margin-top: 10px;
}

.show-content-item .helper-item {
    color: #fff !important;
}

.mrl82 {
    margin-left: 82px;
}

.fs14 {
    font-size: 14px;
}

.mrt7 {
    font-size: 14px;
    float: left;
    margin: 3px 0px 7px;
    width: 100%;
}

.login {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 10px 0;
    float: left;
}

.itemscope {
    display: none;
}

.payment-info {
    margin-top: 10px;
}

.payment-info > form > p {
    padding: 7px 0px;
    float: left;
    width: 100%;
}

.payment-info > form > p.row-2 {
    display: none;
}

.payment-info > form > p select {
    padding: 10px 8px;
    float: right;
    width: 65%;
}

.product-number select {
    padding: 10px 0px 10px 5px;
}

.size-list {
    margin-top: 15px;
}

.phone-error {
    margin: 10px 0px;
    color: red;
    display: none;
}

.button-search {
    height: 28px;
    background-color: #fff;
    border: none;
    border-left: none;
    width: 32px;
    position: absolute;
    right: 20px;
    top: 7px;
    border: 1px solid #cdcdcd;
}
.button-search i {
    color: #a1a1a1;
    font-size: 20px;
    margin-top: 5px;
    margin-right: 5px;
    float: right;
}
.login-box .title-box {
    padding: 3px 0px;
    line-height: 30px;
    float: left;
    width: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FFF),color-stop(1,#F6F6F6));
    background-image: -moz-linear-gradient(top,#FFF,#F6F6F6);
    color: #000;
    margin: 10px 0;
}
.login-box .btn-submit {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgb(255, 85, 0)),color-stop(1,rgb(255, 85, 0)));
    background-image: -moz-linear-gradient(top,rgb(255, 85, 0),rgb(255, 85, 0));
}
.login-box .btn-submit .choose-product {
    color: #fff !important;
}
.login-box .title-box .title {
    font-size: 17px;
    margin-top: 10px;
    padding-left: 12px;
    font-weight: bold;
}
.login-box .title-box .choose-product {
    display: block;
    text-align: center;
    color: #B41309;
    margin-top: 0px;
    font-weight: 700 !important;
    font-size: 23px;
}
/*validation*/
.field-validation-error {
  color: red;
  float: left;
  font-size: 12px;
  white-space: nowrap;
}
.field-validation-error {
  background-image: url('/Areas/Admin/Contents/img/up-arrow-red-no.gif');
  background-repeat: no-repeat;
  background-position-y: -5px;
  background-position-x: 5px;
  float: left;
  padding-left: 20px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid red!important;
    background-color: #fee;
}

textarea.input-validation-error {
    border: 1px solid red!important;
    background-color: #fee;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: red;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}
.error {
    color: #e80c4d;
}
/*Home*/
.category-child{
    padding-left: 15px;
}
.category-child li{
    display: block;
    line-height: 20px;
}
.category-child li  i {
    background: url(/images/icon-menu.gif)no-repeat;
    display: block;
    width: 4px;
    height: 7px;
    float: left;
    margin-top: 3px;
    margin-left: 10px;
    position: relative;
    padding-right: 5px;
}

.see-all{
    padding-top:5px;
    padding-left: 25px;
}
.border-box{
    border:1px solid #dfddd6;
}
.border-box input[type="text"], .border-box input[type="password"], .border-box input[type="email"], .border-box input[type="tel"], .border-box select, .border-box textarea{
    width: 98%;
    height: 30px;
    margin: 5px 1%;
}
.div-height-10{
    width:100%;
    height:10px;
    clear: both;
}
.no-margin{
    margin:0px !important;
}
.no-undertext{
    text-decoration: none !important;
}
.no-undertext:hover{
    text-decoration: none !important;
}
.float-none{
    float: none !important;
}
.product-wapper h2{
    padding-top: 10px;
    font-size: 17px;
}
.footer_w .to_top {
    font: normal 13px/7px arial;
    padding: 15px 12px;
    background-color: #d04700;
    color: white;
    display: block;
}
.foo_menu {
    padding: 10px 1%;
    background-color: #4c4c4c;
    font: normal 14px/1.3 arial;
    height: 75px;
    border-top: solid 2px #d04700;
}
.foo_menu ul {
    width: 48%;
}
.foo_menu li {
    display: block;
    overflow: hidden;
    border-bottom: solid 1px #757575;
    padding: 10px 0;
}
.foo_menu li.h_mn {
    padding: 10px 0;
}
.foo_menu li.h_mn a {
    border-left: solid 4px #d04700;
}
.foo_menu li a {
    padding: 0 0 0 10px;
    display: block;
    color: white;
}
.foo_menu li:hover {
    background: #d04700;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.aup_ico {
    width: 13px;
    height: 7px;
    background-size: 13px;
    display: inline-block;
}
.foo_owner {
    border-top: solid 1px #d04700;
    padding: 15px 20px;
    background-color: #d04700;
    position: relative;
}
.foo_owner .address {
    margin-bottom: 25px;
    font: normal 13px arial;
    color: #fff;
}
.foo_owner .address  p {
    line-height: 25px;
}
.paging-box {
    background-color: #fff;
    border-left: none;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 44px;
    border: 1px solid #ddd;
    width: calc(100% - 22px);
    margin: 0 11px;
}
.product-dec {
    margin: 0 11px;
}
.fl-left {
    float: left;
}
.paging-pre, .paging-next, .paging-page {
    height: 31px;
    padding-top: 13px;
    text-align: center;
}
.paging-pre i {
    margin-right: 5px;
}
.paging-box i {
    font-size: 15px;
    color: #222;
}
.paging-page {
    width: 29%;
    border-left: 1px solid #d7d7d7;
    text-align: center;
}
.paging-pre, .paging-next {
    width: 34%;
}
.paging-next {
    width: 34%;
    border-left: 1px solid #d7d7d7;
}
.paging-next i {
    margin-left: 5px;
}
.paging-noclick {
    background: #d7d7d7;
}
.fl-right {
    float: right;
}
.breadcrum a i {
  display: block;
  background: url(/images//stt-home.png) 0 -425px no-repeat;
  height: 6px;
  width: 4px;
  top: 5px;
  left: -6px;
  position: absolute;
}
.breadcrum a {
  position: relative;
  color: #004C94;
  padding: 0 10px 0 5px;
}
.breadcrum {
    padding: 10px 12px;
}
.fix-box-cate {
    height: 205px !important;
}
.box-bongmo {
    height: 50px;
    background: url('/Areas/Mobile/Contents/img/bg-bong-mo.png') repeat-x;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bor-xemthem {
    float: left;
    width: 100%;
    height: 50px;
    position: relative;
    margin: 10px 10px 10px 0;
    z-index: 9;
}
.view-more-detail, .view-less-detail {
    text-align: center;
    width: 130px;
    height: 25px;
    border: 1px solid #d7d7d7;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}
.view-less-detail {
    width: 88px;
    padding-left: 10px;
    text-align: left;
}
.view-less-detail span {
    padding-right: 0px;
}

.view-more-detail i, .view-less-detail i {
    font-size: 15px;
    margin-left: 5px;
    position: absolute;
    top: 3px;
}
.detail-content {
    position: relative;
}
.view-less-detail i {
    top: 14px;
    margin-left: 10px;
}
.pd-title {
    padding-left: 15px;
    font-weight: bold;
}
.pd-code{
    padding-left: 15px;
    margin-top: 12px;
}
.bold {
    font-weight: 700;
}
.pd-code a {
    color: blue;
    text-decoration: underline;
}
.hot-line-text strong {
    font-size: 17px;
}
.hot-line-phone {
    border: 1px solid #d7d7d7;
    margin-left: 5px;
    padding: 5px 10px;
}
.hot-line-phone a {
    color: blue;
    font-size: 19px;
    font-weight: bold;
    line-height: 25px;
}
.loading-icon {
    background: url("/images/loading.gif") center center no-repeat;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.maps {
    padding: 0;
    height: 350px;
}
.active-contact li{
    line-height: 25px;
}
#ActionHeadBar .fa-file-text-o {
    width: 24px;
    height: 25px;
    top: 15px;
    right: 0px;
    display: block;
    font-size: 25px;
    padding-right: 30px;
    float: left;
    position: relative;
    color: #fff;
}
.detail-description img{
    max-width: 100% !important;
    height: auto;
}

#box-support_home {
    width: 100%;
    overflow: hidden;
    -moz-box-shadow: 0px 1px 6px #cecece;
    -webkit-box-shadow: 0px 1px 6px #cecece;
    box-shadow: 0px 1px 6px #cecece;
    border: 1px solid #e1e1e1;
    margin-top: 28px;
    padding-bottom: 30px;
}

#box-support_home ul {
    padding: 15px;
}

#box-support_home ul .su-item-1 {
    color: #444;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 6px;
}

#box-support_home ul .su-item-2, #box-support_home ul .su-item-3, #box-support_home ul .su-item-4 {
    padding: 15px 0;
    border-bottom: 1px dotted #cccccc;
}

.su-item-2 .txt-su-1 {
    color: #444;
    font-weight: bold;
    font-size: 14px;
    padding-left: 20px;
    background: url(/images/phone-1.png) 0px 0px no-repeat;
}

.su-item-2 .txt-su-2 {
    color: #b4140a;
    font-size: 12px;
    font-weight: bold;
}

.txt-su-2 .txt-su-left {
    color: #b4140a;
    font-size: 12px;
    font-weight: bold;
}

#box-support_home ul .su-item-3, #box-support_home ul .su-item-4 {
    color: #444;
    font-size: 14px;
    padding-left: 20px;
}

#box-support_home ul .su-item-4 .lnkmailsupport {
    font-size: 13px;
    color: #444444;
    font-weight: bold;
}

#box-support_home ul .su-item-4 {
    border-bottom: 1px dotted #cccccc;
}

[if IE]#box-support_home ul .su-item-5 {
    padding-top: 25px;
}

[if ! IE]#box-support_home ul .su-item-5 {
    padding-top: 16px;
}

.su-item-5 .iconSupport {
    display: block;
    margin: 0 auto;
    position: relative;
}

[if IE].su-item-5 .iconSupport .iconYahoo {
    width: 67px;
    height: 16px;
    background: url(/images/Yahoo.jpg) no-repeat;
    padding-left: 39px;
    padding-top: 35px;
    position: absolute;
    left: -4px;
}

[if ! IE].su-item-5 .iconSupport .iconYahoo {
    width: 67px;
    height: 16px;
    background: url(/images/Yahoo.jpg) no-repeat;
    padding-left: 39px;
    padding-top: 24px;
    position: absolute;
    left: -4px;
}
.su-item-5 .iconSupport {
    margin-top: 10px;
}
.su-item-5 .iconSupport .iconSkype {
    width: 67px;
    height: 22px;
    background: url(/images/Skype.jpg) no-repeat;
    padding-left: 39px;
    padding-top: 20px;
    position: absolute;
    left: 112px;
}

.icon-zalo {
    background: url(/images/zalo.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    background-size: 16px 16px;
    margin-left: -16px;
    margin-top: 10px;
}

.icon-viber {
    background: url(/images/viber.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    background-size: 16px 16px;
    margin-left: -16px;
    margin-top: 10px;
}

.icon-mobile {
    background: url(/images/mobile.gif) no-repeat;
    width: 9px;
    height: 16px;
    display: block;
    float: left;
    margin-left: -16px;
    margin-top: 10px;
}

.icon-support {
    background: url(/images/icon-support.gif) no-repeat;
    width: 16px;
    height: 13px;
    display: block;
    float: left;
    margin-right: 9px;
    margin-left: -18px;
}
.ncc-img a{
    display: inline-block;
    height: 20px;
    font: 400 11px/20px arial;
    color: #656565;
    padding: 5px 10px;
    white-space: nowrap;
    background: #f1f1f1;
    margin: 0 5px 5px 0;
    float: left;
}
.icon-tick1 {
    background-image: url('/images/Tick1.jpg');
    background-position: 0 0;
    display: block;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    icon-mobileleft: 0;
    float: left;
    padding-right: 5px;
}
.it-item{ font-style: italic;}
.icon-mobile-txt {
    padding-left: 10px;
    display: block;
    line-height: 20px;
}

.w-comment-box{ width: calc(100% - 20px);padding-right: 10px;}

.product-dec p,.info p {
    font-family: Arial, Tahoma !important;
    font-size: 13px !important;
}

.sp-cart-product-list ul li{margin-top: 10px;border-top: 1px solid #ccc;padding-top: 10px;}
.sp-cart-product-list ul li:first-child{ border: none;}
.sp-cart-product-list ul li:last-child{ border-bottom: 1px solid #ccc;padding-bottom: 10px;}


#main-cate {
    background-color: #ebebeb;
    float: left;
    width: 100%;
}
#main-cate .title-box {
    background-color: #fff;
    margin-bottom: 10px;
}
.title-box .title.parent {
    padding-left: 0px;
}
.title-box .title .cateParent {
    background-image: url('/Areas/Mobile/Contents/img/Icon-x2.png')!important;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 400px 600px;
    width: 30px;
    height: 25px;
    background-position: -61px -502px;
    display: block;
    float: left;
}
.title-box i {
    float: right;
}
.icon-cate {
    background-position: -256px -52px;
    width: 24px;
    height: 20px;
}
.bg-image-2x {
    background-image: url('/Areas/Mobile/Contents/img/Icon-x2.png')!important;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 400px 600px;
}
.mb-main-content {
    width: 95%;
    margin: 0% 2.5%;
}
.menu-hot {
    width: 100%;
    margin-bottom: 10px;
    display: none;
}
.menu-hot-ul {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.menu-hot-ul > li {
    border-bottom: 1px solid #d4d4d4;
}
.menu-hot-ul li a, .helper-ul > li > a {
    color: #222;
    display: block;
    font-size: 15px;
    position: relative;
}
.child-cate-level3-list {
    background-color: #ebebeb;
}
.child-cate-level3-list {
    display: none;
}
.menu-hot-ul > li > ul > li {
    line-height: 34px;
}
.menu-hot-item .fa-angle-right, .menu-child-item .fa-angle-right, .menu-hot-item .fa-angle-down, .menu-child-item .fa-angle-down, .filter-cate-box > ul > li .fa-angle-down, .filter-cate-box > ul > li .fa-angle-right, .filter-cate-box .fa-square-o, .filter-cate-box .fa-check-square-o {
    float: right;
    font-size: 25px;
    color: #a4a4a4;
    margin-top: 8px;
}
.title-box {
    padding: 3px 2.5%;
    line-height: 30px;
    float: left;
    width: 95%;
    border-bottom: 1px solid #ddd;
}
.icon-cate-close {
    background-position: -172px -452px;
    width: 23px;
    height: 18px;
}
.show-child2 {
    font-weight: 700;
}
@media only screen and (max-width: 320px) {
  .heade-hotline{ display: none !important;}
}
.padded-sides h2 {
    height: 40px;
    background-image: url(/Areas/Desktop1/Content/Images/bg_title_3.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
.padded-sides h2 a {
    color: #fff;
    padding-left: 15px;
    line-height: 30px;
}

