body {
    overflow-x: hidden;
    position: relative;
    background: #ffcc33;
}

.error {
    color: red
}

.title-head {
    font-size: 1.42857em;
    font-weight: 700;
    color: #2e3553;
    text-decoration: none
}

    .title-head a {
        color: #2e3553
    }

        .title-head a:hover {
            color: #ff4c4c
        }

.subtitle-head {
    font-size: 1.28571em;
    color: #2e3553;
    margin: 20px 0
}

.products-view-list .product-box .product-thumbnail {
    text-align: center;
    margin-bottom: 0;
    width: calc(100% / 3);
    float: left
}

.products-view-list .product-box .product-info {
    text-align: left;
    margin-left: 30px;
    float: left;
    width: calc(100% / 3 * 2 - 30px);
    background: transparent;
    border-top: none
}

.breadcrumb_background {
    background-size: cover;
    text-align: left;
    background-position: center top;
    background-repeat: no-repeat;
    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: baseline;
    width: 100%;
    float: left;
    flex-flow: column;
    margin-bottom: 50px;
    position: relative;
}

@media (max-width: 767px) {
    .breadcrumb_background {
        min-height: unset;
        background-position: left
    }
}

.breadcrumb_background:before {
    content: "";
    background: #333;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    opacity: .5
}

.breadcrumb_background .title_full {
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    .breadcrumb_background {
        margin-bottom: 0
    }
}

.breadcrumb_background .title_page_breadcrumb {
    font-family: "Roboto",sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 34px;
    margin: 0px 0 5px;
    position: relative
}

@media (max-width: 991px) {
    .breadcrumb_background .title_page_breadcrumb {
        font-size: 30px;
        line-height: 38px
    }
}

.bread-crumb {
    background: transparent;
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .bread-crumb {
        margin-bottom: 0;
    }
}

.bread-crumb .title-page {
    padding: 25px 0px 10px
}

    .bread-crumb .title-page .title-head-page {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #2e3553;
        line-height: 24px
    }

.breadcrumb {
    font-family: "Roboto",sans-serif;
    margin: 0;
    font-size: 15px;
    padding: 15px 0px 15px;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    width: 100%;
    text-align: left;
}

@media (max-width: 767px) {
    .breadcrumb {
        padding: 5px 0
    }
}

.breadcrumb li {
    display: inline
}

    .breadcrumb li > a {
        color: #fff
    }

        .breadcrumb li > a > span {
            color: #fff
        }

    .breadcrumb li .mr_lr {
        padding: 0px 0px;
        color: #fff
    }

    .breadcrumb li span {
        display: inline;
        color: #fff
    }

        .breadcrumb li span .fa {
            color: #fff;
            padding: 0px 5px
        }

    .breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
        color: #e4f321;
        font-weight: bold;
        text-decoration: none;
    }

        .breadcrumb li a:hover span, .breadcrumb li.active span, .breadcrumb li strong span {
            color: #fff;
            font-weight: 700
        }

.breadcrumb > li + li:before {
    display: none
}

.collection_pagi {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px
}

.pagination {
    margin: 0px 0px 0px !important;
    float: right
}

    .pagination .page_button {
        float: left;
        margin: 0px 1px;
        text-align: center;
        padding: 0;
        border: solid 1px #ebebeb;
        font-size: 12px;
        font-family: "Roboto",sans-serif;
        color: #2e3553;
        text-decoration: none;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background-color: #fff;
        border-radius: 0px !important
    }

        .pagination .page_button .fa {
            padding: 0 5px;
            line-height: 27px
        }

        .pagination .page_button:hover {
            color: #f53f2c;
            background-color: #fff;
            border-color: #f53f2c
        }

            .pagination .page_button:hover .fa {
                color: #f53f2c !important
            }

    .pagination .page-link {
        float: left;
        text-align: center;
        font-size: 14px;
        font-family: "Roboto",sans-serif;
        color: #333;
        text-decoration: none;
        padding: 0px;
        margin: 0px 2px;
        border: solid 1px #ebebeb;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background-color: #fff;
        border-radius: 0px !important
    }

@media (max-width: 991px) {
    .pagination .page-link {
        width: 25px;
        height: 25px;
        line-height: 25px
    }
}

.pagination .page-link:hover {
    color: #f53f2c;
    background-color: #fff;
    border-color: #f53f2c
}

.pagination .page-link:last-child a, .pagination .page-link:last-child span {
    border-radius: 0px !important
}

.pagination .page-link-title {
    float: left;
    text-align: center;
    font-size: 12px;
    font-family: "Roboto",sans-serif;
    color: #333;
    text-decoration: none;
    padding: 0px 2px;
    border: solid 1px #ebebeb;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    border-radius: 0px
}

    .pagination .page-link-title .fa {
        font-size: 15px
    }

    .pagination .page-link-title:hover {
        color: #f53f2c;
        background-color: #fff;
        border-color: #f53f2c
    }

@media (max-width: 991px) {
    .pagination .page-link-title {
        margin: 5px !important;
        padding: 0px !important
    }
}

.pagination .page-item {
    text-align: center
}

    .pagination .page-item.disabled .page-link {
        border: 0;
        display: none;
        border-radius: 0
    }

    .pagination .page-item.active .page-link {
        color: #fff;
        display: block;
        padding: 0px;
        text-align: center;
        background-color: #ff4c4c;
        border: solid 1px #ff4c4c
    }

.paginate_center {
    text-align: center;
    margin-top: 20px
}

    .paginate_center nav {
        width: 100%;
        text-align: center
    }

        .paginate_center nav ul {
            float: none
        }

header {
    background: #fff
}

.topbar .iconlog .use {
    width: 35px;
    height: 80px;
    line-height: 80px;
    margin-right: -5px
}

@media (max-width: 1199px) and (min-width: 992px) {
    .topbar .iconlog .use {
        width: 35px
    }

        .topbar .iconlog .use img {
            margin-top: -5px
        }
}

.topbar .iconlog .use img {
    max-width: 100%;
    border-radius: 50%
}

.topbar .list-inline li {
    margin-left: 10px;
    position: relative;
    padding: 0
}

@media (max-width: 1199px) and (min-width: 992px) {
    .topbar .list-inline li {
        margin-left: 5px
    }
}

.topbar .list-inline li:last-child:before {
    content: "";
    height: 14px;
    width: 1px;
    background: #ebebeb;
    position: absolute;
    left: -5px;
    top: 32px
}

@media (max-width: 767px) {
    .topbar .list-inline li {
        margin-left: 0px
    }
}

.header-main {
    padding: 30px 0
}

.logo {
    display: inline-block;
    font-size: 2.85714em
}

.content_search_cart {
    text-align: right;
    height: 40px
}

@media (max-width: 991px) {
    .content_search_cart {
        height: 55px
    }
}

.list-action {
    display: inline-block
}

    .list-action ul {
        text-align: right
    }

        .list-action ul li {
            float: left;
            display: inline-block
        }

            .list-action ul li:first-child {
                margin-right: 10px
            }

            .list-action ul li a {
                position: relative;
                text-decoration: none
            }

                .list-action ul li a img {
                    max-width: 100%;
                    width: 20px;
                    margin-right: 5px
                }

.mini-cart {
    z-index: 10;
    text-align: center
}

    .mini-cart:hover .top-cart-content {
        display: block
    }

    .mini-cart .dropdown-toggle {
        font-size: 12px;
        padding: 0;
        text-transform: none
    }

    .mini-cart .heading-cart {
        position: relative;
        height: 40px;
        width: 40px
    }

@media (min-width: 992px) {
    .mini-cart .heading-cart {
        background: #ff4c4c
    }
}

@media (max-width: 991px) {
    .mini-cart .heading-cart {
        width: 35px;
        height: 35px
    }
}

.mini-cart .heading-cart .fa {
    position: relative
}

    .mini-cart .heading-cart .fa:before {
        content: "";
        background-size: contain;
        background-repeat: no-repeat;
        width: 26px;
        height: 26px;
        position: absolute;
        top: -10px;
        left: -10px
    }

@media (min-width: 992px) {
    .mini-cart .heading-cart .fa:before {
        background-image: url("//bizweb.dktcdn.net/100/332/193/themes/686037/assets/icon-cart.png?1548646063561")
    }
}

@media (max-width: 991px) {
    .mini-cart .heading-cart .fa:before {
        font-family: 'FontAwesome';
        background-image: none;
        content: "\f07a";
        font-size: 26px;
        color: #ff4c4c;
        left: -10px;
        top: -8px
    }
}

.mini-cart p {
    position: relative;
    float: left;
    margin: 0;
    padding: 0
}

.mini-cart .fa {
    position: relative;
    font-size: 16px
}

.mini-cart .count_item_pr {
    width: 20px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    position: absolute;
    top: -7px;
    right: -7px;
    border: solid 1px #ff4c4c;
    background: #fff;
    color: #ff4c4c;
    font-size: 11px;
    border-radius: 0%
}

@media (max-width: 991px) {
    .mini-cart .count_item_pr {
        width: 20px;
        height: 20px;
        line-height: 20px
    }
}

.title_cart_header {
    display: inline-block;
    float: right;
    margin-top: 30px
}

    .title_cart_header a {
        color: #2e3553;
        line-height: 22px;
        font-weight: 700 !important;
        margin-left: 5px
    }

        .title_cart_header a:hover {
            color: #f53f2c !important
        }

    .title_cart_header span {
        float: left;
        margin-left: 5px;
        padding-right: 5px
    }

    .title_cart_header .icount {
        color: #ff4c4c;
        font-size: 12px
    }

        .title_cart_header .icount span {
            color: #2e3553;
            font-size: 12px
        }

.top-cart-contain {
    color: #333;
    padding: 0;
    right: 0px;
    z-index: 1000;
    float: left;
    position: relative;
    height: 40px;
    top: 30px
}

@media (max-width: 1199px) and (min-width: 992px) {
    .top-cart-contain {
        right: 0px !important
    }
}

@media (max-width: 767px) {
    .top-cart-contain {
        width: 35px
    }
}

@media (max-width: 991px) {
    .top-cart-contain {
        right: 25px;
        position: absolute;
        top: 22px
    }
}

.top-cart-contain .price {
    color: #222222;
    text-transform: uppercase
}

.top-cart-contain .mini-cart a {
    text-decoration: none
}

.top-cart-contain .mini-cart .cart_num {
    font-family: "Roboto",sans-serif;
    color: #adadad
}

    .top-cart-contain .mini-cart .cart_num .color_ {
        color: #fff
    }

.top-cart-contain .mini-cart .price {
    font-family: "Roboto",sans-serif;
    margin-right: 5px;
    font-size: 14px;
    color: #ff4c4c
}

.top-cart-contain .product-details .price {
    font-family: "Roboto",sans-serif;
    color: #ff4c4c;
    width: auto;
    float: none;
    padding-left: 0;
    font-size: 14px
}

@media (max-width: 1199px) {
    .top-cart-content {
        display: none !important
    }
}

.top-cart-content {
    display: none;
    position: absolute;
    top: 39px;
    right: -80px;
    background: #fff;
    padding: 0;
    text-align: left;
    box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    z-index: 10000
}

    .top-cart-content .mini-products-list {
        position: relative
    }

    .top-cart-content .quaty {
        font-family: "Roboto",sans-serif !important;
        display: inline-block;
        height: 25px;
        color: #959595 !important;
        text-align: center;
        font-size: 13px !important;
        font-weight: bold;
        line-height: 26px
    }

    .top-cart-content .empty {
        text-align: left;
        color: #333
    }

    .top-cart-content .product-name {
        font-family: "Roboto",sans-serif;
        margin: 0;
        font-weight: 400;
        width: 160px;
        line-height: 18px;
        padding-right: 12px;
        text-overflow: ellipsis;
        font-weight: 400;
        overflow: hidden
    }

        .top-cart-content .product-name a {
            font-size: 14px;
            line-height: normal;
            line-height: 18px !important;
            font-weight: 400;
            color: #2e3553
        }

        .top-cart-content .product-name:hover > a {
            text-decoration: none;
            color: #f53f2c
        }

    .top-cart-content .product-details-bottom {
        line-height: 38px
    }

        .top-cart-content .product-details-bottom span {
            font-family: "Roboto",sans-serif;
            font-size: 14px;
            font-weight: 700;
            color: #ff4c4c
        }

    .top-cart-content .list-item-cart {
        padding: 0px 15px
    }

    .top-cart-content li {
        list-style: none
    }

        .top-cart-content li.item {
            overflow: hidden;
            padding: 0px;
            position: relative
        }

            .top-cart-content li.item .border_list {
                width: 100%;
                float: left;
                margin-bottom: 15px;
                border-bottom: solid 1px #ebebeb;
                padding-bottom: 15px
            }

            .top-cart-content li.item:first-child .border_list {
                border-top: none;
                padding-top: 0px;
                margin-top: 0px
            }

            .top-cart-content li.item:last-child .border_list {
                margin: 0;
                border-bottom: 0;
                padding-bottom: 0px
            }

            .top-cart-content li.item .wrap_item {
                overflow: hidden;
                padding: 10px 20px 10px 0px;
                border-bottom: solid 1px #ebebeb;
                width: 100%;
                float: left
            }

            .top-cart-content li.item .product-image {
                float: left;
                display: block;
                width: 65px;
                position: relative;
                margin-right: 15px;
                padding: 5px
            }

                .top-cart-content li.item .product-image img {
                    vertical-align: top
                }

            .top-cart-content li.item .detail-item {
                display: block;
                float: left;
                width: calc(100% - 85px);
                -o-width: calc(100% - 85px);
                -moz-width: calc(100% - 85px);
                -webkit-width: calc(100% - 85px)
            }

                .top-cart-content li.item .detail-item a:hover {
                    text-decoration: none
                }

                .top-cart-content li.item .detail-item .remove-item-cart {
                    position: absolute;
                    right: 10px;
                    font-size: 13px;
                    color: #333;
                    text-align: center;
                    padding: 0px;
                    width: 20px;
                    height: 20px;
                    line-height: 20px
                }

                    .top-cart-content li.item .detail-item .remove-item-cart:hover {
                        color: #f53f2c
                    }

                    .top-cart-content li.item .detail-item .remove-item-cart:before {
                        font-family: 'FontAwesome';
                        margin-left: 4px
                    }

                .top-cart-content li.item .detail-item input {
                    display: inline-block;
                    width: 40px;
                    padding: 0;
                    text-align: center
                }

                .top-cart-content li.item .detail-item button.items-count {
                    display: inline-block
                }

    .top-cart-content .block-subtitle {
        color: #333;
        overflow: hidden;
        padding: 15px;
        text-align: left;
        font-family: "Roboto",sans-serif;
        font-size: 13px;
        background: #f5f5f5;
        border-radius: 25px;
        text-transform: none;
        font-weight: 400;
        border-bottom: 1px #ddd solid
    }

    .top-cart-content .actions .btn-checkout {
        font-family: "Roboto",sans-serif;
        font-size: 14px;
        width: 100%;
        float: left;
        display: block;
        height: 38px;
        margin-top: 0px;
        border-radius: 0px;
        line-height: 38px;
        padding: 0px;
        font-weight: 700;
        background: #ff4c4c;
        text-transform: uppercase
    }

        .top-cart-content .actions .btn-checkout.pink {
            background: #ff4c4c
        }

        .top-cart-content .actions .btn-checkout:hover {
            color: #fff;
            background: #f53f2c;
            border-color: #f53f2c
        }

    .top-cart-content .actions .btn-cart-page {
        font-family: "Roboto",sans-serif;
        font-size: 14px;
        width: 100%;
        display: block;
        float: left;
        margin-left: 0px;
        height: 38px;
        border-radius: 0px;
        padding: 0px;
        line-height: 38px;
        font-weight: 400;
        background: #fff;
        border: solid 1px #7f7f7f
    }

        .top-cart-content .actions .btn-cart-page.pink {
            background: #fff;
            border: solid 1px #ff4c4c;
            color: #ff4c4c
        }

        .top-cart-content .actions .btn-cart-page:hover {
            color: #f53f2c;
            background: #fff;
            border-color: #f53f2c
        }

.wrap_total {
    padding: 10px 15px 0px;
    margin-top: 10px
}

.wrap_button {
    padding: 0px 15px 15px;
    line-height: 50px;
    margin-top: 20px;
    width: 100%;
    float: left
}

.top-subtotal {
    color: #333;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    padding: 0px;
    line-height: 24px;
    text-transform: none;
    padding: 0px 0px 0px;
    font-size: 14px;
    color: #2e3553;
    text-align: left
}

    .top-subtotal .price, .top-subtotal .pricex {
        font-family: "Roboto",sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #ff4c4c;
        text-align: right !important;
        float: right
    }

.qty_drop_cart {
    position: relative;
    height: 25px;
    padding-left: 0px
}

    .qty_drop_cart .btn_increase, .qty_drop_cart .btn_reduced {
        width: 25px;
        height: 25px;
        color: #000;
        float: left
    }

        .qty_drop_cart .btn_increase:hover, .qty_drop_cart .btn_reduced:hover {
            color: #ff4c4c
        }

    .qty_drop_cart button.btn_increase {
        height: 25px;
        width: 25px;
        line-height: 25px;
        text-align: center;
        line-height: 1;
        overflow: hidden;
        border-style: hidden;
        border: 1px solid #ebebeb;
        background: #fff !important;
        font-size: 14px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        cursor: pointer
    }

    .qty_drop_cart button.btn_reduced {
        height: 25px;
        width: 25px;
        line-height: 25px;
        line-height: 1;
        text-align: center;
        overflow: hidden;
        border-style: hidden;
        border: 1px solid #ebebeb;
        background: #fff !important;
        font-size: 14px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        cursor: pointer
    }

    .qty_drop_cart input {
        height: 25px;
        float: left;
        width: 30px !important;
        min-height: unset;
        border-left: 0px;
        border-right: 0px
    }

ul#cart-sidebar {
    padding: 5px 0px;
    margin: 0;
    max-height: 582px;
    width: 300px;
    border: solid 1px #ebebeb;
    border-bottom: 0px
}

    ul#cart-sidebar li.list-item {
        max-height: 400px;
        overflow-y: auto
    }

    ul#cart-sidebar li.action {
        display: none
    }

    ul#cart-sidebar.hasclass li.action {
        display: block
    }

    ul#cart-sidebar .list-item-cart {
        max-height: 260px;
        overflow-y: auto;
        position: relative
    }

        ul#cart-sidebar .list-item-cart::-webkit-scrollbar {
            width: 4px
        }

        ul#cart-sidebar .list-item-cart::-webkit-scrollbar-track {
            background: #ebebeb
        }

        ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb {
            background: #ff4c4c;
            border-radius: 0px
        }

            ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb:hover, ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb:active {
                background: #ff4c4c;
                border-radius: 15px
            }

    ul#cart-sidebar li.list-item .price2 {
        font-weight: 700;
        color: #f94e3f;
        font-size: 14px;
        display: list-item;
        margin-bottom: 5px
    }

    ul#cart-sidebar li.list-item::-webkit-scrollbar {
        width: 7px
    }

    ul#cart-sidebar li.list-item::-webkit-scrollbar-track {
        background: #ebebeb
    }

    ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb {
        background: #ff4c4c;
        border-radius: 0px
    }

        ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:hover, ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:active {
            background: #ff4c4c;
            border-radius: 15px
        }

