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
}

body {
    font-family: 'Open Sans',sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: #333
}

ul {
    list-style: none
}

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

a {
    color: #484848;
    text-decoration: none;
    outline: 0
}

a:hover, a:focus {
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    color: #484848
}

img {
    max-width: 100%;
    aspect-ratio: attr(width) / attr(height);
}

.left {
    float: left
}

.right {
    float: right
}

.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

b, strong {
    font-weight: 600
}

.notice-bar {
    background-color: #ff06;
    text-align: center;
    padding: 8px;
    margin: 0;
    border: 0;
    border-radius: 0;
    font-size: 17px;
    font-family: Times New Roman, serif;
    font-weight: bold
}

.btn.focus, .btn:focus {
    outline: none !important
}

.lazyload, .lazyloading {
    opacity: 0
}

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

.ValCode {
    font-size: 1.5em;
    word-spacing: 8px;
    letter-spacing: 5px;
    color: red;
    padding: .1em 1rem;
    background: url('/images/Verification.jpg');
    cursor: default;
    display: inline-block
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    text-align: center;
    font-size: 4.6rem
}

.txt-button {
    display: inline-block;
    font-size: .85em;
    padding: 0 .6em;
    background: #d23953;
    border-radius: 3px;
    color: #fff
}

.borderTop-dotted-ccc {
    border-top: 1px dashed #ccc;
    padding-top: 10px
}

.marginT5 {
    margin-top: 5px
}

.marginT10 {
    margin-top: 10px
}

.paddingT20 {
    padding-top: 20px
}

.marginT40 {
    margin-top: 40px
}

.marginBot10 {
    margin-bottom: 10px
}

.marginBot15 {
    margin-bottom: 15px
}

.marginBot20 {
    margin-bottom: 20px
}

.marginBot30 {
    margin-bottom: 30px
}

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

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

.marginL10 {
    margin-left: 10px
}

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

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

.bgWhitebot20 {
    background: #fff;
    margin-bottom: 20px
}

a.hColor {
    color: #6eb8ed;
    font-weight: 500;
}

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

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

.main-color {
    color: #9f9029
}

.red {
    color: red
}

.blue, a.blue {
    color: blue
}

.lightblue {
    color: #0076d2
}

.orange {
    color: #f24702
}

.green {
    color: green
}

.line-height24, .line-height24-img img {
    line-height: 1.7
}

.weight-normal {
    font-weight: inherit
}

.font-normal {
    font-size: inherit
}

.bold {
    font-weight: 600
}

.font13px {
    font-size: 1.3rem
}

.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-list-disc {
    list-style: inside disc;
    line-height: 24px
}

.pointer {
    cursor: pointer
}

.nowrap {
    white-space: nowrap
}

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

.scale, .scaleP .scaleC {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.scale:hover, .scaleP:hover .scaleC {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1)
}

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

.img-middle {
    vertical-align: middle
}

.topBar {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #242424;
    color: #fff
}

.topBar-nav > li {
    float: left
}

.topBar-nav > li > a {
    line-height: 32px;
    color: #fff;
    padding-left: 10px
}

.topBar-nav > li > a:hover {
    text-decoration: underline
}

.topBar-nav > li:first-child a {
    border-left: none
}

.topBar-nav .fa {
    margin-right: 7px
}

.topBar-nav .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #9f9029;
    background-color: #f1f1f1
}

.header-box {
    width: 100%
}

.logoArea {
    margin: 15px 0
}

.logoArea a {
    vertical-align: middle;
    text-align: center;
    display: inline-block
}

#cse-search-box {
    padding: 13px 0;
    position: relative
}

#cse-search-box select{display: inline-block; vertical-align: middle; width: 22%;height: 54px;line-height: 54px;}
#cse-search-box ul li{ background-color: whitesmoke!important;}
#cse-search-box input {
    display:inline-block;
    vertical-align: middle;
    width: 77%;
    padding: .375rem .75rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 54px;
    line-height: 54px;
    padding: 0 100px 0 30px;
    font-size: 18px;
    border: 1px solid #ccc
}


#cse-search-box button {
    position: absolute;
    right: 0;
    top: 13px;
    width: 60px;
    height: 54px;
    border: 0;
    border-radius: 0;
    background: #9f9029;
    color: #fff;
    transition: .4s;
    padding: 0;
    text-align: center;
    cursor: pointer;
    z-index: 1
}

#cse-search-box button i {
    font-size: 22px;
    color: #fff
}

#cse-search-box button:hover {
    background-color: #645a19;
}

@media (max-width: 767px) {
    .logo-img {
        text-align: center
    }

    #cart {
        margin-right: 14px
    }
}

#cart {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 66px;
    text-align: center;
    border-radius: 1px;
    background: #d23953;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

#cart i {
    text-align: center;
    vertical-align: middle;
    font-size: 26px; line-height: 30px;
}




.wsmenu-list > li > .wsmegamenu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: -o-transform .3s, opacity .3s;
    -ms-transition: -ms-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg)
}

