/** {
    font-family: Roboto,sans-serif
}*/

body {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    background: #f9f6f7
}

/*ul#collapse-menu-mobile {
    width: auto !important;
}*/

/*li.subCat {
    width: auto;
}*/


.container {
    background-color: transparent;
}

.header .container .row {
    display: flex;
    align-items: center;
}

/*.header {
    margin-top: 55px;
}*/

.form-relative {
    margin-top: 0 !important
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#dzone-dropdown-menu {
    background-color: transparent
}

    #dzone-dropdown-menu.jm-menu div > ul > li > a,
    #dzone-dropdown-menu.jm-menu div > ul > li > div > a {
        color: #504f51 !important;
        font-weight: bold !important;
    }

    #dzone-dropdown-menu.jm-menu div > ul > li:hover > a {
        color: #504f51 !important;
    }

    #dzone-dropdown-menu.jm-menu div > ul > li > a:hover,
    #dzone-dropdown-menu.jm-menu div > ul > li > div > a:hover {
        transform: translateY(-3px) !important;
    }

    #dzone-dropdown-menu.jm-menu div > ul > li > a:before,
    #dzone-dropdown-menu.jm-menu div > ul > li > div:before {
        content: "" !important;
        position: absolute !important;
        z-index: -1;
        bottom: -1px !important;
        left: 0 !important;
        right: 0;
        height: 4px !important;
        background-color: #504f51 !important;
        transform: scaleY(0);
        transform-origin: bottom;
        transition: transform .3s ease !important;
    }

    #dzone-dropdown-menu.jm-menu div > ul > li > a:hover::before,
    #dzone-dropdown-menu.jm-menu div > ul > li > div:hover::before {
        transform: scaleY(1) !important;
    }

    #dzone-dropdown-menu.jm-menu > ul > li > a {
        text-shadow: none;
        color: #000;
        font-weight: 500;
        padding-left: 0;
        padding-right: 0;
        margin-left: 15px;
        margin-right: 15px
    }

        #dzone-dropdown-menu.jm-menu > ul > li.active > a, #dzone-dropdown-menu.jm-menu > ul > li:hover > a, #dzone-dropdown-menu.jm-menu > ul > li > a.active, #dzone-dropdown-menu > ul > li.active > a, #dzone-dropdown-menu > ul > li > a.active, #dzone-dropdown-menu > ul > li > a:hover {
            color: #000;
            opacity: .9;
            background-color: transparent
        }

        #dzone-dropdown-menu.jm-menu > ul > li > a:before {
            background-color: #000;
            height: 2px
        }

.new-menu > li > a:hover,
.new-menu > li > div > a:hover {
    transform: translateY(-3px) !important;
}

.new-menu > li > a:before,
.new-menu > li > div:before {
    content: "" !important;
    position: absolute !important;
    z-index: -1;
    bottom: -1px !important;
    left: 0 !important;
    right: 0;
    height: 4px !important;
    background-color: #504f51 !important;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .3s ease !important;
}

.new-menu > li > a:hover::before,
.new-menu > li > div:hover::before {
    transform: scaleY(1) !important;
}

.langbox {
    position: absolute;
    top: 0;
    right: 15px
}

.boxhalf1 a, .boxhalf2 a, .boxfull a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    min-width: 86px;
    border: 1px solid #231e20;
    font-size: 13px;
    line-height: 33px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none !important;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .2s,border-color .2s;
    -o-transition: background-color .2s,border-color .2s;
    transition: background-color .2s,border-color .2s;
    margin-bottom: 0;
    outline: 0;
    white-space: nowrap;
}

.brown {
    background-color: #ad8e43 !important;
    border: 1px solid #967830 !important
}

.red {
    background-color: #eb2c31 !important;
    border: 1px solid #e52328 !important
}

/*.searchbox .input-group-btn {
    display: none
}*/

.searchbox .search-justify {
    justify-content: flex-end;
}

.searchbox input#TextBox1 {
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    background: #f6f6f6;
    padding: 17px 12px;
    border-color: #f6f6f6
}

.searchbox .form-control-feedback {
    right: 20px;
    top: 7px;
    color: #000;
    position: absolute;
}

.featured-product, .latestproduct-new {
    background: #f6f6f6
}

.title-featured-product h2, h2.latest-product-title.promo-product-title.color-red {
    margin: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: inline;
    border-bottom: 2px solid #b2b3b7;
    padding-bottom: 5px
}

.latest-product.promo-product-heading.fm-title-content, .title-featured-product {
    padding: 52px 0;
    text-align: center;
    overflow-x: hidden
}

.box-featured-product {
    background: #fff;
    border: 1px solid #f6f6f6
}

.b-top {
    border-top: 1px solid #f6f6f6
}

