body {
    word-break: initial !important;
}

.form-comment {
    display: block;
    font-size: 12px;
    font-style: italic;
    /*margin-top: -5px;*/
    line-height: 16px;
}

.account-status {
    color: #D81C1B;
    font-weight: bold;
    margin-top: 10px;
}

/*
.fw .a-ttl_h2 {
	margin-bottom: 0;	
}
*/

.fw {
    padding-top: 105px;
}

@media screen and (max-width: 640px) {
    .fw {
        padding-top: 60px;
    }
}


.fw .a-ttl_h3 {
    margin-top: 60px;
}

.fw .a-ttl_txt p {
    margin-bottom: 7px;
}

.fw .a-ttl_border.a-ttl_border_bg {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

/*.product .recall-notice {
    margin-top: -45px;
}*/

/*@media screen and (max-width: 640px) {
    .product .recall-notice {
        margin: -25px -15px 0 -15px;
    }
}*/

.fw section.f-section {
    margin-top: 60px;
    padding-top: 0;
}

    .fw section.f-section > .a-ttl_h3 {
        margin-top: 0;
    }

.fw .a-btn {
    display: inline-flex !important;
}

.fw .a-btn_gray {
    background-color: #6E6C6D;
    color: #fff !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#contents {
    padding-bottom: 50px;
}

    #contents .main-content {
        margin-top: 30px;
    }

        #contents .main-content p {
            margin-bottom: 15px;
            display: block;
            /*overflow: auto;*/
        }

        #contents .main-content a {
            display: inline;
        }


        #contents .main-content ul {
            list-style: initial;
        }

        #contents .main-content ol {
        }

        #contents .main-content li {
            margin: 0 0 5px 20px;
            padding: initial;
        }

/*@media screen and (min-width: 641px) {
    #contents .category-list a.f-flex4:nth-of-type(n+4) {
        display: none !important;
    }
}

#contents .umb-grid a {
    --display: none;
}*/

/* Forms */
.form-data .form-page .col-md-12 h2 {
    border-color: #006d50;
    font-size: 20px;
    line-height: 140%;
    margin-top: 60px;
    margin-bottom: 45px;
    border-top-width: 1px;
    border-style: solid;
    position: relative;
    padding-top: 20px;
    display: block;
    letter-spacing: 0.025em;
}

    .form-data .form-page .col-md-12 h2:before {
        content: "";
        display: block;
        height: 4px;
        position: absolute;
        left: 0;
        top: 0;
        width: 13%;
        background-color: #006d50;
    }

.form-data .form-page .col-md-6:first-child {
    width: 30%;
}


.form-data .form-page .col-md-6 .mandatory {
    color: #DE1E1E;
    margin-left: 2px;
}

.form-data .form-page .col-md-6 h2,
.form-data .form-page .col-md-6 p {
    display: inline-block;
}


.form-data .form-page .form-group {
    display: inline-block;
    width: 100%;
}

    .form-data .form-page .form-group input:not([type=checkbox]),
    .form-data .form-page .form-group textarea,
    .form-data .form-page .form-group select {
        width: 100%;
        border: solid 1px #d2d2d2;
        padding: 0 10px;
    }

    .form-data .form-page .form-group input:not([type=checkbox]),
    .form-data .form-page .form-group select {
        height: 35px;
    }

    .form-data .form-page .form-group input[type=radio] {
        width: 20px;
        height: 20px;
        float: left;
    }

    .form-data .form-page .form-group .radio {
        margin-bottom: 40px;
    }

        .form-data .form-page .form-group .radio label {
            display: block;
            font-weight: bold;
        }

        .form-data .form-page .form-group .radio img {
            margin-top: 10px;
        }


    .form-data .form-page .form-group button[type=submit] {
        background-color: #006d50;
        color: #fff !important;
        position: relative;
        z-index: 1;
        overflow: hidden;
        max-width: 285px;
        min-height: 60px;
        font-size: 16px;
        padding: 5px 35px 5px 20px;
        width: 100%;
        display: inline-flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        line-height: 133%;
        vertical-align: top;
        /* -webkit-transition: color .2s; */
        transition: color .2s;
        /* position: relative; */
        text-decoration: none !important;
        border: 0;
        font: inherit;
    }


        .form-data .form-page .form-group button[type=submit].gray {
            background-color: #6E6C6D;
        }

        .form-data .form-page .form-group button[type=submit]:before {
            -webkit-transition: color .2s;
            transition: color .2s;
            font-size: 18px;
            content: "\EA0C";
            display: inline-block;
            font-family: "iconfont" !important;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            vertical-align: middle;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            vertical-align: middle;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -9px;
        }

        .form-data .form-page .form-group button[type=submit]:after {
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            top: 0;
            z-index: -1;
            width: 0%;
            height: 100%;
            margin: auto;
            -webkit-transition: width 1s ease,opacity 0.3s;
            transition: width 1s ease,opacity 0.3s;
            opacity: 0;
            -webkit-transform: skewX(-30deg) translateX(-50%);
            -ms-transform: skewX(-30deg) translateX(-50%);
            transform: skewX(-30deg) translateX(-50%);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            background-color: #00815f;
        }


