img {
    max-width: 100%;
}

.clearfix {
    clear: both;
}

.grid1240 {
    width: 1240px;
    max-width: 92%;
    margin: 0 auto;
}

.grid1180 {
    width: 1180px;
    margin: 0 auto;
}

.grid1024 {
    width: 1024px;
    margin: 0 auto;
}

.clearfix {
    float: none !important;
    clear: both;
    display: block;
}

#notIndex-fixed-actions {
    overflow: visible!important;
    right: 18px;
    position: fixed;
    z-index: 9999999999;
    bottom: 230px;
}

#fix-right{
    position: fixed;
    right: 0;
    bottom:100px;
}
.btn-face-fixed {
    top: -135px;
}
.btn-zalo-fixed {
    top: -75px;
}
.btn-mail-fixed {
    top: -14px;
}
.btn-phone-fixed {
    top: 45px;
}
.btn-wechat-fixed {
    top: 100px;
    right: -2px;
}
.btn-wechat-fixed img {
    width: 48px;
    height: 48px;
}
.fixed-item {
    position: absolute;
    opacity: 1;
    right: 0;
    width: max-content;
}
.title-fixed {
    position: absolute;
    right: 120%;
    cursor: pointer;
    background-color: rgba(0,0,0,.72);
    color: #fff;
    text-align: center;
    border-radius: 5px!important;
    white-space: nowrap!important;
    width: auto!important;
    line-height: 25px!important;
    padding: 5px 10px!important;
    font-size: 12px!important;
    top: 5px;
    display: none;
}
.fixed-item a {
    float: right;
    border-radius: 50%;
    max-height: 44px;
}
.fixed-item a:hover {
    text-decoration: none!important;
    box-shadow: 0 5px 10px rgba(0,0,0,.15), 0 4px 15px rgba(0,0,0,.13);
}
a {
    text-decoration: none;
}

.spriteIcon {
    background: url("../img/spriteIcon.png") no-repeat transparent;
}

.listBank > span:hover, .listBank > span.active {
    background: #999;
    transition: all 200ms ease;
}

.pItem > span {
    position: absolute;
    top: 10px;
    left: 10px;
    /*background: #fff;*/
    padding: 5px;
}

.outstock {
    background: #296eaa !important;
    border-color: #296eaa !important;
    color: #fff;
}

.btn {
    border: none;
    cursor: pointer;
    background: #000;
    color: #fff;
    text-align: center;
}

#footer .ft2 > div:last-child {
    padding-right: 0;
}

textarea, select, input[type="text"],
input[type="tel"], input[type="color"], .uneditable-input,
input[type="password"], input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"], input[type="week"],
input[type="number"], input[type="email"], input[type="url"], input[type="search"] {
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

textarea, input[type="text"],
input[type="tel"], input[type="color"], .uneditable-input,
input[type="password"], input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"], input[type="week"],
input[type="number"], input[type="email"], input[type="url"], input[type="search"] {
    color: #555555;
    height: 20px;
    line-height: 20px;
    padding: 2px 6px;
}

textarea:focus, select:focus, input[type="text"]:focus,
input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus,
input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

/*-------------------------------------------------------------header-------------*/
#header > .grid1180 {
    height: auto;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
}

#logo {
    margin: 0 auto;
    width: 300px;
    text-align: center;
    overflow: hidden
}

#logo a {
    display: block;
    padding: 8px 0;
    overflow: hidden;
}

#logo a img {
    max-height: 160px;
    max-width: 100%;
    object-fit: contain
}

#mainMenu {
    height: 42px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

#mainMenu > ul > li {
    display: inline-block;
    line-height: 42px;
    margin: 0 4px;
    text-align: left;
    position: inherit;
}

#mainMenu > ul > li:hover, #mainMenu > ul > li.active {
    border-bottom: 3px solid #000000;
}

#mainMenu > ul > li:hover > a, #mainMenu > ul > li.active > a {
    font-weight: bold;
}

#mainMenu > ul > li > a {
    display: block;
    text-transform: uppercase;
    padding: 0 5px;
}

#mainMenu > ul > li:nth-child(n+10) .dropdownMenu {
    top: 45px;
}

.dropdownMenu {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    position: absolute;
    top: 45px;
    box-shadow: 0 1px 5px #5d5d5d;
    background-color: #fff !important;
    z-index: 110;
}

#mainMenu > ul > li > .dropdownMenu {
    overflow: hidden;
    height: 0;
}

#mainMenu > ul > li:hover div.dropdownMenu {
    visibility: visible;
    opacity: 1;
    height: inherit;
    overflow: visible;
}

.dropdownMenu > a {
    display: block;
    padding: 5px 0 5px 5px;
    line-height: normal;
    z-index: 100;
}

.dropdownMenu > a:hover > img {
    visibility: visible;
    opacity: 1;
}

.dropdownMenu > a > img {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.2s;
}

.dropdownMenu > ul > li {
    float: left;
    width: 20.47%;
    line-height: normal;
    padding: 5px 15px;
    border-right: 1px solid #e5e5e5;
}

.dropdownMenu > ul > li > h3 {
    border-bottom: 3px solid #e5e5e5;
    padding: 5px 0 5px 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.dropdownMenu > ul > li > a {
    display: list-item;
    padding: 5px 0;
    list-style: disc;
    font-weight: lighter;
    margin: 0 0 0 15px;
}

.dropdownMenu a:hover {
    text-decoration: underline;
}

.dropdownMenu > ul > li > h3 span {
    display: inline-block;
    width: 30px;
    height: 20px;
}

.dropdownMenu > ul > li:nth-child(1) > h3 span {
    background-position: -55px -2px;
}

.dropdownMenu > ul > li:nth-child(2) > h3 span {
    background-position: -85px -0px;
}

.dropdownMenu > ul > li:nth-child(3) > h3 span {
    background-position: -114px -0px;
}

.dropdownMenu > ul > li:nth-child(4) > h3 span {
    background-position: -142px -0px;
}

.dropdownMenu > ul > li:nth-child(5) > h3 span {
    background-position: -114px -85px;
}

.dropdownMenu > ul > li:nth-child(6) > h3 span {
    background-position: -170px -114px;
}

.dropdownMenu > ul > li:nth-child(7) > h3 span {
    background-position: -198px -114px;
}

#mainMenu ul li:nth-last-child(1) .dropdownMenu,
#mainMenu ul li:nth-last-child(2) .dropdownMenu {
    left: auto !important;
    right: -50px !important;
}

#search {
    position: absolute;
    top: 5px;
    left: 0;
}

#search > form {
    height: 100%;
}

#txtSearch {
    width: 75%;
    float: left;
    font-size: 13px;
    color: #666;
    padding: 2px 2%;
    box-shadow: none;
    border-right: none;
    border-top: none;
    border-left: none;
}

#btnSearch {
    float: left;
    width: 30px;
    height: 25px;
    background-position: -198px -85px;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}


#searchFolding {
    position: absolute;
    top: 27px;
    left: 0;
    width: 250px;
    display: none;
    padding: 5px 10px;
    background: #fff;
    box-shadow: 0 0 2px #bbb;
    border-bottom: 1px solid #888;
    z-index: 100;
}

#searchFolding a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 2px 0;
    font-size: 13px;
}

#searchFolding a:hover {
    text-decoration: underline;
}

/* signin, signup */
#signU h1 {
    font-weight: 500;
    font-size: 23px;
}

#signU {
    text-align: center;
}

#sign .f ul li {
    margin: 10px 0;
}

#sign .f .errors li {
    color: red;
    width: 210px;
    text-align: left;
    display: inline-block;
    margin-top: 0;
}

#sign .f label {
    width: 85%;
    text-align: left;
    display: inline-block;
    float: right;
    margin-bottom: 5px;
}

#sign .f input {
    padding: 5px;
    width: 200px;
}

#sign .f select {
    padding: 5px;
    width: 212px;
}

#sign .f input#btnSubmit {
    border: 1px solid #fff;
    width: 208px;
    font-weight: bold;
    cursor: pointer;
    background: #000;
    color: #fff;
    box-shadow: 0 0 0 2px #000;
    margin-top: 10px;
}

/*-------------------------------------------------account--*/
#account {
    position: absolute;
    top: 10px;
    right: 0;
    min-width: 350px;
    text-align: right;
}

#account > a {
    border-right: 1px solid #adadad;
    font-size: 13px;
    padding: 0 10px;
    color: #666;
}

#account > a:hover, #account > p:hover {
    text-decoration: underline;
}

#account .cartIcon {
    padding: 0 15px;
    border: none;
    background-position: -22px -4px;
}

#account .cartIcon > span {
    position: absolute;
    right: -12px;
    top: -2px;
    padding: 0 5px 2px 5px;
    background: #444;
    color: #fff;
    font-size: 10px;
    text-align: center;
    height: 12px;
}

#account > div {
    position: absolute;
    right: -15px;
    top: 30px;
    width: 380px;
    text-align: left;
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    z-index: 100;
    box-shadow: 0 0 2px #e5e5e5;
    padding-bottom: 10px;
}

#account > div:before {
    content: "";
    border: solid #ddd;
    border-width: 1px 0 0 1px;
    background: #fff;
    position: absolute;
    right: 17px;
    top: -6px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#account > div > h3 {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

#account > div > .header-cart-item {
    padding: 10px;
    border-bottom: 1px dotted #ddd;
    display: flex;
}

.header-cart-item .header-cart-img {
    width: 85px;
}

#account > div > div > p > span {
    font-size: 13px;
}

#account > div > div > p > a {
    float: right;
    color: #c9cacf;
    font-size: 18px;
}

.header-cart-bottom {
    border: none;
    text-align: right;
    padding: 5px 10px 0;
}

#qBtnCart {
    border: 1px solid #999;
    width: inherit !important;
    padding: 5px 10px;
    margin-top: 10px;
    float: none !important;
    display: inline-block;
}

#qBtnPay {
    width: inherit !important;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #333;
    background: #0c0c0c;
    color: #fff;
    padding: 4px 10px;
    display: inline-block;
    float: none !important;
    margin-top: 10px;
}

#account > p {
    display: inline-block;
    border-right: 1px solid #adadad;
    position: relative;
    padding: 0 10px;
    font-size: 13px;
    color: #666;
}

#account > p:hover span {
    visibility: visible;
    opacity: 1;
}

#account > p > span {
    position: absolute;
    top: 20px;
    left: 10px;
    transition: all 0.15s;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #adadad;
    box-shadow: 0 0 10px #e5e5e5;
    padding: 5px 10px;
    background: #fff;
    z-index: 100;
    text-align: left;
}

#account > p > span > a {
    display: block;
    padding: 2px 0;
    border-bottom: 1px solid #adadad;
    font-size: 13px;
    color: #666;
}

#account > p > span > a:hover {
    text-decoration: underline;
}

/*-------------------------------------------------------icon cart*/
#cartQuickview {
    visibility: hidden;
    position: absolute;
    top: 77px;
    right: 0;
    background: #ffffff;
    box-shadow: 0 2px 5px #888888;
    padding: 10px;
    z-index: 100;
    transition: all 0.3s;
    opacity: 0;
}

