﻿@charset "utf-8";
/* CSS Document */

html, body, fieldset {
    margin: 0;
    padding: 0;
}

* {
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
    padding: 0;
    margin: 0;
}

#dtp_info p {
    margin: 5px 0;
}

#product_gift {
    position: absolute;
    top: 190px;
    right: 130px;
    text-align: center;
    display: block;
    width: 90px;
    margin: auto;
}

.prod_saving {
    display: block;
    width: 75px;
    height: 38px;
    line-height: 40px;
    text-align: center;
    background: url(../Images/price_tag_detail.png) no-repeat;
    background-size: auto 100%;
    color: #FFF;
    font-size: 20px;
    position: absolute;
    top: 20%;
    right: 30px;

}

.apk-deltail {
    color: #38761d;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

body {
    margin: 0;
    padding: 0;
    font: normal 10pt/1.5 Arial, Helvetica, sans-serif;
    color: #222222;
    min-width: 1200px;
    background: #f3f3f3;
}

a {
    text-decoration: none;
    color: #4b4b4b;
}

    a:hover {
        text-decoration: underline;
        color: #ee1d25;
    }

* html .cf {
    height: 1%;
}

.cf {
    display: block;
    clear: both;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

h1 {
    font-size: 150%;
}

h2 {
    font-size: 120%;
}

h3 {
    font-size: 100%;
}

h4 {
    font-size: 90%;
}

ul, ol {
    list-style: none;
    list-style-position: inside;
}

pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.img_general {
    float: left;
    margin-right: 10px;
}

ul {
    list-style: none;
}

pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.trans {
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
    -ms-transform: All 0.3s ease-out;
}

.left, .fl {
    float: left !Important;
}

.right, .fr {
    float: right !Important;
}

.img_general {
    float: left;
    margin-right: 10px;
}

.btn_web {
    display: inline-block;
    background-color: #e88e00;
    -moz-box-shadow: 0 3px 0 #c07602;
    -webkit-box-shadow: 0 3px 0 #c07602;
    box-shadow: 0 3px 0 #c07602;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 6px 15px;
    font-size: 1.2em;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .btn_web:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: #ee1d25;
        -moz-box-shadow: 0 3px 0 #ce1014;
        -webkit-box-shadow: 0 3px 0 #ce1014;
        box-shadow: 0 3px 0 #ce1014;
    }

.inner_col {
    margin-left: 15px;
}

.ico {
    display: inline-block;
    margin-right: 7px;
    background-image: url(../Images/sprites_ico.png);
    background-repeat: no-repeat;
}

.hidden {
    display: none;
}

.padd10 {
    padding: 10px !important;
}

.padd15 {
    padding: 15px !important;
}

.padd20 {
    padding: 20px !important;
}

.padd_tb15 {
    padding: 15px 0 !important;
}

.mrg_b20 {
    margin-bottom: 20px !important;
}

.img_fullwidth {
    max-width: inherit;
    width: 100%;
    height: auto;
}

.ico {
    float: left;
    position: relative;
    margin-right: 5px;
}

.bor {
    border: 1px solid #afafaf;
    border-top: none;
}
/* LAYOUT*/
.wrap_main {
    padding: 10px;
    margin-top: 10px;
    background: #FFFFFF;
}

#right_top_main {
    position: relative;
}

.cf:after, .container:after, header:after, footer:after, #top_main:after, #main:after, .search_box:after, .product:after, .box:after, .box_ct:after, .pagination:after, .list_categories:after, .list_pros:after, .box_payment_ct:after, .nav_menu:after, .inner_2col:after, #TabsContent section:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

#sidebar {
    margin-bottom: 10px;
}
/*Top Page*/
#top_page {
    padding: 5px 0;
    background: #F26D23;
}

.hotline_head {
    font-size: 1.1em;
    color: #FFFFFF;
}

.phone_icon {
    width: 17px;
    height: 17px;
    background-position: 0 0;
    position: relative;
    top: 3px;
}
/*Top Link*/
ul.top_link {
    text-align: right;
    color: #FFFFFF;
}

    ul.top_link li {
        float: left;
        height: 15px;
        line-height: 15px;
        margin: 3px 0 0 5px;
        padding-right: 5px;
        position: relative;
        font-weight: 700;
    }

        ul.top_link li a {
            color: #FFFFFF;
        }

        ul.top_link li:not(:last-child) {
            border-right: 1px solid #FFFFFF;
        }

        ul.top_link li.active a {
            color: #ffff00;
        }
/*Link Account*/
.filter_name {
    position: relative;
    height: 24px;
    cursor: pointer;
}

.contentEGP {
    position: absolute;
    display: none;
    top: 21px;
    right: 0;
    z-index: 1000;
    text-align: left;
    background: #fff;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    padding: 5px;
    text-transform: initial;
    line-height: 1.3;
    width: 180px;
}

.logout:hover .contentEGP {
    display: block;
}

.dropdown_active {
    display: block;
    top: 100%;
    z-index: 999;
}

.dropdown_items {
    padding: 0;
}

.dropdown_item {
    color: #6e686e !important;
    display: block;
    padding: 8px 15px;
}

    .dropdown_item:hover {
        background: #ecedec;
        text-decoration: none;
    }

