.text1line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text2line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text3line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text4line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text5line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text6line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.text7line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.text8line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.text9line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

.text10line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.display_ {
    display: none;
}

.home-slider .owl-dots {
    display: none;
    bottom: 15px;
}

@media (max-width: 991px) {
    .home-slider .owl-dots {
        bottom: 5px;
    }
}

.home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #fffafc5e;
}

    .home-slider .owl-dots .owl-dot.active {
        background: #fff;
    }

        .home-slider .owl-dots .owl-dot.active span {
            background: transparent;
        }

    .home-slider .owl-dots .owl-dot:hover span {
        background: transparent;
    }

    .home-slider .owl-dots .owl-dot span {
        background: transparent;
    }

.home-slider {
    position: relative;
    z-index: 19;
    overflow: hidden;
}

    .home-slider .item {
        position: relative;
    }

        .home-slider .item a img {
            margin: 0 auto;
        }

    .home-slider.owl-carousel .owl-nav {
        margin-top: 0px;
    }

        .home-slider.owl-carousel .owl-nav .owl-next {
            right: 5% !important;
            background: none !important;
            border: none !important;
            top: 45%;
        }

@media (min-width: 1800px) {
    .home-slider.owl-carousel .owl-nav .owl-next {
        right: 15% !important;
    }
}

@media (max-width: 767px) {
    .home-slider.owl-carousel .owl-nav .owl-next {
        right: 5px !important;
        width: 36px;
    }
}

.home-slider.owl-carousel .owl-nav .owl-next:hover:before {
    background: #fff;
    border: 3px solid #fff;
    color: #39b54a;
}

.home-slider.owl-carousel .owl-nav .owl-prev {
    left: 5% !important;
    background: none !important;
    border: none !important;
    top: 45%;
}

@media (min-width: 1800px) {
    .home-slider.owl-carousel .owl-nav .owl-prev {
        left: 15% !important;
    }
}

@media (max-width: 767px) {
    .home-slider.owl-carousel .owl-nav .owl-prev {
        left: 5px !important;
        width: 36px;
    }
}

.home-slider.owl-carousel .owl-nav .owl-prev:hover:before {
    background: #fff;
    border: 3px solid #fff;
    color: #39b54a;
}

.home-slider.owl-carousel .owl-nav .owl-next:before {
    font-size: 35px;
    border: 3px solid #fff;
    color: #fff;
    padding-left: 3px;
    background: transparent;
    border-radius: 0;
    width: 45px;
    height: 45px;
    line-height: 40px;
    left: -5px;
}

.home-slider.owl-carousel .owl-nav .owl-prev:before {
    font-size: 35px;
    padding-right: 2px;
    border: 3px solid #fff;
    color: #fff;
    background: transparent;
    border-radius: 0;
    width: 45px;
    height: 45px;
    line-height: 40px;
    left: -5px;
}

.section_tab_product h2 {
    font-size: 1.71429em;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 20px 0;
}

