body {
    background-color: #fff;
    font-family: Helvetica Neue, Helvetica, Tahoma, Arial, FreeSans, sans-serif;
    font-size: 13px
}

ul {
    padding: 0
}

a, a:visited {
    text-decoration: none
}

a:hover, a:active {
    text-decoration: none;
    cursor: pointer;
    color: #333
}

.ablue, .ablue:visited {
    color: #3b9b6d
}

.ablue:hover {
    text-decoration: underline;
    color: #54b016
}

.agreen, .agreen:visited {
    color: #54b016;
    text-decoration: none
}

.agreen:hover {
    text-decoration: underline;
    color: #3b9b6d
}

ul, ul li, ol, ol li, dt, dt dd {
    list-style: none
}

img {
    max-width: 100%
}

mark {
    color: #fff;
    background-color: #54b016;
    border-radius: 4px;
    padding: 0 3px;
    font-weight: bold
}

#main-nav, .left-item-title, .footer-content, #ptablist li.active > a, #ptablist li a:hover, .gbigLineStep {
    background-color: #3b9b6d;
}

.PImgBox a, .PImgBox a:visited, .PImgBox a:hover, .AskQuestionL:hover, a.collapsed:hover {
    color: #3b9b6d
}

@media (max-width: 767px) {
    .pull-right {
        float: none !important
    }
}

.carousel {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5
}

.carousel-control {
    background-image: none !important;
    width: 60px;
    opacity: 1 !important;
    color: #ccc !important
}

.carousel-control i {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: rgba(111, 111, 111, 0.8)
}

@media (max-width: 767px) {
    .carousel-control i {
        display: none
    }
}

.carousel-control:hover i {
    background: rgba(111, 111, 111, 1)
}

.carousel-indicators {
    bottom: -40px !important;
    height: 20px
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, .5);
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: 2px
}

.carousel-indicators li:hover, .carousel-indicators li.active {
    background-color: #54b016;
    margin: 2px
}

.badge {
    background-color: #fa8072
}

.breadcrumb li a {
    color: #000
}

.breadcrumb li:hover a {
    color: #337ab7
}

.NoPadding {
    padding: 0
}

.NoPaddingRight {
    padding-right: 0
}

.NoPaddingLeft {
    padding-left: 0
}

.NoMargin {
    margin: 0
}

.clearfix20 {
    clear: both;
    display: block;
    height: 20px
}

.red {
    color: #f00
}

.blue {
    color: #00f
}

.topbar {
    background-color: #E6EAED;
    color: #909090;
    padding: 0;
    height: 29px;
    line-height: 29px;
    font-size: 12px
}

.topbar ul {
    margin: 0;
    padding: 0 10px;
    width: 800px;
    float: right
}

.topbar ul li {
    float: right;
    margin-right: 10px
}
.topbar ul li i,.nav-bar ul li i{ margin-right: 5px;}



.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: 10px
}

.logo > div + div {
    margin-top: 8px
}

.logo img, .copyrightbox img, .paypalcredit img, .grtbox img, .PImgBox img, .pTabBox img, .aboutUsBox img, .maincontent img {
    max-width: 100%
}

.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-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #49ab7d;
    background-repeat: repeat-x;
    border-color: #3b9b6d
}

.btn-inverse:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #4dc589;
    background-repeat: repeat-x;
    border-color: #1E74DC
}

#cart {
    margin-bottom: 10px
}

#cart > .btn {
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

#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
}

.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;
    border-bottom: 2px solid #1E74DC;
    margin: 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
}

#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;
    line-height: 24px;
    font-size: 16px;
    padding: 10px 0 10px 12px
}

.left-item-title {
    color: #fff
}

.left-item-title i {
    padding-right: 5px
}

.left-item-box, .left-item-box2 {
    padding: 0;
    display: block
}

.left-item-box ul, .left-item-box2 ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    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, .left-item-box2 ul li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    width: auto
}

.left-item-box2 ul li a, .left-item-box2 ul li a:visited {
    color: #444;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    display: block;
    padding: 9px 9px;
    text-decoration: none
}

.left-item-box ul li a, .left-item-box ul li a:visited {
    color: #444;
    font-size: 13px;
    line-height: 16px;
    display: block;
    padding: 9px 9px;
    text-decoration: none
}

