@charset "UTF-8";




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

input, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    vertical-align: baseline
}

ul {
    list-style: none
}

ol {
    margin-left: 20px
}

a, a:hover, a:focus {
    text-decoration: none;
    color: #333;
    outline: none
}

img {
    max-width: 100%
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 1.3rem
}

.badge {
    margin-right: 5px;
    background: #dd5559;
    line-height: 1 !important
}

.breadcrumb {
    margin: 10px 0;
    padding: 8px 0;
    background-color: inherit
}

.breadcrumb li {
    text-transform: capitalize
}

.breadcrumb li.active {
    color: #222529
}

.breadcrumb a {
    color: #999
}

.breadcrumb a:hover {
    color: #d54b4e
}

.nav > li > a {
    position: initial
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent
}

.pagination > li > a, .pagination > li > span {
    margin-bottom: 10px;
    color: #d54b4e;
    background-color: none!important;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    color: #d54b4e
}

.pagination > li > a[disabled] {
    color: #ddd !important;
    cursor: not-allowed;
    background-color: #fff !important;
    border-color: #ddd
}



#pagination2 .active {
    color: #fff;
    cursor: default;
    background-color: #d54b4e!important;
    border-color: #d54b4e;
    z-index: 999;
}
#pagination1 .active {
    color: #fff;
    cursor: default;
    background-color: #d54b4e!important;
    border-color: #d54b4e;
    z-index: 999;
}

.fancybox-slide--html .fancybox-content {
    max-width: 1140px
}

.fancybox-slide--iframe .fancybox-content {
    max-width: 742px;
    max-height: 570px
}

@media (max-width: 739px) {
    .product-page .fancybox-slide--iframe {
        padding: 44px 10px
    }

    .product-page .fancybox-slide--iframe .fancybox-content {
        max-height: 470px
    }
}

.productRelatedTitle {
    position: relative;
    margin: 10px 0 ;
}

.productRelatedTitle h2, .productRelatedTitle h4 {
    line-height: 40px;
    font-size: 2rem;
    background: #fff;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    z-index: 2;
    font-weight: 600;
    text-transform: uppercase
}

.productRelatedTitle h2 .fa, .productRelatedTitle h4 .fa {
    color: #d54b4e;
}

.productRelatedTitle:before {
    position: absolute;
    content: '';
    top: 20px;
    width: 100%;
    height: 1px;
    background: #dee2e6
}

.lazyload, .lazyloading {
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms
}

.left-item-box ul {
    border: 1px solid #eee;
    overflow: hidden
}

.left-item-box li a {
    display: block;
    font-weight: normal;
    color: #000;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #eee
}

.left-item-box li a:hover {
    font-weight: 600;
    color: #d54b4e
}

.ul-left-title {
    font-size: 1.5rem;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    background: #222529;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all
}

.DivResultTitle {
    padding: 5px 5px 5px 10px;
    font-size: 16px;
    background-color: #222529;
    font-weight: 600;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.DivResultTitle b {
    color: #d54b4e
}

.modelPanel {
    margin: 10px 0;
    font-size: 0;
    -webkit-text-size-adjust: none
}

.modelPanel dl {
    margin-right: -5px;
    margin-left: -5px
}

.modelPanel dl dd {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 8px 5px
}

@media only screen and (max-width: 768px) {
    .modelPanel dl dd {
        width: 50%
    }
}

.modelPanel dl dd a {
    display: block;
    line-height: 20px;
    font-size: 14px;
    padding: 5px 0 5px 15px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: url(/images/bullet.png) no-repeat center left;
    word-wrap: break-word
}

.modelPanel dl dd:hover a {
    color: #fff;
    background: #d54b4e url(/images/bullet2.png) no-repeat center left;
    border: 1px solid #d54b4e
}

.noteMessage {
    display: table;
    width: 100%;
    color: #fff
}

.noteMessage .note-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 2rem;
    background-color: rgba(0, 0, 0, .25);
    padding: 25px
}

.noteMessage .note-body {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 20px 30px 10px
}

.noteMessage a {
    color: #222529;
    font-weight: 600
}

.noteMessage.note-warning {
    background-color: #d54b4e
}

.fa-lg {
    font-size: 1.33333333em
}

.border-notop {
    display: block;
    border: 1px solid #eee;
    border-top: none
}

.border-1px-gray {
    border: 1px solid #e5e5e5;
}

.paddingTB10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.paddingLR10 {
    padding-left: 10px;
    padding-right: 10px
}

