/* CSS Document */
.main {
    background-color: #fff;
    margin-bottom: 20px;
}

.brief_ppage {
    padding: 10px;
    position:relative;
    float:left;
}

    .brief_ppage .price_ppage span {
        color: #e00;
        font-size: 18px;
        margin-right: 10px;
    }

    .brief_ppage .price_ppage em {
        font-size: 14px;
        text-decoration: line-through;
        color: #999;
        display: inline-block;
        margin-left: 10px;
    }

    .brief_ppage .desc_ppage {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin-top: 5px;
        color: #444;
        padding: 5px 0;
    }

        .brief_ppage .desc_ppage p {
            margin: 6px 0;
            line-height: 1.6em;
            font-size: 13px;
        }

.orther_ppage {
    margin-top: 5px;
    color: #000;
    color: #888;
    font-size: 13px;
}

    .orther_ppage span {
        display: inline-block;
        margin: 0 5px;
        color: #000;
    }

        .orther_ppage span:first-child {
            margin-left: 0;
        }

.left_ppage em {
    display: block;
    margin: 10px 0;
    text-align: center;
    color: #aaa;
    font-size: 12px;
}

.left_ppage > p {
    border: 1px solid #e0e0e0;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: inset 0 0 10px rgba(44,44,44,.1);
    -webkit-box-shadow: inset 0 0 10px rgba(44,44,44,.1);
    -moz-box-shadow: inset 0 0 10px rgba(44,44,44,.1);
    -ms-box-shadow: inset 0 0 10px rgba(44,44,44,.1);
    -o-box-shadow: inset 0 0 10px rgba(44,44,44,.1);
}

    .left_ppage > p a {
        text-align: center;
    }

        .left_ppage > p a img {
            max-height: 100%;
            max-width: 100%;
        }

    .left_ppage > p em {
        font-size: 13px;
        color: #ccc;
    }

.left_ppage ul {
    text-align: center;
    margin-bottom: 15px;
}

    .left_ppage ul li {
        display: inline-block;
        margin: 0 3px;
    }

        .left_ppage ul li a {
            display: table-cell;
            width: 55px;
            height: 55px;
            text-align: center;
            border: 1px solid #ddd;
            vertical-align: middle;
        }

.right_ppage h1 {
    color: #111;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: normal;
}

.network_ppage {
    margin: 10px 0;
}

.cbox_ppage p {
    line-height: 1.6em;
    margin: 10px 0;
}

.detail_product {
    border: 1px solid #eee;
    border-top: 0;
    margin-top: 15px;
}

    .detail_product table {
        border-collapse: collapse;
        border: 1px solid #ddd;
        margin: 10px auto;
    }

        .detail_product table td {
            border: 1px solid #ddd;
            padding: 5px 8px;
        }

            .detail_product table td > * {
                margin: 0;
                padding: 0;
                line-height: 1.6em;
            }

.cbox_ppage {
    display: none;
    padding: 5px 15px;
}

.desc_product.cbox_ppage {
    display: block;
}

    .desc_product.cbox_ppage img {
        max-width: 100% !important;
        height: auto !important;
    }