.cartQuickviewInfo {
    padding: 10px 0;
}

.cartQuickviewInfo > p {
    display: block;
    font-size: 14px;
    color: #888888;
    text-align: right;
    padding: 3px 0;
    line-height: 1em;
}

.cartQuickviewInfo > p > span:last-child {
    margin: 0 0 0 35px;
    color: #a9302a;
}

.cartQuickviewInfo > p > span:first-child {
    color: #000000;
}

.cartQuickviewInfo > p > span {
    font-weight: bold;
}

.cartQuickviewInfo > p > i {
    font-size: 12px;
}

.cartQuickviewInfo > p > a {
    display: inline-block;
    padding: 5px 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}

.cartQuickviewInfo > p > a > i {
    display: block;
    color: #ffffff;
    font-size: 11px;
    text-transform: none;
    font-weight: lighter;
}

#cartEmpty {
    width: 250px;
    height: 50px;
    border-bottom: 1px solid #888888;
}

#cartEmpty > p {
    padding: 10px 0;
}

/*-------------------------------------------------------------end header-------------*/

/*-------------------------------------------------------------content-------------*/
.listProduct {
    display: block;
    clear: both;
}

.listProduct > h2 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: normal;
    padding: 15px 0;
    clear: both;
    margin: 30px 0 0 0;
    background: linear-gradient(to bottom, #fff 50%, #ccc 50%, #ccc 51%, #fff 50%);
}

.listProduct > h2 span {
    font-size: 25px;
    padding-right: 40px;
    background: #fff;
}

.listProduct > h2 span a {
    font-size: 25px;
    background: #fff;
}

.listProduct h2.tp_title {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: normal;
    padding: 15px 0;
    clear: both;
    margin: 30px 0 0 0;
    background: linear-gradient(to bottom, #fff 50%, #ccc 50%, #ccc 51%, #fff 50%);
}

.listProduct h2.tp_title span {
    font-size: 25px;
    padding-right: 40px;
    background: #fff;
    padding-left: 10px;
}

.listProduct h2.tp_title span a {
    font-size: 25px;
    background: #fff;
}

span.description_news {
    display: inline-block;
    height: 40px;
    overflow: hidden;
}

i.fa.fa-angle-up {
    color: white;
    position: absolute;
    color: #fff;
    top: 3px;
    left: 10px;
}

.itemProduct {
    float: left;
    width: 23.4%;
    padding: 0 0 20px 0;
    margin: 0 0.8%;
    position: relative;
}

.itemProduct.hisProduct {
    width: 16%;
    margin: 0 0.3%;
}

.itemProduct:hover .qiv {
    visibility: visible;
    opacity: 1;
}

.itemProduct > p {
    display: block;
    position: relative;
}

.itemProduct > p > a {
    display: block;
    height: 415px;
    overflow: hidden;
}

.itemProduct.hisProduct > p > a {
    height: inherit;
}

.qiv {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    padding: 10px 0;
    z-index: 99;
    text-align: center;
    transition: all 0.2s;
}

.qiv i {
    border: 1px solid #333;
    padding: 7px 17px;
    background: #f4f4f4;
    color: #848484;
    cursor: pointer;
}

.qiv .quickViewText {
    border: 1px solid #333;
    padding: 7px 17px;
    background: #f4f4f4;
    color: #848484;
    cursor: pointer;
    display: none;
}

.qiv i:last-of-type {
    border-left: none;
}

.itemProduct > p > a > img {
    width: 100%;
    display: block;
    object-fit: scale-down;
}

.itemProduct > div {
    display: block;
    min-height: 90px;
    margin-top: 15px;
    border: 1px solid #ddd;
    padding: 0 10px;
    text-align: center;
    position: relative;
}

.itemProduct > div > i {
    position: absolute;
    top: -1px;
    left: 35%;
    width: 30%;
    height: 1px;
    background: #fff;
}

.itemProduct > div > h3 {
    color: #5d5d5d;
    font-weight: normal;
    overflow: hidden;
    padding: 8px 0;
    border-bottom: 1px dotted #ddd;
    height: 60px;
}

.itemProduct > div > span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
}

.itemProduct > span, .hisProduct > span, .cateProduct > span {
    padding: 4px 13px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    border: 1px solid #333;
    text-transform: uppercase;
    font-size: 12px;
}

/*----- content view product --------*/
#content-pro {
    margin: 20px auto;
    width: 100%;
    overflow: hidden;
}

#content-pro img {
    height: auto !important;
    max-width: 100% !important;
}

.descriptionMobi.desc14170 img {
    max-width: 100% !important;
    height: auto !important;
}

#content-pro h2 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: normal;
    padding: 15px 0;
    background: linear-gradient(to bottom, #fff 50%, #ccc 50%, #ccc 51%, #fff 50%);
}

#content-pro h2 span {
    font-size: 25px;
    padding-right: 40px;
    background: #fff;
}

/*--------------------------------------------------------promotion page---*/
#promotionPage {
    padding: 10px 0;
    text-align: center;
    position: relative;
}

#promotionPage > div {
    overflow: hidden;
}

#promotionContent {
    position: absolute;
    left: 220px;
    top: 1180px;
    width: 775px;
}

#listPromotion {
    float: left;
    width: 455px;
    height: 435px;
    background: #f7f7f7;
    box-shadow: 4px 4px 0 0 #EEE;
    border: solid #E7E7E7;
    border-width: 0 1px 0 1px;
}

#listPromotion > h3 {
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 300;
}

#listPromotion > div > label, #listPromotion > div > label select {
    display: inline-block;
    margin: 0 10px 10px 10px;
}

#listPromotion > div {
    max-height: 300px;
    overflow: auto;
}

#listPromotion > div > p {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding: 5px 0;
    font-size: 18px;
    margin: 0 40px;
    color: #666;
}

#listPromotion > div > p span {
    padding: 0 7px;
    border-radius: 10px;
    color: #fff;
    background: #444;
}

#listPromotion > div > p b {
    color: #cc0000;
}

/*--------------------------------------------------------history product*/
.hisProduct {
    float: left;
    width: 16%;
    padding: 0 0 20px 0;
    margin: 0 0.3%;
    position: relative;
}

.hisProduct:hover .qiv {
    visibility: visible;
    opacity: 1;
}

.hisProduct > p {
    display: block;
    position: relative;
}

.hisProduct > p > a {
    display: block;
}

.hisProduct > p > a > img {
    width: 100%;
    display: block;
}

.hisProduct > div {
    display: block;
    min-height: 90px;
    margin-top: 15px;
    border: 1px solid #ddd;
    padding: 0 10px;
    text-align: center;
    position: relative;
}

.hisProduct > div > i {
    position: absolute;
    top: -1px;
    left: 35%;
    width: 30%;
    height: 1px;
    background: #fff;
}

.hisProduct > div > h3 {
    color: #5d5d5d;
    font-weight: normal;
    height: 35px;
    overflow: hidden;
    padding: 8px 0;
    border-bottom: 1px dotted #ddd;
}

.hisProduct > div > span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
}

/*--------------------------------------------------------categoty Product*/
.cateProduct {
    float: left;
    width: 30%;
    padding: 0 0 50px 0;
    margin-right: 5%;
    position: relative;
}

.cateProduct:nth-of-type(3n) {
    margin-right: 0;
}

.cateProduct:hover .qiv {
    visibility: visible;
    opacity: 1;
}

.cateProduct > p {
    display: block;
    position: relative;
    height: 420px;
    overflow: hidden;
}

.cateProduct > p > a {
    display: block;
}

.cateProduct > p > a > img {
    width: 100%;
    display: block;
}

.cateProduct > div {
    display: block;
    min-height: 90px;
    margin-top: 15px;
    border: 1px solid #ddd;
    padding: 0 10px;
    text-align: center;
    position: relative;
}

.cateProduct > div > i {
    position: absolute;
    top: -1px;
    left: 35%;
    width: 30%;
    height: 1px;
    background: #fff;
}

.cateProduct > div > h3 {
    color: #5d5d5d;
    font-weight: normal;
    height: 35px;
    overflow: hidden;
    padding: 8px 0;
    border-bottom: 1px dotted #ddd;
}

.cateProduct > div > h3 > span, .itemProduct > div > h3 > span {
    background: #333;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 5px;
    margin-left: 5px;
}

.cateProduct > div > span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
}

/*--------------------------product item style*/

.seeMore {
    display: block;
    margin-top: 10px;
    text-align: right;
    border-bottom: 1px solid #b5b5b5;
}

.seeMore .spriteIcon {
    background-position: -170px -5px;
    width: 30px;
    height: 15px;
    display: inline-block;
}

/*-------------------------------------------------------------album home-------------*/
#albumHome, .albumHome {
    margin: 35px 0;
}

#albumHome div, .albumHome div {
    float: left;
    width: 31%;
    margin-right: 2%;
}

#albumHome div:last-of-type, .albumHome div:last-of-type {
    margin: 0;
}

#albumHome div > a, .albumHome div > a {
    display: block;
    overflow: hidden;
    max-height: 340px;
}

#albumHome div a img, .albumHome div a img {
    display: block;
    max-width: 100%;
}

#albumHome div h5, #albumHome div p a, .albumHome div h5, .albumHome div p a {
    display: block;
    width: 100%;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.albumHome div h5 {
    border-bottom: 1px solid #ddd
}

.albumHome div h5 a {
    font-size: 25px
}

.hidden {
    display: none !important;
}

/*-------------------------------------------------------------end album home-------------*/

/*-------------------------------------------------------------slideshow home-------------*/
#bannerHome {
    margin-top: 15px;
    overflow: hidden
}

#bannerPromotion {
    margin: 30px 0;
    overflow: hidden;
}

#bannerHome a, #bannerPromotion a {
    float: left;
    max-height: 380px;
    overflow: hidden;
    width: 100%
}

#bannerHome a img, #bannerPromotion a img {
    width: 100%;
}

.slideItem {
    float: left;
}

.prevSlide, .nextSlide {
    position: absolute;
    top: 45%;
    padding: 20px 15px;
}

.nextSlide {
    right: 0;
    background-color: #fff;
    background-position: -85px -22px;
}

.nextSlide:hover {
    background-color: #000;
    background-position: -29px -79px;
}

.prevSlide {
    left: 0;
    background-color: #fff;
    background-position: -56px -22px;
}

.prevSlide:hover {
    background-color: #000;
    background-position: 0 -78px;
}