.no-item {
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    min-width: 280px
}

    .no-item p {
        margin: 0px;
        width: 280px
    }

.li-fix-1 {
    background: #FFF;
    border-top: 1px solid #ebebeb;
    display: block
}

.li-fix-2 {
    display: block;
    width: 295px
}

.topbar {
    width: 100%;
    float: left;
    background: #ffcc33;
    border-top: 1px solid white;
    height: 100px;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .topbar {
        height: 155px
    }
}

.topbar .logo {
    height: 100px;
    width: 180px;
    float: left
}

@media (max-width: 991px) {
    .topbar .logo {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -os-transform: translateX(-50%)
    }
}

.topbar .logo a {
    max-width: 100%;
    height: 100px;
    padding: 5px 0;
    display: flex;
    align-items: center
}

    .topbar .logo a img {
        max-height: 100%
    }

@media (min-width: 992px) {
    .topbar .logo a img {
        margin-top: -2px
    }
}

.topbar .support_service {
    display: flex;
    justify-content: left;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    text-decoration: none;
    line-height: 71px;
    font-size: 14px;
    color: #fff;
    align-items: center
}

    .topbar .support_service img {
        width: 35px;
        float: left;
        max-width: 100%
    }

    .topbar .support_service span {
        float: left;
        padding-left: 10px
    }

.topbar span, .topbar a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto",sans-serif
}

@media (max-width: 991px) {
    .topbar span, .topbar a {
        font-size: 12px
    }
}

.topbar span.login_click:hover, .topbar span.register_click:hover {
    cursor: pointer
}

.info_header {
    height: 100px
}

@media (max-width: 991px) {
    .info_header {
        height: 0px
    }
}

.info_header .item_head {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100px
}

    .info_header .item_head .icon {
        width: 40px;
        height: 33px;
        line-height: 30px;
        display: inline-block;
        float: left
    }

        .info_header .item_head .icon img {
            max-width: 100%
        }

    .info_header .item_head .content {
        width: calc(100% - 40px);
        float: left;
        display: inline-block;
        line-height: 18px;
        padding-left: 8px
    }

        .info_header .item_head .content.no {
            padding-left: 0px
        }

        .info_header .item_head .content span, .info_header .item_head .content a {
            line-height: 18px;
            font-size: 12px;
            color: #2e3553
        }

            .info_header .item_head .content a:hover {
                color: #f53f2c
            }

.search_topbox {
    float: left;
    display: inline-block;
    /* height: 50px; */
    margin: 0px 10px;
    margin-top: 31px;
    line-height: 50px;
    padding-right: 10px;
    width: 100%;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .search_topbox {
        width: 5%;
        float: right;
        position: absolute;
        right: 30px
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .search_topbox {
        width: 100%;
        margin-left: 0px
    }
}

@media (max-width: 767px) {
    .search_topbox {
        width: 100%;
        margin-left: 0px
    }
}

.search_topbox .search-box {
    padding: 4px 0
}

@media (max-width: 991px) {
    .search_topbox .search-box {
        padding: 6px 0
    }
}

.search_topbox .search-box .header_search {
    position: relative
}

    .search_topbox .search-box .header_search input {
        float: right
    }

    .search_topbox .search-box .header_search .input-group-btn {
        position: absolute;
        right: 1px;
        top: 2px;
        width: 29px;
        line-height: 26px;
        height: 26px;
        background: #ffcc33;
        /* border: 1px solid white; */
    }

    .search_topbox .search-box .header_search .input-group {
        width: 100%;
        margin-bottom: 0;
        position: relative
    }

        .search_topbox .search-box .header_search .input-group input {
            padding-left: 15px;
            min-height: 30px;
            height: 30px;
        }

            .search_topbox .search-box .header_search .input-group input:focus {
                outline: none;
                box-shadow: none
            }

    .search_topbox .search-box .header_search a {
        padding: 0 0px;
        width: 28px;
        background: #ffcc33;
        line-height: 26px;
        text-align: center;
        height: 26px;
        font-size: 14px;
        text-transform: uppercase;
        font-family: "Roboto",sans-serif;
        color: #fff;
        font-weight: 400;
    }

    .search_topbox .search-box .header_search button img {
        margin-top: 6px
    }

    .search_topbox .search-box .header_search button .fa {
        color: #fff
    }

.search-auto {
    position: relative
}

    .search-auto #search_suggestion {
        padding: 0 0 10px 0;
        color: #555;
        position: absolute;
        top: 0;
        z-index: 9999;
        width: 100%;
        min-width: 226px;
        max-width: 100%;
        background-color: #f8f8f8;
        display: none;
        box-shadow: 5px 10px 20px rgba(0,0,0,0.15)
    }

@media (max-width: 992px) {
    .search-auto #search_suggestion {
        width: 100% !important
    }
}

.search-auto #search_suggestion h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    background-color: #eee;
    padding: 5px 10px
}

.search-auto #search_suggestion ul {
    padding: 0
}

    .search-auto #search_suggestion ul li {
        background-color: #fff;
        padding: 5px 10px;
        font-size: 14px
    }

        .search-auto #search_suggestion ul li:hover {
            background-color: #eee
        }

        .search-auto #search_suggestion ul li a {
            color: #787878;
            display: block;
            overflow: hidden
        }

        .search-auto #search_suggestion ul li .item_image {
            text-align: center;
            float: left;
            width: 70px;
            margin-right: 15px;
            height: 80px;
            display: flex;
            justify-content: center;
            align-items: center
        }

@media (max-width: 480px) {
    .search-auto #search_suggestion ul li .item_image {
        width: 60px
    }
}

.search-auto #search_suggestion ul li .item_image img {
    max-width: 100%;
    max-height: 100%
}

.search-auto #search_suggestion ul li .item_detail {
    overflow: hidden
}

@media (max-width: 480px) {
    .search-auto #search_suggestion ul li .item_title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.search-auto #search_suggestion ul li .item_title h4 {
    text-transform: none;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0
}

@media (max-width: 480px) {
    .search-auto #search_suggestion ul li .item_title h4 {
        font-size: 12px;
        display: initial
    }
}

.search-auto #search_suggestion ul li .item_price {
    line-height: 24px
}

    .search-auto #search_suggestion ul li .item_price ins {
        font-weight: 500;
        text-decoration: none;
        display: inline-block;
        margin-right: 5px;
        font-size: 13px;
        color: #ff4c4c
    }

@media (max-width: 480px) {
    .search-auto #search_suggestion ul li .item_price ins {
        font-size: 12px
    }
}

.search-auto #search_suggestion ul li .item_price del {
    color: #666;
    font-size: 12px
}

@media (max-width: 480px) {
    .search-auto #search_suggestion ul li .item_price del {
        font-size: 11px
    }
}

.search-auto #search_top {
    max-height: 400px;
    overflow-y: auto
}

    .search-auto #search_top::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
        border-radius: 5px;
        background-color: #F5F5F5
    }

    .search-auto #search_top::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5
    }

    .search-auto #search_top::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
        background-color: #e5e5e5
    }

.search-auto #search_bottom {
    text-align: center;
    line-height: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 10px
}

    .search-auto #search_bottom a {
        color: #444;
        text-decoration: underline;
        font-weight: 500;
        line-height: 30px;
        height: unset
    }

        .search-auto #search_bottom a span {
            color: #ff0000
        }

.wrap_hed {
    width: 100%;
    float: left;
    position: relative
}

.header-main {
    width: 100%;
    float: left;
    height: 100px;
    line-height: 100px;
    padding: 0px !important
}

    .header-main .logo {
        width: 100%
    }

        .header-main .logo a {
            display: inline-block
        }

.main-nav {
    width: 100%;
    float: left;
    border-top: solid 0px #ebebeb;
    height: 50px;
    line-height: 50px;
    background: none;
}

@media (min-width: 992px) {
    .main-nav {
        border-bottom: solid 0px #ebebeb
    }
}

.main-nav.mrbottom {
    margin-bottom: 0px
}

.main-nav .menu_hed {
    height: 50px
}

    .main-nav .menu_hed .nav {
        height: 50px;
        line-height: 50px
    }

        .main-nav .menu_hed .nav.nav_1 {
            text-align: left;
            float: left;
            margin-top: 27px;
            width: 100%;
            padding-left: 29px;
        }

@media (max-width: 1199px) {
    .main-nav .menu_hed .nav.nav_1 {
        text-align: left
    }
}

.main-nav .menu_hed .nav.nav_2 {
    text-align: right;
    float: right
}

.main-nav .menu_hed .nav li {
    display: inline-block
}

    .main-nav .menu_hed .nav li:first-child.nav-item a {
        /* padding-left: 0px; */
        /* margin-left: 0px; */
    }

    .main-nav .menu_hed .nav li.nav-item a:after {
        content: none;
        width: 100%;
        position: absolute;
        bottom: 0px;
        height: 2px;
        background: #f53f2c;
        left: 0px;
        opacity: 0
    }

@media (max-width: 1199px) {
    .main-nav .menu_hed .nav li.nav-item a {
        padding: 0px 5px
    }
}

.main-nav .menu_hed .nav li.nav-item.active a {
    color: #f53f2c
}

.main-nav .menu_hed .nav li.menu_hover:hover > a:before {
    opacity: 1
}

.main-nav .menu_hed .nav .nav-item {
    position: relative;
    background: transparent;
    padding: 0px 0px;
    z-index: 3
}

@media (max-width: 1199px) {
    .main-nav .menu_hed .nav .nav-item {
        padding: 0px 5px
    }
}

.main-nav .menu_hed .nav .nav-item.active > a {
    color: #2e3553;
    background: transparent;
    border-radius: 0px
}

    .main-nav .menu_hed .nav .nav-item.active > a:after {
        opacity: 1
    }

    .main-nav .menu_hed .nav .nav-item.active > a:before {
        top: -5px
    }

    .main-nav .menu_hed .nav .nav-item.active > a .fa {
        color: #f53f2c
    }

.main-nav .menu_hed .nav .nav-item li {
    display: block;
    width: 100%
}

.main-nav .menu_hed .nav .nav-item.has-mega {
    position: static
}

.main-nav .menu_hed .nav .nav-item > a {
    line-height: 50px;
    color: black;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    padding: 0 5px;
    z-index: 5;
    position: relative;
    margin: 0 5px;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .main-nav .menu_hed .nav .nav-item > a {
        margin: 0;
        padding: 0 5px
    }
}

.main-nav .menu_hed .nav .nav-item > .fa {
    color: #fff;
    position: absolute;
    right: 5px;
    top: 32px
}

.main-nav .menu_hed .nav .nav-item .nav-item-lv2 {
    padding: 0 10px;
    position: relative
}

    .main-nav .menu_hed .nav .nav-item .nav-item-lv2 .fa {
        position: absolute;
        right: 0px;
        padding: 0px 10px;
        top: 5px;
        line-height: 31px;
        color: #1d3046
    }

.main-nav .menu_hed .nav .nav-item .nav-item-lv3 {
    padding: 0 10px;
    position: relative
}

    .main-nav .menu_hed .nav .nav-item .nav-item-lv3 .fa {
        position: absolute;
        right: 0px;
        padding: 0px 10px;
        top: 5px;
        line-height: 41px
    }

.main-nav .menu_hed .nav .nav-item:hover > a {
    color: #336699;
    background: transparent;
    border-radius: 0px;
}

    .main-nav .menu_hed .nav .nav-item:hover > a:before {
        top: -5px
    }

    .main-nav .menu_hed .nav .nav-item:hover > a:after {
        opacity: 1
    }

.main-nav .menu_hed .nav .nav-item:hover > .fa {
    color: #f53f2c
}

.main-nav .menu_hed .nav .nav-item:hover > .dropdown-menu {
    display: block;
    margin-top: -1px;
    border-top: 0px;
    border-radius: 0px;
    width: 200px;
    padding: 0px 0px 0px 0px;
    background: #fff;
    border: solid 1px #ebebeb;
    border-top: solid 1px #fff;
    z-index: 9
}

    .main-nav .menu_hed .nav .nav-item:hover > .dropdown-menu li {
        padding: 0px 0px;
        border-bottom: solid 1px #ebebeb;
    }

        .main-nav .menu_hed .nav .nav-item:hover > .dropdown-menu li:first-child {
            border-top: solid 1px #ebebeb
        }

        .main-nav .menu_hed .nav .nav-item:hover > .dropdown-menu li > a {
            font-family: "Roboto",sans-serif;
            display: block;
            padding: 5px 25px 5px 10px;
            color: #2e3553
        }

            .main-nav .menu_hed .nav .nav-item:hover > .dropdown-menu li > a .fa {
                float: right;
                line-height: 18px;
                font-size: 16px;
                color: #2e3553
            }

            .main-nav .menu_hed .nav .nav-item:hover > .dropdown-menu li > a:before {
                width: 4px;
                height: 4px;
                background: #ff4c4c;
                position: absolute;
                left: 10px;
                padding-right: 5px;
                top: 13px;
                opacity: 0
            }

        .main-nav .menu_hed .nav .nav-item:hover > .dropdown-menu li:last-child > a {
            border-bottom: 0px
        }

        .main-nav .menu_hed .nav .nav-item:hover > .dropdown-menu li:hover {
            background: white;
            color: #fff;
        }

            .main-nav .menu_hed .nav .nav-item:hover > .dropdown-menu li:hover .fa {
                color: #fff
            }

            .main-nav .menu_hed .nav .nav-item:hover > .dropdown-menu li:hover > a {
                background-color: #336699;
                color: #fff;
            }

                .main-nav .menu_hed .nav .nav-item:hover > .dropdown-menu li:hover > a .fa {
                    color: #fff
                }

                .main-nav .menu_hed .nav .nav-item:hover > .dropdown-menu li:hover > a:before {
                    opacity: 1
                }

            .main-nav .menu_hed .nav .nav-item:hover > .dropdown-menu li:hover > .fa {
                color: #fff
            }

.main-nav .menu_hed .nav .nav-item:hover > .mega-content {
    display: block
}

.main-nav .menu_hed .nav .nav-item li.dropdown-submenu {
    position: relative
}

    .main-nav .menu_hed .nav .nav-item li.dropdown-submenu:hover > a:after {
        opacity: 1
    }

    .main-nav .menu_hed .nav .nav-item li.dropdown-submenu > a:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7.5px 12px 7.5px 0;
        border-color: transparent #fff transparent transparent;
        position: absolute;
        left: 100%;
        top: 33%;
        opacity: 0
    }

    .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 {
        margin-top: -5px
    }

    .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu, .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 {
        display: none;
        margin-top: 0;
        border-top: 0px;
        border-radius: 0px;
        width: 200px;
        padding: 0px;
        left: 100%;
        top: -1px;
        background: #fff;
        border: solid 1px #ebebeb
    }

@media (max-width: 1199px) {
    .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu.media_left, .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .lv-4.media_left {
        left: -100% !important
    }
}

.main-nav .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li, .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li {
    padding: 0px 0px;
    border-bottom: solid 1px #ebebeb;
}

    .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li > a, .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li > a {
        font-family: "Roboto",sans-serif;
        display: block;
        padding: 5px 10px;
        color: #2e3553
    }

    .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li .fa, .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li .fa {
        position: absolute;
        right: 0px;
        padding: 0px 5px;
        top: 5px;
        line-height: 41px;
        color: #2e3553
    }

    .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:last-child > a, .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:last-child > a {
        border-bottom: 0px
    }

    .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:hover > a, .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover > a {
        background-color: #336699;
        color: #fff;
    }

        .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:hover > a .fa, .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover > a .fa {
            color: #fff
        }

    .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:hover, .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover {
        background: #336699;
    }

        .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:hover .fa, .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover .fa {
            color: #fff
        }

        .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:hover > .lv-4, .main-nav .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover > .lv-4 {
            display: block;
            border-top: 0px;
            border-radius: 0px
        }

.main-nav .menu_hed .nav .nav-item li.dropdown-submenu:hover > a:after {
    opacity: 1
}

.main-nav .menu_hed .nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    border-top-color: white;
    border-radius: 0px;
}

.main-nav .menu_hed .nav .mega-content .level1.item {
    float: left;
    width: 33%;
    padding: 0 5px
}

@media (min-width: 1200px) {
    .main-nav .menu_hed .nav .mega-content .level1.item.col-lg-4:nth-child(4n+1) {
        clear: left
    }
}

.main-nav .menu_hed .nav .mega-content .level1.item3 {
    float: left;
    width: 25%;
    padding: 0 5px
}

@media (min-width: 1200px) {
    .main-nav .menu_hed .nav .mega-content .level1.item3.col-lg-3:nth-child(4n+1) {
        clear: left
    }
}

.nav-main ul .nav-item.has-mega {
    position: static;
    height: 40px;
    margin-left: 1px
}

@media (max-width: 1199px) {
    .nav-main ul .nav-item.has-mega {
        position: relative !important
    }

        .nav-main ul .nav-item.has-mega > .dropdown-menu {
            margin-top: 0px !important
        }
}

.nav-main ul .nav-item:hover > .mega-content {
    display: block
}

.nav-main .mega-content {
    display: none;
    position: absolute;
    width: 890px;
    background: #fff;
    z-index: 99999;
    padding: 0px 15px;
    margin-top: -1px;
    box-shadow: 0 1px 1px rgba(162,162,162,0),0 1px 14px rgba(206,206,206,0.14);
    -webkit-box-shadow: 0 1px 1px rgba(162,162,162,0),0 1px 14px rgba(206,206,206,0.14);
    -moz-box-shadow: 0 1px 1px rgba(162,162,162,0),0 1px 14px rgba(206,206,206,0.14);
    -os-box-shadow: 0 1px 1px rgba(162,162,162,0),0 1px 14px rgba(206,206,206,0.14);
    -o-box-shadow: 0 1px 1px rgba(162,162,162,0),0 1px 14px rgba(206,206,206,0.14);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -os-transform: translateX(-50%);
    border: solid 1px #f5f5f5;
    border-top: 0px;
    margin-left: 20px
}

    .nav-main .mega-content .banner_mega_position {
        position: absolute;
        bottom: 30px;
        right: 40px;
        z-index: 1
    }

    .nav-main .mega-content .nav-width ul {
        width: 100%;
        display: block;
        top: 0;
        border-left: 0px;
        position: static;
        overflow: hidden;
        text-align: left
    }

        .nav-main .mega-content .nav-width ul li {
            text-align: left
        }

    .nav-main .mega-content .nav-width .banner_left {
        padding: 0 5px
    }

    .nav-main .mega-content .h4 {
        font-family: "Roboto",sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 5px
    }

        .nav-main .mega-content .h4 a {
            text-decoration: none;
            display: block;
            padding: 0px !important
        }

            .nav-main .mega-content .h4 a span {
                color: #2e3553
            }

                .nav-main .mega-content .h4 a span:hover {
                    color: #f53f2c
                }

    .nav-main .mega-content .level1.item {
        float: left;
        padding: 0 5px;
        margin-bottom: 0px;
        text-align: left
    }

    .nav-main .mega-content li a {
        padding: 8px 0px;
        width: 80%
    }

    .nav-main .mega-content li:hover > a {
        color: #f53f2c;
        text-decoration: none
    }

        .nav-main .mega-content li:hover > a span {
            color: #f53f2c
        }

    .nav-main .mega-content li:hover > span {
        color: #f53f2c
    }

    .nav-main .mega-content li:hover > .fa {
        color: #f53f2c
    }

    .nav-main .mega-content ul.level1 {
        margin-top: 10px
    }

    .nav-main .mega-content .level2 {
        padding: 0px 0px;
        width: 100% !important;
        margin-bottom: 10px
    }

        .nav-main .mega-content .level2.parent:last-child a {
            border-bottom: 0px !important
        }

        .nav-main .mega-content .level2 a {
            border-bottom: dashed 1px #ebebeb;
            padding: 5px 0px !important
        }

        .nav-main .mega-content .level2.item {
            width: 100%
        }

        .nav-main .mega-content .level2 a {
            font-family: "Roboto",sans-serif;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            display: block;
            text-decoration: none;
            color: #898989
        }

            .nav-main .mega-content .level2 a span {
                color: #898989
            }

        .nav-main .mega-content .level2 .fa {
            width: 10px;
            font-size: 15px;
            float: left;
            line-height: 24px
        }

        .nav-main .mega-content .level2:hover > a {
            color: #f53f2c;
            text-decoration: none
        }

            .nav-main .mega-content .level2:hover > a span {
                color: #f53f2c
            }

        .nav-main .mega-content .level2:hover > span {
            color: #f53f2c
        }

        .nav-main .mega-content .level2:hover > .fa {
            color: #f53f2c
        }

    .nav-main .mega-content ul li.level2 {
        margin-bottom: 0px
    }

        .nav-main .mega-content ul li.level2:last-child {
            margin-bottom: 10px
        }

    .nav-main .mega-content .nav-width {
        width: 100%;
        float: left;
        padding: 10px 0px
    }

        .nav-main .mega-content .nav-width .parent-mega-menu {
            padding: 0px 15px;
            position: relative;
            z-index: 2;
            background: transparent
        }

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-main .mega-content .nav-width .parent-mega-menu .col-lg-4:nth-child(3n+1) {
        clear: left
    }
}

