.light-bg {
    background-color: #f8f8f8;
}

.inner {
    padding-top: 75px;
    padding-bottom: 75px;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.right {
    float: right;
}

.semi-bold {
    font-weight: 600 !important;
}

.title-color {
    color: #434343 !important;
}

.content-color {
    color: #747474 !important;
}

.bold {
    font-weight: 700 !important;
}

.auto-width {
    width: auto !important;
}

.center-block {
    float: none;
}

.inner {
    padding-top: 120px;
    padding-bottom: 120px;
}

.inner-md {
    padding-top: 100px;
    padding-bottom: 100px;
}

.inner-sm {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
}

.inner-top {
    padding-top: 120px;
}

.inner-top-md {
    padding-top: 100px;
}

.inner-top-sm {
    padding-top: 80px;
}

.inner-top-xs {
    padding-top: 40px;
}

.inner-bottom {
    padding-bottom: 120px;
}

.inner-bottom-md {
    padding-bottom: 100px;
}

.inner-bottom-sm {
    padding-bottom: 80px;
}

.inner-bottom-xs {
    padding-bottom: 40px;
}

.inner-left {
    padding-left: 75px;
}

.inner-left-md {
    padding-left: 60px;
}

.inner-left-sm {
    padding-left: 45px;
}

.inner-left-xs {
    padding-left: 30px;
}

.inner-right {
    padding-right: 75px;
}

.inner-right-md {
    padding-right: 60px;
}

.inner-right-sm {
    padding-right: 45px;
}

.inner-right-xs {
    padding-right: 30px;
}

.outer {
    margin-top: 120px;
    margin-bottom: 120px;
}

.outer-md {
    margin-top: 100px;
    margin-bottom: 100px;
}

.outer-sm {
    margin-top: 80px;
    margin-bottom: 80px;
}

.outer-xs {
    margin-top: 40px;
    margin-bottom: 40px;
}

.outer-top {
    margin-top: 120px;
}

.outer-top-md {
    margin-top: 100px;
}

.outer-top-sm {
    margin-top: 80px;
}

.outer-top-xs {
    margin-top: 40px;
}

.outer-bottom {
    margin-bottom: 120px;
}

.outer-bottom-md {
    margin-bottom: 100px;
}

.outer-bottom-sm {
    margin-bottom: 80px;
}

.outer-bottom-xs {
    margin-bottom: 40px;
}

@media (max-width:767px) {
    .inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .inner-md {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .inner-sm {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .inner-xs {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .inner-top {
        padding-top: 80px;
    }

    .inner-top-md {
        padding-top: 65px;
    }

    .inner-top-sm {
        padding-top: 50px;
    }

    .inner-top-xs {
        padding-top: 40px;
    }

    .inner-bottom {
        padding-bottom: 80px;
    }

    .inner-bottom-md {
        padding-bottom: 65px;
    }

    .inner-bottom-sm {
        padding-bottom: 50px;
    }

    .inner-bottom-xs {
        padding-bottom: 40px;
    }
}

.fontawesome {
    font-family: fontawesome;
}

.inline {
    display: inline-block;
    vertical-align: top;
}

.thumb-holder {
    float: left;
    display: inline-block;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    width: 42px;
    height: 42px;
}

.h1, h1 {
    color: #3d3d3d;
    text-transform: capitalize;
    letter-spacing: -1px;
    font-weight: 500 !important;
    font-size: 28px;
    line-height: 52px;
}

    .h1.border, h1.border {
        border-bottom: 1px solid #e0e0e0;
        line-height: 50px;
    }

h2 {
    text-transform: capitalize;
    letter-spacing: -1px;
    font-size: 18px;
    line-height: 37px;
}

    h2.border {
        border-bottom: 1px solid #e0e0e0;
        line-height: 50px;
    }

.iconic-link {
    display: inline-block;
    color: #3d3d3d;
    vertical-align: top;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 24px;
}

    .iconic-link:before {
        margin: 0 5px 0 0;
        color: #c6c6c6;
        font-size: 18px;
        font-family: fontawesome;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

.availability {
    margin: 10px 0 15px 0;
    color: #707070;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 11px;
    line-height: 9px;
}

    .availability span {
        margin: 0 0 0 3px;
    }

    .availability .available {
        color: #59B210;
        text-transform: capitalize;
        font-weight: 700 !important;
        font-weight: 800;
    }

    .availability .not-available {
        color: red;
        text-transform: capitalize;
        font-weight: 700 !important;
        font-weight: 800;
    }

ul {
    list-style: none;
}

.font-opensans {
    font-family: 'Open Sans',sans-serif;
}

.color-bg {
    border-top: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
}

img {
    max-width: 100%;
}

.no-margin {
    margin: 0;
    padding: 0;
}

.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-margin-left {
    margin-left: 0;
    padding-left: 0;
}

.no-margin-right {
    margin-right: 0;
    padding-right: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.caroufredsel_wrapper {
    margin: 0 !important;
    width: 100% !important;
}

    .caroufredsel_wrapper ul {
        padding-left: 0 !important;
    }

body {
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #5d5d5d;
    font-size: 15px;
    font-family: "微软雅黑";
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    -webkit-text-shadow: none;
}

::selection {
    color: #fff;
    text-shadow: none;
    -webkit-text-shadow: none;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    outline: 0 !important;
}

#loading {
    display: none;
}

:focus {
    outline: 0;
}

.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .social-icons li {
        display: inline-block;
        margin-right: 10px;
        font-size: 16px;
    }

        .social-icons li a {
            display: inline-block;
            padding: 6px;
            border-radius: 100px;
            background-color: #3d3d3d;
            color: #fff;
        }

            .social-icons li a:before {
                display: inline-block;
                width: 16px;
                height: 16px;
                text-align: center;
            }

.center-absolute {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.map-holder, .map-holder #map {
    width: 100%;
    height: 100%;
    min-height: 460px;
}

    .map-holder img {
        max-width: none;
    }

s .map-holder label {
    display: inline;
    width: auto;
}

.bold {
    font-weight: 800;
}

label.error {
    color: red;
    font-size: 10px;
}

.green {
    background-color: #59B210;
    color: #fff;
}

    .green.ribbon {
        background-color: transparent;
    }

        .green.ribbon:after {
            border-top-color: #59B210;
        }

.red {
    background-color: #F8484A;
    color: #fff;
}

    .red.ribbon {
        background-color: transparent;
    }

        .red.ribbon:after {
            border-top-color: #F8484A;
        }

.blue {
    background-color: #407AC5;
    color: #fff;
}

    .blue.ribbon {
        background-color: transparent;
    }

        .blue.ribbon:after {
            border-top-color: #407AC5;
        }

.label-discount {
    display: table-cell;
    padding: 0 8px;
    background-color: #59B210;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
}

    .label-discount.ribbon {
        background-color: transparent;
    }

        .label-discount.ribbon:after {
            border-top-color: #59B210;
        }

    .label-discount.clear {
        height: 16px;
        background-color: transparent;
    }

.ribbon {
    top: 2.5%;
    z-index: 10;
    padding: 4px 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
}

    .ribbon:nth-child(2) {
        margin-top: 30px;
    }

    .ribbon:nth-child(3) {
        margin-top: 60px;
    }

    .ribbon:nth-child(4) {
        margin-top: 90px;
    }

    .ribbon span {
        position: relative;
        z-index: 10;
        margin-right: 11px;
    }

    .ribbon:after {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 0;
        min-width: 68px;
        border-right: 14px solid transparent;
        border-left: 0;
        content: "";
        border-top-width: 28px;
        border-top-style: solid;
    }

.section-title {
    margin: 29px 0;
    text-transform: capitalize;
    letter-spacing: -1px;
    font-weight: 400 !important;
    font-size: 24px;
    line-height: 40px;
}

/*.pagination {
    margin: 17px 0;
}

    .pagination li:last-child a {
        padding: 9px 32px !important;
    }

    .pagination li.current a, .pagination li:hover a {
        background-color: #fff;
    }

    .pagination a {
        margin: 0 4px 0 0;
        padding: 9px 17px !important;
        border: 1px solid #e0e0e0;
        border-radius: 0 !important;
        color: #3d3d3d !important;
        text-transform: capitalize;
        font-size: 18px;
    }
    以下内容为分页内容
    .fen_ye li{}
    .fen_ye #badoopager li a{
        padding:1px 8px !important;
        color:#666 !important;
        background:#efefef;
        border:1px solid rgba(52,152,219,0.3);
    }
     .fen_ye #badoopager li:hover a{
        padding:1px 8px !important;
        color:#fff !important;
        background:#3498db;
    }*/

.fen_ye #badoopager {
    padding: 5px 0;
    font-size: 12px;
    color: #48b9ef;
    font-family: arial, helvetica, sans-serif;
    background-color: #fff;
    text-align: center;
}

    .fen_ye #badoopager a {
        border: #ddd 1px solid;
        padding: 6px 12px;
        margin: 0 2px;
        color: #666 !important;
        text-decoration: none;
    }

        .fen_ye #badoopager a:hover {
            border: #3498db 1px solid;
            color: #fff;
        }

        .fen_ye #badoopager a:active {
            border: #3498db 1px solid;
            color: #fff !important;
        }

    .fen_ye #badoopager span.current {
        border: #3498db 2px solid;
        padding: 2px 5px;
        font-weight: bold;
        color: #fff;
        background-color: #ff6c16;
    }

    .fen_ye #badoopager span.disabled {
        border: #3498db 2px solid;
        padding: 2px 5px;
        margin: 0 2px;
    }

    .fen_ye #badoopager .disabled {
        width: 20px;
    }

    .fen_ye #badoopager input[type=text] {
        width: 30px;
    }

/*以上内容为分页内容*/
.inline-input .placeholder {
    text-transform: capitalize;
    font-weight: 700 !important;
    font-weight: 800;
}

.inline-input input {
    float: left;
    display: inline-block;
    padding: 5px;
    padding: 15px 14px;
    width: 73% !important;
    width: 100%;
    border: none;
    border-radius: 3px;
    border-radius: 5px 0 0 5px;
    background-color: #ececec;
    color: #3d3d3d;
    vertical-align: top;
    font-size: 13px;
    line-height: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .inline-input input:focus, .inline-input input:hover {
        background-color: #e0e0e0;
    }

.inline-input .le-button {
    float: right;
    padding: 15px 14px;
    width: 27%;
    border-radius: 0 5px 5px 0;
}

.block {
    display: block;
}

.simple-link {
    color: #3d3d3d;
    text-transform: capitalize;
}

.dropdown-toggle:after, .dropdown-toggle:before {
    z-index: 10;
}

.green-text {
    color: #59b210 !important;
}

    .green-text:hover {
        background-color: #59b210 !important;
        color: #fff !important;
    }

.blue-text {
    color: #3498db !important;
}

    .blue-text:hover {
        background-color: #3498db !important;
        color: #fff !important;
    }

.red-text {
    color: #e74c3c !important;
}

    .red-text:hover {
        background-color: #e74c3c !important;
        color: #fff !important;
    }

.orange-text {
    color: #f27a24 !important;
}

    .orange-text:hover {
        background-color: #f27a24 !important;
        color: #fff !important;
    }

.navy-text {
    color: #34495e !important;
}

    .navy-text:hover {
        background-color: #34495e !important;
        color: #fff !important;
    }

.dark-green-text {
    color: #21b68e !important;
}

    .dark-green-text:hover {
        background-color: #21b68e !important;
        color: #fff !important;
    }

.height-xs {
    height: 230px;
}

.height-sm {
    height: 338px;
}

.height-md {
    height: 468px;
}

.height-lg {
    height: 690px;
}

.normal-weight {
    font-weight: 400;
}

.semi-bold {
    font-weight: 600;
}

.regular-bold {
    font-weight: 700;
}

.extra-bold {
    font-weight: 800;
}

.page-header {
    margin: 0;
    margin-bottom: 60px;
    padding: 0;
    border: none;
    text-align: center;
}

    .page-header .page-title {
        color: #434343;
        font-weight: 400;
        font-size: 40px;
        line-height: 18px;
    }

    .page-header .page-subtitle {
        margin: 0;
        color: #979797;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
    }

img[src="styles/images/blank.gif"] {
    width: 100%;
    background: url(../images/ajax.gif) no-repeat scroll center center #fff;
}

.top-bar {
    padding: 5px 0 4px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f9f9f9;
}

    .top-bar ul {
        list-style: none;
    }

        .top-bar ul.right {
            text-align: right;
            /*line-height: 25px;*/
            width: auto;
        }

            .top-bar ul.right > li:first-child a {
                padding: 0 5px;
            }

            .top-bar ul.right > li:last-child a {
                padding: 0 0 0 12px;
            }

        .top-bar ul > li {
            display: inline-block;
        }

            .top-bar ul > li.dropdown .dropdown-menu {
                top: 135%;
                border-radius: 0;
            }

                .top-bar ul > li.dropdown .dropdown-menu li {
                    display: block;
                    text-align: left;
                }

                    .top-bar ul > li.dropdown .dropdown-menu li a {
                        display: block;
                        margin: 0 2px;
                        padding: 7px 13px;
                        border: none;
                    }

            .top-bar ul > li:first-child a {
                padding: 0 16px 0 0;
            }

            .top-bar ul > li:last-child a {
                border: none;
            }

            .top-bar ul > li a {
                display: inline-block;
                padding: 0 13px;
                /*border-right: 1px solid #e0e0e0;*/
                color: #999;
                text-transform: capitalize;
                font-size: 12px;
                line-height: 15px;
            }

            .top-bar ul > li span {
                font-size: 12px;
                line-height: 15px;
                color: #999;
            }

            .top-bar ul > li.sub-li span {
                font-size: 13px;
                color: #666;
            }

header {
    margin-bottom: 1px;
    padding: 10px 0 0 0;
    /*border-bottom: 1px solid #e0e0e0;*/
}

    header.ver2 {
        margin-bottom: 13px;
        padding-bottom: 0;
    }
    /*header .logo-holder .logo{margin:17px 0}*/
    header .top-search-holder {
        margin: 0 0 0 -20px;
    }

        header .top-search-holder .contact-row {
            overflow: hidden;
            margin-top: 5px;
            width: 100%;
            height: 40px;
            font-size: 14px;
            line-height: 20px;
        }

            header .top-search-holder .contact-row li {
                float: left;
                padding-right: 10px;
                font-size: 12px;
            }

        header .top-search-holder .search-area {
            margin: 8px 0 0 0;
            border: 2px solid #428bca;
            /*border-radius: 7px;*/
            height: 40px;
        }

            header .top-search-holder .search-area .categories-filter {
                display: inline-block;
                padding-left: 7px;
                border-left: 1px solid #e0e0e0;
                text-transform: capitalize;
                line-height: 50px;
                width: 120px;
            }

                header .top-search-holder .search-area .categories-filter .dropdown-menu {
                    left: -8px;
                    width: 100%;
                }

                header .top-search-holder .search-area .categories-filter .dropdown-toggle {
                    padding: 0 14px 0 2px;
                    color: #3d3d3d;
                }

                header .top-search-holder .search-area .categories-filter li {
                    text-align: center;
                    cursor: pointer;
                }

                header .top-search-holder .search-area .categories-filter .dropdown-toggle:after {
                    display: inline-block;
                    margin: 0 0 0 8px;
                    color: #e0e0e0;
                    content: "\f107";
                    vertical-align: sub;
                    font-size: 25px;
                    font-family: fontawesome;
                    line-height: 25px;
                }

            header .top-search-holder .search-area .categories-filter, header .top-search-holder .search-area .search-button, header .top-search-holder .search-area .search-field {
                display: inline-block;
                float: left;
            }

            header .top-search-holder .search-area .search-field {
                padding: 7px 13px;
                width: 70%;
                border: none;
                /*border-radius: 5px 0 0 5px;*/
                float: left;
                font-size: 14px;
            }

            header .top-search-holder .search-area .search-button {
                padding: 7px 15px 9px 10px;
                width: 80px;
                height: 38px;
                position: absolute;
                top: -1px;
                right: -1px;
            }

            header .top-search-holder .search-area .search-nobutton {
                float: right;
                display: inline-block;
                margin: -3px -3px 0 0;
                padding: 15px 15px 15px 10px;
                border-radius: 0 5px 5px 0;
                text-align: center;
                background-color: #428bca;
            }

            header .top-search-holder .search-area .search-button:hover {
                background-color: #0b6cac;
            }


            header .top-search-holder .search-area .search-button:after {
                color: #fff;
                content: "\f002";
                vertical-align: sub;
                font-size: 25px;
                font-family: fontawesome;
                line-height: 25px;
                margin-left: 8px;
            }

    header .top-cart-row {
        padding: 10px 0 0 10px;
    }

        header .top-cart-row .wishlist-compare-holder i {
            margin: 0 10px 0 0;
            color: #c6c6c6;
            font-size: 14px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        header .top-cart-row .top-cart-holder {
            position: relative;
            display: block;
            margin: auto;
            width: 50%;
            vertical-align: top;
        }

            header .top-cart-row .top-cart-holder .checkout a {
                float: right;
                display: inline-block;
            }

            header .top-cart-row .top-cart-holder .dropdown-menu {
                top: 65px;
                left: -170px;
                padding: 0;
                width: 332px;
            }

            header .top-cart-row .top-cart-holder li {
                border-bottom: 1px solid #e0e0e0;
            }

            header .top-cart-row .top-cart-holder .basket-item {
                position: relative;
                padding: 5px;
            }

                header .top-cart-row .top-cart-holder .basket-item .thumb {
                    display: inline-block;
                    width: 80px;
                    border: 1px solid #e0e0e0;
                    vertical-align: top;
                    text-align: center;
                }

                header .top-cart-row .top-cart-holder .basket-item .title {
                    font-weight: 100;
                    line-height: 26px;
                }

                header .top-cart-row .top-cart-holder .basket-item .close-btn {
                    position: absolute;
                    top: 41%;
                    right: 8%;
                    display: inline-block;
                }

                    header .top-cart-row .top-cart-holder .basket-item .close-btn:after {
                        color: #3d3d3d;
                        content: "\f00d";
                        font-family: fontawesome;
                    }

            header .top-cart-row .top-cart-holder .basket-item-count {
                position: relative;
                display: inline-block;
                width: 51px;
                height: 49px;
                background-image: url(../images/icon-cart.png);
                vertical-align: top;
            }

                header .top-cart-row .top-cart-holder .basket-item-count .count {
                    position: absolute;
                    top: 5px;
                    right: 12px;
                    width: 21px;
                    height: 21px;
                    border-radius: 100px;
                    color: #fff;
                    text-align: center;
                    font-weight: 700;
                    font-size: 12px;
                    line-height: 21px;
                }

            header .top-cart-row .top-cart-holder .dropdown-toggle {
                display: block;
                padding: 0;
            }

                header .top-cart-row .top-cart-holder .dropdown-toggle .lbl {
                    display: block;
                    color: #3d3d3d;
                    font-size: 14px;
                    line-height: 21px;
                    width: 100px !important;
                    height: 20px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    vertical-align: middle;
                    white-space: nowrap;
                }

                header .top-cart-row .top-cart-holder .dropdown-toggle:after {
                    display: none;
                }

            header .top-cart-row .top-cart-holder .total-price-basket {
                display: inline-block;
                margin: 0 0 0 5px;
                vertical-align: top;
                text-transform: capitalize;
            }

                header .top-cart-row .top-cart-holder .total-price-basket:after {
                    display: block;
                    margin: auto;
                    width: 10px;
                    font-family: FontAwesome;
                }

.header-alt {
    border-bottom: none;
}

.sidemenu-holder {
    margin: 0;
    padding: 0;
    width: 250px !important;
}
/**  ------------ */
/**  ------------ */
#top-megamenu-nav .nav .dropdown {
    width: 250px;
    height: 33px;
    background-color: #fff\9;
}

.animate-dropdown .sidemenu-holder .side-menu nav .nav > li:last-child {
    border-bottom: none;
    border-radius: 0;
}

.animate-dropdown#top-megamenu-nav .navbar-nav .dropdown.open .dropdown-toggle:before {
    display: none;
}

.sidemenu-holder .side-menu nav {
    position: absolute;
}

.animate-dropdown .sidemenu-holder .side-menu nav .nav > li {
    border: none;
}

.sidemenu-holder .side-menu .head {
    padding: 17px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
}

    .sidemenu-holder .side-menu .head i {
        margin: 0 6px 0 0;
    }

.sidemenu-holder .side-menu nav {
    right: -1px;
    border: solid 1px #e0e0e0;
}

    .sidemenu-holder .side-menu nav .nav > li {
        border: 1px solid #e0e0e0;
        border-top: 0;
        border-bottom: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        .sidemenu-holder .side-menu nav .nav > li > .mega-menu {
            padding: 3px 0;
        }

        .sidemenu-holder .side-menu nav .nav > li > .sub-menu {
            width: 100%;
            min-width: 0;
        }

        .sidemenu-holder .side-menu nav .nav > li .yamm-content {
            padding: 10px;
        }

            .sidemenu-holder .side-menu nav .nav > li .yamm-content li {
                padding: 5px 0;
                border-bottom: 1px solid #e0e0e0;
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
            }

                .sidemenu-holder .side-menu nav .nav > li .yamm-content li:last-child {
                    border-bottom: 0;
                }

                .sidemenu-holder .side-menu nav .nav > li .yamm-content li a {
                    color: #636363;
                    line-height: 26px;
                }

                .sidemenu-holder .side-menu nav .nav > li .yamm-content li:hover {
                    background-color: #f9f9f9;
                }

            .sidemenu-holder .side-menu nav .nav > li .yamm-content .dropdown-banner-holder {
                position: absolute;
                top: 0;
                right: -19px;
            }

                .sidemenu-holder .side-menu nav .nav > li .yamm-content .dropdown-banner-holder a {
                    display: block;
                    padding: 0;
                    width: 100%;
                }

        .sidemenu-holder .side-menu nav .nav > li:last-child {
            border-bottom: 1px solid #e0e0e0;
            border-radius: 0 0 5px 5px;
        }

            .sidemenu-holder .side-menu nav .nav > li:last-child a {
                border-radius: 0 0 3px 3px;
            }

            .sidemenu-holder .side-menu nav .nav > li:first-child a, .sidemenu-holder .side-menu nav .nav > li:last-child a {
                line-height: 20px;
            }

                .sidemenu-holder .side-menu nav .nav > li:first-child a:after, .sidemenu-holder .side-menu nav .nav > li:last-child a:after {
                    line-height: 20px;
                }

        .sidemenu-holder .side-menu nav .nav > li a {
            padding: 6px 15px;
            line-height: 20px;
            font-size: 13px;
            font-weight: normal;
        }

li.yamm-content .row > div {
    height: 220px;
}

.sidemenu-holder .side-menu nav .nav > li:nth-child(2n+1) {
    background-color: #fff;
}

.sidemenu-holder .side-menu nav .nav > li:nth-child(2n) {
    background-color: #f6f6f6 !important;
}
/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */ .yamm .collapse, .yamm .dropdown, .yamm .dropup, .yamm .nav {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .nav.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}

.yamm .yamm-content {
    padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    right: 0;
    left: 0;
}

.megamenu-vertical .yamm-content {
    padding: 10px 20px;
}

    .megamenu-vertical .yamm-content h2 {
        margin: 20px 0;
        font-size: 18px;
        line-height: 24px;
    }

    .megamenu-vertical .yamm-content li {
        padding: 5px 0;
        border-bottom: 1px solid #e0e0e0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        .megamenu-vertical .yamm-content li:last-child {
            border-bottom: 0;
        }

        .megamenu-vertical .yamm-content li a {
            color: #3d3d3d;
            line-height: 26px;
            font-size: 12px !important;
            padding: 6px 0 !important;
        }

        .megamenu-vertical .yamm-content li:focus, .megamenu-vertical .yamm-content li:hover {
            background-color: #f9f9f9;
        }

    .megamenu-vertical .yamm-content .dropdown-banner-holder {
        position: absolute;
        top: 0;
        right: -19px;
    }

        .megamenu-vertical .yamm-content .dropdown-banner-holder a {
            display: block;
            padding: 0;
            width: 100%;
        }

.megamenu-horizontal .menu-item .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0;
    min-width: 445%;
}

.megamenu-horizontal .nav > li {
    position: relative;
    width: 100%;
}

    .megamenu-horizontal .nav > li > a {
        color: #636363;
        font-weight: 600;
    }

        .megamenu-horizontal .nav > li > a:focus, .megamenu-horizontal .nav > li > a:hover {
            color: #fff;
        }

            .megamenu-horizontal .nav > li > a:focus:after, .megamenu-horizontal .nav > li > a:hover:after {
                opacity: 1;
            }

    .megamenu-horizontal .nav > li .dropdown-menu {
        top: 0 !important;
    }

    .megamenu-horizontal .nav > li > .dropdown-toggle:after {
        float: right;
        width: 20px;
        height: 20px;
        color: #fff;
        content: "\f105";
        font-size: 20px;
        line-height: 18px;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

.megamenu-horizontal .dropdown.open .dropdown-toggle, .megamenu-horizontal .dropdown.open .dropdown-toggle:focus, .megamenu-horizontal .dropdown:focus .dropdown-toggle, .megamenu-horizontal .dropdown:focus .dropdown-toggle:focus, .megamenu-horizontal .dropdown:hover .dropdown-toggle, .megamenu-horizontal .dropdown:hover .dropdown-toggle:focus {
    color: #fff;
}

    .megamenu-horizontal .dropdown.open .dropdown-toggle:after, .megamenu-horizontal .dropdown:focus .dropdown-toggle:after, .megamenu-horizontal .dropdown:hover .dropdown-toggle:after {
        opacity: 1;
    }

#top-mega-nav {
    margin: 27px 0;
}

    #top-mega-nav nav {
        border-radius: 5px;
        background-color: #f9f9f9;
    }

        #top-mega-nav nav .le-dropdown {
            font-weight: 700;
            font-size: 16px;
        }

            #top-mega-nav nav .le-dropdown:first-child {
                float: left;
                display: inline-block;
            }

