﻿body {
    background-color: #fff;
    font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif, SimSun;
    font-size: 13px;
}

a, a:visited {
    color: #54b016;
    text-decoration: none;
}

    a:hover, a:active {
        text-decoration: none;
        cursor: pointer;
        color: #333;
    }



ul, ul li, ol, ol li, dt, dt dd {
    list-style: none;
}

mark {
    color: #fff;
    background-color: #54b016;
    border-radius: 4px;
    padding: 0px 3px;
    font-weight: bold;
}

.NoPadding {
    padding: 0px;
}

.NoPaddingRight {
    padding-right: 0px;
}

.NoPaddingLeft {
    padding-left: 0px;
}


.NoMargin {
    margin: 0px;
}

.clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    line-height: 0 !important;
    min-height: 0 !important;
}

.red {
    color: #ff0000;
}

.blue {
    color: #0000ff;
}

.topbar {
    background-color: #E6EAED;
    color: #909090;
    padding: 0px 0px;
    height: 29px;
    line-height: 29px;
    font-size: 12px;
}

    .topbar ul {
        margin: 0px;
        padding: 0px 10px;
        width: 800px;
        float: right;
    }

        .topbar ul li {
            float: right;
            margin-right: 18px;
        }

            .topbar ul li a, .topbar ul li a:visited {
                color: #333;
                text-decoration: none;
            }

                .topbar ul li a:hover {
                    color: #54B016;
                    text-decoration: none;
                }

.logo {
    margin-top: 25px;
    margin-bottom: 15px;
}

 .logo img, .copyrightbox img,.paypalcredit img,.grtbox img,.PImgBox img,.pTabBox img {
        max-width: 100%;
    }

/*

#cart {
   float: right;
    display: block; 
    margin: 0px;
}

    #cart a {
        color: #ffffff;
    }

        #cart a.button {
            padding: 10px 14px 8px 15px;
            float: left;
            font-size: 14px;
            text-align: center;
            vertical-align: central;
            height: 38px;
            width: 191px;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
            background-color: #54b016;
        }

            #cart a.button:hover, .top-search button:hover {
                background-color: #166FB0;
            }

            #cart a.button span {
                margin-right: 5px;
            }

            #cart a.button i {
                font-style: normal;
            }
*/


/*
.top-search {
      float: right;
    display: block;
    margin: 0;
}

    .top-search button {
        background: #e2e2e2;
        border: none;
        cursor: pointer;
        color: #333;
        width: 38px;
        height: 38px;
        display: inline;
        padding: 0;
        border: none;
        position: relative;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -ms-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

        .top-search button:hover {
            background-color: #54b016;
            color: #fff;
        }

    .top-search input {
        font-size: 13px;
        width: 300px;
        height: 38px;
        padding: 9px 12px 9px 12px;
        float: left;
        color: #999;
        margin: 0;
        max-width: 100%;
        display: block;
        background: #fff;
        border: 2px solid #e2e2e2;
        border-right: none;
        font-weight: 600;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    */

/*===================new add css begin===================*/


.mbtn {
    padding: 7.5px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.btn-group {
    width: 100%;
    margin-bottom: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #e7e7e7;
    background-repeat: repeat-x;
}

.btn-default2 {
    background-color: #fff;
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #54b016;
    background-repeat: repeat-x;
    border-color: #419607;
}


    .btn-inverse:hover {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
        background-color: #59be14;
        background-repeat: repeat-x;
        border-color: #419607;
    }


#search .input-lg {
    height: 38px;
    line-height: 20px;
    padding: 0 10px;
    font-size: 13px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 9px 35px;
    text-shadow: 0 1px 0 #fff;
}

#cart {
    margin-bottom: 10px;
}

    #cart > .btn {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
    }



/*===================new add css end===================*/


/* Main Nav Begin */
.radius4px {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.radius4pxtop {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#main-nav {
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    height: 42px;
    max-height: 42px;
    background-color: #166fb0;
    border-bottom: 2px solid #115485;
    margin: 0px 0 0px 0;
}

.homenavli {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}

.homenavli2 {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    background: #54b016;
}

/* Main Nav End */

#maincontent,#bigProductBox {
    display: block;
    clear: both;
    margin-top: 6px;
}