@media (min-width: 1200px) {
    .nav-main .mega-content .nav-width .parent-mega-menu .col-lg-4:nth-child(3n+1) {
        clear: left
    }
}

.nav-main .mega-content .nav-width .banner-image {
    margin-top: 15px
}

.search_menu {
    width: 60px;
    height: 55px;
    line-height: 55px;
    float: left;
    text-align: right;
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    right: 50px
}

@media (max-width: 767px) {
    .search_menu {
        margin-right: 0px;
        width: 20px;
        right: 45px
    }
}

.search_menu .search_inner {
    height: 55px;
    position: relative
}

    .search_menu .search_inner:hover {
        cursor: pointer
    }

        .search_menu .search_inner:hover .search-box {
            display: block
        }

    .search_menu .search_inner .fa {
        font-size: 16px
    }

    .search_menu .search_inner .search-box {
        display: none;
        width: 280px;
        height: 45px;
        position: absolute;
        top: 54px;
        right: 0
    }

@media (max-width: 767px) {
    .search_menu .search_inner .search-box {
        right: -25px
    }
}

.search_menu .search_inner .search-box .header_search {
    padding: 0px;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 9
}

    .search_menu .search_inner .search-box .header_search form input {
        border: solid 1px #ebebeb;
        box-shadow: none;
        outline: none;
        height: 45px;
        line-height: 45px
    }

    .search_menu .search_inner .search-box .header_search form .input-group-btn {
        height: 45px;
        width: 45px;
        line-height: 45px
    }

        .search_menu .search_inner .search-box .header_search form .input-group-btn button {
            height: 45px;
            width: 45px;
            line-height: 45px;
            box-shadow: none;
            outline: none
        }

.google-maps-footer {
    width: 100%
}

    .google-maps-footer .map {
        width: 100%;
        height: 170px;
        background: #dedede
    }

        .google-maps-footer .map#contact_map_footer {
            height: 160px
        }

.backtop {
    position: fixed;
    bottom: 100px;
    z-index: 999;
    top: auto !important;
    width: 40px;
    height: 40px;
    border: solid 3px #fff4cc;
    line-height: 44px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 0;
    background: #ff4c4c;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

    .backtop .fa {
        font-size: 16px;
        color: #fff !important;
        display: inline-block !important;
        float: left !important;
        width: 36px !important;
        text-align: center !important;
        line-height: 33px !important
    }

@media (min-width: 768px) {
    .phone_backtotop {
        display: none !important
    }
}

.phone_backtotop {
    position: fixed;
    bottom: 30px !important;
    z-index: 9999;
    top: auto !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    background: #ff4c4c;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: play 1.5s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (max-width: 767px) {
    .phone_backtotop {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

.phone_backtotop .fa {
    font-size: 16px;
    color: #fff !important;
    display: inline-block !important;
    float: left !important;
    width: 30px !important;
    text-align: center !important;
    line-height: 31px !important
}

@media (min-width: 768px) {
    @keyframes play {
        0% {
            transform: scale(1)
        }

        15% {
            box-shadow: 0 0 0 5px rgba(255,66,54,0.1)
        }

        25% {
            box-shadow: 0 0 0 5px rgba(255,88,54,0.1),0 0 0 10px rgba(255,88,54,0.1)
        }

        30% {
            transform: scale(1.2)
        }

        50% {
            box-shadow: 0 0 0 5px rgba(255,88,54,0.1),0 0 0 10px rgba(255,88,54,0.1),0 0 0 15px rgba(255,88,54,0.2)
        }

        80% {
            transform: scale(1)
        }
    }
}

@media (max-width: 767px) {
    @keyframes play {
        0% {
            transform: scale(1)
        }

        15% {
            box-shadow: 0 0 0 3px rgba(255,66,54,0.1)
        }

        25% {
            box-shadow: 0 0 0 3px rgba(255,88,54,0.1),0 0 0 5px rgba(255,88,54,0.1)
        }

        30% {
            transform: scale(1.2)
        }

        50% {
            box-shadow: 0 0 0 7px rgba(255,88,54,0.1),0 0 0 7px rgba(255,88,54,0.1),0 0 0 10px rgba(255,88,54,0.2)
        }

        80% {
            transform: scale(1)
        }
    }
}

.backtop.show {
    opacity: 1
}

@media (min-width: 1441px) {
    .backtop {
        right: 15px;
        bottom: 40px
    }

    .phone_backtotop {
        bottom: 30px !important;
        left: 50px
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .backtop {
        right: 15px;
        bottom: 40px
    }

    .phone_backtotop {
        bottom: 48% !important;
        left: 30px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .backtop {
        right: 15px;
        bottom: 40px
    }

    .phone_backtotop {
        bottom: 48% !important;
        left: 30px
    }
}

@media (max-width: 767px) {
    .backtop {
        right: 0px;
        bottom: 40px;
        left: auto !important
    }

    .phone_backtotop {
        bottom: 48% !important;
        left: 30px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #back-to-top {
        right: 15px;
        bottom: 40px
    }

    .phone_backtotop.left_center {
        bottom: 48% !important;
        left: 15px
    }

    .phone_backtotop.right_center {
        bottom: 48% !important;
        right: 15px
    }

    .phone_backtotop.right_bottom {
        bottom: 50px !important;
        right: 15px
    }

    .phone_backtotop.left_bottom {
        bottom: 50px !important;
        left: 15px
    }
}

@media (max-width: 767px) {
    #back-to-top {
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        bottom: 40px
    }

    .phone_backtotop.left_center {
        bottom: 48% !important;
        left: 15px
    }

    .phone_backtotop.right_center {
        bottom: 48% !important;
        right: 15px
    }

    .phone_backtotop.right_bottom {
        bottom: 50px !important;
        right: 15px
    }

    .phone_backtotop.left_bottom {
        bottom: 50px !important;
        left: 15px
    }
}

.bizweb-product-reviews-module {
    margin: 0px !important
}

.footer-1 {
    width: 100%;
    float: left;
    background: #f0f0f0;
    padding: 30px 0 0
}

    .footer-1 .footer-1-link {
        width: 100%;
        float: left
    }

        .footer-1 .footer-1-link .inner {
            width: 100%;
            float: left
        }

            .footer-1 .footer-1-link .inner h4 {
                font-family: "Roboto",sans-serif;
                font-size: 15px;
                color: #333;
                line-height: 24px;
                text-transform: uppercase;
                font-weight: 700;
                width: 100%;
                float: left
            }

            .footer-1 .footer-1-link .inner ul {
                width: 100%;
                float: left
            }

                .footer-1 .footer-1-link .inner ul li {
                    width: 100%;
                    float: left
                }

                    .footer-1 .footer-1-link .inner ul li a {
                        font-family: "Roboto",sans-serif;
                        text-decoration: none;
                        font-size: 14px;
                        color: #333;
                        padding-left: 0px;
                        position: relative;
                        line-height: 28px
                    }

                        .footer-1 .footer-1-link .inner ul li a:hover {
                            color: #f53f2c
                        }

            .footer-1 .footer-1-link .inner .adr {
                margin-bottom: 10px;
                width: 100%;
                float: left
            }

                .footer-1 .footer-1-link .inner .adr p {
                    font-family: "Roboto",sans-serif;
                    font-size: 14px;
                    color: #333;
                    line-height: 24px;
                    font-weight: 700;
                    width: 100%;
                    float: left;
                    margin: 0px;
                    padding: 0px
                }

                .footer-1 .footer-1-link .inner .adr span {
                    width: 100%;
                    float: left;
                    font-family: "Roboto",sans-serif;
                    font-size: 14px;
                    color: #333;
                    font-weight: 400
                }

@media (min-width: 1200px) {
    .footer-1 .footer-1-link .col-lg-3:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-1 .footer-1-link .col-md-3:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .footer-1 .footer-1-link .col-sm-6:nth-child(2n+1) {
        clear: left
    }
}

@media (max-width: 767px) {
    .footer-1 .footer-1-link .col-xs-12:nth-child(1n+1) {
        clear: left
    }
}

.footer-1 .wrap_sub.form_km {
    width: 100%;
    float: left;
    padding: 8px 15px 8px 0
}

@media (max-width: 767px) {
    .footer-1 .wrap_sub.form_km {
        padding: 10px 0px
    }
}

.footer-1 .wrap_sub.form_km form {
    position: relative;
    margin: 0px;
    padding: 0px
}

@media (max-width: 767px) {
    .footer-1 .wrap_sub.form_km form {
        height: unset
    }
}

.footer-1 .wrap_sub.form_km form input {
    box-shadow: none;
    outline: none;
    height: 35px;
    line-height: 35px;
    padding: 0 70px 0 15px;
    color: #2e3553;
    border: solid 1px #ebebeb;
    margin-bottom: 0px !important;
    min-height: unset
}

    .footer-1 .wrap_sub.form_km form input::-webkit-input-placeholder {
        font-size: 14px;
        font-style: italic;
        color: #c9cdd7
    }

    .footer-1 .wrap_sub.form_km form input[type="email"] {
        margin-bottom: 0px
    }

.footer-1 .wrap_sub.form_km form .button_subscribe {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    top: 5px;
    width: 100%;
    right: 0;
    height: 35px;
    line-height: 35px;
    box-shadow: none;
    border: solid 1px #ff4c4c;
    background: #ff4c4c;
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 14px
}

@media (max-width: 767px) {
    .footer-1 .wrap_sub.form_km form .button_subscribe {
        psoition: static;
        top: unset;
        right: unset;
        margin-top: 5px
    }
}

.footer-1 .wrap_sub.form_km form .button_subscribe:hover {
    background: #f53f2c;
    border-color: #f53f2c
}

.footer-1 .footer-1-subscribe {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 50px;
    border-top: solid 1px #ddd;
    padding-top: 20px
}

@media (max-width: 767px) {
    .footer-1 .footer-1-subscribe {
        margin-top: 0
    }
}

.footer-1 .footer-1-subscribe .social_i {
    padding: 14px 0px;
    width: 100%;
    float: left
}

@media (max-width: 767px) {
    .footer-1 .footer-1-subscribe .social_i {
        display: block
    }
}

.footer-1 .footer-1-subscribe .social_i p {
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 15px;
    display: block;
    float: left;
    padding-right: 10px;
    width: 100%
}

@media (max-width: 767px) {
    .footer-1 .footer-1-subscribe .social_i p {
        display: block
    }
}

@media (max-width: 767px) {
    .footer-1 .footer-1-subscribe .social_i div {
        width: 100%;
        float: left
    }
}

.footer-1 .footer-1-subscribe .social_i .block_social {
    width: 40px;
    float: left;
    margin-right: 5px;
    display: inline-block
}

@media (max-width: 767px) {
    .footer-1 .footer-1-subscribe .social_i .block_social {
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 10px
    }
}

.footer-1 .footer-1-subscribe .social_i .block_social img {
    max-width: 100%
}

.footer-1 .footer-1-service {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 15px
}

    .footer-1 .footer-1-service .owl-service .owl-dots, .footer-1 .footer-1-service .owl-service .owl-nav {
        display: none
    }

    .footer-1 .footer-1-service .wrap_dv {
        width: 100%;
        float: left;
        padding: 15px 0px;
        display: flex;
        cursor: pointer;
        margin-bottom: 15px
    }

        .footer-1 .footer-1-service .wrap_dv.orange {
            background: #f5791f
        }

            .footer-1 .footer-1-service .wrap_dv.orange:hover {
                background: #d35400
            }

        .footer-1 .footer-1-service .wrap_dv.blue {
            background: #3498db
        }

            .footer-1 .footer-1-service .wrap_dv.blue:hover {
                background: #2980b9
            }

        .footer-1 .footer-1-service .wrap_dv.gray {
            background: #a1aaaf
        }

            .footer-1 .footer-1-service .wrap_dv.gray:hover {
                background: #889196
            }

        .footer-1 .footer-1-service .wrap_dv .img_ {
            width: 65px;
            float: left;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-left: 5px
        }

            .footer-1 .footer-1-service .wrap_dv .img_ i {
                font-size: 45px;
                color: #fff
            }

        .footer-1 .footer-1-service .wrap_dv .content_dv {
            display: block;
            float: left;
            width: calc(100% - 65px);
            -webkit-width: calc(100% - 65px);
            -moz-width: calc(100% - 65px);
            -os-width: calc(100% - 65px);
            -o-width: calc(100% - 65px);
            padding-left: 10px;
            padding-right: 15px
        }

            .footer-1 .footer-1-service .wrap_dv .content_dv p {
                font-family: "Roboto",sans-serif;
                display: block;
                padding: 0;
                margin: 0;
                text-transform: uppercase;
                font-weight: 500;
                font-size: 16px;
                color: #fff
            }

            .footer-1 .footer-1-service .wrap_dv .content_dv span {
                color: #fff;
                font-family: "Roboto",sans-serif;
                display: block
            }

.footer-1 .info-site {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-top: solid 1px #ebebeb;
    padding-top: 20px;
    margin-top: 15px
}

    .footer-1 .info-site h4 {
        font-family: "Roboto",sans-serif;
        text-transform: uppercase;
        margin: 0px 0 25px 0;
        font-size: 14px;
        color: #333;
        font-weight: 700
    }

    .footer-1 .info-site p {
        padding: 0px;
        margin: 0px;
        color: #333;
        font-family: "Roboto",sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        display: block
    }

        .footer-1 .info-site p a {
            color: #333;
            text-decoration: none
        }

            .footer-1 .info-site p a:hover {
                color: #f53f2c
            }

    .footer-1 .info-site .doitacvanchuyen {
        margin-top: 0px
    }

@media (max-width: 767px) {
    .footer-1 .info-site .doitacvanchuyen {
        margin-top: 20px
    }
}

.footer-1 .info-site .doitacvanchuyen h4 {
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    margin: 0px 0 15px 0;
    font-size: 14px;
    color: #333;
    font-weight: 700
}

.footer {
    width: 100%;
    float: left
}

@media (max-width: 767px) {
    .footer .cliked {
        position: relative
    }

        .footer .cliked:after {
            content: "\f067";
            font-family: 'FontAwesome';
            font-size: 14px;
            color: #2e3553;
            position: absolute;
            right: 0px;
            top: 2
        }

        .footer .cliked.open_:after {
            content: "\f068"
        }
}

.footer .fa {
    color: #789529;
    display: inline-block;
    float: left;
    width: 20px;
    text-align: left;
    line-height: 28px
}

.footer .not-before a:before {
    content: none !important
}

.footer .topfoter {
    width: 100%;
    float: left;
    padding-top: 50px
}

    .footer .topfoter .img_footer {
        margin-bottom: 25px;
        display: block
    }

.footer .ct_footer li {
    width: 100%;
    float: left;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

    .footer .ct_footer li:last-child {
        margin-bottom: 0px
    }

    .footer .ct_footer li .icon_left {
        display: flex;
        float: left;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        border: solid 2px #fff;
        line-height: 30px;
        margin-right: 10px;
        align-items: center;
        justify-content: center;
        text-align: center
    }

        .footer .ct_footer li .icon_left i {
            font-size: 16px;
            color: #fff
        }

    .footer .ct_footer li .content_r {
        display: block;
        float: left;
        width: calc(100% - 40px);
        font-family: "Roboto",sans-serif;
        font-size: 13px;
        line-height: 20px;
        color: #333
    }

@media (min-width: 1200px) {
    .footer .ct_footer li .content_r {
        padding-right: 40px
    }
}

.footer .ct_footer li .content_r a {
    color: #333;
    display: inline-block
}

.footer .top-footer {
    padding: 0px 0 30px 0
}

@media (max-width: 991px) {
    .footer .top-footer {
        padding-bottom: 0px
    }
}

.footer .top-footer h4 {
    font-family: "Roboto",sans-serif;
    margin: 0px 0 25px 0;
    font-size: 14px;
    color: #333;
    font-weight: 700
}

.footer .top-footer ul li {
    line-height: 30px
}

    .footer .top-footer ul li a {
        color: #333;
        font-family: "Roboto",sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 36px;
        display: block
    }

        .footer .top-footer ul li a:hover {
            color: #789529
        }

    .footer .top-footer ul li span {
        display: block;
        float: left
    }

    .footer .top-footer ul li:hover a {
        text-decoration: none;
        color: #f53f2c
    }

.footer .top-footer .pay {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    margin-top: 10px
}

    .footer .top-footer .pay a {
        display: inline-block;
        margin-right: 5px;
        float: left;
        margin-bottom: 5px
    }

@media (min-width: 992px) {
    .footer .top-footer .pay a:nth-child(3n+1) {
        clear: left
    }
}

.footer .top-footer .eccept {
    width: 100%;
    float: left
}

    .footer .top-footer .eccept h4 {
        margin-bottom: 10px
    }

.footer .top-footer .fb_iframe_widget {
    width: auto !important;
    max-width: 100%
}

    .footer .top-footer .fb_iframe_widget span, .footer .top-footer .fb_iframe_widget div {
        width: auto !important
    }

.footer .bottom-footer {
    width: 100%;
    float: left;
    background: #33496d
}

    .footer .bottom-footer .menufooter li {
        display: inline-block;
        float: left;
        margin-right: 10px;
        padding-right: 10px;
        position: relative
    }

        .footer .bottom-footer .menufooter li:after {
            content: "";
            height: 15px;
            width: 1px;
            background: #ebebeb;
            position: absolute;
            right: 0px;
            top: 10px
        }

@media (max-width: 767px) {
    .footer .bottom-footer .menufooter li:after {
        top: 5px
    }
}

.footer .bottom-footer .menufooter li:last-child {
    margin-right: 0px
}

    .footer .bottom-footer .menufooter li:last-child:after {
        display: none
    }

.footer .bottom-footer .menufooter li a {
    color: #fff;
    text-decoration: none
}

@media (max-width: 767px) {
    .footer .bottom-footer {
        text-align: center
    }

        .footer .bottom-footer #copy1 p {
            padding: 15px 0px
        }
}

@media (min-width: 768px) {
    .footer .bottom-footer #payment_2 {
        text-align: right
    }
}

@media (min-width: 543px) {
    .footer .bottom-footer {
        line-height: 35px
    }
}

@media (max-width: 542px) {
    .footer .bottom-footer {
        line-height: 24px
    }
}

.footer .bottom-footer p {
    margin-bottom: 0
}

.footer .bottom-footer .wsp {
    color: #fff
}

@media (max-width: 767px) {
    .footer .bottom-footer .wsp .mobile {
        display: block;
        width: 100%;
        float: left
    }
}

.footer .bottom-footer .wsp a {
    color: #ff4c4c
}

@media (max-width: 767px) {
    .footer .bottom-footer .wsp {
        margin: 15px 0px;
        width: 100%;
        float: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-footer .col-sm-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 992px) {
    .copyright .inner .row.tablet {
        display: flex;
        flex-flow: row
    }

        .copyright .inner .row.tablet #copyright {
            order: 1
        }

        .copyright .inner .row.tablet #link_footer_menu {
            order: 2
        }
}

@media (max-width: 991px) {
    #copyright {
        text-align: center !important
    }

    .menufooter {
        text-align: center
    }

        .menufooter li {
            float: none !important
        }

    .footer-click {
        margin-bottom: 30px
    }

    #footer .top-footer h4 {
        margin-bottom: 5px
    }

    .copyright .inner .fot_copyright {
        text-align: center !important
    }

    .copyright .inner .menu_footer_link .ul_main_footer {
        width: 100%;
        padding-right: 0px;
        text-align: center
    }

        .copyright .inner .menu_footer_link .ul_main_footer li {
            float: none;
            display: inline-block
        }
}