.fw .f-form input:not(.f-form_btn):not(.a-btn) {
    border: solid 1px #d2d2d2;
}

/*.form-page .two-column {
    min-height: 59px;
}*/
.form-data .form-page .one-column,
.form-data .form-page .two-column {
    margin-bottom: 10px;
}


    .form-data .form-page .two-column .col-md-6 {
        width: 60%;
        display: inline-block;
        vertical-align: top;
    }

        .form-data .form-page .two-column .col-md-6:first-child {
            width: 30%;
            text-align: right;
            padding-right: 20px;
        }

@media screen and (max-width: 640px) {

    .form-data .form-page label,
    .form-data .form-page a {
        font-size: 14px;
    }

    .form-data .form-page .col-md-6:first-child {
        width: 100%;
    }



    .form-data .form-page h2 {
        font-size: 14px;
        width: auto;
    }

    .form-data .form-page .two-column .col-md-6 {
        width: 100%;
        font-size: 16px;
    }

        .form-data .form-page .two-column .col-md-6:first-child {
            width: 100%;
        }

        .form-data .form-page .two-column .col-md-6 p {
            margin-bottom: 5px !important;
        }

        .form-data .form-page .two-column .col-md-6:first-child {
            text-align: left;
            padding-right: 0;
        }

    .fw .f-form input:not(.f-form_btn):not(.a-btn), .fw .f-form button:not(.f-form_btn):not(.a-btn), .fw .f-form textarea, .fw .f-form label, .fw .f-form select {
        font-size: 14px;
    }
}


.form-receipt {
    text-align: center;
    min-height: 300px;
}

    .form-receipt h2 {
        padding: 20px 0 20px 0;
        margin-top: 50px;
        font-weight: bold;
    }

.hikoki-green {
    color: #007749;
}

.hikoki-future-gray {
    color: #798992;
}

/* google material icons override*/
.material-icons {
    font-family: 'Material Icons' !important;
    margin-right: 3px;
}

    .material-icons.icon-s {
        font-size: 12px;
    }

    .material-icons.icon-s {
        display: inline;
    }

    .material-icons.icon-m {
        font-size: 16px;
    }

    .material-icons.icon-l {
        font-size: 24px;
    }


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d2d2d2 !important;
    opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d2d2d2 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #d2d2d2 !important;
}




/* Home */

/* Home carousel */

.fw#home #visual, .fw#home #visual .swiper-container {
    max-height: 500px;
}

    .fw#home #visual .swiper-container .swiper-slide .sp {
        display: none;
    }

@media screen and (max-width: 640px) {
    /*.fw#home #visual {
        max-height: 300px;
    }*/

    /*
	.fw#home #visual .swiper-container {
        max-height: 300px;
    }
	*/

    .fw#home #visual .swiper-container .swiper-slide > * {
        background-size: contain;
    }

    .fw#home #visual .swiper-container .swiper-slide .sp {
        display: block;
    }

    .fw#home #visual .swiper-container .swiper-slide .pc {
        display: none;
    }
}


/* Home Innovation - Technology */

.fw#home #category .category-bg {
    padding-bottom: 0;
}

.fw#home #category .category-list .technology-description {
    min-height: 94px;
}

.fw#home #category .category-list .category-img {
    height: 120px;
}

.fw#home #banner-top > .f-inner {
    background-color: #f1f1f1;
}

    .fw#home #banner-top > .f-inner .m-movie {
        padding: 30px;
        width: 100%;
    }

@media screen and (max-width: 640px) {
    .fw#home #banner-top > .f-inner .m-movie {
        padding: 10px;
    }
}

.fw#home #banner-top a.banner-txt {
    border-right: 0;
}

