@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
/* font-family: 'Roboto', sans-serif; */

@media (min-width: 1200px) {
	body .container.container-small {
		width: 63%;
	}
	body .container.container-medium {
		width: 75%;
	}
	body .container.container-large {
        width:87.5%;
	}
}

/*revision*/
.latest-news-post {
    display: none;
}
.children .list-group-item {
    margin-bottom: 0!important;
}
.children .list-group-item a {
    padding-bottom: 0;
}
.children .list-group-item:last-child a {
    padding-bottom: 12px;
}
.section-1-desc {
    width: 65%;
    margin-left: 3%;
}
.section-2-desc {
    width: 65%;
    margin-right: 3%;
}
.section-2-img{
    width: 35%;
}
.section-1-img{
    width: 35%;
}
.ytd-video iframe{
    width: 100%;
}
.cu_pad{
    padding-top: 20px;
}
.inner_code h4{
    text-transform: capitalize;
}
.header-container .header-menu #main-menu a{
    justify-content: left;
}
body .header-container{
    padding: 0 15px;
}

ul#main-menu {
    height: 100%;
    align-items: center;
}
#main-menu li {
    height: 100%;
    align-items: center;
}
body .header-container .header-menu #main-menu>li>a{
    height: 100%;
    padding: 40px 15px;
}
body .header-container .header-menu #main-menu>li:not(:last-child)>a::after{
   width: 1px;
    height: 10px;
    content: ''!important;
    background: #000;
    display: block;
    position: absolute;
    right: -3px;
}
#articles-column-left .news-ctgr .children.level-2{
    background: #fff;
}
.slider-slideshow-description .slider-slideshow-description-texts{
    display:none!important;
}

/*End*/

.account-login .fullwidth-btn,
.information-contact .contact-footer .btn.btn-primary {
    min-width: 150px !important;
    padding: 15px 20px !important;
    border-radius: 50px !important;
}

body, p{
    color:#222222;
    font-family: 'Roboto', sans-serif;
	font-size: calc(12px + .3125vw) !important;
}
@media (max-width: 1600px ){
    body, p {
        font-size: calc(10px + .3125vw) !important;
    }
}

body h3 {
    font-weight: 500 !important;
}
.pd-b50 {
	padding-bottom: 50px;
}
.pd-b60 {
	padding-bottom: 60px;
}
.border-radius-5 {
	border-radius: 5px !important;
}

.border-radius-10 {
	border-radius: 10px !important;
}
.border-radius-15 {
	border-radius: 15px !important;
}
.border-radius-25 {
	border-radius: 15px !important;
}
.border-radius-35 {
	border-radius: 35px !important;
}
.underline {
	text-decoration: underline !important;
}
.uppercase {
	text-transform: uppercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.font-smaller {
	font-size: calc(14px + .3125vw) !important;
}
.font-small {
	font-size: calc(18px + .3125vw) !important;
}
.font-medium {
	font-size: calc(21px + .3125vw) !important;
}
.font-medium2 {
	font-size: calc(25px + .3125vw) !important;
}
.font-larger {
	font-size: calc(32px + .3125vw) !important;
}
.work-san {
	font-family: 'Work Sans', sans-serif;
}
.f500 {
	font-weight: 500 !important;
}
.f700 {
	font-weight: 700 !important;
}
.flex-space {
    justify-content: space-between;
}
.bg-img-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}


/* site */
.about-us-body-tab-nav {
    display: flex;
    justify-content: center;
}
#about-tabs.nav-tabs {
    border: none !important;
    margin-bottom: 4vw;
    flex-wrap: wrap;
    justify-content: center;
}
#about-tabs.nav-tabs>li {
    margin: 0 5px calc(8px + .8vw) 5px;
}
#about-tabs.nav-tabs>li>a, 
#about-tabs.nav-tabs>li>a:focus, 
#about-tabs.nav-tabs>li>a:hover{
    cursor: pointer;
    background:none !important;
    border:#636363 2px solid !important;
    border-radius: 50px;
    padding:15px 20px;
    min-height: 50px;
    text-align: center;
    min-width: 200px !important;
}

#about-tabs.nav-tabs>li.active>a, 
#about-tabs.nav-tabs>li.active>a:focus, 
#about-tabs.nav-tabs>li.active>a:hover{
    cursor: pointer;
    background-color: #636363 !important;
    color:#fff !important
}

/*.about-content > div > div{*/
/*    width: calc(40% - 50px);*/
/*}*/
.about-content > div {
    width: 100%;
    margin-bottom: 50px;    
}

/*.about-content > div > div:last-child{*/
/*    margin-left: 30px;*/
/*}*/
.about-us-container .section-1-img > div,
.about-us-container .section-2-img > div{
    min-height: 26vw;
    width: 100%;
}
.about-us-container .section-1-img > div.video-container video,
.about-us-container .section-2-img > div.video-container video{
    width: 100%;
}
.about-content h3{
    font-weight: 500 !important;
    font-size: calc(20px + .3125vw) !important;
}