.dropdown_title {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: uppercase;
}
/*Account*/
.link_login {
    display: block;
    margin-left: 5px;
    padding-left: 24px;
    background: url(../Images/sprites_icon/acc_icon.png) 0 center no-repeat;
}

#login_form h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #e88e00;
}

.popup_login {
    border-collapse: collapse;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    z-index: 102;
    padding: 10px 20px 15px 20px;
    background-color: #fcfbf9;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    border-top: 1px solid #DDDDDD;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #333333 !important;
}

.trigger {
    cursor: pointer;
}

.input_form {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}

    .input_form label {
        display: block;
        margin-bottom: 3px;
    }

    .input_form input {
        border: 1px solid #DDDDDD;
        border-radius: 0 0 0 0;
        color: #333333;
        font: normal 12px Arial, Helvetica, sans-serif;
        padding: 7px 0;
        width: 100%;
        text-align: left;
        text-indent: 5px;
    }

.required {
    color: #FF0000;
}

.note_wrapper {
    float: left;
    width: 100%;
    margin: 0;
    text-align: left;
}

.lost_password {
    clear: both;
    margin-bottom: 10px;
    text-align: left;
}

.link_acount {
    color: #552c00;
    line-height: 16px;
    text-decoration: underline;
}

.remember_password {
    float: right;
    width: 40%;
    text-align: right;
}

    .remember_password input[type="checkbox"] {
        border: medium none;
        box-shadow: none;
        float: left;
        height: 30px;
        margin-top: -8px;
        width: 20px;
    }

.input_form .button {
    display: block;
    background: #e88e00;
    border: none;
    color: #FFFFFF;
    padding: 6px 0;
    width: 100px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
}

    .input_form .button:hover {
        background: #552c00;
    }

.close_box_acc {
    display: block;
    width: 20px;
    height: 20px;
    background: #e41826;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
/* HEADER*/
header {
    position: relative;
    padding: 15px 0;
    background: #FFFFFF;
}

.hotline {
    position: absolute;
    top: 25px;
    right: 0;
    width: 210px;
    height: 82px;
    background: url(../Images/hotline_icon.png) 0 0 no-repeat;
}

    .hotline > div {
        margin: 18px 10px 0 81px;
        line-height: 18px;
    }

    .hotline b {
        display: block;
        color: #FFFFFF;
        font-size: 1.3em;
    }

#status_buying {
    margin-left: 30px;
}
/*Search Form*/
.topbar {
    background: #d6d6d6;
    padding: 4px 5px;
    position: relative;
}

.search_form {
    width: 600px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #cfcfcf;
    height: 30px;
    margin-left: 60px;
}

.allcate_seach {
    position: relative;
    width: 100px;
    height: 36px;
    cursor: pointer;
}

.dropdown_list {
    position: relative;
    overflow: hidden;
    height: 28px;
    padding-top: -7px;
    white-space: nowrap;
}

    .dropdown_list select::-ms-expand {
        display: none; /* hide default arrow in IE10 */
    }

    .dropdown_list select {
        width: 100%;
        height: 34px;
        padding: 1px 15px 1px 3px !important;
        cursor: pointer;
        text-indent: 0.01px;
        color: #565656;
        border: none;
        border-right: 1px solid #d3d3d3;
        font: normal 100%/14px Arial, Helvetica, sans-serif;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
    }

    .dropdown_list:after {
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 8px;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #666666 transparent transparent transparent;
    }

    .dropdown_list select option {
        background: #ffffff; /* style the dropdown bg color */
        padding: 3px 5px;
    }

.search_tool .dropdown_list {
    height: 40px;
}

    .search_tool .dropdown_list select {
        border: none;
        border-right: 1px solid #d3d3d3;
        margin: 1px;
        height: 40px;
        width: 99%;
        font-weight: 700;
    }

.search_form .icon_search {
    top: 1px;
    left: 2px;
    background: url(../Images/icons.png) 0 -80px no-repeat;
    display: block;
    width: 38px;
    height: 25px;
}

.search_form .inputSearch {
    border: medium none;
    color: #000000;
    float: left;
    font: 12px arial;
    padding: 6px 0;
    width: 410px;
    text-indent: 10px;
}

.search_form .btn {
    position: absolute;
    top: 1px;
    right: 2px;
    background: #ee1d25;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 15px;
    height: 25px;
    line-height: 27px;
    color: #FFFFFF;
    cursor: pointer;
    text-transform: uppercase;
}

.search_fixed {
    position: fixed;
    width: 800px;
    top: 4px;
    right: 50%;
    margin-right: -440px;
    margin-top: -3px;
    z-index: 51;
}

    .search_fixed .inputSearch {
        width: 575px;
    }

.header-search-link {
    /*margin-top: -8px;
    margin-left: 410px;*/
}

    .header-search-link p {
        margin: 0;
    }

    .header-search-link ul li {
        display: inline-block;
    }

        .header-search-link ul li:before {
            content: "|";
            display: inline-block;
            margin: 0px 10px;
        }

        .header-search-link ul li:first-child:before {
            content: "";
            display: inline-block;
            margin: 0px;
        }

        .header-search-link ul li a, .header-search-link div {
            font-weight: 400;
            font-size: 13px;
            color: #000;
        }