.padding10 {
    padding: 10px
}

.paddingBot20 {
    padding-bottom: 20px
}

.paddingT20 {
    padding-top: 20px
}

.padding20 {
    padding: 20px
}

.margin-no {
    margin: 0
}

.marginL10 {
    margin-left: 10px
}

.marginT10 {
    margin-top: 10px
}

.marginBot10 {
    margin-bottom: 10px
}

.marginBot15 {
    margin-bottom: 15px
}

.marginTB15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.marginBot30 {
    margin-bottom: 30px
}

.marginT40 {
    margin-top: 40px
}

.right-grap, .right-grap-p i {
    margin-right: 8px
}

.left-grap, .left-grap-p i {
    margin-left: 8px
}

.no-shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

a.hColor {
    color: #d54b4e !important
}

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

.hover-underline:hover, .underline {
    text-decoration: underline;
}

.red {
    color: #f00
}

.blue, a.blue {
    color: #00f
}

.line-height24 {
    line-height: 1.7
}


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

.weight-normal {
    font-weight: inherit
}

.font-normal {
    font-size: inherit
}

.bold {
    font-weight: 600
}

.medium-bold {
    font-weight: 500
}


.font-1spot1em {
    font-size: 1.1em
}

.font-1spot2em {
    font-size: 1.2em
}

.font-1spot3em {
    font-size: 1.3em
}

.font-1spot4em {
    font-size: 1.4em
}

.inline {
    display: inline
}

.inline-block {
    display: inline-block
}

.over-hide {
    overflow: hidden
}

.ul-outside-disc {
    list-style-type: disc;
    margin-left: 18px
}

.pointer {
    cursor: pointer;
}

.rotate90 {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.translateX10, .translateLiX10 li {
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s
}

.translateX10:hover, .translateLiX10 li:hover {
    -moz-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0)
}

.transition-bg {
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s
}

.translateLiX5 li {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.translateLiX5 li:hover {
    padding-left: 5px
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radius4px, .radius4px ul, .radius4px li {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.img-middle {
    vertical-align: middle
}

@media (max-width: 991px) {
    .hidden-xs-sm {
        display: none
    }
}

@media (min-width: 992px) {
    .hidden-md-lg {
        display: none
    }

    .width-md-7 {
        width: 70%;
        float: left
    }

    .width-md-3 {
        width: 30%;
        float: left
    }
}

.theme-bg, .theme-bg:hover {
    background-color: #d54b4e
}

.theme-color, .theme-color-hover:hover {
    color: #d54b4e
}

.theme-border-color, .theme-border-color:focus {
    border-color: #d54b4e
}

#topNoticeBox {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 5px;
    background: #ff5b5b;
    color: #fff;
    display: none
}

.topbar {
    background: #d54b4e;
    color: #fff
}

.topbar .topbarBox {
    border-bottom: 1px solid #dd5559;
}

@media (max-width: 400px) {
    .topbar {
        display: none
    }
}

.topbar p {
    margin: 10px 0
}

.topbar-content > li {
    float: left
}

.topbar-content > li.open {
    border-color: #d54b4e
}

.topbar-content > li > a {
    line-height: 38px;
    padding-left: 20px;
    display: inline-block;
    color: #fff
}

.topbar-content > li > a:hover {
    color: #fff
}

.header-middle {
    padding: 40px 0;
    background: #d54b4e
}

.logo {
    float: left
}

.logo img {
    max-height: 54px;
    display: block;
    margin-top: -5px;
    margin-bottom: -5px
}

#cart {
    float: right
}

#cart button {
    position: relative;
    height: 44px;
    width: 44px;
    line-height: 42px;
    text-align: center;
    font-size: 26px;
    background:#febd69;
    border-radius: 3px;
    color: #222529;

}

#cart span {
    height: 20px;
    line-height: 20px;
    width: 20px;
    position: absolute;
    background: #ff5b5b;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    left: 35px;
    font-size: 12px
}

.searchForm {
    float: right;
    min-width: 400px;
    position: relative;
    margin-right: 30px
}

@media (max-width: 991px) {
    .searchForm {
        min-width: initial;
        width: 100%;
        margin: 20px 0 0
    }
}

.searchForm .search-input {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    height: 44px;
    width: 100%;
    background: #fff;
    padding: 0 60px 0 15px;
    color: #8d8d8d
}