.language-selector {
    right: 160px;
    top: 0;
    background: #c7611c;
    /* border-radius: 20px; */
    margin: calc(.2vw) 0;
    padding: 0 5px;
}
.language-selector .btn-group > button {
    color:#fff !important;
    font-size: 12px;
    text-transform: capitalize;
}
.language-selector .btn-group  .dropdown-menu button {
    color:#000 !important;
    font-size: 12px;
    text-transform: capitalize;
}

/*.header-menu #main-menu > li:not(:first-child) {*/
/*    border-left: 1px solid #222 !important;*/
/*}*/
header .header-container .header-menu #main-menu a {
   
    font-weight: bold !important;
    font-size: calc( (20px / 1.1) + (((20/11)/19.2) * 1vw))!important;
}


.text_menu_hover_color, .fixed-header .header-container .header-menu #main-menu > li.active a, 
.fixed-header .header-container .header-menu #main-menu > li:hover a {
    color:rgb(255,0,0) !important;
}


.footer-upper-row,
.footer-upper-row p {
    font-size: calc(9px + .3125vw) !important;
}


.newsletter-module {
    padding-bottom: 2vw;
}
.footer-bottom .container {
    font-size: calc(9px + .3125vw) !important;
    padding-top: 15px;
    border-top: 1px #999999 solid;
}
.footer-bottom .container p{
    font-size: calc(9px + .3125vw) !important;
}
footer h5 {
    letter-spacing: 1px;
}
.newsletter-module button.btn.btn-primary{
    background-color:#c7611c !important;
}

.breadcrumb > li:last-child a {
    font-weight: normal !important;
}

.article-button a {
    color:#c7611c !important;
}
.article-button a:focus,
.article-button a:active,
.article-button a:hover {
    color:#cf7030 !important;
}

.article-date,
.article-description,
.article-description p,
.article-inner .date-added,
.article-inner .article-inner-description,
.article-inner .article-inner-description p{
    color:#888888 !important;
}

.year-wrap{
    background-color: #636363;
    border-radius: 50px;
    color: #fff !important;
    width: 100%;
}

.year-wrap a{
    color: #fff !important;
}
.list-group .year-wrap a.active, 
.list-group .year-wrap a.active:hover, 
.list-group .year-wrap a:hover{
    background-color: #636363;
    border-radius: 50px;
}
.year-list-children {
    padding-left: calc(5px + 1vw) !important;
}
.year-list-children:hover,
.year-list-children:active,
.year-list-children:focus {
    color:rgb(255,0,0) !important
}

#articles-column-left .list-group .children a.active, 
#articles-column-left .list-group .children a.active:hover, 
#articles-column-left .list-group .children a:hover {
    background-color: transparent !important;
    color:rgb(255,0,0) !important
}

#news_latest.bnews-list .artblock .info{
    color: #888888 !important;
    font-size: 14px;
}

#news_latest.bnews-list .artblock .img_container {
    width: calc(20% - 0px) !important;
}
#news_latest.bnews-list .artblock .info {
    width: calc(80% - 0px) !important;
}

body .btn-primary.media-detail__btn--white {
    border-radius: 50px !important;
    background-color: #636363 !important;
    /*width: 10vw;*/
    padding: 15px 20px;
}