.wsmenu-list > li:hover > .wsmegamenu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg)
}

.menubox {
    padding: 0;
    top: 0;
    z-index: 98;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    transition: all .4s;
    background: #9f9029
}

.wsmenu {
    color: #fff;
    position: relative;
    font-size: 16px;
    width: 100%
}

.wsmenu > .wsmenu-list {
    text-align: left;
    width: 100%;
    display: table;
    position: relative;
    margin: 0
}

.wsmenu > .wsmenu-list > li {
    text-align: center;
    float: left
}

.wsmenu > .wsmenu-list > li > a {
    display: block;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    position: relative;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase
}

.wsmenu > .wsmenu-list > li:last-child > a:before, .wsmenu > .wsmenu-list > li:first-child > a:before {
    width: 0
}

.wsmenu > .wsmenu-list > li:hover > a {
    background-color: #f5f5f5;
    color: #9f9029
}

.wsmenu > .wsmenu-list > li > a.home {
    background-color: #d23953;
    color: #fff;
    padding: 0 20px
}

.wsmenu > .wsmenu-list > li > a.home .fa {
    font-size: 26px;
    vertical-align: middle
}

.wsmenu > .wsmenu-list > li > a.active {
    background-color: #d23953;
    color: #fff
}

.wsmenu > .wsmenu-list > li > a.active .fa {
    margin-right: 8px;
    font-size: 26px;
    vertical-align: middle
}

.wsmenu > .wsmenu-list > li > a .wsarrow {
    display: inline-block;
    font-size: 18px;
    margin-left: 5px
}

.nav-menu-fixed a {
    padding: 0 15px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: bold
}

.nav-menu-fixed {
    position: absolute;
    top: 0;
    right: 0
}

.nav-menu-fixed a:hover #cart span {
    transform: scale(1.2, 1.2)
}

.wsmenu-list > li > .wsmegamenu {
    width: 100%;
    left: 0;
    position: absolute;
    top: 60px;
    color: #555;
    z-index: 1000;
    margin: 0;
    text-align: left;
    padding: 10px 5px;
    font-size: 14px;
    border: solid 1px #eee;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    border-bottom: 3px solid #9f9029
}

.wsmenu-list > li > .wsmegamenu .link-list li {
    display: block;
    white-space: nowrap;
    text-align: left
}

.wsmenu-list > li > .wsmegamenu .link-list li a {
    line-height: 22px;
    border-right: 0;
    text-align: left;
    padding: 6px 0;
    display: block;
    color: #555
}

.wsmenu-list > li > .wsmegamenu li .fa {
    text-align: center;
    width: 18px;
    font-size: 11px
}

.wsmenu-list > li > .wsmegamenu li a:hover {
    background-color: #f1f1f1;
    color: #d1a080;
}

.wsmenu-click, .wsmenu-click02, .hometext, .wsdownmenu-animated-arrow, .wsdownmenu-text {
    display: none
}