/*-------------------------------------------------------------slideshowtemp-------------*//*

.slideshowtemp{
    position: relative;
}
.slideshowtemp>h3{
    font-size: 30px; font-weight: normal;
    padding: 20px 0;
}

.text{
    float: left; width: 100%;
}
.text>h3{
    color: #5D5D5D; font-weight: normal;
    padding: 10px 2px 10px 2px;
}
.text>span{
    display: block; font-size: 16px; font-weight: bold;
    padding: 0 2px 5px 2px;
}

#prodRev li{
    float: left; max-width: 15.5%; max-height: 365px;
    margin-left: 1.4%; position: relative;
}
#prodRev li:first-of-type{
    margin: 0;
}
#prodRev li>p{
    display: block; position: relative;
}
#prodRev li>p>a{
    display: block; overflow: hidden;
}
#prodRev li>p>a img{
    width: 100%; display: block;
}
#prodRev li span.spriteIcon{
    background-position: 0 -144px;
    display: inline-block; height: 96px; width: 95px;
    padding: 0;
    position: absolute; left: 0; top: 0;
}
#prodRev li:hover .qiv{
      visibility: visible; opacity: 1;
}
*/
/*-------------------------------------------------------------end slideshow-------------*/

/*-------------------------------------------------------------filter-------------*/
#filter {
    padding: 5px 0;
}

.navigationFilter > li:hover > a, .navigationFilter > li > a.active {
    text-decoration: underline;
    color: #000;
}

.navigationFilter > li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.navigationFilter {
    display: block;
    text-align: center;
}

.navigationFilter > li {
    display: inline-block;
    line-height: 25px;
    padding: 0 15px;
    position: relative;
}

.navigationFilter > li > a {
    color: #888;
}

.navigationFilter ul {
    background: white;
    border-bottom: 1px solid;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    position: absolute;
    left: 0;
    top: 25px;
    width: 150px;
    z-index: 100;
}

.navigationFilter ul li a {
    color: #808080;
    display: inline-block;
    padding: 2px 0;
    margin: 0 0 0 10px;
}

.navigationFilter ul li a:hover {
    text-decoration: underline;
    color: #000000;
}

.filterMore {
    margin: 20px 0;
    text-align: right;
}

.filterMore span {
    text-transform: uppercase;
    font-size: 18px;
}

.filterMore a {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 10px;
    border-right: 1px solid #000;
}

.filterMore a:last-of-type {
    border: none;
}

.filterMore a.active, .filterMore a:hover {
    font-weight: bold;
}

.filterMore h1 {
    float: left;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: normal;
}

#filterAttr {
    position: relative;
    border-bottom: 1px solid #000;
    padding: 5px 0 40px 0;
}

.filterTitle div {
    float: left;
    margin: 0 40px 0 0;
}

.filterTitle div span {
    color: #8b8b8b;
    font-size: 14px;
    float: left;
    margin-right: 5px;
}

.filterTitleColor a.spriteIcon {
    background-position: -228px -1px;
    width: 25px;
    height: 25px;
    float: left;
    margin: 0 4px;
    border-radius: 15px;
}

.boxS {
    border: 1px solid #000;
    padding: 0 5px 1px 5px;
}

.boxS > a {
    width: 15px;
    height: 15px;
    background-position: -230px -4px;
    display: inline-block;
}

.filterContent {
    display: none;
    margin: 10px 0 0 0;
    position: relative;
    padding-bottom: 30px;
}

.filterContent > div {
    width: 14%;
    float: left;
    margin-right: 2%;
}

.filterContent > div:last-of-type {
    margin: 0;
}

.filterContentCate {
    width: 27.5% !important;
}

.filterColor {
    margin-right: 3% !important;
    width: 21% !important;
}

.filterContent > div > span {
    color: #7f7f7f;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 2px 0;
    border-bottom: 1px solid #000;
}

.filterContent > div > div {
    margin: 10px 0 0 0;
}

.filterColor a {
    width: 25px;
    height: 25px;
    float: left;
    margin: 0 12px 10px 0;
    border-radius: 15px;
}

.sizeft a {
    width: 50%;
    display: inline-flex !important;
}

.filterColor a:hover, .filterColor a.active {
    box-shadow: 0 0 1px 2px #333;
}

.filterContentItem > div > a {
    color: #7f7f7f;
    font-size: 14px;
    display: block;
    margin: 5px 0;
}

.filterContentCate > div > a {
    display: inline-table;
    width: 50%;
}

.filterContentItem span.spriteIcon {
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    display: inline-block;
    margin: 2px 5px 0 0;
}

.filterContentItem a.active span.spriteIcon {
    background-position: -234px -7px;
}

.filterOnOff {
    border: 1px solid #000;
    padding: 2px 35px;
    position: absolute;
    top: -35px;
    right: 0;
}

.filterOnOff.vnxk {
    top: 5px;
    right: 0;
    z-index: 99;
}

#off {
    display: none;
}

#filterBtn {
    padding: 5px 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*-------------------------------------------------------------end filter-------------*/

/*-------------------------------------------------------------index menu-------------*/
#productIndexMenu {
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

#productIndexMenu > h2 {
    font-size: 25px;
    text-align: center;
    padding: 20px 0;
    color: #777777;
    font-weight: lighter;
}

#productIndexMenu > div:nth-of-type(1) {
    margin-left: 0;
}

#productIndexMenu > div {
    float: left;
    width: 18.5%;
    overflow: hidden;
    margin-left: 1.8%;
}

#productIndexMenu > div > a {
    display: block;
    position: relative;
}

#productIndexMenu > div > a:hover > img {
    -webkit-transform: translate(0, 0) rotate(0rad) skewX(0rad) scale(1.5, 1.5);
    transform: translate(0, 0) rotate(0rad) skewX(0rad) scale(1.5, 1.5);
}

#productIndexMenu > div > a:hover > i, #productIndexMenu > div > a:hover > h2 {
    opacity: 0;
}

#productIndexMenu > div > a > img {
    width: 100%;
    transition: all 1s;
    display: block;
}

#productIndexMenu > div > a > h2 {
    position: absolute;
    top: 40%;
    left: 0;
    margin: 0 20%;
    width: 60%;
    transition: all 2s;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

#productIndexMenu > div > a > i {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 2s;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

/*-------------------------------------------------------------end index menu-------------*/

/*-------------------------------------------------------------campaign banner----------*/
#bannerCamp {
    margin: 20px 0 40px 0;
    text-align: center;
}

#bannerCamp > img {
    max-width: 100%;
}

/*-------------------------------------------------------------end banner category-------------*/

/*-------------------------------------------------------------breadcrumb-------------*/
.breadcrumb_view {
    /*border-top: 1px solid #000;*/
    padding: 10px 0;
}

.breadcrumb_view.book {
    border-top: none;
    border-bottom: 1px solid #000;
}

.breadcrumbs {
    display: block;
}

.breadcrumbs > li {
    float: left;
    padding: 0 15px 0 0;
    background: url("../img/list_style.jpg") right 4px no-repeat;
}

.breadcrumbs > li:last-of-type {
    background: none;
}

/*-------------------------------------------------------------end breadcrumb-------------*/

/*-------------------------------------------------------------product detail-------------*/
.cloudzoom-zoom {
    border: none;
    box-shadow: none;
}

.cloudzoom-lens {
    border: 1px solid #888;
    width: 100px !important;
    height: 100px !important;
    box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.40);
}

.cloudzoom-blank > div:last-of-type {
    display: none !important;
}

#productDetail {
    margin: 10px 0;
}

#imgZoom {
    float: left;
    width: 35%;
    min-height: 460px;
}

#imgZoom > p {
    display: block;
    margin: 5px 0;
}

#imgZoom > p a {
    border: 1px solid #ccc;
    width: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.15s;
    font-size: 18px;
}

#imgZoom > p a:hover {
    color: #a52a2a;
}

#imgZoom > p a.fa-facebook:hover {
    color: #2476ff;
}

#productInfo {
    float: left;
    width: 44%;
    min-height: 460px;
}

#zoomer {
    float: left;
    width: 290px;
    position: relative;
    margin: 0 20px 0 0;
}

#zoomer > span {
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #000;
    background: #fff;
    padding: 2px 10px;
}

#zoomSlide {
    float: left;
    width: 70px;
    position: relative;
}

#listImgZoom > li {
    float: left;
    height: 106px;
    width: 100%;
    margin: 2px 0;
    overflow: hidden;
}

#listImgZoom > li img {
    display: block;
    width: 97%;
    cursor: pointer;
    border: 1px solid transparent;
}

#listImgZoom > li img.cloudzoom-gallery-active {
    border: 1px solid red;
}

#prevSlideZ, #nextSlideZ {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
}

#prevSlideZ {
    top: -15px;
    background-position: 25px -254px;
}

#nextSlideZ {
    bottom: -15px;
    background-position: 22px -269px;
}


#productInfo > h1 {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

#productInfo > h1 span {
    background: #666;
    color: #fff;
    font-size: 13px;
    text-transform: none;
    padding: 0 5px;
    margin-left: 10px;
    white-space: nowrap;
}

#productInfo > div {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

#productInfo > div > p {
    display: block;
    padding: 5px 0;
}

#productInfo > div.price p {
    font-size: 24px;
}

#productInfo > div.price p s {
    color: #a8a8a8;
    font-size: 14px;
}

#productInfo > div.price span {
    padding: 2px 35px;
    background: #cc3333;
    color: #fff;
    width: inherit;
    font-size: 12px;
}

#productInfo > div > label {
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
}

#productInfo > div > p > span {
    display: list-item;
    margin-left: 20px;
    padding: 5px 0;
    color: #999;
    font-size: 14px;
}

.attr p a {
    display: inline-block;
    min-width: 25px;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    border: 1px solid #ffffff;
    margin-right: 4px;
    transition: all 0.2s;
    box-shadow: 0 0 0 1px #B8B8B8;
    text-align: center;
}

.attr p a.active {
    box-shadow: 0 0 1px 1px #FF7A00;
}

.attr .qty b {
    display: inline-block;
    border: 1px solid #ccc;
    border-right: none;
}

.attr .qty b i {
    display: inline-block;
    border-right: 1px solid #ccc;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-style: normal;
    cursor: pointer;
    background: #F2F2F2;
}

/*.size a, .cbSize a{*/
/*text-align: center;*/
/*}*/
.size .deactive, .cbSize .deactive {
    background-color: #e5e5e5;
}

#sizeTb {
    margin-left: 15px;
    cursor: pointer;
    display: inline-block !important;
}

#sizeTable img {
    float: left;
}

#productInfo .btn {
    padding: 9px 55px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    box-shadow: 0 0 0 2px #000;
    border: 1px solid #aaa;
}

#productInfo .btn:hover {
    background-color: #333;
    box-shadow: 0 0 0 2px #333;
}

#productInfo .unsel {
    cursor: not-allowed;
}


#productMix {
    float: left;
    width: 13%;
    margin-left: 7%;
}

#productMix > h4 {
    padding: 3px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

#productMix > h4 span {
    padding: 2px 0;
    border-bottom: 2px solid #666;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}

#productMix > div > a {
    display: block;
    overflow: hidden;
}

#productMix > div > a img {
    display: block;
    width: 100%;
}

#productMix > div > p {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 0;
}

#productMix > div > p:last-of-type {
    font-size: 14px;
    font-weight: bold;
}

