h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Kanit",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 700;
 }

body{
    font-family: "Roboto",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 16px;
}

header.header {
    background-color: #000;
    padding: 0px;
}


.header-top-links-wrapper {
    background: linear-gradient(180deg, #F3F4F9 0%, #E2E3E7 100%);
}

.header-top-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 40px;
}



.top-link{
}

.top-link ul{
    float: right;
    margin:0px;
    padding: 0px;
}

.top-link ul li{
    list-style:none;
    float: left;
}

.top-link ul li a {
    padding: 10px 16px;
    color: #000;
    font: 14px/19px "Kanit",Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-transform: uppercase;
}

.top-link ul li a:hover {
    color: #ff2e11;
}


.top-sections {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.header-1 {
    max-width: 15%;
}

.header-2 {
    width: 80%;
    display: flex;
    justify-content: center;
}

.header-3 {
    width: 20%;
}

a.top-header-cta {
    border-color: transparent;
    background: #dd1b00;
    color: #FFF;
    padding: 9px 20px;
    line-height: 20px;
    letter-spacing: 0.1px;
    float: right;
}

a.top-header-cta::before {
    background: -webkit-linear-gradient(left, #e8321f 0%, #ff5222 0%, #ff290f 100%);
    background: linear-gradient(to right, #e8321f 0%, #ff5222 0%, #ff290f 100%);
}

a.top-header-cta:hover{
    color:#fff;
}


a.top-header-cta:hover::before {
    opacity: 0;
}



.lang-widget {
    background: #9193BA;
}

.lang-widget .jcf-select {
    height: 30px;
}

.lang-widget .jcf-select-text {
    color: #fff;
    padding: 5px 29px 5px 10px;
}

.lang-widget .jcf-select .jcf-select-opener:before {
    border-top: 8px solid #fff;
}

.jcf-select .jcf-select-opener {
    width: 30px;
    top: 2px;
}

.mobile-lang-widget{
    display:none;
}


.navbar-default {
    background-color: transparent;
    border-color: #080808;
    border: 0px !important;
    margin: 10px auto 0;
}

.navbar-default .navbar-nav > li > a{
    color: #fff;
    text-transform: uppercase;
    font: 14px/19px "Kanit",Arial,"Helvetica Neue",Helvetica,sans-serif;
    padding: 10px 15px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ff2e11;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ed3833;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ed3833;
    background-color: transparent;
}

.js-wpml-ls-legacy-dropdown {
    width: 55px;
}

.dropdown-menu > li > a {
    text-transform: uppercase;
    font: 14px/19px "Kanit",Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.dropdown:hover>.dropdown-menu{
	display:block;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}


.dropdown-menu > li > a {
    text-transform: uppercase;
    padding-bottom: 10px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ff2e11;
    background-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ed3833;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}


ul.top-links {
    padding: 0;
    margin: 0px;
}

.top-links li {
    list-style: none;
    float: left;
}

.visual .btn.btn-default:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

ul.home-usp {
    display: flex;
    margin: 100px 0 0 0;
    list-style: none;
    font-family: "Kanit",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    color: #fff;
    padding: 0;
}

.home-usp li {
    flex-basis: 20%;
    padding-left: 24px;
    position: relative;
}

.home-usp li::before {
    color: #fff;
    display: inline-block;
    content: "\e905";
    font-family: 'icomoon'!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    left: 0px;
    position: absolute;
}

.project-gallery-items {
    margin-bottom: 10px;
}

.news-section{
    position:relative;
}



.news-section {
    /*color: #fff;*/
    padding: 50px 15px;
}

.news-section time.time {
   /* color: #fff;*/
}

.news-section h2 {
   /* color: #fff;*/
    margin-bottom: 30px !important;
}

.news-item-title {
    border-left: 2px solid #ee4b34;
    padding-left: 5px;
    margin-bottom: 20px;
    width: 100%;
}

.news .news-item-title {
    margin-left: 15px;
}

#cssmenu{
    display: none;
    /*background: #000000;*/
}


li.mobile-menu-item a {
    color: #ed3833 !important;
}
li.mobile-menu-item {
    display: none;
}

.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
}

.single-news #content img {
   /* width: 100% !important;*/
    height: auto !important;
}

.search-block-cnt {
    background: #EFEFEF;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.search-block-cnt .input-group {
    background-color: #fff;
}

.ecu-download-link {
    margin: 0 auto;
    max-width: 300px;
    display: block;
    padding: 20px;
}

.ecu-register-features {
    margin: 30px 0;
}

.post-type-archive-specification #content {
    text-align: justify;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    background-color: #ed3833;
    color: #fff;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #ed3833 !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #ed3833;
    color: #fff;
}