@media only screen and (max-width: 991px) {
    .wsmenu > .wsmenu-list > li > a:before {
        width: 0
    }

    .wsdownmenu-animated-arrow {
        border-image: none;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        padding: 30px 14px;
        position: absolute;
        left: 0;
        text-align: center;
        display: block;
        top: 0;
        vertical-align: middle;
        width: 30%;
        z-index: 1000
    }

    .wsdownmenu-animated-arrow span, .wsdownmenu-animated-arrow span:before, .wsdownmenu-animated-arrow span:after {
        cursor: pointer;
        height: 3px;
        width: 23px;
        background: #fff;
        position: absolute;
        display: block;
        content: '';
        left: 15px
    }

    .wsdownmenu-animated-arrow span:before {
        top: -7px;
        left: 0
    }

    .wsdownmenu-animated-arrow span:after {
        bottom: -7px;
        left: 0
    }

    .wsdownmenu-animated-arrow span, .wsdownmenu-animated-arrow span:before, .wsdownmenu-animated-arrow span:after {
        transition: all 500ms ease-in-out
    }

    .wsdownmenu-lines.wsdownmenu-animated-arrow span {
        background-color: transparent
    }

    .wsdownmenu-lines.wsdownmenu-animated-arrow span:before, .wsdownmenu-animated-arrow.active span:after {
        top: 7px
    }

    .wsdownmenu-lines.wsdownmenu-animated-arrow span:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 0
    }

    .wsdownmenu-lines.wsdownmenu-animated-arrow span:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 0
    }

    .wsmenu {
        width: 100%;
        padding: 60px 0 0 0;
        position: relative
    }

    .wsmenu > .wsmenu-list {
        list-style: none;
        float: none;
        width: 100%;
        display: none;
        margin: 0;
        padding: 0;
        background-color: #fff
    }

    .wsmenu > .wsmenu-list > li {
        width: 100%;
        display: block;
        float: none;
        border-right: 0;
        background-color: #fff;
        position: relative;
        white-space: inherit
    }

    .wsmenu > .wsmenu-list > li > a {
        height: 50px;
        padding: 10px 17px;
        text-align: left;
        border-right: 0;
        background-color: transparent;
        color: #555;
        line-height: 25px;
        border-bottom: 1px solid;
        border-bottom-color: rgba(0, 0, 0, 0.13);
        position: static
    }

    .wsmenu > .wsmenu-list > li > a.active {
        background-color: #fff;
        color: #555
    }

    .wsmenu > .wsmenu-list > li > a.home {
        padding: 10px 17px;
        background-color: #fff;
        color: #555
    }

    .wsmenu > .wsmenu-list > li > a > .fa, .wsmenu > .wsmenu-list > li > a .wsarrow:after {
        display: none
    }

    .wsmenu > .wsmenu-list > li:hover > a {
        color: #4d4d4d;
        background-color: rgba(0, 0, 0, 0.08);
        text-decoration: none
    }

    .wsmenu > .wsmenu-list > li > a > .hometext {
        display: inline-block
    }

    .wsmenu > .wsmenu-list > li > .wsmegamenu {
        color: #555;
        display: none;
        position: relative;
        top: 0;
        padding: 10px 0;
        border: solid 0;
        transform: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat;
        border-bottom: solid 1px #DEDEDE
    }

    .wsmenu > .wsmenu-list > li > .wsmegamenu > ul {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 14px
    }

    .wsmenu > .wsmenu-list > li > .wsmegamenu > ul > li > a {
        padding: 9px 14px;
        line-height: normal;
        font-size: 14px;
        background-color: #e7e7e7;
        color: #555
    }

    .wsmenu > .wsmenu-list > li > .wsmenu-click {
        height: 49px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%
    }

    .wsmenu > .wsmenu-list > li .wsmenu-click.ws-activearrow > i {
        transform: rotate(180deg)
    }

    .wsmenu > .wsmenu-list > li > .wsmenu-click > i {
        display: block;
        height: 23px;
        width: 25px;
        margin-top: 14px;
        margin-right: 10px;
        background-size: 25px;
        font-size: 21px;
        color: rgba(0, 0, 0, 0.50);
        float: right
    }
}

#breadmenu {
    background: #fff none repeat scroll 0 0;
    line-height: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea
}

.breadcrumb {
    margin-bottom: 0;
    background: #fff none repeat scroll 0 0;
    text-align: left;
}

.breadcrumb > li + li:before {
    color: #666
}

.breadcrumb > .active {
    color: #101010;
    font-weight: 600
}

.breadcrumb > li > a:hover {
    color: #2B6B21
}

.proDesTitle h2, .proDesTitle p :focus {
    border-color: #62bfc4
}

#banner {
    margin: 20px 0
}

.banner-wrap {
    margin-bottom: 20px
}

.carousel {
    position: relative
}

.carousel-control {
    background-image: none !important;
    width: 40px;
    opacity: 1 !important;
    filter: alpha(opacity=1) !important;
    color: #fff !important;
    left: 10px
}

.carousel-control.right {
    right: 10px;
    left: auto
}

.carousel-control i {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
    top: 50%;
    right: 0;
    margin-top: -15px;
    background: #000;
    background: rgba(111, 111, 111, 0.2);
    border-radius: 50%
}

.carousel:hover .carousel-control {
    display: block
}

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

@media (max-width: 991px) {
    .container {
        width: auto
    }
}

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

.carousel-indicators li:hover, .carousel-indicators li.active {
    background-color: #9f9029
}

.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 {
    margin: 2px
}

.carousel-left img {
    display: inline-block;
    margin-bottom: 16px
}

.introduce {
    font-size: 1.6rem;
    padding: 15px;
    line-height: 1.6
}

.introduce-text {
    box-sizing: border-box;
    background-color: #f8f8f8;
    border-left: 5px solid #9f9029;
    border-right: 5px solid #9f9029;
    border-radius: 0
}

.introduce h1 {
    font-size: 2.6rem
}

.introduce p {
    margin: 15px 0;
    color: #18316b
}

@media (max-width: 767px) {
    .introduce {
        padding: 0;
        font-size: 1.4rem
    }

    .introduce h1 {
        font-size: 2.2rem
    }

    .introduce p {
        margin-top: 5px
    }
}

.message {
    width: 100%;
    background: #9f9029;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff
}

.message-box {
    text-align: center
}

.info-icon {
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    -webkit-transition: background .2s, color .2s;
    -moz-transition: background .2s, color .2s;
    transition: background .2s, color .2s
}

.info-icon:before {
    font-family: 'partca' !important;
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased
}

.icon-plane:before {
    content: "\f113"
}

.icon-back:before {
    content: "\f117"
}
.icon-warranty:before {
    content: "\e901"
}
.icon-1-warranty:before {
    content: "\f129"
}



.icon-payment:before {
    content: "\f10f"
}