.right_box {
    font-size: 13px;
    background: -webkit-linear-gradient(left, #f5f5f5, #ffffff, #f5f5f5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #f5f5f5, #ffffff, #f5f5f5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #f5f5f5, #ffffff, #f5f5f5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, #f5f5f5, #ffffff, #f5f5f5); /* Standard syntax */
}

    .right_box > div {
        padding: 0 15px;
        margin-bottom: 19px;
        margin-top: 10px;
    }

    .right_box > span {
        display: block;
        text-align: center;
    }

        .right_box > span > img {
            max-width: 100%;
        }

.right_box_form {
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 5px;
}

    .right_box_form input[type=number] {
        width: 60px;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        line-height: 28px;
        border: 1px solid #bbb;
        margin-bottom: 10px;
        font-size: 14px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        outline-color: #ff9600;
    }

    .right_box_form button { /*width: 100%;*/
        margin: 0 auto;
        cursor: pointer;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        padding: 10px;
        font-family: 'Open Sans', sans-serif;
        /*background: -webkit-linear-gradient(#f61616, #b31414);*/ /* For Safari 5.1 to 6.0 */
        /*background: -o-linear-gradient(#f61616, #b31414);*/ /* For Opera 11.1 to 12.0 */
        /*background: -moz-linear-gradient(#f61616, #b31414);*/ /* For Firefox 3.6 to 15 */
        /*background: linear-gradient(#f61616, #b31414);*/ /* Standard syntax */
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        background-color: #00a551;
        border-color: unset;
    }

        .right_box_form button i {
            display: inline-block;
            margin-right: 5px;
        }

.rbox_ppage {
    text-align: center;
    padding: 5px 0px;
}

    .rbox_ppage em {
        display: block;
        text-decoration: line-through;
        color: #666;
        margin-top: 10px;
    }

    .rbox_ppage strong {
        color: #6BC15F;
    }

.full_price {
    display: inline-block;
}

    .full_price > * {
        display: inline-block;
        padding-top: 40px;
        position: relative;
        margin-left: -5px;
    }

    .full_price > .num_price_0 {
        width: 22px;
        background: url(0x60.png) no-repeat;
    }

    .full_price > .num_price_1 {
        width: 15px;
        background: url(1x60.png) no-repeat;
    }

    .full_price > .num_price_2 {
        width: 21px;
        background: url(2x60.png) no-repeat;
    }

    .full_price > .num_price_3 {
        width: 21px;
        background: url(3x60.png) no-repeat;
    }

    .full_price > .num_price_4 {
        width: 21px;
        background: url(4x60.png) no-repeat;
    }

    .full_price > .num_price_5 {
        width: 21px;
        background: url(5x60.png) no-repeat;
    }

    .full_price > .num_price_6 {
        width: 21px;
        background: url(6x60.png) no-repeat;
    }

    .full_price > .num_price_7 {
        width: 19px;
        background: url(7x60.png) no-repeat;
    }

    .full_price > .num_price_8 {
        width: 21px;
        background: url(8x60.png) no-repeat;
    }

    .full_price > .num_price_9 {
        width: 22px;
        background: url(9x60.png) no-repeat;
    }

    .full_price > .num_price_c {
        width: 10px;
        background: url(x60.png) no-repeat;
        margin-right: 5px;
    }

    .full_price > .num_price_ct {
        width: 79px;
        background: url(dx60.png) no-repeat;
    }

.gift_ppage > p {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    color: #ff8a00;
    font-weight: bold;
    padding: 5px 0;
}

.gift_ppage > div {
    padding: 5px 0;
    font-size: 12px;
    color: #555;
}

    .gift_ppage > div p {
        line-height: 15px;
        margin: 5px 0;
    }

        .gift_ppage > div p a {
            color: #f00;
        }

.nav_ppage {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 2px solid #ccc;
    background: #fcfcfc;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .nav_ppage li {
        float: left;
    }

        .nav_ppage li a {
            display: block;
            color: #444;
            padding: 0 20px;
            line-height: 34px;
            position: relative;
            margin-bottom: -1px;
            text-decoration: none;
            font-size: 13px;
            border-right: 1px solid #fcfcfc;
            border-left: 1px solid #fcfcfc;
        }

            .nav_ppage li a.active {
                background: #fff;
                color: #F26925;
                margin-top: -8px;
                padding-top: 6px;
                font-weight: bold;
                border-top: 2px solid #F26925;
                border-bottom: 1px solid #fff;
                border-right: 1px solid #ddd;
                border-left: 1px solid #ddd;
            }

@media screen and (min-width: 18.750em) {
    .left_ppage > p a {
        padding: 30px 0;
        display: block;
    }
}

@media screen and (min-width: 34.375em) {
    .left_box {
        float: left;
        width: 49%;
    }

    .right_box {
        float: right;
        width: 49%;
    }

    .left_ppage > p span {
        display: block;
        width: 260px;
        margin: 0 auto;
    }

    .left_ppage > p a {
        display: block;
        vertical-align: middle;
        padding: 0px 0 !important;
    }

        .left_ppage > p a img {
            max-height: 100%;
            max-width: 100%;
        }
}

@media screen and (min-width: 48em) {
}

@media screen and (min-width: 1170px) {
    .left_ppage {
        float: left;
        width: 43%;
    }

    .right_ppage {
        width: 55%;
        float:left;
        margin-left:20px;
    }

    .left_ppage > p a {
        height: auto;
        margin: 0 auto;
    }

    .left_box {
        width: 73%;
    }

    .right_box {
        width: 26%;
    }
}

/*Copy Google Rating*/

.RI4Asf {
    box-sizing: border-box;
    display: table;
    float: left;
    vertical-align: top;
    padding: 8px;
    padding: 0 8px;
}

    .RI4Asf .ROb6af {
        display: table-cell;
        height: 100px;
        vertical-align: top;
    }

.Fwo7Wb {
    /* display: inline-table; */
}

.uiNn2 {
    margin-right: 28px;
    width: 217px;
}

.zLzIEf {
    display: table-row;
    height: 20px;
}

.ObF0Re {
    color: rgba(0,0,0,0.54);
    display: table-cell;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
}

.cQbLzc {
    display: table-cell;
    padding: 0 10px 0 2px;
    color: #d2d2d2;
    font-size: 12px;
    vertical-align: middle;
}

.SEAhue {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.OKvwbb {
    background: #e7711b;
    border-radius: 0 3px 3px 0;
    height: 19px;
}

.RI4Asf .tp9Rdc {
    display: table-cell;
    height: 100px;
    text-align: center;
    vertical-align: top;
}

.rtng {
    color: #e7711b;
    white-space: nowrap;
}

.EBe2gf, .EBe2gf span {
    background-size: 14px 13px;
    height: 13px;
    top: 1px;
    width: 69px;
}

.EBe2gf {
    background-image: url(/css/images/start-xam.png);
}

    .EBe2gf span {
        background-image: url('/css/images/start-orange.png');
    }

.Fam1ne {
    background-repeat: repeat-x;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

    .Fam1ne span {
        background-repeat: repeat-x;
        display: block;
    }

.Vfp4xe {
    margin-top: 8px;
    color: #878787;
}

.p13zmc {
    font-weight: lighter !important;
}

.title_r {
    font-size: 15px;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fe272f;
    border-bottom: 1px solid #eee;
}

.p13zmc > a {
    color: #444;
}

    .p13zmc > a:hover {
        color: #fe272f;
        text-decoration: none;
    }

.commentBox {
    /*background-color:#efefef;*/
    padding: 10px;
    border-radius: 10px;
}

.starFade {
    background-image: url('/css/images/StarFade.gif');
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
    cursor: pointer;
}

.starFadeN {
    background-image: url('/css/images/StarFade.gif');
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
}

.starGlow {
    background-image: url('/css/images/starglow.gif');
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
    cursor: pointer;
}

.starGlowN {
    background-image: url('/css/images/starglow.gif');
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
}

.btn-rating {
    margin: 0 auto;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    /*    background: -webkit-linear-gradient(#f61616, #b31414);
    background: -o-linear-gradient(#f61616, #b31414);
    background: -moz-linear-gradient(#f61616, #b31414);
    background: linear-gradient(#f61616, #b31414);
*/ border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #00a551;
    border-color: unset;
    float:right;
}

hr {
    border-bottom: 1px solid #efefef;
    margin-top: 10px;
    margin-bottom: 10px;
}

.title-rating {
    font-weight: bold;
    color: #000;
    padding: 10px 10px;
    font-size: 18px;
}

/*End Ratting*/

.content table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    .content table td, #customers th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .content table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .content table tr:hover {
        background-color: #ddd;
    }

    .content table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #4CAF50;
        color: white;
    }

/*TABLE UL LI*/
./*content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    white-space: nowrap;
    width: 100%;
}

    .content ul > li {
        background-color: #f0f0f0;
        display: table-row;
        color: #5c5c5c;
    }

        .content ul > li div {
            margin: 0 !important;
            padding: 20px !important;
            width: 100% !important;
        }

        .content ul > li:nth-child(odd) {
            background-color: #f2f2f2;
            display: table-row;
            font-size: 9pt;
            color: #5c5c5c;
            white-space: normal;
        }

        .content ul > li:nth-child(even) {
            background-color: #e8e8e8;
            display: table-row;
            font-size: 9pt;
            color: #5c5c5c;
        }

        .content ul > li:nth-child(1) span:first-child {
            border-top-left-radius: 6px;
        }

        .content ul > li:nth-child(1) span:last-child {
            border-top-right-radius: 6px;
        }

        .content ul > li:nth-child(1) span {
            border-bottom: 2px solid #7d5bbe;
            padding: 14px;
        }

    .content ul > span {
        text-align: left;
        display: table-cell;
        padding: 6px;
        vertical-align: middle;
    }*/