.media-detail__btn-group > *.article-back {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.media-detail__btn-group > *.article-back a{
    text-decoration: underline;
}

.media-detail__btn-group > *.article-back:hover {
    opacity: 0.7
}

.article-inner .date-added {
    color:#888888 !important;
}
.article-inner-title {
    color:#222 !important;
}
.page-banner .page-banner-title {
    display: none;
}

.information-contact .form-control {
    border-radius: 9px;
    height: 50px;
}
.information-contact textarea.form-control {
    border-radius: 9px;
    height: 150px;
}



.login-instruction {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.login-instruction .main-title {
    text-align: center;
    width: 100%;
	font-size: calc(25px + .3125vw) !important;
    margin-bottom: 1.5vw;
    line-height: 1em;
}

.login-instruction .desc {
    display: flex;
    justify-content: center;
    text-align: center;
    width:100%;
    /*max-width:400px;*/
	font-size: calc(12px + .3125vw) !important;
    margin-bottom: 2.5vw;
}
.login-page-wrapper.flex>*:first-child{
    width: 65%;
}
.login-page-wrapper.flex>*:last-child{
    width: 35%;
}

/* login step */
.login-page-wrapper .login-step{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
    padding-right: 5vw;
}
.login-page-wrapper.flex .each-login-step{
    width: 165px;
    display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-height: 170px;
}
.login-page-wrapper .each-login-divider{
    width: 70px;
    background-origin: content-box;
    background-image: url('img/right-arrow.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    max-height: 170px;
}
.login-page-wrapper #column-right {
    width: 100%;
}

.login-page-wrapper.flex .login-step > *:nth-child(-n+8) {
    order:1;
}
.login-page-wrapper.flex .login-step > *:nth-child(8) {
    padding-right: 3vw;
    background-image: url('img/down-arrow.png');
    background-origin: content-box;
    background-position: right;
    width: 100%;
    height: 90px;
}
.login-page-wrapper.flex .login-step > *:nth-child(9) {
    order:8;
}
.login-page-wrapper.flex .login-step > *:nth-child(10) {
    background-image: url('img/left-arrow.png');
    order:7;
}
.login-page-wrapper.flex .login-step > *:nth-child(11) {
    order:6;
}
.login-page-wrapper.flex .login-step > *:nth-child(12) {
    background-image: url('img/left-arrow.png');
    order:5;
}
.login-page-wrapper.flex .login-step > *:nth-child(13) {
    order:4;
    margin-left: calc(165px + 70px);
}
.login-page-wrapper.flex .login-step > *:nth-child(14) {
    display: none;
}
.each-login-step-img {
    min-height: 90px;
}
.each-login-step-title {
    min-height: 25px;
}
.each-login-step-title,
.each-login-step-text{
    width: 100%;
    font-weight: 500;;
}
.each-login-step-text{
    min-height: 50px;
    font-size: calc(9px + .3125vw) !important;
}
.each-login-step-title .red{
    color:#c7611c !important;
}
/* login step */
.login-page-wrapper {
    padding-top:30px;
}
.login-form-wrapper .form-group input{
    height: 2.5vw;
    background-color: #e6e8e9;
    border: none !important
}

.login-bottom-text .desc,
.login-forgotten {
    font-size: calc(8px + .3125vw) !important;
}
.login-bottom-text .title,
.login-bottom-text .desc {
    text-align: left;
}
.login-bottom-text {
    margin-top: 2vw;
}
.login-bottom-text .title {
    font-weight: bold;
    font-size: calc(18px + .3125vw) !important;
    margin-bottom: 15px;
}
.login-forgotten a{
    text-decoration: underline;
    color:#006ddd !important; 
}
.login-forgotten a:hover{
    opacity: 0.6;
}

/* Home */
.slideshow .slider-custom-dots{
    text-align: center!important;
}
body .slideshow .slider-custom-dots .owl-dot{
    width: 10px!important;
    height: 10px!important;
    margin: 6px 12px!important;
}
body .slideshow .slider-custom-dots .owl-dot.active{
    background-color: #c7631a!important;
    border: 1px solid #c7631a!important;
}
.slider-slideshow-description .slider-slideshow-description-texts{
    max-width: calc(700px + 10vw);
}
.slideshow .slider-slideshow-description-texts .title{
    font-size: calc(14px + .625vw);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: calc(6px + .6vw);
}
.slideshow .slider-slideshow-description-texts .description{
    display: flex;
    flex-direction: column;
    margin-bottom: calc(6px + .4vw);
}
.slideshow .background-type-dark_image .slider-slideshow-description-texts .description > *{
    color: #fff!important;
}
.slideshow .background-type-light_image .slider-slideshow-description-texts .description > *{
    color: #000!important;
}
.slideshow .slider-slideshow-description-texts .description > *{
    font-size: calc(14px + .55vw)!important;
    font-weight: 300;
    line-height: normal;
}
.slideshow .slider-slideshow-description-texts .description .slideshow-text-0{
    margin: 0!important;
}
.slideshow .slider-slideshow-description-texts .description .slideshow-text-1{
    font-size: calc(20px + 2vw) !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.home_why_yenom{
    background-color: #f4f4f4!important;
}
.home-why-yenom-container .content .item{
    width: 33.33%;
    text-align: center;
    padding: calc(15px + 1.5vw);
    margin-bottom: calc(8px + .6vw);
}
.home-why-yenom-container .content .item+.item{
    border-left: 2px solid #ccc;
}
.home-why-yenom-container .content .item:nth-child(3n+1){
    border: none;
}
.home-why-yenom-container .content .item .image{
    margin-bottom: calc(10px + 1.2vw);
}
.home-why-yenom-container .content .item .title{
    font-size: calc(14px + .7vw);
    font-weight: 500;
    line-height: normal;
}
.home-application-container .item{
    width: calc(50% - 20px);
    background-color: #f5f5f5;
    margin: 10px;
    padding: calc(20px + 2vw) 20px 20% calc(20px + 1vw);
    background-size: cover!important;
}
.home-application-container .item .title{
    font-size: calc(16px + .8vw);
    font-weight: bold;
    margin-bottom: calc(8px + .6vw);
}
.home-application-container .item a{
    color: #c7611c!important;
    font-family: 'Roboto', sans-serif;
    font-size: calc(14px + .5vw);
    font-weight: bold;
    padding: 0!important;
}
.home-application-container .button{
    padding: calc(15px + 1vw) 0 10px 0;
}
.common-home .featured{
    background-color: #f5f5f5!important;
}
.featured-news .slick-track{
    display: flex!important;
}
.featured-news .slick-slide{
    display: flex !important;
    flex: 0 1 auto;
    height: auto;
}
.featured-news .slick-slide > div{
    height: 100%;
}
.featured-news .article-gutter{
    border: 2px solid #ddd;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    height: 100%;
}
.featured-news .article-gutter:hover{
    border: 2px solid #000;
}
.featured-news .article-gutter .image{
    padding-bottom: 35%;
    background-size: cover!important;
    /* margin-top: -1px;
    margin-left: -1px;
    width: calc(100% + 2px); */
}
.featured-news .article-gutter .content{
    padding: calc(8px + .6vw) calc(12px + 1vw);
}
.featured-news .article-gutter .content .title{
    font-size: calc(14px + .6vw);
    font-weight: 500;
    margin-bottom: calc(5px + .4vw);
}
.featured-news .article-gutter .content .description{
    color: #888;
    margin-bottom: calc(5px + .4vw);
}
.featured-news .article-gutter .content .button a{
    color: #c7611c!important;
    font-family: 'Roboto', sans-serif;
    font-size: calc(14px + .3vw);
    font-weight: bold;
    padding: 0!important;
}
.common-home .featured-news .slick-list{
    margin: 0 calc(-5px - 1vw);
}
.common-home .featured-news .slick-slide{
    margin: 0 calc(5px + 1vw);
}
.section-space.featured_article{
    background-color: #ebebeb!important;
}
.logo-slider .slick-slide img{
    padding: 0!important;
}
.section-space.testimonial_module{
    background: #f5f5f5 url('img/bg-1.jpg') top center no-repeat!important;
}
.home-testimonial-container .item{
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
    width: 33.33%;
    height: 100%;
    padding: calc(8px + 1.2vw) calc(12px + 2vw);
    background: #fff;
    border: 2px solid #ddd;;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}
.home-testimonial-container .item .description{
    margin-bottom: calc(8px + .6vw);
}
.home-testimonial-container .item .description > *{
    color: #888!important;
}
.home-testimonial-container .item .description .quote{
    position: relative;
    max-width: calc(18px + .6vw);
}
.home-testimonial-container .item .description .quote.up{
    left: -1vw;
    margin-bottom: calc(10px + 1.2vw);
}
.home-testimonial-container .item .description .quote.bot{
    right: -1vw;
    margin-left: auto;
}
.home-testimonial-container .item .content{
    width: 100%;
    align-items: center;
}
.home-testimonial-container .item .content .image{
    max-width: 85px;
    margin-right: 12px;
}
.home-testimonial-container .item .content .title{
    font-weight: 500;
}
.home-testimonial-container .item .content .designation{
    color: #888;
}
.home-testimonial-container .slick-track{
    display: flex!important;
}
.home-testimonial-container .slick-list{
    margin: 0 calc(-6px - .6vw);
}
.home-testimonial-container .slick-slide{
    display: flex !important;
    flex: 0 1 auto;
    height: auto;
    margin: 0 calc(6px + .6vw);
}
.home-testimonial-container .slick-slide > div{
    height: 100%;
}
.product-product .formbulider{
    max-width: 950px;
    margin: auto;
    padding: calc(20px + 2vw) 0;
}
.common-home .tmdformbulider .formbulider{
    max-width: 950px;
    margin: auto;
}
.information-contact .formbulider h2{
    display:none;
}
.common-home .tmdformbulider .formbulider .form-horizontal > div, 
.information-contact .formbulider #formbuilder2,
.product-product .formbulider .form-horizontal > div{
    display: flex;
    flex-wrap: wrap;
}
.common-home .tmdformbulider .form-group, 
.information-contact .formbulider .form-group, 
.product-product .formbulider .form-group{
    width: 50%;
    display: flex;
    padding: 0 6px;
    margin: 0 0 12px 0;
}
.common-home .tmdformbulider .form-group .col-sm-12, 
.information-contact .formbulider .form-group .col-sm-12, 
.product-product .formbulider .form-group .col-sm-12{
    padding: 0;
}
.common-home .tmdformbulider .form-group:last-child, 
.information-contact .formbulider .form-group:last-child, 
.product-product .formbulider .form-group:last-child{
    width: 100%;
}
.common-home .tmdformbulider .form-group label, 
.information-contact .formbulider .form-group label, 
.product-product .formbulider .form-group label{
    display: none;
}
.common-home .tmdformbulider .form-group input, .common-home .tmdformbulider .form-group select, 
.information-contact .formbulider .form-group input, .information-contact .formbulider .form-group select, 
.product-product .formbulider .form-group input, .product-product .formbulider .form-group select{
    height: calc(40px + .5vw);
    border: 1px solid #ddd;
    padding: 8px calc(12px + .6vw);
}
.common-home .tmdformbulider .form-group textarea, 
.information-contact .formbulider .form-group textarea, 
.product-product .formbulider .form-group textarea{
    border: 1px solid #ddd;
    padding: 8px calc(12px + .6vw);
}
.common-home .tmdformbulider .form-group.textarea, .common-home .tmdformbulider .form-group.select, 
.information-contact .formbulider .form-group.textarea, .information-contact .formbulider .form-group.select, 
.product-product .formbulider .form-group.textarea, .product-product .formbulider .form-group.select{
    width: 100%;
}
.common-home .tmdformbulider .buttons, 
.information-contact .formbulider .buttons, 
.product-product .formbulider .buttons{
    margin: 0;
    width: 50%;
}
.common-home .tmdformbulider .buttons .btn, 
.information-contact .formbulider .buttons .btn, 
.product-product .formbulider .buttons .btn{
    max-width: calc(180px + 2vw);
    margin-left: auto;
}
/* End Home */

/* General */
.btn-primary{
    padding: calc(6px + .5vw) calc(12px + 1vw)!important;
    border-radius: 50px!important;
    line-height: normal;
    border: 1px solid #636364!important;
}
a.btn-default:not(.btn-number){
    padding: calc(6px + .5vw) calc(12px + 1vw)!important;
    border-radius: 50px!important;
    line-height: normal;
}
.flex-wrap{
    flex-wrap: wrap;
}
.justify-center{
    justify-content: center;
}
.product-view>.product-gutter{
    width: calc(33.33% - 24px)!important;
    margin: 0 12px 24px 12px;
}
.product-gutter{
    border: 2px solid #ddd!important;
}
.product-gutter:hover{
    border: 2px solid #000!important;
}
.featured-module .slick-list, .related-products .slick-list{
    margin: 0 -12px!important;
}
.featured-module .slick-slide, .related-products .slick-slide{
    margin: 0 12px!important;
}
.featured-module .slick-nav.left, .featured-module .slick-nav.prev{
    left: -50px!important
}
.featured-module .slick-nav.right, .featured-module .slick-nav.next{
    right: -50px!important
}
.common-home .slick-slide{
    padding: 12px 0;
}
.product-gutter:hover{
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}
.special-sticker, .sticker{
    padding: 5px 20px!important;
    border-radius: 0!important;
    font-weight: 500;
    margin: calc(5px + .6vw)!important;
}
.special-sticker{
    background-color: #ab0000!important;
}
.float-whatsapp{
    max-width: calc(40px + 2.5vw);
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.3s;
}
.float-whatsapp:hover{
    max-width: calc(35px + 2vw);
}
.google-translate{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.skiptranslate.goog-te-gadget{
    height: 30px;
    overflow: hidden;
}
/* End General */

/* Product */
#input-sort{
    height: calc(40px + .5vw);
    border: 1px solid #ddd;
    padding: 8px calc(12px + .6vw);
    margin-right: -7.5px;
}
#side-categories .item.level-1{
    background-color: #e5e5e5!important;
    border: 1px solid #e5e5e5!important;
    border-radius: 25px!important;
    margin: calc(6px + .5vw) 0!important;
}
#side-categories .item.level-1.active{
    background-color: #636363!important;
    border: 1px solid #636363!important;
}
html body #side-categories .item.level-1 a{
    color: #000!important;
    padding: calc(5px + .3vw) calc(12px + .6vw)!important;
}
html body #side-categories .item.level-1.active a{
    color: #fff!important;
}
#side-categories .active .level-1.pointer:after{
    content: '\2212'!important;
    color: #fff!important;
    transform: rotate(0deg)!important;
}
#side-categories .item.level-2{
    border: none!important;
}
#side-categories .item.level-2:hover{
    background-color: #fff!important;
    text-decoration: underline;
}
#side-categories .item.level-2 a{
    padding: 2px calc(10px + .6vw)!important;
}
#filter-groups>div{
    margin-bottom: calc(20px + 1vw)!important;
}
#side_filter .list-group{
    padding-top: .6vw!important;
}
.product-category .checkmark{
    top: 2px!important;
}
#side-price .ui-slider-handle{
    width: 18px!important;
    height: 18px!important;
}
#side-price .ui-slider-range, #side-price .ui-slider-handle{
    background: #636363!important;
}
.product-block .product-name{
    padding: 5px 0!important;
}
.product-block .product-name a{
    font-size: calc(14px + .3125vw) !important;
    font-weight: 500;
}
body .product-block .product-details .price{
    font-size: calc(14px + .3125vw) !important;
    font-weight: 500;
    padding-top: calc(5px + .3vw);
}
.product-block .product-details .price .price-old{
    font-size: calc(14px + .3125vw) !important;
    font-weight: 500;
    opacity: 0.4!important;
}
.product-block:hover .btn-group.product-button{
    display: flex;
    background-color: rgba(255,255,255,.7);
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 1;
    justify-content: center;
    align-items: center;
}
.product-block:hover .btn-group.product-button .btn{
    max-width: 200px;
    font-weight: bold;
    background-color: #c7611c!important;
    border: 1px solid #c7611c!important;
}
/* End Product */