.info-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform .2s, opacity .2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform .2s, opacity .2s;
    transform: scale(.8);
    opacity: 0
}

.info-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.message .info-icon:hover {
    background: #fff;
    color: #9f9029;
}

.message h3 {
    margin-bottom: 10px;
    font-size: 1.7rem;
    font-weight: 600;
    transition: all .35s ease 0s
}

@media (max-width: 768px) {
    .message-box {
        min-height: 175px
    }

    .info-icon {
        width: 50px;
        height: 50px
    }

    .info-icon:before {
        line-height: 50px;
        font-size: 30px
    }

    .message h3 {
        font-size: 1.5rem
    }
}

.content {
    overflow: hidden;
    margin-top: 30px
}

.product {
    position: relative;
    padding: 30px 0
}

@media (max-width: 992px) {
    .product .row:after {
        display: none
    }
}

.product_title {
    margin-bottom: 40px;
    overflow: hidden;
    text-align: center
}

.product_title h2 {
    position: relative;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px
}

.product_title h2:before {
    content: "";
    position: absolute;
    width: 80px;
    bottom: 0;
    left: 50%;
    margin-left: -45px;
    height: 4px;
    background: #9f9029
}

.single-product {
    display: block;
    position: relative;
    padding: 0 0 20px;
    margin: 0 3px 3px;
    overflow: hidden;
    z-index: 2;
    border: 2px solid #e5e5e5;
    background: #fff;
    transition: .4s;
    text-align: center;
    margin-bottom: 30px
}

.top-seller {
    display: inline-block;
    position: absolute;
    z-index: 5;
    right: -10px;
    top: -25px
}

.pro-img {
    display: block;
    padding: 25px 10px;
    position: relative;
    overflow: hidden
}

.pro-img img {
    vertical-align: middle;
    transition: all .5s linear
}

.single-product:hover img {
    transform: scale(1.1)
}

.single-product:hover {
    border-color: #9f9029
}

.pro-content {
    padding: 0 20px
}

.pro-content p {
    line-height: 1
}

.pro-content h3 {
    font-size: 1.5rem;
    overflow: hidden;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
    height: 50px
}

.special-price {
    font-weight: 500;
    color: #E00;
    transition: all .2s;
    font-size: 1.5rem;
    margin: 10px 0;
    font-style: normal
}

@media (max-width: 768px) {
    .single-product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin-bottom: 20px
    }

    .single-product .pro-img {
        flex-basis: 45%;
        max-width: 45%;
        position: relative;
        padding: 10px
    }

    .single-product .pro-content {
        flex-basis: 55%;
        max-width: 55%
    }

    .single-product:not(:last-child) {
        margin-bottom: 30px
    }

    .product_title h2 {
        display: block;
        text-align: center;
        font-size: 20px
    }

    .pro-content h3 {
        font-size: 1.3rem;
        height: auto
    }

    .pro-content:hover .special-price {
        color: #555;
        border-bottom: 0
    }

    .product_title {
        margin-bottom: 20px
    }
}

.list-group a {
    position: relative;
    display: block;
    padding: 10px 12px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 400;
    color: #000;
    font-size: 14px
}

.list-group a:hover, a.list-group-item:focus {
    color: #fff;
    background-color: #d23953
}

.aside_title {
    font-size: 1.5rem;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    background-color: #d23953
}

article.news {
    padding: 10px 10px 0;
    overflow: hidden;
    background-color: #f5f5f5;
    margin-bottom: 20px
}

.wrap_content h1 {
    font-size: 1.8rem;
    padding-left: 10px;
    text-transform: uppercase
}

.wrap_content p {
    line-height: 22px;
    overflow: hidden;
    word-spacing: 1px;
    padding: 10px 10px 0
}

.dlModelList {
    display: block;
    -webkit-text-size-adjust: none;
    overflow: hidden;
    margin: 10px 0 0 0;
    clear: both;
}

.dlModelList dd {
    list-style: none;
    float: left;
    width: 33.33%;
    padding: 8px 5px;
    vertical-align: top
}

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

.dlModelList dd a {
    padding: 8px 20px;
    border: 1px solid #e5e5e5;
    color: #444;
    display: block;
    font-size: 1.4rem;
    line-height: 1.2
}

.dlModelList dd a:hover {
    color: #fff;
    background: #d23953 url(/images/bullet2.png) no-repeat center left;
    cursor: pointer
}

.result {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #d23953;
    color: #fff;
    font-size: 15px;
    text-indent: .5em;
    padding-left: 15px
}

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

.pagination span.active{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #d23953!important;
    border-color: #d23953;
}
.pagination li.active a{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #d23953!important;
    border-color: #d23953;
}
.pagination li.active a:hover{
  color: #333;
}
@media (max-width: 767px) {
    .dlModelList dd {
        width: 50%;
        text-align: center
    }

    .dlModelList dd a {
        font-size: 12px
    }

    #breadmenu {
        line-height: 20px
    }

    #breadmenu li {
        display: inline
    }

    .breadcrumb {
        padding: 8px 0
    }
}

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

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