/*------------------------------------------------------------------combo--*/
.combo {
    border-top: 1px solid #000;
    padding: 10px 0;
}

.combo > h3 {
    font-size: 30px;
    padding: 2px 0;
    margin-bottom: 10px;
    font-weight: normal;
}

#slideCombo > li {
    float: left;
    width: 100%;
}

#slideCombo span.add {
    float: left;
    font-size: 30px;
    padding: 0 15px;
    line-height: 200px;
}

.comboProd {
    float: left;
    width: 13%;
}

.comboProd > a {
    display: block;
    height: 225px;
    overflow: hidden;
}

.comboProd > a > img {
    display: block;
    width: 100%;
}

.comboProd > p {
    display: block;
    font-size: 14px;
}

.comboProd > p > span {
    display: block;
    font-weight: bold;
}

.comboPrice {
    float: left;
    width: 13%;
    padding: 30px 0;
}

.comboPrice p {
    display: block;
    font-size: 14px;
    margin: 3px 0;
}

.comboPrice p.price {
    color: #a52a2a;
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, sans-serif;
}

.comboPrice p.oldPrice {
    font-size: 18px;
}

.comboPrice button {
    padding: 5px 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    cursor: pointer;
}

.comboPrice button.unsel {
    cursor: not-allowed;
}

.attrCbo span {
    display: block;
    margin: 5px 0;
}

.attrCbo .detailComb {
    text-decoration: underline;
    font-size: 14px;
}

.attrCbo span a {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #fff;
    text-align: center;
    box-shadow: 0 0 0 1px #B8B8B8;
}

/*------------------------------------------------------search product-------*/
.titleFil {
    margin-bottom: 15px;
}

.titleFil > p {
    display: inline-block;
    width: 19%;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
}

.titleFil > p > a {
    display: inline-block;
    width: 40%;
    border: 1px solid #000;
    color: #999;
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 13px;
}

.titleFil > p > a.active {
    background: #000;
    color: #fff;
}

.titleFil > p > span {
    background: #000;
    width: 17px;
    height: 40px;
    position: absolute;
    top: -6px;
    left: 84px;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    tranform: rotate(25deg);
}

.itemSearchAlbum {
    float: left;
    width: 30%;
    margin: 0 1%;
    height: 345px;
}

.itemSearchAlbum:hover > a p {
    visibility: visible;
    opacity: 1;
}

.itemSearchAlbum > a {
    display: block;
    position: relative;
}

.itemSearchAlbum > a img {
    display: block;
    width: 100%;
}

.itemSearchAlbum > a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 93%;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    color: #666;
    visibility: hidden;
    opacity: 0;
    transition: all 0.15s;
}

.itemSearchAlbum > a p span {
    float: right;
}

.itemSearchAlbum > span {
    display: block;
    padding: 5px 0;
}

/*-------------------------------------------------------------end product detail-------------*/

/*-------------------------------------------category-----*/
#catSideBar {
    float: left;
    width: 19%;
    margin-right: 2%;
}

#catSideBar > p {
    display: block;
}

#catSideBar > p img {
    display: block;
    width: 100%;
}

#catSideBar h3 {
    padding: 10px 0;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    margin-bottom: 15px;
}

#catSideBar h3 .fa {
    font-size: 17px;
    font-weight: 300;
    float: right;
    line-height: 20px;
    cursor: pointer;
}

#catSideBar > a,
.tp_product_category_filter_category > a {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 14px;
}

#catSideBar div.wrpAttr > a {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 14px;
}

.wrpAttr > a.active {
    background: #e9e8e8;
}

#catSideBar > a.visible,
.tp_product_category_filter_category > a.visible {
    text-decoration: underline;
}

#catSideBar > a.active,
.tp_product_category_filter_category > a.active {
    box-shadow: 0 0 1px 1px #FF7A00 !important;;
}

#catContent {
    float: left;
    width: 79%;
}

#catContent .banner > p {
    display: inline-block;
    margin-bottom: 30px;
    max-height: 350px;
    overflow: hidden;
    width: 50%;
}

#catContent .banner > a {
    display: inline-block;
    width: 30%;
    margin: 0 4.6% 30px 0;
    position: relative;
}

#catContent .banner > a > p {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 90px;
    background: #fff;
    opacity: 0.9;
    text-align: center;
}

#catContent .banner > a > p > span {
    font-size: 25px;
    display: block;
    margin-top: 20px;
}

#catContent .banner > a > p > button {
    border: none;
    background: #5e5e5e;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 5px;
    cursor: pointer;
}

#catContent .banner > a:nth-of-type(3n) {
    margin-right: 0;
}

#catContent .banner a img {
    display: block;
    width: 100%;
}

.showPs {
    margin-bottom: 30px;
    text-align: right;
    position: relative;
}

.showPs > span {
    float: left;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    width: 73%;
    padding: 2px;
}

.showPs > p {
    display: inline-block;
    border: 1px solid #999;
    padding: 0 10px;
    cursor: pointer;
}

.showPs > div {
    display: none;
    position: absolute;
    right: 0;
    top: 23px;
    border: 1px solid #999;
    background: #fff;
    z-index: 10;
    padding: 5px;
    transition: all 0.15s;
}

.showPs > div > a {
    display: block;
    padding: 2px 0;
}

.showPs > div > a:hover {
    text-decoration: underline;
}

/*-------------------------------------------------------------cart-------------*/
#cart > h1 {
    font-size: 20px;
    font-weight: lighter;
    text-transform: uppercase;
    padding: 20px 0;
}

.btnPay {
    text-align: right;
    padding: 10px 0;
    margin: 5px 0;
}

.btnPay > a {
    padding: 7px 20px;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.btnPay > a.more {
    background: #9e9e9e;
    color: #f6f6f6;
    margin: 0 5px 0 0;
}

.btnPay > div > a {
    background: #bebebe;
    padding: 2px 10px;
    margin: 5px 0 0 0;
    display: inline-block;
}

.btnPay > div > p {
    font-size: 11px;
    color: #747474;
    display: inline-block;
    margin: 0 0 0 20px;
    padding-left: 35px;
    background-position: -255px -115px;
    height: 25px;

}

.btnPay > div > p > span {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}


#cartContent table {
    border: 1px solid #a2a2a2;
    margin: 0 0 10px 0;
}

#cartContent table .title {
    height: 40px;
    border-bottom: 1px solid #a2a2a2;
    background: #e0e0e0;
    text-align: center;
}

#cartContent table .cartItem {
    min-height: 120px;
    border-bottom: 1px solid #a2a2a2;
}

#cartContent table tr td {
    text-align: center;
    padding: 0 10px;
}

.cartItemProd {
    min-width: 310px;
    min-height: 120px;
}

.cartItemProd.borderBt {
    border-bottom: 1px solid #000;
}

.cartItemProd > a {
    float: left;
    width: 75px;
    height: 105px;
    overflow: hidden;
    margin-top: 5px;
}

.cartItemProd > a > img {
    width: 100%;
    min-height: 105px;
}

.cartItemProdInfo {
    float: left;
    width: 225px;
    height: 100%;
    padding: 3px 0 0 10px;
}

.cartItemProdInfo > p {
    display: block; /* max-height: 50px;*/
    line-height: 1.3em;
    overflow: hidden;
    text-align: left;
}

.cartItemProdInfo > p.price {
    font-weight: bold;
    font-size: 16px;
}

.cartItem select {
    font-size: 13px;
    width: 50px;
}

.cartItemProdInfo > p > a {
    display: inline-block;
    font-size: 14px;
}

.removeCartItem > span.spriteIcon {
    background-position: -120px -63px;
    display: inline-block;
    width: 20px;
    height: 14px;
}

#removeAll {
    float: left;
    line-height: 25px;
    background: #9e9e9e;
    color: #f5f5f5;
    padding: 0 10px;
}

#infoCart > td > span {
    display: block;
    text-align: right;
    padding: 3px 0;
}

#askCkout {
    width: 925px;
}

#askCkout > h2 {
    height: 75px;
    line-height: 75px;
    text-transform: uppercase;
    text-align: center;
    font-weight: lighter;
    font-size: 25px;
    border-bottom: 1px solid #c7c7c7;
}

.cAskCk {
    width: 49.5%;
    height: 220px;
    border-left: 1px solid #c7c7c7;
    padding: 35px 0;
    float: left;
    position: relative;
}

.cAskCk > span {
    text-transform: uppercase;
    font-size: 25px;
    float: left;
    width: 100%;
    padding: 5px 0;
    text-align: center;
}

.cAskCk > p {
    float: left;
    line-height: 1.6em;
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

.cAskCk > a.btn {
    position: absolute;
    bottom: 50px;
    left: 170px;
    text-transform: uppercase;
    padding: 5px 25px;
}

.cAskCk > a.forgotP {
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    width: 100%;
    text-decoration: underline;
    font-size: 13px;
}

#fAskCk {
    background: #c7c7c7;
    height: 100px;
    float: left;
    width: 100%;
    padding: 30px 0;
}

#fAskCk > p {
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    line-height: 1.6em;
}

#fAskCk > p > b {
    font-size: 25px;
    font-weight: bold;
}

#fAskCk > a {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
    text-align: center;
}

/*-------------------------------------------------------------end cart-------------*/

/*----------------------------------------------------------------pay---------------*/
#formCheckOut {
    padding-top: 10px;
}

.checkoutStep {
    float: left;
    width: 25%;
    position: relative;
    padding: 0 0 30px 0;
}

#verification {
    width: 50%;
}

.cartTitle {
    border-bottom: 1px solid #000000;
    height: 50px;
}

.cartTitle span {
    box-shadow: 0 0 1px 2px #333;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin: 10px 15px 10px 0;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.cartTitle h1 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
}

.purchaseInfo .f {
    margin-top: 5px;
}

.purchaseInfo .f label {
    display: block;
    padding: 3px 0;
    font-size: 14px;
}

.purchaseInfo .f input[type='text'] {
    display: block;
    width: 90%;
    font-size: 14px;
}

.purchaseInfo .f select {
    display: block;
    width: 80%;
    font-size: 14px;
    height: 26px;
}

#cartReview {
    float: left;
    width: 55%;
    max-height: 360px;
    margin: 20px 0 0 0;
    border-bottom: 2px solid #333;
    overflow-y: auto;
    overflow-x: hidden;
}

#priceReview {
    float: left;
    width: 41%;
    margin-top: 20px;
    padding: 2%;
    background-color: rgb(247, 247, 247);
}

#priceReview > div p {
    display: block;
    padding: 5px 0;
}

#priceReview > div p b {
    float: right;
    font-size: 18px;
}

#priceReview > div:first-of-type {
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}

#priceReview > div:first-of-type h4 {
    text-transform: uppercase;
    font-size: 16px;
}

#priceReview input {
    width: 58%;
    height: 30px;
    margin-right: 1%;
}
#priceReview textarea {
    width: 94.5%;
    height: 50px;
    resize: none;
}

#priceReview p button {
    padding: 8px 5%;
    cursor: pointer;
}