.searchForm button {
    padding-left: 10px;
    height: 42px;
    width: 50px;
    position: absolute;
    right: 1px;
    top: 1px;

    font-weight: 600;
    font-size: 18px;
    background:#febd69;
    border-radius: 3px;
    color: #555555!important;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

input::-webkit-input-placeholder {
    color: #8d8d8d
}

input:-moz-placeholder {
    color: #8d8d8d
}

input::-moz-placeholder {
    color: #8d8d8d
}

input:-ms-input-placeholder {
    color: #8d8d8d
}

@media (max-width: 650px) {
    .header-middle {
        padding: 20px 0
    }

    .logo {
        padding-bottom: 20px
    }

    #cart {
        padding-left: 15px
    }

    .searchForm {
        overflow: hidden;
        float: none;
        width: auto;
        clear: left
    }
}

.menu-bar {
    background: #fff;
    border-bottom: 1px solid #e7e7e7
}

.main-menu-wrap, #main-menu {
    position: relative
}

#main-menu-content > li {
    float: left
}

#main-menu-content > li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible
}

@media only screen and (min-width: 992px) {
    #main-menu-content > li:first-child a {
        padding-left: 0 !important
    }

    #main-menu-content > li:hover > a {
        color: #d54b4e
    }
}

#main-menu-content > li > a {
    display: block;
    padding: 0 18px;
    height: 54px;
    line-height: 54px;
    color: #222529;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (max-width: 1199px) {
    #main-menu-content > li > a {
        padding: 0 14px
    }
}

@media only screen and (max-width: 992px) {
    #main-menu-content > li > a {
        padding: 0 8px
    }
}

#main-menu-content > li > a .fa-angle-down {
    margin-left: 6px
}

@media only screen and (min-width: 992px) {
    #main-menu-content .sub-menu {
        moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        -moz-transform: rotateX(-75deg);
        -o-transform: rotateX(-75deg);
        -ms-transform: rotateX(-75deg);
        -webkit-transform: rotateX(-75deg);
        transform: rotateX(-75deg);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        filter: alpha(opacity=0);
        -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .15);
        -webkit-transition: -o-transform .3s, opacity .3s;
        -moz-transition: -o-transform .3s, opacity .3s;
        -ms-transition: -o-transform .3s, opacity .3s;
        -o-transition: -o-transform .3s, opacity .3s;
        transition: -o-transform .3s, opacity .3s;
        position: absolute;
        z-index: 99000;
        top: 54px;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        border: solid 1px #eee;
        border-top: 1px solid #e5e5e5;
        padding: 10px
    }
}

#main-menu-content .sub-menu.full {
    width: 100%;
    left: 0
}

#main-menu-content .sub-menu.nofull {
    min-width: 230px;
    margin-left: -1px
}

#main-menu-content .sub-menu a {
    line-height: 20px;
    display: block;
    font-size: 14px;
    padding: 7px 0 7px 18px;
    position: relative
}

#main-menu-content .sub-menu a .fa {
    position: absolute;
    line-height: 20px;
    top: 7px;
    left: 8px
}

#main-menu-content .sub-menu li a:hover {
    background-color: #d54b4e;
    color: #fff
}

#navbar-overlay {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99001;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (max-width: 991px) {
    .customize-navigation-bar {
        overflow: hidden
    }

    .customize-navigation-bar body {
        overflow: hidden;
        position: relative
    }

    .customize-navigation-bar #navbar-overlay {
        display: block
    }

    .menu-bar {
        background: #222529
    }

    .main-menu-label1 {
        color: #fff;
        font-size: 16px;
        line-height: 44px
    }

    #main-menu {
        background: #fff;
        width: 280px;
        position: fixed;
        top: 0;
        height: 100%;
        left: 0;
        z-index: 99002;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .3);
        -moz-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .3);
        box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .3);
        -moz-transform: translate(-285px, 0);
        -o-transform: translate(-285px, 0);
        -ms-transform: translate(-285px, 0);
        -webkit-transform: translate(-285px, 0);
        transform: translate(-285px, 0);
        -webkit-transition: transform .3s;
        -moz-transition: transform .3s;
        -ms-transition: transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s
    }

    #main-menu .mobileH {
        border-bottom: 1px solid #e0e0e0;
        padding-left: 10px;
        font-size: 20px;
        line-height: 60px;
        background: #fff;
        color: #222529;
        font-weight: 600
    }

    #main-menu .mobileH label {
        float: right;
        margin-right: 20px
    }

    #main-menu-switch:checked + #main-menu {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    #main-menu-content {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0
    }

    #main-menu-content > li {
        float: none
    }

    #main-menu-content > li:last-child {
        margin-bottom: 40px
    }

    #main-menu-content > li > a {
        height: 50px;
        line-height: 50px;
        color: #555;
        border-bottom: 1px solid #e0e0e0;
        text-align: left;
        position: relative
    }

    #main-menu-content > li > a .fa {
        position: absolute;
        top: 0;
        right: 20px;
        line-height: 50px
    }

    #main-menu-content .sub-menu {
        display: none;
        border-bottom: solid 1px #dedede
    }

    #main-menu-content .sub-menu li {
        border-bottom: 1px dotted #e0e0e0
    }

    #main-menu-content .sub-menu a {
        padding: 12px 0 12px 18px
    }

    #main-menu-content .sub-menu a .fa {
        top: 12px
    }

    #main-menu-content .sub-menu ul:last-child > li:last-child, #main-menu-content .sub-menu > li:last-child {
        border-bottom: none
    }

    .slide-up {
        background: #f5f5f5 !important
    }

    .slide-up .fa {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}