#top-megamenu-nav {
    position: relative;
    margin: 15px 0 0 0;
}

    #top-megamenu-nav .navbar {
        margin: 0;
    }

    #top-megamenu-nav .navbar-nav > li {
        border-right: 1px solid;
    }

        #top-megamenu-nav .navbar-nav > li > a {
            padding: 18px 27px;
            text-transform: capitalize;
            font-weight: 700;
        }

            #top-megamenu-nav .navbar-nav > li > a, #top-megamenu-nav .navbar-nav > li > a:focus {
                color: #fff;
            }

        #top-megamenu-nav .navbar-nav > li .dropdown-toggle:after {
            content: none;
        }

        #top-megamenu-nav .navbar-nav > li .dropdown-toggle:before {
            position: absolute;
            right: 45%;
            bottom: -22%;
            left: auto;
            display: none;
            margin-left: -5px;
            width: 0;
            height: 0;
            border: solid transparent;
            border-width: 5px;
            content: " ";
            pointer-events: none;
        }

        #top-megamenu-nav .navbar-nav > li .dropdown-menu > li > a {
            padding: 8px 16px;
            border-bottom: 1px solid #e0e0e0 !important;
        }

        #top-megamenu-nav .navbar-nav > li .dropdown-menu > li:last-child > a {
            border-bottom: none !important;
        }

    #top-megamenu-nav .navbar-nav .dropdown.open .dropdown-toggle:before {
        display: block;
    }

.animate-dropdown .open > .dropdown-menu, .animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: 200ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards;
}

@keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

.breadcrumb-nav-holder {
    float: left;
    display: inline-block;
}

    .breadcrumb-nav-holder.minimal .breadcrumb-item:after, .breadcrumb-nav-holder.minimal .breadcrumb-item:before {
        display: none;
    }

    .breadcrumb-nav-holder.minimal .breadcrumb-item > a {
        padding: 10px 18px;
        background-color: #fff;
    }

    .breadcrumb-nav-holder .breadcrumb-item {
        position: relative !important;
        float: left;
        display: inline-block !important;
        display: table-cell;
    }

        .breadcrumb-nav-holder .breadcrumb-item.current:after, .breadcrumb-nav-holder .breadcrumb-item.current:before {
            display: none;
        }

        .breadcrumb-nav-holder .breadcrumb-item.current.gray a {
            color: #3d3d3d;
        }

        .breadcrumb-nav-holder .breadcrumb-item:last-child a {
            border-right: 0;
        }

        .breadcrumb-nav-holder .breadcrumb-item.open:after, .breadcrumb-nav-holder .breadcrumb-item:focus:after, .breadcrumb-nav-holder .breadcrumb-item:hover:after {
            border-color: transparent transparent transparent #ececec !important;
        }

        .breadcrumb-nav-holder .breadcrumb-item.open > a, .breadcrumb-nav-holder .breadcrumb-item:focus > a, .breadcrumb-nav-holder .breadcrumb-item:hover > a {
            background-color: #ececec;
        }

        .breadcrumb-nav-holder .breadcrumb-item:after, .breadcrumb-nav-holder .breadcrumb-item:before {
            position: absolute;
            z-index: 10;
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            content: "";
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        .breadcrumb-nav-holder .breadcrumb-item:before {
            top: 39%;
            right: -10px;
            border-color: transparent transparent transparent #e0e0e0;
            border-width: 7.5px 0 7.5px 10px;
        }

        .breadcrumb-nav-holder .breadcrumb-item:after {
            top: 39%;
            right: -8px;
            border-color: transparent transparent transparent #f9f9f9;
            border-width: 7.5px 0 7.5px 10px;
        }

        .breadcrumb-nav-holder .breadcrumb-item .dropdown-menu {
            top: 97% !important;
            right: auto !important;
            left: 0 !important;
            min-width: 100%;
        }

            .breadcrumb-nav-holder .breadcrumb-item .dropdown-menu li > a {
                padding: 8px 16px;
                border-bottom: 1px solid #e0e0e0 !important;
            }

                .breadcrumb-nav-holder .breadcrumb-item .dropdown-menu li > a:last-child {
                    border-bottom: none !important;
                }

            .breadcrumb-nav-holder .breadcrumb-item .dropdown-menu:before {
                display: none;
            }

        .breadcrumb-nav-holder .breadcrumb-item > a {
            position: relative;
            display: inline-block;
            padding: 20px 18px;
            border-right: 1px solid #e0e0e0;
            background-color: #f9f9f9;
            color: #3d3d3d;
            text-transform: capitalize;
            letter-spacing: -1px;
        }

            .breadcrumb-nav-holder .breadcrumb-item > a.dropdown-toggle:after {
                display: inline-block;
                margin: 0 0 0 5px;
                color: #3d3d3d;
                content: "\f0da";
                vertical-align: bottom;
                font-size: 12px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
            }

#breadcrumb-alt {
    margin-bottom: 27px;
    border-bottom: 1px solid #e0e0e0;
}

.section {
    margin: 30px 0;
}

    .section h2 {
        margin-bottom: 12px;
        padding-bottom: 14px;
        color: #434343;
        font-weight: 400 !important;
        font-size: 28px;
        line-height: 36px;
    }

    .section.sign-in h2, .section.register h2 {
        border-bottom: solid 1px #ddd;
    }

    .section li, .section p {
        color: #747474;
        font-size: 12px;
        line-height: 24px;
    }

.bestsellers {
    padding: 24px 0 63px 0;
}

    .bestsellers .size-medium {
        max-width: 238px;
    }

    .bestsellers .product-grid-holder > .col-sm-7 {
        width: 60%;
    }

    .bestsellers .product-grid-holder > .col-sm-5 {
        width: 40%;
    }

    .bestsellers .single-product-gallery {
        border-left-width: 0;
    }

    .bestsellers.fadeInUp {
        position: relative;
    }

    .bestsellers .section-title {
        margin-top: -70px;
        text-align: center;
        font-weight: bold !important;
        color: #59b210;
    }

#recently-reviewd {
    padding: 69px 0 10px 0;
}

#top-brands {
    padding: 0 0 84px 0;
}

#recommended-products {
    margin: 7px 0 -72px 0;
}

    #recommended-products .title-nav {
        margin: 0 !important;
    }

    #recommended-products .size-medium {
        min-height: 311px;
    }

        #recommended-products .size-medium .ribbon {
            top: 0;
        }

#grid-page-banner {
    margin: 18px 0 24px 0;
}

.radio-label {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
}

    .radio-label.bold {
        font-weight: 700;
    }

    .radio-label p {
        font-weight: 500;
        font-size: 13px;
    }

.le-radio {
    position: absolute;
    z-index: 10;
    margin: 0 !important;
    width: 100%;
    height: 15px;
    vertical-align: middle;
    opacity: 0;
}

    .le-radio + .fake-box {
        position: relative;
        display: inline-block;
        margin: 0 6px 0 0;
        width: 15px;
        height: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 0;
        background-color: #fff;
        vertical-align: top;
    }

    .le-radio:focus, .le-radio:hover {
        cursor: pointer;
    }

        .le-radio:focus + .fake-box:after, .le-radio:hover + .fake-box:after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: inline-block;
            margin: auto;
            width: 7px;
            height: 7px;
            background-color: #3d3d3d;
            content: "";
        }

    .le-radio:checked + .fake-box:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: inline-block;
        margin: auto;
        width: 7px;
        height: 7px;
        content: "";
    }

.le-checkbox {
    position: absolute;
    margin: 7px 0 0 0 !important;
    width: 100%;
    height: 10px;
    vertical-align: middle;
    opacity: 0;
}

    .le-checkbox.big + .fake-box {
        width: 15px;
        height: 15px;
        border-radius: 0;
    }

    .le-checkbox + .fake-box {
        display: inline-block;
        margin: 0 5px 0 0;
        width: 10px;
        height: 10px;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        background-color: #fff;
        vertical-align: middle;
    }

    .le-checkbox:focus, .le-checkbox:hover {
        cursor: pointer;
    }

        .le-checkbox:focus + .fake-box, .le-checkbox:hover + .fake-box {
            background-color: #f9f9f9;
        }

.le-select {
    position: relative;
    display: inline-block;
    padding: 5px 16px 7px 5px;
    width: 100%;
    width: auto;
    border: 1px solid #ececec;
    background-color: #fff;
    color: #3d3d3d;
    vertical-align: top;
    font-size: 13px;
}

    .le-select .le-select-in {
        display: inline-block;
        width: auto;
        vertical-align: top;
    }

    .le-select select {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100% !important;
        height: 32px !important;
    }

    .le-select:after {
        position: absolute;
        top: 21%;
        right: 6px;
        height: 13px;
        color: #3d3d3d;
        content: "\f107";
        font-size: 15px;
        font-family: fontawesome;
    }

.le-links {
    list-style: none;
}

    .le-links li {
        line-height: 27px;
    }

        .le-links li a {
            text-transform: capitalize;
            font-size: 14px;
        }

            .le-links li a:hover:before {
                margin: 0 8px 0 0;
            }

            .le-links li a, .le-links li a:before {
                color: #3d3d3d;
            }

                .le-links li a:before {
                    margin: 2px 5px 0 0;
                    content: "\f0c8";
                    font-size: 12px;
                    font-family: fontawesome;
                    line-height: 24px;
                    -webkit-transition: all .3s ease;
                    -moz-transition: all .3s ease;
                    -o-transition: all .3s ease;
                    transition: all .3s ease;
                    float: left;
                    color: #666;
                }

#category-grid .sidebar .widget {
    border: solid 1px #ddd;
    margin-top: 25px;
    max-height: 260px;
    overflow: hidden;
    min-height: 260px;
}

    #category-grid .sidebar .widget .border {
        width: 50%;
        text-align: center;
        line-height: 36px;
        font-size: 14px;
        font-weight: bold;
        color: #666;
        float: left;
        background-color: #ddd;
    }

        #category-grid .sidebar .widget .border.on {
            color: #197fc3;
            background-color: #fff;
        }

.sidebar .widget.NewsList .body {
    display: none;
}

    .sidebar .widget.NewsList .body.on {
        display: block;
    }

.sidebar .widget.NewsList .border {
    cursor: pointer;
}

.accordion-widget {
    margin: 0 0 38px 0;
}

    .accordion-widget .accordion {
        margin: 20px 0 0 0;
        text-transform: capitalize;
    }

        .accordion-widget .accordion .accordion-inner {
            margin: 14px 0 20px 0;
            list-style: none;
        }

            .accordion-widget .accordion .accordion-inner li {
                line-height: 27px;
            }

                .accordion-widget .accordion .accordion-inner li a {
                    text-transform: capitalize;
                    font-size: 14px;
                }

                    .accordion-widget .accordion .accordion-inner li a:hover:before {
                        margin: 0 8px 0 0;
                    }

                    .accordion-widget .accordion .accordion-inner li a, .accordion-widget .accordion .accordion-inner li a:before {
                        color: #3d3d3d;
                    }

                        .accordion-widget .accordion .accordion-inner li a:before {
                            margin: 0 5px 0 0;
                            content: "\f105";
                            font-size: 14px;
                            font-family: fontawesome;
                            line-height: 15px;
                            -webkit-transition: all .3s ease;
                            -moz-transition: all .3s ease;
                            -o-transition: all .3s ease;
                            transition: all .3s ease;
                        }

            .accordion-widget .accordion .accordion-inner .accordion-body ul {
                padding: 0 0 0 20px;
            }

        .accordion-widget .accordion .accordion-toggle {
            display: block;
            font-weight: 600;
            font-size: 14px;
            line-height: 26px;
        }

            .accordion-widget .accordion .accordion-toggle:after {
                float: right;
                content: "\f068";
                font-family: fontawesome;
            }

            .accordion-widget .accordion .accordion-toggle.collapsed {
                color: #636363;
            }

                .accordion-widget .accordion .accordion-toggle.collapsed:after {
                    color: #636363;
                    content: "\f067";
                }

        .accordion-widget .accordion a {
            color: #636363;
        }

.slider {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .slider.slider-horizontal {
        width: 100% !important;
        height: 20px;
    }

        .slider.slider-horizontal .slider-track {
            top: 50%;
            left: 0;
            margin-top: -5px;
            width: 100%;
            height: 6px;
        }

        .slider.slider-horizontal .slider-selection {
            top: 0;
            bottom: 0;
            height: 100%;
        }

        .slider.slider-horizontal .slider-handle {
            margin-top: -5px;
        }

    .slider input {
        display: none;
    }

    .slider .tooltip-inner {
        white-space: nowrap;
    }

.slider-track {
    position: absolute;
    margin: 0 auto;
    width: 94% !important;
    background-color: #939393;
    background-repeat: repeat-x;
    cursor: pointer;
}

.slider-selection {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: repeat-x;
}

.slider-handle {
    position: absolute;
    top: -3px;
    margin-left: -3px !important;
    width: 20px;
    height: 20px;
    border: 5px solid;
    border-radius: 400px;
    background-color: #fff;
    background-repeat: repeat-x;
    opacity: 1;
}

.star-holder .star {
    display: inline;
}

.le-button {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .le-button.huge {
        padding: 18px 37px;
    }

    .le-button:hover {
        color: #fff;
    }

    .le-button.disabled {
        background-color: #c6c6c6;
        color: #fff;
        cursor: not-allowed;
    }

    .le-button.inverse {
        background-color: #e0e0e0;
        color: #3d3d3d;
        font-weight: 100;
    }

        .le-button.inverse:hover {
            background-color: #ececec;
            color: #3d3d3d;
        }

    .le-button.big {
        padding: 15px 34px;
    }

    .le-button.center-big {
        margin: auto;
        min-width: 200px;
        display: block;
        float: none;
    }

    .le-button.c59B210 {
        background-color: #59B210;
    }

        .le-button.c59B210:hover {
            background-color: #499a06;
        }

.btn-add-to-compare {
    display: inline-block;
    color: #3d3d3d;
    vertical-align: top;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 24px;
}

    .btn-add-to-compare:before {
        margin: 0 5px 0 0;
        color: #c6c6c6;
        font-size: 18px;
        font-family: fontawesome;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .btn-add-to-compare:before {
        content: "\f0ec";
    }

.btn-add-to-wishlist {
    display: inline-block;
    color: #3d3d3d;
    vertical-align: top;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 24px;
}

    .btn-add-to-wishlist:before {
        margin: 0 5px 0 0;
        color: #c6c6c6;
        font-size: 18px;
        font-family: fontawesome;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .btn-add-to-wishlist:before {
        content: "\f004";
    }

.dropdown .dropdown-toggle {
    padding: 0 14px 0 5px;
}

    .dropdown .dropdown-toggle:after {
        display: inline-block;
        margin: 0 0 0 3px;
        color: #e0e0e0;
        content: "\f107";
        vertical-align: sub;
        font-size: 15px;
        font-family: fontawesome;
        line-height: 15px;
    }

.dropdown .dropdown-menu {
    top: 120% !important;
    border-radius: 0;
}

.le-dropdown {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    vertical-align: top;
    font-weight: 700 !important;
    font-weight: 800;
}

    .le-dropdown i {
        margin: 0 6px 0 0;
    }

    .le-dropdown .dropdown-toggle {
        display: inline-block;
        padding: 19px 17px;
    }

        .le-dropdown .dropdown-toggle:after {
            margin: 0 0 0 5px;
            color: #fff;
            font-size: 24px;
        }

    .le-dropdown.open {
        border-radius: 5px 5px 0 0 !important;
    }

    .le-dropdown .dropdown-menu {
        top: 96% !important;
        right: 0 !important;
        left: 0 !important;
        padding: 0;
        border: 1px solid #e0e0e0 !important;
        border-radius: 0 0 5px 5px !important;
    }

        .le-dropdown .dropdown-menu li:first-child a, .le-dropdown .dropdown-menu li:last-child a {
            padding: 12px 15px;
        }

        .le-dropdown .dropdown-menu li:last-child, .le-dropdown .dropdown-menu li:last-child a {
            border-radius: 0 0 5px 5px;
        }

        .le-dropdown .dropdown-menu li a {
            display: block;
            margin: 0 !important;
            padding: 11px 15px;
            font-weight: 600;
        }

        .le-dropdown .dropdown-menu li:nth-child(2n+1) {
            background-color: #f9f9f9;
        }

        .le-dropdown .dropdown-menu li:nth-child(2n) {
            background-color: #fff;
        }

        .le-dropdown .dropdown-menu:before {
            display: none;
        }

    .le-dropdown .dropdown-toggle {
        text-transform: capitalize;
    }

        .le-dropdown .dropdown-toggle, .le-dropdown .dropdown-toggle i {
            color: #fff;
        }

.carousel-holder.hover {
    position: relative;
}

    .carousel-holder.hover.small .size-small {
        max-width: 134.7pt !important;
    }

        .carousel-holder.hover.small .size-small:hover .hover-area {
            bottom: 6px;
        }

.carousel-holder .title-nav {
    position: relative;
    margin: 0 0 32px 0;
}

    .carousel-holder .title-nav h1, .carousel-holder .title-nav h2 {
        display: inline-block;
        padding: 0 23px 0 0;
        background-color: #fff;
        color: #3d3d3d;
        vertical-align: top;
        text-transform: capitalize;
        letter-spacing: 0;
        font-weight: 400 !important;
    }

    .carousel-holder .title-nav h1 {
        font-size: 33px;
        line-height: 40px;
    }

    .carousel-holder .title-nav h2 {
        font-size: 14px;
        line-height: 24px;
    }

    .carousel-holder .title-nav .nav-holder {
        float: right;
        display: inline-block;
    }

        .carousel-holder .title-nav .nav-holder a {
            margin: 0 3px;
            color: #d3d3d3 !important;
            font-size: 29px;
            line-height: 40px;
        }

        .carousel-holder .title-nav .nav-holder:after {
            position: absolute;
            top: 50%;
            right: 0;
            left: 0;
            z-index: -1;
            margin: 0 auto;
            width: 90%;
            height: 1px;
            background-color: #e0e0e0;
            content: "";
        }

        .carousel-holder .title-nav .nav-holder a {
            color: #e0e0e0;
        }

.brands-carousel .carousel-item {
    /*margin: 0 27px 10px 0;*/
    margin: 13px 3px 8px 21px;
    width: 168px;
    text-align: center;
    height: 100px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

    .brands-carousel .carousel-item img {
        padding: 25px;
    }

.brands-carousel .carousel12-item {
    margin: 0 27px 10px 0;
    width: 168px;
    text-align: center;
    height: 130px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

    .brands-carousel .carousel12-item img {
        width: 160px;
        height: 100px;
    }

.brands-carousel .carousel-item img {
    width: 160px;
    height: 100px;
}

.brands-carousel .carousel-item a {
    display: block;
    margin: 2px 0 0 0;
    padding: 0px 4px;
}

    .brands-carousel .carousel-item a img {
        display: inline-block;
        vertical-align: middle;
    }

.index-server {
    margin: 50px auto;
}

    .index-server li {
        font-size: 25px;
        font-weight: 500;
    }

    .index-server img {
        margin-left: 55px;
        margin-right: 10px;
    }

.owl-carousel {
    text-align: center;
    cursor: default;
}

.owl-controls {
    position: relative;
    display: inline-block;
    margin-top: 40px;
}

.panel-group .panel .owl-controls {
    margin-top: 25px;
}

.panel-group.blank .panel .owl-controls {
    margin-top: 40px;
}

.owl-pagination {
    position: relative;
    line-height: 30px;
}

.owl-buttons {
    display: none;
}

.owl-next, .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    width: 30px;
    height: 30px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #d3d3d3;
    color: #FFF;
    font-size: 21px;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.owl-prev {
    left: -35px;
}

.owl-next {
    right: -35px;
}

.owl-carousel:hover .owl-prev {
    left: -40px;
    opacity: .25;
}

.owl-carousel:hover .owl-next {
    right: -40px;
    opacity: .25;
}

    .owl-carousel:hover .owl-next:hover, .owl-carousel:hover .owl-prev:hover {
        opacity: 1;
    }

.owl-outer-nav:after {
    position: absolute;
    top: 0;
    left: -15%;
    z-index: 0;
    width: 130%;
    height: 100%;
    content: "";
}

.pic {
    margin-top: 20px;
}

#pro-advantage img {
    height: 150px;
    width: 235px;
    padding: 10px;
}

#pro-hot {
    margin-top: 10px;
}

.owl-outer-nav .owl-next, .owl-outer-nav .owl-pagination, .owl-outer-nav .owl-prev, .owl-outer-nav .owl-wrapper-outer {
    z-index: 1;
}

.owl-outer-nav .owl-controls {
    position: static;
}

.owl-outer-nav .owl-prev {
    left: -65px;
}

.owl-outer-nav .owl-next {
    right: -65px;
}

.owl-outer-nav:hover .owl-prev {
    left: -80px;
}

.owl-outer-nav:hover .owl-next {
    right: -80px;
}

.owl-ui-md .owl-pagination {
    line-height: 45px;
}

.owl-ui-md .owl-next, .owl-ui-md .owl-prev {
    width: 45px;
    height: 45px;
    font-size: 45px;
}

.owl-ui-md .owl-prev {
    left: -55px;
}

.owl-ui-md .owl-next {
    right: -55px;
}

.owl-ui-md:hover .owl-prev {
    left: -60px;
}

.owl-ui-md:hover .owl-next {
    right: -60px;
}

.owl-outer-nav.owl-ui-md:after {
    left: -18%;
    width: 136%;
}

.owl-outer-nav.owl-ui-md .owl-prev {
    left: -85px;
}

.owl-outer-nav.owl-ui-md .owl-next {
    right: -85px;
}

.owl-outer-nav.owl-ui-md:hover .owl-prev {
    left: -100px;
}

.owl-outer-nav.owl-ui-md:hover .owl-next {
    right: -100px;
}

.owl-ui-lg .owl-pagination {
    line-height: 60px;
}

.owl-ui-lg .owl-next, .owl-ui-lg .owl-prev {
    width: 60px;
    height: 60px;
    font-size: 42px;
}

.owl-ui-lg .owl-prev {
    left: -75px;
}

.owl-ui-lg .owl-next {
    right: -75px;
}

.owl-ui-lg:hover .owl-prev {
    left: -80px;
}

.owl-ui-lg:hover .owl-next {
    right: -80px;
}

.owl-outer-nav.owl-ui-lg:after {
    left: -22%;
    width: 144%;
}

.owl-outer-nav.owl-ui-lg .owl-prev {
    left: -105px;
}

.owl-outer-nav.owl-ui-lg .owl-next {
    right: -105px;
}

.owl-outer-nav.owl-ui-lg:hover .owl-prev {
    left: -120px;
}

.owl-outer-nav.owl-ui-lg:hover .owl-next {
    right: -120px;
}

.owl-inner-nav .owl-controls {
    position: static;
}

.owl-inner-nav .owl-prev {
    left: 45px;
}

.owl-inner-nav .owl-next {
    right: 45px;
}

.owl-inner-nav:hover .owl-prev {
    left: 30px;
}

.owl-inner-nav:hover .owl-next {
    right: 30px;
}

.owl-inner-nav .owl-next, .owl-inner-nav .owl-prev, .owl-outer-nav .owl-next, .owl-outer-nav .owl-prev {
    bottom: 70px;
}

.owl-inner-nav.owl-ui-md .owl-next, .owl-inner-nav.owl-ui-md .owl-prev, .owl-outer-nav.owl-ui-md .owl-next, .owl-outer-nav.owl-ui-md .owl-prev {
    bottom: 85px;
}

.owl-inner-nav.owl-ui-lg .owl-next, .owl-inner-nav.owl-ui-lg .owl-prev, .owl-outer-nav.owl-ui-lg .owl-next, .owl-outer-nav.owl-ui-lg .owl-prev {
    bottom: 100px;
}

.owl-inner-pagination .owl-next, .owl-inner-pagination .owl-pagination, .owl-inner-pagination .owl-prev {
    top: -60px;
    margin-top: -40px;
}

.owl-inner-pagination.owl-ui-md .owl-next, .owl-inner-pagination.owl-ui-md .owl-pagination, .owl-inner-pagination.owl-ui-md .owl-prev {
    top: -65px;
    margin-top: -50px;
}

.owl-inner-pagination.owl-ui-lg .owl-next, .owl-inner-pagination.owl-ui-lg .owl-pagination, .owl-inner-pagination.owl-ui-lg .owl-prev {
    top: -75px;
    margin-top: -60px;
}

.owl-inner-pagination.owl-inner-nav .owl-next, .owl-inner-pagination.owl-inner-nav .owl-prev, .owl-inner-pagination.owl-outer-nav .owl-next, .owl-inner-pagination.owl-outer-nav .owl-prev {
    top: 0;
    bottom: 43px;
    margin: auto;
}

.owl-inner-pagination .owl-pagination {
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.owl-inner-pagination:hover .owl-pagination {
    opacity: 1;
}

.owl-inner-pagination.owl-inner-nav .owl-pagination, .owl-inner-pagination.owl-outer-nav .owl-pagination {
    top: -45px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
    top: -50px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
    top: -60px;
}

.owl-inner-pagination.owl-inner-nav:hover .owl-pagination, .owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
    top: -60px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
    top: -65px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
    top: -75px;
}
/**-----------------------------------*/
#owl-main .item {
    height: 473px;
    background-color: #FFF;
    background-position: center 55%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#owl-main.height-md .item {
    height: 457px;
}

#owl-main.height-lg .item {
    height: 675px;
}

#owl-main .container {
    display: table;
    height: inherit;
}

#owl-main .caption {
    display: table-cell;
}

    #owl-main .caption.vertical-center {
        padding-bottom: 3vh;
        vertical-align: middle;
    }

    #owl-main .caption.vertical-top {
        padding-top: 8vh;
        vertical-align: top;
    }

    #owl-main .caption.vertical-bottom {
        padding-bottom: 14vh;
        vertical-align: bottom;
    }

    #owl-main .caption.text-center {
        padding-right: 10%;
        padding-left: 10%;
    }

    #owl-main .caption.text-left {
        padding-right: 20%;
    }

    #owl-main .caption.text-right {
        padding-left: 20%;
    }