@media (max-width: 767px) {
    .ct_footer {
        margin-bottom: 15px;
        width: 100%;
        float: left
    }

    .footer-click {
        margin-bottom: 10px
    }

    footer .footer-widget p {
        padding-right: 0px
    }

    .copyright .inner .wsp {
        overflow: hidden;
        padding: 15px 0px;
        display: block
    }

    .copyright .inner .mobile {
        display: block;
        width: 100%;
        text-align: center !important;
        line-height: 24px
    }

    footer h4 {
        margin-bottom: 15px !important
    }

    footer .site-footer h4 {
        margin: 0;
        padding: 5px 0 5px;
        font-size: 16px;
        cursor: pointer;
        margin-bottom: 0px !important;
        border-top: solid 0px rgba(0,0,0,0.5)
    }

        footer .site-footer h4.hasclick {
            position: relative
        }

            footer .site-footer h4.hasclick.open_:after {
                font-family: 'FontAwesome';
                content: "\f056";
                font-size: 16px;
                line-height: 24px;
                position: absolute;
                right: 15px;
                top: 10px;
                color: #8d97c0
            }

    footer .site-footer .maps_ {
        margin-top: 15px
    }

    footer .footer-inner .col-xs-12:nth-child(2) {
        margin-top: 15px
    }

    .padding-bottom-50 {
        padding-bottom: 20px !important
    }
}

.not-border {
    border-top: 0px !important
}

.details-product {
    width: 100%;
    float: left
}

    .details-product .large-image {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
        position: relative
    }

@media (max-width: 543px) {
    .details-product .large-image {
        margin-bottom: 0px
    }
}

.details-product .large-image a {
    display: block
}

.details-product .large-image .zoom_button {
    display: inline-block !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px;
    border-radius: 50%;
    background: #d7d7d7;
    position: absolute;
    bottom: 15px;
    right: 30px;
    z-index: 2
}

    .details-product .large-image .zoom_button .fa {
        font-size: 16px;
        color: #fff
    }

.details-product .owl-carousel.owl-loaded {
    overflow: hidden;
    z-index: 0
}

@media (max-width: 767px) {
    .details-product .details-pro {
        margin-top: 15px
    }
}

.details-product .details-pro .product-price {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    color: #333;
    font-family: "Roboto",sans-serif
}

.details-product .details-pro .price-box {
    margin: 10px 0 0px
}

    .details-product .details-pro .price-box del {
        color: #adadad;
        font-size: 1.42857em;
        font-family: "Roboto",sans-serif
    }

.details-product .details-pro .custom-btn-number {
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    border: none;
    box-shadow: none;
    height: auto
}

    .details-product .details-pro .custom-btn-number label {
        font-size: 14px
    }

    .details-product .details-pro .custom-btn-number #qty {
        height: 32px;
        font-size: 1.28571em;
        margin: 0
    }

    .details-product .details-pro .custom-btn-number .qtyminus {
        position: absolute;
        left: 25px;
        top: 4px;
        font-size: 1.42857em
    }

    .details-product .details-pro .custom-btn-number .qtyplus {
        position: absolute;
        right: 25px;
        top: 4px;
        font-size: 1.42857em
    }

.thumb_product_details {
    margin: 0 auto
}

@media (max-width: 560px) {
    .thumb_product_details {
        width: 100%;
        left: auto;
        transform: none
    }
}

.thumb_product_details .owl-item .item {
    height: 90px;
    padding: 5px
}

    .thumb_product_details .owl-item .item a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 75px !important;
        display: block;
        background: #fff;
        border: solid 1px #fff
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .thumb_product_details .owl-item .item a {
        height: 80px !important
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .thumb_product_details .owl-item .item a {
        height: 60px !important
    }
}

.thumb_product_details .owl-item .item a img {
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.thumb_product_details .owl-item .item a.active {
    border-color: #ff4c4c
}

    .thumb_product_details .owl-item .item a.active img {
        opacity: 1
    }

.thumb_product_details .owl-nav .owl-prev, .thumb_product_details .owl-nav .owl-next {
    width: 20px;
    height: 30px;
    border-radius: 0;
    line-height: 30px;
    text-align: center;
    top: 50%;
    background: transparent
}

@media (min-width: 992px) and (max-width: 1199px) {
    .thumb_product_details .owl-nav .owl-prev, .thumb_product_details .owl-nav .owl-next {
        top: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .thumb_product_details .owl-nav .owl-prev, .thumb_product_details .owl-nav .owl-next {
        top: 37%
    }
}

@media (max-width: 767px) {
    .thumb_product_details .owl-nav .owl-prev, .thumb_product_details .owl-nav .owl-next {
        top: 45%
    }
}

.thumb_product_details .owl-nav .owl-prev:before, .thumb_product_details .owl-nav .owl-next:before {
    height: 30px;
    width: 20px;
    line-height: 28px;
    top: -3px;
    color: #333;
    border-radius: 0;
    border: none;
    background: #fff;
    border: solid 1px #ebebeb
}

.thumb_product_details .owl-nav .owl-prev:hover, .thumb_product_details .owl-nav .owl-next:hover {
    background: transparent
}

    .thumb_product_details .owl-nav .owl-prev:hover:before, .thumb_product_details .owl-nav .owl-next:hover:before {
        border-color: #f53f2c;
        background: #fff;
        color: #f53f2c
    }

.thumb_product_details .owl-nav .owl-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 16px
}

.thumb_product_details .owl-nav .owl-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 16px
}

@media (max-width: 543px) {
    .thumb_product_details {
        margin-top: 5px
    }

        .thumb_product_details .owl-item .item {
            width: 90px !important;
            height: 100px !important;
            padding: 5px;
            margin: 0 auto
        }

            .thumb_product_details .owl-item .item a {
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
                height: 80px !important;
                width: 90px;
                display: block;
                border: solid 1px #ebebeb
            }

                .thumb_product_details .owl-item .item a img {
                    max-height: 100%;
                    max-width: 100%
                }

                .thumb_product_details .owl-item .item a.active {
                    border-color: #f53f2c
                }

                    .thumb_product_details .owl-item .item a.active img {
                        opacity: 1
                    }
}

.thumb_gallary {
    width: 97%;
    float: left
}

@media (max-width: 767px) {
    .thumb_gallary {
        padding: 0 0px;
        left: 0px;
        width: 100%;
        position: relative;
        bottom: 0
    }

        .thumb_gallary .owl-stage-outer {
            margin-left: -3px
        }
}

.product-detail-left {
    position: relative
}

.reviews_details_product {
    margin-top: 0px;
    margin-bottom: 15px;
    overflow: hidden;
    display: inline-block;
    float: left;
    height: 20px;
    margin-left: 0px;
    padding: 0 0px
}

@media (max-width: 767px) {
    .reviews_details_product {
        width: 100%;
        float: left
    }
}

.reviews_details_product .bizweb-product-reviews-badge {
    margin: 0px auto;
    padding: 0px;
    float: left;
    text-align: center
}

    .reviews_details_product .bizweb-product-reviews-badge .bizweb-product-reviews-star {
        padding: 0px
    }

        .reviews_details_product .bizweb-product-reviews-badge .bizweb-product-reviews-star i {
            font-size: 12px;
            font-family: 'FontAwesome'
        }

            .reviews_details_product .bizweb-product-reviews-badge .bizweb-product-reviews-star i:before {
                font-family: 'FontAwesome'
            }

        .reviews_details_product .bizweb-product-reviews-badge .bizweb-product-reviews-star .star-off-png:before {
            content: "\f005";
            color: #acacac
        }

        .reviews_details_product .bizweb-product-reviews-badge .bizweb-product-reviews-star .star-on-png:before {
            content: "\f005";
            color: #f53f2c
        }

        .reviews_details_product .bizweb-product-reviews-badge .bizweb-product-reviews-star .star-half-png:before {
            content: "\f123";
            color: #f53f2c
        }

    .reviews_details_product .bizweb-product-reviews-badge div img {
        display: none
    }

    .reviews_details_product .bizweb-product-reviews-badge div p {
        font-size: 12px;
        color: #7b7b7b
    }

.details-product {
    width: 100%;
    float: left
}

@media (max-width: 767px) {
    .details-product {
        margin-top: 20px
    }
}

.details-product .row-width {
    border: solid 1px #ebebeb;
    padding: 0 20px;
    margin-bottom: 40px;
    width: 100%;
    float: left
}

@media (max-width: 767px) {
    .details-product .row-width {
        padding: 0 10px
    }
}

.details-product .row-width .crew.hot {
    right: 15px
}

.details-product .product-detail-left {
    padding-top: 20px
}

.details-pro .fw {
    width: 100%;
    float: left;
    min-height: 300px;
    padding: 20px 0px 0
}

@media (max-width: 1199px) {
    .details-pro .fw {
        min-height: unset
    }
}

.details-pro .title-product {
    font-family: "Roboto",sans-serif;
    color: #2e3553;
    font-size: 26px;
    font-weight: 400;
    margin: 15px 0px 0px;
    line-height: normal;
    width: 100%;
    float: left;
    padding: 0px 0px
}

.details-pro .rv-sku {
    border-bottom: solid 1px #ebebeb
}

@media (max-width: 991px) {
    .details-pro .rv-sku .block-sku {
        width: 100%;
        float: left;
        margin-bottom: 10px
    }
}

.details-pro .wrap_time {
    width: 100%;
    float: left;
    margin-bottom: 5px
}

    .details-pro .wrap_time .time span {
        font-size: 14px
    }

.details-pro .danhgiasp {
    display: inline;
    font-family: "Roboto",sans-serif;
    color: #707070;
    font-weight: 400;
    padding: 0 15px 0 0;
    font-size: 14px
}

    .details-pro .danhgiasp:hover > a {
        color: #f53f2c;
        text-decoration: none;
        cursor: pointer
    }

    .details-pro .danhgiasp:hover .fa {
        color: #ff4c4c
    }

    .details-pro .danhgiasp a {
        color: #707070;
        font-weight: 400;
        text-decoration: underline
    }

.details-pro .zoomWindowContainer > div {
    z-index: 3
}

.details-pro .group-status {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
    float: left;
    padding: 0 0px
}

    .details-pro .group-status .first_status {
        color: #707070;
        display: inline-block;
        float: left;
        line-height: 14px;
        margin-bottom: 10px
    }

@media (max-width: 543px) {
    .details-pro .group-status .first_status {
        float: left
    }

        .details-pro .group-status .first_status .hidden-543 {
            display: none
        }
}

.details-pro .group-status .first_status .a_name {
    display: block;
    padding: 0px 0px 0 0;
    margin: 0px;
    font-family: "Roboto",sans-serif;
    color: #2e3553;
    font-weight: 400;
    float: left;
    background: #fff;
    line-height: 15px
}

.details-pro .group-status .status_name {
    font-size: 14px;
    color: #f53f2c;
    line-height: 15px;
    padding: 0px 0px 0px 5px;
    margin-right: 10px
}

.details-pro .product-summary {
    padding: 15px 0px;
    width: 100%;
    float: left
}

    .details-pro .product-summary .if {
        font-family: "Roboto",sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #2e3553;
        line-height: 24px
    }

    .details-pro .product-summary .rte {
        font-family: "Roboto",sans-serif;
        font-size: 14px;
        line-height: 24px;
        color: #2e3553
    }

        .details-pro .product-summary .rte ul {
            padding-left: 20px
        }

        .details-pro .product-summary .rte img {
            display: none
        }

.details-pro .social-sharing {
    display: block;
    float: left;
    margin-top: 0px
}

    .details-pro .social-sharing .social-normal {
        display: block;
        padding: 20px 0px
    }

        .details-pro .social-sharing .social-normal label {
            display: inline-block;
            margin-right: 10px;
            font-weight: 400;
            font-size: 13px;
            color: #565656
        }

        .details-pro .social-sharing .social-normal a {
            margin: 0px 5px
        }

.form-group {
    padding-bottom: 0px
}

    .form-group .input_number_product {
        display: inline-flex;
        position: relative;
        width: 100px;
        margin-bottom: 0px;
        margin-right: 20px
    }

@media (max-width: 1199px) and (min-width: 768px) {
    .form-group .input_number_product {
        width: 100px !important
    }
}

@media (max-width: 767px) {
    .form-group .input_number_product {
        width: 100%;
        margin-right: 0px
    }
}

.form-group .input_number_product .btn_num {
    padding: 0px 0px 0px;
    font-size: 20px;
    line-height: 20px;
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    color: #333;
    text-align: center;
    border: solid 1px #ddd;
    background: #fff
}

    .form-group .input_number_product .btn_num .fa {
        line-height: 38px;
        color: #222
    }

    .form-group .input_number_product .btn_num:hover {
        cursor: pointer;
        color: #222;
        text-decoration: none
    }

.form-group .input_number_product .num_1 {
    display: inline-block;
    float: left;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    position: absolute;
    right: 1px;
    top: 19px;
    height: 21px;
    line-height: 16px
}

@media (max-width: 767px) {
    .form-group .input_number_product .num_1 {
        right: 0
    }
}

.form-group .input_number_product .num_2 {
    display: inline-block;
    float: left;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    position: absolute;
    right: 1px;
    top: 0;
    line-height: 16px;
    font-size: 13px
}

@media (max-width: 767px) {
    .form-group .input_number_product .num_2 {
        right: 0
    }
}

.form-group .input_number_product input {
    padding: 13px;
    margin: 0px;
    display: block;
    float: left;
    height: 40px;
    width: 80px;
    line-height: 40px;
    text-align: center;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    border: solid 1px #ddd
}

@media (max-width: 1199px) and (min-width: 768px) {
    .form-group .input_number_product input {
        width: 80px
    }
}

@media (max-width: 767px) {
    .form-group .input_number_product input {
        width: 100%
    }
}

.form-group .button_cart_buy_enable, .form-group .button_cart_buy_disable {
    height: 40px;
    margin-left: 0px;
    font-family: "Arial",sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    padding: 0px 35px;
    border-radius: 0px;
    margin-top: 0px;
    text-transform: inherit;
    border: solid 1px transparent;
    background: #ff4c4c;
    display: flex;
    text-align: center;
    justify-content: center;
    -o-justify-content: center;
    -moz-justify-content: center;
    -os-justify-content: center;
    -webkit-justify-content: center;
    font-weight: 400;
    float: left
}

@media (max-width: 1199px) and (min-width: 768px) {
    .form-group .button_cart_buy_enable, .form-group .button_cart_buy_disable {
        margin-left: 5px
    }
}

@media (max-width: 767px) {
    .form-group .button_cart_buy_enable, .form-group .button_cart_buy_disable {
        width: 100%;
        margin-left: 0px;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.form-group .button_cart_buy_enable span, .form-group .button_cart_buy_disable span {
    line-height: 40px;
    text-transform: uppercase;
    width: 100%;
    float: left;
    display: block;
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    font-size: 12px
}

.form-group .button_cart_buy_enable i, .form-group .button_cart_buy_disable i {
    font-size: 23px;
    padding: 0px;
    line-height: 49px;
    float: left;
    position: absolute;
    left: 0;
    width: 50px;
    border-right: solid 1px;
    height: 49px
}

.form-group .button_cart_buy_enable {
    background: #ff4c4c;
    border: solid 1px transparent;
    position: relative
}

    .form-group .button_cart_buy_enable:hover {
        background: #f53f2c;
        border-color: #f53f2c;
        color: #fff
    }

        .form-group .button_cart_buy_enable:hover .fa {
            color: #fff
        }

.form-group .button_cart_buy_disable {
    background: rgba(255,65,87,0.51)
}

.form-group .wishlist_details {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background: #01bfa4;
    margin-left: 10px;
    float: left;
    display: inline-block
}

@media (max-width: 767px) {
    .form-group .wishlist_details {
        margin-top: 10px
    }
}

.form-group .wishlist_details a {
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #fff;
    margin: 0;
    padding: 0
}

.form-product {
    padding: 0px 0px 15px;
    width: 100%;
    float: left
}

    .form-product .form-group {
        width: 100%
    }

        .form-product .form-group header {
            font-weight: 700;
            font-family: "Roboto",sans-serif;
            margin-bottom: 10px;
            color: #2e3553
        }

    .form-product form {
        margin-bottom: 0px
    }

.box-variant .form-group {
    width: 100%
}

    .box-variant .form-group .selector-wrapper {
        margin-bottom: 10px !important
    }

        .box-variant .form-group .selector-wrapper label {
            font-weight: 400;
            font-family: "Roboto",sans-serif;
            margin-bottom: 10px
        }

        .box-variant .form-group .selector-wrapper .single-option-selector {
            height: 40px;
            width: 100%;
            border-radius: 3px;
            text-transform: capitalize
        }

.details-product .link_color {
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    color: #0072bc;
    cursor: pointer
}

.details-product .owl-carousel.owl-loaded {
    overflow: hidden
}

.details-product .details-pro {
    font-family: "Roboto",sans-serif
}

    .details-product .details-pro .product-price {
        font-family: "Roboto",sans-serif;
        font-weight: 700;
        font-size: 28px;
        color: #ff4c4c;
        margin-right: 15px
    }

        .details-product .details-pro .product-price span {
            font-size: 14px;
            font-weight: 400;
            padding-right: 5px
        }

    .details-product .details-pro .price-box {
        margin: 0px 0 0px;
        padding-top: 0px;
        padding-bottom: 5px;
        display: inline-block;
        float: left;
        margin-right: 15px;
        padding: 10px;
        width: 100%;
        border-bottom: solid 1px #ebebeb;
        margin-bottom: 10px;
        background-image: url("//bizweb.dktcdn.net/100/332/193/themes/686037/assets/bg_price.png?1548646063561");
        background-size: cover
    }

        .details-product .details-pro .price-box del {
            font-family: "Roboto",sans-serif;
            color: #acacac;
            font-size: 18px;
            font-weight: 300
        }

    .details-product .details-pro .custom-btn-number {
        position: relative;
        padding: 0;
        margin-bottom: 0px;
        border: none;
        box-shadow: none;
        float: left
    }

        .details-product .details-pro .custom-btn-number #qty {
            font-family: "Roboto",sans-serif;
            height: 45px;
            font-size: 17px;
            margin: 0
        }

    .details-product .details-pro .custom-btn-number {
        position: relative;
        padding: 0;
        margin-bottom: 0px;
        border: none;
        box-shadow: none;
        height: auto
    }

        .details-product .details-pro .custom-btn-number label {
            font-size: 14px
        }

#btnnewreview {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    margin: 0px;
    padding: 5px 15px !important;
    background: #ff4c4c !important;
    border: solid 1px #ff4c4c !important;
    display: inline;
    border-radius: 0px;
    color: #fff
}