.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: transparent url("/scripts/star-rating/loading.gif") top left no-repeat;
    border: none
}

.rating-container .rating-stars {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap
}

.rating-container .rating-input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    font-size: 1px;
    border: none;
    background: none;
    opacity: 0;
    padding: 0;
    margin: 0
}

.rating-container.is-display-only .rating-input, .rating-container.is-display-only .rating-stars {
    cursor: default
}

.rating-disabled .rating-input, .rating-disabled .rating-stars {
    cursor: not-allowed
}

.rating-container .star {
    display: inline-block;
    margin: 0 2px;
    text-align: center
}

.rating-container .empty-stars {
    color: #aaa
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999
}

.rating-rtl {
    float: right
}

.rating-animate .filled-stars {
    transition: width .25s ease
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    transition: none;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.rating-rtl.is-star .filled-stars {
    right: .06em
}

.rating-rtl.is-heart .empty-stars {
    margin-right: .07em
}

.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%
}

.clear-rating-active {
    cursor: pointer !important
}

.clear-rating-active:hover {
    color: #843534
}

.rating-container .clear-rating {
    padding-right: 5px
}

.rating-container .caption .label {
    display: inline-block;
    padding: .25em .4em;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25rem
}

.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.rating-container .caption {
    margin-left: 5px;
    margin-right: 0
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0
}

@media print {
    .rating-container .clear-rating {
        display: none
    }
}

.rating-xl {
    font-size: 48px
}

.rating-lg {
    font-size: 40px
}

.rating-md {
    font-size: 32px
}

.rating-sm {
    font-size: 24px
}

.rating-xs {
    font-size: 16px
}

.rating-xl .caption {
    font-size: 20px
}

.rating-lg .caption {
    font-size: 18px
}

.rating-md .caption {
    font-size: 16px
}

.rating-sm .caption {
    font-size: 14px
}

.rating-xs .caption {
    font-size: 12px
}

.product-content .product-h1 {
    color: #222529;
    margin: 15px 0 20px;
    font-size: 1.8em;
    padding: 10px 2px 10px 15px;
    background: #f7f7f7;
    font-weight: normal
}

.product-left {
    border: 1px solid #e5e5e5;
    float: left;
    width: 520px;
    text-align: center;
    padding-bottom: 15px;
    margin-right: 20px;
    position: relative;
}

@media (max-width: 1199px) {
    .product-left {
        width: 45%
    }
}

.product-left .product-mid-img {
    line-height: 360px
}

.product-left .product-mid-img img {
    line-height: 24px
}

.product-left .big-img-btn {
    display: inline-block;
    border: 1px solid #222529;
    padding: 5px 10px;
    color: #222529
}

.product-left .big-img-btn:hover {
    background: #222529;
    color: #fff
}

.product-left .alertBox span {
    display: block;
    padding: 10px;
    border: 1px solid #bce8f1;
    color: #31708f;
    background-color: #d9edf7;
    margin-bottom: 5px;
    line-height: 1.7;
    text-align: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.product-left .slider-for .zoomable {
}

.product-left .slider-for {
    padding: 2px;
    display: block;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}

.product-left img {
    display: inline-block;
     margin: 2px auto;
}

.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: #d54b4e;
    outline: 1px solid #d54b4e
}

.slider-nav .slick-arrow {
    background-color: #fff !important;
    width: 30px;
    height: 30px;
    border: none;
    padding: 0
}