.slider-forslider-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: 0
}

.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: 0;
    padding: 0
}

.slider-nav .slick-arrow .ic {
    font-size: 28px
}

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

#product .product-title {
    padding: 10px 0 10px 15px;
    background-color: #f2f2f2;
    margin-bottom: 20px
}

#product h1 {
    font-size: 2.1rem;
    line-height: 1.6
}

@media (max-width: 768px) {
    #product h1 {
        font-size: 1.3em;
        padding: 0
    }
}

.productBox {
    margin-bottom: 30px
}

.productBox .productLeft {
    padding-bottom: 15px;
    text-align: center
}

.productLeft .product_img {
    position: relative;
    overflow: hidden;
    padding: 35px 10px 10px;
    border: 1px solid #e5e5e5
}

.product_img .dis-sale {
    background: #62bfc4 none repeat scroll 0 0;
    display: inline-block;
    font-weight: bold;
    line-height: 23px;
    padding: 10px 50px;
    position: absolute;
    left: -30px;
    top: 20px;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    transform: rotate(-45deg)
}

.product_img span {
    display: block;
    padding: 10px 15px;
    border: 1px solid transparent;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    margin: 5px 0
}

.bigImg {
    line-height: 380px
}

.bigImg .img-middle {
    vertical-align: middle
}

.product_img .view {
    border: 2px dashed #9f9029;
    display: inline-block;
    font-size: 1.4em;
    margin: 15px 0;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    padding: 5px 15px;
    color: #9f9029
}

.product_img .view i {
    font-size: 20px;
    padding-right: 10px
}

.product_img .view:hover {
    background-color: #9f9029;
    color: #fff
}

@media (max-width: 767px) {
    .bigImg {
        line-height: inherit
    }

    .product_img .view {
        font-size: 1.3rem;
        padding: 5px 5px
    }
}

.productBox .productRight {
    margin-bottom: 10px;
    overflow: hidden
}

.productRight h2 {
    font-size: 1.6rem;
    padding-left: 10px;
    margin-bottom: 5px
}

.productRight p {
    font-size: 14px;
    padding-top: 5px;
    margin-bottom: 15px;
    padding-left: 10px
}

.productRight .rating {
    margin: 5px auto;
    line-height: 25px
}

.productRight .star {
    display: inline-block;
    padding-left: 10px;
    width: 140px
}

.productRight .pro_reviews {
    display: inline-block
}

.productRight .pro_reviews a:hover {
    color: #9f9029;
    text-decoration: underline
}

.star .fa-star {
    color: #d23953;
    display: inline-block;
    margin: 0 2px;
    text-align: center
}

.rating i {
    font-size: 15px
}

.warranty span:last-child {
    font-weight: 600;
}

.Availability span:last-child {
    font-weight: 600;
    display: inline-block;
    background-color: #9f9029;
    color: #fff;
    padding: 0 5px;
    border-radius: 5px
}

.productRight .tips {
    overflow: hidden;
    line-height: 30px;
    background: #F9F9F9;
    border: 1px solid #f5f5f5;
    font-weight: 500;
    padding: 0 0 10px 10px
}

.productRight .tips li i {
    color: #9f9029
}

.productRight .tips li span:first-child {
    font-size: 1.3rem;
    color: #444;
    display: inline-block;
    width: 135px
}

.list-price, .new-price {
    margin: 10px 0;
    line-height: 25px
}

.list-price b, .new-price b {
    font-size: 14px;
    color: #555
}

.list-price del {
    font-size: 2.2rem;
    color: #DB5A6B;
    font-weight: 400
}

.list-price .save-price {
    margin-left: 8px;
    color: #2B6B21;
    color: sienna;
    font-weight: 600
}

.new-price .price-text {
    font-size: 38px;
    color: #CB2037;
    font-weight: bold
}

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

.shipping-box {
    display: inline
}

.new-price .shipping-text:hover {
    color: sienna;
    text-decoration: underline;
    cursor: pointer
}

.PCart {
    display: inline-block;
    width: 100%
}

.qty-Box {
    display: inline-block
}

.numbox {
    text-align: center;
    overflow: hidden
}

.numbox .count-input {
    color: #333;
    line-height: 46px;
    height: 46px;
    font-size: 1.8rem;
    float: left;
    width: 60px;
    border: 1px solid #ddd;
    text-align: center
}

.numbox span {
    background: #fff;
    cursor: pointer;
    float: left;
    width: 42px;
    line-height: 44px;
    color: #999;
    border: 1px solid #ddd;
    transition: all .5s linear
}

.numbox span.count-minus {
    border-right: 0
}

.numbox span.count-plus {
    border-left: none
}

.numbox span:hover {
    background-color: #d23953;
    color: #fff
}

.numbox span.disabled {
    color: #dedede;
    background: #fff !important;
    cursor: not-allowed;
    border-color: #ececec !important
}

.cartbox {
    padding-left: 10px
}