#priceReview > button {
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

#paymentMethod {
    padding: 10px 20px 0 0;
}

#paymentMethod > div {
    position: relative;
    margin: 5px 0;
}

#paymentMethod label {
    display: block;
    font-size: 14px;
}

#paymentMethod label > i, #paymentMethod label > span {
    display: block;
    padding-left: 15px;
    font-weight: lighter;
    font-size: 14px;
    color: #888;
}

.address {
    margin: 10px 0;
    padding: 5px 0;
    border-top: 1px solid #333;
}

.address > label {
    display: block;
    padding: 5px 0;
}

#addressBook {
    display: none;
}

#addressBook label {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}

#addressBook label span {
    display: block;
    margin-left: 75px;
    padding: 2px 0;
}

.listBank {
    display: none;
    padding: 5px 0 0 15px;
    border-bottom: 1px solid #b5b5b5;
}

.listBank > span {
    float: left;
    width: 50px;
    height: 34px;
    overflow: hidden;
    margin: 2px;
    cursor: pointer;
}

.listBank > span > img {
    display: block;
    width: 100%;
}

.listBank > span:hover, .listBank > span.active {
    background: #999;
    transition: all 200ms ease;
}

#orderV {
    width: 960px;
    margin: 20px auto;
}

#orderVTT {
    position: relative;
}

#orderVTT > div {
    background: url("../img/orderBg.png") repeat-x;
    width: 100%;
    height: 290px;
}

#orderVTT > span {
    position: absolute;
    top: 100px;
    left: 25%;
    background: white;
    border-radius: 20px;
    padding: 40px 100px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}

#orderVct {
    width: 650px;
    margin: 0 auto;
}

#orderVct > h3 {
    color: #ed1c24;
    font-size: 16px;
    font-family: Arial;
    text-align: center;
    padding: 10px 0;
}

#orderVct > p {
    font-family: Arial;
    text-align: center;
    line-height: 1.3em;
    margin: 10px 5px;
    color: #666666;
}

#orderVct > p:last-child > a {
    display: inline-block;
    color: #000000;
    font-family: Arial;
    font-weight: bold;
    background: #cec9bb;
    border-radius: 25px;
    padding: 5px 25px;
}

/*-------------------------------------------------------------end pay-------------*/

/*-------------------------------------------------------------pagination-------------*/
.paginator {
    text-align: right;
    color: #b0b0b0;
    padding: 20px 0;
}

.paginator span, .paginator a {
    color: #b0b0b0;
    text-align: center;
}

.paginator span.currentPage {
    border: 1px solid #ddd;
    position: relative;
    padding: 0 5px;
    margin: 0 10px;
    display: inline-block;
}

.paginator > a {
    display: inline-block;
    position: relative;
    padding: 0 5px;
    margin: 0 10px;
    border: 1px solid transparent;
}

.paginator > a:after, .paginator span.currentPage:after {
    position: absolute;
    top: 0;
    right: -13px;
    content: "|";
}

.paginator > a:hover {
    border: 1px solid #ddd;
}

/*.paginator .paging-next:after{*/
/*content: 'XEM TIẾP'; position: inherit; top: 0; right: 0;*/
/*}*/
/*.paginator .paging-first, .paginator .paging-last, .paginator .paging-previous{*/
/*display: none;*/
/*}*/
/*-------------------------------------------------------------end pagination-------------*/

/*-------------------------------------------------------------orther album-------------*/
#album_index {
    overflow: hidden
}

.itemOrtAlbum {
    float: left;
    width: 24%;
    margin: 0 0.5% 30px 0.5%;
    position: relative;
}

.itemOrtAlbum > a {
    display: block;
    height: 280px;
    width: 280px;
    overflow: hidden;
    overflow: hidden;
    position: relative;
}

.itemOrtAlbum > a > img {
    width: 100%;
}

.itemOrtAlbum > a > span {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 15px;
    text-transform: uppercase;
    background: #fff;
}

.itemOrtAlbum > span {
    padding: 10px 0 5px 0;
    display: block;
    height: 40px;
    line-height: 1.2em;
    overflow: hidden;
}

#viewDemo {
    position: relative;
    height: 50px;
    overflow: hidden;
}

.gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../img/gradient.png") repeat-x;
    z-index: 100;
}

.itemGllAlbum {
    margin: 0 0 50px 0;
}

.itemGllAlbum > a {
    display: block;
    overflow: hidden;
    position: relative;
}

.itemGllAlbum > a > img {
    display: block;
    width: 100%;
}

.itemGllAlbum > a > p {
    position: absolute;
    left: 0;
    bottom: 30px;
    font-size: 35px;
    padding: 5px 20px;
    background: #fff;
    transition: background 0.5s;
    opacity: 0.7;
}

.itemGllAlbum > a > p > span {
    float: right;
    font-weight: lighter;
    color: transparent;
    opacity: 1;
    padding: 5px 0;
}

.itemGllAlbum > a:hover > p {
    background: #000;
    color: #fff;
}

.itemGllAlbum > a:hover > p > span {
    color: white;
}

.itemGllAlbum > a > p > span > span {
    background-position: -228px -88px;
    float: right;
    height: 20px;
    width: 25px;
}

#album_view {
    max-width: 960px;
    margin: 20px auto;
}

#album_view .title {
    border-bottom: 1px dashed #bebebe;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}

#album_view .title > h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: lighter;
    color: #5d5d5d;
    padding: 0 0 20px 0;
}

.social {
    padding: 10px 0;
}

.albumGallery > div a {
    display: block;
}

.social > div {
    display: inline-block;
    vertical-align: top;
}

.albumGallery > div img {
    display: block;
    max-width: 100%
}

.itemImgGll {
    width: 600px;
    margin: 10px auto;
    position: relative;
}

.itemImgGll > div {
    border: 2px solid #999999;
    border-radius: 5px;
    box-shadow: 0 0 10px #ffffff;
    position: absolute;
    opacity: 0;
}

.itemImgGll:hover > div {
    opacity: 1;
    transition: all 0.5s ease;
}

.itemImgGll > div:hover > div {
    display: block;
}

.itemImgGll > div > div {
    display: none;
    width: 200px;
    position: absolute;
    top: 20%;
    left: 65%;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 2px #5d5d5d;
}

.itemImgGll > div > div > span {
    background: transparent url("../img/arrow_tags.png") no-repeat;
    float: left;
    width: 25px;
    height: 20px;
    margin: 11px 0 0 -25px;
}

.itemImgGll > div > div > a {
    float: left;
    border-bottom: 1px dashed #494949;
    padding: 10px 4px;
}

.itemImgGll > div > div > a:hover {
    color: #149bdf;
}

.itemImgGll > div > div > div {
    float: left;
    padding: 5px 0;
    width: 100%;
}

.itemImgGll > div > div > div > h3 {
    float: left;
    color: #c11c3d;
    padding: 2px 4px;
}

.itemImgGll > div > div > div > a {
    float: right;
    border-radius: 2px;
    font-size: 14px;
    margin-right: 4px;
}

.itemImgGll > div > div > div > a:hover {
    color: forestgreen;
}

.itemImgGll > img {
    max-width: 100%;
}

#backToTop {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 3147483639;
    background: #333;
    display: flex;
    align-items: center;
    text-align: center;
}

/*----------------------------------------------------light box album*/
#appendImg {
    float: left;
}

.itemSl {
    display: none;
}

.itemSl > span {
    float: left;
    width: 410px;
    height: 560px;
    padding: 20px;
    margin: 0 10px;
    background-color: #fff;
    box-shadow: 0 0 2px #e5e5e5;
    border-radius: 3px;
}

.itemSl > span > span {
    display: block;
    height: 100%;
    overflow: hidden;
}

.itemSl > span > span > img {
    width: 100%;
}

.itemSl .prod {
    float: left;
    width: 275px;
    height: 560px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 2px #e5e5e5;
    border-radius: 3px;
}

.itemSl .prod > a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    font-family: Arial, sans-serif;
}

.itemSl .prod > a:hover {
    text-decoration: underline;
}

.itemSl .prod > a > span {
    display: block;
    padding: 2px 0;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

#albumGllSlide {
    float: left;
    width: 90px;
    height: 570px;
    position: relative;
    padding: 15px 10px;
    background-color: #fff;
    box-shadow: 0 0 2px #e5e5e5;
    border-radius: 3px;
}

#listImgAlbumGll li {
    float: left;
    width: 100%;
    margin: 5px 0;
}

#listImgAlbumGll li a {
    display: block;
    overflow: hidden;
    height: 100%;
}

#listImgAlbumGll li img {
    width: 100%;
}

#prevSlideA, #nextSlideA {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
}

#prevSlideA {
    top: 0;
    background-position: 45px -254px;
}

#nextSlideA {
    bottom: 0;
    background-position: 42px -269px;
}

.fancybox-album > .fancybox-skin {
    background: none;
}

/*-------------------------------------------------------------footer album-------------*/
#artRelate {
    max-width: 960px;
    margin: 0 auto;
}

#artRelate > h3 {
    padding: 5px 0;
    font-size: 25px;
    font-weight: normal;
}

#artRelate > div {
    margin: 20px 35px 0 0;
    width: 28%;
    float: left;
}

#artRelate .albumReItem > a {
    float: left;
    width: 40%;
    height: 110px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

#artRelate .albumReItem > a img {
    width: 100%;
    height: 100%;
}

.albumReItem p {
    float: left;
    width: 55%;
}

#select_view {
    position: fixed;
    top: 40%;
    right: 10px;
    z-index: 100;
}

#select_view > div:first-child > span:first-child.spriteIcon {
    background-position: -170px -27px;
    height: 30px;
    width: 30px;
    background-color: #e5e5e5;
    position: absolute;
    right: 0;
    top: 0;
}

#select_view > div:first-child > span.spriteIcon {
    background-position: -198px -27px;
    height: 30px;
    width: 30px;
    background-color: #e5e5e5;
    position: absolute;
    top: 30px;
    right: 0;
}

#select_view > div:first-child > div,
#select_view > div:last-child > a.spriteIcon > span {
    background: #ffffff;
    border: 1px solid #999999;
    box-shadow: 0 0 2px #5d5d5d;
    position: absolute;
    top: -5px;
    right: 40px;
    width: 200px;
    padding: 10px;
}

#select_view > div:first-child > div > span.spriteIcon:first-child,
#select_view > div:last-child > a.spriteIcon > span > span.spriteIcon {
    background-position: -170px -56px;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 2px;
    right: -7px;
}

#select_view > div:first-child > div > a.spriteIcon {
    background-position: -233px -7px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 2px;
    right: 2px;
}

#select_view > div:first-child > div > div {
    float: left;
    margin: 5px 0 0 0;
    width: 100%;
    cursor: pointer;
}

#select_view > div:first-child > div > div > span {
    background-position: -141px -31px;
    width: 30px;
    height: 25px;
    float: left;
}

#select_view > div:first-child > div > div:last-child > span {
    background-position: -113px -31px;
    width: 30px;
    height: 25px;
    float: left;
}