.left-item-box ul li a:hover, .left-item-box2 ul li a:hover {
    color: #2874F0;
    background: #fff;
    cursor: pointer;
    display: block;
    text-decoration: none
}

.left-item-box ul li a i, .left-item-box2 ul li a i {
    margin-right: 5px
}

.left-item-box ul li.last, .left-item-box2 ul li.last {
    border-bottom: 0
}

.right-item-title {
    background: #fbfbfb url(images/square-gray.png) repeat 0 0;
    color: #000;
    margin: 0 0 20px 0
}

.paddingBot20 {
    padding-bottom: 20px
}

.right-item-box {
    padding: 10px 0 0 0;
    border: 1px solid #F3F3F3;
    text-align: center;
    vertical-align: central;
    min-height: 180px;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2)
}

.right-item-box:hover {
    border: 1px solid #e5e5e5
}

.right-item-box a, .right-item-box a:visited {
    font-size: 13px;
    color: #333;
    cursor: pointer;
    display: block
}

.right-item-box a:hover {
    color: #2874f0;
    text-decoration: none
}

.right-item-box .imgWrap {
    line-height: 140px
}

.right-item-box a img {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    vertical-align: middle;
    line-height: 20px;
    max-height: 138px
}

.right-item-box a:hover img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1)
}

.right-item-box a b {
    background-color: #fff;
    border-top: 0 solid #e5e5e5;
    padding: 2px 5px 2px 5px;
    display: block;
    font-weight: normal;
    font-style: normal;
    line-height: 24px;
    height: 48px;
    overflow: hidden
}

.right-item-box em {
    display: block;
    height: 30px;
    background-color: #fff;
    font-style: normal;
    color: #d33;
    font-size: 1.3em;
    font-weight: bold
}

.footer-content {
    clear: both;
    width: 100%;
    padding: 30px 0;
    margin: 20px 0 0;
    color: #fff
}

.footer-item-title {
    background: url(/images/square-black.png) repeat 0 0
}

.footer-menu {
    width: 95%;
    list-style: none;
    padding: 5px 10px;
    margin: 0
}

.footer-menu li {
    list-style: none;
    padding: 2px 0;
    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: 0
}

.footer-menu-follow li {
    float: left;
    list-style: none;
    padding: 4px 4px
}

.footer-menu-follow li a:hover {
    display: block;
    cursor: pointer;
    color: #54b016
}




@media (max-width: 767px) {
    .backtotop {
        display: none !important
    }
}

.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: 24px;
    margin-bottom: 15px !important;
    overflow: hidden;
    background-color: transparent;
    border-radius: 0;
    font-size: 12px
}

.pmodeltitle {
    display: block;
    margin-bottom: 20px !important
}

.pmodeltitle h1 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold
}

.fix-modelbox {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 848px
}

#ModelTipsBox {
    padding: 10px;
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    z-index: 9999;
    width: 848px
}

#ModelTipsBox ol {
    margin: 0 0 0 5px;
    padding: 0
}

#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
}

.model-list {
    margin: 0 5px 5px 5px;
    font-size: 0;
    -webkit-text-size-adjust: none;
    overflow: hidden
}

.model-list dd {
    float: left;
    width: 33.33%;
    padding: 5px;
    font-size: 0;
    vertical-align: top
}

@media (max-width: 767px) {
    .model-list dd {
        width: 50%
    }
}

.model-list dd a, .model-list dd a b {
    word-wrap: break-word
}

.model-list dd a, .model-list dd a:visited {
    padding: 8px 10px 8px 20px;
    background: #fff url(/images/bullet.png) no-repeat center left;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    color: #444;
    display: block;
    font-size: 15px;
    line-height: 18px
}

.model-list dd a:hover {
    background-image: none;
    border: 1px solid #3b9b6d;
    background: #3b9b6d url(/images/bullet2.png) no-repeat center left;
    color: #fff;
    cursor: pointer;
}

.modelListBox .input-group {
    padding: 0 10px 10px
}

.input-group-addon {
    cursor: pointer
}

.Prompt {
    display: none;
    padding: 15px 20px 10px;
    margin: 0 5px;
    line-height: 20px
}

.Prompt b {
    font-size: 16px;
    line-height: 22px
}

.Prompt p {
    text-indent: 2em
}