.bleft {
    border-left: 1px solid #f6f6f6
}

.blr {
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6
}

img {
    max-width: 100%
}

.boxthree {
    padding: 15px 15px 50px 15px;
    text-align: center
}

    .boxthree a, .boxthree h3 {
        color: #000
    }

    .boxthree a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        padding: 0 20px;
        min-width: 86px;
        border: 1px solid #231e20;
        font-size: 13px;
        line-height: 33px;
        text-align: center;
        text-transform: capitalize;
        text-decoration: none !important;
        background-color: transparent;
        border-radius: 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: background-color .2s,border-color .2s;
        -o-transition: background-color .2s,border-color .2s;
        transition: background-color .2s,border-color .2s;
        margin-bottom: 0;
        outline: 0;
        white-space: nowrap;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 500
}

.boxthree img {
    width: 70%;
    margin: 0 auto
}

.boxhalf1 h4, .boxhalf2 h4, .boxfull h4 {
    text-transform: uppercase;
    font-weight: 300;
    color: #000;
    margin: 0
}

.boxhalf1 h3, .boxhalf2 h3, .boxfull h3 {
    margin: 3px 0 50px;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2
}

.boxhalf1 a, .boxhalf2 a, .boxfull a {
    text-transform: uppercase;
    color: #000;
    padding: 0 20px
}

.thumbnail.fm-thumbnail {
    border: 1px solid #f6f6f6;
    text-align: center
}

.price {
    color: #999;
    text-align: center;
    padding-bottom: 10px
}

.footerbox {
    padding: 40px 0;
    margin: 0;
    color: #000
}

.copyright {
    padding: 0 15px;
    color: #999
}

.brand {
    padding-bottom: 40px;
    background: #f6f6f6
}

.box h3 {
    margin-top: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px
}

.box a {
    color: #000;
    line-height: 2
}

.control-desc-member p {
    margin-top: 10px
}

.box .fm-short-company {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.desc-content {
    background: #fff
}

#top-menu-manager.new-top-menu {
    border-top: none
}

.bheader {
    border-bottom: 1px solid #f8f8f8
}

.grey {
    background-color: #f8f8f8 !important
}

.footerbox {
    margin: 15px 0 0
}

.bs {
    -webkit-box-shadow: 0 1px 20px 0 rgba(46,61,73,.2);
    box-shadow: 0 1px 20px 0 rgba(46,61,73,.2);
    position: relative;
    z-index: 9999
}

@media (max-width:767px) {
    .jm-slick {
        height: auto !important
    }

    .boxhalf1 {
        padding-top: 15px;
        padding-left: 15px
    }

    .boxhalf2 {
        padding-right: 15px;
        padding-top: 15px
    }

        .boxhalf1 .col-sm-6, .boxhalf2 .col-sm-6, .boxfull {
            margin-bottom: 15px
        }

            .boxhalf1 h3, .boxhalf2 h3, .boxfull h3 {
                margin: 3px 0 15px;
                font-weight: 400;
                font-size: 20px;
                line-height: 1.2
            }

    .bb {
        border-bottom: 1px solid #f6f6f6;
        min-height: 300px
    }

    .box.pl {
        padding-top: 15px
    }

    .menu-reg-sign a {
        min-width: 20px;
        background: 0 0 !important;
        border: transparent !important;
        color: #222;
        padding: 0 5px;
        font-size: 20px
    }

    .langbox {
        display: none
    }

    .wrap-mobile-menu {
        position: fixed;
        top: 6px;
        z-index: 9999;
        font-size: 18px;
        color: #000
    }

    .menu-reg-sign, .searchbox {
        position: relative;
        margin-bottom: -10px;
        top: 0
    }

    img.company-logo.img-fluid {
        height: auto
    }

    .address_contact, .moq {
        text-align: left
    }

    .header {
        display: none;
    }

    .media-heading {
        text-align: center;
    }

    .logo-company img {
        width: 118px !important;
        height: 54px !important;
    }

    .search-popup {
        width: 100% !important;
        top: 100% !important;
    }

    #txtGoSearch.form-control.txtSearch.no-index {
        width: 100% !important;
    }

    .link-top-cart .cart-link .iconpws-basket {
        color: #000 !important;
    }

    .mt-abstract {
        margin-top: 40px !important;
    }

    .footer-bottom {
        padding: 10px 0 !important;
        height: 110px;
    }
}

@media (max-width:780px) {
    table.m-view.fm-short-contact > tbody > tr.hiddenfree > td > div.moq {
        text-align: left !important
    }
}