/*cart Head*/
.cart_head {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 145px;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F26D23;
    z-index: 99999;
    text-align: left;
}

    .cart_head, .cart_head a {
        color: #FFFFFF;
    }

        .cart_head b {
            color: #FFFF00;
        }

.icon_cart {
    width: 36px;
    height: 30px;
    background: url(../Images/icons.png) 0px -153px no-repeat;
    left: -15px;
    border-radius: 5px;
    top: 0px;
}

.number_cart {
    position: absolute;
    top: 0;
    right: 35px;
    background: #f16200;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0 4px;
    height: 16px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}

.cart_fixed {
    position: fixed;
    top: -3px;
    right: 50%;
    margin-right: -590px;
    z-index: 51;
}

    .cart_fixed b {
        margin-bottom: 0;
    }

.order_checking {
    position: absolute;
    top: 5px;
    right: 157px;
    width: 120px;
    height: 27px;
    padding-top: 3px;
    line-height: 13px;
    color: #FFFFFF;
    font-size: 9pt;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #274152;
    z-index: 99999;
    text-align: center;
    text-transform: uppercase;
}

.icon_order {
    float: left;
    display: block;
    width: 36px;
    height: 30px;
    background: url(../Images/icons.png) 0 -153px no-repeat;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    margin-top: -3px;
}
/*Handbook*/
.handbook {
    height: 40px;
    line-height: 22px;
    padding: 0 8px;
    margin-bottom: 10px;
    background: #f3f3f3;
}

#div_camnang {
    margin-left: 210px;
}

.handbook a {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    font-weight: 1.1em;
    font-weight: 700;
    background: url(../Images/arr_l.png) 5px 17px no-repeat;
}

    .handbook a:hover {
        color: #FF0000;
    }
/*Account*/
#account_area {
    border: 1px dashed #a6a6a6;
    position: relative;
    padding: 10px;
    height: 45px;
}

.arr_down_acc {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #999999;
    position: absolute;
    right: 40px;
    top: 27px;
}

#account_area:hover .arr_down_acc {
    border-top: 8px solid #23a3ff;
}

#box_account {
    display: none;
    left: 0;
    position: absolute;
    top: 60px;
}

    #box_account ul {
        background: #FFFFFF;
        padding-top: 13px;
        padding: 15px 20px;
        z-index: 999;
    }

#account_area:hover #box_account {
    display: block;
    min-width: 200px;
}

.arrow_top {
    position: relative;
    background: #fff;
    border: 1px solid #ccc !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

    .arrow_top:after, .arrow_top:before {
        bottom: 100%;
        left: 40%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_top:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 8px;
        margin-left: -8px;
    }

    .arrow_top:before {
        border-color: transparent;
        border-bottom-color: #ccc !important;
        border-width: 9px;
        margin-left: -9px;
        left: 41%;
    }

#box_account li {
    display: block;
    position: relative;
}

#box_account .btn_acc {
    display: block;
    margin-bottom: 10px;
    padding: 8px 10px;
    text-decoration: none;
}