.module-comment-facebook .fb_iframe_widget {
    display: inline-block;
    position: relative;
    width: 100%
}

    .module-comment-facebook .fb_iframe_widget iframe {
        position: relative
    }

.related-product {
    margin-bottom: 30px;
    margin-top: 80px
}

@media (max-width: 375px) {
    .related-product .owl_item_product .product-thumbnail .image_link.display_flex {
        height: 170px !important;
        max-height: 170px !important
    }
}

@media (max-width: 1199px) {
    .zoomContainer {
        display: none !important
    }

    .large-image .zoomWrapper {
        width: auto !important;
        height: auto !important
    }

        .large-image .zoomWrapper img {
            position: static !important
        }
}

@media (min-width: 1200px) {
    .zoomWrapper {
        height: auto !important
    }

        .zoomWrapper img {
            position: static !important;
            max-width: 100% !important;
            height: auto !important
        }

            .zoomWrapper img ~ img {
                display: none !important
            }
}

@media (max-width: 767px) {
    .zoomWrapper {
        width: 100% !important;
        height: auto !important
    }

    .product-tab.e-tabs.not-dqtab {
        margin-bottom: 0px
    }

    .related-product {
        margin-top: 0px
    }

    .padding-mobile {
        padding: 0px 15px !important
    }
}

.zoomContainer .zoomLens {
    width: 200px !important;
    height: 200px !important
}

.tab_width_full {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.product-tab .tabs-title {
    margin-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    text-align: left
}

@media (max-width: 767px) {
    .product-tab .tab-link {
        margin: 0px 0px !important
    }
}

.product-tab .tab-link {
    font-family: "Roboto",sans-serif;
    position: relative;
    display: inline-block;
    border-bottom: 0px;
    cursor: pointer;
    background: #fff;
    padding: 0 40px;
    margin-left: -5px;
    border: solid 1px #ebebeb;
    border-bottom: 0px
}

@media (max-width: 767px) {
    .product-tab .tab-link {
        display: inline-block
    }
}

@media (767px) {
    .product-tab .tab-link {
        padding: 0 25px
    }
}

.product-tab .tab-link:first-child {
    margin-left: 0px
}

.product-tab .tab-link > h3 {
    font-family: "Roboto",sans-serif;
    color: #2e3553;
    margin: 13px 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

    .product-tab .tab-link > h3 i {
        font-size: 16px;
        padding-right: 10px
    }

.product-tab .tab-link span {
    font-family: "Roboto",sans-serif;
    color: #2e3553;
    font-weight: 700;
    font-size: 14px
}

@media (min-width: 768px) {
    .product-tab .tab-link.current {
        margin-bottom: -2px;
        border-color: #336699;
        background: #336699;
        border-bottom: solid 1px #ebebeb;
    }
}

.product-tab .tab-link.current > h3 {
    color: #fff
}

    .product-tab .tab-link.current > h3 span {
        color: #fff
    }

@media (max-width: 767px) {
    .product-tab .tab-link.current > h3 {
        color: #f53f2c
    }

        .product-tab .tab-link.current > h3:before {
            color: #f53f2c
        }

        .product-tab .tab-link.current > h3 span {
            color: #f53f2c
        }
}

.product-tab .tab-link.current .rte {
    font-family: "Roboto",sans-serif;
    color: #707070;
    font-weight: 400;
    font-size: 14px
}

.product-tab li:last-child > h3 span:after {
    content: none
}

.product-tab .content_extab.current {
    padding: 25px 0px;
    background: #fff;
    border: solid 1px #ebebeb
}

@media (max-width: 767px) {
    .product-tab .content_extab.current {
        border-top: 0px
    }
}

.product-tab .content_extab.current .rte {
    padding: 0px 25px
}

    .product-tab .content_extab.current .rte > img {
        max-width: 100%
    }

    .product-tab .content_extab.current .rte ul {
        padding-left: 20px
    }

        .product-tab .content_extab.current .rte ul li {
            list-style: normal
        }

@media (min-width: 1200px) {
    .product-tab .content_extab.current .rte {
        font-family: 'Arial';
        color: #2e3553;
        font-weight: 300;
        font-size: 14px;
        width: 100%
    }
}

.tab-float {
    width: 100%;
    display: block;
    float: left
}

    .tab-float .content_extab {
        width: 100%
    }

        .tab-float .content_extab.current {
            min-height: 200px
        }

.content_extab {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

    .content_extab.current {
        opacity: 1;
        visibility: visible;
        height: auto
    }

.product-tab .tab-content .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-summary {
    border: solid 1px #ebebeb;
    border-top: 0px;
    border-bottom: 0;
    border-left: 0px
}

@media (max-width: 767px) {
    .product-tab .tab-content .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-summary {
        border: 0px
    }
}

.product-tab .tab-content .bizweb-product-reviews #bizweb-product-reviews-sub .product-reviews-summary-actions {
    float: left
}

.content_main {
    height: 0
}

    .content_main.fixheight {
        height: 200px;
        overflow: hidden
    }

    .content_main .viewed {
        width: 100%;
        float: left;
        text-align: center;
        display: block
    }

        .content_main .viewed span {
            display: block;
            text-align: center;
            height: 30px;
            line-height: 30px;
            font-family: "Roboto",sans-serif;
            font-size: 16px;
            color: #2e3553;
            border: solid 1px #ebebeb
        }

@media (max-width: 767px) {
    .bizweb-product-reviews-form {
        min-width: unset !important
    }

    .product-tab .tab-link {
        width: 100%;
        border: none;
        padding: 0;
        margin-bottom: 0px !important;
        background: #fff;
        border: solid 1px #ebebeb
    }

        .product-tab .tab-link:nth-child(2), .product-tab .tab-link:nth-child(3) {
            border-top: 0px
        }

    .tab-content-mobile {
        display: none
    }

    .product-tab .tab-link.current > h3 {
        border: 0px
    }

    .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-top: 0px solid #ebebeb;
        padding: 15px 10px;
        margin-top: 0;
        position: relative;
        font-size: 17px;
        margin-bottom: 0
    }

        .product-tab .tab-link > h3:before {
            content: '\f107';
            font-size: 20px;
            font-family: FontAwesome;
            float: right;
            margin-right: 0;
            margin-top: -1px
        }

    .product-tab .tab-link.current .tab-content-mobile {
        margin-bottom: 0px;
        background: #fff
    }

        .product-tab .tab-link.current .tab-content-mobile .rte h3 {
            border: none;
            background: unset
        }

        .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 {
        margin-bottom: 0;
        border-bottom: none;
        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-family: 'Arial';
    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 .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: #ff4c4c
}

.bizweb-product-reviews-form form .bpr-form-rating #dvRating .star-half-png:before {
    content: "\f123";
    color: #ff4c4c
}

.collection_reponsive .row {
    margin: 0 -7.5px
}

    .collection_reponsive .row .product-col {
        padding: 0 7.5px
    }

        .collection_reponsive .row .product-col .item_product_main .product-item-main .product-thumbnail .image_thumb {
            height: 210px
        }

@media (min-width: 768px) and (max-width: 1199px) {
    .collection_reponsive .row .product-col .item_product_main .product-item-main .product-thumbnail .image_thumb {
        height: 180px
    }
}

@media (min-width: 544px) and (max-width: 767px) {
    .collection_reponsive .row .product-col .item_product_main .product-item-main .product-thumbnail .image_thumb {
        height: 190px
    }
}

@media (max-width: 543px) {
    .collection_reponsive .row .product-col .item_product_main .product-item-main .product-thumbnail .image_thumb {
        height: unset
    }
}

@media (min-width: 1200px) {
    .collection_reponsive .col-lg-3:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .collection_reponsive .col-md-3:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .collection_reponsive .col-sm-4:nth-child(3n+1) {
        clear: left
    }
}

@media (max-width: 767px) {
    .collection_reponsive .col-xs-12:nth-child(1n+1) {
        clear: left
    }
}

.cls_search .row {
    margin: 0 -7.5px
}

    .cls_search .row .product-col {
        padding: 0 7.5px
    }

@media (min-width: 1200px) {
    .cls_search .col-lg-2:nth-child(6n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cls_search .col-md-3:nth-child(4n+1) {
        clear: left
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cls_search .col-sm-4:nth-child(3n+1) {
        clear: left
    }
}

@media (max-width: 767px) {
    .cls_search .col-xs-12:nth-child(1n+1) {
        clear: left
    }
}

.shop-pag {
    width: 100%;
    float: left;
    margin-bottom: 50px
}

.view-mode span {
    font-size: 0
}

.button-view-mode {
    padding: 0;
    margin: 0;
    font-size: 1.42857em
}

    .button-view-mode.active {
        box-shadow: none;
        color: #2e3553
    }

        .button-view-mode.active a {
            color: #2e3553
        }

.sortPagiBar {
    margin-bottom: 0px;
    padding-bottom: 0px
}

@media (max-width: 767px) {
    .sortPagiBar .sortpage {
        margin: 30px 0 15px
    }
}

.sortPagiBar .sortpage label {
    float: left;
    display: inline-block;
    line-height: 35px !important;
    font-weight: 400
}

.sortPagiBar .border_sort {
    float: left;
    width: 180px;
    border: solid 1px #ebebeb;
    height: 35px;
    line-height: 30px;
    margin-left: 15px
}

    .sortPagiBar .border_sort select {
        font-family: "Roboto",sans-serif;
        border: none;
        padding: 0px 10px;
        font-size: 14px;
        width: 100%;
        height: 33px;
        line-height: 33px
    }

@media (max-width: 767px) {
    .link_collections {
        margin-bottom: 0px !important
    }
}

.link_collections h1 {
    margin: 0px 0px 10px;
    padding: 0px;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    color: #2e3553;
    text-transform: uppercase;
    font-weight: 700
}

.link_collections ul li {
    padding: 3px 15px
}

    .link_collections ul li a {
        color: #2e3553;
        text-decoration: none;
        line-height: 20px
    }

        .link_collections ul li a:hover {
            color: #f53f2c
        }

@media (min-width: 1200px) {
    .link_collections ul li.col-lg-2:nth-child(6n+1) {
        clear: left
    }
}

@media (max-width: 1199px) {
    .link_collections ul li.col-md-3:nth-child(4n+1) {
        clear: left
    }
}

.link_collections ul li ul li {
    padding: 5px 0
}

    .link_collections ul li ul li a:hover {
        color: #f53f2c
    }

.category-products.products {
    width: 100%;
    float: left
}

@media (min-width: 768px) {
    .category-products.products {
        margin-top: 15px
    }
}

.category-products.products > section {
    padding-top: 0px
}

@media (max-width: 991px) {
    .article-wraper .row.row_article {
        display: flex;
        flex-flow: column
    }

    .article-wraper .row #a {
        order: 2
    }

    .article-wraper .row #b {
        order: 1
    }
}

.blog_page_section {
    width: 100%;
    float: left
}

@media (min-width: 1200px) {
    .blog_page_section .blog-main .col-lg-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog_page_section .blog-main .col-md-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog_page_section .blog-main .col-sm-6:nth-child(2n+1) {
        clear: left
    }
}

@media (max-width: 767px) {
    .blog_page_section .blog-main .blog-inner .blog-img {
        margin-bottom: 15px
    }

    .blog_page_section .blog-main .col-lg-4:nth-child(1n+1) {
        clear: left
    }
}

@media (max-width: 767px) {
    .page-blog {
        margin-bottom: 30px
    }
}

.button_wh_40_blog {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    padding: 0px 25px;
    background: #ff4c4c;
    border-radius: 20px;
    text-decoration: none;
    border: solid 1px #ff4c4c
}

    .button_wh_40_blog:hover {
        border-color: #ff4c4c;
        color: #ff4c4c;
        text-decoration: none;
        background: #fff
    }

.wrap_border {
    padding: 0px 15px 30px
}

    .wrap_border .bordered {
        border-top: 0px solid #ebebeb;
        height: 1px;
        width: 100%;
        padding: 1px 0px;
        display: block
    }

.blog-main {
    overflow: hidden;
    margin-top: 10px;
    border-top: none !important
}

    .blog-main .pagination {
        float: right
    }

.list-blogs .row .item_i:nth-child(1) .blog-item {
    border-top: dashed 1px #ebebeb
}

.blog-item {
    overflow: hidden;
    margin-bottom: 15px;
    padding: 30px 0px;
    border-bottom: dashed 1px white;
}

    .blog-item .date {
        position: absolute;
        background: #ff4c4c;
        text-align: center;
        color: #fff;
        padding: 3px 10px;
        z-index: 10
    }

        .blog-item .date span {
            display: block;
            line-height: 45px
        }

            .blog-item .date span ~ span {
                overflow: hidden;
                border-top: 1px solid #fff
            }

.view_more_blog {
    display: block;
    margin-top: 15px
}

    .view_more_blog a {
        color: #ff4c4c;
        text-decoration: none
    }

.content_ar .author_img {
    display: block;
    margin: 15px 0px;
    color: #898989;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    line-height: 35px
}

    .content_ar .author_img img {
        width: 35px;
        max-width: 100%;
        margin-right: 10px;
        display: inline-block
    }

    .content_ar .author_img .name_ {
        color: #2e3553
    }

.content_ar .summary_ {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #898989;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px
}

.blog-item-name {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin: 0px 0px 10px;
    color: #2e3553
}

    .blog-item-name a {
        color: #2e3553;
        text-decoration: none
    }

    .blog-item-name .fa {
        position: absolute;
        left: 0;
        top: 9px;
        font-size: 11px;
        color: #ff4c4c
    }

.time_post {
    color: #acacac;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px
}

    .time_post .fa {
        font-family: 'FontAwesome';
        color: #acacac
    }

.blog-item-summary {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 22px;
    color: #898989;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 15px
}

    .blog-item-summary p, .blog-item-summary a {
        margin: 0px;
        padding: 0px
    }

    .blog-item-summary img {
        display: none
    }

.post-time-blog {
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #acb2c3
}

    .post-time-blog span {
        margin-right: 15px
    }

.blog-item-thumbnail {
    position: relative
}

.list-blogs {
    margin-top: 5px
}

    .list-blogs .blog-item .wrap_blg {
        overflow: hidden
    }

@media (max-width: 767px) {
    .list-blogs .blog-item .wrap_blg .blog-item-thumbnail {
        margin-bottom: 15px
    }
}

.ul_tags {
    overflow: hidden;
    margin-top: 15px
}

    .ul_tags a {
        display: inline-block;
        line-height: 22px;
        font-family: "Roboto",sans-serif;
        font-size: 14px;
        color: #2e3553;
        text-decoration: none;
        padding: 5px 20px;
        border: solid 1px #2e3553;
        margin: 0px 5px 10px 0px
    }

        .ul_tags a:hover {
            border-color: #f53f2c;
            color: #fff;
            background: #f53f2c
        }

@media (min-width: 1200px) {
    .blog-main .col-lg-4:nth-child(3n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-main .col-md-4:nth-child(3n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-main .col-sm-6:nth-child(2n+1) {
        clear: left
    }
}

@media (max-width: 991px) {
    .aside-cate-blog {
        margin-top: 40px
    }
}

@media (max-width: 767px) {
    .blog-main .col-xs-12:nth-child(1n+1) {
        clear: left
    }
}

.button_40_ {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    border: solid 1px #ff4c4c;
    background: #ff4c4c;
    padding: 0px 25px;
    border-radius: 0px
}

    .button_40_:hover {
        color: #fff;
        background: #f53f2c;
        border-color: #f53f2c
    }

.img_featured {
    display: block;
    text-align: center;
    margin-bottom: 15px
}

    .img_featured img {
        margin: 0 auto
    }

@media (max-width: 767px) {
    .article-main {
        margin-top: 30px
    }
}

.article-main .title-head-article {
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 10px 0;
    line-height: 34px;
    font-family: "Roboto",sans-serif
}

    .article-main .title-head-article a {
        text-decoration: none;
        color: #2e3553
    }

.article-main .time_post {
    display: block;
    margin-bottom: 15px
}

    .article-main .time_post .fa {
        color: #acacac
    }

.article-main .pot {
    color: #acacac;
    font-weight: 300;
    margin-left: 15px
}

    .article-main .pot i {
        color: #ff4c4c
    }

    .article-main .pot .name_ {
        color: #acacac
    }

.article-main .postby {
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #9397a5;
    margin-bottom: 10px
}

    .article-main .postby span {
        font-size: 13px;
        font-style: italic;
        margin-right: 15px
    }

        .article-main .postby span .fa {
            color: #9397a5
        }

.article-main .image_first {
    text-align: center;
    margin-bottom: 30px
}

    .article-main .image_first img {
        max-width: 100% !important;
        height: auto !important
    }

.article-main .article-content {
    font-size: 14px
}

    .article-main .article-content .rte {
        font-family: "Roboto",sans-serif;
        font-size: 14px;
        color: #707070;
        line-height: 24px
    }

        .article-main .article-content .rte img {
            max-width: 100% !important;
            height: auto !important;
            margin: 10px 0px
        }

        .article-main .article-content .rte p {
            color: #707070;
            margin: 0px;
            padding: 0px
        }

.article-main .tags_share {
    overflow: hidden;
    padding-bottom: 0px;
    margin-top: 0px
}

    .article-main .tags_share .share_row {
        overflow: hidden
    }

        .article-main .tags_share .share_row div {
            padding: 0px
        }

@media (min-width: 768px) {
    .article-main .tags_share .share_row div.addthis_default_style {
        float: right
    }
}

@media (max-width: 767px) {
    .article-main .tags_share .share_row div.addthis_default_style {
        margin-top: 15px
    }
}

.article-main .tag_article {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    color: #2e3553;
    line-height: 24px;
    font-weight: 400
}

    .article-main .tag_article .bold {
        font-weight: bold
    }

    .article-main .tag_article a {
        font-weight: 400;
        color: #2e3553
    }

        .article-main .tag_article a:hover {
            text-decoration: none;
            color: #f53f2c
        }

.article-main .form-group {
    margin: 0;
    padding-top: 0;
    padding-bottom: 8px
}

.social-media {
    font-size: 14px;
    text-align: right
}

    .social-media label {
        font-family: "Roboto",sans-serif;
        font-size: 14px;
        display: inline-block;
        font-weight: 400;
        color: #636363
    }

    .social-media a {
        margin-right: 7px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        display: inline-block;
        text-align: center
    }

        .social-media a.share-facebook {
            background-color: #ebebeb;
            color: #b7b7b7
        }

        .social-media a.share-twitter {
            background-color: #ebebeb;
            color: #b7b7b7
        }

        .social-media a.share-pinterest {
            background-color: #ebebeb;
            color: #b7b7b7
        }

        .social-media a.share-google {
            background-color: #ebebeb;
            color: #b7b7b7
        }

        .social-media a .fa {
            margin: 0 auto
        }

        .social-media a:hover {
            background-color: hover
        }

            .social-media a:hover .fa {
                color: #f53f2c
            }

    .social-media .list-inline li {
        margin-right: 20px
    }

@media (max-width: 767px) {
    .social-media .list-inline li {
        margin-right: 0px
    }
}

@media (max-width: 767px) {
    .social-media {
        text-align: left !important;
        margin-top: 15px
    }

    .page_article {
        width: 100%;
        float: left
    }

        .page_article nav {
            width: 100%;
            text-align: center
        }

            .page_article nav .pagination {
                float: none;
                width: 100%;
                float: none;
                width: 100%;
                display: flex;
                justify-content: center
            }

    .article-main form {
        width: 100%;
        float: left;
        margin-bottom: 0px
    }

        .article-main form .margin-top-15 {
            margin-top: 0px !important
        }
}

.title-form-coment {
    position: relative;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    color: #2e3553;
    display: block;
    font-weight: 500;
    border-top: solid 1px #ebebeb;
    padding-top: 20px
}

    .title-form-coment.not_bold {
        font-weight: 400;
        font-family: 'Open Sans', sans-serif
    }

    .title-form-coment.after:after {
        content: "";
        height: 1px;
        width: calc(100% - 100px);
        -moz-width: calc(100% - 100px);
        -webkit-width: calc(100% - 100px);
        -o-width: calc(100% - 100px);
        position: absolute;
        right: 0;
        top: 12px;
        background: #ebebeb
    }

.comments_count_ {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2e3553;
    line-height: 22px
}

.page_article, .wrap_page {
    width: 100%;
    float: left
}

#article-comments {
    font-family: 'Open Sans', sans-serif;
    margin-top: 30px
}

    #article-comments .count_comment p {
        font-size: 14px;
        font-weight: bold
    }

    #article-comments .article-comment {
        margin: 15px 0px
    }

    #article-comments .article-comment-user-image {
        margin: 0;
        float: left;
        width: 45px;
        margin-right: 12px;
        border: solid 2px #fff;
        border-radius: 50%;
        overflow: hidden
    }

    #article-comments .article-comment-user-comment {
        padding-left: 10px;
        font-size: 14px;
        color: #2d2d2d;
        padding-bottom: 15px;
        border-bottom: solid 1px #ebebeb;
        display: inline-block;
        width: calc(100% - 60px);
        -o-width: calc(100% - 60px);
        -moz-width: calc(100% - 60px);
        -webkit-width: calc(100% - 60px)
    }

        #article-comments .article-comment-user-comment .border_bt_ar {
            border-bottom: solid 1px #ebebeb
        }

    #article-comments .user-name-comment {
        font-family: 'Open Sans', sans-serif;
        margin: 0;
        color: #444444;
        font-size: 14px;
        line-height: 22px
    }

        #article-comments .user-name-comment strong {
            font-weight: 400
        }

    #article-comments .article-comment-date-bull {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        width: 100%;
        float: left;
        color: #b0b0b0
    }

        #article-comments .article-comment-date-bull a {
            color: #b0b0b0;
            text-decoration: none;
            line-height: 24px
        }

    #article-comments .content_comment {
        color: #b0b0b0;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 25px;
        display: block;
        width: 100%;
        overflow: hidden
    }