@media (max-width:480px) {

    .boxthree {
        padding: 15px 0 50px 0;
    }

        .boxthree a {
            font-weight: 500;
            text-transform: uppercase;
            border: 1px solid #000;
            position: relative;
            top: 20px;
        }

    .header {
        display: none
    }

    #boxdivProduct.box .navbar-brand {
        margin: 15px 0 -10px 0;
    }

    .row.search-close.new-searchbar {
        margin: 0 10px;
    }

    .row.margin-bottom-30.margin-top-30.row-for-product.pws-free {
        margin-left: 0;
        margin-right: 0;
    }

    a.btn.btn-outline.btn-block.hoverquestion {
        font-size: 12px !important;
    }

    .showproductgroup {
        margin: 0 10px;
    }

    .searchresult .price {
        text-align: left;
    }

    div.footerbox > div.container > div.row > div.col-sm-4.col-12 > div.box > div.col-12.control-desc-member > div.fm-short-company.flexbox middle-xs {
        margin-top: 0 !important
    }

    ul.address_contact > li.moq > span.address {
        display: none
    }

    .box.pl.navigasi > ul {
        margin-top: 1em
    }

    .col-12.control-desc-member {
        margin-top: -1em
    }

    div.footerbox > div.container > div.row > div.col-sm-4.col-12 > div.box.pl > div.fm-title-content, div.footerbox > div.container > div.row > div.col-sm-4.col-12 > div.box.pl > table.m-view.fm-short-contact > tbody > tr > td > ul.address_contact > li.moq > span.address {
        display: none
    }

    .border-cat {
        background-color: #fff
    }

    .header > .container > .row {
        width: 100%;
    }

    .header .searchbox .form-control-feedback {
        top: 10px
    }
}

@media only screen and (min-width:768px) {
    #top-menu-manager, .sticky-header-pws {
        position: relative !important
    }

    .account-setting {
        border: none
    }

    .dropdown-menu {
        right: 0;
        left: unset
    }

    .in-middle {
        display: inline;
        vertical-align: middle
    }

    .menu-reg-sign a {
        padding: .5em 1em !important
    }

    .menu-reg-sign .navbar-nav {
        float: right
    }

    .header > .container > .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 100px
    }
}

@media only screen and (max-width:767px) {
    .menu-top {
        display: none
    }

    #top-menu-manager {
        display: none
    }

    .brand {
        padding-bottom: 13px;
    }

    .ctrl_contactform2 .col-md-10.col-sm-9.col-12 {
        padding-left: 11px !important;
    }

    .ctrl_contactform2 .col-lg-9.col-md-9.col-sm-9.col-12.d-flex.mb-2 {
        padding: 0 13px !important;
    }

    .mobile-h-53 {
        height: 53px;
    }

    .mobile-h-53-h4 h4 {
        height: 53px;
    }

    .mobile-h-31 {
        height: 31px;
    }

    .mobile-h-31-h3 h3 {
        height: 31px;
    }

    .title-featured-product {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .featured-product {
        padding-top: 35px;
    }

    .about-title {
        padding-top: 30px;
    }

    .boxthree h3 {
        height: 23px;
        margin-top: 10px;
    }

    .ctrl_contactform2 #email {
        margin-left: 5px;
        margin-right: 0;
        width: 97.5%;
    }

    .pad-product-parade {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .featured-product .col-sm-12 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .footerbox {
        padding-left: 5px;
        padding-right: 5px;
    }

    #boxdivProject .product-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .col-sm-4.col-6.bb .boxthree {
        padding-bottom: 0;
    }

    .col-sm-4.col-6.bb {
        min-height: 271px;
    }

    .lower-container.profil-perusahaan .col-sm-3.col-xs-12.pad-cont {
        padding: 0;
    }

    .footer-content h3.media-heading {
        display: none;
    }

    .footerbox {
        padding-top: 0;
        padding-bottom: 0
    }

        .footerbox .footer-content {
            border: 1px solid #424242 !important
        }

            .footerbox .footer-content .box {
                display: none
            }

                .footerbox .footer-content .box.pl {
                    display: block
                }

        .footerbox .copyright {
            color: #000;
            margin-bottom: 20px
        }
}

.footer-content {
    border: none !important
}

#cphMasterContent_MenuCategories_plhMenuCategory li.all-categories {
    display: none
}

.account-setting {
    border-right: 0 !important;
}

.custom_panel_before_login.login-navbar {
    display: none;
}

@media (max-width: 480px) {
    .row.grid-divider.cont {
        padding: 0 10px;
    }
}

.modal-backdrop.fade.show {
    display: none !important;
}

.modal.fade.show {
    background: rgba(0,0,0, .5);
}

#top-menu-manager.new-top-menu {
    display: none;
    z-index: unset !important;
}

.footerbox .media-heading {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8px;
}

.logo-container {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 1% 0%;
}

.container .logo-container:hover + .metalogo-title {
    left: 42% !important;
    z-index: 110;
}

