
/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
            url('../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
            url('../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
            url('../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
            url('../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
            url('../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
            url('../fonts/roboto-condensed-v25-latin/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


@font-face {
    font-family: 'Material Icons';
    font-display: block;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2') format('woff2');
  }
  
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }
  
 html, body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #555555;
    font-family: "Roboto Condensed", sans-serif;
}

a {
    color: #555555
}
a:hover {
    color:#555555;
    text-decoration: none;
    background-color: transparent;
}

.flex-body {
    display: flex; justify-content: space-between; flex-direction: column; min-height: 100%;
}

.footer-container {
    margin-top:auto;padding: 0px;margin-right: 0px;margin-left: 0px;width: 100%;max-width: 100%;
}

#header.full-header:not(.transparent-header) { border-top: 7px solid #8a8b8a;}
/*#gotoTop {display:none!important;}*/


#copyrights {
    background-color: #ff8c00;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 20px 0;
    width:100%;
}

#copyrights .footer-text {
    height:auto;
    color:#fff;
    font-size: 16px;
}
#copyrights a {color:#fff}
        

/* LANGUAGE */
.sub-menu-language {
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    z-index: 399;
    pointer-events: auto;
    border: 1px solid #c9c9c9;
    border-top: 2px solid #ff8c00; 
    box-shadow: none;
    list-style-type:none;
}

#top-language:hover .sub-menu-language {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 399;
    pointer-events: auto;
}

.section-name-ul li {
    margin: 0 0 0 -15px!important;
    text-indent: 0px!important;
}

.error  li {
    margin: 0 0 0 -15px!important;
    text-indent: 0px!important;
    padding-left:20px;
}

.language-div div {
    background-color: #fff !important;
    border-left: 0px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
   li:not(.menu-item )::before {
        content:'';
        /*margin-left:10px;*/
    }
}

@supports (-webkit-hyphens:none)
{

    ul:not(#footer ul):not(.section-name-ul):not(.fordropdown ul) li:not(.menu-item )::before {
        content:'';
        margin-left:0px;
    }

}

@-moz-document url-prefix() {
    ul:not(#footer ul):not(.section-name-ul):not(.fordropdown ul) li:not(.menu-item )::before {
        content:'';
        /*margin-left:10px;*/
    }
}

.menu-link {
	color: #555555;
    font-size: 18px!important;
    font-weight: normal;
	font-family: 'Roboto Condensed', sans-serif;
}

.sub-menu-container .menu-item > .menu-link {
    color: #555555;
    font-size: 18px!important;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform:none;
}

.menu-item:hover > .menu-link {
    font-family: 'Roboto Condensed', sans-serif;
}
 .sub-menu-container .menu-item:hover > .menu-link {
    font-weight: normal;
    color:#ffffff;
    background-color: #ff8c00;
    padding-left: 15px;
    color: #ffffff;
    
}

.full-header .primary-menu .top-menu-container , .full-header .primary-menu .menu-container {
    padding-right: 0px;
    margin-right: 0px;
    z-index:99999999999999
}

.header-misc {
    margin-left:12px;
    font-size:18px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;

}

.menu-item-div {
    border-left:1px solid #555555;
    margin-left: -7px;
    margin-right: -7px;
    padding-left: 7px;
    padding-right: 7px;
}

.menu-item.menu-item-newsletter img {
    margin-top: -2px;
    margin-bottom: -2px;
}

.sub-menu-container.sub-menu-container-sm {
    width: 56px;
}

#toplogo { display: inline-block; width: 270px; height: 53px!important; margin: 5px 0; }
.full-header #logo { border-right:none!important}





   
.menu-container > .menu-item:not(.mega-menu) .sub-menu-container {
    padding: 0px;
}

.sub-menu-container, .mega-menu-content { 
    border: 1px solid #c9c9c9;
    border-top: none;
    /*border-top: 2px solid #ff8c00;*/
    box-shadow: none;
    
}

.menu-item.menu-item-language-mobile {
    display: none;
}

.menu-item.menu-item-mobile {
    display: none;
}


.sub-menu-container::before{
    content: "";
    position: absolute;
    z-index: 999999;
    left: 0;
    right: 100%;
    top: 0;
    background: #ff8c00;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}



.sub-menu-container{
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    margin-left:0px;
    
}



.sub-menu:active .sub-menu-container::before, .sub-menu:focus .sub-menu-container::before, .sub-menu:hover .sub-menu-container::before, .menu-item-hover .sub-menu-container::before {
    right: 0;
}


.header-misc-text > a {
    width:77px;
    color:#555555;
}

.header-misc-text > a:hover {
    color:#ff8c00;
}
.full-header .primary-menu .top-menu-container {
    height:42px;
    padding-bottom:10px;
}

.full-header .primary-menu .top-menu-container, .full-header .primary-menu .menu-container {
    border-right:none;
}
.header-misc div {
    height:30px;
    vertical-align: middle;
    padding-left:12px;
    padding-right:12px;
    border-left:1px solid #555555;
    background-color: #fff;
    margin-left: 0px;
    margin-top: 2px;
}

.header-misc div a{
    margin:auto;

}

::selection {
    color:#ffffff;
    background: #ff8c00;
}


/* FOOTER */
.dark #copyrights { width:100%}
.dark #footer, #footer.dark { background-color: #8a8b8a; border-top:none;}
.dark #copyrights, #copyrights.dark {background-color: #ff8c00;color:#ffffff;font-size:16px; font-weight: normal; font-family: 'Roboto Condensed', sans-serif;}
#copyrights a{color:#ffffff;}
#copyrights {padding: 20px 0; }
#footer .footer-widgets-wrap { padding-bottom:0px;}
.social-btn-div {padding-left:15px;}
#footer .footer-widgets-wrap {
	position: relative;
	padding: 80px 0 0 0;
}

#footer_menu{ width:100%; /*padding-left:40px;*/display:-ms-grid; display:grid; -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;  /*grid-template-columns: repeat(5,1fr)*/ grid-template-columns: 25% 23% 15.6% 15% 21.2%;grid-gap:15px; overflow-x: hidden;} 



@media (max-width: 690px) {
    #footer_menu {
        grid-template-columns: 100% !important;
        text-align: center;
        padding-left: 0px!important;
    }
    
    .widget_links li {
        display: block!important;
    }
}