.social-media {
    font-size: 1em
}

    .social-media label {
        display: inline-block
    }

    .social-media a {
        margin-right: 7px
    }

    .social-media .list-inline li {
        margin-right: 20px
    }

.fcm .btn-45-no-radius {
    font-family: "Roboto",sans-serif;
    font-weight: 400
}

.fcm .btn-40-orange {
    height: 45px;
    line-height: 45px;
    background: #333;
    color: #fff;
    border: solid 1px #333;
    box-shadow: none;
    padding: 0px 15px;
    font-size: 14px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .fcm .btn-40-orange {
        margin-top: 15px
    }
}

.fcm .form-group {
    margin: 0;
    padding: 0px 15px;
    padding-bottom: 15px
}

@media (max-width: 767px) {
    .fcm .form-group {
        padding-bottom: 0px
    }
}

.fcm .form-group label {
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #2e3553;
    padding-bottom: 10px;
    width: 100px;
    display: block;
    float: left;
    padding-left: 0px
}

@media (max-width: 767px) {
    .fcm .form-group label {
        width: 100%
    }
}

.fcm .form-group label:after {
    content: "*";
    font-size: 14px;
    color: #eb1010
}

.fcm .form-group input {
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    border: solid 1px #ebebeb;
    box-shadow: none;
    padding: 0px 20px;
    width: 100%
}

@media (max-width: 767px) {
    .fcm .form-group input {
        margin-bottom: 15px
    }
}

.fcm .form-group input:focus {
    outline: none;
    border-color: #ebebeb;
    box-shadow: none
}

.fcm .form-group input::-webkit-input-placeholder {
    color: #333
}

.fcm .form-group input::-moz-placeholder {
    color: #333;
    opacity: 1
}

.fcm .form-group input::-moz-placeholder {
    color: #333;
    opacity: 1
}

.fcm .form-group input::-ms-input-placeholder {
    color: #333
}

.fcm .form-group input::-ms-input-placeholder {
    color: #333
}

.fcm .form-group textarea {
    resize: none;
    border-radius: 3px;
    border: solid 1px #ebebeb;
    box-shadow: none;
    padding: 20px 20px;
    width: 100%
}

    .fcm .form-group textarea:focus {
        outline: none;
        border-color: #ebebeb;
        box-shadow: none
    }

.fcm .form-group input, .fcm .form-group textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400
}

    .fcm .form-group input::-webkit-input-placeholder, .fcm .form-group textarea::-webkit-input-placeholder {
        font-size: 14px;
        font-style: italic;
        color: #c9cdd7
    }

.section-news-2 {
    margin-bottom: 20px
}

.list_blog_article {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #ebebeb
}

    .list_blog_article li h3 {
        font-family: "Roboto",sans-serif;
        font-size: 14px;
        color: #2e3553;
        padding-left: 15px;
        line-height: 24px;
        font-weight: 400;
        position: relative
    }

        .list_blog_article li h3:before {
            content: "\f10a";
            font-family: "Ionicons";
            position: absolute;
            left: 0px;
            top: 0px
        }

        .list_blog_article li h3 a {
            color: #2e3553
        }

            .list_blog_article li h3 a span {
                color: #acacac
            }

.pd-right {
    padding-left: 0px
}

.title_head .title_center {
    display: block;
    text-align: center;
    font-family: 'Lobster', cursive;
    font-size: 36px;
    color: #2e3553;
    margin: 0px;
    padding: 0px;
    line-height: 32px
}

.main-container {
    min-height: 300px
}

    .main-container .col-main {
        float: none;
        width: auto
    }

        .main-container .col-main .cart .bg-scroll {
            border-top: none;
            margin-top: 15px;
            overflow: hidden;
            border-top: none;
            border-bottom: none;
            border-right: none
        }

        .main-container .col-main .cart .cart-thead {
            background: #fff;
            font-weight: bold;
            font-size: 13px;
            clear: both;
            width: 100%;
            float: left;
            min-width: 600px;
            border-bottom: solid 1px #ebebeb;
            padding: 0px
        }

@media (min-width: 768px) and (max-width: 991px) {
    .main-container .col-main .cart .cart-thead div:nth-child(1) {
        width: 45% !important
    }

    .main-container .col-main .cart .cart-thead div:nth-child(2) {
        width: 17% !important
    }

    .main-container .col-main .cart .cart-thead div:nth-child(3) {
        width: 14% !important
    }

    .main-container .col-main .cart .cart-thead div:nth-child(4) {
        width: 9% !important
    }

    .main-container .col-main .cart .cart-thead div:nth-child(5) {
        width: 15% !important
    }
}

.main-container .col-main .cart .cart-thead div {
    font-family: "Roboto",sans-serif;
    float: left;
    font-weight: 500;
    padding: 10px 0px;
    color: #2e3553;
    text-align: center;
    font-size: 14px;
    border-top: solid 1px #ebebeb;
    border-left: solid 1px #ebebeb
}

    .main-container .col-main .cart .cart-thead div:last-child {
        border-right: solid 1px #ebebeb
    }

.main-container .col-main .cart .nobr {
    white-space: nowrap
}

.main-container .col-main .cart .cart div.a-right {
    text-align: right
}

.main-container .col-main .cart .cart div.a-center {
    text-align: center
}

.main-container .col-main .cart .cart-tbody {
    width: 100%;
    float: left
}

    .main-container .col-main .cart .cart-tbody .item-cart {
        border-bottom: 1px solid #ebebeb;
        width: 100%;
        float: left
    }

@media (min-width: 768px) and (max-width: 991px) {
    .main-container .col-main .cart .item-cart div:nth-child(1) {
        width: 10% !important
    }

    .main-container .col-main .cart .item-cart div:nth-child(2) {
        width: 36% !important
    }

    .main-container .col-main .cart .item-cart div:nth-child(3) {
        width: 17% !important
    }

    .main-container .col-main .cart .item-cart div:nth-child(4) {
        width: 12% !important
    }

        .main-container .col-main .cart .item-cart div:nth-child(4) div {
            width: 100% !important
        }

            .main-container .col-main .cart .item-cart div:nth-child(4) div.input_qty_pr {
                margin-top: 10px !important
            }

    .main-container .col-main .cart .item-cart div:nth-child(5) {
        width: 9% !important
    }

    .main-container .col-main .cart .item-cart div:nth-child(6) {
        width: 15% !important
    }
}

.main-container .col-main .cart .item-cart .image .product-image img {
    max-width: 100%;
    height: auto;
    max-height: 98px;
    width: auto;
    display: inherit;
    margin: 0 auto
}

.main-container .col-main .cart .cart-tbody .item-cart div.image {
    padding: 20px 10px 20px 0px !important
}

.main-container .col-main .cart .cart-tbody .item-cart div {
    float: left;
    padding: 20px 10px 20px 20px;
    line-height: 20px;
    vertical-align: top;
    height: 160px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex !important;
    flex-flow: column;
    justify-content: center;
    border-left: solid 1px #ebebeb
}

    .main-container .col-main .cart .cart-tbody .item-cart div:last-child {
        border-right: solid 1px #ebebeb
    }

    .main-container .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
        position: relative
    }

.main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-itemx {
    font-family: "Roboto",sans-serif;
    display: block;
    color: #898989;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px
}

    .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-itemx:hover {
        color: #f53f2c
    }

.main-container .col-main .cart .cart-tbody .item-cart .product-image {
    min-height: 75px;
    display: block;
    height: auto;
    width: 100%;
    padding: 0 10px
}

@media (max-width: 991px) {
    .main-container .col-main .cart .cart-tbody .item-cart .product-image {
        padding: 0
    }
}

.main-container .col-main .cart .cart-tbody .item-cart div .product-name {
    font-family: "Roboto",sans-serif;
    margin: 0px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #2e3553;
    line-height: 24px;
    margin-left: 0px
}

    .main-container .col-main .cart .cart-tbody .item-cart div .product-name a {
        color: #2e3553;
        text-decoration: none
    }

.main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
    height: auto;
    border-right: none;
    width: 100%;
    margin-top: 0px;
    padding: 0px;
    position: relative;
    border-left: 0px
}

.main-container .col-main .cart .cart .product-name a {
    font-size: 14px
}

.main-container .col-main .cart .item-cart .input_qty_pr .items-count {
    border: 1px solid #f5f5f5;
    outline: none;
    height: 30px;
    width: 25px;
    vertical-align: baseline;
    text-align: center;
    padding: 0
}

.main-container .col-main .cart .variant-title {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #686868;
    margin-left: 30px
}

.main-container .col-main .cart .cart-tbody .item-cart div .price {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 7;
    color: #ff4c4c
}

.main-container .col-main .cart .item-cart .items-count {
    border: 1px solid #f5f5f5;
    outline: none;
    background: #fff;
    height: 250px;
    width: 25px;
    vertical-align: top;
    text-align: center;
    padding: 0
}

.main-container .col-main .cart .item-cart .number-sidebar {
    border: 1px solid #f5f5f5;
    height: 30px;
    margin-left: -1px;
    text-align: center;
    width: 60px;
    margin-right: -1px;
    padding: 0;
    line-height: 15px;
    font-weight: 400;
    font-size: 14px
}

@media (min-width: 1500px) {
    .main-container .col-main .cart .item-cart .number-sidebar {
        width: 75px
    }
}

.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item {
    background-color: #fff;
    background-image: none;
    color: #333;
    cursor: pointer;
    padding: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-decoration: none;
    float: left;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: none
}

    .main-container .col-main .cart .cart-tbody .item-cart div a.remove-item span {
        display: none
    }

.main-container .col-main .cart .fot_totals {
    text-align: right;
    padding: 0
}

    .main-container .col-main .cart .fot_totals .total_price .total_p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #555555;
        font-weight: 400
    }

        .main-container .col-main .cart .fot_totals .total_price .total_p .price {
            margin-left: 10px;
            font-family: 'Arial', sans-serif;
            color: #ff4c4c;
            font-size: 18px;
            font-weight: 700
        }

.main-container .col-main .cart .checkout_button {
    width: 100%;
    float: left;
    margin-top: 15px
}

.main-container .col-main .cart .btn-proceed-checkout {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 40px;
    color: #fff;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
    background: #333;
    border: solid 1px #333;
    padding: 0px 30px
}

    .main-container .col-main .cart .btn-proceed-checkout:hover {
        background: #fff;
        border-color: #f53f2c;
        color: #f53f2c
    }

.main-container .col-main .cart .btn.btn-white {
    border: 1px solid #ff4c4c;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #ff4c4c;
    padding: 0px 30px;
    font-size: 13px;
    margin-right: 15px;
    text-transform: uppercase;
    float: right !important
}

    .main-container .col-main .cart .btn.btn-white:hover {
        border-color: #f53f2c;
        background: #fff;
        color: #f53f2c
    }

.main-container .col-main .cart .totals .inner {
    padding: 15px 30px;
    margin-top: 0;
    margin-right: 1px;
    overflow: hidden;
    border: solid 1px #ebebeb;
    border-top: 0px
}

.main-container .col-main .cart #shopping-cart-totals-table tr td {
    border: #ebebeb thin solid;
    border-top: none;
    border-bottom: none;
    padding: 20px
}

    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 239px;
        border-left: 1px solid #ebebeb
    }

.main-container .col-main .cart #shopping-cart-totals-table {
    width: 100%;
    padding-bottom: 8px;
    background: #fff
}

.main-container .col-main .cart ul.checkout {
    clear: left;
    padding: 20px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px
}

.main-container .col-main .cart .cart .totals table th, .main-container .col-main .cart .cart .totals table td {
    padding: 10px;
    background: none !important;
    box-shadow: none !important;
    color: #333 !important;
    height: 50px;
    vertical-align: middle
}

.main-container .col-main .cart span.totals_price.price {
    color: #ff4c4c;
    font-size: 16px
}

.main-container .col-main .cart .cart-tbody .item-cart .number-sidebar {
    min-height: 0;
    position: static;
    display: inline-block;
    float: none;
    margin-bottom: 0
}

.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
    outline: none;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 2;
    line-height: 17px;
    font-weight: 400
}

.main-container .col-main .cart button.reduced_pop.items-count.btn-minus {
    left: 25px;
    font-size: 18px;
    top: 0px
}

@media (min-width: 992px) and (max-width: 1440px) {
    .main-container .col-main .cart button.reduced_pop.items-count.btn-minus {
        left: 10px
    }
}

.main-container .col-main .cart button.reduced_pop.items-count.btn-minus .fa {
    margin-left: -3px;
    font-weight: 400
}

.main-container .col-main .cart button.increase_pop.items-count.btn-plus {
    right: 25px;
    font-size: 17px;
    top: 0px
}

@media (min-width: 992px) and (max-width: 1440px) {
    .main-container .col-main .cart button.increase_pop.items-count.btn-plus {
        right: 10px
    }
}

.main-container .col-main .cart button.increase_pop.items-count.btn-plus .fa {
    margin-right: -3px;
    font-weight: 400
}

.table-total .table tbody tr td {
    font-family: "Roboto",sans-serif;
    padding: 10px 15px
}

.table-total .table tbody tr .total-text {
    font-family: "Roboto",sans-serif;
    font-weight: 400
}

.table-total .table tbody tr .price_end {
    font-weight: 700;
    color: #ff4c4c
}

.form-cart-continue {
    height: 40px;
    line-height: 40px;
    padding: 0px 25px;
    background: #f2f2f2;
    color: #2e3553;
    border: solid 1px #f2f2f2;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0px
}

    .form-cart-continue:hover {
        border-color: #f53f2c;
        color: #fff;
        background: #f53f2c;
        text-decoration: none
    }

.btn-checkout-cart {
    display: block;
    padding: 0 30px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    background-color: #ff4c4c;
    text-transform: uppercase;
    border: solid 1px #ff4c4c;
    width: 100%;
    margin: 0 auto 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 0px
}

    .btn-checkout-cart:hover {
        cursor: pointer;
        border-color: #f53f2c;
        color: #fff;
        background-color: #f53f2c;
        text-decoration: none
    }

@media (max-width: 1199px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 196px
    }
}

@media (max-width: 991px) {
    .item-product .title-product-cart-mobile {
        max-width: calc(100% - 185px);
        -moz-max-width: calc(100% - 185px);
        -webkit-max-width: calc(100% - 185px);
        -os-max-width: calc(100% - 185px);
        -o-max-width: calc(100% - 185px)
    }

    .contin {
        border: solid 1px #ff4c4c !important;
        margin-top: 15px;
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-transform: uppercase;
        color: #ff4c4c
    }

        .contin span {
            font-weight: bold;
            color: #ff4c4c
        }

    .sign_main {
        background: #f7f8f9;
        margin-top: 40px
    }

    .main {
        border-bottom: solid 1px #ebebeb;
        background: #fff;
        margin-top: 40px
    }

    .cart-mobile {
        padding: 10px 15px
    }

    .header-cart {
        padding: 10px 15px 0px;
        border-bottom: solid 1px #ebebeb;
        margin-top: -10px
    }

    .header-cart-content {
        margin-top: 10px
    }

        .header-cart-content .content-product-list {
            min-height: 110px;
            border-top: solid 1px #ebebeb
        }

    .header-cart .title-cart {
        line-height: 10px
    }

    .header-cart-price {
        padding: 18px 15px
    }

    .title-cart h3 {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase
    }

    .title-cart p {
        font-family: Arial, sans-serif;
        font-size: 12px;
        color: #9c9c9c
    }

    .title-cart a {
        float: right;
        margin-top: -28px;
        color: #ff4c4c;
        font-size: 16px;
        line-height: 27px;
        font-family: Arial, sans-serif
    }

    .btn-proceed-checkout-mobile {
        line-height: 40px;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        color: #fff;
        height: 40px;
        font-size: 14px;
        line-height: 37px;
        border: none;
        background: #ff4c4c;
        width: 100%;
        border: solid 1px #ff4c4c;
        text-transform: uppercase
    }

    .total_mobile {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #252525;
        margin-bottom: 15px;
        display: block
    }

        .total_mobile .totals_price_mobile {
            font-family: "Roboto",sans-serif;
            font-weight: 400;
            font-size: 18px;
            color: #ff4c4c
        }

    .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: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #363636
    }

    .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;
        font-family: 'Open Sans', sans-serif;
        color: #898989
    }

    .title-product-cart-mobile span {
        color: #ff4c4c;
        font-family: "Roboto",sans-serif;
        font-size: 14px;
        font-weight: bold
    }

    .select-item-qty-mobile a {
        line-height: 3;
        color: #363636;
        font-family: 'Open Sans', sans-serif
    }
}