.section_tab_product .tabs-title {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

    .section_tab_product .tabs-title li {
        width: 140px;
        display: inline-block;
        background: #dadbdb;
        height: 40px;
        line-height: 40px;
        margin-right: 1px;
    }

        .section_tab_product .tabs-title li.current {
            color: #fff;
            background: #898989;
        }

.section_tab_product .tab-content {
    clear: left;
}

@media (min-width: 1200px) {
    .section_tab_product .tab-content .products .col-lg-3:nth-child(4n+1) {
        clear: left;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .section_tab_product .products .col-sm-4:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 767px) {
    .section_tab_product .tabs-title li {
        width: 87px;
    }
}

.list-blogs-link {
    margin-top: 30px;
}

.heading {
    display: block;
    position: relative;
}

    .heading:before {
        content: "";
        background: url("/bizweb.dktcdn.net/100/328/363/themes/708852/assets/bg_title6c08.png?1551084414636");
        position: absolute;
        width: 417px;
        height: 22px;
        top: 14px;
        left: 0;
    }

@media (max-width: 374px) {
    .heading:before {
        display: none;
    }
}

@media (min-width: 375px) and (max-width: 480px) {
    .heading:before {
        width: 10%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .heading:before {
        width: 15%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .heading:before {
        width: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .heading:before {
        width: 30%;
    }
}

.heading:after {
    content: "";
    background: url("/bizweb.dktcdn.net/100/328/363/themes/708852/assets/bg_title6c08.png?1551084414636");
    position: absolute;
    width: 417px;
    height: 22px;
    top: 14px;
    right: 0;
}

@media (max-width: 374px) {
    .heading:after {
        display: none;
    }
}

@media (min-width: 375px) and (max-width: 480px) {
    .heading:after {
        width: 10%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .heading:after {
        width: 15%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .heading:after {
        width: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .heading:after {
        width: 30%;
    }
}

.heading h2, .heading h3 {
    text-align: center;
    text-transform: none;
    font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.heading_flash_sale {
    display: block;
    position: relative;
}

    .heading_flash_sale:before {
        content: "";
        background: url("/bizweb.dktcdn.net/100/328/363/themes/708852/assets/bg_title6c08.png?1551084414636");
        position: absolute;
        width: 417px;
        height: 22px;
        top: 14px;
        left: 0;
        z-index: -1;
    }

@media (min-width: 1200px) {
    .heading_flash_sale:before {
        width: 345px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .heading_flash_sale:before {
        width: 15%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .heading_flash_sale:before {
        width: 20%;
    }
}

.heading_flash_sale:after {
    content: "";
    background: url("/bizweb.dktcdn.net/100/328/363/themes/708852/assets/bg_title6c08.png?1551084414636");
    position: absolute;
    width: 417px;
    height: 22px;
    top: 14px;
    right: 0;
    z-index: -1;
}

@media (min-width: 1200px) {
    .heading_flash_sale:after {
        width: 345px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .heading_flash_sale:after {
        width: 15%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .heading_flash_sale:after {
        width: 20%;
    }
}

.heading_flash_sale h2 {
    text-align: center;
    text-transform: none;
    font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

    .heading_flash_sale h2 a {
        display: inline-block;
        background: #485d60;
        z-index: 999;
        line-height: 52px;
        height: 52px;
        position: relative;
        color: #fff;
    }

        .heading_flash_sale h2 a:after {
            content: "";
            position: absolute;
            top: 0;
            right: -20px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 26px 0 26px 20px;
            border-color: transparent transparent transparent #485d60;
        }

        .heading_flash_sale h2 a:before {
            content: "";
            position: absolute;
            top: 0;
            left: -20px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 26px 20px 26px 0;
            border-color: transparent #485d60 transparent transparent;
        }

.section_search_fast {
    background-image: url("/bizweb.dktcdn.net/100/328/363/themes/708852/assets/bg_module_search6c08.png?1551084414636");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-flow: column;
}

    .section_search_fast .wrap_find {
        float: left;
        width: 100%;
    }

@media (max-width: 991px) {
    .section_search_fast .wrap_find {
        padding: 30px 15px;
    }
}

@media (max-width: 991px) {
    .section_search_fast .option_ {
        padding: 0 0 15px 0;
    }
}

.section_search_fast .option_ label {
    font-weight: 400;
    font-family: "Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.section_search_fast .option_ select {
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    border: none;
}

.section_search_fast .button_search_sm {
    width: 100%;
    text-align: center;
}

    .section_search_fast .button_search_sm .text_search {
        height: 40px;
        line-height: 40px;
        font-weight: 700;
        font-family: "Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
        font-size: 14px;
        color: #fff;
        border: none;
        box-shadow: none;
        outline: none;
        width: 100%;
        text-transform: uppercase;
        background: #00783a;
        border-radius: 3px;
        border: 1px solid transparent;
    }

        .section_search_fast .button_search_sm .text_search:hover {
            background: #fff;
            color: #00783a;
            border: 1px solid #00783a;
        }

        .section_search_fast .button_search_sm .text_search .fa {
            padding-right: 10px;
        }

.section_banner_sidebar {
    margin-bottom: 0px;
    position: relative;
    z-index: 10;
}

@media (max-width: 767px) {
    .section_banner_sidebar {
        margin-bottom: 0px;
    }
}

.section_banner_sidebar .margin-style {
    margin-bottom: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_banner_sidebar .margin-style {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section_banner_sidebar .margin-style {
        margin-bottom: 20px;
    }
}

.section_banner_sidebar .img_effect_h {
    position: relative;
}

    .section_banner_sidebar .img_effect_h:hover .banner-title:before {
        content: "";
    }

    .section_banner_sidebar .img_effect_h .banner-title {
        left: 50% !important;
        top: 50% !important;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        bottom: auto;
        top: 18px;
        position: absolute;
        left: 30px;
        z-index: 2;
        font-size: 48px;
        font-weight: bold;
        line-height: normal;
        text-transform: none;
        margin: 0;
        color: #fff;
        font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        width: 100%;
        text-align: center;
    }

        .section_banner_sidebar .img_effect_h .banner-title.title_2, .section_banner_sidebar .img_effect_h .banner-title.title_5 {
            font-size: 36px;
        }

        .section_banner_sidebar .img_effect_h .banner-title.title_3, .section_banner_sidebar .img_effect_h .banner-title.title_4 {
            font-size: 30px;
        }

            .section_banner_sidebar .img_effect_h .banner-title.title_3:before, .section_banner_sidebar .img_effect_h .banner-title.title_4:before {
                top: auto;
            }

        .section_banner_sidebar .img_effect_h .banner-title.title_2:before {
            top: auto;
        }

        .section_banner_sidebar .img_effect_h .banner-title.title_5:before {
            top: auto;
        }

        .section_banner_sidebar .img_effect_h .banner-title:before {
            content: none;
            width: 50px;
            border-top: 3px solid #ffbd17;
            height: 3px;
            position: absolute;
            top: auto;
            left: 50%;
            z-index: 999;
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            bottom: -5px;
        }

.section_flash_sale_weekend .owl-dots {
    display: none;
}

@media (min-width: 1200px) {
    .section_flash_sale_weekend .product-box-h a.display_flex {
        height: 270px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_flash_sale_weekend .product-box-h a.display_flex {
        height: 220px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section_flash_sale_weekend .product-box-h a.display_flex {
        height: 293.33px !important;
    }
}

@media (max-width: 767px) {
    .section_flash_sale_weekend .product-box-h a.display_flex {
        height: 290px !important;
    }
}

@media (max-width: 767px) {
    .section_flash_sale_weekend .heading_flash_sale:before {
        display: none;
    }

    .section_flash_sale_weekend .heading_flash_sale:after {
        display: none;
    }

    .section_flash_sale_weekend .heading_flash_sale h2 {
        font-size: 30px !important;
    }

        .section_flash_sale_weekend .heading_flash_sale h2 a {
            padding: 0 40px !important;
        }
}

@media (max-width: 375px) {
    .section_flash_sale_weekend .heading_flash_sale h2 {
        font-size: 24px !important;
    }

        .section_flash_sale_weekend .heading_flash_sale h2 a {
            padding: 0 25px !important;
        }
}

@media (max-width: 767px) {
    .section_product_feature .owl-dots {
        bottom: -10px;
    }
}

@media (max-width: 374px) {
    .section_product_feature .product-thumbnail > a.display_flex {
        height: 131.25px !important;
    }
}

@media (min-width: 374px) and (max-width: 413px) {
    .section_product_feature .product-thumbnail > a.display_flex {
        height: 158.75px !important;
    }
}

@media (min-width: 414px) and (max-width: 543px) {
    .section_product_feature .product-thumbnail > a.display_flex {
        height: 182.6px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_product_feature .product-thumbnail > a.display_flex {
        height: 221.66px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_product_feature .product-thumbnail > a.display_flex {
        height: 214.38px;
    }
}

.section_product_sale .content_sec {
}

    .section_product_sale .content_sec .owl-nav .owl-prev {
        top: -60px !important;
    }

    .section_product_sale .content_sec .owl-nav .owl-next {
        top: -60px !important;
    }

    .section_product_sale .content_sec .owl-dots {
        bottom: -55px !important;
    }

@media (max-width: 991px) {
    .section_product_sale .content_sec .owl-dots {
        bottom: -30px !important;
    }
}

.section_product_sale .prd_sec .product-box-1 {
    height: 140px !important;
    min-height: 140px !important;
    margin-right: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_product_sale .prd_sec .product-box-1 {
        height: 120px !important;
        min-height: 120px !important;
    }
}

@media (max-width: 767px) {
    .section_product_sale .prd_sec .product-box-1 {
        height: 115px !important;
        min-height: 115px !important;
    }
}

.section_product_sale .prd_sec .product-box-1:last-child {
    border-bottom: none;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .section_product_sale .prd_sec .product-box-1 {
        min-height: 180px;
        padding: 0 !important;
    }
}

.section_product_sale .prd_sec .product-box-1:hover .product-action {
    visibility: visible;
    margin-top: 6px !important;
}

.section_product_sale .prd_sec .product-box-1:hover .a_img {
    opacity: 0.5;
}

.section_product_sale .prd_sec .product-box-1 .product-thumbnail {
    padding: 0px;
}

    .section_product_sale .prd_sec .product-box-1 .product-thumbnail > a.display_flex {
        padding: 0px;
        display: block;
        width: 100%;
        height: 140px !important;
        position: relative;
    }

.section_product_sale .prd_sec .product-box-1 .product-info {
    padding: 0px 20px 25px 0px;
}

    .section_product_sale .prd_sec .product-box-1 .product-info .product-name {
        font-size: 16px !important;
        margin-top: 0px;
        margin-bottom: 9px;
    }

    .section_product_sale .prd_sec .product-box-1 .product-info .product-hides .product-hide {
        margin-top: 3px;
        margin-bottom: 7px;
    }

.section_brand {
    padding: 20px 0;
    border-top: 1px solid #ebebeb;
}

    .section_brand .item_fix_brand {
        max-height: 80px;
    }

@media (min-width: 1200px) {
    .section_brand .brand_content .owl-stage-outer {
        overflow: visible;
        max-height: 80px;
    }
}

.section_brand .brand_content .owl-stage-outer:before {
    content: "";
    width: 50vw;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    background: rgba(255,255,255,0.8);
    z-index: 99;
    right: 100%;
}

.section_brand .brand_content .owl-stage-outer:after {
    content: "";
    width: 50vw;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    background: rgba(255,255,255,0.8);
    z-index: 99;
    left: 100%;
}

.section_brand .img_ img {
    height: 75px;
}

.section_base .border_bottom_title {
    position: relative;
}

    .section_base .border_bottom_title:before {
        position: absolute;
        bottom: -46px;
        left: 0;
        width: 100%;
        border-bottom: 2px solid #39b54a;
    }

.section_base .title_top_menu h3 {
    margin: 0;
    padding: 10px 28px 10px 28px;
    font-size: 24px;
    line-height: 24px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-family: 'UTM';
    font-weight: 400;
    background: #39b54a;
    text-transform: uppercase;
    display: inline-block;
}

@media (max-width: 480px) {
    .section_base .title_top_menu h3 {
        font-size: 17px;
    }
}

.section_base .title_top_menu h3 a {
    color: #fff;
}

    .section_base .title_top_menu h3 a:hover, .section_base .title_top_menu h3 a:focus {
        color: #fff;
    }

.section_base .title_top_menu .btn_menu {
    display: none;
}

@media (max-width: 991px) {
    .section_base .title_top_menu .btn_menu {
        display: inline-block;
        float: right;
        height: 30px;
        width: 30px;
        text-align: right;
        line-height: 30px;
        font-size: 22px;
        color: #39b54a;
        margin-top: 10px;
        margin-right: 50px;
    }
}

.section_base .title_top_menu ul {
    float: right;
    margin-top: 6px;
}

    .section_base .title_top_menu ul li {
        float: none;
        display: inline-block;
    }

        .section_base .title_top_menu ul li a {
            color: #474a62;
            font-size: 14px;
            padding: 5px 8px;
            display: block;
        }

@media (max-width: 991px) {
    .section_base .title_top_menu ul li a {
        padding: 5px 0;
    }
}

.section_base .title_top_menu ul li a:hover, .section_base .title_top_menu ul li a:focus {
    color: #39b54a;
}

.section_base .title_top_menu ul li a.more_view {
    padding-right: 70px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .section_base .title_top_menu ul {
        float: none;
        width: 90.5%;
        clear: both;
        margin-top: 15px;
        display: none;
        position: absolute;
        background: #fff;
        z-index: 9999;
        padding: 0px 15px;
        margin: 3px 15px 0px 0px;
        box-shadow: rgba(31,38,67,0.1) 0px 3px 25px 0px;
    }

        .section_base .title_top_menu ul li {
            float: left;
            display: block;
            width: 100%;
        }
}

.section_base .content_sec {
    margin-top: 30px;
}

    .section_base .content_sec.fix_col {
        margin-bottom: 55px;
    }

@media (max-width: 991px) {
    .section_base .content_sec.fix_col {
        margin-bottom: 0px;
    }
}

.section_base .content_sec .col-md-3.col-md-pull-9 {
    padding: 0;
}

.section_base .content_sec .col-md-9.col-md-push-3 {
    padding: 0;
}

@media (max-width: 991px) {
    .section_base .content_sec .col-md-9.col-md-push-3 {
        padding: 0;
    }
}

.section_base .content_sec .col-md-9.image_right {
    padding: 0;
}

@media (max-width: 991px) {
    .section_base .content_sec .col-md-9.image_right {
        padding-right: 0;
    }
}

.section_base .product-thumbnail a {
    height: 207px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_base .product-thumbnail a {
        height: 218px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section_base.section_base_right .prd_sec .owl-nav .owl-prev {
        right: -215px !important;
    }

    .section_base.section_base_right .prd_sec .owl-nav .owl-next {
        right: -240px !important;
    }
}

@media (min-width: 1200px) {
    .section_base.section_base_right .prd_sec .owl-nav .owl-prev {
        right: -275px !important;
    }

    .section_base.section_base_right .prd_sec .owl-nav .owl-next {
        right: -300px !important;
    }
}

.section_new_blog .owl-nav, .section_new_blog .owl-dots {
    display: none;
}

.section_service_end {
    padding: 0px 0px;
    overflow: hidden;
    border-top: 1px solid #ebebeb;
    background: #f9f9f9;
}

    .section_service_end .owl-dots {
        display: none;
    }

@media (max-width: 767px) {
    .section_service_end .owl-dots {
        display: block !important;
        bottom: 0px !important;
    }

        .section_service_end .owl-dots .owl-dot span {
            display: none;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_service_end .owl-nav {
        display: none;
    }
}

.section_service_end .owl-item:nth-child(3) .service_item_ed:after {
    display: none;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .section_service_end .owl-item .col-item-srv:nth-child(1), .section_service_end .owl-item .col-item-srv:nth-child(2) {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .section_service_end .owl-item .col-item-srv:nth-child(1), .section_service_end .owl-item .col-item-srv:nth-child(2), .section_service_end .owl-item .col-item-srv:nth-child(3) {
        margin-bottom: 15px;
        text-align: center;
    }
}

.section_service_end .service_item_ed {
    height: 110px;
    padding: 0px 0px 0px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .section_service_end .service_item_ed {
        padding: 0px 0;
        height: 155px;
        flex-flow: column;
    }
}

.section_service_end .service_item_ed .iconx {
    display: inline-block;
    width: 65px;
    float: left;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_service_end .service_item_ed .iconx {
        min-width: 64px;
    }
}

.section_service_end .service_item_ed .iconx img {
    max-width: 100%;
    height: auto;
}

.section_service_end .service_item_ed .content_srv {
    width: calc(100% - 65px);
    -o-width: calc(100% - 65px);
    -moz-width: calc(100% - 65px);
    -webkit-width: calc(100% - 65px);
    display: inline-block;
    float: left;
    margin-left: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section_service_end .service_item_ed .content_srv {
        width: calc(100% - 55px);
        -o-width: calc(100% - 55px);
        -moz-width: calc(100% - 55px);
        -webkit-width: calc(100% - 55px);
    }
}

@media (max-width: 767px) {
    .section_service_end .service_item_ed .content_srv {
        width: 100%;
        margin-left: 0px;
    }
}

.section_service_end .service_item_ed .content_srv .title_service {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #39b54a;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section_service_end .service_item_ed .content_srv .title_service {
        font-size: 14px;
    }
}

.section_service_end .service_item_ed .content_srv .sum_service {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
    color: #888888;
}

    .section_service_end .service_item_ed .content_srv .sum_service .red {
        color: #39b54a;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .section_service_end .service_item_ed .content_srv .sum_service {
        font-size: 13px;
        margin-top: 5px;
    }
}

.section_service_end .service_item_ed .content_srv .sum_service a {
    font-weight: bold;
    color: #474a62;
    text-decoration: none;
}

    .section_service_end .service_item_ed .content_srv .sum_service a:hover {
        color: #39b54a;
    }

.section_like_product .products-view-grid-bb {
    position: relative;
    border-top: 0px;
    margin-left: -1px;
    margin-top: 25px;
    display: block;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section_like_product .products-view-grid-bb {
        margin-left: -2px;
    }
}

.section_like_product .products-view-grid-bb .item_hai {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

    .section_like_product .products-view-grid-bb .item_hai .saler_item .product-box-1 {
        height: 145px !important;
        min-height: 145px !important;
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }

@media (max-width: 991px) {
    .section_like_product .products-view-grid-bb .item_hai .saler_item .product-box-1 {
        min-height: 180px;
        padding: 0 !important;
    }
}

.section_like_product .products-view-grid-bb .product-box-1:hover .product-action {
    visibility: visible;
    margin-top: 6px !important;
}

.section_like_product .products-view-grid-bb .product-box-1:hover .a_img {
    opacity: 0.5;
}

.section_like_product .products-view-grid-bb .product-box-1 .product-thumbnail {
    padding: 20px;
}

    .section_like_product .products-view-grid-bb .product-box-1 .product-thumbnail > a.display_flex {
        padding: 0px;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        height: 105px;
        text-align: center;
        position: relative;
    }

        .section_like_product .products-view-grid-bb .product-box-1 .product-thumbnail > a.display_flex:before {
            content: " ";
            width: 100%;
            height: 100%;
            position: absolute;
            background: #fff;
            opacity: 0;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -ms-transition: 0.2s;
            transition: 0.2s;
            left: 0;
            z-index: 9;
        }

.section_like_product .products-view-grid-bb .product-box-1 .product-info {
    padding: 20px 20px 25px 0px;
}

    .section_like_product .products-view-grid-bb .product-box-1 .product-info .product-name {
        margin-top: 0px;
        margin-bottom: 10px;
    }

@media (min-width: 1200px) {
    .section_like_product .product-box-1:hover .quick-view {
        display: block !important;
        opacity: 1 !important;
    }
}

.section_buy_many .product_comeback_wrap {
    border: 1px solid #e5e5e5;
    border-right: none;
    border-bottom: none;
    margin-top: 25px;
}

.closed_modal {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    background: #39b54a;
    right: 3px;
    top: 3px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

    .closed_modal .fa {
        font-size: 14px;
    }

#login_register {
    top: 40px !important;
    width: 586px;
    margin: 0 auto;
    background: #fff;
    padding: 0 !important;
    max-height: 550px;
}

    #login_register.fix_height_login {
        max-height: 390px;
    }

    #login_register .title-modal {
        width: 100%;
        float: left;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        background: #39b54a;
        margin: 0;
        padding: 13px 0;
    }

    #login_register p {
        width: 100%;
        font-size: 14px;
        color: #474a62;
        float: left;
        margin: 0;
        padding-top: 20px;
    }

    #login_register .form-group {
        padding: 0px 15px;
    }

        #login_register .form-group:first-child {
            padding-top: 15px;
        }

    #login_register .form-control {
        width: 100%;
        float: left;
        font-size: 1em;
        color: #898989;
        padding: 15px 20px;
        height: 45px;
        margin-bottom: 10px;
    }

    #login_register #social_login_widget {
        width: 100%;
        float: left;
        display: flex;
        justify-content: center;
    }

    #login_register .social_login_info {
        width: 100%;
        float: left;
        position: relative;
    }

        #login_register .social_login_info:before {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            content: "";
            border-bottom: #ebebeb 1px solid;
            z-index: -1;
        }

        #login_register .social_login_info span {
            background: #fff;
            padding: 0 10px;
        }

    #login_register .other_ways {
        width: 100%;
        float: left;
        margin: 10px 0;
    }

.extend_content {
    background: #39b54a;
    width: 292px;
    height: 100%;
    float: left;
    color: #fff;
    display: block;
    padding: 80px 30px;
}

    .extend_content .title {
        font-size: 1em;
        color: #fff;
        margin-bottom: 40px;
        width: 100%;
        float: left;
    }

    .extend_content .extend_main_content ul {
        width: 100%;
        float: left;
        margin-bottom: 60px;
    }

    .extend_content .extend_main_content li {
        padding: 5px 0;
        width: 100%;
        float: left;
    }

    .extend_content .extend_main_content .other_action {
        width: 100%;
        float: left;
    }

        .extend_content .extend_main_content .other_action a {
            border: #fff 1px solid;
            font-size: 1em;
            color: #fff;
        }

            .extend_content .extend_main_content .other_action a:hover {
                color: #39b54a;
            }

.account_popup_main_content {
    width: 586px;
    float: left;
    height: 100%;
    background: #fff;
    margin: 0 auto;
    overflow-x: hidden;
}

.modal {
    top: 0px !important;
}

.wrap-modal-login {
    background: #FFF;
    width: 586px;
    padding: 0px;
    margin: 0 auto !important;
}

    .wrap-modal-login .title-modal {
        font-size: 24px;
        font-weight: 400;
        color: #363636;
        margin-top: 30px;
        display: block;
        text-align: center;
    }

    .wrap-modal-login .text_bot_modal {
        color: #898989;
        text-align: center;
    }

    .wrap-modal-login .btn-style {
        font-size: 21px !important;
        font-weight: 300;
        background: #fff;
        border: solid 1px #e1e1e1;
    }

    .wrap-modal-login .accept_submit {
        text-align: center;
        margin-top: 20px;
    }

        .wrap-modal-login .accept_submit input {
            margin-top: 2px;
        }

    .wrap-modal-login #customer_register, .wrap-modal-login #customer_login {
        margin-bottom: 0px;
        padding: 0;
    }

    .wrap-modal-login .fixheight {
        max-height: 700px;
        overflow: hidden;
        overflow-y: hidden;
    }

    .wrap-modal-login .wrp_frm .wrap_form .note {
        font-size: 15px;
        line-height: 23px;
        color: #111111;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .wrap-modal-login .wrp_frm_register {
        float: left;
    }

        .wrap-modal-login .wrp_frm_register .wrap_form_register .note {
            font-size: 15px;
            line-height: 23px;
            color: #111111;
            display: block;
            text-align: center;
            margin-bottom: 20px;
        }

    .wrap-modal-login .h_register {
        padding: 0px !important;
    }

    .wrap-modal-login .form-signup {
        font-size: 1em;
        color: #636363;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .wrap-modal-login .form-signup .form-group input {
            font-weight: 400;
            color: #111111;
            height: 45px;
            min-height: 40px;
            font-size: 15px;
            box-shadow: none;
            outline: none;
        }

            .wrap-modal-login .form-signup .form-group input:-webkit-input-placeholder {
                color: #111111;
            }

            .wrap-modal-login .form-signup .form-group input:-moz-placeholder {
                color: #111111;
            }

            .wrap-modal-login .form-signup .form-group input:-ms-input-placeholder {
                color: #111111;
            }

            .wrap-modal-login .form-signup .form-group input:-moz-placeholder {
                color: #111111;
            }

            .wrap-modal-login .form-signup .form-group input:focus {
                border-color: #ebebeb;
            }

        .wrap-modal-login .form-signup .form-group .name_control_h {
            display: inline-block;
            float: left;
            margin-bottom: 5px;
            font-size: 14px;
            font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
            font-weight: 400;
            color: #636363;
        }

        .wrap-modal-login .form-signup .form-group textarea {
            font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
            border-color: #e1e1e1;
            border-radius: 0px;
            font-size: 1em;
            padding: 11px 20px;
        }

        .wrap-modal-login .form-signup .form-group .btn-bg {
            width: 100%;
            font-weight: 600;
            background: #39b54a;
            border: solid 1px #39b54a;
            color: #fff;
            text-transform: uppercase;
            font-size: 14px !important;
            border-radius: 3px;
            margin-bottom: 5px;
            height: 45px;
            line-height: 42px;
        }

            .wrap-modal-login .form-signup .form-group .btn-bg:hover {
                background: #fff;
                border: solid 1px #39b54a;
                color: #39b54a;
            }

        .wrap-modal-login .form-signup .form-group .mr_bt {
            margin-bottom: 10px;
        }

        .wrap-modal-login .form-signup .form-group label span {
            color: red;
            font-weight: bold;
        }

        .wrap-modal-login .form-signup .cle {
            overflow: hidden;
        }

        .wrap-modal-login .form-signup p {
            text-align: left;
            font-weight: 400;
            color: #8d90a6;
        }

        .wrap-modal-login .form-signup .fr_gr_pd {
            text-align: left;
        }

            .wrap-modal-login .form-signup .fr_gr_pd:hover > a {
                color: #39b54a;
            }

        .wrap-modal-login .form-signup .fr_gr_pd_t {
            padding: 0px 15px;
            margin-top: 10px;
        }

        .wrap-modal-login .form-signup .no_mr {
            margin-top: 0px !important;
        }

        .wrap-modal-login .form-signup .bt_login {
            padding: 5px;
            font-weight: 400;
            font-size: 14px;
            color: #111111;
            text-align: center;
            display: block;
            margin-top: 20px;
        }

            .wrap-modal-login .form-signup .bt_login span {
                display: block;
                text-align: center;
            }

            .wrap-modal-login .form-signup .bt_login a {
                color: #39b54a;
            }

                .wrap-modal-login .form-signup .bt_login a.login_btn {
                    color: #39b54a;
                }

                .wrap-modal-login .form-signup .bt_login a.register_btn .fa {
                    margin-right: 5px;
                }

            .wrap-modal-login .form-signup .bt_login:hover > a {
                color: #39b54a;
            }

        .wrap-modal-login .form-signup .bt_login_2 {
            font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
            font-weight: 400;
            font-size: 14px;
            color: #111111;
            text-align: center;
            display: inline-block;
            margin-bottom: 15px;
            margin-left: 15px;
        }

            .wrap-modal-login .form-signup .bt_login_2 span {
                display: block;
                text-align: left;
            }

            .wrap-modal-login .form-signup .bt_login_2 a {
                color: #acacac;
            }

            .wrap-modal-login .form-signup .bt_login_2:hover > a {
                color: #39b54a;
            }

        .wrap-modal-login .form-signup .bt_login_3 {
            font-weight: 400;
            font-size: 14px;
            color: #111111;
            text-align: center;
            display: block;
        }

            .wrap-modal-login .form-signup .bt_login_3 span {
                display: block;
                text-align: center;
            }

            .wrap-modal-login .form-signup .bt_login_3 a {
                color: #0072bc;
            }

            .wrap-modal-login .form-signup .bt_login_3:hover > a {
                color: #39b54a;
            }

        .wrap-modal-login .form-signup .fot_sigup {
            display: block;
            float: left;
            width: 100%;
        }

            .wrap-modal-login .form-signup .fot_sigup .tit {
                display: block;
                position: relative;
                text-align: center;
            }

                .wrap-modal-login .form-signup .fot_sigup .tit:before {
                    content: " ";
                    width: 100%;
                    height: 1px;
                    padding: 1px 0px 0px;
                    background: #ebebeb;
                    color: #ebebeb;
                    position: absolute;
                    left: 0px;
                    top: 17px;
                    line-height: 32px;
                    z-index: 1;
                }

                .wrap-modal-login .form-signup .fot_sigup .tit span {
                    font-size: 13px;
                    color: #acacac;
                    line-height: 32px;
                    padding: 0px 15px;
                    background-color: #fff;
                    display: inline-block;
                    background: #fff;
                    z-index: 2;
                    position: absolute;
                    left: 36%;
                }

        .wrap-modal-login .form-signup .social_login {
            width: 100%;
            float: left;
            margin-top: 15px;
        }

            .wrap-modal-login .form-signup .social_login .login-width-social #social_login_widget #social_login {
                margin: 0px auto;
            }

    .wrap-modal-login .background_image_register {
        height: 600px;
        overflow: hidden;
    }

    .wrap-modal-login .background_image, .wrap-modal-login .background_image_register {
        padding: 0px;
    }

        .wrap-modal-login .background_image img, .wrap-modal-login .background_image_register img {
            max-width: 100%;
        }

        .wrap-modal-login .background_image .width_, .wrap-modal-login .background_image_register .width_ {
            width: 52.1%;
        }

    .wrap-modal-login .btn-link-style {
        text-decoration: none;
        color: #898989;
        font-size: 14px;
    }

    .wrap-modal-login .title-head {
        text-align: center;
        margin: 0px;
        font-weight: 500;
    }

    .wrap-modal-login .no_mr {
        padding: 0px;
        margin: 0px;
    }

    .wrap-modal-login .action_bottom {
        text-align: center;
        margin-top: 15px;
    }

        .wrap-modal-login .action_bottom .btn-lg {
            border-radius: 3px;
            font-size: 14px !important;
        }

            .wrap-modal-login .action_bottom .btn-lg:hover {
                background: #39b54a;
                color: #fff;
                text-decoration: none;
                border-color: #39b54a;
            }

.tab_h {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 25px;
}

.tab-wrap .tabs-title {
    *zoom: 1;
    display: inline-block;
    position: relative;
    z-index: 9;
    margin: 0 0 26px;
}

    .tab-wrap .tabs-title:after {
        content: "";
        display: table;
        clear: both;
    }

    .tab-wrap .tabs-title li {
        font-size: 2.2rem;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        line-height: 40px;
        float: left;
    }

        .tab-wrap .tabs-title li:before {
            content: "|";
            color: #c9c9c9;
            padding: 0 16px;
            color: #1c1c1c;
        }

        .tab-wrap .tabs-title li:first-child:before {
            display: none;
        }

        .tab-wrap .tabs-title li.current {
            color: #212121;
        }

.tab-wrap .tab-content {
    position: relative;
}

ul.tabs li {
    background: none;
    display: inline-block;
    cursor: pointer;
}

    ul.tabs li.current {
        color: #000;
        margin-bottom: -1px;
    }

@media (max-width: 767px) {
    ul.tabs li.current {
        border-bottom: none;
    }
}

.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

    .tab-content.current {
        opacity: 1;
        visibility: visible;
        height: auto;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

.product-tab .tabs-title {
    background: #fff;
    margin-bottom: 0px;
    padding-left: 0px;
    border-bottom: solid 1px #ebebeb;
}

@media (min-width: 768px) {
    .product-tab .tabs-title {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .product-tab .tab-link {
        margin: 0px 0px !important;
    }
}

.product-tab .tab-link {
    position: relative;
    display: inline-block;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background: transparent;
    padding: 0px 40px;
    border-bottom: 0px;
    margin-top: 0px;
}

@media (min-width: 768px) {
    .product-tab .tab-link:nth-child(2) {
        margin-left: 0px;
    }
}

@media (min-width: 768px) {
    .product-tab .tab-link:nth-child(3) {
        margin-left: 0px;
    }
}

.product-tab .tab-link h3 {
    color: #474a62;
    margin: 13px 0;
    font-size: 15px;
}

@media (max-width: 767px) {
    .product-tab .tab-link h3 {
        margin: 0;
    }
}

.product-tab .tab-link span {
    color: #474a62;
    text-transform: none;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .product-tab .tab-link span {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .product-tab .tab-link.current {
        padding-bottom: 0px;
        border-bottom: 2px solid #ff8040;
    }

        .product-tab .tab-link.current h3 {
            color: #39b54a !important;
        }

            .product-tab .tab-link.current h3 span {
                color: white !important;
            }
}

.product-tab .tab-link.current h3 {
    color: #39b54a;
}

    .product-tab .tab-link.current h3 span {
        color: #39b54a;
    }

.product-tab .tab-link.current .rte {
    color: #9d9c9c;
    font-weight: 300;
    font-size: 14px;
    border: solid 0px #ebebeb;
    border-top: 0px;
}

.product-tab li:last-child h3 span:after {
    content: none;
}

.product-tab .tab-content {
    padding: 0px;
}

    .product-tab .tab-content.current .rte {
        color: #8d90a6;
        border-bottom: solid 1px #ebebeb;
        border-top: none;
        padding: 40px 30px 60px 30px;
        font-size: 14px;
    }

        .product-tab .tab-content.current .rte ol {
            padding-left: 15px;
        }

@media (max-width: 1199px) {
    .product-tab .tab-content.current .rte {
        padding: 30px 0 60px 0;
    }
}

.product-tab .content_extab.current {
    padding: 20px 15px;
    background: #fff;
    border: solid 1px #e1e1e1;
}

    .product-tab .content_extab.current .rte {
        padding: 0px 0px;
    }

        .product-tab .content_extab.current .rte img {
            max-width: 100%;
            width: auto !important;
            height: auto !important;
        }

@media (min-width: 1200px) {
    .product-tab .content_extab.current .rte {
        color: #9d9c9c;
        font-weight: 300;
        font-size: 14px;
        width: 100%;
    }

        .product-tab .content_extab.current .rte img {
            max-width: 100%;
            width: auto !important;
            height: auto !important;
        }
}

.content_extab {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

    .content_extab.current {
        opacity: 1;
        visibility: visible;
        height: auto;
    }

@media (max-width: 767px) {
    .product-tab .tab-link {
        width: 100%;
        border: none;
        padding: 0;
        margin-bottom: 5px !important;
        background: #fff;
    }

    .tab-content-mobile {
        display: none;
    }

    .current .tab-content-mobile {
        display: block;
        padding: 0px 10px;
        border: 1px solid #e1e1e1;
        border-top: none;
        background: #f7f5f5;
    }

        .current .tab-content-mobile .rte {
            padding: 10px 0px;
            border-bottom: 0px;
        }

    ul.tabs.tabs-title {
        display: block;
        border: none;
        width: 100%;
        background: none !important;
    }

    .product-tab .tab-link h3 {
        border: 1px solid #ebebeb;
        padding: 10px 10px;
        margin-top: 0;
        position: relative;
    }

        .product-tab .tab-link h3:before {
            content: '\f107';
            font-size: 20px;
            font-family: FontAwesome;
            float: right;
            margin-right: 0;
            margin-top: -3px;
        }

    .product-tab .tab-link.current .tab-content-mobile {
        margin-bottom: 0px;
        background: #fff;
    }

        .product-tab .tab-link.current .tab-content-mobile .rte p img {
            max-width: 100%;
            margin: 0 auto;
            width: auto !important;
            height: auto !important;
        }

    .product-tab .tab-link.current h3 {
        border-bottom: none;
        border-bottom: solid 2px #39b54a;
        background: #fff;
    }

    .product-tab .tab-link span:after {
        content: none;
    }

    .product-tab .border-dashed-tab {
        margin-bottom: 15px;
    }
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-summary .bpr-summary .bpr-summary-average {
    font-size: 18px;
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-summary .bpr-summary .bizweb-product-reviews-star i {
    font-size: 12px;
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-summary .bpr-summary .bizweb-product-reviews-star .star-off-png:before {
    content: "\f005";
    color: #cccccc;
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-summary .bpr-summary .bizweb-product-reviews-star .star-on-png:before {
    content: "\f005";
    color: #ffde3c;
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-summary .bpr-summary .bizweb-product-reviews-star .star-half-png:before {
    content: "\f123";
    color: #ffde3c;
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .product-reviews-summary-actions #btnnewreview {
    background: #39b54a;
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-list .bizweb-review .bizweb-review-header div .bizweb-product-reviews-star i {
    font-size: 12px;
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-list .bizweb-review .bizweb-review-header div .bizweb-product-reviews-star .star-off-png:before {
    content: "\f005";
    color: #cccccc;
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-list .bizweb-review .bizweb-review-header div .bizweb-product-reviews-star .star-on-png:before {
    content: "\f005";
    color: #ffde3c;
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-list .bizweb-review .bizweb-review-header div .bizweb-product-reviews-star .star-half-png:before {
    content: "\f123";
    color: #ffde3c;
}

.bizweb-product-reviews-form form .bpr-form-rating #dvRating i {
    font-size: 12px;
}

.bizweb-product-reviews-form form .bpr-form-rating #dvRating .star-off-png:before {
    content: "\f005";
    color: #cccccc;
}

.bizweb-product-reviews-form form .bpr-form-rating #dvRating .star-on-png:before {
    content: "\f005";
    color: #ffde3c;
}

.bizweb-product-reviews-form form .bpr-form-rating #dvRating .star-half-png:before {
    content: "\f123";
    color: #898989;
}

@media (max-width: 991px) {
    .module_best_sale_product {
        margin: 0 15px;
    }
}

.module_best_sale_product .title_module_ {
    border-bottom: 1px solid #e5e5e5;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: #39b54a;
}

    .module_best_sale_product .title_module_ .title {
        font-size: 24px;
        line-height: 40px;
        text-transform: uppercase;
        color: #fff;
        padding: 3px 22px;
        margin: 0px;
        font-weight: 400;
    }

        .module_best_sale_product .title_module_ .title a {
            text-decoration: none;
            color: #fff;
        }

.module_best_sale_product .sale_off_today {
    border: 1px solid #e5e5e5;
    border-top: none;
}

.collection_2 .aside-item .filter-group {
    margin-top: 0px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .collection_2 .col-db .product-box-h .display_flex {
        height: 185.55px !important;
    }
}

@media (min-width: 1200px) {
    .collection_2 .col-db .product-box-h .display_flex {
        height: 203.33px !important;
    }
}

.collection_2 .product-box-h .display_flex {
    height: 210px !important;
}

@media (max-width: 374px) {
    .collection_2 .product-box-h .display_flex {
        height: 130px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .collection_2 .product-box-h .display_flex {
        height: 219.99px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .collection_2 .product-box-h .display_flex {
        height: 212.5px !important;
    }
}

@media (max-width: 1199px) {
    .collection_2 .sortPagiBar2 {
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }
}

.collection_2 #sort-by {
    font-size: 14px;
    line-height: 35px;
}

    .collection_2 #sort-by ul {
        padding-left: 10px;
    }

@media (max-width: 767px) {
    .collection_2 #sort-by {
        margin-left: 0px !important;
    }
}

@media (min-width: 1200px) {
    .collection_2 .no-padding-col {
        padding: 0px !important;
    }

    .collection_2 .aside-item {
        width: 25%;
        float: left;
    }

        .collection_2 .aside-item .aside-content {
            border-bottom: none;
            padding: 10px 15px 0 0;
            margin-top: -10px;
        }

    .collection_2 .left-content {
        border-bottom: 1px solid #ebebeb;
        float: left;
        width: 100%;
        margin-bottom: 40px;
        margin-top: 15px;
    }

    .collection_2 #sort-by {
        font-size: 14px;
        line-height: 35px;
    }

        .collection_2 #sort-by ul {
            padding-left: 10px;
        }

    .collection_2 .sortPagiBar2 {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 10px !important;
    }
}

@media (min-width: 1200px) {
    .collection_2 .col-lg-fix-5:nth-child(5n+1) {
        clear: left;
    }
}

.section_best_sale .owl-carousel .owl-nav .owl-prev:before, .section_best_sale .owl-carousel .owl-nav .owl-next:before {
    font-family: "FontAwesome";
    text-indent: 0;
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px !important;
    text-align: center;
    line-height: 25px;
    font-size: 24px;
    color: #474a62;
}

.section_best_sale .owl-carousel .owl-nav .owl-prev {
    width: 25px;
    height: 25px;
    right: 14px !important;
    left: auto;
    border: none;
    top: -18px;
    background: none;
}

@media (max-width: 767px) {
    .section_best_sale .owl-carousel .owl-nav .owl-prev {
        right: 34px !important;
    }
}

.section_best_sale .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
    border: none;
    background: none;
}

.section_best_sale .owl-carousel .owl-nav .owl-next {
    right: -7px !important;
    top: -18px;
    border: none;
    width: 25px;
    height: 25px;
}

    .section_best_sale .owl-carousel .owl-nav .owl-next:before {
        content: "\f105";
        border: none;
        background: none;
    }

.section_best_sale .owl-carousel .owl-nav .disabled {
    opacity: .3;
    cursor: default;
}

@media (max-width: 767px) {
    .section_best_sale .owl-carousel .owl-nav .owl-prev:before, .section_best_sale .owl-carousel .owl-nav .owl-prev {
        width: 0;
        border: 0;
        background: transparent;
    }

    .section_best_sale .owl-carousel .owl-nav .owl-next {
        right: 17px !important;
        width: 0;
        border: 0;
        background: transparent;
    }
}

.sort-cate {
    display: block;
}

@media (max-width: 480px) {
    .sort-cate {
        float: none !important;
    }
}

.sort-cate .sort-cate-left {
    float: left;
    margin-top: 5px;
}

    .sort-cate .sort-cate-left h3 {
        font-size: 14px;
        font-weight: 700;
        float: left;
        margin: 0;
        margin-top: 2px;
        color: #474a62;
    }

    .sort-cate .sort-cate-left ul {
        display: inline-block;
    }

        .sort-cate .sort-cate-left ul li {
            float: left;
            padding: 0 0 0 20px;
        }

@media (min-width: 768px) and (max-width: 991px) {
    .sort-cate .sort-cate-left ul li:first-child {
        padding-left: 0px;
    }
}

.sort-cate .sort-cate-left ul li.active a {
    color: #39b54a;
}

.sort-cate .sort-cate-left ul li a {
    font-size: 14px;
    position: relative;
}

    .sort-cate .sort-cate-left ul li a i {
        height: 14px;
        width: 14px;
        border: 1px solid #cdcfdd;
        border-radius: 3px;
        display: inline-block;
        vertical-align: middle;
        margin: -3px 5px 0 0;
        position: relative;
    }

.sort-cate .sort-cate-left ul li:hover i, .sort-cate .sort-cate-left ul li.active i {
    background: #39b54a;
    height: 14px;
    width: 14px;
    border: none;
}

    .sort-cate .sort-cate-left ul li:hover i:before, .sort-cate .sort-cate-left ul li.active i:before {
        font-family: 'FontAwesome';
        content: "\f00c";
        color: #fff;
        position: absolute;
        width: 14px;
        height: 14px;
        line-height: 14px;
        top: 0px;
        font-size: 10px;
        left: 1px;
    }

.sort-cate .sort-cate-right {
    float: right;
}

    .sort-cate .sort-cate-right h3 {
        font-size: 14px;
        font-weight: normal;
        float: left;
        margin: 0;
        margin-top: 5px;
        margin-right: 5px;
    }

    .sort-cate .sort-cate-right .view-mode {
        display: inline-block;
    }

@media (max-width: 480px) {
    .sort-cate .sort-cate-right .view-mode {
        text-align: center;
        display: block;
    }
}

.sort-cate .sort-cate-right .view-mode a {
    border: 1px solid #eaeced;
    width: 65px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    height: auto;
    line-height: inherit;
    float: left;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
}

@media (min-width: 413px) and (max-width: 415px) {
    .sort-cate .sort-cate-right .view-mode a {
        width: 90px;
    }
}

@media (min-width: 374px) and (max-width: 380px) {
    .sort-cate .sort-cate-right .view-mode a {
        width: 80px;
    }
}

.sort-cate .sort-cate-right .view-mode a.active, .sort-cate .sort-cate-right .view-mode a:hover {
    color: #39b54a;
}

.sort-cate .sort-cate-right .view-mode a + a {
    margin-left: 5px;
}

@media (max-width: 480px) {
    .sort-cate .sort-cate-right .view-mode a {
        float: none;
    }
}

@media (max-width: 480px) {
    .sort-cate .sort-cate-right {
        width: 50%;
    }

        .sort-cate .sort-cate-right h3 {
            display: block;
            text-align: left;
            margin-right: 0;
            float: none;
        }
}

@media (max-width: 480px) {
    .sort-cate .sort-cate-right-mobile {
        width: 100%;
        float: left;
    }

        .sort-cate .sort-cate-right-mobile #sort-by {
            float: none;
            margin-left: 0px;
            width: 100%;
            padding: 5px 0;
        }

            .sort-cate .sort-cate-right-mobile #sort-by .left {
                display: block;
                float: left;
                line-height: 1.4;
                font-weight: normal;
                margin-right: 10px;
                margin-top: 5px;
                width: 60px;
            }

            .sort-cate .sort-cate-right-mobile #sort-by ul {
                width: calc(100% - 80px);
            }

                .sort-cate .sort-cate-right-mobile #sort-by ul > li {
                    border: 1px solid #eaeced;
                    padding: 0 5px;
                    width: 100%;
                    line-height: 28px;
                }

                .sort-cate .sort-cate-right-mobile #sort-by ul ul {
                    background-color: #fff;
                    width: 100% !important;
                    top: 27px;
                }

                    .sort-cate .sort-cate-right-mobile #sort-by ul ul li {
                        width: 100%;
                        border: none;
                    }
}

.dqdt-sidebar {
    margin-top: -10px;
}

.collection .collection-image img {
    width: 100%;
}

.collection .product-box-h { /* min-height:415px */
}

@media (min-width: 992px) and (max-width: 1199px) {
    .collection .product-box-h {
        min-height: 350px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .collection .product-box-h {
        min-height: 340px;
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .collection .product-box-h {
        min-height: 310px;
    }
}

@media (max-width: 480px) {
    .collection .product-box-h {
        min-height: 270px;
    }
}

.sidebar .title-head {
    margin: 0px;
    font-size: 14px;
    position: relative;
    display: block;
}

    .sidebar .title-head span {
        display: block;
        padding: 0px;
    }

.product-mini-lists .products {
    border: none !important;
}

@media (min-width: 1200px) {
    .products-view-grid .col-lg-4:nth-child(3n+1) { /* clear:left */
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .products-view-grid .col-md-4:nth-child(3n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .products-view-grid .col-sm-4:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 767px) {
    .products-view-grid .col-xs-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 767px) {
    .product-box .btn-white {
        padding: 0 10px;
    }
}

.view-mode > a {
    width: 34px;
    height: 34px;
    display: inline-block;
    margin-left: 2px;
}

.view-mode span {
    font-size: 0;
}

.tt span {
    font-size: 14px;
}

.tt.hidden-sm.hidden-xs {
    padding-left: 95px;
    padding-top: 10px;
    display: inline-block;
}

.button-view-mode {
    padding: 0;
    margin: 0;
    width: 34px;
    height: 34px;
    box-shadow: none;
    line-height: 34px;
    font-size: 13px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #acacac;
}

    .button-view-mode.active {
        color: #fff;
        border: 1px solid #39b54a;
        background: #39b54a;
        box-shadow: none;
    }

        .button-view-mode.active a {
            color: #474a62;
        }

    .button-view-mode .fa {
        font-size: 13px;
    }

    .button-view-mode .ion-grid {
        font-size: 21px;
    }

    .button-view-mode .ion-navicon {
        font-size: 26px;
    }

    .button-view-mode:hover {
        color: #fff;
        border: 1px solid #39b54a;
        background: #39b54a;
    }

.collection .title-head {
    display: inherit;
    font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0;
}

@media (max-width: 991px) {
    .collection .title-head {
        position: relative;
        margin-bottom: 0px;
    }
}

.collection .tt span {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
}

.collection .text-sm-left {
    padding-top: 6px;
}

.collection .category-products .sortPagiBar {
    display: inline-block;
    padding: 0;
    margin-bottom: 20px;
    margin-top: -5px;
    width: 100%;
    padding-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .collection .category-products .sortPagiBar {
        padding-bottom: 25px;
    }
}

.collection .category-products .sortPagiBar .wr_sort {
    margin-bottom: 0px;
    padding: 0px 0px 3px;
}

@media (max-width: 767px) {
    .collection .category-products .sortPagiBar .wr_sort {
        border-bottom: none;
        margin-bottom: 0px;
    }
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .ht_xxx {
    float: left;
    height: 30px;
    display: inline-block;
    line-height: 32px;
    margin-right: 5px;
    font-size: 14px;
    font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .view-mode {
    display: inline-block;
}

    .collection .category-products .sortPagiBar .wr_sort .text-sm-right .view-mode a {
        width: 34px;
        margin-right: 5px;
    }

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .sorby_xxx {
    display: inline;
    float: right;
}

    .collection .category-products .sortPagiBar .wr_sort .text-sm-right .sorby_xxx .left {
        float: left;
        font-weight: 400;
        line-height: 33px;
        font-size: 14px !important;
        font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
        margin-right: 6px;
        margin-bottom: 0;
    }

    .collection .category-products .sortPagiBar .wr_sort .text-sm-right .sorby_xxx ul li {
        font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
        font-weight: 400;
    }

.collection .category-products .sortPagiBar2 {
    display: inline-block;
    padding: 0;
    margin-bottom: 15px;
    margin-top: -5px;
    width: 100%;
}

    .collection .category-products .sortPagiBar2 .wr_sort {
        margin-bottom: 0px;
        padding: 0px 0px 3px;
    }

@media (max-width: 767px) {
    .collection .category-products .sortPagiBar2 .wr_sort {
        border-bottom: none;
        margin-bottom: 0px;
    }
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .ht_xxx {
    float: left;
    height: 30px;
    display: inline-block;
    line-height: 32px;
    margin-right: 5px;
    font-size: 14px;
    font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .view-mode {
    display: inline-block;
}

    .collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .view-mode a {
        width: 34px;
        margin-right: 5px;
    }

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .sorby_xxx {
    display: inline;
    float: right;
}

    .collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .sorby_xxx .left {
        float: left;
        font-weight: 400;
        line-height: 33px;
        font-size: 14px !important;
        font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
        margin-right: 6px;
        margin-bottom: 0;
    }

    .collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .sorby_xxx ul li {
        font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
        font-weight: 400;
    }

.collection .category-products .products-view-grid {
    float: left;
    width: 100%;
}

@media (max-width: 767px) {
    .btn.btn-white {
        background: #474a62;
        float: right;
        margin: 10px 10px 30px 0 !important;
        display: inline-block;
        min-width: 240px;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        height: 40px;
        line-height: 40px;
        color: #fff;
        padding: 0 20px;
        text-align: center;
        white-space: nowrap;
        outline: none !important;
        border-radius: 3px;
        cursor: pointer;
        border: none;
    }

        .btn.btn-white:hover {
            border-color: #39b54a;
        }
}

.header-cart h1 {
    font-size: 24px;
    font-weight: bold;
    font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
    color: #474a62;
    margin-top: 0px;
}

    .header-cart h1 span {
        color: #8d90a6;
        font-size: 14px;
        font-family: "Roboto","HelveticaNeue","Helvetica Neue",sans-serif !important;
        font-weight: 400;
    }

.pd-right {
    padding-left: 0px;
}

.main-container {
    min-height: 300px;
}

    .main-container .heading .title_cartt {
        margin: 0;
        margin-bottom: 25px;
        line-height: 40px;
    }

    .main-container .col-main {
        float: none;
        width: auto;
    }

        .main-container .col-main .cart .bg-scroll {
            overflow: hidden;
            border-top: none;
            border-bottom: none;
        }

            .main-container .col-main .cart .bg-scroll .cart-thead {
                font-weight: bold;
                font-size: 13px;
                clear: both;
                width: 100%;
                float: left;
                border-bottom: solid 1px #eaebf3;
                min-width: 600px;
            }

                .main-container .col-main .cart .bg-scroll .cart-thead div {
                    font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
                    float: left;
                    padding: 10px 0px 10px;
                    color: #474a62;
                    text-align: center;
                    font-size: 16px;
                    font-weight: 700;
                }

                    .main-container .col-main .cart .bg-scroll .cart-thead div .nobr {
                        white-space: nowrap;
                    }

                .main-container .col-main .cart .bg-scroll .cart-thead .text-left {
                    text-align: left;
                }

                    .main-container .col-main .cart .bg-scroll .cart-thead .text-left p {
                        margin: 0px 15px;
                    }

            .main-container .col-main .cart .bg-scroll .cart-tbody {
                width: 100%;
                float: left;
            }

                .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart {
                    border-bottom: 1px solid #eaebf3;
                    width: 100%;
                    float: left;
                    padding: 30px 0px;
                }

                    .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart .border-right-none {
                        border-right: 0px;
                    }

                    .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div {
                        float: left;
                        padding: 0px 15px 0px;
                        line-height: 20px;
                        vertical-align: top;
                        height: 100px;
                        padding-left: 0px;
                    }

                        .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div.remove_, .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div.content_ {
                            display: -webkit-flex;
                            -webkit-align-items: center;
                            display: -ms-flexbox;
                            display: flex !important;
                        }

                        .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div.content_s {
                            flex-flow: column;
                            justify-content: unset;
                        }

                        .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .product-image {
                            display: flex;
                            -webkit-box-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            justify-content: center;
                            height: 100px;
                            width: 100px;
                            border: 1px solid #ebebeb;
                            border-radius: 0;
                            background: #fff;
                        }

                            .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .product-image img {
                                width: 100%;
                                max-width: 100%;
                                height: auto;
                            }

                        .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .product-name {
                            font-family: "Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
                            margin: 0px;
                            padding-bottom: 0px;
                            font-size: 16px;
                            line-height: 21px;
                            color: #474a62;
                            font-weight: 400;
                            text-transform: none;
                            float: left;
                            width: 100%;
                        }

                            .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .product-name a {
                                color: #474a62;
                                text-decoration: none;
                            }

                                .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .product-name a:hover {
                                    color: #39b54a;
                                }

                        .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .variant-title {
                            font-weight: 400;
                            display: block;
                            margin-left: 0px;
                            width: 100%;
                            float: left;
                            text-align: left;
                        }

                        .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .rv_cart_page {
                            margin-top: 0px;
                            height: auto;
                            width: 100%;
                            padding: 0px;
                            margin-bottom: 5px;
                        }

                            .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .rv_cart_page .bizweb-product-reviews-badge {
                                margin: 0px 0px 0px;
                                padding: 0px;
                                width: 100%;
                            }

                                .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .rv_cart_page .bizweb-product-reviews-badge div {
                                    padding: 0px;
                                    text-align: left;
                                }

                                    .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .rv_cart_page .bizweb-product-reviews-badge div p, .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .rv_cart_page .bizweb-product-reviews-badge div img {
                                        display: none;
                                    }

                                .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .rv_cart_page .bizweb-product-reviews-badge .bizweb-product-reviews-star i {
                                    font-size: 11px;
                                }

                        .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .remove-item-cart {
                            color: #39b54a;
                            display: block;
                            font-size: 13px;
                            margin-top: 14px;
                            font-weight: 400;
                            float: left;
                            width: 100%;
                        }

                            .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .remove-item-cart .fa {
                                margin-right: 5px;
                            }

                            .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .remove-item-cart:hover {
                                color: #39b54a;
                                text-decoration: none;
                            }

                                .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .remove-item-cart:hover .fa {
                                    color: #39b54a;
                                }

                        .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .item-price {
                            font-weight: bold;
                        }

                            .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .item-price .price {
                                font-family: "Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
                                font-weight: bold;
                                font-size: 14px;
                                line-height: 7;
                                color: #474a62;
                            }

                            .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .item-price .bold-price {
                                font-weight: bold;
                            }

@media screen and (min-width: 1500px) {
    .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr {
        width: auto !important;
        margin-top: 20% !important;
    }
}

.main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr {
    height: auto;
    border-right: none;
    margin-top: 20%;
    padding: 5px 0px;
    width: 100%;
}

@media screen and (min-width: 1590px) {
    .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .items-count {
        width: 25px;
    }
}

@media screen and (max-width: 1589px) {
    .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .items-count {
        width: 23px !important;
    }
}

.main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .items-count {
    border: 1px solid #eaebf3;
    outline: none;
    background: transparent;
    height: 30px;
    margin-top: 5px;
    width: 27px !important;
    text-align: center;
    vertical-align: top;
    padding: 0;
    color: #474a62;
    font-size: 13px;
    line-height: 22px;
}

@media screen and (max-width: 1024px) {
    .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .number-sidebar {
        width: 30px !important;
    }
}

.main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .number-sidebar {
    border: 1px solid #eaebf3;
    height: 30px;
    font-size: 12px;
    margin-left: -1px;
    text-align: center;
    width: 45px;
    vertical-align: top;
    margin-right: -1px;
    margin-top: 5px;
    min-height: 30px;
    padding: 0;
    float: left;
}

.main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .btn-plus {
    float: left;
    border-radius: 0;
}

.main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .btn-minus {
    border-radius: 0;
    float: left;
}

@media screen and (min-width: 680px) and (max-width: 1199px) {
    .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div {
        padding: 0px 5px 0px;
    }
}

.main-container .col-main .cart .cart_submit {
    padding-right: 0px;
}

    .main-container .col-main .cart .cart_submit .totals .inner {
        padding: 5px 0 30px 0;
        background: #f5f6fa;
        border-radius: 3px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .main-container .col-main .cart .cart_submit .totals .inner {
        margin-bottom: 40px;
    }
}

.main-container .col-main .cart .cart_submit .totals .inner .bold-font {
    line-height: 24px;
    display: inline-block;
    float: right;
}

.main-container .col-main .cart .cart_submit .totals .inner .total_price {
    overflow: hidden;
    margin-bottom: 15px;
}

    .main-container .col-main .cart .cart_submit .totals .inner .total_price span {
        font-family: "Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

    .main-container .col-main .cart .cart_submit .totals .inner .total_price p {
        margin: 0px;
        font-size: 26px;
        line-height: 31px;
        color: #474a62;
        font-weight: 500;
    }

    .main-container .col-main .cart .cart_submit .totals .inner .total_price .vat {
        font-size: 14px;
        color: #acacac;
        font-weight: 400;
    }

.main-container .col-main .cart .cart_submit .totals .inner .head-table-cart {
    text-align: center;
    font-size: 16px;
    line-height: 47px;
    text-transform: uppercase;
    margin-bottom: 0px;
    border-bottom: solid 1px #eaeaea;
    border-top: solid 1px #eaeaea;
}

    .main-container .col-main .cart .cart_submit .totals .inner .head-table-cart span {
        font-weight: bold;
    }

.main-container .col-main .cart .cart_submit .totals .inner .wrap_checkprice {
    overflow: hidden;
    padding: 0;
    margin-top: 10px;
    padding: 0px 20px;
}

.main-container .col-main .cart .cart_submit .totals .inner .li_table {
    border-bottom: solid 1px #ebebeb;
    height: 50px;
    line-height: 50px;
}

    .main-container .col-main .cart .cart_submit .totals .inner .li_table .li-left {
        float: left;
        font-size: 14px;
        color: #474a62;
        line-height: 50px;
    }

        .main-container .col-main .cart .cart_submit .totals .inner .li_table .li-left.li_text {
            font-weight: bold;
        }

    .main-container .col-main .cart .cart_submit .totals .inner .li_table .li-right {
        float: right;
    }

    .main-container .col-main .cart .cart_submit .totals .inner .li_table .totals_price {
        font-weight: bold;
        font-family: "Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
        font-size: 18px;
        color: #39b54a;
        font-weight: bold;
        line-height: 50px;
    }

        .main-container .col-main .cart .cart_submit .totals .inner .li_table .totals_price.pink {
            color: #474a62;
            font-weight: bold;
            font-size: 14px;
        }

@media screen and (max-width: 991px) {
    .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart {
        display: block;
    }
}

@media screen and (min-width: 1590px) {
    .main-container .col-main .cart .cart_submit .totals .inner .button_action {
        text-align: center;
        display: block;
        width: 98%;
        margin: 0 auto 15px;
        overflow: hidden;
    }

        .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart {
            font-size: 14px;
            padding: 10px 8px;
            border: solid 1px #acacac;
            font-weight: 500;
            width: 48%;
            display: block;
            float: left;
        }

            .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart:hover {
                border: solid 1px #39b54a;
                background: #39b54a;
                color: #fff;
                cursor: pointer;
            }

            .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart:first-child {
                margin-right: 15px;
            }
}

@media screen and (min-width: 1590px) and (min-width: 992px) and (max-width: 1199px) {
    .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart {
        display: block;
    }
}

@media screen and (min-width: 1590px) and (max-width: 425px) {
    .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart {
        display: block;
    }
}

@media screen and (max-width: 1589px) {
    .main-container .col-main .cart .cart_submit .totals .inner .button_action {
        text-align: center;
        display: block;
        margin-bottom: 15px;
    }

        .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart {
            font-size: 14px;
            padding: 10px 8px;
            border: solid 1px #acacac;
            margin: 15px 2px;
            font-weight: 500;
        }

            .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart:hover {
                border: solid 1px #39b54a;
                background: #39b54a;
                color: #fff;
                cursor: pointer;
            }
}

@media screen and (max-width: 1589px) and (min-width: 992px) and (max-width: 1199px) {
    .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart {
        display: block;
    }
}

@media screen and (max-width: 1589px) and (max-width: 425px) {
    .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart {
        display: block;
    }
}

.main-container .col-main .cart .cart_submit .totals .inner .wrap_btn {
    padding: 0px 20px;
    margin-top: 25px;
}

.main-container .col-main .cart .cart_submit .totals .inner .btn-proceed-checkout {
    text-align: center;
    display: block;
    padding: 6px 15px;
    width: 100%;
    font-family: "Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
    font-size: 14px;
    margin-left: 0px;
    text-transform: none;
    background: #39b54a;
    color: #fff;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid #39b54a;
}

    .main-container .col-main .cart .cart_submit .totals .inner .btn-proceed-checkout:hover {
        background: #fff;
        border: 1px solid #39b54a;
        color: #39b54a;
    }

.main-container .col-main .cart .cart_submit .totals .btn-continue {
    margin-top: 10px;
    background: transparent;
    font-size: 13px;
    float: right;
    border: none;
    outline: none;
    text-transform: uppercase;
    color: #022222;
}

    .main-container .col-main .cart .cart_submit .totals .btn-continue:hover {
        text-decoration: none;
        color: #39b54a;
    }

.main-container .col-main .cart .contat_fone {
    padding: 0px 25px;
    margin-top: 30px;
}

    .main-container .col-main .cart .contat_fone .ctc {
        display: block;
        position: relative;
        padding-left: 55px;
        text-decoration: none;
    }

        .main-container .col-main .cart .contat_fone .ctc:before {
            content: "";
            background-image: url("/bizweb.dktcdn.net/100/328/363/themes/708852/assets/phone_cart6c08.png?1551084414636");
            background-repeat: no-repeat;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            top: 15px;
        }

        .main-container .col-main .cart .contat_fone .ctc p {
            font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
            font-size: 26px;
            line-height: 29px;
            color: #301406;
            font-weight: 400;
            display: block;
            margin: 0px;
            padding: 0px;
        }

        .main-container .col-main .cart .contat_fone .ctc span {
            width: 100%;
            float: left;
            font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
            font-size: 26px;
            line-height: 28px;
            color: #39b54a;
            font-weight: 400;
        }

.main-container .col-main .cart .btn_bottom {
    overflow: hidden;
    text-align: center;
    display: inline-block;
    padding: 5px 56px;
    font-size: 14px;
    margin-left: 0px;
    background: #474a62;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    border-radius: 3px;
    margin-top: 20px;
    border: 1px solid #474a62;
}

    .main-container .col-main .cart .btn_bottom a {
        color: #fff;
    }

    .main-container .col-main .cart .btn_bottom:hover {
        border: solid 1px #474a62;
        background: #fff;
        color: #474a62;
        cursor: pointer;
        text-decoration: none;
    }

        .main-container .col-main .cart .btn_bottom:hover a {
            text-decoration: none;
            color: #474a62;
        }

@media screen and (min-width: 315px) and (max-width: 991px) {
    .main-container .col-main .cart .cart_submit {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 30px;
        margin: 0px;
    }
}

@media (max-width: 1199px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 196px;
    }
}

@media (max-width: 991px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 252px;
    }

    .main-container .col-main .cart .totals .inner {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 196px;
    }
}

@media (max-width: 991px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 252px;
    }

    .main-container .col-main .cart .totals .inner {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .item-product .title-product-cart-mobile {
        max-width: 165px;
    }

    .sign_main {
        background: #f7f8f9;
        margin-top: 40px;
    }

    .main {
        border-bottom: solid 1px #ebebeb;
        background: #fff;
        margin-top: 40px;
    }

    .main-container {
        margin-top: -40px;
    }

    .cart-mobile {
        padding: 10px 0px 0px 0px;
    }

    .header-cart {
        padding: 0px 15px;
        margin-top: 0px;
        float: left;
        width: 100%;
    }

    .header-cart-content {
        margin-top: 10px;
    }

        .header-cart-content .content-product-list {
            min-height: 110px;
        }

    .header-cart .title-cart {
        line-height: 10px;
    }

    .header-cart-price {
        padding: 18px 15px;
    }

    .title-cart h3 {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
    }

    .title-cart p {
        font-size: 12px;
        color: #9c9c9c;
    }

    .title-cart a {
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        color: #39b54a;
    }

    .btn-proceed-checkout-mobile {
        width: 100%;
        line-height: 27px;
        color: #fff;
        height: 40px;
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        border: none;
        background: #39b54a;
        border-radius: 3px;
        margin-top: 15px;
    }

    .contin {
        margin-top: 15px;
        width: 100%;
        font-weight: bold;
    }

    .content-product-list .item-product {
        padding: 15px 15px;
        min-height: 110px;
        border-bottom: solid 1px #ebebeb;
        overflow: hidden;
    }

    .item-product-cart-mobile, .title-product-cart-mobile, .select-item-qty-mobile {
        float: left;
    }

    .item-product-cart-mobile {
        max-width: 115px;
        margin-right: 10px;
    }

        .item-product-cart-mobile img {
            max-width: 115px;
            margin-right: 10px;
        }

    .select-item-qty-mobile {
        float: right;
        text-align: center;
    }

    .title-product-cart-mobile a {
        word-break: break-word;
        font-family: "Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
        line-height: 21px;
        font-size: 14px;
        color: #2f1b10;
    }

    .select-item-qty-mobile input.qty {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #ebebeb;
        font-size: 15px;
        font-weight: 400;
        margin: 0 !important;
        outline: medium none;
        padding: 5px 5px 5px 12px;
        width: 41px;
    }

    .title-product-cart-mobile p {
        line-height: 2;
        font-size: 14px;
        color: #898989;
    }

    .title-product-cart-mobile span {
        color: #39b54a;
    }

    .select-item-qty-mobile a {
        line-height: 3;
        color: #363636;
    }
}

@media (max-width: 767px) {
    .cart-mobile {
        padding: 10px 0px !important;
    }
}

@media screen and (max-width: 991px) {
    .select-item-qty-mobile .txt_center input {
        height: 25px;
        width: 30px;
        text-align: center;
        margin: 0px;
        padding: 0;
        font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
        position: absolute;
        left: 23px;
        min-height: 0;
        font-size: 14px;
        border: 1px solid #ebebeb;
    }

    .item-product .title-product-cart-mobile {
        max-width: 150px;
    }

    .title-product-cart-mobile h3 {
        line-height: 0;
        margin: 0;
    }

    .main-cart-page {
        min-height: auto !important;
    }

    .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
        margin: 0;
        line-height: 1;
        height: 25px;
        width: 23px;
        border-style: hidden;
        background: none !important;
        color: #000;
        border: solid 1px #ebebeb;
        border-right: 0px;
        text-align: center;
        padding: 0px;
    }

    .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        height: 25px;
        width: 23px;
        display: inline-block;
        line-height: 1;
        border-style: hidden;
        color: #fff;
        background: none !important;
        color: #000;
        border: solid 1px #ebebeb;
        border-left: 0px;
        text-align: center;
        padding: 0px;
    }

    .select-item-qty-mobile > div {
        position: relative;
        width: 76px;
        height: 25px;
    }
}

@media screen and (max-width: 375px) {
    .item-product .title-product-cart-mobile {
        max-width: 110px !important;
    }
}

.sidebar .aside-item.sidebar-category .nav-item .fa {
    width: 30px;
    height: 30px;
    margin-top: 0px;
    line-height: 28px;
    cursor: pointer;
    text-align: center;
}

@media (max-width: 1199px) {
    .sidebar .aside-item.sidebar-category .nav-item .fa {
        right: -10px;
    }
}

.aside-item.sidebar-category .nav-item {
    position: relative;
    clear: left;
    font-size: 14px;
    padding: 10px 0px 5px 0px;
    border-bottom: none;
}

    .aside-item.sidebar-category .nav-item a {
        font-size: 14px;
        font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
        font-weight: 400;
        padding-right: 15px;
        padding-left: 0;
        padding-top: 0;
    }

        .aside-item.sidebar-category .nav-item a .count_x {
            color: #acacac;
        }

    .aside-item.sidebar-category .nav-item .count_blog {
        color: #acacac;
    }

    .aside-item.sidebar-category .nav-item .fa {
        position: absolute;
        right: -13px;
        top: 10px;
    }

    .aside-item.sidebar-category .nav-item .dropdown-menu {
        width: 100%;
        border: 0;
        padding-left: 15px;
        box-shadow: none;
    }

    .aside-item.sidebar-category .nav-item.active > a {
        color: #39b54a;
    }

    .aside-item.sidebar-category .nav-item.active > .dropdown-menu {
        display: block;
    }

.collection_2 .nav-category .navbar-pills {
    padding: 0;
    background: #fff;
    z-index: 999;
    max-height: 220px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .collection_2 .nav-category .navbar-pills::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #fff;
        width: 5px;
    }

    .collection_2 .nav-category .navbar-pills::-webkit-scrollbar {
        width: 5px;
        background-color: #fff;
    }

    .collection_2 .nav-category .navbar-pills::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #919aa8;
        width: 5px;
    }

.sidebar-category .aside-content {
    margin-top: 0;
}

    .sidebar-category .aside-content .nav-category .navbar-pills {
        padding: 0;
        z-index: 999;
        background-color: #fff;
    }

    .sidebar-category .aside-content .nav-item {
        position: relative;
        clear: left;
        font-size: 1em;
        padding: 0;
    }

        .sidebar-category .aside-content .nav-item.lv2 {
            padding: 0px;
        }

            .sidebar-category .aside-content .nav-item.lv2 a {
                padding-left: 20px !important;
                padding-right: 30px;
            }

            .sidebar-category .aside-content .nav-item.lv2 .fa {
                right: 0px;
            }

        .sidebar-category .aside-content .nav-item.lv3 {
            padding: 0px;
        }

            .sidebar-category .aside-content .nav-item.lv3 a {
                padding-left: 35px !important;
            }

        .sidebar-category .aside-content .nav-item.lv4 {
            padding: 0;
        }

            .sidebar-category .aside-content .nav-item.lv4 a {
                padding-left: 50px !important;
            }

        .sidebar-category .aside-content .nav-item:last-child {
            border-bottom: none;
        }

        .sidebar-category .aside-content .nav-item a {
            font-size: 14px;
            font-family: "Roboto","HelveticaNeue","Helvetica Neue",sans-serif !important;
            color: #474a62;
            font-weight: 400;
            line-height: 1.7;
            padding: 10px 0;
        }

        .sidebar-category .aside-content .nav-item .fa {
            cursor: pointer;
            width: 30px;
            height: 30px;
            margin-top: 0px;
            line-height: 28px;
            cursor: pointer;
            text-align: center;
            top: 0px;
            right: 0px;
        }

            .sidebar-category .aside-content .nav-item .fa.fa-caret-right {
                right: auto;
                left: 0;
                top: 16px;
                text-align: left;
            }

        .sidebar-category .aside-content .nav-item .dropdown-menu {
            width: 100%;
            border: 0;
            padding-left: 0px;
            box-shadow: none;
            margin-top: 0px;
            padding: 0px;
            position: static;
        }

        .sidebar-category .aside-content .nav-item.active > a {
            color: #39b54a;
        }

        .sidebar-category .aside-content .nav-item.active > .fa {
            color: #39b54a;
            width: 30px;
            height: 30px;
            margin-top: 0px;
            line-height: 28px;
            cursor: pointer;
            text-align: center;
        }

        .sidebar-category .aside-content .nav-item.active > .dropdown-menu {
            display: block;
        }

        .sidebar-category .aside-content .nav-item:hover > a {
            color: #39b54a;
            background-color: transparent;
        }

        .sidebar-category .aside-content .nav-item ul > li:before {
            top: 17px;
            left: 15px;
        }

        .sidebar-category .aside-content .nav-item ul > li.lv3:before {
            left: 30px;
        }

        .sidebar-category .aside-content .nav-item ul > li.lv4:before {
            left: 30px;
        }

.item_small:last-child .product-mini-item {
    border-bottom: 0;
}

.product-mini-item {
    padding: 20px 0px 24px 0px;
    border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-mini-item {
        height: 160px;
    }
}

.product-mini-item .price {
    display: inline-block;
}

.product-mini-item .product-img {
    width: 80px;
    margin-right: 20px;
    float: left;
}

.product-mini-item .product-info {
    width: calc(100% - 120px);
    float: right;
}

    .product-mini-item .product-info .price-box {
        border: none;
        margin: 5px 0;
    }

    .product-mini-item .product-info h3 {
        margin: 0;
        font-size: 16px;
        font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
        font-weight: 400;
    }

        .product-mini-item .product-info h3 a {
            color: #474a62;
        }

            .product-mini-item .product-info h3 a:hover {
                color: #39b54a;
            }

.product-mini-item .product-price {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Arial',sans-serif;
    color: #39b54a;
}

.product-mini-item .sale-price {
    font-family: 'Arial',sans-serif;
    font-size: 12px;
    margin-left: 5px;
    color: #acacac;
}

.bizweb-product-reviews-badge {
    margin: 0;
}

    .bizweb-product-reviews-badge > div {
        padding: 0 3px !important;
    }

        .bizweb-product-reviews-badge > div.bizweb-product-reviews-star {
            display: block;
        }

.btn.btn-link {
    color: #333;
    padding-left: 0;
}

    .btn.btn-link:hover {
        color: #39b54a;
    }

.aside-item {
    margin-bottom: 20px;
}

    .aside-item .aside-title {
        position: relative;
    }

        .aside-item .aside-title h2 {
            height: 40px;
            width: 100%;
            font-size: 20px !important;
            font-family: "Roboto Condensed","HelveticaNeue","Helvetica Neue",sans-serif;
            line-height: 40px;
            margin: 0;
            text-transform: none;
            font-weight: 700;
            display: inline-block;
            padding: 0px;
            position: relative;
        }

    .aside-item .aside-content {
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb;
    }

    .aside-item .list-tags span.tag-item {
        line-height: 30px;
        border: 1px solid #ebebeb;
        height: 30px;
        display: inline-block;
        padding: 0 10px;
        margin-bottom: 20px;
        margin-right: 5px;
        color: #898989;
        border-radius: 0px;
    }

        .aside-item .list-tags span.tag-item:hover {
            color: #fff;
            background: #39b54a;
            border-color: #39b54a;
        }

            .aside-item .list-tags span.tag-item:hover a {
                color: #fff;
            }

.aside-filter {
    background: #fff;
    margin-bottom: 20px;
}

    .aside-filter .aside-item {
        margin-bottom: 20px;
    }

        .aside-filter .aside-item .field-search {
            margin-bottom: 10px;
            position: relative;
        }

        .aside-filter .aside-item:last-child {
            margin-bottom: 0;
            border: none;
        }

            .aside-filter .aside-item:last-child .aside-content {
                margin-bottom: 0;
            }

        .aside-filter .aside-item .form-group .form-control {
            min-height: 40px;
            height: 40px;
        }

        .aside-filter .aside-item .input-group-btn {
            position: static;
        }

            .aside-filter .aside-item .input-group-btn button {
                position: absolute;
                right: 0;
                top: 0;
                height: 40px;
                width: 40px;
                padding: 0;
                text-align: center;
                line-height: 40px;
                background: #39b54a;
                color: #fff;
                border-bottom-right-radius: 3px;
                border-top-right-radius: 3px;
            }

    .aside-filter .filter-container {
        margin-bottom: 0px;
    }

    .aside-filter .aside-item .aside-title:after {
        display: none;
    }

.ui-widget.ui-widget-content {
    height: 2px;
    background: #ebebeb;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #474a62 !important;
}

.ui-slider-horizontal .ui-slider-handle {
    height: 14px !important;
    width: 14px !important;
    border-radius: 50% !important;
    top: -6px !important;
    border: none !important;
    background: #474a62 !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
    margin-bottom: 25px;
    width: calc(100% - 14px);
    margin-left: 7px;
}

#start {
    width: 100px;
    float: left;
}

    #start input {
        text-align: center;
        border-radius: 3px;
        border: 1px solid #e1e1e1;
        box-shadow: none;
    }

#stop {
    width: 100px;
    float: left;
    margin-left: 30px;
    text-align: center;
    position: relative;
}

    #stop input {
        text-align: center;
        border-radius: 3px;
        border: 1px solid #e1e1e1;
        box-shadow: none;
    }

    #stop:before {
        content: "-";
        position: absolute;
        left: -17px;
        font-size: 17px;
    }

a#filter-value {
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    width: 100px;
    margin-top: 15px;
}

@media (max-width: 1199px) {
    .h_recover {
        margin-bottom: 30px;
    }
}