.addtocartbutton {
    display: inline-block;
    line-height: 42px;
    font-size: 1.8rem;
    vertical-align: top;
    padding: 0 .7em;
    color: #fff;
    font-weight: 500;
    background: #d23953;
    transition: all .5s linear;
    border: 2px #d23953 solid
}

.addtocartbutton:hover {
    background-color: #be0525;
    border: 2px #be0525 solid
}

.card-part {
    padding-left: 10px;
    margin-top: 5px
}

@media (max-width: 768px) {
    .productRight .tips li span:first-child {
        width: 115px
    }

    .productRight .star {
        width: 115px
    }

    .new-price .shipping-text {
        font-size: 1.3rem
    }
}

h3.comingsoon {
    margin: 20px 0
}

.product_tab {
    font-size: 1.4rem;
    margin-top: 15px
}

.product_tab .tab-nav {
    line-height: normal;
    margin: 0;
    outline: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    border-bottom: 3px double #ddd;
    margin-top: 5px;
    height: 22px;
    text-align: left;
    width: 100%
}

.tab-nav li {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
}

.tab-nav li a {
    position: relative;
    display: block;
    line-height: 1.43;
    border: 2px solid #999;
    background: #fff;
    padding: 8px 20px;
    margin-right: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    border-radius: 0;
    letter-spacing: 1px
}

.tab-nav li a:hover, .tab-nav li.active a, .tab-nav > li.active > a, .tab-nav > li.active > a:hover, .tab-nav > li.active > a:hover {
    background-color: #9f9029;
    color: #fff;
    border: 2px solid #9f9029
}

.tab-content {
    padding: 40px 0;
    line-height: 1.9;
    border-bottom: 1px dashed #9f9029
}

.proNote b, .proNote span {
    display: block
}

.tab-title {
    background-color: #f2f2f2;
    margin: 15px 0;
    line-height: 40px;
    box-shadow: 1px 1px 1px #d1d1d1
}

.tab-title i {
    color: #9f9029;
    font-size: 18px;
    font-weight: bold
}

.tab-title h3 {
    font-size: 16px;
    padding: 8px 8px 8px 15px
}

article.safety, article.quality, article.warranty {
    margin-top: 40px;
    border: 1px solid #d1d1d1;
    padding: 0 10px;
    position: relative
}

article.compatibility, article.risk {
    margin: 20px 0;
    padding: 0 10px
}

.proDesTitle h4 {
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    display: inline-block;
    padding: 8px 0;
    width: 50%;
    position: absolute;
    left: 25%;
    top: -15px;
    background-color: #d23953;
}

.proDesContent {
    margin-top: 50px
}
.proDesContent ul li{ text-align: center;}
.proDesContent ul.prokeys li{ border:1px solid #ccc; padding: 10px 0;}

.proDesContent h5 {
    font-size: 1.5rem;
    margin-bottom: 5px
}
.proDesContent .clearfix strong{font-size: 1.8rem; display: block; color: #d23953;}
.proDesContent .clearfix strong:hover{}
.prokeys i:hover{ color:#d23953; }
.proDesTitle p {
    text-transform: capitalize
}

.proDesTitle h2, .proDesTitle p {
    margin-top: -1em;
    padding: 30px 0 15px;
    font-size: 1.8rem
}

.quality .youtube-video {
    width: 50%;
    float: left;
    margin-right: 15px;
    display: block
}

@media (max-width: 767px) {
    .quality .youtube-video {
        float: none;
        width: 100%
    }

    .tab-content {
        padding: 10px 0
    }
}

@media (max-width: 540px) {
    .productRight .tips li span:first-child {
        width: 110px
    }

    .productRight .star {
        width: 110px
    }

    .proDesTitle h3 {
        font-size: 15px
    }

    .proDesTitle h2 {
        font-size: 1.6rem
    }
}

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

.safety li i {
    display: block;
    font-size: 4rem;
    color: #9f9029;
    line-height: 1;
    margin-bottom: 10px
}

.safety li span {
    height: 40px;
    display: block;
    color: #666;
    line-height: 20px;
    margin-bottom: 10px
}

.productpicsbox {
    text-align: center
}

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

#Compatibility h5 {
    line-height: 35px;
    font-size: 15px;
    font-weight: 700
}

#Compatibility ul {
    overflow: hidden;
    font-size: 0;
    -webkit-text-size-adjust: none;
    margin-bottom: 20px
}

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

#Compatibility ul li a:hover {
    color: blue;
    text-decoration: underline
}

#Compatibility ul li b {
    color: blue
}

@media (max-width: 767px) {
    .product_tab {
        font-size: 1.3rem
    }

    .addtocartbutton {
        font-size: 1.4rem;
        padding: 0 15px
    }

    .proDesTitle h4 {
        font-size: 1.4rem
    }

    #Compatibility ul li {
        width: 33.33333333%
    }

    .tab-title h3 {
        font-size: 15px
    }
}