#owl-main .owl-controls {
    position: static;
    display: block;
    margin-top: -47px;
}

#owl-main .owl-pagination {
    position: relative;
    bottom: -40px;
    display: inline-block;
    margin: auto;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*background: #FFF;*/
    line-height: inherit;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

#owl-main:hover .owl-pagination {
    bottom: 0px;
    opacity: 1;
}

#owl-main .owl-next, #owl-main .owl-prev {
    bottom: 0;
}

.owl-controls .owl-page {
    display: inline-block;
}

.owl-pagination .owl-page {
    border: 1px solid transparent;
}

    .owl-pagination .owl-page span {
        display: inline-block;
        margin: 0 5px;
        width: 15px;
        height: 15px;
        border: none;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #d3d3d3;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }

.owl-item-gap .item {
    margin: 0 15px;
}

.owl-item-gap-sm .item {
    margin: 0 10px;
}

.owl-item.loading {
    min-height: inherit;
    background: 0 0;
}

#owl-recently-viewed .owl-wrapper-outer, #owl-recently-viewed-2 .owl-wrapper-outer {
    padding-bottom: 70px;
    width: 100.1%;
}

    #owl-recently-viewed .owl-wrapper-outer .owl-item:hover .product-item-holder, #owl-recently-viewed-2 .owl-wrapper-outer .owl-item:hover .product-item-holder {
        border-right-width: 1px;
    }

    #owl-recently-viewed .owl-wrapper-outer .owl-item .product-item-holder, #owl-recently-viewed-2 .owl-wrapper-outer .owl-item .product-item-holder {
        border-right-width: 0;
    }

        #owl-recently-viewed .owl-wrapper-outer .owl-item .product-item-holder .wish-compare a, #owl-recently-viewed-2 .owl-wrapper-outer .owl-item .product-item-holder .wish-compare a {
            margin: 0 7px;
        }

#owl-recommended-products .owl-wrapper-outer {
    padding-bottom: 10px;
    width: 100.1%;
}

    #owl-recommended-products .owl-wrapper-outer .owl-item:hover .product-item-holder {
        border-right-width: 1px;
    }

    #owl-recommended-products .owl-wrapper-outer .owl-item .product-item-holder {
        border-right-width: 0;
    }

        #owl-recommended-products .owl-wrapper-outer .owl-item .product-item-holder .wish-compare a {
            margin: 0 7px;
        }

    #owl-recommended-products .owl-wrapper-outer .owl-item .product-item-holder {
        overflow: hidden;
        height: 225px;
        min-height: 225px;
        border-right-width: 1px;
        margin-bottom: 10px;
    }

.product-item-holder.hover {
    position: relative;
}

    .product-item-holder.hover.size-small .product-item .add-cart-button {
        margin-bottom: 10px;
    }

        .product-item-holder.hover.size-small .product-item .add-cart-button a {
            padding: 5px 10px !important;
            font-size: 12px !important;
        }

            .product-item-holder.hover.size-small .product-item .add-cart-button a:before {
                font-size: 12px !important;
            }

    .product-item-holder.hover.size-small .product-item .hover-area {
        bottom: 9px;
    }

        .product-item-holder.hover.size-small .product-item .hover-area .wish-compare a {
            margin: 0 8px;
            font-size: 11px !important;
        }

            .product-item-holder.hover.size-small .product-item .hover-area .wish-compare a:before {
                margin-right: 3px;
                font-size: 12px !important;
            }

    .product-item-holder.hover.size-medium .product-item .wish-compare a {
        margin: 0 5px !important;
    }

    .product-item-holder.hover.size-medium .product-item .add-cart-button {
        margin-bottom: 10px;
    }

        .product-item-holder.hover.size-medium .product-item .add-cart-button a {
            padding: 5px 10px !important;
            font-size: 12px;
        }

    .product-item-holder.hover.size-medium .product-item .hover-area {
        bottom: 7px;
    }

    .product-item-holder.hover .product-item .hover-area {
        bottom: 11px;
        display: none;
        width: 100%;
        text-align: center;
    }

        .product-item-holder.hover .product-item .hover-area .wish-compare a {
            margin: 0 10px;
        }

        .product-item-holder.hover .product-item .hover-area .add-cart-button {
            position: relative;
            padding-bottom: 10px;
        }

            .product-item-holder.hover .product-item .hover-area .add-cart-button a {
                position: relative;
                z-index: 10;
                padding: 13px 31px;
            }

            .product-item-holder.hover .product-item .hover-area .add-cart-button:before {
                position: absolute;
                top: 50%;
                left: 0;
                z-index: 0;
                width: 100%;
                height: 1px;
                background-color: #e0e0e0;
                content: "";
            }

    .product-item-holder.hover.test .product-item, .product-item-holder.hover:hover .product-item {
        z-index: 200;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 5px 0 #c6c6c6;
    }

    .product-item-holder.hover.test .hover-area, .product-item-holder.hover:hover .hover-area {
        display: block;
    }

.product-grid-holder .row:nth-child(n+2) .product-item-holder {
    border-top: 0;
}

.product-grid-holder .product-item-holder {
    position: relative;
    margin-bottom: -16px;
    min-height: 270px;
    border: 1px solid #ececec;
    border-right: 0;
    background-color: #fff;
}

    .product-grid-holder .product-item-holder:last-child {
        border-right: 1px solid #ececec;
    }

    .product-grid-holder .product-item-holder .image {
        padding: 0;
        width: 200px;
        height: 200px;
        margin: auto;
    }

    .product-grid-holder .product-item-holder .prices {
        margin: 0 34px;
        padding: 11px 0;
    }

    .product-grid-holder .product-item-holder .body {
        margin: 0 34px;
        min-height: 67px;
        border-bottom: 1px solid #ececec;
    }

    .product-grid-holder .product-item-holder.size-big .body {
        min-height: 133px;
    }

        .product-grid-holder .product-item-holder.size-big .body .title {
            margin: 10px 0 0 0;
            min-height: 36px;
            font-size: 20px;
            line-height: 26px;
        }

    .product-grid-holder .product-item-holder.size-big .prices {
        padding: 11px 0 18px 0;
    }

        .product-grid-holder .product-item-holder.size-big .prices .le-button {
            margin-left: 10px;
        }

    .product-grid-holder .product-item-holder.size-big .price-current {
        font-size: 26px !important;
        line-height: 55px;
    }

    .product-grid-holder .product-item-holder.size-medium {
        max-width: 224.8px;
        Z min-height: 323px;
    }

        .product-grid-holder .product-item-holder.size-medium .body {
            margin: 0 20px;
        }

            .product-grid-holder .product-item-holder.size-medium .body .title {
                min-height: 36px;
                line-height: 19px;
            }

    .product-grid-holder .product-item-holder.size-small {
        max-width: 146.2pt !important;
        min-height: 220px;
        margin-bottom: 0px;
    }

        .product-grid-holder .product-item-holder.size-small .ribbon {
            top: 0;
        }

        .product-grid-holder .product-item-holder.size-small .image {
            padding: 0;
            width: 160px;
            height: 160px;
        }

    .product-grid-holder .product-item-holder .body {
        border: none;
        width: 100%;
        margin: 0px;
        height: auto;
        overflow: hidden;
        min-height: 30px;
        line-height: 24px;
        font-size: 12px;
        text-align: center;
    }

    .product-grid-holder .product-item-holder.size-small .title {
        margin: 0;
        line-height: 28px;
    }

    .product-grid-holder .product-item-holder.size-small .prices {
        margin: 0 15px;
        padding: 8px 0;
    }

    .product-grid-holder .product-item-holder .prices .price-current.text-right {
        margin: auto;
        display: table;
    }

.product-item-holder {
    background-color: #fff;
    border: 1px solid #ececec;
    margin-right: 8px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 24%;
}

    .product-item-holder .ribbon {
        position: absolute;
    }

.hotpro-item .image {
    height: 200px;
    margin: auto;
    width: 200px;
}

.product-item-holder .prices {
    margin: 0 15px;
    padding: 10px 0 30px;
}

.product-item-holder .price-prev {
    display: inline-block;
    color: #d3d3d3;
    font-weight: 700 !important;
    font-weight: 800;
    font-size: 14px;
}

.product-item-holder .price-current {
    position: relative;
    display: inline-block;
    padding: 0px 5px;
    background-color: #f8484a;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
}

    .product-item-holder .price-current:before {
        position: absolute;
        top: 6px;
        left: -6px;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent #f8484a transparent transparent;
        border-style: solid;
        border-width: 4px 6.9px 4px 0;
        content: '';
    }

width: 0; height: 0; border-style: solid; border-width: 4px 6.9px 4px 0; border-color: transparent #007bff transparent transparent; .product-item-holder .body .title {
    margin: 7px 0 0 0;
    text-transform: capitalize;
    line-height: 19px;
}

.product-item-holder .body {
    border: medium none;
    font-size: 12px;
    height: auto;
    line-height: 24px;
    margin: 0;
    min-height: 30px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.product-item-holder:hover {
    box-shadow: 0 2px 2px 0 rgba(83,78,78,0.5);
}

.product-item-holder .image img {
    height: auto;
    margin: auto;
    padding: 40px;
    width: 100%;
}

.product-item-holder .body .title a {
    color: #0e53a5;
    font-weight: 700;
}

.product-item-holder .body .brand {
    color: #3d3d3d;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 30px;
}

.product-grid-holder.medium .product-item-holder .prices {
    margin: 0 20px;
}

.single-product-gallery .single-product-gallery-item {
    display: inline-block;
}

    .single-product-gallery .single-product-gallery-item a {
        display: block;
        padding: 20px;
    }

.single-product-gallery .gallery-thumbs {
    position: relative;
    margin: 0 20px 0 9%;
    text-align: left;
}

    .single-product-gallery .gallery-thumbs .nav-holder {
        position: absolute;
        top: 0;
        z-index: 50;
        padding: 3px;
        width: 23px;
        height: 100%;
        background-color: #fff;
    }

        .single-product-gallery .gallery-thumbs .nav-holder.right {
            right: 0;
        }

        .single-product-gallery .gallery-thumbs .nav-holder.left {
            left: 0;
        }

    .single-product-gallery .gallery-thumbs .next-btn, .single-product-gallery .gallery-thumbs .prev-btn {
        position: absolute;
        z-index: 10;
        display: inline-block;
        width: 90%;
        height: 90%;
        border-radius: 2px;
        background-color: #e0e0e0;
        vertical-align: top;
    }

        .single-product-gallery .gallery-thumbs .next-btn:after, .single-product-gallery .gallery-thumbs .prev-btn:after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            height: 30px;
            color: #fff;
            text-align: center;
            font-size: 18px;
            font-family: fontawesome;
            line-height: 30px;
        }

    .single-product-gallery .gallery-thumbs .next-btn {
        right: 0;
    }

        .single-product-gallery .gallery-thumbs .next-btn:after {
            content: ">";
        }

    .single-product-gallery .gallery-thumbs .prev-btn {
        left: 0;
    }

        .single-product-gallery .gallery-thumbs .prev-btn:after {
            content: "<";
        }

    .single-product-gallery .gallery-thumbs .item, .single-product-gallery .gallery-thumbs li {
        float: left;
        display: inline-block;
    }

        .single-product-gallery .gallery-thumbs .item a, .single-product-gallery .gallery-thumbs li a {
            display: inline-block;
            min-height: 60px;
            border: 1px solid #e0e0e0;
        }

.grid-list-products {
    margin: 0 0 59px 0;
}

    .grid-list-products .result-counter {
        padding: 30px 0;
        text-align: right;
        font-size: 13px;
        line-height: 20px;
    }

    .grid-list-products .product-grid-holder {
        margin: 36px 0 0 0;
        border: 1px solid #ececec;
        border-right: 0;
        border-bottom: 0;
    }

        .grid-list-products .product-grid-holder .product-item-holder {
            border: 1px solid #ececec;
            border-top: 0;
            border-left: 0;
        }

            .grid-list-products .product-grid-holder .product-item-holder .image {
                padding: 30px 0 6px 0;
            }

        .grid-list-products .product-grid-holder .pagination-holder .pagination {
            display: inline-block;
        }

    .grid-list-products .section-title {
        margin: 32px 0 11px;
        font-size: 27px;
    }

    .grid-list-products .control-bar {
        padding: 5px 13px;
        border-radius: 5px;
        background-color: #f9f9f9;
        overflow: auto;
    }

        .grid-list-products .control-bar #popularity-sort {
            margin: 0 18px 0 0;
            width: 190px;
        }

    .grid-list-products .grid-list-buttons {
        float: right;
        display: inline-block;
        padding: 7px;
        vertical-align: top;
    }

        .grid-list-products .grid-list-buttons ul li {
            display: inline-block;
            margin: 0 23px 0 0;
            min-width: 49px;
            vertical-align: top;
        }

            .grid-list-products .grid-list-buttons ul li:last-child {
                margin: 0;
            }

            .grid-list-products .grid-list-buttons ul li.active a {
                font-weight: 700 !important;
                font-weight: 800;
            }

            .grid-list-products .grid-list-buttons ul li a {
                color: #3d3d3d;
                font-weight: 600;
                font-size: 12px;
            }

                .grid-list-products .grid-list-buttons ul li a i {
                    color: #ccc;
                    vertical-align: bottom;
                    font-size: 19px;
                }

.products-list {
    margin: 36px 0 27px 0;
}

    .products-list .product-item {
        position: relative;
        min-height: 0px;
        border: 1px solid #e0e0e0;
        border-bottom: 0;
    }

        .products-list .product-item:last-child {
            border-bottom: 1px solid #e0e0e0;
        }

        .products-list .product-item .row {
            margin: 0;
            padding: 0;
        }

            .products-list .product-item .row .image-holder {
                padding: 19px;
                width: 31% !important;
            }

            .products-list .product-item .row .body-holder {
                padding: 13px 0;
                width: 47%;
            }

                .products-list .product-item .row .body-holder .body .brand {
                    border-bottom: 1px solid #e0e0e0;
                }

                .products-list .product-item .row .body-holder .body .excerpt {
                    margin: 10px 0 16px 0;
                    font-size: 12px;
                }

                    .products-list .product-item .row .body-holder .body .excerpt .star-holder {
                        margin: -4px 0 6px 0;
                    }

                        .products-list .product-item .row .body-holder .body .excerpt .star-holder img {
                            width: 16px;
                            height: 16px;
                        }

            .products-list .product-item .row .price-area {
                padding: 10px 20px;
                width: 22%;
            }

                .products-list .product-item .row .price-area .price-current {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 12px;
                    line-height: 22px;
                    background-color: transparent;
                    color: #666;
                    font-weight: normal;
                }

                    .products-list .product-item .row .price-area .price-current span {
                        color: #f8484a;
                        font-weight: bold;
                    }

                        .products-list .product-item .row .price-area .price-current span.r {
                            background-color: #f8484a;
                            color: #fff;
                            padding: 0px 5px;
                        }

                    .products-list .product-item .row .price-area .price-current:before {
                        display: none;
                    }

                .products-list .product-item .row .price-area .price-prev {
                    display: inline-block;
                    margin: 0 0 0 4px;
                    vertical-align: middle;
                }

                .products-list .product-item .row .price-area .le-button {
                    margin: 0 0 18px 0;
                    padding: 13px 28px;
                }

#top-banner-and-menu {
    margin: 0px 0 0 0;
}

    #top-banner-and-menu.homepage2 {
        margin: 0;
        background-color: #f6f6f6;
    }

.homebanner-holder {
    margin: 0;
    padding: 0;
    padding-left: 2px;
    width: 78.5% !important;
}

.homebanner-slider {
    position: relative;
}

    .homebanner-slider:hover .nav-holder {
        opacity: 1;
    }

    .homebanner-slider .nav-holder {
        position: absolute;
        top: 40%;
        z-index: 10;
        display: block;
        width: 100%;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        .homebanner-slider .nav-holder .btn-next, .homebanner-slider .nav-holder .btn-prev {
            position: absolute;
            font-size: 100px;
        }

            .homebanner-slider .nav-holder .btn-next:hover, .homebanner-slider .nav-holder .btn-prev:hover {
                color: #333;
            }

        .homebanner-slider .nav-holder .btn-prev {
            left: 10px;
        }

        .homebanner-slider .nav-holder .btn-next {
            right: 10px;
        }

.homebanner {
    display: inline-block;
}

    .homebanner a {
        display: block;
    }

        .homebanner a:hover {
            opacity: .9;
        }

#owl-main .caption {
    position: absolute;
    top: 11%;
    left: 5%;
    z-index: 10;
    color: #636363;
    letter-spacing: -3px;
}

    #owl-main .caption.right {
        top: 10%;
        right: 2%;
        left: auto;
    }

    #owl-main .caption .big-text {
        text-transform: uppercase;
        font-size: 50px;
        line-height: 64px;
    }

        #owl-main .caption .big-text .big {
            position: relative;
            top: -11px;
            left: 9px;
            display: block;
            font-weight: 800;
            font-size: 90px;
            line-height: 70px;
        }

            #owl-main .caption .big-text .big .sign {
                vertical-align: super;
                font-size: 42px;
            }

    #owl-main .caption .excerpt {
        margin-top: 15px;
        text-transform: uppercase;
        letter-spacing: -1px;
        font-size: 28px;
        line-height: 28px;
    }

    #owl-main .caption .small {
        margin: 11px 0;
        text-transform: capitalize;
        letter-spacing: -1px;
    }

    #owl-main .caption .button-holder {
        margin: 31px 0 0;
    }

        #owl-main .caption .button-holder a {
            letter-spacing: 0;
        }

.banner > a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.banner img {
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/*.banner:hover img {
    opacity: .9;
    -webkit-transform: rotate(-1deg) scale(1.1);
    -moz-transform: rotate(-1deg) scale(1.1);
    -o-transform: rotate(-1deg) scale(1.1);
    -ms-transform: rotate(-1deg) scale(1.1);
}

.banner .banner-text {
    position: absolute;
    top: 30%;
    left: 4%;
    z-index: 200;
    color: #3d3d3d;
}*/

.banner .banner-text.theblue .tagline, .banner .banner-text.theblue h1 {
    color: #4F6276;
}

.banner .banner-text.right {
    right: 4%;
    left: auto;
}

.banner .banner-text h1 {
    text-transform: capitalize;
    font-weight: 800 !important;
    font-size: 36px;
    line-height: 38px;
}

.banner .banner-text .tagline {
    text-transform: capitalize;
    font-weight: 100;
    font-size: 20px;
    line-height: 33px;
}

#banner-holder {
    margin: 23px 0;
}

#products-tab .image {
    margin: auto;
    width: 200px;
    height: 200px;
}

    #products-tab .image img {
        max-width: 200px;
        max-height: 200px;
    }

.nav-tabs {
    border: none;
}

    .nav-tabs, .nav-tabs a, .nav-tabs li, .nav-tabs ul {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        .nav-tabs.simple li a {
            border-bottom: 1px solid #e0e0e0;
        }

        .nav-tabs.simple li.active a {
            padding: 14px 44px;
            border: 1px solid #e0e0e0;
            background-color: #fff;
            color: #3d3d3d;
        }

            .nav-tabs.simple li.active a:hover {
                border: 1px solid #d3d3d3;
                background-color: #e0e0e0;
                color: #3d3d3d;
            }

        .nav-tabs li {
            float: none;
            display: inline-block;
            vertical-align: bottom;
        }

            .nav-tabs li a {
                margin: 0 3px;
                padding: 18px 39px;
                border: none;
                background-color: #f9f9f9;
                color: #3d3d3d;
                text-transform: capitalize;
                font-size: 15px;
                line-height: 13px;
            }

            .nav-tabs li.active a {
                margin-left: 0 !important;
                padding: 16px 53px;
                text-transform: capitalize;
                font-weight: 600;
                font-size: 19px;
                line-height: 30px;
            }

                .nav-tabs li.active a, .nav-tabs li.active a:focus {
                    border: none !important;
                    color: #fff !important;
                }

                    .nav-tabs li.active a:hover {
                        border: none;
                        color: #fff;
                        cursor: pointer;
                    }

.btn-loadmore {
    display: inline-block;
    margin: 10px 0;
    padding: 3px 8px 3px 5px;
    border: solid 1px #999;
    border-radius: 4px;
    color: #575757;
    text-align: center;
    text-transform: capitalize;
}

    .btn-loadmore:hover i:before {
        color: #fff;
    }

    .btn-loadmore i {
        position: relative;
        display: inline-block;
        width: 22px;
        height: 22px;
        border-radius: 5px;
        background-color: #f9f9f9;
        vertical-align: middle;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        .btn-loadmore i:before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: inline-block;
            margin: auto;
            width: 10px;
            height: 10px;
            color: #575757;
            vertical-align: middle;
            text-align: center;
            font-size: 10px;
            line-height: 12px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

#single-product .gallery-holder {
    width: 433px;
}

#single-product .body-holder {
    width: 433px;
}

    #single-product .body-holder .body {
        padding: 0 37px;
    }

        #single-product .body-holder .body .availability {
            display: inline-block;
            margin: 0 0 0 21px;
            vertical-align: top;
            line-height: 20px;
        }

        #single-product .body-holder .body .title a {
            color: #3d3d3d;
            letter-spacing: -1px;
            font-weight: 500;
            font-size: 30px;
            line-height: 36px;
        }

        #single-product .body-holder .body .brand {
            margin-bottom: 15px;
            padding-bottom: 7px;
            border-bottom: 1px solid #e0e0e0;
            text-transform: uppercase;
            font-size: 20px;
            line-height: 22px;
        }

    #single-product .body-holder .stButton .stFb, #single-product .body-holder .stButton .stMainServices, #single-product .body-holder .stButton .stTwbutton {
        height: 23px;
    }

    #single-product .body-holder .buttons-holder, #single-product .body-holder .social-row {
        display: inline-block;
        vertical-align: top;
    }

    #single-product .body-holder .buttons-holder {
        margin: 0 0 0 10px;
    }

        #single-product .body-holder .buttons-holder .btn-add-to-wishlist {
            margin: 0 20px 0 0;
        }

    #single-product .body-holder .excerpt {
        margin: 22px 0;
    }

    #single-product .body-holder .price-current {
        display: inline-block;
        color: #f8484a;
        vertical-align: top;
        font-weight: 700;
        font-size: 24px;
        width: 500px;
    }

    #single-product .body-holder .button {
        overflow: auto;
    }

        #single-product .body-holder .button .button-title {
            float: left;
            display: inline-block;
            margin-top: 10px;
        }

        #single-product .body-holder .button label {
            float: left;
            display: inline-block;
            margin-top: 5px;
            font-size: 14px;
        }

            #single-product .body-holder .button label div span {
                font-weight: bold;
            }

            #single-product .body-holder .button label:hover div span {
                color: #f8484a;
            }

            #single-product .body-holder .button label input:checked + div span {
                color: #f8484a;
            }

            #single-product .body-holder .button label input {
                display: none;
            }

                #single-product .body-holder .button label input + div {
                    display: inline-block;
                    padding: 5px 10px;
                    border: solid 1px #ccc;
                    font-weight: 400;
                    cursor: pointer;
                }

                #single-product .body-holder .button label input:checked + div {
                    padding: 4px 9px;
                    border: solid 2px #e4393c;
                }

    #single-product .body-holder .price-current .unit {
        color: #666;
        font-size: 18px;
    }

    #single-product .body-holder .price-prev {
        display: inline-block;
        margin: 0 0 0 16px;
        color: #e0e0e0;
        vertical-align: bottom;
        vertical-align: top;
        text-decoration: line-through;
        font-weight: 600;
        font-size: 20px;
        line-height: 40px;
    }

    #single-product .body-holder .qnt-holder {
        display: inline-block;
        margin: 24px 0;
        vertical-align: top;
        margin-top: 10px;
        margin-left: 250px;
        width: 200px;
        height: 100px;
    }

    #single-product .body-holder .qnt-holder1 {
        display: inline-block;
        margin: 24px 0;
        vertical-align: top;
        margin-top: -134px;
        margin-left: 420px;
        width: 200px;
        height: 100px;
    }

    #single-product .body-holder #addto-cart {
        margin: 18px 0 0 0;
        display: block;
    }