.slider-nav .slick-arrow .fa {
    font-size: 26px
}

.slider-nav .slick-arrow:not(.slick-disabled) {
    color: #323232 !important
}

.product-right {
    margin-bottom: 30px
}

.ratingBox {
    line-height: 24px;
    margin: 8px 0 5px
}

.ratingBox .rating-container .filled-stars {
    text-shadow: none;
    -webkit-text-stroke: initial;
    color: #ff5b5b
}

.ratingBox .ratingNum {
    margin: 2px 0 -2px;
    display: inline-block
}

.ratingBox .ratingNum:hover {
    color: #d54b4e
}

.PDetailsInfo {
    overflow: hidden;
    line-height: 28px;
    font-size: 1.3rem;
    line-height: 30px;
}

.PDetailsInfo li {
    border-bottom: 1px dashed #eee;
}

.PDetailsInfo li i {
    color: #5cb85c;
}

.PDetailsInfo li > span:first-child {
    font-weight: 500;
    display: inline-block;
    width: 155px;
    color: #333;
}

.product-inventory span {
    display: inline-block;
    margin: 3px 0
}

.product-inventory span + span {
    color: #fff;
    padding: 3px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-left: 3px;
    font-weight: 500;
    background: #62b959;
    line-height: 22px
}

@media (max-width: 767px) {
    .product-content .product-h1 {
        font-size: 1.3em
    }

    .product-left {
        float: none;
        width: auto;
        margin-right: 0
    }

    .product-left .product-mid-img {
        line-height: inherit;
        padding: 35px 0 5px
    }

    .PDetailsInfo li > span:first-child {
        width: 120px
    }
}

.product-price > div > * {
    float: left;
    line-height: 30px
}

.product-price .price-text {
    color: #d33;
    font-weight: 600;
    font-size: 2em
}

.product-price label {
    position: relative;
    background: #222529;
    color: #fff;
    padding: 0 8px;
    margin-right: 12px;
    font-weight: 500
}

.product-price label:before {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -15px;
    border-left: 5px solid #222529;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent
}

.product-price label.new {
    background: #d54b4e
}

.product-price label.new:before {
    border-left: 5px solid #d54b4e
}

.product-price .shipping-text {
    white-space: nowrap;
    color: #999;
    margin-left: 5px;
}

.product-price .shipping-text:hover {
    color: #d54b4e
}

.product-qty {
    text-align: center;
    overflow: hidden;
}

@media (max-width: 360px) {
    .product-qty {
        margin-bottom: 8px;
    }
}

.product-qty .count-input, .product-qty .qty-btn {
    line-height: 40px;
    border: 1px solid #ddd;
    float: left;
}

.product-qty .count-input {
    color: #333;
    height: 42px;
    font-size: 1.8rem;
    width: 60px;
    margin: 0 3px;
    text-align: center
}

.product-qty .qty-btn {
    cursor: pointer;
    width: 42px;
    background: #fff;
    color: #999
}

.product-qty .qty-btn.disabled {
    color: #dedede;
    background: #fff !important;
    cursor: not-allowed;
    border-color: #ececec !important
}

.addtocartbutton {
    display: inline-block;
    line-height: 42px;
    font-size: 1.6rem;
    vertical-align: top;
    padding: 0 1.2em;
    color: #fff;
    background: #d54b4e;
    position: relative
}

.addtocartbutton:hover {
    background: #222529;
    color: #fff
}

.video-box {
    float: left;
    width: 50%;
    margin-right: 15px;
    display: none
}

@media (max-width: 767px) {
    .video-box {
        float: none;
        width: 100%;
        margin: 0 0 10px 0
    }
}

.video-box .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.video-box .video-container iframe, .video-box .video-container object, .video-box .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tab-nav li {
    font-size: 1.3rem;
    float: left;
    width: 25%;
    text-align: center;
    vertical-align: middle;
    background: #222529
}

.tab-nav li a {
    font-weight: 600;
    color: #fff;
    padding: 15px 0;
    border-right: 1px solid #e1e1e1
}

.tab-nav li.active {
    background-color: #d54b4e
}

.tab-nav li.active a {
    color: #fff
}