.product_meta {
    display: none;
}


ul.ecu-tuning-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0;
}

.ecu-tuning-list li {
    list-style: none;
    width: 50%;
}

.ecu-tuning-list a {
    color: #000;
    padding-bottom: 10px;
   /* display: inline-block;*/
    padding: 10px;
}

a.btn.btn-warning.shop-btn {
    padding: 20px;
   /* margin: 0 auto;*/
    display: block;
    width: 70%;
}

/*.woocommerce .summary.entry-summary {
    text-align: center;
}*/

.inner-page-contact-btn {
    text-decoration: none !important;
    color: #fff !important;
    margin: 0 auto;
    max-width: 200px;
    display: block;
    padding: 20px;
}

.inner-page-contact-btn1 {
    text-decoration: none !important;
    color: #fff !important;
    margin: 0 auto;
    max-width: 400px;
    display: block;
    padding: 20px;
}

.cat-item a {
    text-transform: uppercase;
}

.variations .label {
    color: #000 !important;
    font-size: 16px;
}

#gtsearch-meg{
    display: none;
}

.pagination { 
    width: 100%;
}

.exp_floatdiv_content_padding_pro {
    box-shadow: none;
}

.exp_floatdiv_content_padding_pro .alignleft {
    float: left;
    margin: 0px 2px;
}

.exp_floatdiv_content_padding_pro {
    float: right;
    }

.mobile_whatsapp{
    display:none;
}
.exp_floatdiv_content_pro a {
    float: left;
}


.product-addon {
    text-align: left;
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    background-color: #ed3833 !important;
    border: 0px;
}

.pum-theme-lightbox .pum-container{
    padding:15px 0px !important;
}


div#gform_widget-2 {
    padding: 10px 10px 10px 20px;
    background-color: #EFEFEF;
    border-radius: 10px;
}

#gform_widget-2 label.gfield_label {
    display: none;
}

.feature-list {
    position: relative !important;
    margin: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    top: auto;
    left: auto;
    right: auto;
    z-index: 2;
    padding: 0 15px;
}

#menu-button span {
    position: absolute;
    top: 28px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    background: #dddddd;
}

.menu-opened span {
    display: none !important;
}

div#ajaxsearchlite1 {
    background-color: #fff !important;
    background-image: none !important;
}

.probox {
    display: block !important;
    height: auto !important;
    padding: 10px !important;
    background-color: #EFEFEF !important;
    background-image: none !important;
    color: #000 !important;
    margin: 10px 0 !important;
}

.proinput input::placeholder {
    color: #000 !important;
}

div.asl_m .probox .proinput {
    min-width: 331px;
    }

#ajaxsearchlite1 .probox, div.asl_w .probox {
   
    border: 0px !important;
    border-radius: 5px !important;
}

.single-product h2 {
    font-size: 25px;
}

.product-desc {
    text-align: left;
}

.product-desc h2 {
    border-bottom: 2px solid #80808f;
}

.related li {
    width: 45% !important;
}

h2.woocommerce-loop-product__title {
    font-size: 17px !important;
    line-height: 25px;
    min-height: 100px;
    display: block;
}

.blogpost{
    display: block !important;
}

#sidebar h2.woocommerce-loop-product__title {
    min-height: 10px;
}

#sidebar li.product{
    margin-bottom:10px !important;
}


#sidebar li.product a {
    text-decoration: none;
    color: #000;
}

#sidebar input#searchsubmit {
    margin-top: 10px;
}

#sidebar .woocommerce ul.products li.product a img {
    width: 65%;
}

#sidebar .add_to_cart_button {
    color: #fff !important;
}


section.sidebar-news-section {
    margin-bottom: 20px;
}


.sidebar-news-section ul {
    padding-left: 20px;
}

#sidebar h3 {
    text-transform: uppercase;
    font-size: 30px;
}

.blogpost .text-holder{
    padding-right: 0px;
}

ul.tuning-list {
    padding-left: 20px !important;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0;
}

.tuning-list li {
    width: 50%;
    padding: 0 10px;
}

.tuning-list li:before {
    content: "\f061";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #ed3833;
}

ul.ecu-tuning-list {
    padding-left: 20px !important;
}

.ecu-tuning-list li:before {
    content: "\f061";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #ed3833;
}

.blogpost a {
    border-bottom: 2px solid #80808f;
    padding-bottom: 2px;
}