.item-title-big {
    -webkit-font-smoothing: antialiased;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    padding-left: 12px;
}

.left-item-title {
    background: #166fb0; /* url(../Images/square-black.png) repeat 0 0;*/
    color: #fff;
}

    .left-item-title i {
        padding-right: 5px;
    }

.left-item-box {
    padding: 0px;
    display: block;
}

    .left-item-box ul {
        list-style: none;
        margin: 0px 0px 20px 0px;
        padding: 0px;
        border: 1px solid #e5e5e5;
        border-bottom-width: 2px;
        width: auto;
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

        .left-item-box ul li {
            padding: 0px;
            margin: 0px 0px;
            border-bottom: 1px solid #e5e5e5;
            width: auto;
        }

            .left-item-box ul li a, .left-item-box ul li a:visited {
                color: #444;
                line-height: 16px;
                display: block;
                padding: 8px 8px;
                text-decoration: none;
            }

                .left-item-box ul li a:hover {
                    color: #fff;
                    cursor: pointer;
                    display: block;
                    text-decoration: none;
                }

                .left-item-box ul li a i {
                    margin-right: 5px;
                }

            .left-item-box ul li.last {
                border-bottom: none;
            }

            .left-item-box ul li:hover {
                background: #54b016;
            }

.right-item-title {
    background: #fbfbfb url(../Images/square-gray.png) repeat 0 0;
    color: #000;
    margin: 0px 0px 20px 0px;
}

.paddingBot20 {
    padding-bottom: 20px;
}

.right-item-box {
    padding: 10px 0px 0px 0px;
    border: 1px solid #fff;
    text-align: center;
    vertical-align: central;
    min-height: 180px;
}

.right-item-box:hover{
     border: 1px solid #e5e5e5;
}

    .right-item-box a, .right-item-box a:visited {
        color: #333;
        cursor: pointer;
    }

        .right-item-box a:hover {
            color: #d70000;
            text-decoration:underline;
        }

        .right-item-box a img {
            width: 120px;
            height: 110px;
        }

        .right-item-box a b {
            height: 43px;
            background-color: #fff;
            border-top: 0px solid #e5e5e5;
            margin-top: 10px;
            padding: 2px 0px 2px 0px;
            display: block;
            font-weight: normal;
            font-style: normal;
        }

    .right-item-box em {
        display: block;
        height: 30px;
        background-color: #fff;
        font-style: normal;
        color: #d70000; /*#54b016*/
        font-size: 16px;
        font-weight: bold;
    }

.footer-content {
    clear: both;
    width: 100%;
    background-color: #166fb0;
    padding: 30px 0px;
    margin: 0px 0px 0px;
    color: #fff;
}

.footer-item-title {
    background: #166fb0 url(../Images/square-black.png) repeat 0 0;
}

.footer-menu {
    width: 95%;
    list-style: none;
    padding: 5px 10px;
    margin: 0px;
}

    .footer-menu li {
        list-style: none;
        padding: 2px 0px;
        display: block;
    }

        .footer-menu li a, .footer-menu-follow li a, .copyrightbox a, .footer-menu li a:visited, .footer-menu-follow li a:visited, .copyrightbox a:visited {
            cursor: pointer;
            color: #fff;
            line-height: 16px;
            text-decoration: none;
        }

            .footer-menu li a:hover, .copyrightbox a:hover {
                cursor: pointer;
                color: #c3cbd6;
            }

            .footer-menu li a i {
                margin-right: 5px;
            }

.footer-menu-follow {
    width: 95%;
    list-style: none;
    padding: 10px 5px;
    margin: 0px;
}

    .footer-menu-follow li {
        float: left;
        list-style: none;
        padding: 4px 4px;
    }

        .footer-menu-follow li a:hover {
            display: block;
            cursor: pointer;
            color: #54b016;
        }

.backtotop {
    width: 34px;
    height: 22px;
    border: 0 none;
    bottom: 100px;
    cursor: pointer;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 40px;
    z-index: 2147483647;
}

.paypalcredit {
    margin: 20px auto;
}


.copyrightbox {
    padding: 10px;
    line-height: 18px;
    text-align: center;
}


#gts-c {
    bottom: 0;
    display: none;
    overflow: hidden;
    position: fixed;
    right: 0;
    z-index: 2147483644;
    cursor: pointer;
}