.fw#home #category .category-list_bg .category-name {
    text-transform: uppercase;
}

.fw#home #category .category-list_bg a {
    text-align: center;
}

#home-useful-links i {
    margin-right: 10px;
    color: #007749;
    font-size: 20px;
}





/* navigation */

.fw #header:not(.is-layout_sp) {
    height: auto;
}

#header {
    border-bottom: 1px solid #d2d2d2;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-left: 20px;
}

    #header .header-logo img {
        max-width: 250px;
    }

.fw #header .header-nav {
    top: initial;
}

.header-top {
    margin-top: 10px;
}

    .header-top .header-top-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: center;
        justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: center;
        align-items: center;
        align-content: flex-end;
    }

        .header-top .header-top-content li a {
            padding: 0 10px;
        }

            .header-top .header-top-content li a:hover {
                text-decoration: none;
            }

        .header-top .header-top-content li:first-child {
            width: 59%;
        }

#frmSearch .s-search_button {
    position: relative;
}

    #frmSearch .s-search_button .s-search_submit {
        /* display: none; */
        background: url(/common/images/common/icon/s-search.png) no-repeat;
        background-position: right top;
        background-size: contain;
        width: 23px !important;
        height: 23px !important;
        border: 0;
        background-color: #ffffff !important;
        position: absolute;
        top: 5px;
        left: -28px;
        z-index: 0;
        cursor: pointer;
    }


#frmSearch .s-search_form #txtKeyword {
    border-color: rgba(0, 109, 80, .5);
    border-width: 1px;
    padding: 7px;
    /*        background: url(/common/images/common/icon/s-search.png) no-repeat;
        background-position: right top;
        background-origin: content-box;
        background-size: contain;*/
}

    #frmSearch .s-search_form #txtKeyword:focus {
        outline: none;
    }


@media screen and (min-width: 641px) {
    .fw #header:not(.is-layout_sp) .header-bar .header-parent > li.active a span {
        border-bottom: 0;
    }

    .j-accordion.header-top-mobile {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .fw #header .header-bar {
        height: 35px;
    }

    .header-top {
        display: none;
    }

    #header .header-logo img {
        max-height: 25px;
    }

    .j-accordion.header-top-mobile {
        margin-bottom: 0;
    }

        .j-accordion.header-top-mobile li {
            border-bottom: 1px solid #005941;
        }

            .j-accordion.header-top-mobile li > a.no-arrow::before,
            .j-accordion.header-top-mobile li > a.no-arrow::after {
                content: none;
            }

    .fw #header .header-nav .header-parent > li > a {
        height: 35px !important;
    }

    .j-accordion.header-top-mobile li form {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .j-accordion.header-top-mobile li a {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        height: 35px;
        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-transform: scalex(1.2);
        -ms-transform: scalex(1.2);
        transform: scalex(1.2);
        opacity: 0;
        position: relative;
        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;
        cursor: pointer;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }

        .j-accordion.header-top-mobile li a:before {
            content: "";
            display: block;
            width: 13px;
            height: 1px;
            background-color: #fff;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -1px;
        }

        .j-accordion.header-top-mobile li a:after {
            content: "";
            display: block;
            width: 13px;
            height: 1px;
            background-color: #fff;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -1px;
            -webkit-transform: rotate( 270deg );
            -ms-transform: rotate(270deg);
            transform: rotate( 270deg );
            -webkit-transition: 0.4s;
            transition: 0.4s;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }
}









@media screen and (min-width: 641px) {
    .fw #header .header-bar {
        border-bottom: 0;
    }

    .fw #header .header-parent li a {
        word-break: normal;
    }

    .fw #header:not(.is-layout_sp) .header-bar .header-parent > li > a {
        padding: 0 10px;
    }

    .fw #header:not(.is-layout_sp) .header-bar .header-parent > li.show a {
        color: #ffffff !important;
    }

    .fw #header:not(.is-layout_sp) .header-bar .header-parent > li.show .header-login a {
        color: #006C50 !important;
    }

    .fw #header:not(.is-layout_sp) .header-bar .header-parent > li.active a {
        background: none !important;
        color: #006C50 !important;
    }

        .fw #header:not(.is-layout_sp) .header-bar .header-parent > li.active a span {
            text-decoration: none !important;
            border-bottom: 2px solid #006C50 !important;
        }
    /*
        .fw #header:not(.is-layout_sp) .header-bar .header-parent > li a:hover,
        .fw #header:not(.is-layout_sp) .header-bar .header-parent > li.active a:hover {
            color: #ffffff !important;
            background-color: #006C50 !important;
        }
*/
    .fw #header:not(.is-layout_sp) .header-bar .header-parent > li .header-login a {
        background: none !important;
    }
}