.border-cat {
    border-top: 3px solid #dbdbdb !important;
    border-bottom: 1px solid #e6e6e6 !important;
}

.mt-abstract {
    margin-top: 100px;
}

.navbar-type {
    position: fixed;
    display: flex;
    background-color: transparent;
    width: 100%;
    height: 80px;
    z-index: 100;
}

.navbar-type {
    height: 68px;
}

.nav-tab {
    height: 73px;
}

.navbar-type .nav-tab {
    justify-content: center;
    background-color: #fff;
    box-shadow: inset 0 0 5px rgba(0,0,0,.1);
}

.navbar-type .logo-container {
    display: none !important;
}

.dark-nav {
    animation: 1s fadeIn;
    top: 0;
    left: 0;
}

.dark_nav {
    height: 95px;
}

.dark-nav .nav-tab {
    height: 95px;
}

.dark-nav .logo-container {
    display: block !important;
}

.dark-nav .nav-tab2 {
    display: flex;
    justify-content: flex-end !important;
}

.dark-nav .logo-container img {
    position: relative;
    left: 0px;
    width: 100px;
    height: 100%;
    object-fit: contain;
    padding: 15px;
}

.btn.go_searchbtn {
    background: transparent !important;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
}

.hover-popup {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.hover-popup .iconpws-search {
    color: #504f51 !important;
}

.btn.go_searchbtn .iconpws-search {
    color: #504f51 !important;
}

.hover-popup .search-popup {
    width: 300px !important;
    top: 110% !important;
    border: none !important;
    background: none !important;
}

#txtGoSearch.form-control.txtSearch {
    width: 300px !important;
    height: 45px;
    box-shadow: none;
    padding: 0 50px 0 25px;
    border-radius: 0;
    max-height: 45px;
}

.iconpws-angle-down {
    color: #504f51;
    font-weight: bold;
}

.iconpws-user-circle::before {
    content: "\e813" !important;
    font-size: 1rem !important;
    color: #504f51 !important;
}

.welcomeTo-custom {
    display: none;
}

.account-setting {
    border-right: none !important;
}

a#userDropdown {
    color: #504f51 !important;
    padding-right: 0;
    padding-left: 0;
}

.languageMode-custom {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

a#account-user {
    display: flex !important;
    align-items: center !important;
}

#panel_after_login .btn {
    font-size: 14px !important;
    color: #504f51 !important;
    font-weight: bold;
}

#panel_after_login .btn:hover {
    color: #504f51 !important;
}

#panel_after_login .user-label.btn-link i {
    margin-bottom: 0 !important;
}

.dropdown-menu {
    min-width: 11rem !important;
}

.iconpws-cog {
    padding-right: 4px;
}

.link-top-cart .iconpws-basket {
    color: #504f51 !important;
}

#account-user:hover {
    transform: translateY(-3px) !important;
}

#account-user:before {
    content: "" !important;
    position: absolute !important;
    z-index: -1;
    bottom: -1px !important;
    left: 0 !important;
    right: 0;
    height: 4px !important;
    background-color: #504f51 !important;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .3s ease !important;
}

#account-user:hover:before {
    transform: scaleY(1) !important;
}

.navbar .navbar-header .link-all-categories span {
    display: none;
}

.navbar-header {
    justify-content: space-between;
}

.footer {
    background-color: #333;
    color: #fff;
}

.footer a {
    color: #fff !important;
}

.footer h2.media-heading.title-pt {
    color: #fff !important;
    padding-top: 0;
    padding-left: 15px;
}

.footer .font-company {
    font-size: 14px !important;
    text-align: left !important;
    padding: 0px 30px 0 15px !important;
}

.footer .navigasi {
    padding-top: 20px !important;
}

.menu-footer li a {
    font-size: 14px !important;
}

.footer .informasi-layanan {
    padding-top: 20px !important;
}

li.moq h5 {
    font-size: 14px !important;
}

.label-languange {
    font-size: 14px !important;
}

.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.footer-bottom {
    padding: 20px 0;
    text-align: center
}

.footer-copyright {
    text-align: left;
}

.footer-by {
    text-align: right;
}

.footer-copyright,
.footer-by {
    margin: 0
}

@media (min-width: 513px) and (max-width: 767px) {
    .chatbot-wa-trigger {
        bottom: 60px !important;
    }
}

@media (max-width: 512px) {
    .chatbot-wa-trigger {
        bottom: 75px !important;
    }
}

#MenuDefault3 ul.new-menu {
    padding-left: 8rem;
}

.nav-tab2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .nav-tab2 #MenuDefault3 {
        width: 95% !important;
    }

    .nav-tab2 . d-flex.a-center. justify-content-start {
        justify-content: flex-end;
        gap: 15px;
    }

.search-popup {
    position: absolute;
    top: 100%;
    right: 0;
}