.tab-nav li.active a:before {
    content: "";
    width: 58%;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.tab-nav li.active a:after {
    content: "";
    border-top: 10px solid #d54b4e;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 43%
}

.tab-content {
    padding: 20px 0;
    font-size: 1.4rem;
    line-height: 2 !important;
}

.tab-content .tabBlock {
    margin-bottom: 20px;
}

.tab-content .table > tbody > tr > td {
    line-height: 1.8571
}

@media (max-width: 767px) {
    .tab-nav {
        display: table;
        width: 100%
    }

    .tab-nav li {
        border-bottom: 1px solid #fafbfb;
        float: none;
        display: table-cell
    }

    .tab-nav li a {
        padding: 12px 2px 8px;
        border-right: none;
        font-weight: normal
    }

    .tab-nav li.active a, .tab-nav li.active a:before, .tab-nav li.active a:after {
        border: none
    }

    .secure-shopping-guarantee {
        max-width: 280px
    }
}

@media (max-width: 380px) {
    .tab-nav {
        font-size: 11px;
        width: auto;
        margin: 0 -15px
    }

    .tab-nav li a {
        font-size: 1.2rem
    }
}

.tab-title {
    background: #f2f2f2;
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 36px;
    -webkit-box-shadow: 1px 1px 1px 0 #ccc;
    -moz-box-shadow: 1px 1px 1px 0 #ccc;
    box-shadow: 1px 1px 1px 0 #ccc
}

.proNote b, .proNote span {
    display: block
}
.texti10{text-indent: 10px;}
.proNote img{ display: inline; vertical-align:middle;}
.technology li {
    margin-bottom: 10px
}

.technology li .fa {
    display: block;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 10px;
    color: #d54b4e
}

.technology li span {
    text-transform: capitalize;
    height: 40px;
    display: block;
    color: #666;
    line-height: 20px
}

.tabDescribeBox .fa {
    font-size: 1.6rem;
    color: #fff
}

.tabDescribeBox .tabDescribeTitle {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.42857;
    padding: .325em 0;
    font-weight: 500;
    display: inline-block;
    width: 350px;
    background: #d54b4e;
}

.tabDescribeBox .tabDescribeContent {
    border: 1px solid #ccc;
    margin-top: -1em;
    padding: 30px 0 15px;
    font-weight: normal
}

.tabDescribeBox span.bold:before {
    content: "\2611";
    display: inline-block;
    font: normal normal normal 14px/1 font-custom;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 5px 0 0
}

@media (max-width: 767px) {
    .tabDescribeBox .tabDescribeTitle {
        font-size: 1.4rem;
        width: 240px
    }

    .tabDescribeBox .tabDescribeContent {
        padding: 25px 0 10px;
        line-height: 20px
    }

    .technology {
        margin: 10px 0 -10px
    }

    .technology li span {
        height: 64px;
        font-size: 1.2rem;
        line-height: 16px
    }
}

.productpicsbox {
    text-align: center
}

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

#battery-link-request .btn {
    color: #fff;
    background-color: #d54b4e;
    border-color: #d54b4e
}

#battery-link-request .btn:hover {
    background-color: #222529;
    border-color: #222529
}

#shippingHtml,#languageHtml {
    margin: 20px 0 0 0;
    padding: 1px 0;
}

#shippingHtml.shipping-initialized {
    background: none;
    padding: 0
}

#shippingHtml.shipping-error {
    text-align: center;
    background: none
}

.shipping-table,.layout-table {
    margin: 0;
}
.layout-table{border-left: none!important;border-right: none!important;}

.shipping-table thead{background-color:#F8F8F8;}

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

.shipping-table td,.layout-table td {
    vertical-align: middle !important
}

.shipping-table td.ShippingCountry div {
    color: #00f;
    font-weight: 600
}

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

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

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

.shipping-table td.ShippingFee div {
    color: #f00
}

.shipping-table td div,.layout-table td div{
    overflow: hidden
}

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

    .shipping-table thead,.layout-table thead {
        display: none
    }

    .shipping-table tr,.layout-table tr {
        margin-bottom: 20px;
        display: block;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15)
    }

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

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

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

    .layout-table td:before {
        content: attr(data-label);
        float: left;
        width: 90px;
        font-weight: 600
    }
}

#tabCompatibility ul {
    overflow: hidden;
    font-size: 0;
    -webkit-text-size-adjust: none
}

#tabCompatibility ul li a:hover {
    color: #d54b4e
}

#tabCompatibility ul li {
    display: inline-block;
    border-top: 1px dotted #dae0e2;
    line-height: 1.3;
    font-size: 1.3rem;
    margin-top: -1px;
    padding: 8px 10px 8px 0;
    width: 50%;
    vertical-align: top;
    word-wrap: break-word
}

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

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