.pageNav {
    padding: 2px 15px;
    color: #888;
    border-bottom: 1px solid #E8E8E8;
    line-height: 30px;
    min-height: 30px;
    margin-bottom: 15px !important;
    overflow: hidden;
    background-color: transparent;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase;
}

.pmodeltitle {
    display: block;
    margin-bottom: 20px !important;
}

    .pmodeltitle h1 {
        margin: 10px 0px;
        font-size: 18px;
        font-weight: bold;
    }



#ModelTipsBox {
    padding: 10px;
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    z-index: 9999;
    width: 848px;
}


.fix-modelbox {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 848px;
}

#ModelTipsBox ol {
    margin: 0px 0px 0px 5px;
    padding: 0px;
}


    #ModelTipsBox ol li {
        line-height: 25px;
    }

        #ModelTipsBox ol li span {
            margin-right: 5px;
        }

        #ModelTipsBox ol li a {
            font-weight: bold;
        }

#pmodelList {
    display: block;
    margin-bottom: 20px !important;
}

.dlModelList {
    display: block;
    margin: 0px 5px 5px 5px;
}

    .dlModelList dd {
        float: left;
        display: block;
        width: 31%;
        margin: 8px;
        padding: 0px 20px;
        background: #ffffff url(../Images/bullet.png) no-repeat center left;
        border-radius: 4px;
        border: 1px solid #e5e5e5;
    }

        .dlModelList dd:hover {
            background-image: none;
            border: 1px solid #54b016;
            background: #54b016 url(../Images/bullet2.png) no-repeat center left;
        }

        .dlModelList dd a, .dlModelList dd a:visited {
            color: #444;
            display: block;
            font-size: 15px;
            line-height: 35px;
        }

            .dlModelList dd a:hover {
                color: #fff;
                cursor: pointer;
            }


 

.ProductBox {
    margin-bottom: 25px;
    display: block;
    clear: both;
}


.h1-title-big {
    -webkit-font-smoothing: antialiased;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 38px;
    font-size: 20px !important;
}

.h1-item-title {
    /*background: #f9f9f9 url(../Images/square-gray2.png) repeat 0 0;*/
    background-color: #f9f9f9;
    display: block;
    margin: 0px 0px 15px 0px;
    padding-left: 12px;
    color: #333;
}



.PImgBox {
    padding: 10px 5px;
    background-color: #fff;
    border: solid 1px #e8e8e8;   
    width: 100%; 
    min-height: 424px;
    text-align: center;
}

    .PImgBox a, .PImgBox a:visited {
        display: block;
        font-size: 15px;
        margin: 10px 0px;
    }

        .PImgBox a:hover {
            font-weight: bold;
            color: #166FB0;
        }


    .PImgBox span {
        margin-top: 5px;
        display: inline-block;
        text-align: center;
        color: #8a6d3b;
        background-color: #fcf8e3;
        padding: 6px 12px;
        border-radius: 4px;
        border: 1px solid #faebcc;
        font-size: 14px;
    }

.PDetailsInfo {
    margin: 8px 0px;
    padding: 0px;
    display: block;
}

    .PDetailsInfo li {
        line-height: 25px;
        color: #555;
        width: 100%;
    }

        .PDetailsInfo li.backcolor {
            background-color: #f9f9f9;
        }

        .PDetailsInfo li b {
            width: 125px;
            color: #555;
            float: left;
        }

        .PDetailsInfo li i {
            margin-left: 10px;
            color: #54b016;
            cursor: pointer;
        }

            .PDetailsInfo li i:hover {
                color: #166FB0;
                cursor: pointer;
            }

        .PDetailsInfo li strong {
            font-style: normal;
            font-weight: bold;
            background-color: #6dbe14;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            color: #fff;
            padding: 4px 8px;
        }