/* Product Inner */
.product-image-main-container{
    border: 1px solid #ddd;
}
.product-product .product-title{
    color: #000!important;
}
.product-product .product-title:before{
    display: none!important;
}
.product-product .product-description > *{
    color: #636363!important;
}
.product-product #product .form-group{
    margin-bottom: calc(12px + .6vw)!important;
}
.product-product #product .form-group select, .product-product #product .form-group input[type="text"], .product-product #product .form-group input[type="number"]{
    height: calc(40px + .5vw);
    border: 1px solid #ddd;
    padding: 8px calc(12px + .6vw);
}
.product-product #product .form-group textarea{
    border: 1px solid #ddd;
    padding: 8px calc(12px + .6vw);
}
.product-product .old-prices, .product-product .product-special-price, .product-product .unit-prices{
    font-size: calc(15px + .4vw) !important;
    font-weight: 500;
}
.product-product .product-special-price{
    margin-left: 0!important;
    margin-right: 12px;
}
.product-product .quantity-wrapper .form-group{
    display: flex;
}
.product-product .quantity-wrapper .form-group label{
    width: 30%!important;
}
.product-product .quantity-wrapper .form-group .input-group{
    width: 70%!important;
    border: 1px solid #ddd;
    border-radius: 25px;
}
.product-product .quantity-wrapper .form-group .input-group input, .product-product .quantity-wrapper .form-group .input-group button{
    border: none!important;
    box-shadow: none!important;
    background-color: transparent!important;
}
.product-product #button-cart{
    min-width: calc(180px + 2.5vw);
    margin-right: calc(8px + .6vw)!important;
    margin-bottom: calc(8px + .6vw);
}
body.product-product .download-btn{
    font-weight: bold;
    color: #636363!important;
    border: 2px solid #636363!important;
    background-color: #fff!important;
    padding: calc(5px + .45vw) calc(12px + 1vw)!important;
}
.product-product .download-image{
    max-width: 20px;
    margin-left: 8px;
}
.product-product .product-image-additional-container .slick-nav img{
    border: none!important;
}
.product-product .product-image-additional-container{
    padding: 0px 40px!important;
}
.product-product .product-image-additional-container .slick-nav.left, .product-product .product-image-additional-container .slick-nav.prev{
    left: -40px!important;
}
.product-product .product-image-additional-container .slick-nav.right, .product-product .product-image-additional-container .slick-nav.next{
    right: -40px!important;
}
.product-product #product>.form-group>div.add-to-cart-button-wrapper{
    align-items: flex-start;
}
.product-product .nav-tabs{
    margin-top: calc(15px + 2vw);
}
#product-tabs.nav-tabs>li{
    margin-bottom: 0!important;
}
.product-product #product-tabs.nav-tabs>li a, .product-product #product-tabs.nav-tabs>li a:hover{
    color: #fff!important;
    background-color: #c5c5c5;
    font-weight: 500!important;
    border: 1px solid #c5c5c5!important;
    padding: calc(8px + .4vw) calc(15px + 1vw)!important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.product-product #product-tabs.nav-tabs>li.active a, .product-product #product-tabs.nav-tabs>li.active a:hover{
    color: #fff!important;
    background-color: #636363;
    border: 1px solid #636363!important;
}
.product-product #product-tabs.nav-tabs>li a:before{
    display: none!important;
} 
/* End Product Inner */