@media only screen and (max-width: 967px) {
    .tab-nav {
        border: none !important;
        height: inherit !important
    }

    .tab-nav li {
        width: 100%;
        margin-bottom: 10px
    }

    .tab-nav li a {
        margin-right: 0
    }
}

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

.faq-question {
    margin-bottom: 15px
}

.faq-question h4 {
    font-size: 1.1em;
    line-height: 1.8
}

.faq-question ul {
    margin-left: 20px;
    line-height: 1.8
}

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

.carousel-title {
    margin-top: 40px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.title-before {
    position: relative
}

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

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

.carousel-title h4:after {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #d23953;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    right: -25px
}

aside h4 {
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase
}

.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:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.product_image {
    line-height: 170px;
    padding-top: 15px;
    text-align: center;
    position: relative
}

.product_image img {
    vertical-align: middle;
    width: auto !important;
    display: inline-block !important;
    margin: 0 auto;
    line-height: 24px;
    transition: all .5s linear
}

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

.product-news b {
    font-size: 1.4rem;
    line-height: 20px;
    min-height: 40px;
    margin-bottom: 10px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500
}

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

.product-tag a:hover {
    background-color: #9f9029;
    color: #fff
}

@media (max-width: 479px) {
    .product-tag a {
        width: 48%;
        vertical-align: top;
        margin-right: 5px
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px
}

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

#shippingHtml {
    margin-bottom: 10px;
    min-height: 100px;
    background: url(/images/loading.gif) no-repeat center
}

#shippingHtml.shipping-initialized {
    background: 0
}

.shipping-table {
    margin: 0;
    font-weight: 500
}

.shipping-table th {
    vertical-align: middle !important;
    font-weight: 500
}

.shipping-table td.ShippingCountry div {
    color: blue
}

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

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

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

.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: 1.2rem
    }

    .shipping-table thead {
        display: none
    }

    .shipping-table tr {
        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 {
        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
    }
}

@media screen and (max-width: 400px) {
    .shipping-table td:before {
        width: 165px
    }

    aside h4 {
        font-size: 1.4rem
    }
}

.footer-content {
    padding: 30px 0 0;
    background-color: #f7f7f7
}

.footer-content .footer-title {
    margin-bottom: 10px;
    font-size: 1.23em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px
}

.footer-content li {
    margin-bottom: 10px;
    color: #555
}

.footer-content li a {
    display: block;
    overflow: hidden;
    transition: all .2s;
    text-transform: capitalize
}

.footer-content li a:hover {
    color: #9f9029;
    text-decoration: underline
}

@media (max-width: 1024px) {
    .footer-content ul {
        min-height: 105px
    }
}

@media (max-width: 767px) {
    .footer-content ul {
        min-height: auto
    }
}

.shipping-pay {
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
    padding: 15px 0
}

.shipping-pay > span, .shipping-pay > a {
    display: inline-block;
    margin: 0 2px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: middle
}

.shipping-pay-1, .shipping-pay-2, .shipping-pay-3, .shipping-pay-4, .shipping-pay-5, .shipping-pay-6, .shipping-pay-7, .shipping-pay-8, .shipping-pay-9 {
    background-image: url("/images/shipping-pay.png");
    background-repeat: no-repeat;
    background-size: 252px 195px
}

.shipping-pay-1 {
    width: 64px;
    height: 42px;
    background-position: -183px -91px
}

.shipping-pay-2 {
    width: 64px;
    height: 42px;
    background-position: -3px -150px
}

.shipping-pay-3 {
    width: 66px;
    height: 42px;
    background-position: -3px -106px
}

.shipping-pay-4 {
    width: 66px;
    height: 42px;
    background-position: -71px -106px
}

.shipping-pay-5 {
    width: 66px;
    height: 42px;
    background-position: -183px -3px
}

.shipping-pay-6 {
    width: 66px;
    height: 42px;
    background-position: -183px -47px
}

.shipping-pay-7 {
    width: 35px;
    height: 42px;
    background-position: -139px -106px
}

.shipping-pay-8 {
    width: 178px;
    height: 42px;
    background-position: -3px -3px
}

.shipping-pay-9 {
    width: 161px;
    height: 57px;
    background-position: -3px -47px
}

@media (max-width: 600px) {
    #cse-search-box select{display: none!important;}
    .shipping-pay-1, .shipping-pay-2, .shipping-pay-3, .shipping-pay-4, .shipping-pay-5, .shipping-pay-6, .shipping-pay-7, .shipping-pay-8, .shipping-pay-9 {
        background-size: 126px 97px
    }

    .shipping-pay-1 {
        width: 32px;
        height: 21px;
        background-position: -92px -45px
    }

    .shipping-pay-2 {
        width: 32px;
        height: 21px;
        background-position: -2px -75px
    }

    .shipping-pay-3 {
        width: 33px;
        height: 21px;
        background-position: -2px -53px
    }

    .shipping-pay-4 {
        width: 33px;
        height: 21px;
        background-position: -36px -53px
    }

    .shipping-pay-5 {
        width: 33px;
        height: 21px;
        background-position: -92px -2px
    }

    .shipping-pay-6 {
        width: 33px;
        height: 21px;
        background-position: -92px -24px
    }

    .shipping-pay-7 {
        width: 18px;
        height: 21px;
        background-position: -70px -53px
    }

    .shipping-pay-8 {
        width: 89px;
        height: 21px;
        background-position: -1px -1px
    }

    .shipping-pay-9 {
        width: 81px;
        height: 24px;
        background-position: -2px -29px
    }
}