.PPrice {
    display: block;
    min-height: 30px;
    line-height: 30px;
    
    border-top: dotted 1px #c8c8c8;
    padding-top: 15px;
    clear: both;
}

    .PPrice b {
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        font-weight: bold;
        margin-right: 10px;
        color: #666;
    }

    .PPrice span {
        font-family: 'Oswald', sans-serif;
        font-size: 32px;
        font-weight: normal;
        margin-right: 5px;
        color: #d70000;
    }

    .PPrice i {
        font-size: 12px;
        font-style: normal;
        color: #d70000;
    }

.PCart {
    display: block;
    clear: both;
    min-height: 40px;
    line-height: 30px;
    border-bottom: dotted 1px #c8c8c8;
    padding: 10px 0px 15px 0px;
    vertical-align: central;
}

    .PCart select {
        background: #fff;
        line-height: 36px;
        font-size: 14px;
        color: #666;
        height: 36px;
        padding: 0 0 0 10px;
        position: relative;
        overflow: hidden;
        border: 1px solid #ddd;
        width: 65px !important;
        vertical-align: top;
    }

.addtocartbutton {
    background-color: #54b016;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: normal;
    border: none;
    border-radius:4px;
    margin-left: 15px;
    padding: 3px 25px;
    line-height: 30px;
    vertical-align: top;
    text-transform: uppercase;
}

    .addtocartbutton:hover {
        background-color: #FF8A00;
        color: #fff;
        cursor: pointer;
    }

    .addtocartbutton i {
        margin-right: 10px;
    }

.comingsoon {
    font-size: 28px;
    color: #FF6D00;
}

.PSocialButtons {
    display: block;
    clear: both;
    padding: 10px 0px;
    border-bottom: dotted 1px #c8c8c8;
}

#ptablist {
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    border-bottom: solid 2px #166FB0;
    /*z-index: 9999;*/
}

    #ptablist li {
        margin-right: 6px;
        float: left;
        height: 36px;
    }

        #ptablist li.active > a {
            color: #fff;
            font-weight: bold;
            background-color: #166FB0;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        #ptablist li a {
            background-color: #f1f1f1;
            font-size: 13px;
            color: #444;
            font-weight: bold;
            padding: 8px 18px;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

            #ptablist li a:hover {
                background-color: #166FB0;
                color: #fff;
                cursor: pointer;
            }

.pTabBox {
    padding: 10px 0px;
    clear: both;
    display: block;
    line-height: 24px;
    color: #333;
}

    .pTabBox h3 {
        background-color: #EAECEE;
        display: block;
        clear: both;
        margin: 10px 0px;
        padding-left: 15px;
        font-size: 13px;
        font-weight: bold;
        line-height: 35px;
    }

        .pTabBox h3 i {
            color: #54b016;
            padding-right: 8px;
        }

    .pTabBox article {
        display: block;
        padding: 20px 0px 0px 0px;
        line-height: 22px;
    }

        .pTabBox article u, .pTabBox article strong, .pTabBox article i {
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
        }


.alertbox {
    margin: 10px 0px 5px 0px;
    padding: 10px;
}

.productpicsbox {
    margin: 5px 10px 10px 10px;
    clear: both;
}

    .productpicsbox img {
        clear: both;
        display: block;
        margin: 10px 0px;
    }

#compatibility ul {
    list-style: none;
    display: block;
    margin: 0px 0px 0px 5px;
    padding: 0px;
}

    #compatibility ul li {
        list-style: none;
        float: left;
        width: 25%;
        line-height: 30px;
        border-bottom: dotted 1px #DAE0E2;
    }

#warranty p {
    padding: 0px 5px;
}

.TipsBox {
    background-color: #fff;
    margin: 0px auto;
    color: #000;
    width: 600px;
}


.proNote {
    line-height: 22px;
}

    .proNote span {
        padding-left: 42px;
        display: block;
        clear: both;
    }

.AskQuestionL {
    margin: 0px 0px 0px 2px;
    background: url(../Images/email_16.png) no-repeat bottom left;
    padding-left: 19px;
    color: #333;
    text-decoration: underline;
}

    .AskQuestionL:hover {
        color: #166FB0;
        text-decoration: underline;
    }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 22px;
    font-size: 13px;
}

    .table > tbody > tr > td > img {
        margin-top: 5px;
    }