.btn_blue {
    background: #32befb;
    /* Old browsers */
    background: -moz-linear-gradient(top, #32befb 0%, #19a5e1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32befb), color-stop(100%, #19a5e1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #32befb 0%, #19a5e1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #32befb 0%, #19a5e1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #32befb 0%, #19a5e1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #32befb 0%, #19a5e1 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
    /* IE6-9 */
    border: none;
    box-shadow: 0 -2px 0 #0788bf inset;
    padding: 6px 14px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

    .btn_blue:hover {
        color: #fff;
        opacity: 0.9;
    }

.btn_fb {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-repeat: repeat-x !important;
    box-shadow: 0 -2px 0 #112d6c inset;
    padding: 6px 14px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to bottom, #5972a5 0%, #3e578b 100%);
}

    .btn_fb:hover {
        color: #fff;
        opacity: 0.9;
    }

.user_new_account {
    font-size: 11px;
}

    .user_new_account a {
        color: #00aaf1;
        font-weight: 700;
        text-decoration: underline;
    }
/*Box*/
.box {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.box_ct_home {
    border: 1px solid #b7b7b7;
    border-left: 3px solid #ff6600;
    border-top: none;
    padding: 0;
}
/*Tab*/
.box_Tab_home {
    background: #F26D23;
    color: #FFFFFF;
    padding: 6px 10px;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
}

.Tab_pro {
    padding: 5px 10px;
    background: #f3f3f3;
    border: 1px solid #afafaf;
    border-top: 2px solid #ff2f00;
    font-size: 1.1em;
    color: #F26D23;
    text-transform: uppercase;
    font-weight: 700;
}

.box_Tab_cate_home {
    height: 38px;
    border-top: 2px solid #F26D23;
    border-right: 1px solid #afafaf;
    background: #f2f2f2;
    position: relative;
}

    .box_Tab_cate_home .main_cate {
        display: inline-block;
        padding: 0 30px 0 10px;
        position: relative;
        background: #F26D23;
        min-width: 220px;
        cursor: pointer;
        color: #FFFFFF;
    }

    .box_Tab_cate_home .link_cate {
        line-height: 36px;
        font-size: 1.1em;
        font-weight: 700;
        text-transform: uppercase;
    }

        .box_Tab_cate_home .link_cate a {
            color: #FFFFFF;
        }

        .box_Tab_cate_home .link_cate:hover a {
            text-decoration: underline;
        }

    .box_Tab_cate_home h1.link_cate {
        padding: 0 10px;
        text-align: center;
    }

    .box_Tab_cate_home .view_all {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #FF0000;
    }

    .box_Tab_cate_home .other_tab {
        line-height: 36px;
        color: #FFFFFF;
        font-size: 1.1em;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 10px;
        min-width: inherit;
    }

        .box_Tab_cate_home .other_tab:after {
            position: absolute;
            top: 0;
            right: -15px;
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 18px 0 18px 15px;
            border-color: transparent transparent transparent #F26D23;
        }

.box_Tab {
    border-bottom: 1px solid #F26D23;
    position: relative;
}

    .box_Tab span {
        display: inline-block;
        background: #F26D23;
        padding: 6px 20px;
        color: #FFFFFF;
        font-weight: 700;
        font-size: 1.1em;
        text-transform: uppercase;
    }

.other_Tab1 {
    border-bottom: 1px solid #F26D23;
    font-size: 1.1em;
    color: #F26D23;
    font-weight: 700;
    text-transform: uppercase;
}

.box_Tab_main .title_page {
    color: #404040;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #F2F2F2;
    height: 34px;
    line-height: 34px;
}
/*Ads*/
.ads_top, .ads_top img {
    width: 100%;
}

.ads img {
    margin-bottom: 10px;
}

.ads_right_top_main {
    height: 117px;
    overflow: hidden;
}

    .ads_right_top_main .ads_item:first-child {
        padding-right: 20px;
    }

    .ads_right_top_main .ads_item:last-child {
        padding-left: 20px;
    }

    .ads_right_top_main .ads_item img {
        width: 100%;
    }

.adsbelowCate {
    float: left;
    width: 90%;
    padding: 5px 5%;
    text-align: center;
    max-height: 200px;
    overflow: auto;
}
/*List Products*/
.pros_home li:nth-child(4n+1) {
    clear: both;
}

.pros_page li:nth-child(4n+1) {
    clear: both;
}

.product {
    padding: 7px;
    text-align: center;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
    -ms-transform: All 0.3s ease-out;
    position: relative;
}

.list_pros .product, .sl_products .product {
    margin: 15px;
}

    .list_pros .product:hover {
        box-shadow: 0 0 5px #acacac;
        -moz-box-shadow: 0 0 5px #acacac;
        -webkit-box-shadow: 0 0 5px #acacac;
    }

.product .img_pro {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.product img {
    max-height: 100%;
    max-width: 100%;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transform: All 0.3s ease;
}

.product:hover img {
    transition: scale(1.03);
    -webkit-transition: scale(1.03);
    -webkit-transform: scale(1.03); /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(1.03); /*Mozilla scale version*/
    -o-transform: scale(1.03); /*Opera scale version*/ /*box-shadow:0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/ /*-webkit-box-shadow:0px 0px 30px gray; /*Safari shadow version*/ /*-moz-box-shadow:0px 0px 30px gray; /*Mozilla shadow version*/
}

.product .product_name {
    margin: 5px;
    height: 68px;
    font-size: 1em;
}

    .product .product_name a {
        font-weight: 700;
        color: blue;
        font-size: 14px;
    }

.product del {
    color: #666666;
    line-height: 16px;
}

.product .price b {
    color: #ea0000;
    font-size: 1.25em;
    font-weight: 700;
}

.product .reduce {
    background: url(../Images/text.png) -38px 0 no-repeat;
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: 700;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    padding-right: 5px;
    width: 52px;
    height: 24px;
    line-height: 24px;
    z-index: 2;
}

.product .addtocart {
    display: none;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 30px;
    background: #e76f01;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .product .addtocart a {
        font: 700 1em/30px Arial, Helvetica, sans-serif;
        color: #FFFFFF;
    }

    .product .addtocart:hover {
        background: #e88e00;
    }

        .product .addtocart:hover a {
            text-decoration: none;
            color: #FFFFFF;
        }

.product:hover .addtocart {
    display: block;
}

.list_pros .item_P {
    width: 20%;
}

    .list_pros .item_P:nth-child(5n+1) {
        clear: both;
    }

.list_pros .reduce {
    top: 10px;
    bottom: auto;
}
/*News Home*/
.news_home ul {
    margin-left: -20px;
}

.news_home .news_item {
    margin: 10px 0 10px 20px;
    line-height: 1.3;
}

    .news_home .news_item .img_news {
        display: table-cell;
        vertical-align: middle;
        width: 214px;
        height: 210px;
        text-align: center;
        overflow: hidden;
    }

.news_item .img_news:hover {
    opacity: 0.8;
}

.news_home .news_item .img_news img {
    max-width: 214px;
    max-height: 210px;
}

.news_item .title_news {
    font-size: 1.1em;
    font-weight: bold;
}

.news_item p {
    margin: 8px 0;
    text-align: justify;
}

.news_item .readmore {
    float: right;
    white-space: nowrap;
    color: #FF0000;
    padding-left: 10px;
    background: url(../Images/arr_l2.png) 0 5px no-repeat;
}

    .news_item .readmore:hover {
        color: #000000;
    }
/*List Products Page*/
.most-viewed {
    border: 1px solid #bebebe;
}

    .most-viewed h3, .most-viewed h4, .most-viewed h5 {
        font-size: 1em;
    }

    .most-viewed h3 {
        color: #000000;
        font-weight: 700;
        padding: 7px 10px;
        margin: 0;
        text-transform: uppercase;
        background: #ebeaea;
        border-bottom: 1px solid #bebebe;
    }

    .most-viewed > ul {
        padding: 5px;
    }

    .most-viewed ul ul {
        margin: 5px 0;
    }

    .most-viewed .cate_parent_left {
        color: #323232;
        font-weight: 700;
        padding: 8px 2px;
        width: auto;
    }

.list_field li {
    background: url(../Images/arr_l3.png) 2px 9px no-repeat;
    border-bottom: 1px solid #F2F1F1;
    padding: 5px 5px 5px 10px;
}

    .list_field li li {
        padding-left: 15px;
        background: url(../Images/arr_cate.png) 2px 10px no-repeat;
    }

    .list_field li:last-child {
        border: none;
    }

.most-viewed li li a {
    color: #444444;
    font-weight: 500;
}

.most-viewed a:hover {
    color: #000;
    text-decoration: underline;
}

#list_pros ul {
    margin-top: 10px;
    margin-left: -14px;
}

#list_pros .item_P {
    width: 23.5%;
    margin: 10px 0 10px 14px;
}

#list_pros .product .btn_P {
    width: 65%;
    margin: 8px auto;
}

.info_SEO_cate {
    border: 1px solid #afafaf;
    border-top: none;
    border-bottom: none;
}
/*Ads Bottom*/
.sl_logo_trademark {
    position: relative;
}

    .sl_logo_trademark a {
        display: table-cell;
        vertical-align: middle;
        /*width: 136px;
        height: 68px;*/
        text-align: center;
        border: 1px solid #ebebeb;
        padding: 1px;
    }

    .sl_logo_trademark img {
        /*max-width: 132px;
        max-height: 64px;*/
    }

.info_SEO {
    border-top: 1px solid #CACACA;
}
/*Other Products*/
.list_other_pros li {
    width: 100%;
    margin-top: 10px;
}

    .list_other_pros li:not(:last-child) {
        margin-bottom: 10px;
    }

.list_other_pros .product {
    border: 1px solid #D3D3D3;
}

    .list_other_pros .product .product_name {
        height: auto;
    }

.thesame_P .product {
    margin: 15px;
}
/*Pagination*/
.pagination {
    float: left;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}

    .pagination a, .pagination b {
        display: inline-block;
        padding: 5px 12px;
        background: #9a9a9a;
        color: #FFFFFF;
        text-align: center;
        margin-left: 2px;
        font-size: 1.1em;
        font-weight: 700;
        text-decoration: none;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .pagination a:hover, .pagination b {
            background: #0068cb;
            color: #FFFFFF;
        }

            .pagination a:first-child, .pagination b:first-child {
                border-radius: 100px 0 0 100px;
                -webkit-border-radius: 100px 0 0 100px;
                -moz-border-radius: 100px 0 0 100px;
            }

            .pagination a:last-child, .pagination b:last-child {
                border-radius: 0 100px 100px 0;
                -webkit-border-radius: 0 100px 100px 0;
                -moz-border-radius: 0 100px 100px 0;
            }
/*Detail News*/
.h1Title {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 5px;
}

.info_g {
    float: left;
    width: 100%;
}

    .info_g img {
        max-width: 100%;
        height: auto;
    }

    .info_g ul {
        margin-left: 20px;
    }

    .info_g li {
        margin: 3px 0;
    }
/*List News Page*/
#left-content-news {
    width: 920px;
}

#right-content-news {
    width: 240px;
}