/* FOOTER ICON */
.si-colored {background-color: #ffffff!important;margin-right: 5px; border-radius: 8px;}
.si-facebook:hover, .si-colored.si-facebook { background-color: #ffffff!important; /*8a8b8a*/ }
.si-colored i {color: #8a8b8a!important;  }
.social-icon i:last-child { color: #8a8b8a!important;  }

#footer .container {max-width:100%; width:100%;} 
#footer .container:not(#copyrights .container) {padding-left:40px;padding-right:40px;} 
.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
	color: #EEE;
}

.dark .widget_nav_menu li a, .dark .widget_links li a, .dark .widget_meta li a, .dark .widget_archive li a, .dark .widget_recent_entries li a, .dark .widget_categories li a, .dark .widget_pages li a, .dark .widget_rss li a, .dark .widget_recent_comments li a {
    color: rgba(255,255,255,0.8);
    line-height: 1.2;
}

.col-mb-50 > .col, .col-mb-50 > [class*="col-"] {
    padding-bottom: 50px;
}

#gotoTop {
    display: none;
    position:fixed;
    width: 40px;
    height: 40px;
    background-color: rgba(150,150,150,0.9);
    font-size: 1.25rem;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 20px;
    cursor: pointer;
    border-radius: 2px;
    float:right;
    margin-right:10px;
    z-index: 999999;
    font-size: 20px;
}

#gotoTop:hover {
    /*background-color: #ff8c00;*/
}

/** NEWSLETTER */
.newsletter_top  {width:100%}
.newsletter_top > div{display:inline-block}
.newsletter_top div:first-child {width: calc(100% - 50px);}
.newsletter_top div:last-child {position: absolute;}
.newsletter-form {
    font-size:18px;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
}
.newsletter_bottom table, .newsletter_bottom form { margin-bottom: 0px!important;}
.newsletter-form  form img { border:3px solid transparent !important; border-radius:5px; width:45px!important;height:45px!important; filter: invert(100%);/*border: 3px solid #ff8c00;*/ }
.newsletter-form input::-moz-placeholder { color: #9e9e9e !important; }
.newsletter-form input:-ms-input-placeholder { color: #9e9e9e !important; }
.newsletter-form input::-webkit-input-placeholder { color: #9e9e9e !important; }
.newsletter-form h5 {font-family: 'Roboto Condensed', sans-serif; font-size: 22px;font-weight:600}
.newsletter-form tr td:first-child { display: none; }
.newsletter-form button { margin-bottom: 15px }
.newsletter-form h2 { color: #ff8c00 !important; text-align:left!important }
.newsletter-form input[type=text], .newsletter-form input[type=email] { border: #808080 1px solid!important; background-color:#c9c9c9; border-radius: 4px !important; width: 100%; height: 45px; color: #9e9e9e; margin-bottom: .3em !important; text-align: left;}
.newsletter-form input[type=text].form-control.invalid { border: solid 1px #ff8c00 !important; }
.newsletter-form button[type=submit]{background-color: #ff8c00 !important;}
.newsletter-form, .newsletter-form a, .newsletter-form ul li, .newsletter-form div, .newsletter-form h2 { font-size: 20px; line-height: 1.30em }
.newsletter-form label { padding-left:0px; text-transform: none;color: #ffffff; font-family: 'Roboto Condensed', sans-serif; font-size: 20px !important; font-weight: 400; }
.newsletter-form a { font-weight: 500!important }

/*FANCYBOX NEWSLETTER */
.fancybox-skin { background: #fff !important; }
#newoverlay {font-family: 'Roboto Condensed', sans-serif;}
#newoverlay input[type=text], #newoverlay input[type=email] { border: #808080 1px solid!important; border-radius: 8px !important; font-size: 20px; width: 280px; height: 45px; color: #000; margin-bottom: .3em !important; text-align: center; box-shadow: none;}
/*#newoverlay input[type=text]:focus, #newoverlay input[type=email]:focus { border: 1px solid #ff8c00!important  ; }*/
#newoverlay input[type=text]::-webkit-input-placeholder , #newoverlay input[type=email]::-webkit-input-placeholder { color: #000 }
#newoverlay input[type=text].form-control.invalid { border: solid 1px #ff8c00 !important; }
#newoverlay button[type=submit]{background-color: #ff8c00 !important;}
#newoverlay, #newoverlay a, #newoverlay ul li, #newoverlay div, #newoverlay h2 { font-size: 20px; line-height: 1.30em }
#newoverlay a , #newoverlay a:hover, #newoverlay a:active  {color:#323232;text-decoration: none;}
#newoverlay ul li { margin-bottom: 20px;text-indent: 0px; }
.newoverlay-h2 { margin-bottom: 15px; margin-top: 15px; font-weight: 700 }
#newoverlay {  width:900px; padding-top:20px; padding-right:30px; padding-left:30px; padding-bottom:0px; }
#newsletter-tools-img { display: block; }
#newoverlay tr td:first-child { display: none; }
#newoverlay button { margin-bottom: 15px }
#newoverlay button:hover, #newoverlay button:focus { outline:none!important }
#newoverlay h2 { color: #ff8c00 !important; font-weight: bold !important }
#un-news{display: none; width:100%; height: auto; border-radius: 30px; background-color: #fff; padding-top:20px; padding-right:30px; padding-left:30px; padding-bottom:10px;}
#un-news ul li { margin-bottom: 10px; font-size: 20px; list-style-type: none; }
#newoverlay label { color: #ff8c00; font-family: 'Roboto Condensed', sans-serif; font-size: 20px !important; font-weight: 400; }
#newoverlay form img { width: 45px !important; height: 45px !important; }
#newoverlay form button { font-size: 20px !important }
.overlay-content {
	font-size:15px;
	margin-bottom:20px;
}
.fancybox-iframe html {width:900px;}






/* CUSTOM HEADER */
.header-size-custom #logo img {
	height: 44px;
}


.header-size-custom .header-wrap-clone {
    height: calc( 81px + 4px );
}

#header.header-size-custom + .include-header {
    margin-top: calc( -81px - 2px );
}

.header-size-custom.sticky-header-shrink #header-wrap #logo img {
    /* height: 44px;*/
}

.header-size-custom .menu-container:not(.top-menu) > .menu-item > .menu-link {
    padding-top: 10px; /* (70px - 22px)/2 */
    padding-bottom: 10px; /* (70px - 22px)/2 */
}

.header-size-custom.sticky-header-shrink .menu-container > .menu-item > .menu-link {
    /*padding-top: 22px;  
    padding-bottom: 22px; */
}
.full-header #header-wrap > .container {
    width: 100%;
    max-width: none;
    padding: 0 30px
}




.sticky-header #header-wrap {
    /*position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);*/
}


header:not(.transparent-header) {
    border-top: 7px solid #8a8b8a !important;
}



#mlogo img, #elogo img,  #logo_merchant img {
    margin: 17px 10px 0 10px;
}

.header-size-custom.sticky-header-shrink #toplogo, .header-size-custom.sticky-header-shrink #logo_merchant img  {
   /* margin-top:10px;
    margin-bottom:10px;*/
}

.swiper_wrapper {
    margin-top: -25px!important;
}





.page-header-top-menu {
    display: table;
    width: 100%;
}

.page-header-top-menu-index {
    display: table;
    width: 100%;
    font-size: 18px;
 
}

.table-cell {
    display: table-cell;
}

.inline-block {
    display: inline-block;
}


.mt-20 {margin-top:20px}
.mt-30 {margin-top:30px}
.mt-40 {margin-top:40px}
.flex {
    display: flex;
    align-items: center;
}

.pdl-10 {
    padding-left: 10px;
}


ul.menu  {
    list-style-type: none;
    margin:0px;
}

.menu li {
    margin: 0 0 0 0px!important;
    text-indent: 0px!important;
    padding-bottom:10px
}

input[type=checkbox] {
   /* -moz-appearance:initial;*/
}

.f-w-normal {
    font-weight:normal;
}


.capcthaimg img {
    /* margin-top: -5px!important; */
    /* border: solid 1px #ccc;*/
    border-radius: 4px;
    /* box-shadow: rgb(0 0 0 / 8%) 0px 1px 1px inset;*/
}

.alert-danger {
    color: #fff;
    background-color: #ff8c00;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 30%;
    background: transparent;
    border: none;
    color: #fff;
}

#reloaddiv {
    position: absolute;
    margin-left: 130px;
    top:-1px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border: solid 1px #ccc;
    border-radius: 4px;
    color: #fff;
}

button:focus {
    outline:none;
}


.gotoTop {
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(150,150,150,0.9);
    font-size: 1.25rem;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
    float:right;
    margin-right:10px;
}



.spacediv {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding-left: 9px;
    float: left;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}



/*PRODUCT PAGE*/
.page-header-name {
    display:table; 
    width:100%; 
    font-size:18px;
    font-weight: bold;
}
.page-header-name a{
    color:#555555;
}

.page-header-name i:not(:first-child) { padding:0 10px;}
.page-header-name:first-child { padding-left: 0px;}
/*.page-header-name span { color:#ff8c00; font-weight:bold}*/

/*PRODUCT */
.ul-container{
    /*border-left:1px solid #c9c9c9;
    border-right:1px solid #c9c9c9;
    border-bottom:1px solid #c9c9c9;*/
    /*height: calc(100vh - 335px);*/
    padding:10px;
    text-align: center;
    background-color: #ffffff;
}

.category-container .feature-div , .video-container .feature-div,  .home-page .feature-div{
    height: 100% 
}
.category-container .ul-container-1, .category-container .ul-container-2, .category-container .ul-container-3, .category-container .ul-container-4{ 
      /*height:calc(100% - 280px);*/
}



.ul-container ul {
    text-align: left;
    margin-bottom:0px;
    line-height: 32px;
}


.feature-div-text {
    width:100%;
    height:100%;
    background-color: #ff8c00;

}




.hvr-underline-from-left-b4b5b4, .hvr-underline-from-left-ff8c00, .hvr-underline-from-left-ffffff{   
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);

  }

  .hvr-underline-from-left-b4b5b4:before, .hvr-underline-from-left-ff8c00:before, .hvr-underline-from-left-ffffff:before {
    content: "";
    position: absolute;
    z-index: 999999;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 30px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    
  }

  .hvr-underline-from-left-b4b5b4:before{
    background: #b4b5b4;
  }

  .hvr-underline-from-left-ffffff:before{
    background: #b4b5b4;
  }

  .hvr-underline-from-left-ff8c00:before{
    background: #ff8c00;
  }

  .hvr-underline-from-left-b4b5b4:hover:before, .hvr-underline-from-left-b4b5b4:focus:before, .hvr-underline-from-left-b4b5b4:active:before,
  .hvr-underline-from-left-ff8c00:hover:before, .hvr-underline-from-left-ff8c00:focus:before, .hvr-underline-from-left-ff8c00:active:before,
  .hvr-underline-from-left-ffffff:hover:before, .hvr-underline-from-left-ffffff:focus:before, .hvr-underline-from-left-ffffff:active:before {
    right: 0;
  }




  .hvr-underline-from-right-b4b5b4,.hvr-underline-from-right-ff8c00, .hvr-underline-from-right-ffffff {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
  }


  .hvr-underline-from-right-b4b5b4::before,  .hvr-underline-from-right-ff8c00::before,  .hvr-underline-from-right-ffffff:before {
    content: "";
    position: absolute;
    z-index: 999999;
    left: 100%;
    right: 0;
    bottom: 0;
    height: 30px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .hvr-underline-from-right-b4b5b4:before{
    background: #b4b5b4;
  }

  .hvr-underline-from-right-ffffff:before{
    background: #ffffff;
  }

  .hvr-underline-from-right-ff8c00:before{
    background: #ff8c00;
  }

  .hvr-underline-from-right-b4b5b4:hover:before, .hvr-underline-from-right-b4b5b4:focus:before, .hvr-underline-from-right-b4b5b4:active:before,
  .hvr-underline-from-right-ff8c00:hover:before, .hvr-underline-from-right-ff8c00:focus:before, .hvr-underline-from-right-ff8c00:active:before ,
  .hvr-underline-from-right-ffffff:hover:before, .hvr-underline-from-right-ffffff:focus:before, .hvr-underline-from-right-ffffff:active:before  {
    left: 0;
  }

  

.header-text {
    font-size:18px;
    color:#ffffff;
   
    text-align:left;
    width:700px;
    height:100%;
    margin-left:auto;
    padding:40px 35px;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    position:relative;

}

.header-text p span {
    display:inline-block;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform:skew(15deg);
}
.header-text ul li {
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform:skew(15deg);
}
.header-text .cms-icon {
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform:skew(15deg);
    position:absolute;
    top:10px;
    right:50px;
}



.menu-item-hover > .sub-menu-container,
.menu-item-hover > .mega-menu-content {
    opacity: 1!important;
    visibility: visible!important;;
    margin-top: 0!important;;
    z-index: 399!important;;
    pointer-events: auto!important;;
}

.close-sub-menu-container .sub-menu-container{
    opacity: 0!important;
    visibility: hidden!important;;
}
    
.primary-menu:not(.on-click) .menu-item-hover > .sub-menu-container > * {
    display:block!important;
}



.sub-menu-container .menu-item-2-active > .menu-link {
    font-weight: normal;
    color: #ffffff;
    background-color: #ff8c00;
    padding-left: 15px;
    color: #ffffff;
}

.sub-menu-container .menu-item-3-active > .menu-link {
    font-weight: normal;
    color: #ffffff;
    background-color: #ff8c00;
    padding-left: 15px;
    color: #ffffff;
}


.sub-menu-container .menu-item-4-active > .menu-link, .sub-menu-container .menu-item-5-active > .menu-link,  .sub-menu-container .menu-item-6-active > .menu-link{
    font-weight: normal;
    color: #ffffff;
    background-color: #ff8c00;
    padding-left: 15px;
    color: #ffffff;
}


/* QUESTIONMARK */
.questionmark-icon { float: right; background-color: #ff8c00; padding: 0px 8px; font-size: 16px; border-radius: 4px; cursor: pointer }
.tooltip.fade.top {white-space: nowrap;}

.blockOverlay {
    cursor:default!important;
}
.search-result .blockOverlay {
    background-color:rgb(204, 204, 204)!important;
}
.tool-finder label {
    text-transform: None;
    letter-spacing: normal;
    font-size: 18px;
}
.close-block-ui-btn {
    z-index: 8000; 
    margin: 5px 5px 0 0;
    position:relative;
    color:#000;
}
.sub-title {
    font-weight:bold;
    color:#8a8b8a;
    font-size:29px;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	/*list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");*/
    text-indent: 0px!important;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	/*margin: -1px;*/
        font-size:15px;
        font-weight: bold;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-menu .ui-menu-item-wrapper {
    background: none;
}

.ui-menu .ui-menu-item-wrapper:hover {
    background:#f5f5f5;
    /*url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="plus" class="svg-inline--fa fa-plus fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>');*/
    background-position: 153px 4px;
    background-repeat: no-repeat;
    background-size: 14px;
    border:none;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999;
    float: left;
    display: none;
    min-width: 100px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-width: 1px;
    border-color: #ced4da;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow: none;
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 140%;
}


.tool-pictogram {
    width: 42px;
    margin-bottom: 5px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}
.cat-sm-gray {
    background: #e6e6e6;
    padding: 1px 5px;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
}
.cat-title-gray {
    background: #eeeeee;
    display: block;
    color: #555555;
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
    text-align: left;
    margin-bottom: 20px;
}
.sub-cat {
    padding: 20px 10px;
    border-bottom: solid 4px #ccc;
    display: block;
    text-align: left;
}

.top-info {
    border-top: solid 4px #ccc;
}

li.sub-cat:not(.top-info):hover {
    background: #f0f0f0;
}

.result-count {
    padding-bottom:20px;
}
.flex-div-2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom:5px;
}

.flex-div-3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom:5px;
}
.overview-new ul.section-name-ul:first-child {
    border-top:solid 4px #ccc;
}
.tool-group-hidden {
    display:none;
}

.read-more-btn-tool .read-more-div {
    width:250px;
    display:inline-flex;
    align-items: center;
    justify-content:space-between;
    padding-top: 10px;
    margin-top: 10px;
    border-top:1px solid #8a8b8a;
    font-weight: bold;
    color:#555;
}

.tool-finder .blockElement {
    background-color: transparent!important;
    /*position: relative!important;*/
    width: 140px!important;
    height: 60px!important;
    top: calc( 50% - 30px)!important;;
    left:calc( 50% - 70px)!important;
}

.first_choice_div {
    width:100%;
    text-align:left;
    display:block;
    margin-top: 15px;
}

.technology_div{
    width:100%;
    text-align:left;
    display:inline-block
}

@media (max-width:1440px){
    .first_choice_div{
        width:100%;
        display:block;
        text-align:left;
    }

    .technology_div{
        width:100%;
    }

 }

 .header-back-link {
     color:#555555;
 }
 .header-back-link:hover {
    color:#555555;
    text-decoration: none;
}

.no-decoration, .no-decoration:hover{
    text-decoration: none!important;
    color:#ff8c00;
}

.reset-filter {
    display:inline-flex;
    align-items:center; 
    font-weight:bold;
    position: absolute; 
    margin-top: -50px; 
    color:#ff8c00;
}

.show-mobile-on-filter {
    display:none;
    align-items: center;
    justify-content: space-between;
}

.show-open-mobile-filter {
    display:none;
}

.search-btn {
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    cursor: pointer;
    background-color: #ff8c00 !important
}

.search-btn-tr {
    display:none;
}

.search-filter-closed-fancy {
    display:block!important;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    background-color: #555555;
    color: #ffffff;
  }



.search-btn {
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    cursor: pointer;
    background-color: #ff8c00 !important;
    font-weight:bold;
    min-width:150px;

}

html:not(.fancybox-newsletter) .product-overview:not(.tool-list) .fancybox-wrap, html:not(.fancybox-newsletter) .product-overview:not(.tool-list) .fancybox-skin, html:not(.fancybox-newsletter) .product-overview:not(.tool-list) .fancybox-outer, html:not(.fancybox-newsletter)  .product-overview:not(.tool-list) .fancybox-outer .fancybox-inner {
    width:100%!important;
    height:100%!important;
    top:0px!important;
    left:0px!important;
    line-height:140% !important;
    right:0px!important;
    bottom:0px!important;
    overflow-x: hidden!important;
    overflow-y:visible!important;

}

html:not(.fancybox-newsletter)  .product-overview:not(.tool-list).fancybox-wrap label {
    text-transform: None;
    letter-spacing: normal;
    font-size: 18px;
}
html:not(.fancybox-newsletter)  .product-overview:not(.tool-list) .fancybox-outer{
    overflow-y:hidden!important;
}
html:not(.fancybox-newsletter)  .product-overview:not(.tool-list) .fancybox-outer .fancybox-inner {
    padding:20px!important;
    z-index:99;
}

#products-table thead td { vertical-align: bottom; padding-bottom: 0px; font-size: 18px; /*font-weight:bold; */color:#555555;}
#products-table tr, #products-table td { border: none; text-align: center; font-size:18px; }
#products-table tbody td { background: #eeeeee; padding: 3px 6px 0px; border: solid 5px #fff; font-size: 18px; color:#555555; }
#products-table tbody tr:first-child td { border-top: 0px; }
.sub-title-back {
    font-size:18px;
    color:#ff8c00
}



.flex-pictograms-div {
    display:flex;
    margin-top:20px;
}
.flex-pictograms-div-3 {
    display:flex;
    margin-top:20px;
}


.pictogram-info {
    font-size: 15px;
    padding-left:10px
}

.pictogram-1-info {
   /* display:flex;*/
}


.pictogram-svg-info {
    /*padding-left:30px;*/
}
.pic-info-style {
    display:inline-flex;
    padding-left:0px
}

.pic-info-style div {
    padding-right:5px;
}

.detail-btn {
    width: 44px;
    height: 20px;
    padding: 5px 4px;
    background-color: #535353;
    color: #fff;
    font-size: 9px;
    line-height:9px;
    border-radius: 4px;
}

.products-artnr a:hover {
    text-decoration:none;
    color:#fff;
}

.detail-btn:hover, .detail-btn:active,.detail-btn:focus {
    text-decoration:none;
    color:#fff;
    box-shadow: none;
}

/* Magnific popup */
.white-popup {
    background: #FFF;
    padding: 20px;
    margin: 20px auto;
    border: solid 4px #ff8c00;
    text-align: center;
    position: relative;
    width: 300px;
    height: auto;
    /*max-width: 500px;*/
    max-height: 100%;
    /*
    position: absolute;
    margin-left: 40%;
    */
  }
  .mfp-bg { background-color: #fff!important; z-index:9999999999!important; }
  .mfp-close { display: none !important; }
  .mfp-wrap {z-index:9999999999!important; }
  .white-popup a:hover,.white-popup a:active,.white-popup a:focus {
    color:#000000;
  }

  .bar {
	border: 1px solid #8b8787;
	height: 12px;
	width: 160px;
	border-radius:15px;
	background-color: #e6e6e6;
	margin-top:15px;
  }
  .in_progress {
	animation: fill 14s linear 1;
	height: 100%;
	border: 1px solid #8b8787;
	border-radius:15px;
	background-color: #8b8787;
  }

  @keyframes fill {
	0% {
	  width: 0%;
	}
	100% {
	  width: 100%;
	}
  }

.lh-140 {
    line-height: 140%;
}

.lh-120 {
    line-height: 120%;
}

.small-icon {
	position: absolute;
    right: 0px;
    bottom: 0px;
}

.cat-orange .cms-icon .fas.fa-cogs {
	color:#ffffff!important;
}



@media (max-width:1247px){
	
    .small-icon {
        position: relative;
        margin-top: 25px;
        margin-bottom: -20px;
    }
}



@media (max-width:634px){

 

    .small-icon {
       position:relative; 
       margin-top:25px;
       margin-bottom:-20px;
    }

}
.go-div {
	/*display: inline;*/
    position: absolute;
    right: 0px;
	margin-top:-45px;
    z-index: 9;
}



.anc {
    position: absolute;
    display: inline-block;
    opacity: .3;
    border-radius: 15px;
    width: 25px;
    height: 25px;
}

.place-card{
    display:none!important;
}


.res_radio {
    margin-right:10px;
}
.res_radio:hover {
    cursor:pointer;
}


.top-res-inf, .sub-res-inf {
    padding:10px;
    line-height: 160%;
}
.ml-36 {
    margin-left:-36px;
}



.mb-10 {
	margin-bottom:10px;
	line-height:140%;
}



.align-self-bt {
	align-self: flex-end;
}

.pd-0 {
	padding:0px;
}

.privacy-accept a {
    color:#555;
}




.privacy-policy-content h2 {
    font-size: 40px;
    color: #8a8b8a;
}

.fancybox-overlay {
    background: rgba(255, 255, 255, 0.6)!important;
}

.feature-div-text-1 {
    line-height:140%;
}
.feature-div-text-3 {
    line-height:180%;
}

#datenschutz a {
    color:#555;
}

.page-tool-video {
    display:none;
}

a[href^="mailto:"]{ 
  color: #555!important;
  text-decoration: underline!important;
}



.underline-a {
    color:#555!important;
    text-decoration: underline!important;
}
a.menu-link-language:hover {
    cursor:pointer;
}

.res-in-active {
    display:none!important;
}




.tooltip-pic {
    position: relative;
    display: inline-block;
  }
  
  .tooltip-pic .tooltiptext {
    visibility: hidden;
    width: 250px;
    font-size:16px;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
    text-align: left;
    border-radius: 6px;
    padding:5px;
    line-height:normal;
    position: absolute;
    z-index: 1;
    bottom: 90%;
    left: 50%;
    margin-left: -125px;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .description-text-2 {
      margin-bottom:4px;
      color:#ddd;
  }
  
  .tooltip-pic .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip-pic:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }


  .fbox-content {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
}

  .fbox-content {
    margin-top: -52px;
    min-width: 0;
    width: 100%;
    height: 48px;
    text-align: center;
    z-index: 99999;
    display: flex;
    align-items: center;
    padding-left: 10px;
    background-color: #a1a2a1;
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 0px;
    opacity: 0.9;
    /* justify-content: center; */
    text-align: left;
}

.produkte-page .fbox-content {
    margin-top: -48px;
}

.produkte-page  .fbox-content {
    width: calc(100% + 2px);
    /* margin: -1px -1px 0 -1px; */
    margin-left: -1px;
    margin-right: -1px;
}

.section-name-ul {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    list-style-type: none;
}

.ul-container ul {
    text-align: left;
    margin-bottom: 0px;
    line-height: 32px;
}

.produkte-page .feature-div:hover .fbox-content::before, .fbox-icon:hover .fbox-content::before, .fbox-content::before {
    content: "";
    position: absolute;
    z-index: -999999999;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #ff8c00;
    height: 8px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.produkte-page .feature-div:active .fbox-content::before, .produkte-page .feature-div:focus .fbox-content::before, .produkte-page .feature-div:hover .fbox-content::before, .fbox-icon:active .fbox-content::before, .fbox-icon:focus .fbox-content::before, .fbox-icon:hover .fbox-content::before, .fbox-content:active:before, .fbox-content:focus:before, .fbox-content:hover:before {
    right: 0;
}

.feature-div {
    height: 100%;
}

.button-product-div {
    text-align: right;
}

.tool-pic1 img {
    mix-blend-mode: multiply;
}

@media (max-width:1399px){
    .shoppingcart-button-div .flex {
        display:block;
    }

    .produkte-page .col-md-6 {
          margin-bottom:30px
      }
}





.panel-footer p {
    margin-bottom:0px;
}

.tool-finder-header {
    display:flex;
    align-items: center;
}

.tool-finder-header span.span-header {
    padding-left: 8px;
}
.tool-finder-header  span[class*='icon-angle'] { 
    position: relative;
    bottom:0px;
    left:0px;
    width: 15px;
}
/** CUSTOM RADIO BUTTON*/

.radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
 
  
  /* When the radio button is checked, add a blue background */
  .radio input:checked ~ .checkmark {
    background-color: #fff;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radio input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
    .radio .checkmark:after {
        top: 2px;
        left: 2px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #ff8c00;
    }

    .bg-gray { background-color: #eeeeee!important; width:100%;   padding:30px 0;}
    .white-gray { background-color: #fff!important; width:100%;   padding:30px 0;}
    .cms_header {
        font-size: 26px;
        font-weight: 700;
      
    }

    .admin-select {
        height: 35px;
        width: 300px;
        border: solid 1px #ccc;
        background: #fff;
        padding: 4px 10px;
        border-radius: 4px;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        color: #555;
        outline-color: #ff8c00;
        margin-bottom: 30px;
    }

    label.radio {
        font-weight:normal
    }

    .flex-label {
        margin-bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: end;
        height: 100%;
    }

@media (max-width: 767px) {
    .hide-768 {
        display:none;
    }

    .show-768 {
        font-size:24px;
        width:100%;
        height:100%;
        display:flex;
        align-items:center; 
        justify-content:center;
    }

    .block-767.flex  {
        display:block;
    }

    .mt-50-s-767 {
        margin-top:50px
    }
    .rotate-90-s-767 {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .mobile-mt-0 {
        margin-top:0px;
    }
}

@media (min-width: 768px) {
    .hide-768 {
        display:block;
        
    }

    .show-768 {
        display:none;
    }
}

input:focus, input:focus-within, input:focus-visible, textarea:focus, textarea:focus-within, textarea:focus-visible{
    border-color: #ff8c00;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 140, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 140, 0, 0.6);
 }

 .flex-end {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: end;
    height:100%;
    
 }

 .button[disabled],  .button[disabled]:hover {
    background-color: #8a8b8a;
    border-color: #8a8b8a;
    cursor: not-allowed;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
 }


 .svg-trigger {
	width: 40px;
	height: 40px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.svg-trigger path {
	fill: none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke: #333;
	stroke-width: 5;
	stroke-linecap:round;
}

.svg-trigger path:nth-child(1) { stroke-dasharray: 40 160; }

.svg-trigger path:nth-child(2) {
	stroke-dasharray: 40 142;
	transform-origin: 50%;
	transition: transform 400ms;
}

.svg-trigger path:nth-child(3) {
	stroke-dasharray: 40 85;
	transform-origin: 50%;
	transition: transform 400ms, stroke-dashoffset 400ms;
}

.primary-menu-open .svg-trigger { transform: rotate(45deg); }

.primary-menu-open .svg-trigger path:nth-child(1),
.primary-menu-open .svg-trigger path:nth-child(3) { stroke-dashoffset: -64px; }

.primary-menu-open .svg-trigger path:nth-child(2) { transform: rotate(90deg); }

 

 #primary-menu-trigger,
#page-menu-trigger {
	display: -ms-flex;
	display: flex;
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
	cursor: pointer;
	font-size: 14px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	justify-content: center;
	align-items: center;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.header-wrap-clone {  display: none; }

.text-mobile-align { text-align:right; }

#captcha-div {
    width:150px; 
    border: solid 1px #ccc;  
    border-radius: 4px; 
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 1px inset;
    height:40px;
    margin-right:20px
}

.admin-btn {
    width: auto!important;
    margin-top: 0px;
}
.mb-0 {
    margin-bottom:0px;
}
.cr-container {
    padding: 20px 0px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; font-weight:bold;
}

.red-font { color: #dc3545; }
.green-font { color: #28a745; }
.orange-font { color: #ff8c00; }
.btn-paging { padding: 4px 12px; }
.btn-paging:focus {
    box-shadow: none!important;
}
.inline-flex { display:inline-flex; }
.align-self-bottom { align-self:end }

.border-top-line {
    padding: 20px 0px; 
    border-top: 1px solid #ccc;
}

.custom-btn {
    height: 80px;
    /* display: flex; */
    padding: 5px;
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-btn {
    padding: 8px 50px;
    background-color: #ff8c00;
    border-radius: 4px;
    transition: height .2s ease 0s, background-color .3s ease 0s;
    color: #ffffff;
}


.circle {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    position: absolute;
    background: #ff8c00;
    z-index: -9;
    margin-left: auto;
}

.close-qr-scanner {
    position: absolute;
    right:20px;
    top:20px;
    color:#ff8c00
}

.customer-register_form label {
    width:150px;
}

.cursor-pointer:hover {
    cursor:pointer;
}

.cr-date-container {
    padding:10px 0px;
    line-height:22px;
    border-top-color: #ccc;
    border-top-width: 3px;
    border-top-style: dashed;
    font-weight:bold;
    padding-bottom:0px
    /* border-image: -webkit-linear-gradient(top, #fff 50%, #B5D5FF 0%) 1 repeat; */
}

.cr-qr-img {
    width:300px;
    border:2px solid #555;
}
.body-cart {
    background-color:#ededed;
    padding:5px 10px 5px 10px;
    width: calc(100% - 70px);
    line-height:20px;
}

.header-cart {
    width:70px;
    min-height:70px;
    max-width:100%;
    text-align: center;
   
}

.t-auto { top:auto; }
.r-0 {
    right:0px;
    left:auto;
}

.pr-25 { padding-right:25px; }

.w-50px {width: 50px;}
.w-70 {width: 70px;}
.w-80 {width: 80px;}
.w-90 {width: 90px;}
.w-115 {width: 115px;}
.w-110 {width: 110px;}
.w-130 {width: 130px;}
.textarea-field { min-height:80px; width:100%;}

.header-name {
    display: block;
    font-size:26px;
    line-height: 26px;
    color:#ffffff
}
.header-name.company-header {
    line-height: 20px;
    font-size: 28px;
    font-weight:bold;
}

#video-container {
    width:100%;
    height:100%;
}
#qr-video {
    width: 100%;
    height: 100%;
}
/** PAGINATION */
.navigation-pages .page-link {
    display:inline;
    border:none;
    color: #555555;
    padding: 4px 10px;
    font-size:15px;
    font-weight: bold;
}

.navigation-pages a:first-child {
    padding-left:0px
}

.navigation-pages .page-link:hover {
    color: #ff8c00;
    text-decoration: none;
    background-color: #fff;
    border:none;
}

.navigation-pages .page-link:hover {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.navigation-pages .page-link.active {
    color: #ff8c00;
    
}

/* DELETE FUNCTION */

.cr_list_div .del-wrapper {
    display: block;
    height: 100%;
    width: auto;
    position: relative;
    -webkit-transition: -webkit-transform 300ms ease;
    -moz-transition: -moz-transform 300ms ease;
    transition: transform 300ms ease;
}
.del-wrapper .go, .del-wrapper .item, .del-wrapper .del {
    display: inline-block;
    padding: 0.9em;
    text-shadow: none;
    border-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.del-wrapper .item {
    width: 100%;
    height: 100%;
}
.del-wrapper .go, .del-wrapper .del {
    height: 100%;
    text-align:center;
    font-weight: bold;
    border-width: 1px 0;
    border-style: solid;
    border-color: #ddd;
}
.del-wrapper .go {
    background: #009925;
    border-color: #009925;
}
.del-wrapper .del {
    background: #F90101;
    border-color: #F90101;
}

@media (max-width: 991px) {
    #primary-menu-trigger, #page-menu-trigger {
        margin-top: 4px;
    }

    #primary-menu-trigger {
        margin-right: -15px;
    }

    .top-menu-container, .menu-container {
        border-top: solid 1px #eee;
    }

    .top-menu {
        display: none;
    }

    .header-size-custom #header-wrap {
        min-height: 55px;
    }
    #logo {
        margin-right:auto;
    }

    #user-header {
        display:none;
    }

    #toplogo {
        width: 155px;
        height: 36px!important;
    }

    .menu-item.menu-item-mobile {
        display: block;
        padding:10px 0;
        text-transform: none;
    }

    .menu-item-mobile .menu-link {
        text-transform: none;
    }
    .page-header-top-menu {
        display:none;
    }

    .header-cart {
        width:20px;
    }

    .body-cart {
        width: calc(100% - 20px);
    }
    .header-name {display:none}
   
 }

 @media (max-width: 767px) {

    .mt-mobile-10 {
        margin-top:10px
    }
 }

 @media (min-width: 992px) {

    #primary-menu-trigger,
    #page-menu-trigger {
        display: none;
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }

    #header-wrap {
        /**  position: fixed; */
        height: auto;
        max-height: 90px;
        z-index: 8010;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        transition: height .2s ease 0s, background-color .3s ease 0s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: left, top, transform;
    }
    
}

@media (max-width: 991.98px) {
    .primary-menu {
        width: 100%;
        max-width: 100%;
    }
}



@media (max-width: 767px) {
    .flex-label {
        font-weight: normal;
        justify-content:center
    }

    .text-mobile-align {
        text-align: center;
    }

    .block-mobile.flex {
        display:block;
        text-align:center;
    }

    #captcha {
        margin-top:10px;
    }

    #captcha-div {
        margin:auto;
    }

    .mb-10 input, .admin-btn{
        margin-top:10px;
    }
 
}


/* JQUERY MOBILE */
.cr-list {
    margin: 0;
    display: block;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
 
  
}
.cr-list .wrapper {
    display: block;
    height: 100%;
    width: auto;
    position: relative;
    -webkit-transition: -webkit-transform 300ms ease;
    -moz-transition: -moz-transform 300ms ease;
    transition: transform 300ms ease;
}
.cr-list .wrapper .item, .cr-list .wrapper .btn {
    display: inline-block;
    padding: 0px;

    text-shadow: none;
    border-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cr-list .wrapper .item {
    width: 100%;
    
}

.cr-list .wrapper .btn{

    text-align:center;
    font-weight: bold;
    position: absolute;
    top:0;
    bottom:0.5rem;
}

.cr-list .wrapper .edit {
    background: #009925;
    border-color: #009925;
    display: inline-block;
    position: absolute;
    width:50%;
    top:0;
    bottom:0;
    left:0;
}
.cr-list .wrapper .edit.editor-edit {
    
    width:100%;
}

.cr-list .wrapper .del {
    background: #F90101;
    border-color: #F90101;
    display: inline-block;
    width:50%;
    position: absolute;
    top:0;
    bottom:0;


}
.cr-list .wrapper .del button {
    background: #F90101;
    border:0;
}
.cr-list .wrapper .del .fas,.cr-list .wrapper .edit .fas {
    color:#ffffff;
    font-size:22px;
    
}
.cr-list .wrapper .del button, .cr-list .wrapper .edit a  {
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content:center;
    color:#ffffff;
}

.ui-loader-default {
    display:none;
}

/** JQUERY CHOOSEN */
.ino-video-container .chosen-container {
    width:100%!important;
}

select.chosen-select {
    width: 100%;
    color:#555555;
}

.chosen-choices {
    padding:5px !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 30px;
    box-shadow: none;
    color: rgb(85, 85, 85);
    outline-color: none;
    line-height: normal;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    background: rgb(255, 255, 255);
    

    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"]:focus,
.chosen-container-multi .chosen-choices li.search-field input[type="text"]:focus-within,
.chosen-container-multi .chosen-choices li.search-field input[type="text"]:focus-visible
 {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow:none;
}


.chosen-container-multi .chosen-choices li.search-choice {
  
    line-height: 24px;
    font-size:16px;
    color: #555555!important;
    font-family: "Roboto Condensed", sans-serif!important;
}

.ino-video-container li.search-field, .ino-video-container .chosen-drop .chosen-results li.active-result  {
    width: 100%;
    text-align: left;
    /*margin: 0 0 0 -15px!important;
    text-indent: 0px!important;
    padding-left:20px;*/
    line-height:24px
}

.ino-video-container .chosen-container-multi .chosen-choices li.search-field input[type="text"], .ino-video-container .chosen-drop .chosen-results{
    font-size: 18px!important;
    color: #555555!important;
    font-family: "Roboto Condensed", sans-serif!important;
}


.ino-video-container .chosen-container .chosen-results li.highlighted {
    background-color: #ff8c00!important;
    background-image: none!important;
    color: #fff!important;
  }

  .chosen-container-active .chosen-single {
    border: 1px solid #ff8c00;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }

  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: none !important;
    
  }
  
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f00d";
    color: #555555;
    font-size: 16px;
  }

/** SELECT2 CUSTOM*/
.select2-selection.select2-selection--multiple {
    text-align:left
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    padding: 0px 40px 0px 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color:#555555;
    border-left: 1px solid #e4e4e4;
    right: 0;
    left:auto;
    padding: 0 8px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ff8c00;
    color: #ffffff;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f5f5f5;
}

.select2-container {
    width:100%!important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    color: #555555!important;
    font-family: "Roboto Condensed", sans-serif!important;
    min-height: 30px;
}

.select2-results__options {
    text-align:left;
   
}

.select2.select2-container--open  {
    outline-color: rgb(255, 140, 0);
    border: 1px solid #ff8c00;
    border-radius:4px;
}

.select2-container--open .select2-selection--multiple {
    border:0px !important;
}

.select2-dropdown {
   
}

.select2-container--default {
    max-width: 100%;
   
}

.search-close-icon {
    border:0px; 
    background-color:#ffffff;
    position:absolute; 
    right:20px; 
    top:11px;
}

.cr-qr-img-container {
    position: relative;
    display: inline-block;
}

.text-custom-center {
    text-align: left;
}



@media (max-width: 767px) {
    .search-close-icon { top: 20px; }
    .cr-qr-img-container {
       /* margin-bottom: 50px; */
    }

    .text-custom-center {
        text-align: center;
    }
    
}


.cr-customers-list-name {
    width:60%;
}

.text-truncate {
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.d-show {
    display: none;
}

.d-span-show {
    display: inline-block;
}



@media (min-width: 1100px) {

    .d-show {
        display: inline-block;
    }
    
    .d-span-show {
        display:none;
    }
 }

.chosen-search-input {
   /*  display:none!important; */
}

.search-field {
    height:30px;
}

.no_edit {
    border: 0px!important;
    outline: none!important;
    transition: none!important;
    box-shadow: none!important;
}

.radio  input[type="radio"]:disabled + .checkmark {
    opacity: .5;
}

.countdown-parent, .countdown-parent span {
    font-size:14px;
}

.report-or {
    align-self: stretch;
    background: #e4e4e4;
    padding: 5px 10px 0px 10px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.report-part, .report-user-part {
     
        border: 1px solid #ccc;
        border-radius: 4px;
        webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
       
}



.report-part .ae-select2, .report-part .ae-select3,  .report-user-part .ae-select4{
       /* padding: 8px; */
      
       border:none !important;
       box-shadow:none!important;
       webkit-box-shadow: none!important;
     
       -webkit-transition: none!important;
       -o-transition: none!important;
       transition: none!important;
       
   
}
.searchbox .ae-select1 { padding:6px 12px!important; }

form.customer-register_form label {
    margin-bottom:0px!important;
}

@media (max-width: 991px) {

    form.customer-register_form input.no_edit {
        height:27px!important;
    }
}

.pdl-5 {
    padding-left:5px;
}

.ui-widget-overlay.override {
    position:fixed!important;
    z-index:999999999;
}

.ui-dialog.override {
    z-index:9999999999;
    border-radius:0px
}

.override-btn button{
    padding:2px 6px;
}

@media all and (max-width:767px) {
    .mobile-btn-block { width: 100%!important; display:block; }
 } 