.Prompt a:hover {
    color: #3b9b6d
}


@media (max-width: 767px) {


}

.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: 28px;
    padding: 7px 0;
    font-size: 20px !important
}

.h1-item-title {
    background-color: #f2f2f2;
    display: block;
    margin: 0 0 15px 0;
    padding-left: 12px;
    color: #333
}

.PImgBox, .PImgBox2 {
    padding: 10px 5px;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    width: 100%;
    text-align: center
}

@media (min-width: 768px) {
    .PImgBox {
        min-height: 424px
    }
}

.PImgBox a, .PImgBox a:visited {
    display: block;
    font-size: 15px;
    margin: 10px 0
}

.PImgBox a:hover {
    font-weight: bold
}

.PImgBox span, .PImgBox2 > 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
}

.PImgBox2 .certification {
    margin: 10px 0 5px
}

.PImgBox img {
    display: block;
    margin: 5px auto 0
}

.productDetails {
    margin: 8px 0;
    padding: 0;
    display: block
}

.productDetails li {
    line-height: 25px;
    color: #555;
    width: 100%
}

.productDetails li.backcolor {
    background-color: #f9f9f9
}

.productDetails li b {
    width: 125px;
    color: #555;
    float: left
}

.productDetails li i {
    margin-left: 10px;
    color: #49ab7d;
    cursor: pointer
}

.productDetails li i:hover {
    color: #54b016;
    cursor: pointer
}

.productDetails li strong {
    font-style: normal;
    font-weight: bold;
    background-color: #49ab7d;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    line-height: 18px
}

.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 del {
    color: #d00;
    font-size: 20px
}

.PPrice span {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: normal;
    margin-right: 5px;
    color: #d33
}

.PPrice i {
    font-size: 12px;
    font-style: normal;
    color: #008a00
}

.PCart {
    display: block;
    clear: both;
    min-height: 40px;
    line-height: 30px;
    border-bottom: dotted 1px #c8c8c8;
    padding: 10px 0 15px 0;
    vertical-align: central
}

.PCart select , .quantity{
    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: #d33;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: normal;
    border: 0;
    border-radius: 4px;
    margin-left: 15px;
    padding: 3px 35px;
    line-height: 30px;
    vertical-align: top;
    text-transform: uppercase
}

.addtocartbutton:hover {
    background-color: #f52f2f;
    color: #fff;
    cursor: pointer
}

.addtocartbutton i {
    margin-right: 10px
}

.comingsoon {
    font-size: 28px;
    color: #FF6D00
}

.PSocialButtons {
    display: block;
    clear: both;
    padding: 10px 0;
    border-bottom: dotted 1px #c8c8c8
}

#ptablist {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    line-height: 38px;
    background-color: #fff;
    border-bottom: solid 2px #3b9b6d
}

#ptablist li {
    margin-right: 6px;
    height: 36px
}

@media (max-width: 767px) {
    #ptablist li {
        float: none
    }

    #ptablist li a {
        border-radius: 0 !important
    }
}

#ptablist li.active > a {
    color: #fff;
    font-weight: bold;
    -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 {
    color: #fff;
    cursor: pointer
}

.pTabBox {
    font-size: 14px;
    padding: 10px 0;
    clear: both;
    display: block;
    line-height: 24px;
    color: #333
}

.pTabBox h3 {
    background-color: #EAECEE;
    display: block;
    clear: both;
    margin: 10px 0;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px
}

.pTabBox h3 i {
    color: #54b016;
    padding-right: 8px
}

.pTabBox article {
    display: block;
    padding: 20px 0 0 0;
    line-height: 25px
}

.alertbox {
    margin: 10px 0 5px 0;
    padding: 10px;
    border-width: 1px 1px 1px 4px
}

.productpicsbox {
    margin: 5px 10px 10px 10px;
    clear: both
}

.productpicsbox img {
    clear: both;
    display: block;
    margin: 10px 0
}

#compatibility ul {
    overflow: hidden;
    font-size: 0;
    -webkit-text-size-adjust: none;
    border-bottom: 1px dotted #DAE0E2;
    list-style: none;
    padding: 0
}

#compatibility ul li {
    display: inline-block;
    border-top: 1px dotted #DAE0E2;
    line-height: 18px;
    font-size: 14px;
    margin-top: -1px;
    padding: 10px;
    width: 99%;
    vertical-align: top;
    word-wrap: break-word
}