/* Sidebar */
#side .login input {
    border: 0;
}

    #side .login input[type=submit] {
        cursor: pointer;
    }

#side .login i {
    color: #333333;
}

#side .login tr:nth-child(1) th,
#side .login tr:nth-child(2) th {
    background-color: #f1f1f1;
    border-right: solid 1px #d2d2d2;
}

#side .login tr th,
#side .login tr td {
    border-bottom: solid 1px #d2d2d2;
}

#side .login tr:last-child th,
#side .login tr:last-child td {
    border-bottom: 0;
}

#side .login li {
    padding: 14px 20px;
    border: solid 1px red;
}

    #side .login li a {
        padding: 0 !important;
    }

        #side .login li a:hover {
            background: none !important;
        }


#side .side-category > li > a {
    text-transform: uppercase;
}

#side .digital-catalogue .m-list_box_detail {
    text-align: center;
}








.s-search_icon span {
    width: 28px;
}

#header ul.header-parent .fw {
    padding-top: 20px;
}


#header ul.header-parent > li > a {
    text-transform: uppercase;
}

#header ul.header-parent li .header-search input[type=text] {
    border-color: #d2d2d2;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHklEQ�AM8AaumPaM/rRehyWhXqbFAA9kh3/8/NvHxAYGAsZ/il8IalkCLBfNVAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 16px 18px;
    background-position: 98% 50%;
    cursor: auto;
}

#header ul.header-parent li .header-search {
    padding-left: 15px;
    padding-right: 15px;
}

#header ul.header-parent li .header-login {
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 640px) {
    #header ul.header-parent input[type=text] {
        width: 100%;
    }

    #header ul.header-parent li .header-login {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}



.fw a {
    color: #006d50;
}

.fw .member-registration.form .f-inner,
.fw .member-login.form .f-inner {
    max-width: 800px;
}


.fw .f-form .m-table tbody th {
    width: 35%;
    text-align: right;
    background-color: initial;
}

@media screen and (max-width: 640px) {
    .fw .f-form .m-table tbody th {
        width: 100%;
        text-align: left;
    }
}




.fw .f-form .m-table th, .fw .f-form .m-table td {
    border: 0;
}

.fw .f-form div {
    width: 100%;
}

.fw .f-form .f-form_label .m-btnarea {
    margin: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.fw .f-form label.required {
}

    .fw .f-form label.required:after {
        content: "*";
        color: #DE1E1E;
        font-size: 16px;
        /*position: absolute;*/
        margin-left: 2px;
    }

.fw .f-form .f-form_label input + label:before {
    display: none;
}

.fw .f-form .f-form_label input + label {
    padding: 0 0 0 5px;
    display: inline;
}

.fw .f-form .f-form_label input[type="checkbox"] + label:after {
    display: none;
}

.fw .f-form .f-form_label input[type=submit],
.fw .f-form .f-form_label input[type=reset] {
    width: 100% !important;
    border: solid;
}

.fw .f-form .f-form_label .a-btn_white {
    border: solid 1px #333 !important;
}

.fw .f-form .f-form_label .a-btn_red {
    border: solid 1px #DE1E1E !important;
}

.fw .f-form input[type=checkbox] {
    border: solid 1px blue !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
    vertical-align: bottom !important;
}

/* form validation */
.field-validation-error, validation-error,
.text-danger {
    color: #DE1E1E;
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.contact-clean form#search .btn-primary {
    padding: 16px;
    margin-top: 0px;
}


/* Search */
.search .search-result {
    margin-top: 30px;
}

    .search .search-result ul li {
        margin-bottom: 15px;
    }

.frmSearch input {
    border: solid 1px #d2d2d2;
}


.fw #footer {
    clear: both;
    position: relative;
}

    .fw #footer .footer-link .f-inner .footer-link i {
        margin-right: 7px;
        color: #006C50;
    }

        .fw #footer .footer-link .f-inner .footer-link i::before {
            font-size: 14px;
        }

    .fw #footer .footer-link .f-inner .footer-sns a {
        margin: 0 10px;
    }

    .fw #footer .footer-link .f-inner .footer-sns i {
        margin-right: 7px;
        color: #333333;
    }

        .fw #footer .footer-link .f-inner .footer-sns i::before {
            font-size: 20px;
        }