#single-product .single-product-gallery-item {
    padding-bottom: 0px;
    width: 100%;
}

    #single-product .single-product-gallery-item img {
        width: 433px;
    }

#single-product .product-item-holder {
    border: none;
}

    #single-product .product-item-holder .owl-wrapper-outer {
        border: 1px solid #e0e0e0;
    }

#single-product .gallery-thumbs {
    margin: 10px 0 0 0;
}

    #single-product .gallery-thumbs .owl-wrapper-outer {
        border: none;
    }

    #single-product .gallery-thumbs img {
        width: 67px;
    }

#owl-single-product .single-product-gallery-item > a {
    display: inline;
}

#owl-single-product-thumbnails .owl-wrapper-outer {
    width: 100.1%;
}

#owl-single-product-thumbnails .owl-item {
    border: 1px solid #e0e0e0;
    border-right-width: 0;
}

    #owl-single-product-thumbnails .owl-item:last-child {
        border-right-width: 1px;
    }

    #owl-single-product-thumbnails .owl-item .horizontal-thumb {
        display: block;
        width: 68px;
        height: 68px;
        margin: auto;
        float: initial;
    }

.single-product-gallery-thumbs .nav-holder {
    display: none;
}

    .single-product-gallery-thumbs .nav-holder:hover {
        opacity: 1;
    }

.single-product-gallery-thumbs:hover .nav-holder {
    display: block;
    opacity: .8;
}

.le-quantity {
    position: relative;
    display: inline-block;
    padding: 12px;
    border: 1px solid #e0e0e0;
}

    .le-quantity .minus, .le-quantity .plus {
        position: absolute;
        top: 0;
        padding: 3px 14px;
        width: 5px;
        height: 100%;
        background-color: #f9f9f9;
        font-family: fontawesome;
    }

        .le-quantity .minus:hover, .le-quantity .plus:hover {
            background-color: #f6f6f6;
        }

        .le-quantity .minus, .le-quantity .minus:after, .le-quantity .plus, .le-quantity .plus:after {
            color: #3d3d3d;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

            .le-quantity .minus:after, .le-quantity .plus:after {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                width: 20px;
                height: 10px;
                font-size: 10px;
            }

    .le-quantity .minus {
        left: 0;
        border-right: 1px solid #e0e0e0;
    }

        .le-quantity .minus:after {
            content: "-";
            text-align: center;
            font-weight: 700;
            font-size: 24px;
            line-height: 10px;
        }

    .le-quantity .plus {
        right: 0;
        border-left: 1px solid #e0e0e0;
    }

        .le-quantity .plus:after {
            content: "+";
            text-align: center;
            font-weight: 700;
            font-size: 24px;
            line-height: 10px;
        }

    .le-quantity input {
        width: 130px;
        border: none;
        background-color: #fff;
        color: #3d3d3d;
        text-align: center;
        font-size: 16px;
    }

.meta-row label {
    text-transform: capitalize;
    font-weight: 700 !important;
    font-weight: 800;
}

.meta-row span {
    color: #3d3d3d;
    text-transform: capitalize;
    font-weight: 500;
}

    .meta-row span a {
        text-transform: capitalize;
        font-weight: 600;
    }

        .meta-row span a:hover {
            color: #3d3d3d;
        }

#single-product-tab {
    margin: 42px 0 20px 0;
}

    #single-product-tab .tab-content {
        border: 1px solid #e0e0e0;
    }

    #single-product-tab .tab-pane {
        padding: 35px;
    }

        #single-product-tab .tab-pane p {
            margin-bottom: 24px;
        }

        #single-product-tab .tab-pane .meta-row {
            margin: 47px 0 0 0;
            font-size: 14px;
        }

            #single-product-tab .tab-pane .meta-row .seperator {
                margin: 0 20px;
            }

    #single-product-tab .new-review-form {
        margin: 53px 0 0 0;
    }

        #single-product-tab .new-review-form .field-row {
            margin-bottom: 36px;
        }

        #single-product-tab .new-review-form h2 {
            text-transform: capitalize;
            font-size: 22px;
            line-height: 36px;
        }

        #single-product-tab .new-review-form form {
            margin: 27px 0 0 0;
        }

        #single-product-tab .new-review-form .star-row {
            margin-bottom: 27px !important;
        }

            #single-product-tab .new-review-form .star-row .star-holder {
                padding: 9px 0 0 0;
            }

        #single-product-tab .new-review-form .buttons-holder {
            margin: -16px 0 0 0;
            text-align: right;
        }

            #single-product-tab .new-review-form .buttons-holder button {
                padding: 14px 31px;
            }

.tabled-data.no-border {
    padding-bottom: 16px;
    /*border-bottom: 1px solid #e0e0e0;*/
}

    .tabled-data.no-border li {
        border: none;
        line-height: 16px;
    }

.tabled-data.inverse-bold label {
    font-weight: 400;
}

.tabled-data.inverse-bold .value {
    font-weight: 400;
    font-size: 14px;
}

.tabled-data li {
    /*padding: 7px 0;*/
    border-bottom: 1px solid #e0e0e0;
    color: #3d3d3d;
    font-size: 14px;
}

    .tabled-data li:first-child {
        padding-top: 0;
    }

    .tabled-data li:last-child {
        border-bottom: 0;
    }

    .tabled-data li label {
        display: inline-block;
        margin: 0;
        /*min-width: 150px;*/
        vertical-align: top;
        text-transform: capitalize;
        /*font-weight: 700;*/
    }

    .tabled-data li .value {
        display: inline-block;
        vertical-align: top;
        text-transform: capitalize;
    }

.le-input {
    padding: 5px;
    width: 100%;
    border: none;
    border-radius: 3px;
    background-color: #ececec;
    color: #3d3d3d;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .le-input:focus, .le-input:hover {
        background-color: #e0e0e0;
    }

.field-row label {
    display: block;
    color: #3d3d3d;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
}

.field-row input {
    width: 100%;
}

    .field-row input.small {
        width: 50%;
    }

    .field-row input.vcode {
        float: left;
        overflow: hidden;
    }

.field-row .vcode.vcode-img {
    float: right;
    width: 45%;
    overflow: hidden;
}

.comment-item {
    margin-bottom: 20px;
}

    .comment-item .comment-body {
        position: relative;
        padding: 21px;
        border: 1px solid #e0e0e0;
    }

        .comment-item .comment-body:after, .comment-item .comment-body:before {
            position: absolute;
            top: 20px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7.5px 10px 7.5px 0;
            content: "";
        }

        .comment-item .comment-body:before {
            left: -10px;
            border-color: transparent #e0e0e0 transparent transparent;
        }

        .comment-item .comment-body:after {
            left: -8px;
            border-color: transparent #fff transparent transparent;
        }

        .comment-item .comment-body .author {
            text-transform: capitalize;
            font-weight: 500;
        }

        .comment-item .comment-body .comment-text {
            margin: 16px 0 7px 0 !important;
        }

        .comment-item .comment-body .date {
            font-size: 14px;
            line-height: 26px;
        }

.sidebar-page #recently-reviewd {
    padding-top: 19px !important;
}

.sidebar-page .gallery-holder {
    padding: 15px;
    width: 50% !important;
}

.sidebar-page .body-holder {
    padding: 15px 0;
    width: 50% !important;
}

    .sidebar-page .body-holder .body {
        padding: 0 19px !important;
    }

        .sidebar-page .body-holder .body .social-row {
            margin-bottom: 13px;
        }

        .sidebar-page .body-holder .body .buttons-holder {
            margin: 0 !important;
        }

.sidebar-page #single-product-tab {
    margin-top: 12px;
}

#cart-page {
    margin-bottom: 76px;
}

    #cart-page .widget {
        margin: 0 0 17px 0 !important;
        padding-left: 40px;
    }

        #cart-page .widget .body {
            padding: 7px 0;
        }

        #cart-page .widget .buttons-holder {
            text-align: right;
        }

            #cart-page .widget .buttons-holder .simple-link {
                margin: 10px 0;
                color: #3d3d3d;
                text-transform: capitalize;
                font-size: 14px;
                line-height: 24px;
            }

        #cart-page .widget .tabled-data li label {
            min-width: 125px;
        }

        #cart-page .widget #total-price {
            margin: 18px 0 0 0;
            padding-bottom: 24px;
            border-bottom: 0;
        }

            #cart-page .widget #total-price .value {
                font-weight: 700;
                font-size: 25px;
                line-height: 25px;
            }

    #cart-page .items-holder {
        margin: 14px 0 0 0;
    }

        #cart-page .items-holder .close-btn {
            position: absolute;
            top: 39%;
            right: 1%;
            display: inline-block;
        }

            #cart-page .items-holder .close-btn:after {
                color: #3d3d3d;
                content: "\f00d";
                font-family: fontawesome;
            }

        #cart-page .items-holder .cart-item {
            padding: 27px 0 24px;
            border-bottom: 1px solid #e0e0e0;
        }

            #cart-page .items-holder .cart-item:first-child {
                padding-top: 0;
            }

            #cart-page .items-holder .cart-item:last-child {
                border-bottom: 0;
            }

            #cart-page .items-holder .cart-item .title {
                padding: 17px 0 0 0;
            }

                #cart-page .items-holder .cart-item .title a {
                    color: #0e53a5;
                    text-transform: capitalize;
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 15px;
                }

            #cart-page .items-holder .cart-item .brand {
                text-transform: uppercase;
                font-size: 10px;
                line-height: 27px;
            }

            #cart-page .items-holder .cart-item .quantity {
                margin: 11px 0 0 30px;
            }

            #cart-page .items-holder .cart-item .price {
                padding: 28px 0;
                text-align: center;
                font-weight: 700;
                font-size: 18px;
            }

#checkout-page #create-account {
    font-size: 13px;
    line-height: 24px;
}

#checkout-page #shipping-address {
    margin: 10px 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

    #checkout-page #shipping-address form {
        margin: 24px 0 0 0;
        font-size: 14px;
    }

#checkout-page #your-order {
    margin: 10px 15px;
    padding-bottom: 20px;
}

    #checkout-page #your-order .order-item {
        padding: 24px 0 25px 0;
        border-bottom: 1px solid #e0e0e0;
    }

        #checkout-page #your-order .order-item:first-child {
            margin-top: 16px;
        }

        #checkout-page #your-order .order-item .qty {
            display: block;
            margin: 14px 0 0 0;
            color: #3d3d3d;
            font-weight: 700;
            font-size: 18px;
        }

        #checkout-page #your-order .order-item .title {
            text-transform: capitalize;
            font-weight: 600;
        }

            #checkout-page #your-order .order-item .title a {
                margin: 0 0 0 -42px;
            }

            #checkout-page #your-order .order-item .title, #checkout-page #your-order .order-item .title a {
                color: #3d3d3d;
                line-height: 27px;
            }

        #checkout-page #your-order .order-item .brand {
            margin: 0 0 0 -42px;
            text-transform: uppercase;
            font-size: 10px;
            line-height: 18px;
        }

        #checkout-page #your-order .order-item .price {
            text-align: right;
            font-weight: 800;
            font-size: 17px;
            line-height: 46px;
        }

#checkout-page #subtotal-holder {
    margin: 44px 0 0 0;
}

    #checkout-page #subtotal-holder .radio-group .radio-label {
        margin-bottom: 12px;
    }

    #checkout-page #subtotal-holder .tabled-data li label {
        min-width: 230px;
    }

    #checkout-page #subtotal-holder .tabled-data li .value {
        width: 140px;
    }

#checkout-page #total-field {
    margin-top: 11px;
}

    #checkout-page #total-field label {
        line-height: 24px;
    }

    #checkout-page #total-field .value {
        font-size: 21px;
        line-height: 30px;
    }

#checkout-page .place-order-button {
    margin: 10px 0 52px 0;
    text-align: right;
}

#payment-method-options {
    margin: 90px 0 0 0;
}

    #payment-method-options .payment-method-option {
        padding: 26px 0 25px;
        border-bottom: 1px solid #e0e0e0;
    }

        #payment-method-options .payment-method-option:first-child {
            padding-top: 0;
        }

        #payment-method-options .payment-method-option .radio-label {
            margin-top: -3px;
            vertical-align: top;
            text-transform: capitalize;
            font-size: 16px;
        }

        #payment-method-options .payment-method-option .fake-box {
            margin-right: 20px;
        }

        #payment-method-options .payment-method-option .value {
            text-transform: capitalize;
        }

            #payment-method-options .payment-method-option .value p {
                text-transform: none;
            }

.services .service {
    position: relative;
    padding: 55px 30px 30px 30px;
    background-color: #FFF;
    text-align: center;
}

    .services .service .service-icon {
        position: absolute;
        top: -35px;
        left: 35%;
        margin-bottom: 20px;
        width: 70px;
        height: 70px;
        border-radius: 4px;
        font-size: 40px;
    }

        .services .service .service-icon i {
            padding: 15px;
        }

    .services .service h3 {
        margin-bottom: 10px;
        color: #434343;
        font-weight: 600;
        font-size: 21px;
        line-height: 36px;
    }

    .services .service p {
        color: #747474;
        font-size: 15px;
        line-height: 24px;
    }

.team-members .team-member {
    margin-bottom: 20px;
}

    .team-members .team-member .profile-pic {
        width: 100%;
    }

    .team-members .team-member .profile {
        padding: 26px 0;
        background-color: #f8f8f8;
        text-align: center;
    }

        .team-members .team-member .profile h3 {
            color: #434343;
            font-weight: 400 !important;
            font-size: 24px;
        }

            .team-members .team-member .profile h3 .designation {
                color: #afafaf;
                font-size: 18px;
            }

        .team-members .team-member .profile .social {
            display: none;
        }

#authentication .bordered, #contact-us .bordered {
    border-bottom: 1px solid #ececec;
}

.cf-style-1 .field-row {
    margin-bottom: 5px;
}

    .cf-style-1 .field-row.vcode {
        overflow: auto;
    }

.cf-style-1 label {
    color: #3e3e3e;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 5px;
}

.cf-style-1 .le-input {
    padding: 15px;
    border-radius: 0;
    background-color: #f6f6f6;
}

.our-store {
    color: #747474;
    line-height: 28px;
}

    .our-store address {
        line-height: 28px;
    }

    .our-store h3 {
        margin: 40px 0;
        color: #434343;
        font-size: 16px;
    }

.get-direction {
    padding: 15px 0;
    background-color: #f6f6f6;
}

    .get-direction .btn-lg {
        padding: 13px 20px;
    }

    .get-direction .le-input {
        padding: 15px 30px;
        background-color: #FFF;
        color: #3e3e3e;
        font-weight: 600 !important;
        font-size: 14px;
    }

.btn-facebook, .btn-twitter {
    background-color: #3d5c98;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

    .btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover, .btn-twitter:active, .btn-twitter:focus, .btn-twitter:hover {
        background-color: #2e4674;
        color: #FFF;
    }

    .btn-facebook i, .btn-twitter i {
        display: inline-block;
        padding-right: 15px;
        font-size: 25px;
    }

.btn-twitter {
    background-color: #22aadf;
}

    .btn-twitter:active, .btn-twitter:focus, .btn-twitter:hover {
        background-color: #1a89b4;
        color: #FFF;
    }

.social-auth-buttons {
    padding: 15px 0 25px 0;
}

.register-form {
    padding: 40px 0;
}

.list-benefits > li {
    margin-bottom: 15px;
    color: #747474;
    font-weight: 600;
    font-size: 14px;
}

.panel-group-faq .panel-faq .panel-heading {
    padding: 0 15px;
}

    .panel-group-faq .panel-faq .panel-heading .panel-title {
        color: #434343;
        font-weight: 400 !important;
        font-size: 28px;
    }

        .panel-group-faq .panel-faq .panel-heading .panel-title > a {
            display: block;
            padding: 24px 0;
        }

            .panel-group-faq .panel-faq .panel-heading .panel-title > a:after {
                float: right;
                content: "\f106";
                font-family: fontawesome;
            }

            .panel-group-faq .panel-faq .panel-heading .panel-title > a.collapsed:after {
                color: #e1e1e1;
                content: "\f107";
            }

.panel-group-faq .panel-faq .panel-body {
    padding: 20px 15px 60px 15px;
    border-top: 0 !important;
    color: #747474;
    font-size: 16px;
    line-height: 28px;
}

.posts.sidemeta {
    margin-left: 20px;
    padding-left: 50px;
}

    .posts.sidemeta .format-wrapper {
        position: absolute;
        top: 75px;
        left: -75px;
        font-size: 25px;
    }

        .posts.sidemeta .format-wrapper a {
            color: #a7a7a7;
        }

    .posts.sidemeta .date-wrapper {
        position: absolute;
        top: 0;
        left: -90px;
    }

.posts .meta {
    padding: 18px 0;
    border-bottom: 1px solid #ececec;
}

    .posts .meta > li {
        display: inline-block;
        margin: 0 6px;
    }

        .posts .meta > li, .posts .meta > li a {
            color: #9f9f9f;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

            .posts .meta > li:before {
                float: left;
                display: inline-block;
                margin-top: 7px;
                padding-right: 15px;
                color: #9f9f9f;
                content: "\f111";
                font-size: 5px;
                font-family: fontawesome;
            }

            .posts .meta > li:first-child {
                margin-left: 0;
            }

                .posts .meta > li:first-child:before {
                    content: none;
                }

.posts .post {
    position: relative;
    margin-bottom: 100px;
}

    .posts .post .date-wrapper {
        float: left;
        display: table;
        margin-right: 20px;
        text-align: center;
    }

        .posts .post .date-wrapper .date {
            display: table-cell;
            width: 52px;
            height: 71px;
            border-radius: 4px;
            background-color: #59b210;
            color: #FFF;
            vertical-align: middle;
            line-height: 24px;
        }

            .posts .post .date-wrapper .date .month {
                display: block;
                text-transform: uppercase;
                font-size: 15px;
            }

            .posts .post .date-wrapper .date .day {
                display: block;
                font-size: 18px;
            }

    .posts .post .post-media {
        margin-bottom: 50px;
    }

        .posts .post .post-media iframe {
            width: 100%;
            border: 0;
        }

    .posts .post p {
        padding: 24px 0;
        color: #747474;
        font-size: 14px;
        line-height: 24px;
    }

    .posts .post .post-title {
        color: #434343;
        font-weight: 400 !important;
        font-size: 28px;
        line-height: 120%;
    }

.posts .format-quote {
    padding: 60px 80px;
    background-color: #59b210;
}

    .posts .format-quote:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/background-images/testimonials.jpg) repeat scroll 0 0 transparent;
        content: "";
        opacity: .05;
    }

    .posts .format-quote blockquote {
        position: relative;
        padding: 0;
        border-left: 0;
    }

        .posts .format-quote blockquote:after {
            position: absolute;
            right: 0;
            bottom: 0;
            display: block;
            color: #FFF;
            content: "\f10e";
            font-size: 40px;
            font-family: fontawesome;
            line-height: 100%;
        }

        .posts .format-quote blockquote p {
            color: #FFF;
            font-weight: 600 !important;
            font-style: italic;
            font-size: 22px;
            line-height: 160%;
        }

        .posts .format-quote blockquote footer {
            color: #FFF;
        }

            .posts .format-quote blockquote footer:after {
                display: inline-block;
                margin-bottom: .28em;
                margin-left: 5px;
                width: 20px;
                height: 1px;
                background-color: #FFF;
                content: "";
            }

.posts .format-link {
    padding: 80px;
    background-color: #ececec;
}

    .posts .format-link .post-title {
        margin-bottom: 20px;
        font-weight: 600 !important;
        font-size: 38px;
        line-height: 46px;
    }

        .posts .format-link .post-title > a {
            color: #434343;
        }

.posts .post-entry .meta {
    margin-bottom: 25px;
}

.posts .post-entry .post-title {
    color: #434343;
    font-weight: 400 !important;
    font-size: 28px;
    line-height: 120%;
}

.posts .post-entry p {
    margin-bottom: 40px;
    padding: 0 !important;
    color: #747474;
    font-size: 16px !important;
    line-height: 28px !important;
}

    .posts .post-entry p.highlight {
        font-weight: 600 !important;
        font-size: 19px !important;
    }

    .posts .post-entry p.highlight-light {
        font-size: 19px !important;
    }

.posts .post-entry .inner-left {
    padding-left: 50px;
}

.posts .post-entry blockquote {
    margin: 0;
    padding: 0;
    border-left: 0;
    font-size: inherit;
}

    .posts .post-entry blockquote p {
        font-weight: 600;
        font-style: italic;
        font-size: 16px;
    }

    .posts .post-entry blockquote:before {
        float: left;
        margin-left: -38px;
        color: #a7a7a7;
        content: "\f10d";
        font-size: 25px;
        font-family: FontAwesome;
    }

.blog-pagination {
    width: 100%;
    text-align: center;
}

    .blog-pagination > li {
        display: inline-block !important;
    }

.blog-sidebar .widget {
    margin-bottom: 55px !important;
}

    .blog-sidebar .widget:first-child .body {
        margin-top: 0;
        padding-top: 0;
    }

    .blog-sidebar .widget h4 {
        border-bottom: 1px solid #ececec;
        font-weight: 400 !important;
        font-size: 24px;
        line-height: 45px;
    }

    .blog-sidebar .widget .body {
        margin-bottom: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        color: #868686;
        font-size: 14px;
        line-height: 24px;
    }

        .blog-sidebar .widget .body .le-links > li {
            border-bottom: 1px solid #ececec;
            line-height: 36px;
        }

            .blog-sidebar .widget .body .le-links > li > a {
                display: block;
                color: #686868;
                font-weight: 600 !important;
            }

                .blog-sidebar .widget .body .le-links > li > a:before {
                    content: none;
                }

                .blog-sidebar .widget .body .le-links > li > a:after {
                    float: right;
                    content: "\f105";
                    font-family: fontawesome;
                }

            .blog-sidebar .widget .body .le-links > li:last-child {
                border-bottom: none;
            }

        .blog-sidebar .widget .body .tagcloud a {
            color: #686868;
            line-height: 34px;
        }

        .blog-sidebar .widget .body .search-form .form-group {
            float: left;
            margin-right: -28px;
            margin-bottom: 0;
            width: 100%;
        }

        .blog-sidebar .widget .body .search-form .form-control {
            padding-right: 10px;
            padding-left: 10px;
            height: 42px;
            border: none;
            border-radius: 0;
            background: none repeat scroll 0 0 #f6f6f6;
            box-shadow: none;
            color: #1A1A1A;
            font-size: 14px;
        }

            .blog-sidebar .widget .body .search-form .form-control:focus {
                box-shadow: none;
            }

        .blog-sidebar .widget .body .search-form button {
            float: left;
            margin: 0;
            margin-top: 1px;
            padding: 10px 10px 5px 0;
            border: 0 none;
            background: 0 0;
            font-size: 13px;
        }

    .blog-sidebar .widget .recent-post-list h5 {
        margin: 7px 0;
        text-transform: capitalize;
        font-weight: 300 !important;
        font-size: 14px;
        line-height: 15.58px;
    }

        .blog-sidebar .widget .recent-post-list h5 a {
            color: #434343;
        }

    .blog-sidebar .widget .recent-post-list .posted-date {
        color: #8f8f8f;
        font-size: 12px;
    }

    .blog-sidebar .widget .recent-post-list .sidebar-recent-post-item {
        margin-bottom: 20px;
    }

    .blog-sidebar .widget .recent-post-list img {
        overflow: hidden;
        width: 75px;
        height: 75px;
    }

.owl-carousel-blog {
    margin-bottom: 30px;
}

    .owl-carousel-blog .item {
        height: 430px !important;
    }

    .owl-carousel-blog .owl-next, .owl-carousel-blog .owl-prev {
        opacity: .8;
    }

.blog-post-author {
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 16px;
    background: none repeat scroll 0 0 #F8F8F8;
}

    .blog-post-author .media > .pull-left {
        margin-right: 28px;
    }

    .blog-post-author .media .media-heading {
        margin: 15px 0;
        font-size: 19px;
    }

        .blog-post-author .media .media-heading > a {
            color: #747474;
        }

    .blog-post-author .media .media-body p {
        color: #7f7f7f;
        font-size: 16px;
        line-height: 25px;
    }

#comments > h3 {
    margin-bottom: 35px;
    border-bottom: 1px solid #ececec;
    font-weight: 400 !important;
    font-size: 24px;
    line-height: 40px;
}