#select_view > div:last-child {
    position: absolute;
    right: 0;
    top: 0;
}

#select_view > div:last-child > a.spriteIcon:first-child {
    background-position: -170px -28px;
    background-color: #e5e5e5;
    width: 30px;
    height: 30px;
    float: right;
    position: relative;
    border: 1px solid #e0e0e0;
}

#select_view > div:last-child > a.spriteIcon:last-child {
    background-position: -197px -28px;
    border: 1px solid #e0e0e0;
    border-top: none;
    width: 30px;
    height: 30px;
    float: right;
    position: relative;
}

#select_view > div:last-child > a.spriteIcon > span {
    display: none;
    width: 110px;
    padding: 5px 10px 10px 10px;
}

#select_view > div:last-child > a.spriteIcon:first-child:hover > span {
    display: block;
}

#select_view > div:last-child > a.spriteIcon:last-child:hover > span {
    display: block;
}

#select_view > div:last-child > a.spriteIcon:first-child:hover {
    background-position: -141px -28px;
}

#select_view > div:last-child > a.spriteIcon.active:first-child {
    background-position: -141px -28px;
}

#select_view > div:last-child > a.spriteIcon.active:last-child {
    background-position: -113px -28px;
}

#select_view > div:last-child > a.spriteIcon:last-child:hover {
    background-position: -113px -28px;
}

#scrollProGll {
    position: fixed;
    z-index: 100;
    right: 10px;
    top: 65%;
}

#scrollProGll > span {
    background-position: -226px -26px;
    display: inline-block;
    border: 1px solid #c7c7c7;
    width: 30px;
    height: 30px;
    background-color: #c7c7c7;
    cursor: pointer;
}

#scrollProGll > span:hover {
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    background-position: -56px -56px;
}

#tooltipAp {
    position: absolute;
    top: -5px;
    right: 40px;
    background: #fff;
    border: 1px solid #999;
    box-shadow: 0 0 2px #5d5d5d;
    width: 150px;
    padding: 10px;
}

#tooltipAp span.spriteIcon {
    background-position: -170px -56px;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 2px;
    right: -7px;
}

#tooltipAp a.spriteIcon {
    background-position: -233px -7px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 2px;
    right: 2px;
}

/*-------------------------------------------------------------end footer album-------------*/
/*-------------------------------------------------------------end orther album-------------*/

/*-------------------------------------------------------------brand-------------*/
#brandBanner {
    border-bottom: 1px solid #000;
    padding: 5px 0;
}

/*-------------------------------------------------------------end brand-------------*/

/*-------------------------------------------------------------profile-------------*/
#profileMenuleft {
    float: left;
    width: 15%;
}

#profileMenuleft ul li {
    display: block;
    padding: 10px 0;
}

#profileMenuleft ul li a.active, #profileMenuleft ul li a:hover {
    border-bottom: 2px solid #000;
    font-weight: bold;
}

#profileContent {
    float: left;
    width: 85%;
}

#avatarPf {
    float: left;
    width: 13%;
    min-height: 140px;
    overflow: hidden;
}

#avatarPf img {
    width: 100%;
}

#infoPf {
    float: left;
    width: calc(100% - 40px);
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eee;
}

#infoPf .profile-item {
    padding: 15px;
}

.form-profile {
    display: flex;
    flex-wrap: wrap;
}

.form-profile>p, .form-profile .active-title, #orderList .active-title {
    width: 100%;
    margin: 0;
}

.itemsPr {
    width: 50%;
}

.itemsPr>div {
    display: flex;
    flex-direction: column;
    width: 66.67%;
    padding: 10px 0;
    border-bottom: 2px solid #000;
}

.itemsPr>div span:first-child {
    margin-bottom: 5px;
    color: #b6b4b4;
}

.itemsPr select {
    width: 100%;
    border: none;
    box-shadow: none;
}

.btn-profile {
    border-radius: 0;
    padding: 10px 40px;
    margin-top: 30px;
    background: #000;
    color: #fff;
    border: none;
    text-transform: uppercase;
}

.itemsPr input {
    border: none;
    box-shadow: none;
}

#infoPf h2 {
    font-size: 30px;
    padding: 5px 0;
    margin: 0;
    font-weight: 600;
}

#infoPf .profile-item p {
    font-weight: 600;
}

#infoPf .profile-item h2 p {
    font-size: 16px;
    font-weight: 500;
}

.userProfile {
    margin: 15px 0;
}

.active-title {
    font-size: 32px;
    font-weight: 600;
    margin: 30px 0;
}

.userProfile h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.btnProf {
    display: inline-block;
    padding: 0 10px 0 30px;
    line-height: 25px;
    background-color: #7f7f7f;
    color: #fff;
    font-weight: lighter;
    text-transform: uppercase;
}

.btnProf.edit {
    background-position: 0 -285px;
}

.btnProf.remove {
    background-position: 0 -309px;
}

.orderItem {
    border-bottom: 1px solid #000;
}

#adB h1 {
    font-size: 25px;
    padding: 5px 0;
    font-weight: normal;
    margin-bottom: 20px;
}

#adB table {
    border: 1px solid #aaa;
}

#adB .adb p {
    display: block;
    padding: 2px 0;
}

#adB .adb p span {
    display: inline-table;
    width: 200px;
}

.formAddress li {
    padding: 5px 0;
}

.formAddress label {
    display: inline-table;
    width: 200px;
}

.formAddress input[type='text'] {
    width: 300px;
}

.formAddress input[type='submit'] {
    padding: 5px 15px;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
}

.formAddress ul.errors li {
    margin-left: 200px;
    color: #a52a2a;
}

/*------------------------------------------------------------most viewed*/
#mostViewPf li {
    float: left;
    width: 13%;
    margin: 0 0.6%;
}

#mostViewPf li a {
    display: block;
    max-height: 175px;
    overflow: hidden;
}

#mostViewPf li a img {
    width: 100%;
}

#mostViewPf li p {
    display: block;
    font-size: 13px;
}

#mostViewPf li span {
    display: block;
    font-weight: bold;
}

/*------------------------------------------------------------order list--*/
#orderList {
    padding: 10px 0;
}

#orderSiteMap {
    margin: 0 0 20px 0;
}

#orderSiteMap p {
    display: inline-table;
    margin: 0 20px 0 0;
    font-size: 20px;
}

#orderSiteMap p span {
    display: inline-table;
    padding: 9px 15px;
    margin: 0 10px 0 0;
    border-radius: 20px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
}

#orderList table {
    border: 1px solid #aaaaaa;
    width: 100%;
}

.orderListTitle {
    background: #e5e5e5;
    height: 40px;
}

.orderListTitle td {
    border-right: 1px solid #e5e5e5;
    padding: 0 10px;
    text-align: center;
}

.orderProductInfo {
    width: 350px;
    padding: 10px;
}

.orderProductInfo a {
    float: left;
    width: 100px;
    margin-right: 10px;
}

.orderProductInfo a img {
    width: 100%;
}

.orderProductInfo p {
    float: left;
    width: 220px;
}


/*-------------------------------------------------------------end profile-------------*/

/*-------------------------------------------------------------wearing today-------------*/
#bgWearingToday {
    box-shadow: inset 0 200px 100px -100px #e5e5e5;
    min-height: 600px;
}

#wether {
    min-height: 255px;
    border-bottom: 1px solid #000;
}

#weatherIcon {
    width: 780px;
    margin: 0 auto;
    padding-top: 30px;
}

.iconw {
    float: left;
    height: 105px;
    margin-top: 25px;
    background: #fff;
    box-shadow: 0 0 20px #c3c3c3;
}

.iconleft.iconw, .iconleft.iconw > span {
    border-radius: 8px 0 0 8px;
}

.iconRight.iconw, .iconRight.iconw > span {
    border-radius: 0 8px 8px 0;
}

.iconw > span {
    float: left;
    width: 95px;
    height: 100%;
    background-size: 65px !important;
}

.iconw > p {
    float: left;
    width: 110px;
    height: 100%;
}

.iconw > p > span {
    display: block;
    font-weight: bold;
    position: relative;
    padding-left: 5px;
    font-size: 13px;
}

.iconw > p > span:last-of-type {
    font-size: 40px;
    font-weight: lighter;
    line-height: 1em;
    text-indent: 10px;
}

.iconw > p > span sub {
    font-weight: lighter;
    font-size: 12px;
}

.iconw > p > span > i {
    position: absolute;
    top: 5px;
    right: 35px;
    width: 20px;
    height: 20px;
    background-position: -255px -269px;
}

.iconCenter {
    background: #fff;
    float: left;
    height: 150px;
    border-radius: 8px;
    box-shadow: 0 0 20px #c3c3c3;
}

.iconCenter > span {
    float: left;
    width: 160px;
    height: 100%;
    border-radius: 8px 0 0 8px;
}

.iconCenter > p {
    float: left;
    width: 205px;
    height: 100%;
}

.iconCenter > p > span {
    display: block;
    position: relative;
    padding-left: 10px;
    font-size: 20px;
}

.iconCenter > p > span:last-of-type {
    font-size: 70px;
    font-weight: lighter;
    text-indent: 15px;
    line-height: 1em;
}

.iconCenter > p > span sub {
    font-size: 16px;
}

.iconCenter > p > span i {
    position: absolute;
    top: 10px;
    right: 70px;
    width: 30px;
    height: 30px;
    background-position: -255px -292px;
}

#filterWeather {
    display: block;
    margin: 40px 0 5px 0;
}

#filterWeather > a {
    display: inline-table;
    background-position: -265px -370px;
    text-indent: 20px;
    margin: 0 15px 0 0;
}

#filterWeather > a.active {
    background-position: -265px -350px;
}

#filterWeather > select {
    float: right;
    font-size: 14px;
}

#wearingSlide {
    padding: 40px 95px;
    position: relative;
}

#wsl > li {
    float: left;
    width: 330px;
    margin: 0 10px;
}

#wsl > li > a {
    display: block;
    max-height: 460px;
    margin-bottom: 5px;
}

#wsl > li > a > img {
    width: 100%;
}

#wsl > li > p {
    display: block;
}

#wsl > li > p:hover {
    text-decoration: underline;
}

#wsl > li > p span {
    float: right;
    font-weight: bold;
}

#wsl > li > p i {
    display: inline-table;
    background-position: -5px -336px;
    width: 15px;
    height: 15px;
}

#question > h3 {
    padding: 10px 0;
    border-bottom: 1px solid #000;
    font-size: 25px;
}

#question > h3 > span {
    float: right;
}

#question > h3 > span input {
    float: left;
    font-weight: lighter;
    font-size: 14px;
}

#question > h3 > span button {
    float: left;
    width: 30px;
    height: 26px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-left: none;
    background-position: -198px -87px;
}

#listQuestion {
    float: left;
    width: 77%;
}

#listQuestion .ctent.confirmed {
    display: none;
}

#relateQuestion {
    float: left;
    width: 23%;
    padding: 30px 0;
}