@media (max-width:767px) {
    .contact-clean form#search .btn-primary {
        margin-top: 18px;
    }
}


/* Dealer Locator */
.bh-sl-container button {
    float: none;
}

.bh-sl-container .bh-sl-map-container a {
    color: #006d50;
}

.bh-sl-container .bh-sl-loc-list .list-label {
    background-color: #006d50;
    min-width: 28px;
}

.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
    font-weight: normal;
    display: none;
}


/* Category List */
.category-list {
    position: relative;
    background-color: #fff;
    padding-bottom: 170px;
}

@media screen and (max-width: 640px) {
    .category-list {
        padding-bottom: 100px;
    }
}

.category-list .category-more {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 1s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 1s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: opacity 1s, transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 1s, transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 1s, transform 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    bottom: 60px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(/common/images/common/icon/circle_plus.png);
}

@media screen and (max-width: 640px) {
    .category-list .category-more {
        width: 40px;
    }
}

@media screen and (max-width: 640px) {
    .category-list .category-more {
        height: 40px;
    }
}

.category-list .category-more:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (max-width: 640px) {
    .category-list .category-more {
        bottom: 30px;
    }
}

.category-list .category-more.open {
    background-image: url(/common/images/common/icon/circle_minus.png);
}

.category-list a {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-left: 1px solid #d2d2d2;
    -webkit-transition: opacity .3s, background-color .3s, -webkit-transform .6s;
    transition: opacity .3s, background-color .3s, -webkit-transform .6s;
    -o-transition: opacity .3s, transform .6s, background-color .3s;
    transition: opacity .3s, transform .6s, background-color .3s;
    transition: opacity .3s, transform .6s, background-color .3s, -webkit-transform .6s;
    text-decoration: none !important;
}

@media screen and (max-width: 640px) {
    .category-list a {
        padding: 10px;
    }
}



/* Category List */

.category-list a:hover {
    background-color: #f1f1f1;
    color: #006d50;
}

.category-list a.show {
    display: inherit !important;
}