.nav_news {
    float: left;
    width: 100%;
    background: none repeat scroll 0 0 #e47526;
}

.nav_news_inner {
    background: #0068cb;
    height: 34px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .nav_news_inner ul {
        margin: 0 !important;
        padding: 0 !important;
    }

    .nav_news_inner li {
        display: block;
        float: left;
        margin: 0 !important;
        padding: 0 !important;
        position: relative;
    }

        .nav_news_inner li a {
            white-space: nowrap;
            color: #FFFFFF;
            display: block;
            font-size: 14px;
            font-weight: bold;
            line-height: 18px;
            padding: 8px 15px;
        }

            .nav_news_inner li a:hover, .nav_news_inner .current a {
                background: none repeat scroll 0 0 #0068cb;
                text-decoration: none;
                color: #FFFFFF;
            }

        .nav_news_inner li.home a {
            background: #163D6A;
            line-height: 34px;
            overflow: hidden;
        }

        .nav_news_inner .current .home, .nav_news_inner li .home:hover {
            background: #163D6A;
        }

        .nav_news_inner li ul {
            visibility: hidden;
            position: absolute;
            top: 34px;
            left: 0;
            z-index: 100;
            background: #FFFFFF;
        }

        .nav_news_inner li:hover ul {
            visibility: visible;
        }

        .nav_news_inner li li {
            white-space: nowrap;
            min-width: 200px;
        }

            .nav_news_inner li li a {
                font-size: 12px;
                color: #333333;
                padding: 6px 15px;
                border-bottom: 1px solid #cacaca;
            }

.list-cate {
    margin: 10px 0;
    width: 100%;
}

    .list-cate h2 {
        background: none repeat scroll 0 0 #EDEDED;
        border-bottom: 1px solid #D5D5D5;
        margin-bottom: 10px !important;
        min-height: 32px;
    }

        .list-cate h2 span {
            background: #0068cb;
            color: #FFFFFF;
            display: inline-block;
            font-size: 13px;
            font-weight: bold;
            line-height: 18px;
            padding: 7px 20px;
            position: relative;
            text-transform: uppercase;
        }

.list-cate-inner {
    overflow: hidden;
    width: 100%;
}

.list-cate h2 span em {
    background: url("http://www.lzada.vn/static/static-page/cam-nang-mua-sam/corner.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -7px;
    display: block;
    height: 7px;
    left: 0;
    position: absolute;
    width: 7px;
}

.list-cate h2 .link_viewall {
    background: url(../Images/arr_orange.png) 0 4px no-repeat rgba(0, 0, 0, 0);
    color: #084e97;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 9px 10px 0 0;
    padding: 0 0 0 10px;
}

.list-cate h2 span a {
    color: #FFFFFF;
}

.article {
    float: left;
    width: 420px;
}

    .article img {
        width: 100%;
        margin-bottom: 15px;
    }

    .article h3 {
        font-size: 13px;
        font-weight: 700;
        color: #111111;
        margin-top: 5px;
    }

    .article p {
        margin: 5px 0;
    }

.list-article {
    float: right;
    width: 490px;
}

.list-article-inner {
    background: none repeat scroll 0 0 #EDEDED;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px;
}

    .list-article-inner ul {
        margin: 0 !important;
        padding: 0 !important;
    }

    .list-article-inner li:first-child {
        padding-left: 0 !important;
    }

    .list-article-inner li {
        display: block;
        float: left;
        margin: 0 !important;
        padding: 0 0 0 20px !important;
        width: 225px;
    }

        .list-article-inner li img {
            display: block;
            margin-bottom: 5px;
            width: 225px;
            height: 135px;
        }

        .list-article-inner li a {
            color: #000000;
            font-weight: bold;
        }

.list-type {
    list-style: none outside none;
    margin: 0 0 0 10px !important;
}

    .list-type li {
        background: url(../Images/arr_cate_child.gif) 0 5px no-repeat rgba(0, 0, 0, 0);
        margin: 0 0 5px !important;
        padding: 0 0 0 13px !important;
    }

.info-type2 {
    border-bottom: 1px solid #E6E6E6;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 0 15px;
    width: 100%;
}

    .info-type2 img {
        float: left;
        margin: 0 15px 0 0;
    }

.left-content h3 {
    font-size: 13px;
    line-height: 1.3;
}

.most-viewed-news {
    background: none repeat scroll 0 0 #F3F1F1;
    margin: 10px 0;
}

    .most-viewed-news h3 {
        background: #f8ab1c;
        padding-bottom: 3px;
        margin-bottom: 10px;
    }

        .most-viewed-news h3 span {
            background: #f8ab1c;
            color: #FFFFFF;
            display: block;
            font-size: 18px;
            font-weight: normal;
            padding: 5px 10px 5px 15px;
        }

    .most-viewed-news ul {
        list-style: none outside none;
        margin: 0 10px 0 15px !important;
    }

    .most-viewed-news li {
        background: url(../Images/arr_l.png) 0 5px no-repeat;
        border-bottom: 1px dotted #929191;
        margin: 0 0 5px !important;
        padding: 0 0 5px 13px;
    }

.banner_ads img {
    width: 100%;
}
/*Path*/
.current_path {
    margin-bottom: 10px;
    text-align: left;
    text-transform: none;
    font-size: 100%;
    font-weight: 700;
}
/*Voucher*/
.voucher {
    background: #F26D23;
    position: relative;
    font-size: 1.2em;
}

.voucher_l {
    width: 70%;
    margin-top: 8px;
}

.voucher_text {
    float: left;
    white-space: nowrap;
    text-align: center;
    background: #F26D23;
    line-height: 30px;
    color: #FFFFFF;
    margin-left: 10px;
}

    .voucher_text b {
        color: #FFFF00;
    }

.voucher_ct {
    position: relative;
    width: 400px;
    float: left;
    height: 30px;
    line-height: 30px;
}

    .voucher_ct:before {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 15px;
        border-color: transparent transparent transparent #F26D23;
    }

    .voucher_ct b {
        text-transform: uppercase;
    }

    .voucher_ct .txf {
        padding: 7px 10px 7px 20px;
        width: 240px;
        color: #F26D23;
    }

.btn_submit {
    display: inline-block;
    min-width: 120px;
    background: #f37020;
    border: none;
    padding: 0 10px;
    margin-left: -5px;
    height: 30px;
    font-weight: bold;
    vertical-align: top;
    color: #FFFFFF;
    font-family: arial;
    text-transform: uppercase;
    cursor: pointer;
}

label.nl_header {
    display: inline;
    padding: 0 20px 0 3px;
    color: #971514;
    text-transform: uppercase;
    white-space: nowrap;
}
/*Social Network*/
#social_network {
    width: 27%;
    height: 44px;
    margin-top: 3px;
    text-align: right;
}

    #social_network b {
        position: relative;
        top: -15px;
        display: inline-block;
        margin-right: 5px;
        color: #FFFFFF;
    }