@media (max-width: 767px) {
    #compatibility ul li {
        width: 99%
    }

    .h1-title-big {
        font-size: 18px !important
    }
}

@media (max-width: 540px) {
    #compatibility ul li {
        width: 99%
    }
}

#warranty p {
    padding: 0 5px
}

.proNote {
    line-height: 22px
}

.proNote span {
    padding-left: 42px;
    display: block;
    clear: both
}

.AskQuestionL {
    margin: 0 0 0 2px;
    background: url(../Images/email_16.png) no-repeat bottom left;
    padding-left: 19px;
    color: #333;
    text-decoration: underline
}

.AskQuestionL:hover {
    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 {
    clear: both;
    text-align: center;
    margin: 0;
    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: #2874F2;
    text-decoration: none;
    display: block
}

.span_capacity {
    clear: both;
    display: block;
    font-size: 12px;
    color: #777
}

.ol_list {
    margin: 0;
    padding: 0
}

.ol_list li {
    margin: 0;
    padding: 0;
    line-height: 28px
}

.ol_list li span {
    margin-right: 5px
}

a.collapsed, a.collapsed:visited {
    color: #54b016;
    text-decoration: none
}

a.collapsed:hover {
    text-decoration: underline
}

.h3title {
    margin: 15px 0
}

.h3title i {
    margin-right: 5px
}

.ol_list2 {
    margin: 0 0 0 18px;
    padding: 0
}

.ol_list2 li {
    margin: 0;
    padding: 0;
    line-height: 28px;
    list-style: decimal
}

.aboutUsBox {
    width: 99%;
    line-height: 24px;
    padding-left: 5px
}

.btn-link2, .btn-link2:visited {
    display: block;
    margin: 10px 0;
    text-align: left;
    color: #3b9b6d;
    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: #3b9b6d;
    color: #fff;
    cursor: pointer
}

.gbigLine {
    height: 40px;
    line-height: 40px
}

.gbigLineStep {
    font-weight: bold;
    height: 40px;
    color: #fff;
    font-size: 18px
}

.gbigLineText {
    height: 40px;
    font-size: 16px;
    color: #333;
    background-color: #dbdbdb
}

#ModelTipsBox2 ol {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
}

#ModelTipsBox2 ol ol {
    margin: 0 0 0 2em
}

.rounded-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.rounded-list a:hover {
    background: #eee
}

.rounded-list a:hover:before {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.rounded-list a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.rectangle-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.rectangle-list a:hover {
    background: #eee
}

.rectangle-list a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #fa8072;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold
}

.rectangle-list a:after {
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.rectangle-list a:hover:after {
    left: -.5em;
    border-left-color: #fa8072
}

.circle-list li {
    padding: 2.5em;
    border-bottom: 1px dashed #ccc
}

.circle-list h2 {
    position: relative;
    margin: 0
}

.circle-list p {
    margin: 0
}

.circle-list h2:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    z-index: -1;
    left: -1.3em;
    top: -.8em;
    background: #f5f5f5;
    height: 1.5em;
    width: 1.5em;
    border: .1em solid rgba(0, 0, 0, .05);
    text-align: center;
    font: italic bold 1em/1.5em Georgia, Serif;
    color: #ccc;
    -moz-border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.circle-list li:hover h2:before {
    background-color: #ffd797;
    border-color: rgba(0, 0, 0, .08);
    border-width: .2em;
    color: #444;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
}

#cart-total {
    padding-left: 2px
}

.normal {
    font-weight: inherit;
    font-style: inherit;
    text-decoration: none
}

.gsc-input-box {
    height: 37px !important;
    border-right: none !important;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important
}

#gs_tti50 {
    height: 35px
}

td.gsc-search-button {
    height: 37px !important;
    background: #49ab7d;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px
}

.gsc-search-button:hover, .gsc-search-button:hover input {
    background: #4dc589 !important
}

input.gsc-search-button-v2 {
    width: auto !important;
    border: none !important
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important
}

input.gsc-search-button {
    margin-left: 0 !important
}
.shipping-pay-footer{ display: block; width: 100%; margin: 0; padding: 0;}
.shipping-pay-footer li{
    background-image: url("images/shipping-pay.png");
    background-repeat: no-repeat;
    background-size: 225px 200px;
    display: inline-block;
    margin: 0 2px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: middle;

}