.comment-item .comment-body header {
    border-bottom: none;
}

.comment-item .comment-body .author {
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
}

.comment-item .comment-body .date {
    margin-right: 15px;
    color: #8c8c8c;
}

.comment-item .comment-body .likes, .comment-item .comment-body .likes-count {
    margin-right: 15px;
}

    .comment-item .comment-body .likes .icon, .comment-item .comment-body .likes a {
        color: #a7a7a7;
    }

.comment-item .comment-body .dislikes .icon {
    color: #a7a7a7;
}

.comment-item .comment-body .comment-reply {
    color: #434343;
}

.comment-item .comment-body .comment-content {
    margin-top: 15px;
    color: #747474;
    font-size: 14px;
    line-height: 22px;
}

.leave-reply h3 {
    border-bottom: 1px solid #ececec;
    font-weight: 400 !important;
    font-size: 24px;
    line-height: 40px;
}

.leave-reply p {
    margin-top: 15px;
    color: #747474;
}

.leave-reply .field-row {
    margin-bottom: 25px;
}

.leave-reply .reply-form {
    margin-top: 40px;
}

#reply-block .le-input {
    padding: 9px;
}

.post-comment-button {
    margin-bottom: 70px;
    font-size: 16px;
}

.sidebar h1, .sidebar h2, .sidebar h3 {
    font-weight: 500 !important;
}

.sidebar.narrow {
    padding: 0 20px 0 0;
    width: 18%;
}

.sidebar.wide {
}

.sidebar .price-filter {
    margin: 19px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #e0e0e0;
}

.sidebar .price-range-holder {
    position: relative;
    padding: 18px 0 47px 0;
}

    .sidebar .price-range-holder .filter-button a {
        text-transform: uppercase !important;
    }

        .sidebar .price-range-holder .filter-button a:hover {
            color: #3d3d3d;
        }

    .sidebar .price-range-holder .filter-button, .sidebar .price-range-holder .min-max {
        margin: 14px 0 0 0;
        font-size: 13px;
    }

    .sidebar .price-range-holder .price-slider {
        visibility: hidden;
    }

    .sidebar .price-range-holder .price-range.in {
        overflow: visible;
    }

    .sidebar .price-range-holder .slider .tooltip {
        margin-top: 55px;
    }

    .sidebar .price-range-holder .min-max {
        float: left;
    }

    .sidebar .price-range-holder .filter-button {
        float: right;
    }

        .sidebar .price-range-holder .filter-button a {
            text-transform: capitalize;
            font-weight: 700 !important;
            font-weight: 800;
        }

.sidebar .simple-banner {
    margin: 43px 0 34px 0;
}

    .sidebar .simple-banner a {
        display: block;
    }

.sidebar .widget {
    margin: 0 0 25px 0;
}

    .sidebar .widget .row {
        margin: 0;
        padding: 0;
    }

    .sidebar .widget .body {
        padding: 5px 10px;
    }

    .sidebar .widget .product-list {
        margin: 30px 0 0 0;
        padding: 0;
    }

        .sidebar .widget .product-list li {
            margin: 0 0 20px 0;
        }

            .sidebar .widget .product-list li a {
                display: inline-block;
                color: #3d3d3d;
                text-transform: capitalize;
                font-weight: 600;
                font-size: 14px;
                line-height: 20px;
            }

        .sidebar .widget .product-list .price {
            line-height: 28px;
        }

            .sidebar .widget .product-list .price .price-prev {
                color: #c6c6c6;
                text-decoration: line-through;
                font-size: 11px;
            }

            .sidebar .widget .product-list .price .price-current {
                font-weight: 700 !important;
                font-weight: 800;
                font-size: 15px;
            }

            .sidebar .widget .product-list .price .price-current, .sidebar .widget .product-list .price .price-prev {
                display: inline-block;
                vertical-align: top;
                vertical-align: middle;
            }

    .sidebar .widget .bordered {
        border: 2px solid #ececec;
        border-radius: 10px;
    }

    .sidebar .widget hr {
        margin: 5px 0;
    }

    .sidebar .widget .category-filter ul {
        margin: 10px 0 0 0;
        padding: 0 3px;
    }

        .sidebar .widget .category-filter ul li {
            position: relative;
            height: 24px;
        }

        .sidebar .widget .category-filter ul span {
            display: inline-block;
            margin: 0 8px 0 0;
            vertical-align: bottom;
            font-size: 12px;
            line-height: 24px;
        }

        .sidebar .widget .category-filter ul label {
            margin: 0 0 3px;
            text-transform: capitalize;
            font-weight: 400;
            font-size: 12px;
            line-height: 20px;
        }

#footer {
    padding: 0;
}

    #footer h2 {
        padding-bottom: 11px;
        border-bottom: 1px solid #e0e0e0;
        text-transform: capitalize;
        letter-spacing: -1px;
        font-size: 21px;
        line-height: 32px;
    }

    #footer h3 {
        padding-bottom: 11px;
        text-transform: capitalize;
        letter-spacing: -1px;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }

    #footer .widget .row {
        margin: 0;
        padding: 0;
    }

    #footer .widget .body {
        margin: 27px 0 0 0;
    }

        #footer .widget .body li {
            margin: 0 0 20px 0;
        }

            #footer .widget .body li a {
                color: #0e53a5;
                text-transform: capitalize;
                font-weight: 700;
                font-size: 14px;
                line-height: 15px;
            }

    #footer .widget .price {
        line-height: 21px;
    }

        #footer .widget .price .price-prev {
            color: #c6c6c6;
            text-decoration: line-through;
            font-size: 11px;
        }

        #footer .widget .price .price-current {
            color: #3d3d3d;
            font-size: 15px;
        }

        #footer .widget .price .price-current, #footer .widget .price .price-prev {
            display: inline-block;
            vertical-align: top;
            vertical-align: middle;
        }

    #footer .widget .thumb-holder {
        float: right;
        display: inline-block;
        border: 1px solid #e0e0e0;
        background-color: #fff;
    }

        #footer .widget .thumb-holder img {
            width: 73px;
        }

    #footer .sub-form-row {
        position: relative;
        /*z-index: 200;*/
        z-index: 0;
        margin: 51px 0;
    }

        #footer .sub-form-row:before {
            position: absolute;
            top: 50%;
            z-index: -1;
            display: block;
            width: 100%;
            height: 1px;
            background-color: #e0e0e0;
            content: "";
            display: block;
        }

    #footer .link-list-row {
        /*margin: 75px 0 72px 0;*/
        margin: 25px 0 25px 0;
    }

        #footer .link-list-row .contact-info {
            text-transform: capitalize;
        }

            #footer .link-list-row .contact-info .regular-bold {
                margin: 0 0 29px 0;
            }

            #footer .link-list-row .contact-info .social-icons {
                margin: 58px 0 0 0;
            }

                #footer .link-list-row .contact-info .social-icons h3 {
                    line-height: 27px;
                }

        #footer .link-list-row .footer-logo {
            display: inline-block;
            margin: 7px 0 30px 0;
            vertical-align: top;
        }

        #footer .link-list-row .link-widget {
            display: inline-block;
            margin: 0 0 0 15px;
            width: 131px;
            vertical-align: top;
        }

            #footer .link-list-row .link-widget h3 {
                padding-bottom: 32px;
            }

            #footer .link-list-row .link-widget li {
                margin: 0;
            }

                #footer .link-list-row .link-widget li a {
                    color: #adadad;
                    text-transform: capitalize;
                    font-size: 12px;
                }

    #footer .copyright-bar {
        padding: 17px 0;
        background-color: #3d3d3d;
        text-transform: capitalize;
        text-align: center;
    }

        #footer .copyright-bar .copyright {
            /*color: #8a8a8a;*/
            color: white;
            line-height: 30px;
        }

            #footer .copyright-bar .copyright a {
                color: #fff;
                font-weight: 600;
            }

    #footer .payment-methods {
        text-align: right;
    }

        #footer .payment-methods li {
            display: inline-block;
            padding: 0 5px;
            width: 50px;
            border-radius: 2px;
            background-color: #fff;
            text-align: center;
        }

            #footer .payment-methods li:hover {
                cursor: pointer;
            }

                #footer .payment-methods li:hover img {
                    filter: grayscale(0);
                    -webkit-filter: grayscale(0);
                    -moz-filter: grayscale(0);
                    -o-filter: grayscale(0);
                    -ms-filter: grayscale(0);
                }

            #footer .payment-methods li img {
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
                filter: grayscale(100%);
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                -o-filter: grayscale(100%);
                -ms-filter: grayscale(100%);
            }

.gecko .dropdown > a:after {
    vertical-align: middle !important;
}

.gecko .dropdown-toggle:after {
    vertical-align: middle !important;
}

.gecko header .top-search-holder .search-area .search-button:after {
    vertical-align: middle !important;
}

.ie9 #top-megamenu-nav .dropdown .dropdown-toggle:before {
    bottom: -23%;
}

.ie9 .le-select select {
    padding: 5px;
}

.ie9 .le-select:after {
    display: none;
}

select.top-drop-menu {
    margin: 10px 0 0 0;
    padding: 10px;
    width: 100%;
    color: #000;
}

.carousel-item.size-small {
    min-width: 194px;
}

.carousel-item.size-medium {
    min-width: 225px;
}

.navbar-collapse {
    padding: 0;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-collapse {
    max-height: none;
}

@media (max-width:990px) {
    body {
        min-width: 1200px;
    }

    #top-megamenu-nav .nav .dropdown {
        width: 100%;
        border-right: none;
    }

    #top-megamenu-nav .nav > li {
        width: 7%;
        border-right: none;
    }

    #top-megamenu-nav .nav .dropdown-menu {
        width: 100%;
        max-width: none;
        min-width: 0;
        background-color: #FFF;
    }

    .top-bar > .container > div {
        margin: 10px 0;
    }

    .top-bar, .top-bar ul.right {
        text-align: center !important;
    }

        .top-bar > .container > div > ul > li > a {
            padding: 0 9px !important;
            font-size: 11px !important;
        }

    .logo > a {
        display: block;
        margin-bottom: 20px;
    }

        .logo > a > svg {
            display: block;
            margin: 0 auto;
        }

    #owl-main .caption .big-text {
        font-size: 30px;
        line-height: 30px;
    }

        #owl-main .caption .big-text .bg {
            font-size: 50px;
            line-height: 60px;
        }

    header .top-search-holder {
        margin: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

        header .top-search-holder .contact-row {
            margin-bottom: 20px;
            text-align: center;
        }

            header .top-search-holder .contact-row .contact, header .top-search-holder .contact-row .phone, header .top-search-holder .contact-row > div {
                display: block !important;
                margin: 0;
                margin-bottom: 5px;
            }

        header .top-search-holder .search-area .search-button {
            margin: -51px -3px 0 0;
            border-radius: 0 5px 5px 0;
            top: 48px;
            /* top: 0; */
        }

        header .top-search-holder .search-area .categories-filter {
            padding-top: 3px;
            padding-bottom: 3px;
            width: 100%;
            border-left: 1px solid #c0c0c0;
            /* border-top: 1px solid #e0e0e0; */
            /* border-left: none; */
            /* left: 180px; */
            top: 0px;
            width: 80px;
            height: 50px;
        }

    header .top-cart-holder .basket .dropdown-menu {
        left: -136px;
        width: 300px;
    }

    header .top-cart-holder .basket .checkout .le-button {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

    #banner-holder .banner {
        margin-bottom: 10px;
    }

        #banner-holder .banner .banner-text {
            top: 25%;
        }

            #banner-holder .banner .banner-text h1 {
                font-size: 20px;
                line-height: 22px;
            }

            #banner-holder .banner .banner-text .tagline {
                font-size: 14px;
                line-height: 24px;
            }

        #banner-holder .banner .banner-image {
            width: 100%;
        }

    .sidemenu-holder {
        margin-bottom: 20px;
        width: 100% !important;
    }

    .homebanner-holder {
        padding: 0;
        width: 100% !important;
    }

    #hero .caption {
        background-color: rgba(255,255,255,.5);
    }

    .product-grid-holder .product-item-holder {
        margin-bottom: 10px;
        border-right: 1px solid #ececec;
    }

    .nav-tabs {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 3px;
    }

        .nav-tabs li, .nav-tabs > li.active {
            display: block;
            margin: 0;
            padding: 0;
        }

            .nav-tabs li > a, .nav-tabs > li.active > a {
                margin: 0;
                padding: 18px 39px;
                width: 100%;
                border-bottom: 1px solid #e0e0e0;
                border-radius: 0;
                font-size: 15px;
                line-height: 24px;
            }

            .nav-tabs li:last-child > a, .nav-tabs > li.active:last-child > a {
                border-bottom: none !important;
            }

    .bestsellers .size-medium {
        max-width: 100% !important;
    }

    .bestsellers .single-product-gallery {
        border-left-width: 1px;
    }

        .bestsellers .single-product-gallery .single-product-gallery-item {
            max-width: 100% !important;
        }

    #owl-recently-viewed .size-small, #owl-recently-viewed-2 .size-small {
        max-width: 100% !important;
    }

    #owl-recently-viewed .owl-wrapper-outer .owl-item .product-item-holder, #owl-recently-viewed-2 .owl-wrapper-outer .owl-item .product-item-holder {
        border-right-width: 1px;
    }

    .megamenu-horizontal .dropdown-menu {
        top: 100% !important;
        left: 0 !important;
        max-width: 100%;
        min-width: 0 !important;
    }

        .megamenu-horizontal .dropdown-menu .yamm-content .dropdown-banner-holder {
            position: relative !important;
        }

    .brands-carousel .carousel-item {
        margin: 0 auto !important;
    }

    #single-product .gallery-holder {
        width: 433px;
        margin: auto;
        float: none;
    }

    #single-product .body-holder {
        width: 100%;
    }

        #single-product .body-holder .body {
            padding: 0 15px;
        }

        #single-product .body-holder .qnt-holder {
            display: block;
            text-align: center;
        }

            #single-product .body-holder .qnt-holder #addto-cart {
                display: block;
                margin: 15px 0;
                width: 100%;
                text-align: center;
            }

    #single-product .single-product-gallery-item img {
        width: 100%;
    }

    #owl-single-product-thumbnails .owl-item .horizontal-thumb {
        border-right-width: 1px;
    }

    #footer .widgets-row > div {
        margin-left: 0;
        padding-left: 0;
    }

    #footer .sub-form-row:before {
        content: none;
    }

    #footer .sub-form-row input {
        display: block;
        margin: 0 auto;
        width: 100%;
        border-radius: 5px;
    }

    #footer .sub-form-row button {
        margin: 0 auto;
        margin-top: 5px;
        width: 100%;
        border-radius: 5px;
    }

    #footer .link-list-row {
        margin-bottom: 30px;
    }

        #footer .link-list-row .link-widget h3 {
            margin-top: 30px;
            margin-bottom: 15px;
            padding-bottom: 0;
        }

    #footer .copyright-bar .container > div {
        text-align: center;
    }

        #footer .copyright-bar .container > div:first-child {
            margin-bottom: 10px;
        }

        #footer .copyright-bar .container > div .payment-methods {
            text-align: center;
        }

            #footer .copyright-bar .container > div .payment-methods > ul {
                text-align: center;
            }

                #footer .copyright-bar .container > div .payment-methods > ul > li {
                    display: inline-block;
                }

    .sidebar {
        width: 100% !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .top-bar > .container > div {
        margin: 10px 0;
    }

        .top-bar > .container > div > ul > li > a {
            padding: 0 9px !important;
            font-size: 12px !important;
        }

    .logo > a {
        display: block;
        margin-bottom: 20px;
    }

        .logo > a > svg {
            display: block;
            margin: 0 auto;
        }

    header .top-search-holder {
        margin: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

        header .top-search-holder .contact-row {
            margin-bottom: 20px;
            text-align: center;
        }

            header .top-search-holder .contact-row .contact, header .top-search-holder .contact-row .phone, header .top-search-holder .contact-row > div {
                display: block !important;
                margin: 0;
                margin-bottom: 5px;
            }

    header .top-cart-holder .basket .dropdown-menu {
        left: -136px;
        width: 300px;
    }

    header .top-cart-holder .basket .checkout .le-button {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

    .top-cart-row-container {
        text-align: center;
    }

    .homebanner-holder {
        width: 66.6667% !important;
    }

    #owl-main {
        background-color: #f4f4f4;
    }

        #owl-main .owl-item {
            height: 480px !important;
        }

    #banner-holder .container .banner {
        margin-right: 15px;
        width: 48%;
    }

        #banner-holder .container .banner > a {
            max-width: 100%;
        }

            #banner-holder .container .banner > a .banner-text {
                top: 16%;
            }

                #banner-holder .container .banner > a .banner-text h1 {
                    font-size: 24px;
                }

                #banner-holder .container .banner > a .banner-text .tagline {
                    font-size: 16px;
                }

        #banner-holder .container .banner:last-child {
            margin-right: 0;
        }

    #owl-recently-viewed .owl-item .product-item-holder, #owl-recommended-products .owl-item .product-item-holder {
        width: 100%;
        max-width: none !important;
    }

    #footer .sub-form-row input {
        width: 72%;
    }

    #footer .link-list-row .container > div:first-child {
        margin-bottom: 20px;
    }

    #cart-page .widget {
        margin: 0 0 25px;
        padding: 0;
    }

    .sidebar {
        width: 100% !important;
    }

    #single-product .gallery-holder {
        width: 50% !important;
    }

        #single-product .gallery-holder .single-product-gallery-item {
            width: 100%;
        }

    #single-product .body-holder {
        width: 50% !important;
        margin: auto;
        float: none;
    }

        #single-product .body-holder #addto-cart {
            margin: 15px 0 0 0 !important;
            width: 100%;
            text-align: center;
        }

    .products-list .product-item .row .body-holder {
        width: 41%;
    }

    .products-list .product-item .row .price-area {
        width: 28%;
    }

    #hero .caption {
        background-color: rgba(255,255,255,.5);
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #owl-recently-viewed .owl-item .product-item-holder, #owl-recently-viewed-2 .owl-item .product-item-holder, #owl-recommended-products .owl-item .product-item-holder {
        width: 100%;
        max-width: none !important;
    }

    #single-product .gallery-holder .single-product-gallery-item {
        width: 100%;
    }

    #footer .sub-form-row input {
        width: 75% !important;
    }

    #footer .link-list-row .link-widget {
        width: 10.9% !important;
    }

    header .logo svg {
        width: 100% !important;
    }

    header .top-search-holder {
        margin: 0;
        width: 41.6667% !important;
    }

        header .top-search-holder .search-field {
            width: 50% !important;
        }

    header .top-cart-row {
        width: 33.333%;
    }

    .products-list .product-item .row .body-holder {
        width: 42%;
    }

    .products-list .product-item .row .price-area {
        width: 27%;
    }

    h1.border {
        line-height: 40px;
    }

    .sidebar .widget .product-list li .row > div:first-child {
        margin-right: 5px !important;
    }

    .sidebar .widget .product-list li .row > div:last-child {
        width: 63.667% !important;
    }

    .sidebar .widget .product-list li .row .thumb-holder {
        width: 100%;
    }

    #hero .caption {
        background-color: rgba(255,255,255,.5);
    }
}

@media (min-width:1200px) {
    .owl-buttons {
        display: block;
    }
}

.primary-bg {
    background-color: #3498db;
    color: #FFF;
}

.primary-color {
    color: #3498db;
}

.le-dropdown {
    background-color: #3498db;
}

    .le-dropdown.open {
        background-color: #258cd1;
    }

.le-button {
    background-color: #45a1de;
}

.le-button_gray {
    background-color: gray;
}

.le-button:hover {
    background-color: #1d81c5;
}

.le-button_gray:hover {
    background-color: gray;
}

a, a:active, a:focus, a:hover {
    color: #3498db;
}

::-moz-selection {
    background-color: #3498db;
}

::selection {
    background-color: #3498db;
}

.social-icons li a:hover {
    background-color: #3498db;
}

.le-color {
    color: #3498db;
}

.navbar .navbar-toggle {
    border-color: #217dbb;
    border-radius: 0;
    background-color: #258cd1;
}

header .top-search-holder .contact-row i {
    color: #3498db;
}

header .top-search-holder .search-area .search-button {
    background-color: #428bca;
}

header .top-cart-row .wishlist-compare-holder a:hover {
    color: #3498db;
}

    header .top-cart-row .wishlist-compare-holder a:hover i {
        color: #3498db;
    }

header .top-cart-row .top-cart-holder .basket-item-count .count {
    background-color: #3498db;
}

.sidemenu-holder .side-menu .head {
    border-radius: 0;
    background-color: #428bca;
    cursor: pointer;
}

.sidemenu-holder .side-menu .menu-item.open, .sidemenu-holder .side-menu .menu-item:hover {
    border-color: #3498db;
}

.megamenu-horizontal .nav > li > a:focus, .megamenu-horizontal .nav > li > a:hover {
    background-color: #3498db !important;
}

.megamenu-horizontal .dropdown.open .dropdown-toggle, .megamenu-horizontal .dropdown.open .dropdown-toggle:focus, .megamenu-horizontal .dropdown:focus .dropdown-toggle, .megamenu-horizontal .dropdown:focus .dropdown-toggle:focus, .megamenu-horizontal .dropdown:hover .dropdown-toggle, .megamenu-horizontal .dropdown:hover .dropdown-toggle:focus {
    background-color: #3498db !important;
}

.breadcrumb-nav-holder .breadcrumb-item.current a {
    color: #3498db;
}

.carousel-holder .title-nav .inverse {
    color: #444;
    font-weight: 700 !important;
}

.carousel-holder .title-nav .nav-holder a:hover {
    color: #3498db !important;
}

.le-radio:checked + .fake-box:after {
    background-color: #3498db;
}

.le-checkbox:checked + .fake-box {
    border-color: #3498db;
    background-color: #3498db;
}

.le-links li a:hover {
    color: #3498db;
}

.accordion-widget .accordion .accordion-toggle {
    color: #3498db;
}

    .accordion-widget .accordion .accordion-toggle:after {
        color: #3498db;
    }

.dropdown .dropdown-menu {
    border-top-color: #ccc;
}

.slider-selection {
    background-color: #3498db;
}

.slider-handle {
    border-color: #3498db;
}

#footer .widget .body li a:hover {
    color: #3498db;
}

#footer .link-list-row .link-widget li a:hover {
    color: #3498db;
}

h2 {
    color: #3498db;
}

.iconic-link:hover {
    color: #3498db;
}

    .iconic-link:hover:before {
        color: #3498db;
    }

.pagination li.current a, .pagination li:hover a {
    border-color: #3498db;
    color: #3498db !important;
}

.simple-link:hover {
    color: #3498db;
}

#top-megamenu-nav {
    background-color: #44a9f3;
}

    #top-megamenu-nav .nav > li {
        border-right-color: #258cd1;
    }

        #top-megamenu-nav .nav > li > a:focus, #top-megamenu-nav .nav > li > a:hover {
            background-color: #2b94d9;
        }

        #top-megamenu-nav .nav > li.active a, #top-megamenu-nav .nav > li.active a:focus {
            background-color: #2b94d9;
        }

        #top-megamenu-nav .nav > li .dropdown-toggle:focus {
            background-color: #2b94d9 !important;
        }

        #top-megamenu-nav .nav > li .dropdown-toggle:before {
            border-bottom-color: #3498db;
        }

        #top-megamenu-nav .nav > li.open .dropdown-toggle {
            background-color: #2b94d9;
        }

    #top-megamenu-nav .dropdown {
        border-right-color: #258cd1;
    }

        #top-megamenu-nav .dropdown.active .dropdown-toggle, #top-megamenu-nav .dropdown.active .dropdown-toggle:focus, #top-megamenu-nav .dropdown:focus .dropdown-toggle, #top-megamenu-nav .dropdown:focus .dropdown-toggle:focus, #top-megamenu-nav .dropdown:hover .dropdown-toggle, #top-megamenu-nav .dropdown:hover .dropdown-toggle:focus {
            background-color: #2b94d9;
        }

        #top-megamenu-nav .dropdown .dropdown-toggle:focus {
            background-color: #2b94d9 !important;
        }

        #top-megamenu-nav .dropdown .dropdown-toggle:before {
            border-bottom-color: #3498db;
        }

        #top-megamenu-nav .dropdown.open .dropdown-toggle {
            background-color: #2b94d9;
        }

#cart-page .widget .buttons-holder .simple-link:hover {
    color: #3498db;
}

#cart-page .items-holder .close-btn:hover:after {
    color: #3498db;
}

#cart-page .items-holder .cart-item .title a:hover {
    color: #3498db;
}

.nav-tabs li.active a, .nav-tabs li.active a:focus {
    background-color: #3498db !important;
}

    .nav-tabs li.active a:hover {
        background-color: #45a1de;
    }

.btn-loadmore:hover i {
    background-color: #3498db;
}

.le-quantity .minus:hover:after, .le-quantity .plus:hover:after {
    color: #3498db;
}

.meta-row span a {
    color: #3498db;
}

.comment-item .comment-body .author {
    color: #3498db;
}

.product-item-holder .body .title a:hover {
    color: #3498db;
}