@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: 25px;
        text-align: center;
        margin: 0px;
        padding: 0;
        position: absolute;
        left: 21px;
        min-height: 0;
        font-size: 14px
    }

    .item-product .title-product-cart-mobile {
        max-width: 150px
    }

    .title-product-cart-mobile h3 {
        line-height: 24px;
        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: 25px;
        border-style: hidden;
        background: none !important;
        color: #000;
        border: solid thin #ebebeb;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        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: 25px;
        display: inline-block;
        line-height: 1;
        border-style: hidden;
        color: #fff;
        background: none !important;
        color: #000;
        border: solid thin #ddd;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-left: 0px;
        text-align: center;
        padding: 0px
    }

    .select-item-qty-mobile > div {
        position: relative;
        width: 68px;
        height: 25px
    }
}

@media screen and (max-width: 375px) {
    .item-product .title-product-cart-mobile {
        max-width: 110px !important
    }
}

#customer_register {
    margin-bottom: 20px
}

#customer_login, #recover_customer_password {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .nopadding-xs {
        padding: 0px
    }
}

.checkbox.style input {
    margin: 0 !important;
    display: none
}

.checkbox.style label {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none;
    position: relative;
    padding-left: 55px;
    line-height: 50px
}

    .checkbox.style label:before {
        display: block;
        width: 35px;
        height: 35px;
        background: #fff;
        border: 1px solid #d4d4d4;
        border-radius: 5px;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }

.checkbox.style input:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    color: #ff4c4c;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.title-head-login {
    text-align: center;
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500
}

@media (max-width: 543px) {
    .page-login span.intr {
        font-size: 13px !important
    }

    .address .page_address .adr_title .title-head a {
        width: 100%;
        margin-top: 15px
    }
}

.page-login {
    padding-bottom: 40px;
    margin-top: 0px
}

    .page-login span.intr {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        line-height: 23px;
        color: #111111;
        text-align: center;
        display: block
    }

    .page-login .form-signup {
        margin-top: 15px
    }

        .page-login .form-signup .form-group {
            margin-bottom: 15px
        }

            .page-login .form-signup .form-group label {
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                color: #9397a5;
                line-height: 22px;
                margin-bottom: 10px;
                font-weight: 400
            }

            .page-login .form-signup .form-group input {
                height: 45px;
                padding: 0 20px;
                color: #2e3553;
                line-height: 45px;
                border-color: #ebebeb;
                border-radius: 0px;
                box-shadow: none;
                border-radius: 5px
            }

            .page-login .form-signup .form-group textarea {
                box-shadow: none;
                border-radius: 0px
            }

            .page-login .form-signup .form-group input::placeholder {
                font-family: 'Open Sans', sans-serif;
                font-size: 15px;
                color: #111111
            }

        .page-login .form-signup .accept_submit {
            margin-left: 20px;
            margin-top: 10px
        }

            .page-login .form-signup .accept_submit span {
                font-family: 'Open Sans', sans-serif;
                font-size: 15px;
                color: #111111
            }

        .page-login .form-signup .button-50 {
            font-size: 16px;
            line-height: 45px;
            height: 45px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 500
        }

            .page-login .form-signup .button-50.width_100 {
                width: 100%;
                border-radius: 5px
            }

        .page-login .form-signup .have_ac {
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            color: #898989;
            margin-left: 15px;
            display: block;
            text-align: center
        }

            .page-login .form-signup .have_ac a {
                color: #2e3553
            }

        .page-login .form-signup .fot_sigup .tit {
            display: block;
            position: relative;
            text-align: center;
            width: 100%;
            float: left
        }

            .page-login .form-signup .fot_sigup .tit:before {
                content: " ";
                width: 97%;
                height: 1px;
                padding: 1px 0px 0px;
                background: #ebebeb;
                color: #ebebeb;
                position: absolute;
                left: 10px;
                top: 17px;
                line-height: 32px;
                z-index: 1
            }

            .page-login .form-signup .fot_sigup .tit span {
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                line-height: 32px;
                padding: 0px 15px;
                background-color: #fff;
                display: inline-block;
                background: #fff;
                color: #898989;
                z-index: 12;
                position: relative
            }

        .page-login .form-signup .social_login {
            width: 100%;
            float: left
        }

.login-width-social #social_login_widget #social_login {
    margin: 0 auto 50px;
    height: 100px !important
}

.recv-text {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-align: left;
    width: 100%;
    overflow: hidden;
    margin: 0 15px 0px 0px
}

    .recv-text a {
        cursor: pointer;
        color: #898989
    }

.passed {
    color: #ff4c4c
}

.customer-form {
    padding: 15px 54px;
    background: #fff;
    margin-bottom: 40px;
    overflow: hidden
}

@media (max-width: 767px) {
    .customer-form {
        padding: 0px 15px 20px;
        margin-bottom: 15px
    }
}

.customer-form form {
    margin-bottom: 0px !important
}

    .customer-form form#customer_login {
        position: relative
    }

    .customer-form form h2 {
        text-transform: uppercase;
        font-size: 18px;
        margin: 0 0 20px 0
    }

    .customer-form form #intro {
        font-weight: 600;
        font-size: 12px;
        margin-bottom: 40px
    }

@media (max-width: 767px) {
    .customer-form form #intro {
        margin-bottom: 0px
    }
}

.customer-form form label {
    display: block
}

.customer-form form .input-control {
    width: 515px;
    margin-bottom: 10px
}

.customer-form form .action-btn {
    margin-top: 20px;
    width: 100%;
    float: left
}

    .customer-form form .action-btn input {
        display: inline-block
    }

    .customer-form form .action-btn a {
        color: #2e3553
    }

        .customer-form form .action-btn a:hover {
            color: #f53f2c;
            text-decoration: none
        }

.customer-form form .button {
    padding: 10px
}

.customer-form form #register-btn {
    position: absolute;
    right: -55px;
    top: -85px
}

    .customer-form form #register-btn:hover {
        color: #f53f2c
    }

.customer-form form a.button:hover {
    color: #fff
}

.customer-form form#customer_register .input-control {
    width: 100%
}

.customer-form form .button_all {
    background: #ff4c4c;
    border: solid 1px #ff4c4c;
    color: #fff !important;
    height: 35px;
    line-height: 35px;
    padding: 0 25px
}

    .customer-form form .button_all:hover {
        background: #fff;
        color: #f53f2c !important
    }

.embedContent .embedHeader {
    display: none !important
}

@media (max-width: 767px) {
    .pp_pic_holder .ppt {
        width: 100% !important;
        font-size: 14px !important;
        margin-left: 0px;
        margin-bottom: 0px
    }
}

.required {
    color: red
}

.sectioncontact h1, .sectioncontact h2 {
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #336699;
    padding: 0px;
    margin-bottom: 30px;
    margin-top: 0px;
}

.sectioncontact .p, .sectioncontact .span {
    font-family: "Roboto",sans-serif;
    display: block;
    width: 100%;
    float: left
}

.sectioncontact .p {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2e3553;
    padding: 0px 0;
    padding-bottom: 0;
    line-height: normal
}

.sectioncontact .span {
    font-size: 15px;
    font-weight: 400;
    color: #2e3553;
    padding: 5px 0 20px
}

@media (max-width: 991px) {
    .t_contact.max991px {
        margin-top: 30px
    }
}

.t_contact ul {
    width: 100%;
    float: left
}

    .t_contact ul li {
        width: 100%;
        float: left;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px
    }

        .t_contact ul li .block_fonticon {
            display: inline-block;
            float: left;
            width: 30px;
            text-align: left;
            margin-right: 5px
        }

            .t_contact ul li .block_fonticon i {
                margin-left: 1px;
                font-size: 15px;
                color: #ff4c4c
            }

        .t_contact ul li b {
            color: #2e3553
        }

        .t_contact ul li span, .t_contact ul li a {
            color: #2e3553
        }

        .t_contact ul li .title_li {
            display: block;
            width: calc(100% - 30px);
            float: left;
            font-family: "Roboto",sans-serif;
            font-size: 14px;
            font-weight: 400
        }

            .t_contact ul li .title_li a {
                color: #336699;
                text-decoration: none;
            }

                .t_contact ul li .title_li a.fone {
                    font-weight: 400
                }

.contact .button_contact {
    margin-top: 15px !important;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    border: solid 1px #333;
    background: #333;
    color: #fff;
    text-transform: uppercase
}

.wrap_contact {
    background: #f4574c;
    overflow: hidden;
    padding: 20px 0px
}

    .wrap_contact .icon_widget {
        display: inline-block;
        float: left;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #f8948d;
        border: solid 3px #f67970;
        line-height: 40px;
        text-align: center
    }

        .wrap_contact .icon_widget .fa {
            font-size: 16px;
            color: #fff
        }

    .wrap_contact .contact_info {
        display: block;
        padding-left: 50px;
        margin-left: 25px
    }

        .wrap_contact .contact_info span, .wrap_contact .contact_info a {
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            line-height: 22px;
            color: #fff;
            text-decoration: none
        }

            .wrap_contact .contact_info span.lh, .wrap_contact .contact_info a.lh {
                line-height: 45px
            }

        .wrap_contact .contact_info a {
            width: 100%;
            float: left
        }

.page_cotact .title-head-contact {
    margin: 0px;
    padding: 10px 0px 30px;
    ffont-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #2e3553;
    line-height: 22px;
    text-align: left
}

.page_cotact .form-signup {
    margin: 0px
}

@media (max-width: 767px) {
    .max767 .title_center_page {
        padding: 0px 15px !important
    }

        .max767 .title_center_page:after {
            right: 15px !important
        }
}

@media (max-width: 480px) {
    .max767 .title_center_page:after {
        width: calc(100% - 130px) !important;
        -o-width: calc(100% - 130px) !important;
        -moz-width: calc(100% - 130px) !important;
        -webkit-width: calc(100% - 130px) !important
    }
}

.template-contact .t_contact {
    width: 100%;
    float: left
}

.template-contact input {
    height: 50px;
    line-height: 50px
}

.template-contact input, .template-contact textarea {
    border-radius: 0px;
    border: solid 1px #e7eaf2;
    font-size: 15px;
    color: #abb2c3;
    font-family: "Roboto",sans-serif;
    border-radius: 3px
}

    .template-contact input::-webkit-input-placeholder, .template-contact textarea::-webkit-input-placeholder {
        font-size: 14px;
        font-style: italic;
        color: #c9cdd7
    }

.template-contact .button_custome_35 {
    display: inline-block;
    height: 45px;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    padding: 0 40px;
    background: #ff4c4c;
    border: solid 1px #ff4c4c;
    font-weight: 400;
    margin-top: 10px
}

    .template-contact .button_custome_35:hover {
        color: #f53f2c;
        background: #fff;
        text-decoration: none
    }

.google-map {
    width: 100%
}

@media (max-width: 991px) {
    .google-map {
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .google-map {
        padding: 0px 15px
    }
}

.google-maps-footer {
    width: 100%
}

    .google-maps-footer .map {
        width: 100%;
        height: 170px;
        background: #dedede
    }

        .google-maps-footer .map#contact_map_footer {
            height: 160px
        }

.google-map .map {
    width: 100%;
    height: 455px;
    background: #dedede;
    border: solid 10px #ebebeb
}

@media (max-width: 991px) {
    .title-module-page {
        padding-top: 20px
    }
}

.title-module-page h2 {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px
}

    .title-module-page h2 span .fa {
        color: #f53f2c;
        padding-right: 5px
    }

.google-map {
    width: 100%
}

@media (max-width: 991px) {
    .google-map {
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .google-map {
        padding: 0px 15px
    }
}

.google-map .map {
    width: 100%;
    height: 455px;
    background: #dedede;
    border: solid 10px #ebebeb
}

@media (max-width: 991px) {
    .title-module-page {
        padding-top: 20px
    }
}

.title-module-page h2 {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px
}

    .title-module-page h2 span .fa {
        color: #f53f2c;
        padding-right: 5px
    }

.back_account {
    color: #ff4c4c !important;
    text-transform: none;
    font-weight: 500
}

    .back_account:hover {
        text-decoration: none
    }

.full-width {
    width: 100%
}

.page_customer_account .col-main-acount {
    margin-bottom: 40px
}

    .page_customer_account .col-main-acount .col-left-account .page-title .title-head {
        font-family: 'Open Sans', sans-serif
    }

        .page_customer_account .col-main-acount .col-left-account .page-title .title-head a {
            color: #2e3553;
            font-size: 14px;
            font-weight: bold;
            line-height: 10px;
            text-transform: uppercase;
            text-decoration: none
        }

            .page_customer_account .col-main-acount .col-left-account .page-title .title-head a:hover {
                color: #ff4c4c
            }

    .page_customer_account .col-main-acount .col-left-account .no-padding {
        padding: 0px
    }

        .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart {
            border: 1px #ebebeb solid;
            font-size: 15px;
            margin-bottom: 0px;
            font-size: 13px;
            line-height: 37px;
            color: #252525;
            margin-bottom: 30px;
            margin-top: 15px
        }

            .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart .thead-default {
                color: #333333;
                text-align: center;
                border: #ebebeb thin solid;
                line-height: 1.5;
                font-family: Arial;
                font-size: 16px;
                font-weight: bold;
                background: #ebebeb;
                min-width: 60px
            }

                .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart .thead-default tr {
                    color: #333333;
                    text-align: center;
                    border: #ebebeb thin solid;
                    line-height: 1.5;
                    font-family: Arial;
                    font-size: 16px;
                    font-weight: bold;
                    background: #ebebeb;
                    min-width: 60px
                }

@media screen and (max-width: 767px) {
    .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart .thead-default tr th {
        white-space: nowrap
    }
}

.page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart .thead-default tr th {
    padding: 5px;
    font-size: 14px;
    color: #55595c;
    background-color: #eceeef;
    text-align: center;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart tbody tr td {
        white-space: nowrap
    }
}

.page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart tbody tr td {
    padding: 5px;
    text-align: center
}

    .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart tbody tr td .price {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #2e3553
    }

    .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart tbody tr td a:hover {
        color: #ff4c4c
    }

.page_customer_account .col-main-acount .col-right-account .block-account {
    padding: 20px;
    border: 1px #ebebeb solid;
    border-radius: 5px
}

    .page_customer_account .col-main-acount .col-right-account .block-account .block-title-account {
        color: #dc3333;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 10px
    }

        .page_customer_account .col-main-acount .col-right-account .block-account .block-title-account h5 {
            font-size: 18px;
            margin: 0px;
            padding: 0px
        }

    .page_customer_account .col-main-acount .col-right-account .block-account .block-content {
        padding: 0px
    }

        .page_customer_account .col-main-acount .col-right-account .block-account .block-content p {
            margin: 10px 0px;
            line-height: 24px;
            padding: 0px;
            overflow: hidden
        }

            .page_customer_account .col-main-acount .col-right-account .block-account .block-content p .fa {
                width: 20px;
                text-align: center;
                color: #ff4c4c;
                float: left;
                line-height: 24px
            }

            .page_customer_account .col-main-acount .col-right-account .block-account .block-content p span {
                display: block;
                width: calc(100% - 35px);
                float: left
            }

        .page_customer_account .col-main-acount .col-right-account .block-account .block-content .btn-bg {
            border-radius: 0px;
            background: #ff4c4c;
            color: #fff;
            font-family: 'Arial', sans-serif;
            font-size: 14px;
            font-weight: 400
        }

.page_order_account .top_order_title .title-headding {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase
}

.page_order_account .top_order_title .order_date a {
    margin-left: 30px;
    color: #ff4c4c
}

.page_order_account .body_order #order_payment, .page_order_account .body_order #order_shipping, .page_order_account .body_order .boxx {
    padding: 0px
}

    .page_order_account .body_order #order_payment .box-header .title-head, .page_order_account .body_order #order_shipping .box-header .title-head, .page_order_account .body_order .boxx .box-header .title-head {
        font-family: 'Open Sans', sans-serif;
        margin: 0px;
        padding: 0px;
        font-size: 18px
    }

    .page_order_account .body_order #order_payment .address p i, .page_order_account .body_order #order_shipping .address p i, .page_order_account .body_order .boxx .address p i {
        color: #ff4c4c
    }

.page_order_account .content_order .table-responsive-block .table-cart .thead-default tr th {
    padding: 10px 15px
}

.page_order_account .content_order .table-responsive-block .table-cart tbody tr td a {
    color: #2e3553
}

.page_order_account .content_order .table-responsive-block .table-cart tbody tr .numeric {
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    color: #ff4c4c;
    font-weight: 700
}

.page_order_account .content_order .table-responsive-block .table-cart tbody tr .link:hover a {
    color: #ff4c4c;
    text-decoration: none
}

@media (min-width: 992px) {
    .page_order_account .oder_total_monney .totalorders .order_summary td:nth-child(2) {
        text-align: right
    }
}

.page_order_account .oder_total_monney .totalorders tfoot .order_total .right {
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    color: #ff4c4c;
    font-weight: 700
}

.page-header {
    margin: 20px 0 20px
}

    .page-header h4 {
        margin: 0px
    }

.canced {
    color: red
}

.price_off {
    color: red;
    text-decoration: line-through
}

@media (max-width: 767px) {
    .oder_total_monney {
        overflow: hidden
    }

    .max-767 {
        margin-top: 15px
    }
}

@media screen and (max-width: 991px) {
    .m992 {
        display: none
    }

    #parent {
        display: flex;
        flex-flow: column
    }

    #a {
        order: 2
    }

    #b {
        order: 1
    }

    .sodiachi .form-xs {
        line-height: 10px !important
    }
}

@media screen and (min-width: 992px) {
    .mx991 {
        display: none
    }
}

.address .page_address .btn-bg-addresss {
    font-family: 'Arial', sans-serif;
    background: #ff4c4c;
    color: #fff;
    border: solid 1px #ff4c4c;
    font-size: 14px;
    border-radius: 0px
}

    .address .page_address .btn-bg-addresss:hover {
        background: #f53f2c;
        color: #fff;
        border-color: #f53f2c
    }

.col-address .checkbox {
    margin-top: 5px !important
}

    .col-address .checkbox input {
        margin-left: 15px
    }