.shipping-pay-1 {
    width: 62px;
    height: 40px;
    background-position: -5px -55px;
}

.shipping-pay-2 {
    width: 62px;
    height: 40px;
    background-position: -73px -55px
}

.shipping-pay-3 {
    width: 64px;
    height: 40px;
    background-position: -133px -110px
}

.shipping-pay-4 {
    width: 63px;
    height: 40px;
    background-position: -143px -155px
}

.shipping-pay-5 {
    width: 64px;
    height: 40px;
    background-position: -5px -155px
}

.shipping-pay-6 {
    width: 64px;
    height: 40px;
    background-position: -74px -155px
}

.shipping-pay-7 {
    width: 123px;
    height: 40px;
    background-position: -5px -110px
}

.shipping-pay-8 {
    width: 33px;
    height: 40px;
    background-position: -140px -54px
}

.shipping-pay-9 {
    width: 215px;
    height: 40px;
    background-position: -5px -5px
}

#shippingTable {
    margin-bottom: 20px;
    min-height: 100px;
}

#shippingTable .shipping-initialized {
    background: 0
}

.shipping-table {
    margin: 0
}

.shipping-table th {
    vertical-align: middle !important
}

.shipping-table td.ShippingCountry div {
    color: blue;
    font-weight: bold
}

.shipping-table td.ShippingMethod {
    width: 140px
}

.shipping-table td.DeliveryTime {
    width: 184px
}

.shipping-table td.ShippingFee {
    width: 114px
}

.shipping-table td.ShippingFee div {
    color: red
}

.shipping-table td div {
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .shipping-table {
        border: 0;
        font-size: 12px
    }

    .shipping-table thead {
        display: none
    }

    .shipping-table tr {
        font-size: 12px !important;
        margin-bottom: 20px;
        display: block;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15)
    }

    .shipping-table td {
        font-size: 12px !important;
        width: auto !important;
        display: block;
        margin-top: -1px;
        overflow: hidden
    }

    .shipping-table td:nth-child(odd) {
        background: #fbfbfb
    }

    .shipping-table td:before {
        content: attr(data-label);
        float: left;
        width: 144px;
        font-weight: bold
    }
}

@media screen and (max-width: 400px) {
    .shipping-table td:before {
        width: 120px
    }
}
.articleProduct strong{width: 120px; float:left;}

.viewedTitle{
    margin-top: 20px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 24px;
}

.title-before {
    position: relative;
    line-height: 22px;
}

.title-before:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #c5c4c4;
    position: absolute;
    left: -76px;
    top: 10px
}

.title-before:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #c5c4c4;
    position: absolute;
    right: -76px;
    top: 10px
}

.viewedTitle h4:before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #3b9b6d;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    left: -25px
}

.viewedTitle h4:after {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #3b9b6d;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    right: -25px
}
aside h4 {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    vertical-align: middle;
}

.viewedTags a {
    color:#333;
    display: inline-block;
    text-align: center;
    padding: 8px;
    border: 1px #ddd solid;
    background: #fff;
    margin-bottom: 15px;
    margin-right: 10px;
    text-transform: uppercase;
}

.viewedTags a:hover {
    background-color:#3b9b6d;
    color: #fff
}

@media (max-width: 479px) {
    .viewedTags a {
        width: 48%;
        vertical-align: top;
        margin-right: 5px
    }
}
.fancyboxBox img{ margin: 0 auto;}
.live {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px 5px;
    background-color: #00a080;
    color: #fff !important;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    cursor: pointer
}



.cartButton{ display: inline;}
#shippingTable thead,#paymentTable thead{background-color:#F9F9F9;}
.proNote ol{ margin: 0; padding: 0;}
.proNote li { list-style: upper-roman;}


.pagination .active {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #3b9b6d;
    border-color: #3b9b6d;
}

.pagination .active:hover {

    color: #fff;
    background-color: #41ac79!important;
    border-color: #3b9b6d;
}

.pagination>li>a, .pagination>li {
    margin-bottom: 10px;
    color:#3b9b6d;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li:focus, .pagination>li:hover{
    color:#41ac79;
}