.single-product-gallery .gallery-thumbs .next-btn:hover, .single-product-gallery .gallery-thumbs .prev-btn:hover {
    background-color: #3498db;
}

.single-product-gallery .gallery-thumbs li a.active {
    border-bottom-color: #3498db;
}

.grid-list-products .grid-list-buttons ul li.active a i {
    color: #3498db;
}

.grid-list-products .grid-list-buttons ul li a:hover i {
    color: #217dbb;
}

@media (max-width:990px) {
    #top-megamenu-nav .nav {
        border-color: #217dbb !important;
    }

        #top-megamenu-nav .nav > .dropdown {
            border-color: #217dbb !important;
        }

    .sidemenu-holder .side-menu nav {
        position: relative;
        z-index: 101;
    }
}

.sidebar .price-range-holder .filter-button a {
    color: #3498db;
}

.sidebar .widget .product-list li a:hover {
    color: #3498db;
}

.sidebar .widget .product-list .price .price-current {
    color: #3498db;
}

.top-bar ul > li a:hover {
    color: #3498db;
}

.logo-svg {
    fill: #3498db;
}

.owl-carousel:hover .owl-next:hover, .owl-carousel:hover .owl-prev:hover {
    color: #3498db;
}

.owl-pagination .owl-page.active span, .owl-pagination .owl-page:hover span {
    background: #3498db;
}

.panel-group-faq .panel-faq .panel-heading .panel-title > a:after {
    color: #3498db;
}

.panel-group-faq .panel-faq .panel-heading .panel-title > a:hover:after {
    color: #3498db;
}

.posts .post .meta > li a:hover {
    color: #3498db;
}

.blog-sidebar .le-links > li > a:hover {
    color: #3498db !important;
}

.blog-sidebar .tagcloud a:hover {
    color: #3498db !important;
}

.owl-carousel-blog .owl-pagination .owl-page.active span, .owl-carousel-blog .owl-pagination .owl-page:hover span {
    background: none repeat scroll 0 0 #3498db;
}

.comment-item .comment-body .likes .icon:hover, .comment-item .comment-body .likes a:hover {
    color: #3498db;
}

.comment-item .comment-body .likes .dislikes .icon:hover {
    color: #3498db;
}

.comment-item .comment-body .comment-reply:hover {
    color: #3498db;
}

.blog-sidebar .widget .recent-post-list h5 a:hover {
    color: #3498db;
}

table.table-goods {
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    font-size: 12px;
}

    table.table-goods td {
        padding: 5px;
        border-top: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
    }

.product-grid-holder.row {
    margin-left: 0px;
    margin-right: 0px;
}

.owl-carousel.row {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
}

.goods-list .title-nav {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #999;
    border-bottom: solid 1px #999;
    line-height: 42px;
}

    .goods-list .title-nav a {
        color: #666;
    }

.goods-list a:hover {
    color: #3498db;
}

.goods-list .goods-list-body {
    font-size: 14px;
    line-height: 18px;
    overflow: auto;
}

    .goods-list .goods-list-body li {
        float: left;
        margin: 8px 0px;
        padding: 0px 10px;
        border-right: solid 1px #999;
    }

        .goods-list .goods-list-body li span {
            color: #999;
        }

        .goods-list .goods-list-body li a:hover span, .goods-list .goods-list-body li a:hover {
            color: #1d81c5;
        }

.shopcart .thumb-holder img {
    width: 40px;
    height: 40px;
}

.shopcart .cart-item {
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #ddd;
}

    .shopcart .cart-item .price {
        text-align: center;
        line-height: 50px;
    }

.shopcart .col-xs-12 + .col-xs-12 {
    margin-top: 5px;
}

.sidebar #total-price.tabled-data.no-border {
    padding-top: 10px;
}

.sidebar .le-button.big {
    margin-top: 10px;
    display: block;
    background-color: #59b210;
}

    .sidebar .le-button.big:hover {
        background-color: #499b05;
    }

.sidebar .widget .product-list .title {
    margin-left: 5%;
    width: 95%;
    overflow: hidden;
    height: 21px;
}

    .sidebar .widget .product-list .title a {
        font-weight: normal;
    }

.sidebar .widget .product-list .price .price-current {
    position: relative;
    display: inline-block;
    padding: 2px 6px;
    background-color: #f8484a;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 20px;
}

    .sidebar .widget .product-list .price .price-current:before {
        position: absolute;
        top: 6px;
        left: -6px;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent #f8484a transparent transparent;
        border-style: solid;
        border-width: 4px 6.9px 4px 0;
        content: '';
    }

.grid-list-products .control-bar .f-sort {
    margin-top: 8px;
    float: left;
}

    .grid-list-products .control-bar .f-sort a {
        float: left;
        padding: 0 10px;
        height: 24px;
        border: 1px solid #CCC;
        line-height: 24px;
        margin-right: -1px;
        background: #FFF;
        color: #333;
        font-size: 14px;
        cursor: pointer;
    }

        .grid-list-products .control-bar .f-sort a:hover {
            color: #e4393c;
        }

        .grid-list-products .control-bar .f-sort a.on {
            background: #e4393c;
            color: #FFF;
            border-color: #e4393c;
        }

.f-sort a.down:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    padding-left: 3px;
}

.f-sort a.up:after {
    content: "\f106";
    ;
    font-family: FontAwesome;
    font-size: 16px;
    padding-left: 3px;
}

.products-list .product-item .row .price-area .price-current:before {
    top: 14px;
}

.products-list .product-item .row .price-area .le-button {
    margin-top: 10px;
}

.goods-tag-list {
    margin-bottom: 10px;
}

    .goods-tag-list li {
        float: left;
        padding: 0px 10px;
        margin: 0px 10px;
    }

    .goods-tag-list ul {
        overflow: auto;
        padding: 5px 0;
    }

    .goods-tag-list .goods-set-line ul {
        border-bottom: solid 1px #ddd;
        border-top: solid 1px #ddd;
    }

        .goods-tag-list .goods-set-line ul + ul {
            border-top: none;
        }

    .goods-tag-list .goods-set-line li.tit {
        width: 150px;
        font-size: 14px;
    }

    .goods-tag-list .goods-set-line li {
        font-size: 12px;
        font-family: arial;
        line-height: 26px;
    }

    .goods-tag-list .selector-set-box li {
        position: relative;
        display: inline-block;
        height: 28px;
        line-height: 28px;
        border: 1px solid #DDD;
        font-size: 14px;
        vertical-align: top;
        margin: 0 5px 5px 0;
        padding: 0 26px 0 4px;
        cursor: pointer;
        font-family: arial;
    }

        .goods-tag-list .selector-set-box li span {
            color: #e4393c;
        }

        .goods-tag-list .selector-set-box li:after {
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            right: 5px;
            top: 0;
            content: "\f00d";
            font-family: FontAwesome;
            text-align: right;
            font-size: 16px;
            font-weight: normal;
        }

        .goods-tag-list .selector-set-box li:hover {
            border: 1px solid #e4393c;
        }

            .goods-tag-list .selector-set-box li:hover:after {
                color: #e4393c;
            }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    width: auto;
}

.list-unstyled .fa-check:before {
    font-size: 24px;
}

.list-unstyled li {
    font-size: 16px;
}

.billing-address {
    width: 100%;
}

.billing-invoice {
    width: 100%;
}

.billing-address .le-checkbox {
    display: inline-block;
    vertical-align: top;
}

.billing-invoice .le-checkbox {
    display: inline-block;
    vertical-align: top;
}

.billing-address .placeholder {
    text-transform: capitalize;
}

.billing-invoice .placeholder {
    text-transform: capitalize;
}

.billing-address form {
    margin: 23px 0 0 0;
}

.billing-invoice form {
    margin: 23px 0 0 0;
}

.billing-address .le-input {
    padding: 9px;
    margin-top: 10px;
}

.billing-invoice .le-input {
    padding: 9px;
    margin-top: 10px;
}

.billing-address .field-row {
    margin-bottom: 25px;
}

.billing-invoice .field-row {
    margin-bottom: 25px;
}

.billing-address .form-control {
    background-color: #ececec;
    border: 0px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 39px;
    border-radius: 3px;
    padding: 6px;
}

.billing-invoice .form-control {
    background-color: #ececec;
    border: 0px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 39px;
    border-radius: 3px;
    padding: 6px;
}

.billing-address .form-control:hover {
    background-color: #e0e0e0;
}

.billing-invoice .form-control:hover {
    background-color: #e0e0e0;
}

.billing-address .select-box {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-top: 10px;
}

.billing-invoice .select-box {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-top: 10px;
}

.billing-address div.le-input {
    border: solid 1px #eee;
    background-color: transparent;
}

.billing-invoice div.le-input {
    border: solid 1px #eee;
    background-color: transparent;
}

.field-row label span {
    font-weight: normal;
}

.payment-method-option label {
    cursor: pointer;
    width: 100%;
}

.le-button.red {
    background-color: #F8484A;
    color: #fff;
}

    .le-button.red:hover {
        background-color: #e53033;
    }

.billing-title {
    font-size: 24px;
    font-weight: bold;
    color: #59B210;
    text-align: center;
    width: auto;
    margin: 20px auto 5px;
}

    .billing-title.error {
        color: #e74c3c;
    }

    .billing-title .text-center {
        display: inline-block;
        position: relative;
    }

        .billing-title .text-center:before {
            content: "\f00c";
            font-family: FontAwesome;
            font-size: 42px;
            line-height: 32px;
            position: absolute;
            left: -50px;
        }

    .billing-title.error .text-center:before {
        content: "\f00d";
    }

#total-price {
    padding-top: 16px;
}

.ht-logo {
    background-image: url(../images/ht-logo.png);
    width: 178px;
    height: 56px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

header.ht-header {
    padding: 0px;
}

    header.ht-header #top-megamenu-nav {
        margin-top: -1px;
    }

.sidebar .widget.ht .category-filter ul {
    margin: 0px;
}

    .sidebar .widget.ht .category-filter ul li {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 42px;
        height: 42px;
        margin: 0px 0;
        padding: 0;
    }

        .sidebar .widget.ht .category-filter ul li + li {
            border-top: solid 1px #DDDDDD;
        }

        .sidebar .widget.ht .category-filter ul li a {
            color: #000;
        }

            .sidebar .widget.ht .category-filter ul li a.on {
                color: #0b6cac;
            }

            .sidebar .widget.ht .category-filter ul li a:hover {
                color: #3a98dc;
            }

.table-bordered {
    border-radius: 5px;
}

    .table-bordered thead td {
        font-weight: bold;
        color: #333;
        text-align: center;
    }

button.btn {
    padding: 3px;
    margin-bottom: 3px;
}

tr.center-big-btn .btn {
    font-size: 16px;
    padding: 6px;
    margin: auto;
    display: block;
}

.head-fixed .top-bar {
    top: 0px;
    width: 100%;
    /*height: 50px;*/
    z-index: 109;
}

.head-fixed header .no-padding .top-search-holder .search-area {
    width: 400px;
    margin-left: -50px;
    margin-top: -5px;
    background-color: #fff;
    height: 40px;
    z-index: 110;
}

    .head-fixed header .no-padding .top-search-holder .search-area .search-field {
        width: 250px !important;
        padding: 6px;
    }

.head-fixed header .top-search-holder .search-area .categories-filter {
    height: 35px;
    line-height: 35px;
}

.head-fixed header .no-padding .top-search-holder .search-area .search-button {
    padding: 8px 15px 32px 15px;
    height: 38px;
}

.head-fixed header .has-padding .top-search-holder .search-area {
    background-color: #fff;
    height: 40px;
    z-index: 110;
}

    .head-fixed header .has-padding .top-search-holder .search-area .search-field {
        /*padding: 6px;*/
    }

    .head-fixed header .has-padding .top-search-holder .search-area .search-button {
        padding: 8px 15px 31px 10px;
        height: 38px;
    }

.head-fixed header .top-cart-row .top-cart-holder {
    width: 100px;
    margin-top: -20px;
    margin-left: -90px;
    z-index: 110;
}

    .head-fixed header .top-cart-row .top-cart-holder .basket-item-count {
        display: none;
    }

    .head-fixed header .top-cart-row .top-cart-holder .total-price-basket {
        padding: 0px 5px;
        background-color: #3498db;
        border-radius: 5px;
        height: 40px;
        overflow: hidden;
    }

    .head-fixed header .top-cart-row .top-cart-holder .dropdown-toggle .lbl {
        color: #fff;
    }

    .head-fixed header .top-cart-row .top-cart-holder .total-price-basket:after {
        color: #fff;
    }

.top-cart-row-container .checkout .prices {
    text-align: right;
    margin-bottom: 5px;
}

    .top-cart-row-container .checkout .prices span {
        color: #f8484a;
        font-size: 16px;
        font-weight: bold;
    }

.top-cart-row-container .no-product {
    height: 70px;
    position: relative;
}

    .top-cart-row-container .no-product:after {
        content: '购物车中还没有商品，赶紧选购吧！';
        font-size: 14px;
        font-weight: bold;
        width: 90%;
        margin: auto;
        line-height: 70px;
        text-align: right;
        display: block;
    }

    .top-cart-row-container .no-product:before {
        background-image: url(../images/icon-cart.png);
        width: 51px;
        height: 49px;
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        left: 15px;
    }

.top-cart-row-container .col-xs-8.col-sm-8 {
    height: 80px;
    position: relative;
}

    .top-cart-row-container .col-xs-8.col-sm-8 .prices {
        position: absolute;
        bottom: 0px;
    }

        .top-cart-row-container .col-xs-8.col-sm-8 .prices b {
            padding: 0px 3px;
        }

.header-bread {
    height: 44px;
    line-height: 34px;
    padding-top: 10px;
}

    .header-bread a {
        color: #666;
        font-size: 14px;
    }

        .header-bread a:hover {
            color: #3498db;
        }

.gdscart_pic_box {
    position: absolute;
    z-index: 119;
    border: solid #666 1px;
}

a {
    cursor: pointer;
}

    a.horizontal-thumb.active {
        width: 67px;
        height: 67px;
        display: block;
        float: left;
    }

#owl-single-product-thumbnails {
    height: 67px;
}

.button-off {
    background-color: #999999 !important;
    cursor: default !important;
    color: #fff !important;
}

    .button-off:hover {
        background-color: #888 !important;
    }

.progressBar {
    background-color: #3498db;
    overflow: auto;
    padding: 10px;
}

    .progressBar .tit {
        font-size: 22px;
        color: #fff;
        float: left;
        line-height: 44px;
    }

    .progressBar ul {
        overflow: auto;
        display: inline-block;
        float: right;
    }

        .progressBar ul li {
            float: left;
            display: block;
            margin-top: 3px;
            position: relative;
            width: 150px;
        }

            .progressBar ul li + li:after {
                content: '';
                width: 150px;
                height: 0px;
                border-top: solid 1px #bcdaf2;
                display: block;
                position: absolute;
                top: 11px;
                left: -82px;
                z-index: 1;
            }

            .progressBar ul li b {
                margin: auto;
                display: block;
                width: 18px;
                height: 24px;
                line-height: 20px;
                position: relative;
                z-index: 3;
                font-size: 12px;
                position: relative;
                color: #0089dc;
                text-align: center;
            }

                .progressBar ul li b:before {
                    content: "\f111";
                    font-family: FontAwesome;
                    position: absolute;
                    font-size: 22px;
                    color: #bcdaf2;
                    z-index: -1;
                    left: 0px;
                    top: 1px;
                }

            .progressBar ul li span {
                display: block;
                text-align: center;
                color: #fff;
                font-size: 14px;
                font-weight: bold;
            }

            .progressBar ul li.on span {
                color: #fef22f;
            }

            .progressBar ul li.on b:before {
                color: #fef22f;
            }

            .progressBar ul li + li.on:after {
                border-top: solid 1px #fef22f;
            }

#shipping-address label {
    position: relative;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}

    #shipping-address label.on {
        border: solid 1px #007bff;
    }

#shipping-address .le-radio + .fake-box {
    border-style: none;
    position: absolute;
    display: none;
}

#shipping-address .le-radio:checked + .fake-box {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #007bff transparent transparent transparent;
    position: absolute;
    left: 2px;
    top: 2px;
    display: block;
    margin: 0;
}

#shipping-address .le-radio + .fake-box:after {
    width: 30px !important;
    height: 0px;
    background-color: #fff;
    width: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    background-color: transparent;
    bottom: auto;
    content: '';
    display: none;
    font-style: normal;
}

#shipping-address label .le-radio:focus + .fake-box:after, #shipping-address label:hover .le-radio + .fake-box:after {
    content: '';
    display: block;
    background-color: transparent;
    width: 30px;
    bottom: auto;
    top: 15px;
    color: #007bff;
    left: 10px;
    right: auto;
    line-height: 18px;
}

#shipping-address label .le-radio:checked + .fake-box:after {
    content: "\f00c";
    display: block;
    background-color: transparent;
    width: 30px;
    color: #fff;
    top: -30px;
    left: 0;
    font-family: FontAwesome;
    font-size: 8px;
    font-weight: normal;
    line-height: 32px;
}

#pay-list label {
    position: relative;
    border: solid 1px #eee;
    overflow: hidden;
    padding: 10px;
    text-align: left;
    cursor: pointer;
}

    #pay-list label .text {
        padding-left: 80px;
        height: 34px;
        line-height: 34px;
    }

    #pay-list label div.text {
    }

    #pay-list label:hover {
        border: solid 1px #ccc;
    }

    #pay-list label.on {
        border: solid 2px #007bff;
    }

#pay-list .le-radio + .fake-box {
    width: 0;
    height: 0;
    border-style: none;
    position: absolute;
    left: 10px;
}

#pay-list .le-radio:checked + .fake-box {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #007bff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

#pay-list .le-radio + .fake-box:after {
    width: 30px !important;
    height: 0px;
    background-color: #fff;
    width: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    background-color: transparent;
    bottom: auto;
    content: '';
    display: none;
    font-style: normal;
}

#pay-list label .le-radio:focus + .fake-box:after, #pay-list label:hover .le-radio + .fake-box:after {
    content: '';
    display: block;
    background-color: transparent;
    width: 30px;
    bottom: auto;
    top: 15px;
    color: #007bff;
    left: 0px;
    right: auto;
    line-height: 18px;
}

#pay-list label .le-radio:checked + .fake-box:after {
    content: "\f00c";
    display: block;
    background-color: transparent;
    width: 30px;
    color: #fff;
    top: -30px;
    left: 0;
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: normal;
    line-height: 32px;
    right: auto;
}

/**----------------------------发票-----------------------------------*/

#pay-list2 label {
    position: relative;
    text-align: left;
    cursor: pointer;
}

    #pay-list2 label .text {
        padding-left: 60px;
        font-size: 16px;
        height: 34px;
        line-height: 34px;
    }

    #pay-list2 label div.text {
    }

    #pay-list2 label:hover {
        /*border: solid 1px #ccc;*/
    }

    #pay-list2 label.on {
        border: solid 1px #007bff;
    }

#pay-list2 .le-radio + .fake-box {
    border-style: none;
    position: absolute;
    left: 10px;
}

#pay-list2 .le-radio:checked + .fake-box {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #007bff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

#pay-list2 .le-radio + .fake-box:after {
    width: 30px !important;
    height: 0px;
    background-color: #fff;
    width: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    background-color: transparent;
    bottom: auto;
    content: '';
    display: none;
    font-style: normal;
}
/*#pay-list2 label .le-radio:focus+.fake-box:after,#pay-list label:hover .le-radio+.fake-box:after{content: '支付方式';display: block;background-color: transparent;width: 30px ;bottom: auto;top: 15px;color: #007bff;left: 0px;right: auto;line-height: 18px;}*/
#pay-list2 label .le-radio:checked + .fake-box:after {
    content: "\f00c";
    display: block;
    background-color: transparent;
    width: 30px;
    color: #fff;
    top: -30px;
    left: 0;
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: normal;
    line-height: 32px;
    right: auto;
}



































.address-add-button {
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #59B210;
    color: #59B210;
    display: inline;
    padding: 5px 8px;
    cursor: pointer;
}

.billing-address.fixed {
    position: fixed;
    width: 800px; /*top: 10px;*/
    margin: auto;
    background-color: #fff;
    z-index: 89;
    padding: 20px;
    border: 2px solid #999;
    /*margin-left: 10%;*/
}

.billing-invoice.fixed {
    position: absolute;
    width: 800px;
    top: 30%;
    margin: auto;
    background-color: #fff;
    z-index: 89;
    padding: 5px;
    border: 2px solid #999;
    margin-left: 10%;
}

@media (max-width:992px) {
    .billing-address.fixed {
        width: 90%;
    }

    .billing-invoice .fixed {
        width: 90%;
    }
}

.billing-address .off-address-add-button {
    position: absolute;
    top: 5px;
    right: 10px;
}

.billing-invoice .off-address-add-button {
    position: absolute;
    top: 5px;
    right: 10px;
}

.billing-address .off-address-add-button:before {
    content: 'X';
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

.billing-invoice .off-address-add-button:before {
    content: 'X';
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

.billing-address .off-address-add-button:hover:before {
    color: #007bff;
}

.billing-invoice .off-address-add-button:hover:before {
    color: #007bff;
}

.off {
    background-color: #999;
    color: #fff;
}

    .off.ribbon {
        background-color: transparent;
    }

        .off.ribbon:after {
            border-top-color: #999;
        }

.owl-item a.horizontal-thumb.active {
    width: auto;
    height: auto;
}

#owl-single-product .maskbox {
    position: absolute;
    left: 100%;
    z-index: 9;
    width: 50%;
    height: 50%;
    overflow: hidden;
    border: solid 1px #999;
    background-color: #fff;
}

    #owl-single-product .maskbox img {
        position: absolute;
        display: block;
        max-width: none;
        width: 800px;
    }

.addressaddbg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0px;
    z-index: 88;
}

.address-hover-box {
    position: absolute;
    top: 0px;
    left: 20px;
    display: none;
}

label:hover .address-hover-box {
    display: block;
}

.td-left-text {
    width: 120px;
    text-align: right;
    color: #333 !important;
}

#user-setting .table .content-text {
    width: 200px;
}

#user-setting .table > tbody > tr > td {
    border-top: 0px;
    border-bottom: solid 1px #ddd;
    color: #888;
    line-height: 38px;
}

#user-setting .le-input {
    padding: 0 5px;
}

html input.disabled-input[disabled] {
    border: none;
    background-color: transparent;
}

#owl-single-product .owl-wrapper-outer {
    width: 433px;
    height: 433px;
}

.yamm.megamenu-horizontal {
    z-index: 98;
}

#div_ppnlist {
    overflow: auto;
    display: block;
    width: 250px;
    min-height: 345px;
    border: 0px solid #d81d1d;
    margin-top: 0px;
}

    #div_ppnlist span {
        text-align: left;
        margin-left: 0px !important;
        display: block;
        float: left;
        font-size: 12px;
    }

        #div_ppnlist span + span {
            width: 75px;
        }

            #div_ppnlist span + span + span {
                width: 200px;
                font-size: 12px;
            }

                #div_ppnlist span + span + span + span {
                    width: 75px;
                }

        #div_ppnlist span b {
            float: left;
            text-align: left;
        }

    #div_ppnlist p {
        overflow: auto;
        display: block;
    }

.ordernext-box-center {
    width: 560px;
    margin: auto;
}

.ordernext-box {
    width: 560px;
    height: 300px;
    position: fixed;
    margin: auto;
    top: 150px;
    z-index: 101;
    background-color: #fff;
    border: 3px solid #dfdfdf;
}

    .ordernext-box .onb-f {
        width: 100%;
        height: 54px;
        position: absolute;
        bottom: 0px;
        line-height: 54px;
        text-align: center;
        background-color: #f8f8f8;
    }

        .ordernext-box .onb-f span {
            padding: 0px 10px;
        }

    .ordernext-box:before {
        background-image: url('http://e.digiic.com/WebResources/rcxc/images/logo.png');
        content: '';
        display: block;
        width: 170px;
        height: 70px;
        margin: 90px 20px;
    }

.box-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.6);
    z-index: 100;
}

.onb-content {
    height: 200px;
    width: 340px;
    padding: 0px 20px;
    position: absolute;
    right: 5px;
    top: 20px;
    border-left: solid 1px #999;
}

    .onb-content .tit {
        width: 100%;
        font-size: 18px;
        color: #59b210;
        text-align: center;
        display: block;
        margin-bottom: 20px;
    }

    .onb-content .text {
        padding: 10px;
    }

    .onb-content .button {
        background-color: #59b210;
        border-radius: 3px;
        margin-top: 10px;
        line-height: 26px;
        text-align: center;
        padding: 5px 0px;
        border: none;
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        display: block;
        position: static;
        bottom: -10px;
        left: 100px;
    }

.ordernext-box .off {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 5px;
    cursor: pointer;
}

.onb-content.c2 .text {
    <margin: 0px;
    text-align: center;
    display: block;
    width: 100%;
}

.c-text {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}

.shopcart .cart-item {
    position: relative;
    z-index: 2;
}

.shopcart:before {
    background-image: url(../images/icon-cart.png);
    width: 51px;
    height: 49px;
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 1;
    display: none;
}