.copyright {
    padding: 15px 0;
    line-height: 18px;
    text-align: center;
    border-top: 1px solid #e8e6e2
}

.copyright a {
    color: #9f9029;
    font-style: italic;
    font-weight: 500
}

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

.maincontent {
    margin-bottom: 30px
}

.skills-wrap {
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 500
}

.skills-part-list h3, .skills-part-list h4 {
    text-transform: uppercase;
    font-size: 1.7rem;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    background-color: #d23953;
    overflow: hidden
}

.skills-part-list h3 i, .skills-part-list h4 i {
    padding-right: 8px
}

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

.skills-content ul {
    padding-left: 0
}

.skills-part-list ul li ul {
    padding-left: 15px
}

.skills-part-list li {
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #f3f3f3
}

.skills-part-list ul li:hover {
    background-color: #d23953
}

.skills-part-list ul li:hover a {
    color: #fff
}

.skills-part-list li .fa {
    margin-right: 5px
}

.skills-part-guide h5 {
    font-size: 1.3em;
    font-weight: normal;
    background-color: #d23953;
    padding: 10px 1px;
    text-indent: 16px;
    box-shadow: 0 1px 1px #F3F3F3;
    color: #fff
}

.skills-part-guide h5 i {
    padding-right: 15px
}

.skill-area {
    padding: 15px;
    overflow: hidden;
    min-height: 840px;
    border: 1px solid #ebebeb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .08);
    margin-bottom: 20px
}

.skill-area h1, .skill-area h2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    position: relative;
    padding-bottom: 10px
}

.skill-area h1:before, .skill-area h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #f1f1f1
}

.skill-area h1:after, .skill-area h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #d23953
}

.imgBorderWrap {
    border: 1px solid #eee;
    padding: 2px;
    margin: 10px 0
}

.skills-content .btn {
    display: inline-block;
    height: 40px;
    padding: 8px 10px;
    border: 2px solid transparent;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    background: #d23953;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none;
    outline: 0;
    color: #fff;
    transition: background .5s;
    -moz-transition: background .5s;
    -webkit-transition: background .5s;
    -o-transition: background .5s;
    border-radius: 0
}
.proDesContent .btn{
    height: 30px;
    padding: 3px 10px;
    border: 2px solid transparent;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    background: #9f9029;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none;
    outline: 0;
    color: #fff;
    transition: background .5s;
    -moz-transition: background .5s;
    -webkit-transition: background .5s;
    -o-transition: background .5s;
    border-radius: 10px;


}



.skills-content .btn:hover {
    background: #d23953;
    outline: 0;
    color: #fff
}

.skills-content .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none;
    outline: 0;
    border-color: #d23953
}

.skills-content .form-control {
    border: 2px solid #ddd;
    height: 40px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.skills-content textarea.form-control {
    height: auto
}

.skills-content .form-control option {
    border-color: #3490de
}

@media (max-width: 767px) {
    .skills-wrap {
        margin: 0;
        font-size: 1.3rem
    }

    .skills-content ul {
        padding: 0
    }

    .skill-area {
        min-height: unset
    }
}
.sharethis-inline-share-buttons{ margin-top: 10px;padding-left: 12px;}
.keyboard-shortcut{background-color: rgba(0, 0, 0, 0.1);border-radius: 0.25rem;box-shadow: #d1d5db 0px -2px 0px inset, rgba(0, 0, 0, 0.4) 0px 1px 1px;padding: 5px 10px;
}
.keyboard-shortcut:hover{background-color:#0d95e8;box-shadow: #0d95e8 0px -2px 0px inset, rgba(0, 0, 0, 0.4) 0px 1px 1px;}
.keyboard-shortcut a{ font-size: 14px;line-height: 25px;}
.keyboard-shortcut a:hover{ color: whitesmoke;}
.selectLanguages{ display: inline; border: 1px solid #9f9029; height: 26px;  background-color: white; padding: 2px 5px; border-radius: 2px;}
.selectLanguages:hover{color:#9f9029;}
.fa-list-ul{ font-size: 22px; vertical-align: middle;}
.div-languages{ display: inline; }
.form-check input{width: 20px;height: 20px;}
.gold{ color: #9f9029; font-weight: bold;}
.pull-left{ clear:both;}


.fancybox-slide--iframe .fancybox-content {
    width  : 660px;
    height : 500px;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
    text-align: center;
}