/* Article */
.article-inner .content.blog-gallery{
    margin-bottom: calc(12px + 1vw);
}
.news-ncategory .n59 .latest-news-post, .news-ncategory .n59 #articles-column-left .year{
    display: none;
}

.n59.article_listing_layout_3 #articles-column-left{
    margin: 0;
    padding: 0;
    border: none;
    position: fixed;
    width: 18%;
    top: 32%;
    z-index: 4;
}
.article_listing_layout_3 .news-post{
    margin-bottom: calc(20px + 2.5vw);
}
.article_listing_layout_3 .news-post:nth-child(even){
    flex-direction: row-reverse;
}
.article_listing_layout_3 .news-post:nth-child(odd) .article-text-wrapper{
    padding-right: 0;
}
.article_listing_layout_3 .news-post:nth-child(even) .article-text-wrapper{
    padding-left: 0;
}
.article_listing_layout_3 .news-post > div{
    flex: 1 1 50%;
}
/*.article_listing_layout_3 .article-text-wrapper{
    padding: 0 0 0 30px;
}*/
.article_listing_layout_3 .article-name a{
    font-size: calc(16px + .6vw)!important;
    color: #636363!important;
}
.article_listing_layout_3 .article-date{
    display: none;
}
.article_listing_layout_3 .article-description, .n59.article_listing_layout_3 .article-description p{
    color: #222!important;
    font-size: calc(14px + .35vw)!important;
}
.download-box{
    display: flex;
    justify-content: center;
    padding: calc(20px + .8vw) 0;
}
.download-box .item+.item{
    margin-left: 20px;
}
.download-box .item .btn-download{
    font-weight: 500;
    padding: calc(8px + .6vw) calc(15px + 1.2vw)!important;
    border-radius: 50px!important;
    line-height: normal;
    border: 2px solid #636364!important;
}
.download-box .item .btn-download:hover{
    color: #fff!important;
    background-color: #f60100;
    border: 2px solid #f60100!important;
}
.download-box .item .btn-download img{
    margin-left: 8px;
}
.download-box .item .btn-download:hover img{
    display: inline-block!important;
}
/* End Article */