.social_1, .social_2, .social_3, .social_4, .social_5, .social_6 {
    display: inline-block;
    height: 42px;
    margin-right: 5px;
    text-indent: -9999px;
    font-size: 0;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    width: 42px;
}

    .social_1:hover, .social_2:hover, .social_3:hover, .social_4:hover, .social_5:hover, .social_6:hover {
        height: 42px;
        overflow: hidden;
        transition: all 0.6s ease 0s;
        width: 42px;
        text-decoration: none;
    }

.social_1 {
    background: url(../Images/social_icon.png) -5px -5px no-repeat;
}

    .social_1:hover {
        background: url(../Images/social_icon.png) -5px -55px no-repeat;
    }

.social_2 {
    background: url(../Images/social_icon.png) -56px -5px no-repeat;
}

    .social_2:hover {
        background: url(../Images/social_icon.png) -56px -55px no-repeat;
    }

.social_3 {
    background: url(../Images/social_icon.png) -107px -5px no-repeat;
}

    .social_3:hover {
        background: url(../Images/social_icon.png) -107px -55px no-repeat;
    }

.social_4 {
    background: url(../Images/social_icon.png) -158px -5px no-repeat;
}

    .social_4:hover {
        background: url(../Images/social_icon.png) -158px -55px no-repeat;
    }