#listQuestion .hd {
    padding: 30px 0;
    border-bottom: 1px solid #c0c0c0;
}

#listQuestion .hd > select {
    float: right;
}

.questionItem {
    margin-bottom: 25px;
}

.questionItem .title {
    padding: 10px 0;
}

.questionItem .title > span {
    display: inline-table;
    padding: 2px 50px 2px 5px;
    background: url("../img/bg_title.jpg");
}

.questionItem .title > span > a {
    display: block;
    font-size: 20px;
}

.questionItem .title > p {
    display: block;
    padding: 5px 0;
}

.questionItem .title > p span {
    display: inline-block;
    margin-right: 20px;
    text-indent: 30px;
}

.questionItem .title > p span:nth-of-type(1) {
    background-position: 0 -350px;
}

.questionItem .title > p span:nth-of-type(2) {
    background-position: 0 -368px;
}

.questionItem .title > p span:nth-of-type(3) {
    background-position: 0 -388px;
}

.questionItem .ct > a {
    float: left;
    width: 140px;
    height: 140px;
    background: #e5e5e5;
    border: 1px solid #BDBDBD;
}

.questionItem .ct > p.text {
    float: left;
    height: 140px;
    width: 55%;
    padding: 0 10px;
}

.questionItem .ct > p.tag {
    float: left;
    height: 140px;
    width: 220px;
    border-left: 1px solid #bdbdbd;
    padding: 0 0 0 20px;
}

.tags a {
    background-color: #f2f2f2;
    padding: 3px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.tags a:hover {
    background: #e2e1e1;
}

.tags span {
    font-size: 16px;
    color: #3f4140;
    margin-right: 5px;
}

#sentQuestion {
    margin: 0 0 0 10px;
    padding: 5px;
    border: 1px solid #c0c0c0;
}

#sentQuestion p {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #c0c0c0;
}

#sentQuestion label {
    font-weight: bold;
    color: #999;
    display: inline-table;
    width: 80px;
}

#sentQuestion label.error {
    width: auto;
    font-weight: lighter;
    font-size: 12px;
    color: rgb(206, 0, 0);
    text-indent: 84px;
}

#sentQuestion input[type="text"] {
    display: inline-table;
}

#sentQuestion textarea {
    height: 70px;
    width: 95%;
}

#sentQuestion input.btn {
    padding: 2px 10px;
    float: right;
    cursor: pointer;
}

.newActions {
    margin: 20px 0 20px 10px;
}

.newActions > h4 {
    font-size: 20px;
    padding: 5px;
    border-bottom: 1px solid #000;
    color: #7A7A7A;
}

.newActions > div > p {
    display: block;
    margin: 2px;
    color: #7a7a7a;
}

.newActions > div > p span.spriteIcon {
    display: inline-table;
    width: 15px;
    height: 15px;
    background-position: -5px -335px;
}


.btntd {
    display: inline-table;
    border: 1px solid #000;
    padding: 2px 15px;
}

.btntd:hover {
    background-color: #000;
    color: #fff;
    transition: all 0.2s;
}

/*-------------------------------------------------------------question detail*/
#detailQts .hd > h3 {
    padding: 5px 0;
}

#detailQts .hd > h3 > span {
    display: inline-table;
    font-size: 25px;
    font-weight: normal;
    background: url("../img/bg_title.jpg");
    padding: 2px 50px 2px 5px;
}

/*#detailQts .hd>h3{*/
/*padding: 5px 0;*/
/*}*/
#detailQts .hd > p {
    display: block;
    padding: 5px 0;
}

#detailQts .hd > p > span {
    display: inline-block;
    margin-right: 20px;
    text-indent: 30px;
}

#detailQts .hd > p > span:nth-of-type(1) {
    background-position: 0 -350px;
}

#detailQts .hd > p > span:nth-of-type(2) {
    background-position: 0 -368px;
}

#detailQts .hd > p > span:nth-of-type(3) {
    background-position: 0 -388px;
}

#answers {
    margin: 20px 0;
}

#answersTitle {
    width: 220px;
    border-bottom: 1px solid #333;
}

#answersTitle a {
    display: inline-table;
    border-bottom: 3px solid transparent;
    font-size: 18px;
    font-weight: normal;
    margin-right: 15px;
}

#answersTitle a.active, #answersTitle a:hover {
    border-bottom: 3px solid #333;
}

#answers .tab {
    padding-top: 20px;
}

#qtComment {
    width: 82%;
}

.editor a {
    display: inline-table;
    width: 11.5%;
    height: 90px;
    overflow: hidden;
}

.editor a img {
    display: block;
    width: 100%;
}

.editor textarea {
    display: inline-table;
    height: 85px;
    width: 86%;
    border-radius: 3px;
}

.editor p {
    display: block;
    text-align: right;
}

.editor p button {
    padding: 5px 15px;
    margin: 5px;
    cursor: pointer;
}

.showComment .child1 {
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 10px 0 10px 90px;
}

.showComment .child1 a {
    float: left;
    width: 10%;
    height: 70px;
    overflow: hidden;
}

.showComment .child1 a img {
    width: 100%;
}

.showComment .child1 p {
    float: left;
    width: 87%;
    padding: 0 0 0 10px;
}

.showComment .child1 p span {
    display: block;
    padding: 3px 0;
}

/*---banner---*/
#bnHome {
    overflow: hidden;
    width: 100%;
    min-height: 284px;
    margin: 10px 0 20px 0;
    position: relative;
}

#bnHome ul,
#bnHome {
    min-height: 310px;
}

#bncarousel li {
    /*float: left;*/
    text-align: center;
    min-height: 310px;
}

#bncarousel li img {
    width: 100%;
}

.btslide {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.btslide a {
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background: rgb(159, 202, 149);
    display: inline-block;
    padding: 5px;
    margin: 0 3px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #D3C9C9;
}

.btslide a span {
    display: none;
}

.btslide .selected {
    background: #333;
}

/*-------------------------------------------------------------article footer-------------*/
#artMenu {
    float: left;
    width: 20%;
    margin: 20px 0 0 0;
}

#artMenu li {
    padding: 5px 0;
    border-bottom: 1px dotted #ddd;
}

#artMenu li > h3 {
    font-size: 24px;
    font-weight: normal;
}

#artMenu li a:hover, #artMenu li a.active {
    color: #a52a2a;
}

#artContent {
    float: right;
    width: 73%;
    margin: 20px 0 0 0;
    border: 1px solid #ddd;
    padding: 2%;
}

#artContent > h1 {
    padding: 5px 0 20px 0;
    text-transform: uppercase;
}

#artContent > div {
    padding: 0 0 0 10px;
}

#artContent > div p {
    padding: 5px 0;
}

/*-------------------------------------------------------------end artcle footer-------------*/


/*-------------------------------------------------------------end content-------------*/


/*-------------------------------------------------------------footer-------------*/
#footer {
    margin: 60px 0 0 0;
    clear: both;
}

#footer .ft1 {
    border-top: 1px solid #aaa;
    border-bottom: 4px solid #333;
    padding: 15px 0;
}

#footer .ft1 > div {
    float: left;
    width: 29.2%;
    border-right: 1px solid #d5d5d5;
    margin-right: 2%;
    padding-right: 2%;
    min-height: 144px;
}

#footer .ft2 {
    padding: 15px 0 30px 0;
}

#footer .ft2 > div {
    float: left;
    width: 32%;
    padding-right: 5%;
}

#footer .ft2 div p {
    display: block;
    font-size: 14px;
}

#footer .ft2 div > a {
    display: block;
    text-transform: uppercase;
    padding: 5px 0;
}

#footer .ft1 > div > h4,
#footer .ft1 > div > h6,
#footer .ft2 > div > h4,
#footer .ft2 > div > h6 {
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 400;
}

.fanPage {
    display: block;
}

.fanPage a {
    display: inline-block;
    color: #fff;
    background: #d5d5d5;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.fanPage a:hover {
    background: #1c5eb9;
}

/*------------------------------------------------------------quick view-----*/

#quickView .sl {
    float: left;
    position: relative;
    margin-right: 20px;
}

#quickView .sl li {
    float: left;
    width: 290px;
    height: 430px;
    overflow: hidden;
}

#quickView .sl li img {
    width: 100%;
}

#quickView > #productInfo {
    min-height: inherit;
    width: 350px;
}

.fancybox-qv .fancybox-skin {
    background: #ffffff;
}

#error > h1, #error > h2 {
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
}

#error > h1 {
    font-size: 100px;
}

#error > h2 {
    font-size: 30px;
}

#error > p {
    text-align: center;
    margin-bottom: 20px;
}

#error > p > span {
    font-size: 20px;
    border-top: 1px solid #333;
    padding: 15px 0;
    display: inline-block;
}

/*-------------------------------------------------------------end footer-------------*/

.ui-tooltip, .arrow:after {
    background: black !important;
    border: 2px solid white !important;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white !important;
    box-shadow: 0 0 7px black;
}

.ui-tooltip-content {
    color: #ffffff !important;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 20px;
    height: 20px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

/* load more Product Home */
.loadMoreProductHome {
    text-align: center;
    margin: 20px 0 10px;
}

.loadMoreProductHome > a {
    border: 1px solid #fff;
    padding: 5px 10px;
    background: #222;
    color: #fff;
    box-shadow: 0 0 0 1px #000;
}

.loadMoreProductHome > a:hover {
    background: #444;
}

/*_______________________________________________ responsive _______________________________________*/

@media (min-width: 1200px) {
    .attr p a:hover {
        box-shadow: 0 0 1px 1px #FF7A00;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    #mainMenu {
        margin: 0 0 0 2%;
    }

    .menuItem {
        margin: 0 10px 0 0;
    }

    #menuTool {
        width: 45%;
    }

    #search, #cartIcon {
        margin: 0
    }
}

@media screen and (max-width: 900px) {
    .grid1180 {
        width: 790px;
    }

    #footer .ft1 input {
        width: 100px;
    }

    .dropdownMenu {
        left: 35px !important;
        width: 737px !important;
    }

    .disable790, #productMix, #account .cartIcon > span, #cartReview {
        display: none;
    }

    .showPs > span {
        width: 60%;
    }

    #artRelate .albumReItem > a {
        height: 92px;
    }

    .cateProduct > p {
        height: 280px;
    }

    #imgZoom, #productInfo {
        width: 50%;
    }

    #askCkout {
        width: 760px;
    }

    .checkoutStep {
        width: 34%;
    }

    #verification {
        width: 32%;
    }

    #priceReview {
        width: 96%;
    }
}


.float-btns a.float-btn {
    margin-bottom: 5px;
    height: 40px;
    width: 40px;
    display: block;
    background: url(/tp/alisa/img/menu1.png) no-repeat;
    position: relative;
}


.float-btns a.float-btn#btn-viber {
    background-position: -33px -29px;
}

.float-btns a.float-btn#btn-viber:hover {
    background-position: -33px -29px;
    opacity: 0.9;
}