#tabCompatibility h5 {
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 15px
}

#tabFAQs span.fa {
    margin-right: 5px;
    color: #d54b4e;
    font-size: 1.7rem
}

#tabFAQs span.fa-reply-circle {
    color: #222529
}

#tabFAQs a {
    color: #d54b4e
}

#tabFAQs a:hover {
    text-decoration: underline
}

#tabFAQs h3 {
    font-weight: 600;
    line-height: 1.8
}

.slick-related {
    margin: 0 -15px
}

.product-news a {
    margin: 0 15px;
    text-align: center;
    background: #fff;
    display: block;
    padding: 15px;
    border: 1px #ddd solid
}

.product-news .product_image {
    line-height: 160px;
    max-height: 180px;
    padding: 10px 0;
    text-align: center
}

.product-news .product_image img {
    vertical-align: middle;
    display: inline-block;
    margin: 0 auto;
    line-height: 24px;
    max-height: 160px
}

.product-news em {
    display: block;
    margin-bottom: 5px
}

.product-news b {
    display: block;
    font-size: 1.4rem;
    line-height: 20px;
    min-height: 40px;
    margin-bottom: 10px;
    font-weight: 500
}

.also-viewed {
    margin-right: -10px;
    text-align: center;
    margin-bottom: 35px
}

.also-viewed a {
    display: inline-block;
    border: 1px #ddd solid;
    background: #fff;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 15px;
    margin-right: 10px
}

@media (max-width: 767px) {
    .also-viewed {
        margin-right: -5px
    }

    .also-viewed a {
        margin-right: 5px
    }
}

@media (max-width: 479px) {
    .also-viewed a {
        width: 48%;
        vertical-align: top
    }
}

.footer-content {
    padding: 35px 0 0;
    background: #222529;
    line-height: 2 !important;
}

@media (max-width: 991px) {
    .footer-content .footer-nav > div:nth-of-type(3) {
        clear: left
    }
}

.footer-content .footer-title {
    margin-bottom: 5px;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #fff
}

.footer-content .footer-menu a {
    color: #a8a8a8
}

.footer-content .footer-menu a:hover {
    color: #fff
}

.footer-bottom {
    padding: 15px 0;
    line-height: 18px;
    text-align: center;
    color: #777
}

.footer-bottom a {
    color: #fff
}

.footer-bottom a:hover {
    text-decoration: underline
}

.footer-banner {
    margin-top: 60px;
    background: #d54b4e
}

.footer-banner .feature-wrap {
    font-size: 0;
    -webkit-text-size-adjust: none;
    overflow: hidden
}

.footer-banner .feature {
    float: left;
    width: 25%;
    padding: 40px 0 40px 20px;
    background-color: #d54b4e;
    color: #fff;
    border-color: #d54b4e;
    border-right: 3px solid #d54b4e
}

@media (max-width: 991px) {
    .footer-banner .feature {
        width: 50%;
        padding: 20px 0 15px 15px
    }
}

@media (max-width: 600px) {
    .footer-banner .feature {
        width: 100%
    }
}

.footer-banner .feature .feature-left {
    display: table-cell;
    vertical-align: middle
}

.footer-banner .feature .feature-left i {
    font-size: 4rem;
    margin-right: 10px;
    line-height: 36px
}

.footer-banner .feature .feature-right {
    display: table-cell;
    vertical-align: middle
}

.footer-banner .feature .feature-right span {
    font-size: 1.3rem;
    line-height: 18px;
    display: block;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: alpha(opacity=70)
}

.footer-banner .feature .feature-right h3, .footer-banner .feature .feature-right h4 {
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: 5px;
    text-transform: uppercase
}

.guarantee {
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
    padding: 15px 0 20px;
    border-bottom: 1px solid #313438
}

.guarantee .guarantee-secured-paypal, .guarantee .guarantee-ssl {
    cursor: pointer
}

.border[class^="guarantee-"] {
    border: 1px solid #ddd
}

[class^="guarantee-"] {
    margin: 0 2px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("images/guarantee.png");
    background-repeat: no-repeat;
    background-size: 246px 224px;
}

.guarantee-american-express {
    width: 64px;
    height: 40px;
    background-position: -180px -2px
}

.guarantee-capost {
    width: 176px;
    height: 40px;
    background-position: -2px -2px
}

.guarantee-discover {
    width: 64px;
    height: 40px;
    background-position: -180px -44px
}