.social_5 {
    background: url(../Images/social_icon.png) -209px -5px no-repeat;
}

    .social_5:hover {
        background: url(../Images/social_icon.png) -209px -55px no-repeat;
    }

.social_6 {
    background: url(../Images/social_icon.png) -260px -5px no-repeat;
}

    .social_6:hover {
        background: url(../Images/social_icon.png) -260px -55px no-repeat;
    }
/*List News*/
.list_news .news_item {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cecece;
}

.list_news h2 {
    font-size: 1em;
    margin-bottom: 5px;
}

.list_news p {
    margin: 0 0 0.5em 0;
    text-align: justify;
}

.list_news .img_news {
    width: 150px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
}

.list_news img {
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
    -ms-transform: All 0.3s ease-out;
}

    .list_news img:hover {
        opacity: 0.8;
    }

.list_news .readmore {
    float: left;
}
/*Detail News*/
#detail_news {
    border-top: 1px solid #AFAFAF;
}

.heading_page {
    font-size: 20px;
    font-weight: 700;
    color: #191919;
    line-height: 1.2;
    margin-bottom: 10px;
}

.info_g {
    background: #FFFFFF;
}

    .info_g img {
        max-width: 100%;
        height: auto;
    }

    .info_g ul {
        margin-left: 20px;
    }

    .info_g li {
        margin: 3px 0;
    }

    .info_g .date {
        color: #878787;
        font: 11px Arial, Helvetica, sans-serif;
    }

.function {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #aeaeae -moz-use-text-color;
    border-image: none;
    border-style: dotted none;
    border-width: 1px medium;
    float: left;
    padding: 5px 0;
    width: 100%;
    margin: 10px 0;
}

.like_face {
    float: left;
    padding: 0;
    width: 100%;
}

.toolbar {
    float: right;
    padding: 0;
    position: relative;
    text-align: left;
}

    .toolbar i {
        display: inline-block;
        padding-right: 3px;
    }

a.print {
    background-position: 0 2px;
}

a.email {
    background-position: 0 -32px;
}

a.opinion {
    background-position: 0 -72px;
}

.other_news_sub {
    clear: both;
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
}

.other_newsT {
    padding-bottom: 3px;
    margin: 10px 0;
    position: relative;
    color: #292929;
    font-weight: 700;
    border-bottom: 3px double #CCCCCC;
}

.other_news_sub ul {
    margin: 10px 0 0 10px;
}

.other_news_sub li {
    padding: 3px 0;
}

.other_news_sub h2 {
    font-size: 1em;
    font-weight: 500;
}

.other_news_sub a {
    background: url(../Images/arr_l.png) no-repeat scroll 0 3px transparent;
    padding-left: 10px;
    color: #444444;
}

    .other_news_sub a:hover {
        color: #000000;
    }

.other_news_sub .view_all {
    float: left;
    background: none !important;
    margin: 10px 0;
    text-align: right;
    text-decoration: underline;
    font-size: 11px;
    color: #f74203;
}
/*Footer*/
footer {
    border-top: 1px solid #F26D23;
    padding: 15px 0;
}

.title_col {
    color: #ec141c;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 30px;
}

.list_menu_footer li {
    margin-bottom: 5px;
}

.list_menu_footer a {
    font-size: 1.1em;
    font-weight: 500;
    background: url(../Images/arr_cate.png) 0 3px no-repeat;
    padding-left: 12px;
    transition: All 0.5s ease-out;
    -webkit-transition: All 0.5s ease-out;
    -moz-transition: All 0.5s ease-out;
    -o-transition: All 0.5s ease-out;
}