/* Checkout */
.quickcheckout-checkout .button-update{
    border-radius: 0!important;
    padding: 6px 12px!important;
}
/* End Checkout */
.news-ncategory #content>h2{
    text-align: left!important;
}
.news-ncategory #content>h2::before{
    background-color:transparent!important;
}
/* responsive */
@media(max-width: 1790px) {
    .login-page-wrapper.flex .each-login-step {
        width: 150px;
    }
}
@media(max-width: 1700px) {
    header .header-container .header-menu #main-menu a {
        font-size: calc( (16px / 1.1) + (((16/11)/19.2) * 1vw))!important;
    }
    .each-login-step-img img{
        width: 75%
    }
    .login-page-wrapper.flex .each-login-step {
        width: 115px;
    }
    .login-page-wrapper.flex .login-step > *:nth-child(13) {
        margin-left: calc(115px + 70px);
    }
}

@media(max-width: 1500px) {
    body header.fixed-header > .container{
        width: 95%;
    }
}
@media(max-width: 1400px) {
    #input-sort{
        margin-right: -15px;
    }
    .product-view>.product-gutter{
        width: calc(33.33% - 12px)!important;
        margin: 0 6px 12px 6px;
    }
    body header.fixed-header > .container{
        width: 95%;
    }
    .header-logo-image{
        max-width: calc(100px + 5vw);
    }
    .login-page-wrapper .login-step {
        justify-content: center;
    }
    .login-page-wrapper.flex .each-login-step {
        width: 100px;
    }
    .login-page-wrapper .login-step {
        padding-right: 1vw;
    }
    .login-page-wrapper .login-step {
        justify-content: flex-start;
    }
    body .header-container .header-menu #main-menu>li>a {
        padding: 40px 10px;
    }
}
@media(max-width: 1200px) {
    body .header-container .header-menu #main-menu>li>a {
        padding: 30px 12px!important;
    }
    .language-selector .btn-group > button {
        padding: 4px 12px;
        line-height: normal;
    }
    header .header-container .header-menu #main-menu a{
        font-size: 12px!important;
    }
    .header-logo-image{
        max-width: calc(80px + 5vw);
    }
    body header.fixed-header > .container{
        width: 100%;
    }
    .login-page-wrapper .login-step {
        padding-right: 0vw;
    }
    .login-page-wrapper.flex .each-login-step {
        width: 90px;
    }
}
@media(max-width: 992px) {
    .article_listing_layout_3 #articles-column-left{
        z-index: 10;
    }
    .news-ncategory #content>h2{
        text-align: center!important;
    }
    .news-ncategory #content>h2::before{
        background-color:#c7611c!important;
    }
    .news-list-wrap .news-post{
        width: 100%!important;
        max-width: 100%!important;
    }
    .article_listing_layout_3 .news-post > div {
    flex: auto;
}
    .article_listing_layout_3 .news-post:nth-child(even){
        flex-direction: column;
    }
    .article_listing_layout_3 #articles-column-left{
        top: 0;
        width: 100%;
    }
    .n59.article_listing_layout_3 #articles-column-left{
       top: 0;
    width: 100%;
    padding: 20px;
    }
  
    .n59.article_listing_layout_3 .article-image-wrapper{
        margin-bottom: calc(12px + .6vw);
    }
    .n59.article_listing_layout_3 .news-post > div{
        flex: auto;
        padding: 0;
    }
    .n59.article_listing_layout_3 .news-post{
        width: 100%;
        max-width: 100%;
    }
    .article_listing_layout_3 #column-left{
        width: 100%;
    }
    .article-name{
        font-size: 16px;
        line-height: normal;
    }
    .article_listing_layout_3 .news-list-wrap{
        margin: 0 calc(-5px - .4vw);
    }
    .article_listing_layout_3 .news-post{
        padding: calc(5px + .4vw);
    }
    .article_listing_layout_3 .article-text-wrapper{
        flex: auto;
        padding: 15px 0;
    }
    .article_listing_layout_3 .article-image-wrapper{
        flex: auto;
        width: 100%;
    }
    .news-list-wrap .news-post{
        flex-direction: column;
    }
    .home-application-container .item{
        width: calc(50% - 10px);
        background-color: #f5f5f5;
        margin: 5px;
    }
    .login-page-wrapper {
        flex-wrap:wrap
    }
    .login-page-wrapper.flex>* {
        width: 100% !important;
    }
    .login-page-wrapper .login-step {
        justify-content: center;
    }
    .login-page-wrapper .login-step {
        padding-right: 0vw;
    }
    .login-page-wrapper.flex .each-login-step {
        width: 90px;
    }
    .login-page-wrapper.flex .login-step > *:nth-child(13) {
        margin-left: calc(100px + 70px);
    }
    .login-page-wrapper.flex .login-step > *:nth-child(8) {
        padding-right: 20vw;
    }
}