.guarantee-eCheck {
    width: 66px;
    height: 40px;
    background-position: -114px -92px
}

.guarantee-jcb {
    width: 64px;
    height: 40px;
    background-position: -180px -86px
}

.guarantee-maestro {
    width: 64px;
    height: 40px;
    background-position: -2px -140px
}

.guarantee-mastercard {
    width: 64px;
    height: 40px;
    background-position: -68px -140px
}

.guarantee-paypal {
    width: 62px;
    height: 40px;
    background-position: -134px -140px
}

.guarantee-paypal-credit {
    width: 62px;
    height: 40px;
    background-position: -2px -182px
}

.guarantee-secured-paypal {
    width: 132px;
    height: 46px;
    background-position: -2px -44px
}

.guarantee-ssl {
    width: 110px;
    height: 46px;
    background-position: -2px -92px
}

.guarantee-ups {
    width: 38px;
    height: 46px;
    background-position: -136px -44px
}

.guarantee-visa {
    width: 62px;
    height: 40px;
    background-position: -66px -182px
}

@media (max-width: 600px) {
    [class^="guarantee-"] {
        background-size: 123px 112px
    }

    .guarantee-american-express {
        width: 32px;
        height: 20px;
        background-position: -90px -1px
    }

    .guarantee-capost {
        width: 88px;
        height: 20px;
        background-position: -1px -1px
    }

    .guarantee-discover {
        width: 32px;
        height: 20px;
        background-position: -90px -22px
    }

    .guarantee-eCheck {
        width: 33px;
        height: 20px;
        background-position: -57px -46px
    }

    .guarantee-jcb {
        width: 32px;
        height: 20px;
        background-position: -90px -43px
    }

    .guarantee-maestro {
        width: 32px;
        height: 20px;
        background-position: -1px -70px
    }

    .guarantee-mastercard {
        width: 32px;
        height: 20px;
        background-position: -34px -70px
    }

    .guarantee-paypal {
        width: 31px;
        height: 20px;
        background-position: -67px -70px
    }

    .guarantee-paypal-credit {
        width: 31px;
        height: 20px;
        background-position: -1px -91px
    }

    .guarantee-secured-paypal {
        width: 66px;
        height: 23px;
        background-position: -1px -22px
    }

    .guarantee-ssl {
        width: 55px;
        height: 23px;
        background-position: -1px -46px
    }

    .guarantee-ups {
        width: 19px;
        height: 23px;
        background-position: -68px -22px
    }

    .guarantee-visa {
        width: 31px;
        height: 20px;
        background-position: -33px -91px
    }
}

#maincontent {
    position: relative
}

.collection-page h1 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 600
}

.search-page .btn-primary {
    color: #fff;
    background-color: #d54b4e !important;
    border-color: #d54b4e !important;
    transition: all .3s
}

.search-page .btn-primary:hover {
    background-color: #222529 !important;
    border-color: #222529 !important
}

.st-body-no-scroll #comm100-button-22, .customize-navigation-bar #comm100-button-22, .fancybox-active #comm100-button-22, .hide-live-chat #comm100-button-22 {
    display: none !important
}
.fa-shopping-basket{color: #555555;}
.fa{ margin-right: 8px;}
.fa-question-circle-2:before{content:"\EA09";}
.fa-reply-circle:before{content:"\27A5"}
.alert-info{background-color: #e4eaf0; border: 1px solid #e4eaf0; color:#967a83; }
i.fa-shopping-basket{ margin: 0;}
.currency{ float:left; width: 85px;}
.currency select{ height: 42px;}
.backcolor{background-color: #f7f7f7;}
.ma-t-10{margin-top: 10px;}
.ma-b-30{margin-bottom: 30px;}
.languages-more{ display: block; width: 98%; margin: 0 auto;  line-height: 33px; font-weight: bold; color: #cd0a0a; background-color: #f7f7f7;}
.languages-more:hover{color: #dd5559; background-color: whitesmoke;}
.quantityBox{margin-right: 8px; display:inline-block;}

.ui-autocomplete li {padding: 0.2em;}
.ui-autocomplete li .ui-state-active {background: #ff7675; border:1px solid #919191;}
.trackTable a{ color: #dd5559; display: inline-block;}
.trackTable a:hover{ color: #cd0a0a; text-decoration: underline;}
.proNote i{color:#dd5559;}
#languageHtml a.iframe{color: #dd5559;}
#languageHtml a.iframe:hover{ color: #cc3333;text-transform: uppercase;}