.shopcart:after {
    content: '';
    font-size: 14px;
    font-weight: bold;
    width: 90%;
    margin: auto;
    line-height: 70px;
    text-align: right;
    display: block;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 15px;
}

#top-megamenu-nav .nav > li.home a {
    position: relative;
    font-size: 16px;
}

#top-megamenu-nav .nav > li.home:hover a {
    height: 55px;
    display: block;
    border-bottom: solid 2px #d94044;
}

#top-megamenu-nav .nav > li.home > a:before {
    content: "\f015";
    font-family: fontawesome;
    color: #fff;
    display: block;
    float: left;
    font-weight: normal;
    margin-right: 4px;
    font-size: 18px;
}



/*品牌*/
.indexf .flist .product-item {
    width: 100%;
}

.indexf .product-grid-holder .product-item-holder.size-small {
    max-width: none !important;
}

    .indexf .product-grid-holder .product-item-holder.size-small.flist {
        height: 300px;
    }

        .indexf .product-grid-holder .product-item-holder.size-small.flist .product-item {
            bottom: 0px;
            position: absolute;
        }

.indexf .section-title {
    background: #f5f5f5;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.indexf .logo-list img {
    height: 30px;
}

.bestsellers.indexf .section-title {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    font-weight: bold !important;
    color: #59b210;
    font-size: 14px;
    font-weight: normal;
}

.indexf .flist-ul li:before {
    content: '';
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    background-color: #fc5f18;
    margin: 10px 5px 0px 5px;
}

.indexf .flist-ul {
    width: 90%;
    font-size: 12px;
    margin-right: auto;
    margin-left: 5%;
}

    .indexf .flist-ul li {
        width: 83px;
        float: left;
        height: 25px;
        line-height: 25px;
        padding: 0 5px;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.indexf .product-grid-holder .fright .product-item-holder.size-small .image {
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 100px;
    height: 100px;
}

.fright .product-item-holder .body {
    padding: 5px 10px;
    text-align: left;
}

    .fright .product-item-holder .body .title a {
        color: #666;
        font-size: 14px;
    }

        .fright .product-item-holder .body .title a:hover {
            color: #3498db;
        }

.product-grid-holder .fright .product-item-holder.size-small {
    min-height: 150px;
}

.indexf .product-item-holder .price-current:before {
    border-width: 4px 0px 4px 6.9px;
    right: -6px;
    left: auto;
    border-color: transparent transparent transparent #f8484a;
}

.indexf .product-item-holder .prices {
    position: absolute;
    bottom: 5px;
}

.indexf .product-grid-holder .product-item-holder {
    border-right: 1px solid #ececec;
    ;
}

.indexf .logo-list li {
    float: left;
    margin-right: 5px;
}

.indexf .ftit {
    background: #def1fc;
    color: #444;
}

.merchantlist .letter-index {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    background-color: #f2f2f2;
    padding: 0 10px;
    font-weight: bold;
}

.merchantlist .letter-nav.clearfix {
    border-bottom: solid 1px #ddd;
    padding: 8px 0px;
}

    .merchantlist .letter-nav.clearfix li {
        float: left;
        width: 11%;
        position: relative;
        line-height: 30px;
    }

        .merchantlist .letter-nav.clearfix li a {
            width: 100%;
            display: block;
            text-align: center;
            cursor: default;
            font-weight: bold;
            font-size: 14px;
            color: #666;
        }

            .merchantlist .letter-nav.clearfix li a:hover {
                color: #fc5e17;
            }

        .merchantlist .letter-nav.clearfix li.first a {
            color: #fc5e17;
        }

        .merchantlist .letter-nav.clearfix li.on a {
            color: #fc5e17;
        }

    .merchantlist .letter-nav.clearfix.open li.first a {
        color: #666;
    }

    .merchantlist .letter-nav.clearfix li .split {
        position: absolute;
        right: 0px;
        top: -2px;
        cursor: default;
    }

.merchantlist .letter-content {
    padding: 10px;
}

    .merchantlist .letter-content .letter-list {
        width: 100%;
        overflow: auto;
        line-height: 28px;
        display: none;
    }

        .merchantlist .letter-content .letter-list.first {
            display: block;
        }

        .merchantlist .letter-content .letter-list li {
            float: left;
            padding-right: 20px;
            font-size: 14px;
        }

            .merchantlist .letter-content .letter-list li a:hover {
                color: #fc5e17;
            }

.merchantlist.area .area-box h4:before {
    content: '';
    display: block;
    float: left;
    width: 6px;
    height: 14px;
    background-color: #fc5e17;
    margin: 2px 5px 0px 5px;
}

.merchantlist.area .area-box h4 {
    font-size: 16px;
}

.merchantlist.area .area-box .area-content {
    height: 130px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    text-align: center;
}

    .merchantlist.area .area-box .area-content .logo img {
        margin: 5px auto 10px;
        display: block;
        height: 70px;
    }

    .merchantlist.area .area-box .area-content .text {
        width: 90%;
        margin: auto;
        font-size: 12px;
        color: #666;
    }

.merchantdetails .nav-tabs.simple li.active a {
    padding: 4px 44px;
    font-size: 16px;
}

.merchantdetails-contnet .logo img {
    display: block;
    margin: 10px auto;
}

.merchantdetails-contnet .tit {
    font-size: 16px;
    font-weight: bold;
    color: #0196d9;
    height: 28px;
    line-height: 28px;
}

i {
    font-weight: bold;
    color: #FC5E17;
}

.merchantdetails-contnet .content {
    margin-bottom: 10px;
}

    .merchantdetails-contnet .content .clearfix li {
        width: 25%;
        float: left;
    }

.merchantdetails .container .goods-tab {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 32px;
    border-right: solid 1px #ddd;
    height: 100%;
}

    .merchantdetails .container .goods-tab li a {
        font-size: 12px;
        color: #666;
    }

        .merchantdetails .container .goods-tab li a:hover {
            color: #0196d9;
        }

        .merchantdetails .container .goods-tab li a.on {
            color: #fc5e17;
            font-weight: bold;
        }

.merchantdetails .container .goods-contet {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .merchantdetails .container .goods-contet table {
        border-right: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
    }

        .merchantdetails .container .goods-contet table td {
            padding: 5px 10px;
            min-width: 80px;
            border-top: 1px solid #e2e2e2;
            border-left: 1px solid #e2e2e2;
        }

    .merchantdetails .container .goods-contet thead .xh {
        width: 10%;
    }

    .merchantdetails .container .goods-contet thead .hs {
        width: 10%;
    }

    .merchantdetails .container .goods-contet thead .wd {
        width: 10%;
    }

    .merchantdetails .container .goods-contet thead .an {
        width: 10%;
    }

#templateproductlisttable {
    width: 100%;
}


/*footer*/
.content-list li {
    text-align: center;
}

h2.content-text-tit {
    display: block;
    text-align: center;
    color: #333;
    font-weight: bold !important;
}

.content-box {
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 1em;
}

    .content-box p {
        text-indent: 2em;
        padding: 2px 0;
    }

    .content-box t {
        width: 100%;
        background-color: #F27A24;
        color: #fff;
        text-align: center;
        line-height: 24px;
        font-weight: bold;
        display: block;
    }

#footer .link-list-row div.link-widget h3 {
    padding-bottom: 0px;
    font-weight: 500;
}

/* leftsead */
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, img {
    border: 0;
}

#leftsead {
    width: 100px;
    height: 143px;
    position: fixed;
    top: 300px;
    right: 0px;
}

*html #leftsead {
    margin-top: 258px;
    position: absolute;
    right: 0px;
    top: expression(eval(document.documentElement.scrollTop));
}

    #leftsead li {
        width: 100px;
        height: 40px;
        position: relative;
        text-align: right;
    }

        #leftsead li img {
            float: right;
            border: none;
            position: absolute;
            right: 0px;
            z-index: 10;
            cursor: pointer;
        }

        #leftsead li a {
            height: 40px;
            /*float: right;*/
            display: block;
            max-width: 100px;
        }

        #leftsead li.kefu_01 p {
            position: absolute;
            width: 65px;
            left: -3px;
            overflow: hidden;
            display: none;
            z-index: 11;
            /*padding-right:100px;
             border:1px solid red;*/
        }

    #leftsead .kefu_01 {
        padding: 20px;
    }

    #leftsead li.kefu_01 p a {
        display: block;
    }

    #leftsead li a span {
        width: 65px;
        overflow: hidden;
        margin-right: -65px;
    }

    #leftsead li a .shows {
        display: block;
        cursor: pointer;
    }

    #leftsead li a .hides {
        margin-right: -77px;
        cursor: pointer;
        cursor: hand;
    }

.wei_xin_rt {
}

#leftsead li a.youhui .hides {
    width: 146px;
    display: none;
    position: absolute;
    right: 150px;
    top: -50px;
}
/* leftsead */


/*详细-new*/
#big-box {
    border: 0px solid #ff0000;
    width: 750px;
    height: auto;
}


#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 400px;
    border-collapse: collapse;
    margin-left: 250px;
    margin-top: -365px;
}

    #customers td, #customers th {
        font-size: 1em;
        border: 1px solid #c1dced;
        padding: 3px 7px 2px 7px;
    }

    #customers th {
        font-size: 1.1em;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 4px;
        background-color: #45a1de;
        color: #ffffff;
        text-align: center;
    }

    #customers tr.alt td {
        color: #000000;
        background-color: #97cff5;
        text-align: center;
    }

    #customers td {
        text-align: center;
    }

#nubmer-price {
    width: 400px;
    /*height: 80px;*/
    height: auto;
    margin-top: 10px;
    margin-left: 150px;
}

.prices {
    margin-left: 100px;
}

.nubmer {
    color: black;
    font-size: 20px;
}

.le-quantity {
    margin-top: 10px;
}

unit {
    margin-left: 10px;
    margin-top: 10px;
}
/*.unit {
    margin-left: 250px;
    margin-top: -60px;
}*/
/*.unit1 {
    margin-left: 250px;
    margin-top: -10px;
}
 #single-product .body-holder .price-current .unit1 {
        color: #666;
        font-size: 18px;
    }*/

/********Login********/
* {
    margin: 0;
    padding: 0;
}

#box {
    height: 400px;
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
}

#background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/WebResources/rcxc/css/images/login1.jpg);
}

#content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 760px;
}

.ipt {
    width: 250px;
    height: 40px;
    background-color: rgb(237,237,237);
    border: none;
    padding-left: 10px;
    outline: none;
    transition: background-color 0.25s;
}

    .ipt:focus {
        background-color: rgb(246,246,246);
    }

#row_2, #row_3, row_6 {
    color: #666666;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
}

.rows {
    margin: 0 auto;
    width: 400px;
    height: 60px;
    position: relative;
}

#row_1 {
    margin-top: 50px;
    font-size: 24px;
    font-family: '微软雅黑';
    line-height: 60px;
    color: #666666;
}

#row_4 {
    margin: auto;
}

#row_5 > #form_a {
    width: 260px;
}

    #row_5 > #form_a > span {
        font-family: 'Microsoft YaHei';
        color: #666666;
        margin-left: 10px;
        margin-right: 10px;
    }

    #row_5 > #form_a > a {
        color: #808080;
        text-decoration: none;
    }

        #row_5 > #form_a > a:hover {
            color: #000000;
        }

#btnLogin {
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    color: white;
    background-color: rgb(69,169,222);
    width: 260px;
    height: 40px;
    border: 0;
    margin: auto;
    cursor: pointer;
}

/*dxq 20160316 kkkk*/

.h_pwd {
    display: none;
}


/*---------------------------------------优势产品--------------------------------------------*/
.menu-b {
    border: 1px solid #dfdfdf;
    clear: both;
    height: 285px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-top: -310px;
    overflow: hidden;
    position: relative;
    width: 677px;
    /*border: 1px solid #dfdfdf;
    clear: both;
    height: 286px;
    /*margin: 505px 0 auto;*/
    /*overflow: hidden;
    position: relative;
    width: 680px;
    margin-bottom:50px;*/ */;
}

#container {
}

.menu-b-t {
    border-bottom: 3px solid red;
    height: 31px;
}

.h1 {
    font-family: '黑体';
    font-weight: bold;
    font-size: 22px;
    line-height: 19px;
    color: #3498db;
}

.more {
    float: right;
    font-family: '黑体';
    font-size: 12px;
    margin: -20px 10px auto;
    width: 40px;
}

    .more a:hover {
        color: red;
    }
/*.rollBox{
    width:949px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    
}*/


.centerr_b {
    width: 949px;
    height: 281px;
    margin-top: 11px;
    border: 1px solid #dfdfdf;
    float: left;
    position: relative;
}

.centerr_b_t {
    height: 31px;
    border-bottom: 1px solid #dfdfdf;
    background: #f4f4f4;
    border: 3px solid red;
}

.rollBox {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 678px;
}

    .rollBox .LeftBotton {
        height: 53px;
        width: 27px;
        background: url(/content/leftarrow.png) no-repeat;
        float: left;
        display: inline;
        cursor: pointer;
        position: absolute;
        top: 30%;
        left: 0;
    }

    .rollBox .RightBotton {
        height: 53px;
        width: 27px;
        background: url(/content/images/rightarrow.png) no-repeat;
        float: left;
        display: inline;
        cursor: pointer;
        position: absolute;
        top: 30%;
        right: 0;
    }

    .rollBox .Cont {
        width: 912px;
        overflow: hidden;
        float: left;
    }

    .rollBox .ScrCont {
        width: 10000000px;
    }

    .rollBox .Cont .pic {
        width: 228px;
        height: 244px;
        float: left;
        text-align: center;
        background: url(../../images/yscp_line.jpg) right no-repeat;
    }

        .rollBox .Cont .pic img {
            width: 236px;
            height: 152px;
        }

        .rollBox .Cont .pic p {
            line-height: 20px;
            color: #505050;
            font-size: 12px;
        }

    .rollBox #List1, .rollBox #List2 {
        float: left;
    }

.centerr_b_b_text {
    height: 97px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

    .centerr_b_b_text span:hover {
        color: red;
    }

.textbt {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: black;
    display: inline-block;
    line-height: 30px;
    max-width: 200px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.textnr {
    height: 40px;
    display: block;
    margin-bottom: 3px;
    color: #252525;
    font-size: 13px;
    font-family: '宋体';
    line-height: 18px;
}

.link {
    background: #ce0d1e url("/content/images/button.png") no-repeat scroll 0 0;
    height: 23px;
    text-align: center;
    width: 64px;
}

.pricer {
    background: #ce0d1e url("/content/images/button.png") no-repeat scroll 0 0;
    height: 23px;
    margin-left: 120px;
    text-align: center;
    width: 64px;
}

.link a:link {
    color: #fff;
    line-height: 20px;
}

.link a:hover {
    color: #fff;
    font-weight: bold;
}

.h_pwd {
    display: none;
}

.h_pwd {
    display: none;
}

/*-------------------------------------------特价商品----------------------------------------------------*/
.tjprnr {
    color: red;
    display: block;
    font-family: "宋体";
    font-size: 13px;
    height: 30px;
    line-height: 15px;
    margin-bottom: 3px;
}



/*invoice*/
/*-------------------------------------------发票----------------------------------------------------*/
/*201603192341 发票管理--元器发票 Bagin*/

.title-t2 {
    /*background: #f7f7f7 none repeat scroll 0 0;*/
    border-bottom: 2px solid #3498db;
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    height: 49px;
    line-height: 35px;
    margin-bottom: 0;
    position: relative;
}

    .title-t2 h2 {
        background: #3498db none repeat scroll 0 0;
        color: #fff;
        float: left;
        font-size: 16px;
        left: 0;
        padding: 0 20px;
        position: absolute;
        top: -1px;
    }

.p15 {
    padding: 15px;
}

.b-ccc {
    border: 1px solid #e4e4e4;
}

.m-order-tit .btn {
    margin: 0 40px;
    padding: 3px 30px;
}

.fr {
    display: inline;
    float: right;
}

.btn, a.btn {
    border-radius: 0;
    border-width: 0 !important;
    color: #ffffff;
    font-family: "Microsoft Yahei","微软雅黑";
    position: relative;
}

/*.btn-warning {
    background-color: #3498db;
}*/

.m-order-tit li {
    display: inline;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
}
    /*.list-inline > li {
padding-left:14px;
}*/
    .m-order-tit li input {
        width: 90%;
    }

input[type="text"], input[type="password"], textarea {
    outline-style: none;
}

.form-control {
    font-size: 12px;
    height: 30px;
    line-height: 28px;
    padding-left: 3px;
}

select, input {
    vertical-align: middle;
}

/*.col-md-5 {
    width: 16.6667%;
}*/

.m-top20 {
    margin-top: 20px;
}

.a-blue:link, .a-blue:visited {
    color: #256a9e;
    text-decoration: none;
}

.fr {
    display: inline;
    float: right;
    padding: 4px 12px;
}

.m-top10 {
    margin-top: 10px;
}

a, label {
    outline: medium none;
}

.nav-manager ul {
    border-bottom: 2px solid #3498db;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-manager ul li {
    margin-bottom: 0px;
}
/*  .nav-manager ul li a {
    background-color: #e5e5e5;
    border-width: 0 !important;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    padding: 4px 22px;
}*/
/*.nav-manager ul li.active > a, .nav-manager ul li.active > a:hover {
     background-color: #3498db;
    color: #ffffff;
    }*/
.nav-tabs li.active a {
    padding: 4px 22px;
}

.nav-manager ul li a {
    background-color: #e5e5e5;
    border-width: 0 !important;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    padding: 4px 26px;
    line-height: 30px;
    border-radius: 0px;
}

    .nav-manager ul li a:hover, .nav-manager ul li a.active {
        background: #3498db;
        color: #fff;
        font-weight: 600;
    }

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.table-manager1 tr > th {
    background-color: #f7f6f4;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 28px;
    padding: 10px 0;
    text-align: center;
}

.table-manager1 tr > td {
    text-align: center;
}

.w20 {
    width: 20%;
}

tc {
    text-align: center;
}

.p-h15 {
    padding: 15px 0;
}
/*End*/

/*201603192341 发票管理--开票资料设置 Bagin*/
.p20 {
    padding: 20px;
}

.m-bottom15 {
    margin-bottom: 15px;
}

.b {
    font-weight: bold;
}

.b {
    font-weight: bold;
}

.b {
    font-weight: bold;
}

.b-ccc h5 {
    color: #000;
}

.b-ccc p {
    font-size: 12px;
    color: #000;
}

.m-bottom5 {
    margin-bottom: -1px;
}

.table-manager2 thead td {
    font-weight: bold;
    padding: 10px 0;
    /*text-align: center;*/
    font-size: 12px;
    color: #000;
}

.tl {
    text-align: left !important;
}

.w15 {
    width: 15%;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

.w30 {
    width: 30%;
}

.p10 {
    padding: 10px;
}

#manager-form1 .form-group label {
    font-weight: normal;
    padding-top: 7px;
    text-align: left !important;
    font-size: 12px;
    color: #000;
    cursor: pointer;
}

.form-group .col-md-3 {
    width: 22% !important;
}

#manager-form1 .form-group {
    line-height: normal;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.point-mast {
    color: #666666;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-right: 5px;
}
/*.col-md-9 {
padding-left:0px;
width:33.33%;
}*/

.form-group.p-left10 {
    margin-left: 20px;
}

.a-blue:link, .a-blue:visited {
    font-size: 12px;
    color: #256a9e;
    text-decoration: none;
}

.m-btn-lg {
    padding: 5px 20px;
}

.btn, a.btn {
    border-radius: 0;
    border-width: 0 !important;
    color: #ffffff;
    font-family: "Microsoft Yahei","微软雅黑";
    position: relative;
}

.invoice_special {
}

.display-none {
    display: none;
}
/*End*/




/**----------------------------------------------------------------------*/
/*#ipt {
            width: 250px;
            height: 40px;
            background-color: rgb(237,237,237);
            border: none;
            padding-left:10px;
            outline:none;
            transition:background-color 0.25s;

}*/
.fp_cxs a {
    color: #3489db;
}

    .fp_cxs a:hover {
        color: red;
    }



.fptr {
    height: 25px;
}


.fa_form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 20px;
    height: 22px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.input fa_form-control:hover {
    border: 1px solid #3498db;
    color: #3498db;
}

.fa_form-control:focus {
    border: 1px solid #3498db;
    color: #3498db;
}


.fp_a {
    font-weight: bold;
    text-align: right;
}

    .fp_a span {
        color: red;
        margin-left: 10px;
    }
/*input[type=radio] {
margin:-8px auto;
}*/
.dibu {
    margin: 0 100px auto;
}

.fp h5 {
    color: black;
    font-size: 16px;
    font-weight: bold;
    margin-left: 30px;
}

.zengzhi h5 {
    margin-left: -12px;
}


.gr {
    font-weight: bold;
}

.zengzhi {
    margin: 10px auto;
    font-weight: bold;
    display: inline-block;
}

#zenzhi {
    padding-left: 100px;
}

.fp_bg {
    background-color: #999999;
    opacity: 0.9;
}

.point-mast1 {
    color: red;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-right: 35px;
}

    .point-mast1 a {
        color: black;
    }

.fp_bg2 {
    background-color: #ededed;
}

.fp_bg3 {
    background-color: red;
}




/* CSS Document */
/*-----------------------------------------------------top-----------------------------------------------------------------------------*/
.ys_main {
    margin: 0 auto;
    width: 1210px;
}
/*-----------------------------------------------------left-----------------------------------------------------------------------------*/

.ys_left {
    float: left;
    height: auto;
    width: 250px;
}

.ys_left_content {
    background-color: #fafafa;
    border: 1px solid #dfdfdf;
    font-family: "微软雅黑";
    font-size: 12px;
    height: auto;
    padding: 10px 0 20px;
    width: 246px;
}


input[type="checkbox"], input[type="radio"] {
    line-height: normal;
    margin: -4px 4px 0;
}


.ys_left_tit {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    margin-left: 16px;
}

    .ys_left_tit span {
        color: #0060e3;
        float: right;
        font-size: 12px;
        font-weight: normal;
        margin-right: 18px;
    }

input {
    outline: medium none;
}

img, input, a {
    border: medium none;
}

.ys_left_filter {
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    height: 148px;
    margin-left: 14px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 216px;
}

.ys_filter_cont {
    background-color: #ffffff;
    border: 0 none;
    color: #333333;
    float: left;
    height: auto;
    line-height: 24px;
    margin: 2px 2px 2px 8px;
    text-align: left;
    width: 190px;
}

.ys_filter_cont2 {
    float: left;
    /*margin-right: 4px;*/
    margin-top: 6px;
}

    .ys_filter_cont2 input[type="checkbox"] {
        visibility: visible;
    }

    .ys_filter_cont2 > input[type=checkbox] {
        margin: -15px 4px 0;
    }


.ys_filter_cont3 {
    float: left;
    overflow: auto;
    width: 165px;
    margin: 5px 2px auto;
}

.ys_filter_reset {
    color: #0060e3;
    height: auto;
    padding-right: 20px;
    text-align: right;
    width: 226px;
}

    .ys_filter_reset a {
        color: red;
    }
/*-----------------------------------------------------left输入框-----------------------------------------------------------------------------*/
.ys_search_m {
    border: 1px solid #ff8f41;
    height: 25px;
    margin-left: 14px;
    margin-top: 20px;
    width: 216px;
}

.ys_search {
    border: 0 none;
    color: #999999;
    float: left;
    font-family: "微软雅黑";
    font-size: 12px;
    height: 20px;
    line-height: 28px;
    padding-left: 10px;
    width: 154px;
}

.ys_search_btn {
    background-color: #ff8f41;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-family: "微软雅黑";
    font-size: 12px;
    height: 25px;
    /*    line-height: 28px;*/
    text-align: center;
    width: 60px;
    position: absolute;
}


















/*-----------------------------------------------------right-----------------------------------------------------------------------------*/
.ys_right {
    float: left;
    font-family: "微软雅黑";
    height: auto;
    width: 937px;
}

.ys_top_title {
    border: 1px solid #dfdfdf;
    color: #333333;
    font-family: "微软雅黑";
    font-size: 12px;
    height: auto;
    line-height: 24px;
    width: 920px;
}

.ys_top_title_row1 {
    background-color: #fafafa;
    border-bottom: 1px solid #dfdfdf;
    color: #ff9041;
    font-family: "微软雅黑";
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding-left: 18px;
    width: 917px;
}

.ys_top_title_row2 {
    color: #333333;
    font-family: "微软雅黑";
    font-size: 12px;
}

.ys_top_title_row3 {
    color: #ff0000;
    font-family: "微软雅黑";
    font-size: 12px;
}

.ys_cpfl_row1 {
    border-bottom: 1px solid #dfdfdf;
    color: #333333;
    font-family: "微软雅黑";
    font-size: 12px;
    height: auto;
    /*line-height: 14px;*/
    padding-left: 18px;
    width: 917px;
}

.ys_cpfl_row1_left {
    float: left;
    font-weight: bold;
    height: auto;
    margin-right: 14px;
    text-align: right;
    width: 66px;
}

.ys_cpfl_row1-right {
    /*	float: left;*/
    height: auto;
    width: 827px;
}

.ys_line2 {
    clear: both;
}

.ys_cpfl_row1_last {
    border-bottom: 0 none;
}

/*-----------------------------------------------------center-----------------------------------------------------------------------------*/
.ys_center {
    color: #333333;
    font-family: "微软雅黑";
    font-size: 14px;
    height: auto;
    line-height: 24px;
    margin: 12px 0;
    padding: 0 20px 20px;
    width: 893px;
}

.ys_list {
    border-bottom: 1px dashed #dedede;
    height: 190px;
    margin-top: 40px;
    padding: 0 20px 40px;
    width: 853px;
}

.ys_img {
    border: 1px solid #dfdfdf;
    float: left;
    height: 150px;
    width: 220px;
}

.ys_img2 {
    border: 0 none;
    height: 150px;
    width: 220px;
}

.ys_info {
    border:: 3px solid red;
    color: #777777;
    float: left;
    font-family: "微软雅黑";
    font-size: 14px;
    height: auto;
    line-height: 36px;
    margin-left: 25px;
    /*    width: 605px;*/
}

.ys_info_tit {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    width: 100%;
}

    .ys_info_tit a {
        color: #333333;
    }

a:link, a:visited {
    /*color: #fff;*/
    text-decoration: none;
}

/*不显示边框*/
/*img, input, a {
    border: medium none;
}*/

.ys_line {
    clear: both;
    height: 15px;
}

.ys_info_pn {
    color: #333333;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 28px;
    padding-left: 5px;
    padding-right: 25px;
    text-align: left;
}

    .ys_info_pn a {
        color: #333333;
    }

.ys_buy {
    width: 16px;
}

/*-----------------------------------------------------foot-----------------------------------------------------------------------------*/
.ys_Pager {
    float: left;
    font-size: 13px;
    line-height: 33px;
    margin-top: 40px;
}

span.P_Total {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    color: #404144;
    cursor: default;
    font-weight: bold;
    margin-right: 5px;
}

span.P_Total {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    color: #404144;
    cursor: default;
    font-weight: bold;
    margin-right: 5px;
}

.Pager span {
    background: #f95808 none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    color: #fff;
    float: left;
    padding: 1px 14px;
}

.P_Total font {
    padding: 0 4px;
    text-align: center;
}

.P_Total font {
    padding: 0 4px;
    text-align: center;
}

.P_Record {
    border-right: 1px solid #dfdfdf;
}

.P_Record {
    border-right: 1px solid #dfdfdf;
}

.P_Total font {
    padding: 0 4px;
    text-align: center;
}

.P_Total font {
    padding: 0 4px;
    text-align: center;
}

.Pager a {
    border: 1px solid #dfdfdf;
    color: #404144;
    float: left;
    padding: 5px 14px;
    text-decoration: none;
}

.Pager span {
    background: #f95808 none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    color: #fff;
    float: left;
    padding: 5px 14px;
}

.ys_line2 {
    clear: both;
}
/*------------------------------------------------优势产品-详细页----------------------------------------------------------------*/
/*------------------------------------------------优势产品-详细页--头部----------------------------------------------------------------*/
.de_right {
    float: left;
    height: auto;
    width: 870px;
}

.de_right_cont {
    border: 1px solid #dfdfdf;
    float: right;
    font-family: Arial,"微软雅黑";
    font-size: 13px;
    padding: 35px 30px 30px;
    width: 870px;
}

.de_detail_tit {
    border-bottom: 1px solid #dedede;
    color: #000000;
    font-size: 20px;
    height: auto;
    letter-spacing: 1px;
    line-height: 50px;
    padding-bottom: 8px;
    text-align: center;
    width: 100%;
}

.de_partake {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

    .de_partake span {
        color: #999999;
        float: left;
        font-size: 12px;
        line-height: 37px;
    }

.mod {
    float: left;
}


#ckepop .separator, #ckepop .jiathis_separator {
    display: block;
    float: left;
    line-height: 16px !important;
    margin: 0 5px;
}

#ckepop .button, #ckepop .jiathis_txt {
    float: left;
    font-size: 12px;
    line-height: 18px !important;
    text-decoration: none;
}