.total_address .form-group, .col-address .form-group {
    margin-bottom: 15px
}

    .total_address .form-group select, .total_address .form-group input, .col-address .form-group select, .col-address .form-group input {
        box-shadow: none;
        border-radius: 0px
    }

        .total_address .form-group select:focus, .total_address .form-group input:focus, .col-address .form-group select:focus, .col-address .form-group input:focus {
            outline: none
        }

.total_address .checkbox, .col-address .checkbox {
    line-height: 12px;
    margin-top: 20px
}

    .total_address .checkbox input, .col-address .checkbox input {
        opacity: 1;
        width: auto;
        line-height: 24px;
        height: auto;
        position: absolute;
        left: 0
    }

    .total_address .checkbox span, .col-address .checkbox span {
        line-height: 14px
    }

.theborder {
    border-top: solid 1px #ebebeb
}

    .theborder tr th {
        border-bottom: 1px solid #ebebeb !important
    }

.address .page_address .adr_title {
    padding: 20px;
    overflow: hidden
}

    .address .page_address .adr_title .title-head {
        font-family: 'Open Sans', sans-serif;
        color: #2e3553;
        font-size: 14px;
        font-weight: bold;
        line-height: 10px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 0px
    }

        .address .page_address .adr_title .title-head a {
            display: block;
            cursor: pointer;
            color: #2e3553
        }

.address .page_address .col-address {
    overflow: hidden
}

.address .page_address .total_address {
    padding: 0px 0px 40px 0px
}

    .address .page_address .total_address .checkbox input {
        margin-left: 0px
    }

.block-account h3 {
    font-family: 'Open Sans', sans-serif;
    margin-top: 0
}

@media (max-width: 767px) {
    .page_order_account .top_order_title .order_date a {
        margin-left: 0 !important;
        display: block !important
    }

    .block-account {
        margin-bottom: 20px
    }

    .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart {
        margin-top: 0px
    }

    .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart {
        margin-bottom: 0px !important;
        border-bottom: 0px
    }
}

.customer-name {
    color: #ff4c4c;
    line-height: 55px
}

.block-content.form-signup {
    background: #fff;
    padding-top: 20px
}

    .block-content.form-signup p {
        padding: 0 20px
    }

        .block-content.form-signup p i {
            color: #ff4c4c;
            margin-right: 10px
        }

.address-title {
    padding-left: 10px;
    margin-bottom: 15px;
    border-radius: 0 !important;
    font-weight: 300
}

    .address-title button {
        background: none;
        border: none;
        font-size: 0;
        width: 50px;
        height: 55px
    }

.address-subtitle {
    margin-top: 0;
    text-transform: uppercase
}

.address-item-action {
    right: 0;
    top: -7px
}

    .address-item-action .btn-row {
        padding-right: 5px
    }

.address-group {
    background: #fff;
    padding-bottom: 5px;
    margin-bottom: 15px
}

    .address-group p {
        color: #595959
    }

        .address-group p label {
            float: left;
            font-weight: 300
        }

.color_main {
    color: #ff4c4c !important
}

#order_payment, #order_shipping {
    background: #fff;
    padding: 10px 20px
}

    #order_payment .address.note i, #order_shipping .address.note i {
        color: #ff4c4c;
        margin-right: 5px
    }

.totalorders {
    background: #fff;
    border-color: #ebebeb
}

.order-headding {
    margin: 0
}

.contact-owf {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .contact-owf {
        margin-top: -15px !important
    }
}

.info-contact .title-head {
    font-family: 'Arial';
    text-transform: uppercase;
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2e3553
}

.info-contact .widget-menu {
    font-family: 'Arial';
    font-size: 14px;
    margin-bottom: 30px;
    overflow: hidden
}

    .info-contact .widget-menu .ico-left {
        display: block;
        float: left;
        width: 25px;
        text-align: center
    }

    .info-contact .widget-menu p, .info-contact .widget-menu .rc {
        display: block;
        float: left;
        width: calc(100% - 35px);
        margin-left: 5px
    }

    .info-contact .widget-menu li {
        margin-bottom: 5px
    }

        .info-contact .widget-menu li:hover > a {
            text-decoration: none
        }

.info-contact .border-contact-page {
    padding: 2px 0px;
    border: dashed 1px #ebebeb;
    display: block
}

.info-contact .logo {
    font-size: 20px
}

.info-contact .widget-menu p {
    display: inline
}

.info-contact .logo {
    font-size: 20px
}

div#isp_search_result_page_container .btn-search {
    display: none
}

button.btn.btn-default.btn-search {
    display: none
}

div#isp_search_result_page_container form {
    margin-bottom: 0
}

#order_details tbody tr td {
    padding: 15px 15px
}

.hotline {
    display: block;
    /* padding: 8px 10px; */
    /* background: #336699; */
    color: #fff;
    margin-left: 20px;
    float: left;
    line-height: 25px;
    font-size: 14px !important;
    margin-top: 8px;
}

    .hotline i {
        font-size: 17px;
        margin-left: 13px;
        vertical-align: middle;
    }

.h-email-company {
    float: left;
    margin-left: 0;
}

.skiptranslate {
}

.home-slider img {
    display: block;
    margin: 0 auto;
}

.section_banenr {
    margin-top: -70px;
}

.banner-i-bottom-s {
    position: relative;
}

    .banner-i-bottom-s .img img {
        width: 100% !important;
    }

    .banner-i-bottom-s .content {
        position: absolute;
        top: 15px;
        left: 25px;
        right: 25px;
        color: #fff;
    }

    .banner-i-bottom-s .title {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        overflow: hidden;
        font-weight: bold;
        display: block;
        height: 30px;
    }

    .banner-i-bottom-s .desc {
        line-height: 20px;
        height: 82px;
        font-size: 13px;
        overflow: hidden;
    }

    .banner-i-bottom-s .read-more {
        background: none;
        border-bottom: 1px solid #fff;
        padding: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        display: inline-block;
        font-size: 13px;
        margin-right: 5px;
        text-transform: uppercase;
        color: #fff;
        background: unset;
        padding: 6px 0px;
        line-height: 24px;
    }

.about-us-home {
}

    .about-us-home .title {
        margin-top: 51px;
        text-align: center;
        margin-bottom: 5px;
        text-transform: uppercase;
        letter-spacing: 5px;
        color: #595959;
        font-weight: bold;
        font-size: 23px;
    }

    .about-us-home .content {
        color: #333333;
        text-align: left;
    }

    .about-us-home .readmore {
        display: inline-block;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
        background: #336699;
        padding: 6px 20px;
        margin: 0 auto;
        margin-top: 8px;
        line-height: 24px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        text-decoration: none;
    }

        .about-us-home .readmore:hover {
            background: #444;
        }

.testimonial-item {
    padding: 0;
}

    .testimonial-item .fix-line2 {
        width: 90px;
    }

        .testimonial-item .fix-line2 img {
            border-radius: 50%;
            border: 1px solid #cacaca;
        }

.comment:after {
    content: '';
    border-top: 12px solid #336699;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: block;
    position: absolute;
    bottom: -12px;
    left: 46%;
}

.wrap_list_blog {
    margin-bottom: 40px;
}

.partner .owl-dots {
    display: none !important;
}

.new-title {
}

    .new-title a {
        font-weight: bold;
    }

.new-index-desc {
}

#footer-designed {
    color: #ddd;
    margin-top: 15px;
    background: #336699;
    background: -moz-linear-gradient(left,rgba(188,0,13,1) 0%,rgba(188,0,13,1) 26%,rgba(96,117,67,1) 27%,rgba(255,255,255,.03) 30%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(188,0,13,1)),color-stop(26%,rgba(188,0,13,1)),color-stop(27%,rgba(96,117,67,1)),color-stop(30%,rgba(255,255,255,.03)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,rgba(188,0,13,1) 0%,rgba(188,0,13,1) 26%,rgba(96,117,67,1) 27%,rgba(255,255,255,.03) 30%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,rgba(188,0,13,1) 0%,rgba(188,0,13,1) 26%,rgba(96,117,67,1) 27%,rgba(255,255,255,.03) 30%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,rgba(188,0,13,1) 0%,rgba(188,0,13,1) 26%,rgba(96,117,67,1) 27%,rgba(255,255,255,.03) 30%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,#336699 0%,#336699 26%,#336699 27%,rgba(255,255,255,.03) 30%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc000d',endColorstr='#ffffff',GradientType=1);
}

#footer-copyright {
    display: inline-block;
    background-color: #336699;
    padding-right: 30px;
    height: 36px;
    line-height: 36px;
    position: relative;
    float: left;
}

#footer-social {
    margin-top: 5px;
    float: right;
}

#footer-designed a {
    color: #ddd;
    font-weight: normal;
}

#footer-social a {
    display: inline-block;
    background-color: #336699;
    width: 30px;
    height: 30px;
    padding: 6px;
    margin-left: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#footer-copyright:after {
    content: "";
    position: absolute;
    right: -28px;
    top: 0;
    height: 0;
    width: 0;
    display: block;
    border-bottom: 18px solid #336699;
    border-top: 18px solid transparent;
    border-left: 14px solid #336699;
    border-right: 14px solid transparent;
}

#footer-social i {
    color: white;
}

.bg_partner {
    background: url(../images/bg_partner.png) no-repeat;
    background-size: cover;
    height: auto;
    padding: 60px 0;
}

    .bg_partner .title_module_main {
        border: none;
    }

        .bg_partner .title_module_main:before {
            content: "";
            display: block;
            height: 1px;
            width: 100%;
            background: #fff;
            position: absolute;
            top: 50%;
            left: 0;
        }

.partner .owl-item img {
    width: 100%;
    display: block;
    border: 1px solid #656565;
    margin: 0 auto;
}

.bg-customer-reviews {
    padding: 49px 0 40px;
    background: #ffcc33;
}

    .bg-customer-reviews .title_module_main {
        border: none;
    }

        .bg-customer-reviews .title_module_main:before {
            content: "";
            display: block;
            height: 1px;
            width: 100%;
            background: white;
            position: absolute;
            top: 50%;
            left: 0;
        }

.bg_services-h .title_module_main {
    border: none;
}

    .bg_services-h .title_module_main:before {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background: white;
        position: absolute;
        top: 50%;
        left: 0;
    }

.bg_news-h .title_module_main {
    border: none;
}

    .bg_news-h .title_module_main:before {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background: white;
        position: absolute;
        top: 50%;
        left: 0;
    }

.bg_products-h .title_module_main {
    border: none;
}

    .bg_products-h .title_module_main:before {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background: white;
        position: absolute;
        top: 50%;
        left: 0;
    }

.bg_products-h {
    margin-bottom: 40px;
}

    .bg_products-h .section_vatlieutrangtri:nth-child(2n+2) {
        background: none;
    }

#footer-statics {
    width: 22%;
    float: left;
    text-align: left;
    overflow: hidden;
}

#footer p.title {
    text-transform: uppercase;
    margin-bottom: 15px;
    border-left: 4px solid #336699;
    font-size: 1.2rem;
    position: relative;
    color: #fff;
}

#footer-policy {
    width: 46%;
    float: left;
    text-align: left;
    margin: 0 1.5%;
}

#footer-cat {
    width: 16%;
    float: right;
    text-align: left;
    margin: 0 1.5%;
}

    #footer-cat ul, #footer-policy ul {
        list-style: none;
    }

    #footer-cat li, #footer-policy li {
        border-top: 1px solid #404040;
        padding: 7px 0;
        text-decoration: none;
    }

#footer a {
    font-weight: normal;
    color: #a2a2a2;
    text-decoration: none;
}

    #footer a:hover {
        color: #fff;
    }

#footer p.title span {
    background-color: rgba(0,0,0,.4);
    padding: 8px 10px;
    display: inline-block;
}

#footer p.title i {
    font-size: 1.5rem;
    display: none;
}

#footer p.title {
    text-transform: uppercase;
    margin-bottom: 15px;
    border-left: 4px solid #336699;
    font-size: 16px;
    position: relative;
    color: #fff;
}

#footer {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    line-height: 150%;
    padding-top: 30px;
    color: #a2a2a2;
    position: relative;
    border-top: 2px solid #336699;
    background-color: #232323;
}

#footer-info {
    width: 32%;
    float: left;
    text-align: left;
    line-height: 160%;
    position: relative;
}

    #footer-info p {
    }

.d_page {
    width: 100%;
    margin: 15px 0 10px 0;
    float: left;
    text-align: center;
}

    .d_page b {
        background-color: #e72c2d;
        border-color: #e72c2d;
        color: #fff;
        margin-right: 8px;
        width: 45px;
        height: 45px;
        font-size: 17px;
        border-radius: 50px;
        font-weight: 400;
        display: inline-block;
        line-height: 45px;
    }

    .d_page a {
        margin: 0 2.5px;
        background: #fff;
        text-align: center;
        display: inline-block;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        line-height: 45px;
        font-size: 17px;
        color: #b5b0b0;
        border: 1px solid #b5b0b0;
        text-decoration: none;
    }

        .d_page a:hover {
            background-color: #e72c2d;
            border-color: #e72c2d;
            color: #fff;
        }

.blog_page_section {
}

    .blog_page_section .blog-img img {
        width: 100%;
    }

.info-title-related-article {
    font-family: Roboto-Medium;
    background-position: 0 50%;
    background-repeat: repeat-x;
    overflow: hidden;
    text-transform: uppercase;
    margin: 15px 0px 5px;
    background: none;
}

    .info-title-related-article span {
        font-family: Roboto-Bold;
        background: none;
        cursor: pointer;
        font-weight: 500;
        font-size: 19px;
        color: black;
        float: left;
        list-style: none outside none;
        padding-right: 5px;
    }

.info-related-articles ul {
    padding: 0;
}

.info-related-articles li.item {
    line-height: 14px;
    border-bottom: 1px white dashed;
}

    .info-related-articles li.item a {
        color: #555;
        font-size: 15px;
        text-decoration: none;
        line-height: 1.4;
        padding: 5px 0;
        display: inline-block;
    }

    .info-related-articles li.item i {
        padding-right: 5px;
        color: #008A7B;
    }

    .info-related-articles li.item a:hover {
        color: rgb(236, 49, 55);
    }

.breadcrumb li strong span a {
    color: #336699;
}

.info-contact-details-pro-us {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    border: 1px dotted #d3d3d3;
    height: 98px;
}

.phone-details-pro-us {
    float: left;
    width: 50%;
    background: url(../images/icon-phone-details.png) 12px center no-repeat;
    padding-left: 76px;
    height: 100%;
}

    .phone-details-pro-us .title {
        color: #626363;
        font-family: 'Roboto-Regular';
        font-size: 20px;
        float: left;
        width: 100%;
        line-height: initial;
        margin-bottom: 0;
        margin-top: 23px;
    }

    .phone-details-pro-us .desc {
        width: 100%;
        float: left;
        font-size: 16px;
        font-weight: bold;
        line-height: initial;
        padding-left: 3px;
        margin-top: 5px;
    }

.email-details-pro-us {
    float: left;
    border-left: 1px dotted #d3d3d3;
    width: 50%;
    background: url(../images/icon-email-details.png) 12px center no-repeat;
    padding-left: 90px;
    height: 100%;
}

    .email-details-pro-us .title {
        color: #626363;
        font-family: 'Roboto-Regular';
        font-size: 20px;
        float: left;
        width: 100%;
        line-height: initial;
        margin-top: 23px;
    }

    .email-details-pro-us .desc {
        width: 100%;
        float: left;
        font-size: 16px;
        font-weight: bold;
        line-height: initial;
        margin-top: 5px;
        line-height: initial;
    }


.details-desc {
    margin-top: 30px;
}



.ppocta-ft-fix {
    display: block;
    position: fixed;
    bottom: 55px;
    right: 10px;
    text-align: center;
    z-index: 999;
}

#callNowButton {
    display: inline-block;
    position: relative;
    display: none;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.7);
}



    #callNowButton a {
        display: block;
        text-decoration: none;
        outline: none;
        color: #fff;
        text-align: center;
    }

        #callNowButton a.txt {
            position: absolute;
            top: -40px;
            left: calc(50% - 60px);
            background: #009900;
            width: 120px;
            max-width: 120px;
            line-height: 2;
            text-transform: uppercase;
            border-radius: 5px;
            font-size: 15px;
        }

            #callNowButton a.txt:after {
                position: absolute;
                bottom: -8px;
                left: 50px;
                content: "";
                width: 0;
                height: 0;
                border-top: 8px solid #009900;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
            }

    #callNowButton i {
        border-radius: 50%;
        display: inline-block;
        width: 70px;
        height: 70px;
        background: url(/templates/home/images/callbutton.png) center center no-repeat #009900;
    }

#zaloButton {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: none;
    border-radius: 50%;
    /* box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.7); */
}

    #zaloButton > a > i {
        background: url("/templates/home/images/zalo-icon.png") center center no-repeat;
        background-size: 57%;
        width: 80px;
        height: 80px;
        display: inline-block;
    }

#messengerButton {
    display: inline-block;
    display: none;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: #4267B2;
    border-radius: 50%;
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.7);
}

    #messengerButton > a > i {
        background: url("/templates/home/images/zalo-icon.png") center center no-repeat;
        background-size: 57%;
        width: 50px;
        height: 50px;
        display: inline-block;
    }

.hidden {
    display: none !important;
}


.callus {
    background-color: #990000;
    position: fixed;
    bottom: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 0px;
    border-radius: 10px;
    color: #fff;
    left: 20px;
    z-index: 99999;
}

    .callus i {
        font-size: 20px;
        line-height: 40px;
        background: #990033;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        text-align: center;
        margin-right: 10px;
    }

    .callus a {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }

.banner-i-bottom-s .img {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

    .banner-i-bottom-s .img:after {
        content: '';
        width: 400px;
        height: 400px;
        position: absolute;
        top: -400px;
        left: -400px;
        background: rgba(0,0,0,0.5);
        transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        transition: ease 0.5s;
    }

.banner-i-bottom-s:hover .img:after {
    transform: rotateZ(45deg) translate3d(450px,-50px,0);
    -webkit-transform: rotateZ(45deg) translate3d(450px,-50px,0);
    -moz-transform: rotateZ(45deg) translate3d(450px,-50px,0);
    -ms-transform: rotateZ(45deg) translate3d(450px,-50px,0);
    -o-transform: rotateZ(45deg) translate3d(450px,-50px,0);
}


@media screen and (max-width: 320px) {
    .item_product_main .product-item-main .product-thumbnail {
        width: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        height: 85px;
    }
}

@media screen and (max-width: 375px) {
    .item_product_main .product-item-main .product-thumbnail {
        width: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        height: 136px;
    }
}

@media screen and (max-width: 414px) {
    .item_product_main .product-item-main .product-thumbnail {
        width: 100%;
        float: left;
        position: relative;
        height: 150px;
        overflow: hidden;
    }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 767px) {
    .item_product_main .product-item-main .product-thumbnail {
        width: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        height: 145px;
    }
}

@media screen and (min-width: 1200px) {
    .item_product_main .product-item-main .product-thumbnail {
        width: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        height: 200px;
    }

    .section_sanpham_danhgia .wrap_danhgia .comment {
        padding: 25px 30px;
        font-family: "Roboto",sans-serif;
        font-weight: 400;
        color: #fff;
        font-style: italic;
        min-height: 142px;
        background: #336699;
        margin-bottom: 30px;
    }
}