@media (max-width: 769px) {
    .about-us-container .section-1-img > div, .about-us-container .section-2-img > div{
        min-height: 60vw;
    }
    .header-container {
    padding: 25px 0 15px 0px!important;
}
    .language-selector{
        top: auto;
        bottom: 5px;
    }
    .google-translate{
        top: auto;
        transform: none;
        bottom: 0;
    }
    .header_title {
        padding: 6px 6px 35px 6px!important;
    }
    .about-content > div > div:last-child{
        margin-left: 0;
    }
    .about-content > div > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .about-content > div{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .common-home .tmdformbulider .buttons .btn, 
    .product-product .formbulider .buttons .btn{
        margin: 0 auto;
    }
    .common-home .tmdformbulider .form-group, .common-home .tmdformbulider .buttons,
    .information-contact .formbulider .form-group, .information-contact .formbulider .buttons,
    .product-product .formbulider .form-group, .product-product .formbulider .buttons{
        width: 100%;
        display: block;
    }
    .common-home .tmdformbulider .buttons .btn, .information-contact .formbulider .buttons .btn, .product-product .formbulider .buttons .btn {
        margin: 0 auto;
    }
    .featured-module .slick-list, .related-products .slick-list{
        margin: 0 -5px!important;
    }
    .featured-module .slick-slide, .related-products .slick-slide{
        margin: 0 5px!important;
    }
    .home-application-container .item{
        width: 100%;
    }
    .home-why-yenom-container .content .item{
        border: none!important;
    }
    .home-why-yenom-container .content .item{
        width: 50%;
        padding: calc(15px + 1.5vw) 12px;
    }
    .login-page-wrapper #column-right {
        display: block !important;
    }
    #loginPopUpMobile .login-step > *{
        width: 100% !important;
        margin: 0 !important
    }
    #loginPopUpMobile .login-step > *:nth-child(-n+15) {
        order:1 !important
    }
    #loginPopUpMobile .login-step > *.each-login-divider{
        height:75px;
        padding-right: 0 !important;
        background-image: url('img/down-arrow.png') !important;
        background-origin: content-box;
        background-position: center !important;
    }
}

@media (max-width: 767px) {
    #about-tabs.nav-tabs>li>a, #about-tabs.nav-tabs>li>a:focus, #about-tabs.nav-tabs>li>a:hover {
        min-width: auto!important;
    }
}
@media (max-width: 480px) {
    .news-list-wrap .news-post{
        width: 100%!important;
    }
    .product-view>.product-gutter{
        width: calc(50% - 10px)!important;
        margin: 0 5px 10px 5px;
    }
    .home-why-yenom-container .content .item{
        width: 100%;
    }
    .slider-slideshow-description .slider-slideshow-description-texts{
        padding: 0px 10px!important;
    }
    .slideshow .slider-custom-dots{
        bottom: 10px!important;
    }
    .product-product #product {
        max-width: 100%!important;
    }
    .product-product .quantity-wrapper, .product-product #product .form-group:not(.product-button-group) {
        max-width: 100%!important;
    }
}
@media (max-width: 375px) {
    .slider-slideshow-description-link{
        visibility: hidden;
    }
}