/*.zip-top-banner {
    background-image: url(../images/zip-top-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}*/

.visual:after {
    opacity: .8;
    z-index: 2;
   
}

.visual .bg-stretch {
       z-index: 1;
}


video#video {
       z-index: 2;
}

.visual .row.flex-row {
    position: absolute;
    z-index: 3;
   
}

.lang-widget .jcf-select-text {
    color: #fff;
}

.probox {
    margin: 0px !important;
}

.proinput {
    max-height: 40px;
}

.asp_w {
    margin-bottom: 20px !important;
}


ul.footer-social-icons {
    display: flex !important;
}

.footer-social-icons li {
    padding-right: 15px;
    font-size: 40px;
}

.footer-social-icons a {
    color: #fff !important;
}

.footer-social-icons a:hover {
   color: #80808f !important;
}








@media (min-width: 1330px){
    .blogpost .blog-header {
        padding: 31px 40px 75px 59px;
        margin: -264px 0 0;
    }

   /* .visual {
        max-height: 490px;
        min-height: 400px;
    }*/

    .visual .bg-stretch {
        left: 15px;
    }


}


@media (min-width: 992px){
    .woocommerce-page div.product div.images {
        float: left !important;
        width: 48% !important;
    }

    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
        width: 30.75% !important;
        margin: 0 1.8% 2.992em 0 !important;
        clear: none !important;
    }

     .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        float: right !important;
        width: 48% !important;
        clear: none !important;
    }

    

    .visual .bg-stretch {
        left: 15px;
    }
}


@media (min-width: 769px){
    .psfd_width_160px {
        width: 200px;
    }

    .visual .bg-stretch {
        left: 15px;
    }

    #ajaxsearchpro1_1 .probox .proinput input{
        min-width: 600px !important;
    }

    #ajaxsearchpro2_1 .probox .proinput input{
        min-width: 600px !important;
    }

}

@media(max-width:768px){

   .web_whatsapp{
        display:none;
    }

    .mobile_whatsapp{
        display:block;
    }

    div.asl_m .probox .proinput {
     min-width: 300px;
    }

   .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 43% !important;
    }

    video#video {

        display: none;
    }

    .tuning-list li {
        width: 50%;
    }

    #ajaxsearchpro1_1 .probox .proinput input{
        min-width: 600px !important;
    }

    #ajaxsearchpro2_1 .probox .proinput input{
        min-width: 600px !important;
    }

    ul.home-usp {
        flex-direction: column;
        margin: 30px 0 0;
    }

    .home-usp li {
        flex-basis: 100%;
        margin: 0 0 10px 0;
    }

    

}

@media (max-width: 480px){
    .psfd_width_160px {
        width: 200px;
        max-width: 200px;
    }

    #ajaxsearchpro1_1 .probox .proinput input{
        min-width: 300px !important;
    }

    #ajaxsearchpro2_1 .probox .proinput input{
        min-width: 300px !important;
    }
}


@media (min-width: 992px){

    .page h2, .page h3{
        margin: 10px 0 10px;
    }

    .page h2{
        font-size: 30px;
    }

    .page h3{
        font-size: 20px;
    }

    .page img.alignnone {
        margin: 20px 0;
    }

}


@media(max-width:768px){
     
     header.header {
        background-color: #000;
        padding: 15px 0 20px 0;
    }

    .header-top-links-wrapper{
        display: none;
    }

    #cssmenu{
        display: block;
    }

    .header-1 {
        max-width: 50%;
        margin: 10px 0;
        flex-basis: 50%;
    }

    .header-2{
        display: none;
    }

    .header-3 {
        flex-basis: 50%;
        margin: 10px 0;
    }

    .top-header-cta{
        display: none;
    }

    .mobile-lang-widget{
        display: block
    }

    .lang-widget {
        width: 60px;
        float: right;
    }

    ul.feature-list {
        display: none;
    }

    .top-link {
        display: none;
    }

    /*.top-link-mobile {
        margin: 10px 0;
        display: flex;
    }
    .top-link-mobile span {
        flex-grow: 1;
        text-align: center;
    }*/

    li.mobile-menu-item {
        display: block;
    }

    #cssmenu #menu-button:before {
        height: 4px;
    }

    .menu-opened:before {
        height: 2px !important;
    }

    .carrousel{
        display: none !important;
    }


}

@media (max-width: 480px){

    #sidebar .woocommerce ul.products li.product a img {
      width:auto;
    }

    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 95% !important;
    }

    .tuning-list li {
        width: 100%;
    }

}