.float-btns a.float-btn#btn-skype {
    background-position: -33px -90px;
}

.float-btns a.float-btn#btn-skype:hover {
    background-position: -33px -90px;
    opacity: 0.9;
}

.float-btns a.float-btn#btn-facebook {
    background-position: -32px -155px;
}

.float-btns a.float-btn#btn-facebook:hover {
    background-position: -32px -155px;
    opacity: 0.9;
}

.float-btns a.float-btn#btn-zalo {
    background-position: -33px -226px;
}

.float-btns a.float-btn#btn-zalo:hover {
    background-position: -33px -226px;
    opacity: 0.9;
}

.float-btns a.float-btn#btn-gmail {
    background-position: -30px -300px;
}

.float-btns a.float-btn#btn-gmail:hover {
    background-position: -30px -300px;
    opacity: 0.9;
}

.float-btns a.float-btn span {
    display: none;
    position: absolute;
    width: 70px;
    left: 50px;
    text-align: center;
    background-color: #FFF;
    top: 10px;
    border: 1px solid;
}

.float-btns a.float-btn:hover span {
    display: block;
}

.float-btns a.float-btn span.float-tooltip {
    background: #FFF;
    border: 1px solid #D7D7D7;
    font-size: 15px;
    height: 36px;
    line-height: 17px;
    padding: 4px 16px 4px 12px;
    left: 68px;
    width: 155px;
}

.float-btns a.float-btn span.fl-arrow {
    height: 44px;
    width: 10px;
    left: 59px;
    background: url(/tp/alisa/img/sprite.png) -195px 2px;
}

.itemOrtNews {
    float: left;
    width: 24%;
    margin: 0 0.5% 30px 0.5%;
    position: relative;
}

.itemOrtNews > a {
    display: block;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.itemOrtNews > a img {
    max-width: 100%;
}

.remaining-content {
    display: none;
}

.appendResultProduct {
    width: 100%;
    float: left;
}

.cusYear, #topCustomer {
    border: 4px solid #a1a1a1 !important;
    border-radius: 4px;
    padding: 10px 0;
    margin: 10px 0;
}

.topUsed {
    display: table;
    width: 100%;
}

.topUsed > span {
    text-transform: uppercase;
    display: table;
    text-align: center;
    padding: 15px 0;
    font-size: 19px;
    width: 100%;
    color: #000;
}

.topHeight2 > .block1 {
    float: left;
    width: 48%;
    margin: 0 1%;
}

.itemstopUsed {
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    position: relative;
    width: 100%;
}

#customerM > div, .itemsShow > div, .itemsShow div:first-child, .itemstopUsed div:nth-child(2) {
    width: 33%;
}

.itemstopUsed div:first-child {
    width: 30%;
}

.itemstopUsed div {
    display: block;
    float: left;
    width: 36%;
}

.itemstopUsed p {
    font-size: 13px;
    padding: 5px 0;
    text-align: center;
    margin: 0;
}

.formSearchCus > #searchBtn {
    background: #000;
    color: #fff;
    padding: 5px 15px;
    margin-left: 5px;
    border: none;

}

.formSearchCus > #txtSearch {
    width: 83%;
    float: left;
    font-size: 13px;
    color: #666;
    padding: 4.5px 2%;
    box-shadow: none;
    border-right: none;
    border-top: none;
    border-left: none;
}

.description ul li {
    list-style: inherit !important;
    color: #999;
    margin: 0px 20px;
}

.description p img {
    max-width: 100%;
}

#authorG {
    padding: 15px 0;
    text-align: center;
}

#btnSearch, #txtSearch {
    border: none;
}

#search {
    border-bottom: 1px solid #ccc;
}

#slider-range {
    margin: 15px 0;
    height: 8px;
    background: #dae1e8;
    border: none;
    border-radius: 0;
}

#slider-range .ui-widget-header {
    background: #c4996b;
}

#slider-range .ui-slider-handle {
    width: 7px;
    height: 12px;
    background: #000;
    border: none;
    margin-left: -4px;
    cursor: pointer;
    top: -3px;
    border-radius: 2px 2px 0 0;
}

#slider-range .ui-slider-handle::after {
    content: '';
    background-color: #000;
    position: absolute;
    bottom: -3px;
    left: 1px;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.mrt-15 {
    margin-top: 15px;
}

.ui-widget-content {
    background: #fff;
}

.newiframe {
    position: relative;
}

.newiframe iframe {
    max-width: 100% !important;
}

#productInfo button#addToCart {
    margin-top: 15px !important;
}

button#submit-phone {
    margin: 0 15px !important;
}

@media only screen and (max-width: 768px) {
    .grid1180 {
        max-width: 100%;
        padding: 0 5%;
    }

    .itemOrtAlbum {
        width: 100%;
    }

    .itemOrtAlbum > a {
        width: 100%;
        height: auto;
    }

    .grid1180 img {
        height: auto !important;
    }
}

#showCarrier {
    color: #333;
    font-size: 11px;
    padding-right: 15px;
}

.changeOrtherShipFee:hover {
    text-decoration: underline;
    color: #00aeef;
}

#showCarrier .changeOrtherShipFee {
    font-weight: normal;
}

#tableShipFee {
    display: none;
}

#shipFee {
    float: right;
}

#showCarrier {
    width: 100%;
    display: inline-block;
    text-align: right;
    margin-top: 15px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table.table-bordered {
    width: 80%;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table.table-bordered th {
    font-weight: bold;
}

.video-youtube {
    padding: 10px 0;
}

.video-iframe iframe {
    height: 434.34px !important;
    width: 290px !important;
}

.flex {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.flex-p {
    align-items: center;
    justify-content: center;
}

/*-----------Ring Phone----------*/
#phonering-alo-phoneIcon {
    position: fixed;
    bottom: 25%;
    z-index: 999;
    left: 0;
}

.phonering-alo-phone.phonering-alo-static {
    opacity: .6
}

.phonering-alo-phone.phonering-alo-hover, .phonering-alo-phone:hover {
    opacity: 1
}

.phonering-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    border-radius: 100% !important;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #bfebfc 9;
    opacity: .1;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color: #00aff2;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color: #75eb50;
    border-color: #baf5a7;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color: #00aff2;
    border-color: #bfebfc;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color: #ccc;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color: #75eb50;
    opacity: .5
}

.phonering-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #00aff2 9;
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    background-color: #baf5a7 9;
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #a6e3fa 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    background-color: #ccc 9;
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: .75 !important
}

.phonering-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color: #00aff2
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color: #75eb50;
    background-color: #75eb50 9
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color: #00aff2;
    background-color: #00aff2 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color: #ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color: #75eb50
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@media only screen and (max-width: 480px) {
    #phonering-alo-phoneIcon {
        bottom: 20%;
    }

    .phonering-alo-ph-circle-fill {
        width: 50px;
        height: 50px;
        top: 61px;
        left: 18px;
    }

    .phonering-alo-ph-circle {
        width: 83px;
        height: 83px;
        top: 45px;
        left: 2px;
    }

    .phonering-alo-ph-img-circle {
        width: 30px;
        height: 30px;
        top: 70px;
        left: 29px;
        background-size: 20px;
    }
}

#productInfo > div:last-child {
    border: none;
}

#tab-product .nav-tabs {
    background: transparent;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

#tab-product .nav-tabs > li {
    margin-bottom: -2px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav > li, .nav > li > a {
    position: relative;
    display: block;
}

#tab-product .nav-tabs > li a {
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav > li > a {
    padding: 10px 15px;
}

#tab-product .nav-tabs > li.active a, .menu-product .title-menu {
    border-color: #000;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

#tab-product .tab-content {
    border: 0;
    padding: 20px 0;
    color: #444;
}

#tab-product .tab-pane {
    display: none;
}

#tab-product .tab-pane.active {
    display: block;
    opacity: 1;
}

.tab-content > .active {
    display: block;
    line-height: 20px;
    overflow: hidden;
}

#tab-product .tab-content table td {
    padding: 7px;
}

.p-img {
    display: block;
    text-align: center;
    padding: 10px;
}

.p-img img {
    width: 50%;
}

#showCart p {
    padding: 0 15px;
    margin-bottom: 3px;
}

#albumHome div h5, #albumHome div p a, .albumHome div h5, .albumHome div p a {
    font-weight: 700;
}

#productInfo .psCode, h1, #productInfo > div.price p {
    padding-left: 15px;
}

#article-ct-pro {
    width: 80%;
}

.listProduct > h2 {
    margin: 30px 10px 0;
}

.cateProduct > div > h3 {
    height: 53px;
}

.fanPage .fa.fa-instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.fanPage .fa.fa-youtube:hover {
    background: red;
}

.fanPage .fa.fa-twitter:hover {
    background: #5ca1ff;
}

.fanPage .fa.fa-google-plus:hover {
    background: #ea0000;
}

.read_pr a, .read_pr .text-link, .read_pr_hide a, .read_pr_hide .text-link {
    color: #037bc0;
}

.hisProduct > div > h3 {
    height: 50px;
}

body #affiliate * {
    box-sizing: border-box;
}

body .paddingNoneCode {
    margin-top: 15px;
}

body .errHasIdentity {
    margin-top: 5px;
}

.loginFb {
    background-color: #3B5998;
    color: #FFF;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    width: 96px;
    float: right;
}

.loginFb i {
    margin: 0 5px 0 0;
}

.loginGg {
    background-color: #E02F2F;
    color: #FFF;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    width: 96px;
    margin: 10px 0 0 10px;
    float: right;
}

.loginGg i {
    margin: 0 5px 0 0;
}

#signU {
    display: flex;
}

#signU .user-title {
    width: 50%;
    text-align: left;
    text-transform: uppercase;
    font-size: 26px;
    display: flex;
    align-items: center;
}

.user-title h1 {
    position: relative;
    padding-left: 0;
    width: 100%;
}

.user-title h1:after {
    display: block;
    content: "";
    position: absolute;
    width: 5%;
    height: 2px;
    top: calc(100% + 15px);
    left: 0;
    background: #000;
}

#sign {
    width: 50%;
    border-left: 1px solid #ccc;
    padding-top: 30px;
}

#sign .f input, #sign .f input#btnSubmit, .loginFb, .loginGg {
    width: 80%;
    padding: 10px 15px;
}

#sign .f input#btnSubmit {
    width: 85%;
}

.loginGg {
    margin: 10px 0
}

#sign .f ul li {
    text-align: right;
}

.other-log {
    position: relative;
    width: 85%;
    float: right;
    margin: 15px 0;
}

.other-log:before, .other-log:after {
    position: absolute;
    content: "";
    display: block;
    width: 45%;
    height: 0.5px;
    background: #000;
    top: 50%;
}

.other-log:before {
    left: 0;
}

.other-log:after {
    right: 0;
}

#sign .btn-more-action {
    width: 85%;
    display: block;
    float: right;
}
/**/
.span-origin{
    display: list-item;
    margin-left: 20px;
    padding: 5px 0;
    color: #999;
    font-size: 17px;
}