.FAQListBox {
    padding: 10px 5px;
    border-bottom: 1px dotted #c8c8c8;
}

/*************left item box img********************/

.left_item_box {
    clear: both;
    text-align: center;
    margin: 0px 0px;
    display: block;
    padding: 12px 3px;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    border-bottom: dotted 1px #c8c8c8;
}

.letf_item_box_last {
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: solid 3px #e5e5e5;
}

.left_item_box a {
    text-decoration: none;
}



    .left_item_box a b {
        padding-top: 5px;
        color: #444;
        clear: both;
        display: block;
        font-weight: normal;
        line-height: 22px;
    }


    .left_item_box a img {
        border: 1px solid #fff;
    }


    .left_item_box a:hover img {
        border: 1px solid #e5e5e5;
    }

    .left_item_box a:hover b {
        clear: both;
        color: #54b016;
        text-decoration: underline;
        display: block;
    }

.span_capacity {
    clear: both;
    display: block;
    font-size: 12px;
    color: #777;
}
/*************left item box img********************/

.ol_list {
    margin: 0px;
    padding: 0px;
}

    .ol_list li {
        margin: 0px;
        padding: 0px;
        line-height: 28px;
    }

        .ol_list li span {
            margin-right: 5px;
        }


a.collapsed, a.collapsed:visited {
    color: #54b016;
    text-decoration: none;
}

    a.collapsed:hover {
        color: #166FB0;
        text-decoration: underline;
    }

.h3title {
    margin: 15px 0px;
}

    .h3title i {
        margin-right: 5px;
    }

.ol_list2 {
    margin: 0px 0px 0px 18px;
    padding: 0px;
}

    .ol_list2 li {
        margin: 0px;
        padding: 0px;
        line-height: 28px;
        list-style: decimal;
    }

.aboutUsBox {
    width: 99%;
    line-height: 24px;
    padding-left: 5px;
}

.btn-link2 {
    display: inline-block;
    margin: 10px 0px;
    text-align: left;
    color: #333;
    background-color: #fff;
    border: solid 1px #adadad;
    padding: 12px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

    .btn-link2:hover {
        text-decoration: none;
        background-color: #54b016;
        color: #fff;
        cursor: pointer;
    }


.gbigLine {
    height: 40px;
    line-height: 40px;
}

.gbigLineStep {
    font-weight: bold;
    height: 40px;
    color: #fff;
    font-size: 18px;
    background-color: #166fb0;
}

.gbigLineText {
    height: 40px;
    font-size: 16px;
    color: #333;
    background-color: #dbdbdb;
}




/*新放大镜-New added*/
.slider-for .zoomImg {
    cursor: crosshair;
}

.slider-for [data-zoom] {
    display: block;
    display: table-cell;
    vertical-align: middle;
}

    .slider-for [data-zoom] img {
        width: 100%;
    }

.slider-nav {
    padding: 0 32px 0 28px;
    margin: 10px 0 15px;
}

    .slider-nav .slick-track {
        margin-left: -2px;
    }

    .slider-nav .slick-slide {
        margin: 1px 3px;
        border: 1px solid #ddd;
        cursor: pointer;
        outline: none;
    }

        .slider-nav .slick-slide .item {
            display: table-cell;
            vertical-align: middle;
        }

        .slider-nav .slick-slide img {
            max-height: 100%;
            width: 100%;
        }

    .slider-nav .slick-current {
        border-color: #ef0404;
        outline: #ef0404 solid 1px;
    }

    .slider-nav .slick-arrow {
        background-color: #fff !important;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border: none;
        padding: 0;
    }

        .slider-nav .slick-arrow .ic {
            font-size: 28px;
        }

        .slider-nav .slick-arrow:not(.slick-disabled) {
            color: #323232 !important;
        }

.gvtable tbody > tr > th {
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
}


.shipping-table td.ShippingMethod {
    width: 165px;
}

.shipping-table td.DeliveryTime {
    width: 200px;
}

.shipping-table td.ShippingFee div {
    color: red;
}

.shipping-table td.ShippingCountry div {
    color: #00f;
    font-weight: bold;
}

.proDisclaim b {
    display: block;
    font-weight: 500;
}