#ckepop .jtico_qzone {
    background-position: 0 -64px;
}

#ckepop .jtico {
    background: rgba(0, 0, 0, 0) url("images/jiathis_ico.png") no-repeat scroll left center;
    cursor: pointer;
    display: block !important;
    height: 16px !important;
    line-height: 16px !important;
    overflow: hidden;
    padding-left: 20px !important;
    text-align: left;
}

.ys_line3 {
    clear: both;
    height: 40px;
}

/*------------------------------------------------优势产品-详细页--头部--头部文字----------------------------------------------------------------*/
.de_info2 {
    float: left;
    padding-left: 14px;
    width: 850px;
}

.de_info2_brief {
    color: #333333;
    line-height: 24px;
    text-indent: 2em;
}

    .de_info2_brief p {
        margin-top: 20px;
    }

/*------------------------------------------------优势产品-详细页--头部--产品特性----------------------------------------------------------------*/
.de_detail_column {
    background: rgba(0, 0, 0, 0) url(images/title.jpg) repeat scroll 0 0;
    background-repeat: no-repeat;
    font-size: 16px;
    height: 35px;
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 15px;
    padding-left: 55px;
    /*    width: 80px;*/
}


.de_detail_ad {
    padding: 0 21px;
}

.de_detail_ad2 {
    background-image: url(images/title1-1.png);
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    height: auto;
    line-height: 26px;
    padding-left: 14px;
    width: 45%;
}

.de_detail_ad4 {
    background-image: url(images/title1-1.png);
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    height: auto;
    line-height: 26px;
    padding-left: 14px;
    width: 90%;
}

/*------------------------------------------------优势产品-详细页--表格----------------------------------------------------------------*/
.product_bg {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-style: solid none none solid;
    border-width: 1px medium medium 1px;
    float: left;
    height: auto;
    margin-top: 10px;
    width: 800px;
}

    .product_bg tr {
        color: #333333;
        font-family: "微软雅黑";
        font-size: 12px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        vertical-align: middle;
    }

    .product_bg td a {
        color: #3489db;
    }

.product_bgbt {
    background: #e5e5e5 none repeat scroll 0 0;
    height: 52px;
    line-height: 52px;
}

    .product_bgbt td {
        color: #666666;
        font-size: 14px;
    }

.product_bg td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
/*--invoiceset--*/
#common_div table tr {
    line-height: 29px;
}

.suggest_side {
    line-height: 1.5em;
    margin: 12px;
    padding: 0;
}

.poll input[type="checkbox"] {
    margin-top: 0px;
}

.sp_pic img {
    width: 218px;
    /*height: auto;*/
    max-height: 190px;
    height: auto;
    /*max-height:200px;*/
    /*height: auto;*/
    height: 190px;
}

.sp_pic {
    float: left;
}

/**------------------------------------有无库存----------------------------------------------*/
.checkbox > input[type=checkbox] {
    visibility: hidden;
}


.checkbox {
    width: 20px;
    margin: 0px 120px;
    position: relative;
}

    .checkbox label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        top: -20px;
        left: 100px;
        background: white;
        border: 1px solid #ddd;
    }

        .checkbox label:after {
            opacity: 0.0;
            content: '';
            position: absolute;
            width: 15px;
            height: 9px;
            background: transparent;
            top: 4px;
            left: 2px;
            border: 3px solid #333;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .checkbox label:hover::after {
            opacity: 0;
        }

    .checkbox input[type=checkbox]:checked + label:after {
        opacity: 1;
    }


/**--------------------询价-----------------------------------*/

#tab0 thead tr td {
    text-align: left;
}

#tab1 thead tr td {
    text-align: left;
}

#tab2 thead tr td {
    text-align: left;
}


/**--------------------radio-----------------------------------*/
.fp_ra label {
    margin-bottom: -4px;
}

.text {
    padding: 10px;
}

.zengzhi label {
    margin-bottom: -4px;
}

.gr label {
    margin-bottom: -4px;
}

.regular-radio {
    display: none;
}


    .regular-radio + label {
        -webkit-appearance: none;
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 9px;
        border-radius: 50px;
        display: inline-block;
        position: relative;
    }

    .regular-radio:checked + label:after {
        background: #3489db none repeat scroll 0 0;
        border-radius: 50px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
        content: " ";
        height: 8px;
        left: 5px;
        position: absolute;
        top: 5px;
        width: 8px;
    }
/**-----------------------发票需知------------------------*/
.fpnew {
    float: right;
    font-size: 16px;
    padding: 8px;
    /*text-decoration:underline;*/
}

.fpzeng label {
    margin-bottom: -4px;
}

.fpimg {
    float: right;
    margin-top: 23px;
    cursor: pointer;
}
/**-----------------------下单成功警告------------------------*/
.onb-content .text2 {
    color: red;
    font-size: 14px;
    padding: 10px;
}
/**-----------------------产品规格书img------------------------*/
.productlist-img {
    float: right;
    margin-top: -5px;
}

/*线下支付*/
.xztr {
    height: 40px;
}

.xz_a {
    font-weight: bold;
    text-align: right;
}

    .xz_a span {
        color: red;
        margin-left: 10px;
    }
/**-----------------------融创芯城微信号img------------------------*/
#footer .link-list-row .link-widget img {
    margin: 0px 0 27px;
}
/**-----------------------产品规格书img------------------------*/
.productlist-img {
    float: right;
    margin-top: -5px;
}
/**-----------------------发票须知------------------------*/
.fpnew {
    float: right;
    font-size: 16px;
    padding: 8px;
    /*text-decoration:underline;*/
}

.fpzeng label {
    margin-bottom: -4px;
}

.fpimg {
    float: right;
    margin-top: 23px;
}
/**-----------------------下单成功警告------------------------*/
.onb-content .text2 {
    color: red;
    font-size: 14px;
    padding: 10px;
}
/**-----------------------页签------------------------*/
.pdg_top {
    border-bottom: 1px solid #dfdfdf;
    color: #6e6e6e;
    font-family: "微软雅黑";
    font-size: 16px;
    height: auto;
    letter-spacing: 1px;
    margin: 15px 0;
    padding-bottom: 5px;
    padding-left: 1px;
    width: 100%;
}


.regular-checkbox {
    display: none;
}

    .regular-checkbox + label {
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 9px;
        border-radius: 3px;
        display: inline-block;
        position: relative;
    }

        .regular-checkbox + label:active, .regular-checkbox:checked + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

    .regular-checkbox:checked + label {
        /*background-color: #e9ecee;*/
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #99a1a7;
        top: -2px;
    }

        .regular-checkbox:checked + label:after {
            content: '\2714';
            font-size: 18px;
            position: absolute;
            top: -5px;
            left: 3px;
            color: #99a1a7;
        }




.regular2-checkbox {
    display: none;
}

    .regular2-checkbox + label {
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 9px;
        border-radius: 3px;
        display: inline-block;
        position: relative;
        margin-bottom: -5px;
    }

        .regular2-checkbox + label:active, .regular2-checkbox:checked + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

    .regular2-checkbox:checked + label {
        /*background-color: #e9ecee;*/
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #99a1a7;
    }

        .regular2-checkbox:checked + label:after {
            content: '\2714';
            font-size: 18px;
            position: absolute;
            margin: -13px -7px auto;
            color: #99a1a7;
        }



/*-----------------------------------------------------------------------*/
/*.index_main {
    border:3px solid red;
}*/
.center-left {
    border: 1px solid red;
    float: right;
    height: 360px;
    width: 246px;
}



/***************************************首页-接包项目*******************************************/
.hrleft {
    width: 380px;
    height: 30px;
    border: #ddd 1px solid;
    float: left;
    border-top: none;
    border-left: none;
    border-right: none;
}

.hrright {
    width: 440px;
    height: 30px;
    border: #ddd 1px solid;
    float: right;
    border-top: none;
    border-left: none;
    border-right: none;
}

.gysleft {
    width: 380px;
    height: 30px;
    border: #ddd 1px solid;
    float: left;
    border-top: none;
    border-left: none;
    border-right: none;
}

.gysright {
    width: 440px;
    height: 30px;
    border: #ddd 1px solid;
    float: right;
    border-top: none;
    border-left: none;
    border-right: none;
}

.hrtext {
    float: left;
    height: 5px;
    width: 270px;
    text-align: center;
    line-height: 5px;
    margin: 0px 10px;
}

.article-title {
    background-color: #eee;
    height: 60px;
    margin: 20px 0px 20px 0px;
}

    .article-title span {
        display: block;
        font-size: 16px;
        font-weight: 600;
        line-height: 60px;
        text-align: center;
        width: 340px;
    }

.article-recom p {
    font-weight: 600;
    font-size: 14px;
}

.article-recom span {
    font-size: 12px;
    color: #a0a0a0;
}

.artictle-more {
    float: right;
    background: #ececec;
    padding: 5px;
    border-radius: 5px;
    font-size: 15px;
}

    .artictle-more a {
        color: #bcbcbc;
    }

.article-content ul {
    margin: auto;
    overflow: hidden;
    width: 700px;
}

.article-content > ul > li {
    border-radius: 4px 4px 0 0;
    color: #3d3d3d;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 300px;
    border: 1px solid #ddd;
    margin: 20px;
}

.article-content a {
    color: #3d3d3d;
}

.fli-cut {
    background: #44a9f3 none repeat scroll 0 0;
    color: #fff !important;
}

    .fli-cut a {
        color: #fff !important;
    }

.article-content ul li {
    float: left;
}

.new-article td {
    height: 60px;
    border-bottom: 1px solid #efefef;
}

.being-article td {
    height: 60px;
    border-bottom: 1px solid #efefef;
}

.index-protile a {
    color: black;
}

.list-unstyled {
    list-style: outside none none;
    padding-left: 0;
}
/*.bd-table-title {
    height: 26px;
    vertical-align: top;
}*/
.new-article .art {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #efefef;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
}

.new-article .label {
    padding: 0.2em 0.6em 0.3em;
}

.nowrap {
    width: 500px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-article td b {
    color: #333;
    font-weight: 500;
}

.article-cont-div td b {
    color: #333;
    font-weight: 500;
}

.article-price {
    color: red;
}

.label-website {
    background: #18a3da none repeat scroll 0 0;
}

.article-red {
    background: #ce0d1e none repeat scroll 0 0;
    width: 80px;
    display: block;
    line-height: 20px;
    cursor: pointer;
}

.label-design {
    cursor: pointer;
    background: #f28283 none repeat scroll 0 0;
}

.label-software {
    background: #31bda5 none repeat scroll 0 0;
}

.label-other {
    background: #71be6a none repeat scroll 0 0;
}

.label-mobile {
    background: #f78b62 none repeat scroll 0 0;
}

.pricer a {
    color: #fff;
    font-size: 12px;
}

.link a {
    color: #fff;
    font-size: 12px;
}

/***************************************首页-接包方*******************************************/

.insbtn {
    -moz-user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    padding: 6px 30px;
    text-align: center;
    white-space: nowrap;
}

.contractor-main > ul > li {
    border-radius: 4px 4px 0 0;
    color: #3d3d3d;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 330px;
}

.contractor-main ul {
    margin: auto;
    overflow: hidden;
    width: 315px;
}

.prestige_talent td {
    height: 60px;
    border-bottom: 1px solid #efefef;
}

.prestige_talent .name {
    color: #333;
    font-size: 16px;
}

.tal_star {
    float: left;
}

tal_star {
    padding-top: 5px;
    text-align: center;
}

/***************************************首页-top广告*******************************************/
.index-box {
    float: right;
    padding: 0px;
    /*margin: -460px auto;
    clear:both;*/
}

.gugao-content {
    border: 1px solid #dfdfdf;
    margin-bottom: 25px;
}

.gugao-tit {
    margin-bottom: 100px;
}

    .gugao-tit li {
        cursor: pointer;
    }

        .gugao-tit li:active {
            /*text-decoration:underline;
    background-color:#eee;*/
            /*background:#eee;*/
        }

.gugao-title {
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 10px;
    padding: 5px;
}

.gugao-tit .gonggao {
    color: red;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
}

.gugao-tit p {
    font-size: 12px;
    padding-left: 5px;
}

.gugao-tit > ul > li {
    float: left;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    width: 73px;
    padding: 0 3px;
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
    background: #eee;
    margin-left: 2px;
}

.gugao-user .user-maijia {
    color: red;
    background: transparent;
    font-size: 13px;
}
/*.user-maijia,.gonggao {
    background-color:#e0e0e0;
}*/
.gugao-table tr {
    font-size: 11px;
    border-bottom: 1px solid #bbbbbb;
}

    .gugao-table tr td {
        padding: 5px;
    }
/***************************************首页-商品广告*******************************************/
.we-bear {
    border: 1px solid #bbbbbb;
    padding: 10px;
    margin-bottom: 20px;
}

.bear-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.bear-cont ul li {
    padding-top: 3px;
}

    .bear-cont ul li a {
        color: #3d3d3d;
    }

.purchase-cont > ul > li {
    float: left;
}

.purchase-cont ul li a {
    font-size: 11px;
    padding: 0px;
}

.insbtn {
    -moz-user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    padding: 6px 30px;
    text-align: center;
    white-space: nowrap;
}

.btn-warnings {
    background-color: red;
    color: #fff;
}

.purchase-btn a:hover {
    color: #fff;
}

.purchase-btn {
    text-align: center;
}

.service-dynamics {
    height: 205px;
    overflow: hidden;
}

    .service-dynamics a {
        color: #3d3d3d;
        font-size: 12px;
        margin-right: 6px;
        cursor: default;
    }

    .service-dynamics li a.ser-bom {
        margin-top: 4px;
        display: inline-block;
        margin-right: 0px;
    }

    .service-dynamics li p.ser-bom {
        margin-top: 4px;
        display: inline-block;
    }
/********************************头部下拉列表******************************************/
.open > .dropdown-menus {
    display: block;
}

.dropdown-menus {
    display: none;
    float: none;
}

.dropdown-menus {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    line-height: 25px;
    left: 0;
    list-style: outside none none;
    /*width: 125px;*/
    text-align: left;
    padding: 0px 5px;
    top: 100%;
    z-index: 1000;
}

    .dropdown-menus span {
        /*margin-left: 10px;*/
    }

.right span {
    /*margin-left: 10px;*/
}

.index-top-omit {
    display: inline-block;
    /*max-width: 50px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.open > .dropdown-menu3 {
    display: block;
}

.dropdown-menu3 {
    display: none;
    float: none;
}

.dropdown-menu3 {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 20px;
    left: 0;
    list-style: outside none none;
    /*margin: 25px 0 0;*/
    min-width: 95px;
    padding: 5px 0;
    top: 100%;
    z-index: 1000;
}
/*l浏览文件按钮*/
.browse-file {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #e6e6e6 #e6e6e6 #b3b3b3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-right: 4px;
    overflow: hidden;
    padding: 4px 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    margin: 0px 0px 20px 40px;
}

    .browse-file input {
        border: medium solid transparent;
        cursor: pointer;
        margin: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 80px;
    }

input[type="file"] {
    display: block;
}
/***************************************首页-top广告*******************************************/
.index-box {
    float: right;
    padding: 0px;
    /*margin: -460px auto;
    clear:both;*/
}

.gugao-ct {
    height: 260px;
    overflow: hidden;
}

.gugao-new {
    max-height: 542px;
    overflow: hidden;
}

.gugao-tit {
    margin-bottom: 45px;
}

.gugao-title {
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 10px;
    padding: 5px;
}

.gugao-tit .gonggao {
    color: red;
    font-size: 13px;
    font-weight: 500;
}

.projects {
    margin-bottom: 130px;
}

    .projects a {
        color: black;
        color: #666;
    }

    .projects p {
        cursor: pointer;
        font-size: 12px;
        padding: 0px 10px 0px 10px;
        margin: 0px;
        line-height: 30px;
        color: #666;
    }

        .projects p:hover a {
            color: #fe9526;
        }

.buyers {
    margin-bottom: 30px;
}

    .buyers p {
        cursor: pointer;
        font-size: 12px;
        padding-left: 5px;
        padding: 0px 10px 0px 10px;
        margin: 0px;
        line-height: 30px;
    }

        .buyers p a {
            color: #666;
            display: block;
            width: 210px;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle;
            white-space: nowrap;
        }

        .buyers p:hover a {
            color: #fe9526;
        }

/*.gugao-tit > ul > li {
    float: left;
    font-size: 13px;
    padding-left: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}*/

.gugao-user .user-maijia {
    color: red;
}

.gugao-table tr {
    font-size: 11px;
    border-bottom: 1px solid #bbbbbb;
}

    .gugao-table tr td {
        padding: 5px;
    }

.service-dynamics p {
    font-size: 10px;
    margin-left: 1px;
}
/*****************************************不满意退款**********************************************/
.form-group {
    display: flex;
    margin: 20px -15px;
}

    .form-group label {
        margin-bottom: 0;
        text-align: right;
    }

.kjfp-danger {
    background-color: #d9edf6;
    border-color: #ebccd1;
    color: #3b6677;
    border-radius: 4px;
    font-family: fontawesome;
    font-size: 13px;
    margin: 20px 0;
    padding: 10px;
}

.unrefund {
    color: red;
    border-bottom: 2px solid #EEE;
}

    .unrefund span {
        font-size: 16px;
        color: black;
    }

    .unrefund a {
        float: right;
        font-size: 13px;
        color: #3b6677;
    }

.tuik-foot {
    margin: 40px;
    text-align: center;
}

.btn-tuik {
    padding: 10px;
}

.tuik-zhifu {
    height: 20px;
    width: 100%;
    margin-left: 260px;
}

    .tuik-zhifu li {
        float: left;
    }

.zhifu-pwd {
    font-weight: bold;
}

.wanji-pwd {
    font-size: 12px;
    color: #3b6677;
}
/*手机导航*/
/*.owl-page span {
            display: block;
        }*/
.wrapper, .head-fixed, .container {
    min-width: 1200px !important;
}

#ProductSearch {
    position: relative;
    z-index: 12;
}

#top-megamenu-nav .navbar-nav > li > a {
    padding: 0px 5px !important;
    line-height: 56px;
    font-size: 14px;
    color: #fff;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.collapse {
    display: block;
    padding: 0px;
}
/*.megamenu-horizontal .nav{
            display: none;
        }*/
#top-megamenu-nav .navbar-nav > li.li {
    padding: 0px !important;
    margin: 0px;
    float: left;
    min-width: 87px;
    max-width: 150px;
    text-align: center;
}

.li_01 {
    margin: 0px;
    float: left;
    width: 250px !important;
}

.sidemenu-holder {
    margin: 0px;
}

#top-megamenu-nav .navbar-nav > li > a {
    padding: 0px 5px !important;
    text-transform: capitalize;
    font-weight: 700;
    max-width: 150px;
    text-align: center;
    line-height: 56px;
}

.animate-dropdown {
    position: relative !important;
}

.megamenu-horizontal {
    position: absolute !important;
    left: -1px;
    z-index: 999;
    width: 252px !important;
    border: 1px solid #ddd !important;
}

@media screen and (min-width: 991px)and (max-width: 1024px) {
    header .top-search-holder .search-area .categories-filter {
        left: 80px;
    }
}

.logo-holder {
    padding-left: 0;
}


/*----------------询价单转订单 进度条样式-----------------*/

.speed_progress ul li {
    color: #666;
    width: 180px;
    display: inline-block;
    text-align: center;
    margin: 0px -3px;
}

    .speed_progress ul li div {
        background: #d1d1d1;
        width: 100%;
        height: 5px;
        border-radius: 3px;
        font-size: 0px;
        position: relative;
        margin-bottom: 15px;
    }

    .speed_progress ul li span {
        display: inline-block;
        background: #d1d1d1;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        text-align: center;
        line-height: 22px;
        font-size: 12px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -11px 0px 0px -11px;
    }

.speed_progress ul .verify_pass {
    color: #76b9e7;
}

    .speed_progress ul .verify_pass div {
        background: #76b9e7;
        width: 100%;
        height: 5px;
        border-radius: 3px;
        font-size: 0px;
        position: relative;
        margin-bottom: 15px;
    }

    .speed_progress ul .verify_pass span {
        display: inline-block;
        background: #76b9e7;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        text-align: center;
        line-height: 22px;
        font-size: 12px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -11px 0px 0px -11px;
    }

    .speed_progress ul .verify_pass .prep {
        color: #76b9e7;
    }

.speed_progress ul .verify_curr {
    color: #3498db;
}

    .speed_progress ul .verify_curr div {
        background: #3498db;
        width: 100%;
        height: 5px;
        border-radius: 3px;
        font-size: 0px;
        position: relative;
        margin-bottom: 15px;
    }

    .speed_progress ul .verify_curr span {
        display: inline-block;
        background: #3498db;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        text-align: center;
        line-height: 22px;
        font-size: 12px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -11px 0px 0px -11px;
    }

    .speed_progress ul .verify_curr .prep {
        color: #3498db;
    }

.speed_progress ul li p {
    font-size: 12px;
    color: #d1d1d1;
}

/*----------------询价单转订单 进度条样式-----------------*/


.checkbox-new {
    display: inline-block;
    min-height: 20px;
    padding-left: 5px;
}

    .checkbox-new label {
        display: inline;
        font-weight: 400;
        cursor: pointer;
    }