footer a:hover {
    text-decoration: underline;
}
/*Social Network*/
.social_network i {
    display: inline-block;
    width: 26px;
    height: 27px;
    margin-right: 10px;
    background-image: url(../Images/social_icon.png);
    background-repeat: no-repeat;
}

.icon_facebook {
    background-position: 0 0;
}

.icon_gplus {
    background-position: -73px 0;
}

.icon_youtube {
    background-position: -110px 0;
}

#info_footer p {
    margin: 0 0 0.3em 0;
}
/*Categories Footer*/
.category_footer {
    position: relative;
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    color: #838383;
}

    .category_footer p.title_cat {
        font-weight: 700;
        margin: 1em 0;
        font-size: 1em;
        text-transform: uppercase;
        margin: 0;
        padding-bottom: 10px;
    }

    .category_footer .footer_link {
        display: inline-block;
        font-size: 1em;
        font-weight: normal;
        margin-right: 10px;
        font-weight: 500;
        padding-left: 12px;
        background: url(../Images/arr_l3.png) 0 4px no-repeat;
    }

    .category_footer .footer_item_link {
        color: #838383;
    }

        .category_footer .footer_item_link:hover {
            color: #000000;
        }

.bank_logo {
}

    .bank_logo p {
        display: inline-block;
        width: 140px;
        padding-right: 10px;
        margin: 10px 0 0 0;
    }
/*Footer Bottom*/
#copyright {
    background: #F26D23;
    text-align: center;
    padding: 7px 0;
}

    #copyright, #copyright a {
        color: #FFFFFF;
    }

        #copyright a:hover {
            text-decoration: underline;
        }

.sticky {
    width: 222px;
}

#sticky_navigation {
    height: 40px;
    position: relative;
    z-index: 50;
    background: #f0f0ef;
}

#topcontrol {
    z-index: 50 !important;
}

.sticky_navigation {
    height: 40px;
    position: relative;
    z-index: 50;
}

.info_header {
    width: 65%;
    padding: 5px 0;
    text-align: left;
    position: relative;
}

.fl {
    float: left !important;
}

.info_header .info_item {
    float: right;
    width: 26%;
    margin-bottom: 7px;
    display: block;
}

    .info_header .info_item:nth-child(2n+2) {
        width: 22%;
    }

    .info_header .info_item .info_ico {
        float: left;
        display: inline-block;
        margin-right: 10px;
        background-image: url(../Images/icons.png);
        background-repeat: no-repeat;
    }

.delivery_icon {
    width: 35px;
    height: 34px;
    background-position: 0 0;
}

.info_header div b {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    color: #111111;
    line-height: 18px;
    font-size: 1em;
}

header img {
    float: left;
}

.return_icon {
    width: 58px;
    height: 34px;
    background-position: -47px 0;
}

.bestprice_icon {
    width: 46px;
    height: 40px;
    background-position: -188px 0;
}

.payment_icon {
    width: 50px;
    height: 34px;
    background-position: -120px 0;
}

.hotline {
    position: absolute;
    top: 0px;
    right: 0;
    width: 200px;
    height: 82px;
    background: url(../Images/hotline_icon.png) 0 0 no-repeat;
}

.cart_fixed {
    position: fixed;
    top: 5px;
    right: 50%;
    margin-right: -590px;
    z-index: 51;
}

.search_fixed {
    position: fixed;
    width: 800px;
    top: 4px;
    right: 50%;
    margin-right: -440px;
    margin-top: 0px;
    z-index: 51;
}

.noibat {
    width: 40%;
    margin-left: 446px;
    margin-top: -22px;
}

.banchay a {
    font-size: 15px;
    font-weight: bold;
    color: #F26D23;
}

.noibat a {
    font-size: 15px;
    font-weight: bold;
    color: #F26D23;
}

    .noibat a:hover {
        color: red;
        text-decoration: none;
    }

.banchay a:hover {
    color: red;
    text-decoration: none;
}

.banchay {
    width: 45%;
    margin-left: 280px;
    margin-top: -27px;
}

.box_payment_ct .tt_payment_step {
    height: 36px !important;
}

#mini_cart {
    float: right !important;
}

#footer_process .fr {
    float: right;
}

.hotline {
    position: absolute;
    top: 0px;
    right: 0;
    width: 210px;
    height: 82px;
    background: url(../Images/hotline_icon.png) 0 0 no-repeat;
}

    .hotline > div {
        margin: 18px 10px 0 81px;
        line-height: 18px;
    }

    .hotline b {
        display: block;
        margin-top: -13px;
        color: #e11330;
        margin-left: -16px;
        font-size: 1.3em;
    }

#info_footer {
    width: 70% !important;
}

#Certificate {
    width: 30% !important;
}

.handbook .search_form {
    float: left !important;
}

.product .star_rating {
    display: block;
}

.product .star_rating {
    overflow: hidden;
    position: relative;
    height: 1.2em;
    line-height: 1.2em;
    font-size: 1.25em;
    width: 5.6em;
}

.product .star_rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.product .star_rating span:before {
    content: '\f005\f005\f005\f005\f005';
    top: 0;
    position: absolute;
    left: 0;
    letter-spacing: .2em;
    color: #ffb909;
}

.product .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product .star_rating:before {
    content: '\f005\f005\f005\f005\f005';
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: .2em;
    color: #ddd;
}