.category-list a.fadein {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.category-list a.transition:nth-of-type(5) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.category-list a.transition:nth-of-type(6) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.category-list a.transition:nth-of-type(7) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.category-list a.transition:nth-of-type(8) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.category-list a.transition:nth-of-type(9) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.category-list a.transition:nth-of-type(10) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.category-list a.transition:nth-of-type(11) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.category-list a.transition:nth-of-type(12) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.category-list a.transition:nth-of-type(13) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.category-list a.transition:nth-of-type(14) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.category-list a.transition:nth-of-type(15) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.category-list a.transition:nth-of-type(16) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.category-list a.transition:nth-of-type(17) {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.category-list a.transition:nth-of-type(18) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.category-list a.transition:nth-of-type(19) {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.category-list a.transition:nth-of-type(20) {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.category-list a.transition:nth-of-type(21) {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.category-list a.transition:nth-of-type(22) {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.category-list a.transition:nth-of-type(23) {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s;
}

.category-list a.transition:nth-of-type(24) {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}

.category-list a.transition:nth-of-type(25) {
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
}

.category-list a.transition:nth-of-type(26) {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
}

.category-list a.transition:nth-of-type(27) {
    -webkit-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s;
}

.category-list a.transition:nth-of-type(28) {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}

.category-list a.transition:nth-of-type(29) {
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s;
}

.category-list a.transition:nth-of-type(30) {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
}

.category-list a.transition:nth-of-type(31) {
    -webkit-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s;
}

.category-list a.transition:nth-of-type(32) {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
}

.category-list a.transition:nth-of-type(33) {
    -webkit-transition-delay: 2.9s;
    -o-transition-delay: 2.9s;
    transition-delay: 2.9s;
}

.category-list a.transition:nth-of-type(34) {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}

.category-list a.transition:nth-of-type(35) {
    -webkit-transition-delay: 3.1s;
    -o-transition-delay: 3.1s;
    transition-delay: 3.1s;
}

.category-list a.transition:nth-of-type(36) {
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s;
}

.category-list a.transition:nth-of-type(37) {
    -webkit-transition-delay: 3.3s;
    -o-transition-delay: 3.3s;
    transition-delay: 3.3s;
}

.category-list a.transition:nth-of-type(38) {
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s;
}

.category-list a.transition:nth-of-type(39) {
    -webkit-transition-delay: 3.5s;
    -o-transition-delay: 3.5s;
    transition-delay: 3.5s;
}

.category-list a.transition:nth-of-type(40) {
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s;
}

.category-list a.transition:nth-of-type(41) {
    -webkit-transition-delay: 3.7s;
    -o-transition-delay: 3.7s;
    transition-delay: 3.7s;
}

.category-list a.transition:nth-of-type(42) {
    -webkit-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s;
}

.category-list a.transition:nth-of-type(43) {
    -webkit-transition-delay: 3.9s;
    -o-transition-delay: 3.9s;
    transition-delay: 3.9s;
}

.category-list a.transition:nth-of-type(44) {
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s;
}

.category-list a.transition:nth-of-type(45) {
    -webkit-transition-delay: 4.1s;
    -o-transition-delay: 4.1s;
    transition-delay: 4.1s;
}

.category-list a.transition:nth-of-type(46) {
    -webkit-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s;
}

.category-list a.transition:nth-of-type(47) {
    -webkit-transition-delay: 4.3s;
    -o-transition-delay: 4.3s;
    transition-delay: 4.3s;
}

.category-list a.transition:nth-of-type(48) {
    -webkit-transition-delay: 4.4s;
    -o-transition-delay: 4.4s;
    transition-delay: 4.4s;
}

.category-list a.transition:nth-of-type(49) {
    -webkit-transition-delay: 4.5s;
    -o-transition-delay: 4.5s;
    transition-delay: 4.5s;
}

.category-list a.transition:nth-of-type(50) {
    -webkit-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s;
}

.category-list a.transition:nth-of-type(51) {
    -webkit-transition-delay: 4.7s;
    -o-transition-delay: 4.7s;
    transition-delay: 4.7s;
}

.category-list a.transition:nth-of-type(52) {
    -webkit-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s;
}

.category-list a.transition:nth-of-type(53) {
    -webkit-transition-delay: 4.9s;
    -o-transition-delay: 4.9s;
    transition-delay: 4.9s;
}

.category-list a.transition:nth-of-type(54) {
    -webkit-transition-delay: 5s;
    -o-transition-delay: 5s;
    transition-delay: 5s;
}

@media screen and (min-width: 641px) {
    .category-list a.f-flex3:nth-of-type(4n) {
        border-right: 1px solid #d2d2d2;
    }

    .category-list a.f-flex3:nth-of-type(n+5) {
        display: none;
        opacity: 0;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    .category-list a.f-flex4:nth-of-type(3n) {
        border-right: 1px solid #d2d2d2;
    }

    .category-list a.f-flex4:nth-of-type(n+4) {
        display: none;
        opacity: 0;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    .category-list a.f-flex2:nth-of-type(6n) {
        border-right: 1px solid #d2d2d2;
    }

    .category-list a.f-flex2:nth-of-type(n+7) {
        display: none;
        opacity: 0;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@media screen and (max-width: 640px) {
    .category-list a.f-flex6_s:nth-of-type(2n) {
        border-right: 1px solid #d2d2d2;
    }

    .category-list a.f-flex6_s:nth-of-type(n+3) {
        display: none;
        opacity: 0;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    .category-list a.f-flex4:nth-of-type(3n) {
        border-right: 1px solid #d2d2d2;
    }

    .category-list a.f-flex4:nth-of-type(n+4) {
        display: none;
        opacity: 0;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    .category-list a.f-flex2:nth-of-type(6n) {
        border-right: 1px solid #d2d2d2;
    }

    .category-list a.f-flex2:nth-of-type(n+7) {
        display: none;
        opacity: 0;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.category-list .category-img {
    width: 100%;
    /*height: 280px;*/
    height: 230px;
    padding: 30px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    /*display: -ms-flexbox;
    display: flex;*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 640px) {
    .category-list .category-img {
        height: 135px;
    }
}

.category-list .category-img img {
    max-height: 100%;
}

.category-list .category-name {
    margin-top: 15px;
    padding-right: 25px;
    position: relative;
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    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;
    max-width: 100%;
}

@media screen and (max-width: 640px) {
    .category-list .category-name {
        margin-top: 10px;
    }
}

@media screen and (max-width: 640px) {
    .category-list .category-name {
        padding-right: 20px;
    }
}

.category-list .category-name:after {
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\EA0B";
    display: inline-block;
    font-family: "iconfont" !important;
}

@media screen and (max-width: 640px) {
    .category-list .category-name:after {
        font-size: 12px;
    }
}

.category-list_bg {
    padding: 0;
    background-color: #000;
}

@media screen and (max-width: 640px) {
    .category-list_bg {
        padding: 15px;
    }
}

.category-list_bg a {
    text-decoration: none !important;
}

.category-list_bg .category-img {
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

.category-list_bg .line1:before, .category-list_bg .line1:after,
.category-list_bg .line2:before,
.category-list_bg .line2:after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.category-list_bg .line1:before,
.category-list_bg .line2:before {
    width: 1px;
    height: 0%;
}

.category-list_bg .line1:after,
.category-list_bg .line2:after {
    width: 0%;
    height: 1px;
}

.category-list_bg .line1 {
    width: -webkit-calc( 100% - 30px);
    width: calc( 100% - 30px);
    height: -webkit-calc( 100% - 30px);
    height: calc( 100% - 30px);
    position: absolute;
    left: 15px;
    top: 15px;
    right: 0;
    bottom: 0;
}

    .category-list_bg .line1:before {
        left: 0;
        bottom: 0;
    }

    .category-list_bg .line1:after {
        left: 0;
        top: 0;
    }

.category-list_bg .line2:before {
    right: 0;
    top: 0;
}

.category-list_bg .line2:after {
    right: 0;
    bottom: 0;
}

.category-list_bg a {
    padding: 80px 30px 30px;
    height: 500px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 640px) {
    .category-list_bg a {
        padding: 15px;
    }
}

@media screen and (max-width: 640px) {
    .category-list_bg a {
        height: 207px;
    }
}

.category-list_bg a:hover .category-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.category-list_bg a:hover .line1:before,
.category-list_bg a:hover .line2:before {
    height: 100%;
}

.category-list_bg a:hover .line1:after,
.category-list_bg a:hover .line2:after {
    width: 100%;
}

.category-list_bg .category-txt {
    max-width: 100%;
}

.category-list_bg .category-name {
    min-height: 66px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .category-list_bg .category-name {
        min-height: auto;
    }
}

@media screen and (max-width: 640px) {
    .category-list_bg .category-name {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 640px) {
    .category-list_bg .category-name {
        margin-bottom: 10px;
    }
}

.category-list_bg .category-name:before {
    width: 46px;
    content: "";
    display: block;
    height: 1px;
    background-color: #006d50;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

@media screen and (max-width: 640px) {
    .category-list_bg .category-name:before {
        width: 40px;
    }
}

@media screen and (max-width: 640px) {
    .category-list_bg a {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .category-list_bg .category-txt {
        display: none;
    }

    .category-list_bg .category-name {
        padding-bottom: 0;
    }

        .category-list_bg .category-name:before {
            display: none;
        }
}



/* Product */
/*.rich-text-editor {
}

    .rich-text-editor ul {
        list-style: initial;
    }

    .rich-text-editor ol {
    }

    .rich-text-editor li {
        margin: 0 0 5px 20px;
        padding: initial;
    }*/


.fw .m-table table {
    table-layout: auto;
    max-width: 895px !important;
}



/* Technology */
.technology-list .category-name {
    font-weight: bold;
    padding-right: 0;
}

    .technology-list .category-name::after {
        display: none;
    }



/* selectize override - dropdown */
.selectize-input {
    padding: 0 9px !important;
    border: solid 1px #d2d2d2 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

    .selectize-input input {
        position: relative !important;
    }

.selectize-control.multi .selectize-input.has-items {
    height: 70px !important;
}

table.my-warranty {
    width: 100%;
}

    table.my-warranty tr th {
        border-bottom: solid 1px #d2d2d2;
        font-weight: bold;
    }

    table.my-warranty tr td .product-image {
        border: solid 1px #d2d2d2;
        display: inline-block;
        padding: 5px;
    }

        table.my-warranty tr td .product-image img {
            max-width: 100px;
        }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.my-account .submenu a,
.member-registration .submenu a {
    color: #f1f1f1;
    text-decoration: underline;
}

    .my-account .submenu a:hover,
    .member-registration .submenu a:hover {
        text-decoration: none;
    }

    .my-account .submenu a.active,
    .member-registration .submenu a.active {
        color: #de1e1e !important;
    }


a.header-logo {
    display:none;
}