/*
Theme Name: Hertz Audio
Text Domain: hertz-audio
Version: 1.0
Description: Hertz Audio car audio system
Tags: car audio system, hertz audio, hertz, audio
Author: Hertz Audio
Author URI: https://hertz-audio.com
 */
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-ExtraLight.ttf');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-ExtraLightItalic.ttf');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-SemiBoldItalic.ttf');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Black.ttf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
*{
    box-sizing: border-box;
    font-display: swap;
}
::-moz-selection {
    color: #fff;
    background: #ff4c00;
}

::selection {
    color: #fff;
    background: #ff4c00;
}
a{
    color: #ff4c00;
}
element:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}
a:link, a:visited:link {
    -webkit-tap-highlight-color: unset !important;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow:unset;
}
.collection-terms  .row,
#product-tab-content .row,
.sc--living-hertz-items .row{
    --bs-gutter-x: 50px;
}
body{
    font-family: 'Titillium Web', sans-serif;
    line-height: 1.8;
}
ul, li{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
ol li{
    list-style: unset;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none;
}
a{
    text-decoration: none;
}
a:hover{
    color: #ff4c00;
}
.color-hertz {
    color: #ff4c00;
    margin-right: 20px;
    font-weight: 600;
}
.sc-hertz-color{
    color: #ff4c00;
}
.sc-hertz-color-discontinued{
    color: #808080;
}
.sc-grey-color{
    color:#999999;
}
.sc-default-color{
    color:#212529;
}
p{
    margin: 0;
}
a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a:-webkit-any-link:focus-visible {
    outline-offset: 0;
    outline: 0;
    box-shadow: unset;
}
button{
    outline: 0 !important;
}
img, svg {
    max-width: 100%;
    height: auto;
}
.custom-color-g1{
    color:#7f7f7f;
}
.admin-bar-present {
    top: 32px;
}
.fw-sbold{
    font-weight: 600;
}
header {
    background: #ff4c00;
    /*background: -moz-linear-gradient(172deg, rgba(255,76,0,1) 0%, rgba(211,24,0,1) 100%);
    background: -webkit-linear-gradient(172deg, rgba(255,76,0,1) 0%, rgba(211,24,0,1) 100%);
    background: linear-gradient(172deg, rgba(255,76,0,1) 0%, rgba(211,24,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff4c00",endColorstr="#d31800",GradientType=1);*/
    background: linear-gradient(
            0deg , rgba(231,48,0,1) 0%, rgba(255,76,0,1) 100%);
    padding: 15px 0;
}
.hamburger {
    display: inline-block;
    background: transparent;
    border: unset;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 23px;
    position: relative;
}
.hamburger::before {
    content: '';
    background-image: url('//cdn.xuansiwei.com/forev13410/1778293386669/download_r__50-50_.svg');
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-position: center;
    top: 0;
    left: 0;
}
.hamburger .bar1, .hamburger .bar2, .hamburger .bar3 {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
    display: block;
}
.hamburger .bar1{
    margin-top: 0;
}
.hamburger .bar3{
    margin-bottom: 0;
}
.hamburger.change .bar1 {
    -webkit-transform: rotate(
            -45deg
    ) translate(-8px, 7px);
    transform: rotate(
            -45deg
    ) translate(-8px, 7px);
}
.hamburger.change .bar2 {
    opacity: 0;
}
.hamburger.change .bar3 {
    -webkit-transform: rotate(
            45deg
    ) translate(-3px, -5px);
    transform: rotate(
            45deg
    ) translate(-3px, -5px);
}
#branding img,
footer #media_image-2 img{
    max-width: 170px;
    margin: auto;
    display: table;
    transition: all .25s ease-out;
    width: 170px;
}
#header-right-menu {
    float: right;
}
#header-right-menu li,
footer .social li{
    float: left;
    margin-right: 50px;
}
#header-right-menu li:last-child,
footer .social li:last-child{
    margin: 0;
}
#header-right-menu li i,
footer .social li i{
    color: #fff;
    font-size: 22px;
}
#header-right-menu li i:hover,
footer .social li i:hover,
.hamburger:hover,
footer #media_image-3 img:hover,
footer #media_image-2 img:hover,
#branding img:hover,
a:hover{
    opacity: 0.7;
}
footer {
    background: #000000;
    padding: 60px 0;
    border-top: 2px solid #ff4c00;
}
footer #media_image-3 img {
    float: right;
}
footer .footer-2 .widget {
    font-size: 12px;
    color: #b2b2b2;
}
footer .footer-2 .widget .textwidget {
    color: #b2b2b2;
}

footer .footer-2 .widget ul {
    float: right;
}
footer .footer-2 .widget ul li{
    float: left;
    margin-right: 50px;
}
footer .footer-2 .widget ul li:last-child{
    margin-right: 0;
}
footer .footer-2 .widget ul li a{
    color:#b2b2b2;
    text-transform: uppercase;
}

footer .footer-2 {
    margin-top: 100px;
    padding-bottom: 30px;
    border-bottom: 1px solid #4c4c4c;
    margin-bottom: 60px;
}
footer .footer-3 .widget {
    display: inline-block;
    text-align: center;
    width: auto;
    margin-right: 90px;
}
footer .footer-3 .widget:last-child{
    margin-right: 0;
}
footer .footer-3 .widget img {
    width: 170px;
}
#button-home-category {
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    padding: 15px 40px;
    line-height: 51.2px;
    left: 10px;
    position: absolute;
    bottom: 0;
}
#button-home-category:hover .elementor-button-icon{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: animationRight;
    animation-name: animationRight;
}
@-webkit-keyframes animationRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(10px);
    }
}

@keyframes animationRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 1;
        transform: translateX(10px);
    }
}

@-webkit-keyframes animationBottom {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(10px);
    }
}

@keyframes animationBottom {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        transform: translateY(10px);
    }
}
#sb_instagram #sbi_load .sbi_load_btn,
.view-all-posts a,
.sc-product-filter-load-more span,
.filter-line-view-all-products,
.sc-news-load-more span,
.sc-news-section-load-more span,
.sc-blog-section-load-more span{
    position: relative;
    background: transparent !important;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 48px;
    padding: 10px 15px 15px 15px !important;
    display: table;
    margin: auto;
    padding-left: 0;
    color: rgb(0,0,0);
    cursor: pointer;
}
#sb_instagram #sbi_load .sbi_load_btn::after,
.view-all-posts a::after,
.sc-product-filter-load-more span::after,
.filter-line-view-all-products::after,
.sc-news-load-more span::after,
.sc-news-section-load-more span::after,
.sc-blog-section-load-more span::after{
    content: "";
    background-image: url('//cdn.xuansiwei.com/forev13410/1778294162295/download_r__512-512_c__fc4c04_.svg');
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
}
#sb_instagram #sbi_load .sbi_load_btn:hover::after,
.title-posted.last:hover::after,
.view-all-posts a:hover::after,
.sc-product-filter-load-more span:hover::after,
.filter-line-view-all-products:hover::after,
.sc-news-load-more span:hover::after,
.sc-news-section-load-more span:hover::after,
.sc-blog-section-load-more span:hover::after{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: animationRight;
    animation-name: animationRight;
}
#sb_instagram #sbi_load .sbi_load_btn:active, #sb_instagram .sbi_follow_btn a:active {
    box-shadow: unset;
    background: transparent;
    color: #000;
}
#sb_instagram .sbi_btn_text.sbi_hidden{
    opacity: 1 !important;
}
#sb_instagram span.sbi_loader.sbi_hidden{
    opacity: 0 !important;
}
#sb_instagram #sbi_load,
.view-all-posts,
.sc-product-filter-load-more,
.sc-news-section-load-more,
.sc-blog-section-load-more{
    float: none;
    clear: unset;
    width: 700px;
    text-align: center;
    border-top: 1px solid #adadad;
    margin: auto;
    display: table;
    position: relative;
}
.sc-news-load-more{
    float: none;
    clear: unset;
    width: 100%;
    text-align: center;
    border-top: 1px solid #adadad;
    margin: auto;
    display: table;
    position: relative;
    margin-top: 40px;
}
#sb_instagram #sbi_images {
    margin-bottom: 40px;
    padding: 0 !important;
}
#button-home-living-hertz {
    padding: 0 30px 0 60px;
    line-height: 48px;
    max-height: 48px;
}
#button-home-living-hertz .elementor-button-content-wrapper{
    max-height: 48px;
}
#button-home-living-hertz .elementor-button-icon svg {
    width: 48px;
    vertical-align: unset;
}
#button-home-living-hertz.elementor-button .elementor-align-icon-right {
    margin-left: 35px;
    padding-right: 10px;
}
#button-home-living-hertz:hover .elementor-align-icon-right,
#off-canvas-nav .main-menu .menu.horizontal li.has_lines a:hover::after{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: animationRight;
    animation-name: animationRight;
}
/*main menu*/
#off-canvas-nav {
    width: 100%;
    background: rgba(0,0,0,0.7);
}
#off-canvas-nav .offcanvas-body {
    padding: 0;
    width: 60%;
}
#off-canvas-nav .main-menu {
    background: #000;
    z-index: 2;
    position: relative;
    overflow-y: auto;
    height: 100%;
}
#off-canvas-nav .main-menu .menu-items {
    height: 100%;
    min-height: 600px;
}
#off-canvas-nav .medium {
    height: 13.33%;
    min-height: 120px;
    position: relative;
}
#off-canvas-nav .content {
    color: #ffffff;
    padding: 30px 20px 20px 20px;
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
}
#off-canvas-nav .content-close-button {
    padding: 20px 30px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    align-items: center;
}
#off-canvas-nav .btn-close {
    left: 0;
    opacity: 1;
    height: auto;
    padding: 15px 10px;
    background-position: left;
}
#off-canvas-nav .btn-close:hover{
    opacity: 0.7;
}
#off-canvas-nav .tall {
    height: 9%;
    min-height: 80px;
    position: relative;
}
#off-canvas-nav ::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
#off-canvas-nav  ::-webkit-scrollbar-thumb {
    background: #54585a;
}
#off-canvas-nav  ::-webkit-scrollbar-track {
    background: transparent;
}
.content-tall-menu {
    float: left;
    width: 100%;
    height: calc(100% - 72.03px);
    position: relative;
    top: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
}
#off-canvas-nav .main-menu h2 a,
h1.hz-item-submenu-without-photo{
    font-size: 30px;
    color: #ff4c00;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
#off-canvas-nav .main-menu .menu.horizontal {
    float: left;
    width: 100%;
}
#off-canvas-nav .main-menu .menu.horizontal li {
    float: left;
    margin-right: 17px;
    padding-right: 17px;
    border-right: 1px solid #919192;
}
#off-canvas-nav .main-menu .menu.horizontal li:last-child{
    border: unset;
    margin: 0;
    padding: 0;
}
#off-canvas-nav .main-menu .menu.horizontal li a {
    color: #ededed;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*#off-canvas-nav .main-menu .medium:nth-child(2){
    background-image: url(../images/hertz_menu_background_marineaudio.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#off-canvas-nav .main-menu .medium:nth-child(3){
    background-image: url(../images/hertz_menu_background_powersportsaudio.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}*/
#off-canvas-nav .main-menu .medium{
    background-repeat: no-repeat;
    background-position: right bottom;
}
.btn-close:focus {
    box-shadow: unset;
}
#off-canvas-nav #targets-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60%;
    width: 40%;
}
#off-canvas-nav .target-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    background: #000;
    opacity: 0;
    padding: 40px;
    transition: all 0.6s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    background-size: cover;
}
#off-canvas-nav .target-menu.active{
    opacity: 1;
    transform: translateX(0);
}
#off-canvas-nav .target-menu.has-images:first-child {
    background-image: url(../images/hertz_submenu_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#off-canvas-nav .target-menu h2 {
    margin: auto;
    display: table;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 200;
    text-align: center;
}
#off-canvas-nav .target-menu li {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
#off-canvas-nav .target-menu li .target-submenu-description {
    color: #cccccc;
    margin-top: 20px;
    font-size: 14px;
}
ul.target-submenu {
    margin-bottom: 60px;
    float: left;
    width: 100%;
}
.target-view-all-products {
    width: 430px;
    text-align: center;
    margin:auto;
    display: table;
    padding-top: 15px;
    border-top: 2px solid #3f3f3f;
}
.target-view-all-products a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    line-height: 48px;
}
.target-view-all-products a::after {
    content: "";
    background-image: url('//cdn.xuansiwei.com/forev13410/1778294162295/download_r__512-512_c__fc4c04_.svg');
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
}
.target-view-all-products a:hover::after{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: animationRight;
    animation-name: animationRight;
}
#targets-menu{
    opacity: 0;
}
header {
    padding-left: 30px;
    padding-right: 30px;
}
#off-canvas-nav .main-menu .menu.horizontal li.has_lines {
    position: relative;
    padding-right: 35px;
}
#off-canvas-nav .main-menu .menu.horizontal li.has_lines a::after {
    content: "";
    background-image: url('//cdn.xuansiwei.com/forev13410/1778294162295/download_r__512-512_c__fc4c04_.svg');
    position: absolute;
    width: 30px;
    height: 100%;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center left 8px;
}
/*end main menu*/

body::-webkit-scrollbar,
#search-results::-webkit-scrollbar,
.sc--search-results-support::-webkit-scrollbar{
    width: 10px;
    height: 10px;
}
body::-webkit-scrollbar-track,
#search-results::-webkit-scrollbar-track,
.sc--search-results-support::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb,
#search-results::-webkit-scrollbar-thumb,
.sc--search-results-support::-webkit-scrollbar-thumb{
    background-color: #54585a;
    outline: 1px solid slategrey;
}

.date-posted {
    float: left;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.title-posted {
    float: left;
    width: 100%;
    color: #ff4c00;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
.short-description-posted {
    float: left;
    width: 100%;
    font-size: 16px;
}
.read-more-posted {
    padding: 15px 60px;
    position: absolute;
    bottom: 0;
    left: 12px;
    border: 3px solid #ff4c00;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    line-height: 14px;
}
.title-posted.last::after {
    content: "";
    background-image: url('//cdn.xuansiwei.com/forev13410/1778294162295/download_r__512-512_c__fc4c04_.svg');
    background-repeat: no-repeat;
    width: 25px;
    height: 26px;
    position: absolute;
    background-position: center;
    margin-left: 20px;
}
.title-posted.last {
    line-height: 27px;
}
.view-all-posts {
    margin-top: 45px;
}

/*collection parent page*/
.section-banner.section-parent-collection {
    min-height: 80vh;
    width: 100%;
    padding-top: 62.69px;
    float: left;
    /* background-attachment: fixed; */
    background-size: cover;
    position: relative;
    background-position: center center;
    background-color: #000;
}
.section-parallax-collection-banner{
   background-attachment: fixed;
}
#breadcrumbs span {
    color: #f24902;
}
#breadcrumbs {
    float: left;
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
.section-banner #breadcrumbs a, .section-banner #breadcrumbs .breadcrumb_last,
#crumbs a,
#crumbs span{
    color: #000;
}
#crumbs{
    color: #ff4c00;
    font-size: 14px;
    text-transform: uppercase;
}
.section-full-width.section-content.section-content-collection {
    float: left;
    width: 100%;
    padding: 150px 0 60px 0;
}
.section-full-width.section-content.section-content-collection.dark {
    background-color: #000;
}
.collection-heading{
    margin: auto;
    display: table;
    margin-bottom: 40px;
}
.collection-heading img {
    max-width: 500px;
    width: 90%;
    display: table;
    margin: auto;
}
.collection-heading h1 {
    font-size: 85px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin:0;
}
.section-content-collection.dark h1{
    color: #fff;
}
.section-content-collection.light h1{
    color: #000;
}
.collection-subheading h2 {
    margin: auto;
    display: table;
    font-size: 36px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.collection-description {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #171717;
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 96px;
}
.collection-element.collection-terms {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.collection-column {
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-bottom: 50px;
    padding: 45px;
    float: left;
    width: 100%;
}
.collection-representative-image img {
    max-width: 100%;
    height: auto;
}
.collection-title {
    margin-top: 30px;
    text-align: center;
    font-size: 47px;
    color: #ff4c00;
    letter-spacing: 2px;
    width: 100%;
    float: left;
    line-height: 47px;
}
.collection-button-view-all {
    display: table;
    margin: auto;
    background-color: #FF4C00;
    color: #fff;
    font-size: 14px;
    line-height: 48px;
    position: relative;
    text-transform: uppercase;
    padding-right: 90px;
    padding-left: 90px;
}
.collection-element-button-view-all {
    float: left;
    width: 100%;
    margin-top: 45px;
}
.collection-element-button-view-all .collection-icon-right {
    margin-left: 35px;
    padding-right: 10px;
}
.collection-element-button-view-all .collection-icon-right {
    margin-left: 35px;
    padding-right: 10px;
}
.collection-button-view-all:hover{
    color: #fff;
}
.collection-button-view-all::after {
    content: '';
    background-image: url(../images/hertz_arrow_mini_orange.svg);
    height: 48px;
    width: 48px;
    position: absolute;
    margin-left: 35px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.collection-button-view-all:hover::after{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: animationRight;
    animation-name: animationRight;
}
.collection-representative-image img{
    transition: all .3s ease-in-out;
}
.collection-representative-image:hover img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.section-video-banner {
    min-height: 600px;
    width: 100%;
    float: left;
    background-size: cover;
    position: relative;
    background-blend-mode: multiply;
}
.collection-element-video-title {
    font-size: 72px;
    color: #fff;
    text-align: center;
    line-height: 72px;
    margin-bottom: 20px;
}
.collection-element-video-subtitle {
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 45px;
}
.light .collection-element-video-title,
.light .collection-element-video-subtitle{
    color:#000;
}
.collection-video {
    margin: auto;
    display: table;
    padding: 18px 20px;
    background-color: #ff4c00;
    line-height: 19.5px;
    color: #fff;
    border: unset;
}
.collection-video:hover{
    opacity: 0.7;
}
.collection-elements-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#modal-video .modal-dialog .modal-content,
#website-catalogue .modal-dialog .modal-content{
    background: transparent;
    border: unset;
}
#modal-video .modal-dialog .modal-content .modal-header,
#website-catalogue .modal-dialog .modal-content .modal-header{
    padding: 0;
    border: unset;
    width: 100%;
    float: left;
    display: block;
}
#modal-video button.close,
#website-catalogue .modal-dialog .modal-content button.close{
    float: right;
    text-align: right;
    border: unset;
    background: transparent;
    font-size: 35px;
    line-height: 25px;
    color: #fff;
    right: 0;
}
#modal-video button.close span.modal_button,
#website-catalogue button.close span.modal_button{
    line-height: 26px;
    height: auto;
    float: left;
}
.collection-description-long {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #93989e;
    max-width: 680px;
    margin: auto;
    padding-top: 20px;
}
.collection-column.collection-column-theme-dark {
    border: 1px solid #7b2400;
    background: #000;
}
.collection-column.collection-column-theme-dark .collection-description {
    color: #fff;
}
/*.section-full-width.section-content.section-content-collection.dark .collection-column {
    background: #000;
}*/
/*end collection parent page*/

/*start collection child page*/
.collection-header-heading h1 {
    font-size: 67px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 2px 1px #000;
}
.collection-header-subheading {
    font-size: 20px;
    color: #fff;
    text-shadow: 2px 1px #000;
}
.collection-header-heading {
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.section-full-width.section-products-lines {
    float: left;
    width: 100%;
    margin: 0 0 70px 0;
}
.product.item {
    border: 1px solid #e5e5e5;
    padding: 25px;
    width: 100%;
    float: left;
    transition: all .3s ease-in-out;
    height: 100%;
}
.sc-item-col{
    margin-bottom: 24px;
}
.product.item .image {
    position: relative;
    padding-top: 66%;
}
.product.item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    max-height: 100%;
    max-width: 100%;
    background-position: center;
    width: auto;
}
.product.item:hover .image img{
    transform: translate(-50%,-50%) scale(1.1);
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    -moz-transform: translate(-50%,-50%) scale(1.1);
    -ms-transform: translate(-50%,-50%) scale(1.1);
    -o-transform: translate(-50%,-50%) scale(1.1);
    transition: all 0.5s;
}
.product.item h4 {
    margin-top: 60px;
    text-align: center;
    color: #ff6524;
    font-weight: 600;
}
.logo-line img {
    width: 200px;
    height: auto;
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(
            250deg) brightness(0%) contrast(99%);
    -webkit-filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(
            250deg) brightness(0%) contrast(99%);
    display: block;
}
.logo-line {
    margin-bottom: 30px;
    border-bottom: 1px solid #ff4c00;
    padding-bottom: 10px;
    margin-top: 60px;
}
.product.item .description_intro {
    font-size: 16px;
    text-align: center;
    /*white-space: nowrap;*/
    color: #000;
    display: inline-block;
    float: none;
    min-width: 100%;
}
@-moz-document url-prefix() {
    /*only mozilla*/
    .product.item .description_intro {
        white-space: initial;
    }
}
.sc-product-filter-load-more{
    margin-top: 100px;
}
.fa-loading-more{
    display: none;
    margin: auto;
}
.fa-loading-more i {
    font-size: 32px;
}
.section-products-filters {
    width: 100%;
    background-color: #ececec;
    padding: 0;
    height: 85px;
    display: flex;
    align-items: center;
}
.filter-option-block-view-line {
    float: left;
}
.filter-option-view-line {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 50px 15px 40px;
    cursor: pointer;
    position: relative;
}
.filter-option-view-line::after {
    font-family:"Font Awesome\ 5 Free";
    font-weight: 700;
    content: "\f078";
    color: #fff;
    position: absolute;
    font-size: 15px;
    right: 20px;
}
.filter-option-view-line.active::after{
    content: "\f077";
}
.section-line-filter {
    float: left;
    width: 100%;
    background: #000;
    padding: 50px 0 0 0;
    margin-top: -8px;
    position: absolute;
    z-index: 2;
}
.filter-line-background-text {
    position: absolute;
    font-size: 125px;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-weight: 600;
    z-index: -1;
    line-height: 125px;
}
.filter-line-item {
    z-index: 1;
    display: inline-block;
    float: none;
    margin: auto;
    margin-bottom: 25px;
    margin-top: 0;
}
.filter-line-link img {
    max-width: 150px;
}
.filter-line-link {
    float: left;
    text-align: center;
    z-index: 2;
    border-right: 1px solid #646464;
    width: 100%;
}
.filter-line-subtitle {
    margin-top: 15px;
    color: #a9a9a9;
    padding: 0 15px;
    font-size: 14px;
}
.filter-line-item:last-child .filter-line-link {
    border: unset;
}
.filter-line-view-all-products{
    color: #fff;
}
.wrapper-filter-options{
    display: none;
    position: absolute;
}
.filter-option-view-line.active {
    padding-bottom: 22px;
}
.section-price-filter {
    display: flex;
    align-items: center;
    margin-top: 60px;
    float: left;
    width: 100%;
}
.filter-option-block-price {
    float: right;
    display: none;/*flex;*/
    align-items: center;
}
.label-filter {
    float: left;
    text-transform: uppercase;
    margin-right: 15px;
}
.filter-option-price {
    float: left;
    position: relative;
}
.filter-selected-option {
    padding-right: 30px;
    position: relative;
}
.filter-options-sub a {
    color: #212529;
}
.btn-filter-options {
    cursor: pointer;
}
.btn-filter-options:hover{
    opacity: 0.8;
}
.filter-option-price .filter-selected-option::after {
    font-family:"Font Awesome\ 5 Free";
    font-weight: 700;
    content: "\f078";
    color: #ff4c00;
    position: absolute;
    font-size: 15px;
    right: 5px;
}
.filter-option-price .filter-selected-option.active::after{
    content: "\f077";
}
.filter-option-price select.filters-sort, .filter-option-price select.filters-sort:focus-visible {
    padding: 0 20px 0 0;
    border: unset;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    z-index: 1;
}
.filter-option-price::after {
    font-family:"Font Awesome\ 5 Free";
    font-weight: 700;
    content: "\f078";
    color: #ff4c00;
    position: absolute;
    font-size: 15px;
    right: 3px;
    background: #fff;
    top: 2px;
}
#nprogress .bar {
    background: #fff;
}
#nprogress .peg {
    box-shadow: 0 0 10px #ff4c00, 0 0 5px #ff4c00;
}
#nprogress .spinner {
    top: 20px;
    right: 5px;
}
#nprogress .spinner-icon {
    border-top-color: #fff;
    border-left-color: #fff;
}
.sc-product-lines-filters {
    position: relative;
}
.sc-loader-products {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.7);
    z-index: 1;
}
.filter-option-search-filter {
    float: right;
    display: flex;
    align-items: center;
}
.filter-option-product {
    background: #ff4c00;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 35px 15px 20px;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}
.filter-option-product.active,
.filter--option-support.active{
    padding-bottom: 22px;
}
.filter-option-product::after {
    font-family:"Font Awesome\ 5 Free";
    font-weight: 700;
    content: "\f078";
    color: #fff;
    position: absolute;
    font-size: 15px;
    right: 13px;
    top: 17px;
}
.filter-option-product.active::after {
    content: "\f077";
}
.section-product-filter {
    float: left;
    width: 100%;
    background: #ff4c00;
    padding: 40px;
    margin-top: 20px;
    position: absolute;
    z-index: 2;
    left: 0;
    text-align: center;
}
span.filter-option {
    margin-right: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    width: auto;
    text-align: left;
    float: unset;
}
span.filter-option label{
    cursor: pointer;
}
.filter-option .form-check-input:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: unset;
}
.filter-option .form-check-input[type=checkbox] {
    border-radius: 0;
    border: 0;
}
.filter-option .form-check-input:checked {
    background-color: #000;
    border-color: #000;
    border: 4px solid #fff;
}
.filter-option .form-check-input:checked[type=checkbox] {
    background-image: unset;
}
.filter-option .form-check-input:checked + .form-check-label{
    color: #000;
}
span.filter-clear-options {
    color: #7f7f7f;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    width: 27px;
    text-align: center;
    top: 7px;
    display: none;
}
span.filter-clear-options::after {
    font-family:"Font Awesome\ 5 Free";
    font-weight: 700;
    content: "\f00d";
    color: #ff4c00;
    position: absolute;
    font-size: 15px;
    top: -15px;
    right: 10px;
}
span.filter-clear-options:hover{
    opacity: 0.7;
}
.wrap-section-top{
    padding-top: 63px;
}
.section-bottom {
    /* float: left; */
    width: 100%;
    background-color: #f2f2f2;
    padding: 65px 0px 75px 0;
    display: table;
}
.section-bottom img {
    margin: auto;
    display: table;
    width: 85px;
}
.section-bottom a {
    cursor: pointer;
    text-align: center;
}
.section-bottom a span {
    text-align: center;
    width: 100%;
    float: left;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.collection-breadcrumb {
    float: left;
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ff4c00;
}
.collection-breadcrumb a,
.collection-breadcrumb .current{
    color: #000;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 20px;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 500px;
}
.section-product-template {
    margin: 40px 0;
}
[data-fancybox="product-gallery"]{
    cursor: pointer;
    cursor: url(../images/ic_cursor_images.png), auto;
    transition: all .3s ease-in-out;
}
.fancybox-image{
    cursor: pointer;
    cursor: url(../images/ic_cursor_close_images.png), auto;
    transition: all .3s ease-in-out;
    background: #fff;
}
[data-fancybox="product-gallery"]:hover{
    transform: scale(1.1);
    transition: all 0.5s;
}
body .swiper-button-prev, body .swiper-button-next {
    color: #ff4c00;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
body .swiper-button-prev{
    padding: 60px 40px 60px 15px;
    left: 0;
}
body .swiper-button-next{
    padding: 60px 15px 60px 40px;
    right: 0;
}
body .swiper-button-next:after,
body .swiper-container-rtl .swiper-button-prev:after,
body .swiper-button-prev:after,
body .swiper-container-rtl .swiper-button-next:after{
    font-size: 30px;
}
.product-layout-info .product-title {
    font-size: 48px;
    color: #000;
}
.product-layout-info .product-subtitle {
    font-size: 22px;
    color: #999999;
    margin-top: 10px;
    width: 100%;
    float: left;
}
.product-layout-info .product-subtitle span.product-subtitle-separator {
    color: #ff4c00;
}
.product-layout-info .product-description {
    margin: 25px 0 60px 0;
}
.btn.btn-find-a-dealer, .btn-download-pdf {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #F84400;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 50px 15px 15px;
    color: #000;
    position: relative;
}

.btn-download-pdf::before {
    content: "";
    background-image: url(../images/hertz_icon_download.svg);
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 45px;
    height: 45px;
}
.btn-product-share i {
    font-size: 28px;
    color: #ff4c00;
    cursor: pointer;
}
.btn-product-share i:hover{
    opacity: 0.7;
}
.st-btn{
    border: unset !important;
}
.st-logo,
.st-disclaimer{
    display: none;
}
.st-close {
    background: transparent !important;
    top: 28px;
}
.st-btn > img {
    height: 30px !important;
    width: 30px !important;
    filter: hue-rotate(-83deg) saturate(4) ;
    -webkit-filter: hue-rotate(-83deg) saturate(4) ;
    -moz-filter: hue-rotate(-83deg) saturate(4) ;
}
/*.st-btn[data-network='sharethis']::after{
    font-family:"Font Awesome\ 5 Free";
    font-weight: 700;
    content: "\f1e0";
    font-size: 28px;
    color: #ff4c00;
}*/
.product-wrapper-info {
    float: left;
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 60px;
}
.product-description-paragraph {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 28px;
}
input#expanded:checked + .product-description-paragraph {
    -webkit-line-clamp: unset;
}
/*input#expanded:checked ~ label,
.product-description-paragraph:not(.truncated) ~ label{
    display: none;
}*/
.product-description-paragraph ~ label{
    display: none;
}
.product-description-paragraph ~ label,
input#expanded ~ label::before{
    content: "read more";
}
input#expanded:checked ~ label::before,
.product-description-paragraph:not(.truncated) ~ label::before{
    content: "show less";
}
.product-layout-info .product-description .product-description-paragraph:not(.truncated) label::after,
.product-layout-info .product-description input#expanded:checked ~ label::after{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
input#expanded {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.product-layout-info .product-description label {
    float: right;
    margin-top: 30px;
    color: #000;
    position: relative;
    padding-right: 20px;
}
.product-layout-info .product-description label:hover{
    opacity: 0.7;
}
.product-layout-info .product-description label::after {
    font-family:"Font Awesome\ 5 Free";
    font-weight: 700;
    content: "\f078";
    color: #F84400;
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 5px;
}
.product-item-rel {
    border: 1px solid #e5e5e5;
    padding: 15px;
    height: 100%;
}
.product-relations item{
    margin-bottom: 24px;
}
.product-item-rel.current{
    border: 1px solid #F84400;
}
.product-item-rel .image-product-rel {
    position: relative;
    padding-top: 66%;
}
.product-item-rel .image-product-rel img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.product-item-rel .product-rel-description {
    margin: auto;
    display: table;
    text-align: center;
    margin-top: 15px;
    color: #000;
}
#product-tab li.nav-item button {
    border: unset;
    margin-bottom: 0;
}
#product-tab li.nav-item button {
    border: unset;
    margin-bottom: 0;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 1px;
}
#product-tab li.nav-item button.active {
    color: #ff4c00;
    border-bottom: 3px solid #ff4c00;
}
#product-tab-content:not(:empty) {
    padding: 40px 0;
}
.product-layout-informations:not(:empty) {
    margin-top: 60px;
}
.nav-tabs:not(:empty) {
    border-bottom: 1px solid #dee2e6;
    flex-basis: 100%;
}
.nav-tabs:not(:empty) li.nav-item{
    position: relative;
    display: flex;
    flex: 1 1;
    overflow: hidden;
}
.product-overview-photo {
    position: relative;
    margin-bottom: 30px;
}
.product-overview-photo button.collection-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.product-tab-title {
    font-size: 40px;
    color: #ff4c00;
    font-weight: 300;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: unset;
    border-bottom: 0;
}
.product-tab-title-sub{
    font-size: 32px;
}
.document-file{
    color: #ff4c00;
    padding-left: 45px;
}
.download-file::before {
    font-family:"Font Awesome\ 5 Free";
    font-weight: 700;
    content: "\f1c6";
    color: #ff4c00;
    position: absolute;
    font-size: 45px;
    left: 0;
}
.product-manual-file::before {
    font-family:"Font Awesome\ 5 Free";
    font-weight: 700;
    content: "\f1c1";
    color: #ff4c00;
    position: absolute;
    font-size: 45px;
    left: 0;
}
.product-frequency-file::before {
    font-family:"Font Awesome\ 5 Free";
    font-weight: 700;
    content: "\f56c";
    color: #ff4c00;
    position: absolute;
    font-size: 45px;
    left: 0;
}
.product-manual-press{
    align-items: center;
}
.section-products-related {
    background: #000;
    padding: 60px 0;
}
.section-products-related .product.item {
    background: #fff;
}
.st-btn[data-network='airbnb'],
.st-btn[data-network='amazon'],
.st-btn[data-network='blogger'],
.st-btn[data-network='blm'],
.st-btn[data-network='buffer'],
.st-btn[data-network='diaspora'],
.st-btn[data-network='digg'],
.st-btn[data-network='discord'],
.st-btn[data-network='douban'],
.st-btn[data-network='evernote'],
.st-btn[data-network='etsy'],
.st-btn[data-network='flipboard'],
.st-btn[data-network='getpocket'],
.st-btn[data-network='github'],
.st-btn[data-network='gmail'],
.st-btn[data-network='googlebookmarks'],
.st-btn[data-network='hackernews'],
.st-btn[data-network='houzz'],
.st-btn[data-network='instapaper'],
.st-btn[data-network='line'],
.st-btn[data-network='linkedin'],
.st-btn[data-network='livejournal'],
.st-btn[data-network='mailru'],
.st-btn[data-network='meneame'],
.st-btn[data-network='messenger'],
.st-btn[data-network='odnoklassniki'],
.st-btn[data-network='pinterest'],
.st-btn[data-network='print'],
.st-btn[data-network='qzone'],
.st-btn[data-network='reddit'],
.st-btn[data-network='refind'],
.st-btn[data-network='renren'],
.st-btn[data-network='snapchat'],
.st-btn[data-network='surfingbird'],
.st-btn[data-network='telegram'],
.st-btn[data-network='tiktok'],
.st-btn[data-network='tripadvisor'],
.st-btn[data-network='tumblr'],
.st-btn[data-network='vk'],
.st-btn[data-network='vimeo'],
.st-btn[data-network='weibo'],
.st-btn[data-network='wordpress'],
.st-btn[data-network='xing'],
.st-btn[data-network='yahoomail'],
.st-btn[data-network='zillow'],
.st-btn[data-network='sms'],
.st-btn[data-network='threema']{
    display: none !important;
}
.st-btns {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.collection-learn-more-btn a {
    font-size: 14px;
    text-transform: uppercase;
    background-color: #02010100;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #F84400;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 70px 20px 70px;
    float: left;
    margin-top: 40px;
    color: #fff;
    font-size: 14px;
    text-shadow: 2px 1px #000;
}
/*end*/
.nav-search {
    position: static;
    margin: 0;
    padding: 0;
    min-height: 16%;
    text-align: center;
    z-index: 2;
    -webkit-transition: padding .2s ease, opacity .2s ease, visibility 0s linear .2s;
    -moz-transition: padding .2s ease, opacity .2s ease, visibility 0s linear .2s;
    -ms-transition: padding .2s ease, opacity .2s ease, visibility 0s linear .2s;
    transition: padding .2s ease, opacity .2s ease, visibility 0s linear .2s;
}
.nav-search .nav-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    z-index: 20;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    height: 100%;
}
.nav-search.search-is-visible .nav-search-overlay {
    background: rgba(0,0,0,0.9);
    opacity: 1;
    visibility: visible;
}
.nav-search .nav-search-overlay .search-form {
    position: relative;
    width: 100%;
    margin: 40px auto 30px;
}
.nav-search .nav-search-overlay .input-group {
    margin: 0 auto;
    width: 100%;
    height: 60px;
}
.nav-search .nav-search-overlay .nav-search-input {
    padding: 0 40px;
    height: 100%;
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
    text-align: center;
    font-size: 42px;
    font-weight: 300;
    width: 100%;
    background: transparent;
    border: unset;
    border-bottom: 2px solid #ff6524;
    color: #54585a;
    padding-bottom: 15px;
}
.nav-search .nav-search-overlay div.icon-search {
    position: absolute;
    top: 10px;
    left: 0;
}
.nav-search .nav-search-overlay .toggle-search {
    z-index: 2;
    top: 10px;
    right: 0;
    margin-right: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-search .nav-search-overlay .toggle-search i {
    font-size: 30px;
    font-weight: 600;
    color: #ff6524;
    cursor: pointer;
}
#search-results, .sc--search-results-support {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    text-align: left;
    box-shadow: 0 0 0 1px rgb(39 44 48 / 5%), 0 1px 5px 1px rgb(39 44 48 / 16%);
    max-height: 300px;
    overflow: auto;
    z-index: 3;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.nav-search.search-is-visible .nav-search-overlay .container {
    position: relative;
}
.sc-search-suggestion {
    overflow: visible;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}
.sc-search-suggestion a {
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.sc-search-suggestion a .sc-search-suggestion-left {
    width: 70px;
    margin-right: 15px;
}
.sc-search-suggestion a .sc-search-suggestion-right {
    color: #000;
}
.sc-search-suggestion a .sc-search-suggestion-right .sc-suggestion-search-product-info {
    color: #F84400;
}
button.btn-back-main-menu {
    background: transparent;
    border: unset;
    padding: 0;
    float: left;
    padding-right: 15px;
    display: none;
    margin-left: -10px;
    padding-bottom: 4px;
}
button.btn-back-main-menu:hover{
    opacity: 0.7;
}
button.btn-back-main-menu i {
    color: #ededed;
    font-size: 25px;
}
li.website-languages-nested-list-item,
.website-languages-nested-list-item-visible{
    float: left;
    width: 100%;
}
li.website-languages-nested-list-item .website-search-result-link,
.website-languages-nested-list-item-visible .website-search-result-link{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 60px;
    margin-bottom: 1px;
    padding: 6px 18px;
    color: inherit;
    background-color: #eff0f1;
}
li.website-languages-nested-list-item a img, .website-languages-nested-list-item-visible a img {
    max-width: 25px;
    margin-right: 10px;
}
#website-languages .modal-content {
    border-radius: 0;
}
#website-languages .modal-content .modal-header {
    border: unset;
}
button.website-languages-nested-list-button {
    width: 100%;
    padding: 18px;
    text-align: left;
    border: 0;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #e3e4e4;
}
button.website-languages-nested-list-button:hover{
    border-bottom: 1px solid #ff4c00;
    opacity: 0.7;
}
button.website-languages-nested-list-button::after{
    font-family:"Font Awesome\ 5 Free";
    font-weight: 700;
    content: "\f078";
    color: #ff4c00;
    position: absolute;
    font-size: 15px;
    right: 20px;
}
button.website-languages-nested-list-button.active::after{
    content: "\f077";
}
.website-languages-nested-list-item {
    display: none;
}
ul.website-languages-nested-list:last-child button.website-languages-nested-list-button {
    border: unset;
}
.website-languages-search {
    width: 100%;
    position: relative;
}
.website-languages-search input[name="website_language_search"] {
    border: unset;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 10px 18px;
}
.website-languages-search input[name="website_language_search"]:focus-visible{
    outline: 0;
}
.website-languages-search::after {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
    content: "\f002";
    color: #ff4c00;
    position: absolute;
    font-size: 20px;
    right: 20px;
    top: 7px;
}
.website-languages-search-results-text {
    float: left;
    width: 100%;
    padding: 18px;
}
.website-languages-search-results-text a{

}
.website-languages-search-results-text a {
    color: #ff4c00;
}
.target-back-to-menu-mobile {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
}
.collection-title h2 {
    margin: 0;
}
.sc-related-product {
    margin-bottom: 24px;
}
.fs-14{
    font-size: 14px;
}
.product-tab-title {
    margin-bottom: 30px !important;
}
.sc-image-news img,
.sc-description-news img,
.sc-description-news iframe,
.sc-description-news video{
    max-width: 100%;
}

.section-image-news {
    width: auto;
    height: 200px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.section-image-blog {
    width: auto;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding-bottom: 56.25%;
    background-position: center center;
}
.sc-news-section-load-more,
.sc-blog-section-load-more{
    margin-top: 60px;
}

.read-more-posted-blog {
    padding: 15px 60px;
    position: relative;
    bottom: 0;
    left: 0;
    border: 3px solid #ff4c00;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    float: left;
    margin-top: 15px;
}
.sc-page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.sc-title-column, .sc-title-column .elementor-widget-wrap, .sc-title-column .elementor-column, .sc-title-column .elementor-column-wrap{
    position: unset;
}
.sc-btn-anchor {
    position: absolute;
    bottom: 0;
}
.sc-btn-anchor a svg {
    width: 3em;
}

@keyframes scrolling {
    0% {
        opacity: 1;
    }
    50% {
        transform: translate(0,20px);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
    }
}

/*.sc-btn-anchor a:hover .elementor-button-icon {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: animationBottom;
    animation-name: animationBottom;
}*/
.sc-btn-anchor a .elementor-button-icon {
    -webkit-animation: scrolling 3s ease-out infinite;
    -moz-animation: scrolling 3s ease-out infinite;
    -o-animation: scrolling 3s  ease-out infinite;
    animation: scrolling 3s ease-out infinite;
}

.sc-btn-anchor a span.elementor-button-icon.elementor-align-icon-right {
    margin: 0;
}
.sc-after-top-section .elementor-widget-wrap.elementor-element-populated {
    padding: 0 10px;
}
.collection-representative-image.collection-living-hertz img {
    margin: auto;
    display: table;
    max-height: 250px;
    width: auto;
    object-fit: contain;
    -webkit-object-fit: contain;
}
.product-layout-informations.sc-living-hertz-table-info {
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 60px;
}
.sc-press-review {
    padding: 0;
}
.sc-press-review .left_content_part {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
    text-align: center;
}
.sc-press-review .left_content_part #menu-press-review-it,
.top_information,
.search_form, .search_article_form,
.sc-press-review .left_content_part #Press_Area_Sidebar2{
    float: left;
    width: 100%;
}
.sc-press-review .left_content_part li {
    display: inline-block;
    margin-right: 30px;
}
.sc-press-review .left_content_part li a {
    padding: 10px 20px;
    background-color: #ff4c00;
    color: #fff;
}
.sc-press-review .left_content_part li a.active, .sc-press-review .left_content_part li a:hover {
    background-color: #555859;
}
.top_part {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #cccccc;
}
.top_left_info {
    float: left;
    text-transform: uppercase;
    color: #74898a;
    font-weight: bold;
}
.top_right_info {
    float: right;
    text-transform: uppercase;
}
.bottom_part{
    float: right;
    width: 100%;
    margin-bottom: 20px;
}
.bottom_part .full_info{
    float: right;
}
.bottom_part .each_necessary_info {
    float: left;
}
.each_necessary_info:first-child {
    margin-right: 20px;
}
.each_necessary_info .bold_text {
    font-weight: 700;
}
.left_part {
    float: left;
    padding-right: 0;
    width: 42%;
}
.right_part {
    float: left;
    width: 23%;
    padding-left: 25px;
}
.last_part {
    float: right;
    width: 29%;
}
.each_part_row {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.each_part_row.brand-row-sel {
    display: none;
}
.row_title {
    float: left;
    min-width: 80px;
    text-align: left;
}
.each_part_row select {
    float: left;
    width: 55%;
}
.button_submit {
    float: left;
    margin-top: 81px;
    width: 100%;
}
.button_submit .submit_form {
    float: right;
    background-color: #ff4c00;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: table;
    font-weight: bold;
    margin: 10px auto;
    padding: 14px 64px;
    text-transform: uppercase;
}
.search_results {
    background-color: #555859;
    color: #fff;
    float: left;
    padding: 5px 0 5px 5px;
    width: 100%;
}
.search_no {
    font-weight: bold;
}
.full_table {
    float: left;
    width: 100%;
}
.table_head {
    float: left;
    width: 100%;
    background-color: #ff4c00;
    color: #fff;
    padding: 5px 0;
}
.table_head .each_column {
    text-transform: uppercase;
    font-size: 12px;
    float: left;
}
.full_table .each_column.id_column {
    padding: 0;
    width: 5%;
    text-align: center;
}
.sc-press-review .title_column {
    width: 30%;
}
.sc-press-review .product_column,
.sc-press-review .brand_column,
.sc-press-review .magazine_column,
.sc-press-review .year_column,
.sc-press-review .month_column,
.sc-press-review .country_column,
.sc-press-review .pages_column,
.sc-press-review .size_column {
    width: 8%;
}
.table_content .each_row {
    float: left;
    padding: 20px 0;
    width: 100%;
}
.each_row .each_column {
    float: left;
}
.each_row .each_column a{
    color: #ff4c00;
}
#sc-data-table_wrapper {
    float: left;
    width: 100%;
    margin-top: 30px;
}
table#sc-data-table thead{
    background: #ff4c00;
    color: #fff;
}
table#sc-data-table {
    margin-top: 20px;
    float: left;
    width: 100%;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 10px 18px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #74898a;
    background: #74898a;
}
table.dataTable tbody tr.each_row.even-row {
    background-color: #f1f1f1;
}
.sc-timeline .et-contain-main {
    border: unset;
}
.sc-timeline .et-meta-wrap-1 {
    display: none;
}
.sc-timeline .et-content {
    color: #fff;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
}
.sc-timeline .et-ver-timeline-template-2 .et-title {
    background: #ff4c00;
    font-family: 'Titillium Web', sans-serif;
    font-size: 35px;
    font-weight: 300;
}
.sc-timeline .et-ver-timeline-template-2 .et-title:after{
    border-color: transparent transparent transparent transparent !important;
}
.sc-timeline .et-ver-timeline-template-2 .et-timeline-circle {
    background-color: #ff4c00;
    border: 3px solid #ff4c00;
}
.sc-timeline .et-ver-timeline-template-2 .et-timeline-line {
    border-right: unset;
    border-left: 1px solid #7f7f7f;
}
.sc-timeline .et-ver-timeline-template-2 .et-timeline-date span {
    border-radius: 0;
    background-color: #7f7f7f;
    border-color: #7f7f7f;
    color: #000;
    font-size: 28px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}
#sc-site-header{
    transition: all .3s ease;
}
#sc-site-header.hide {
    top: -63px;
}
.sc-footer-actions.hide{
    bottom: -66px;
}
.sc-footer-actions {
    background: #000;
    border-top: 1px solid #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 66px;
    transition: all .3s ease;
    z-index: 10;
}
.sc-footer-actions span {
    display: none;
}
.sc-footer-actions img {
    margin: auto;
    display: table;
    max-width: 55px;
}
sc-footer-actions a {
    margin: auto;
    display: table;
}
.sc-footer-actions .row>* {
    width: 25%;
}

.sc-timeline .et-image {
    background: #fff;
}
.sc-timeline .et-contain-main {
    padding-left: 0;
    padding-right: 0;
}
.sc-input-form input[type="text"], .sc-input-form input[type="email"], .sc-input-form textarea {
    background: transparent;
    color: #fff;
    border: unset;
    border-bottom: 1px solid #ff4c00;
    width: 100%;
    font-size: 16px;
    padding: 5px;
}
.sc-input-form input::placeholder,
.sc-input-form textarea::placeholder{
    color: #ff4c00;
}
.sc-input-form {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
:focus-visible {
    outline: unset;
}
.sc-input-form span.wpcf7-list-item {
    margin: 0;
}
.sc-input-form label {
    color: #fff;
}
.sc-input-form input[type=submit] {
    padding: 15px 90px;
    position: relative;
    bottom: 0;
    left: 12px;
    border: 3px solid #ff4c00;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    background: transparent;
    color: #fff;
    margin: auto;
    margin-top: 20px;
    display: table;
}
.wpcf7-response-output {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0 !important;
    border-color: #ff4c00 !important;
}

.acceptance-contact {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}
.acceptance-contact input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.acceptance-contact .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px solid #ff4c00;
}
.acceptance-contact:hover input ~ .checkmark {
    background-color: transparent;
}
.acceptance-contact input:checked ~ .checkmark {
    background-color: transparent;
}
.acceptance-contact .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.acceptance-contact input:checked ~ .checkmark:after {
    display: block;
}
.acceptance-contact .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #ff4c00;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
span.wpcf7-form-control-wrap.name {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.sc-support-search{
    width: 100%;
    background-color: #ececec;
    padding: 0;
    height: 85px;
    display: flex;
    align-items: center;
}
/*.grecaptcha-badge{
    display: none;
}*/
.section-full-width .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding:0;
}
.sc--filter-option-support {
    width: 400px;
    float: left;
    position: relative;
}
.sc--filter-option-support input[type="text"] {
    width: 100%;
    border: unset;
    border-bottom: 1px solid #ff4c00;
    height: 45px;
    padding: 0 40px 0 10px;
}
.sc--filter-option-support .fas{
    position: absolute;
    font-size: 21px;
    right: 10px;
    top: 12px;
}
.sc--filter-option-support .fas::after {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
    content: "\f002";
    color: #ff4c00;
    font-size: 21px;
}
.sc--filter-option-support.searching .fas::after{
    content: "\f110";
}
.sc--search-results-support .sc-search-suggestion a {
    padding-right: 40px;
    position: relative;
}
.sc--search-results-support .sc-search-suggestion a::after {
    content: "";
    background-image: url(../images/hertz_icon_download.svg);
    position: absolute;
    font-size: 21px;
    right: 5px;
    top: 0px;
    width: 30px;
    height: 30px;
    background-position: center;
}
li.sc-nothing-found {
    padding: 20px 10px;
}
.col-support {
    margin-bottom: 24px;
}
.sc-support-collection .collection-column {
    margin: 0;
    height: 100%;
    padding: 30px;
}
.sc-support-header {
    background: #000;
    float: left;
    width: 100%;
    padding-top: 93px;
    padding-bottom: 90px;
}
.sc-support-header h1 {
    margin-top: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 67px;
    margin-bottom: 20px;
    font-weight: 600;
}
.sc-support-header .sc-subtitle-header {
    font-size: 16px;
    color: #fff;
}
.filter-option-support {
    float: right;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.filter--option-support {
    background: #ff4c00;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 50px 15px 40px;
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
    white-space: nowrap;
    float: left;
}
.filter-option-support span.label-filter {
    margin-left: 15px;
}
.filter--option-support::after {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
    content: "\f078";
    color: #fff;
    position: absolute;
    font-size: 15px;
    right: 20px;
    top: 17px;
}
.filter--option-support.active::after {
    content: "\f077";
}
.sc-tech-sheets-search .filter-options-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sc---filter-option-support {
    float: left;
}
.sc---filter-option-support .section-filter-support {
    float: left;
    width: 100%;
    background: #ff4c00;
    padding: 40px;
    margin-top: 66px;
    position: absolute;
    z-index: 2;
    left: 0;
    text-align: center;
    display: none;
}
.sc---filter-option-support .section-filter-support li {
    display: inline;
}
.sc---filter-option-support .section-filter-support li a {
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
    border-right: 1px solid #fff;
}
.sc---filter-option-support .section-filter-support li:last-child a{
    border: unset;
}
.filter-option-support .sc---filter-option-support:last-child span.filter--option-support {
    margin: 0;
}
.sc-item-support {
    display: flex;
    align-items: center;
}
a.btn-item-support-download {
    background-color: #F2F2F2;
    padding: 10px 20px 10px 40px;
    font-size: 14px;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}
a.btn-item-support-download::before {
    content: "";
    background-image: url(../images/hertz_icon_download.svg);
    position: absolute;
    font-size: 15px;
    left: 5px;
    top: 7px;
    background-position: center;
    width: 30px;
    height: 26px;
    background-size: 35px;
}
a.btn-item-support-download::before{
    color: #ff4c00;
}
.sc-item-discontinued a.btn-item-support-download::before{
    color: #808080;
}
.sc-item-support-child {
    border-bottom: 1px solid #ececec;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
}
.sc-line-title-support {
    scroll-margin-top: 10px;
    font-size: 48px !important;
    margin-bottom: 40px;
    padding-top: 90px;
}
.sc-st-grey {
    background: #e9e9ee;
    vertical-align: middle;
    padding: 13px 1%;
    font-weight: 400;
}
.table-support thead th:first-child {
    width: 20%;
    border-left: 0;
}
.table-support td {
    padding: 20px 1%;
}
.table-support td > a {
    margin-top: -9px;
}
.table-support thead th {
    width: 40%;
}
.zip-file::before {
    font-family:"Font Awesome\ 5 Free";
    font-weight: 700;
    content: "\f1c6";
    color: #ff4c00;
    position: absolute;
    font-size: 45px;
    left: 0;
}
.product-relations .item {
    margin-bottom: 24px;
}
.col-support-tutorials .collection-column {
    margin: 0;
    height: 100%;
    padding: 45px 20px;
}
#btn-download-resources .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}
#btn-download-resources i::before {
    font-size: 40px;
}
.sc-no-space-between .elementor-element {
    margin: 0;
}
.btn.btn-hz-custom {
    background-color: #FF4C00;
    color: #fff;
    border-radius: 0;
    padding: 15px 17px 15px 30px;
}
.btn.btn-hz-custom::after {
    margin-right: 0;
    margin-left: 15px;
}

.btn-sc-close {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    opacity: 1;
}
.btn-sc-close:before, .btn-sc-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #FF4C00;
}
.btn-sc-close:before {
    transform: rotate(45deg);
}
.btn-sc-close:after {
    transform: rotate(-45deg);
}
.sc-support-collection > h2 {
    font-size: 48px !important;
    margin-bottom: 40px;
}
.sc-support-collection {
    margin-top: 90px;
}
.sc-loading-search-products {
    margin-top: 15px;
    color: #ff6524;
    display: none;
}
.sc--news-item img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.sc--separator-elements {
    border-left: 1px solid #ff6524;
    padding-left: 15px;
    height: 100%;
}
.table--m--ww td:first-child {
    width: 40%;
}
.sc-item-support-child.hover{
    background: #F2F2F2;
}
.sc-item-support-child a{
    opacity: 1;
}
.sc--item-catalogue img {
    max-height: 550px;
    margin: auto;
    display: table;
}
.sc--item-catalogue{
    color: #fff;
}
#sc-map-hertz .elementor-widget-container{
    position: relative;
}
#sc-map-hertz .elementor-widget-container #sc-loading-iframe{
    position: absolute;
    content: "";
    background-image: url(../images/maploading.svg);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 40px;
    margin: auto;
    display: table;
    width: 72px;
    height: 72px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background-position: center;
    z-index: 1;
}
#sc--iframe {
    z-index: 2;
    position: relative;
}
.sc-title-blog, .sc-title-news, .sc-latest-news {
    font-size: 48px;
}
.et-ver-timeline-template-2 .et-contain-main {
    padding: 2px 0px 40px;
}
.et-ver-timeline-template-2 .et-inner-content {
    padding-top: 6px;
    text-align: left;
    font-size: 16px;
}
.et-ver-timeline-template-2 .et-timeline-item {
    width: 48%;
}
.et-ver-timeline-template-2 .et-timeline-item:nth-of-type(2n) {
    margin-top: 0;
}
.sc--living-hertz-title h2 {
    font-size: 40px;
    font-weight: 300;
}
.product-layout-informations.sc-living-hertz-table-info td:first-child {
    width: 50%;
}
.sc--living-hertz-column .collection-column {
    margin: 0;
    height: 100%;
}
.sc--living-hertz-column{
    margin-bottom: 50px;
}
.sc--btn-living-hertz a {
    width: 100%;
}
form.search_article_form select {
    border: unset;
    border-bottom: 1px solid #ff4c00;
}
.table-support thead th{
    width: 40% !important;
}
.table-support thead th:nth-child(2) {
    width: 20% !important;
}
table.sc-data-table.sc-sw-fw,
table.sc-data-table.sc-sw-fw thead th,
table.sc-data-table.sc-sw-fw thead td{
    border: unset;
}
table.sc-data-table.sc-sw-fw tbody th, table.sc-data-table.sc-sw-fw tbody td {
    padding: 0px 18px;
}
.table-support thead th:first-child {
    width: 10px !important;
}
.table-support span.dtr-data {
    margin-right: 20px;
}
.sc--living-wrapper.product-wrapper-info {
    border: unset;
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
}
table.sc-data-table.sc-sw-fw tbody td:nth-child(2) {
    width: 20%;
    line-height: 20px;
}
table.sc-data-table.sc-sw-fw tbody td:nth-child(2) a{
    margin: 0;
}
table.dataTable.dtr-column>tbody>tr>td.dtr-control:before, table.dataTable.dtr-column>tbody>tr>th.dtr-control:before, table.dataTable.dtr-column>tbody>tr>td.control:before, table.dataTable.dtr-column>tbody>tr>th.control:before {
    height: 25px;
    width: 25px;
    color: #ff4c00;
    border: 0 solid white;
    border-radius: 0;
    box-shadow: unset;
    line-height: 25px;
    content: "+";
    font-size: 30px;
    background-color: transparent;
}
table.dataTable.dtr-column>tbody>tr.parent td.dtr-control:before, table.dataTable.dtr-column>tbody>tr.parent th.dtr-control:before, table.dataTable.dtr-column>tbody>tr.parent td.control:before, table.dataTable.dtr-column>tbody>tr.parent th.control:before {
    background-color: transparent;
}
table.dataTable>tbody>tr.child ul.dtr-details>li {
    width: 100%;
    float: left;
}
table.dataTable>tbody>tr.child ul.dtr-details>li span.dtr-data a {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}
table.dataTable>tbody>tr.child ul.dtr-details>li span.dtr-data a.btn-item-support-download {
    width: auto;
}
.modal-backdrop.show {
    opacity: .9;
}
.sc-product-lines-filters .row > .col-md-12:first-child .logo-line {
    margin-top: 0;
}
#st-el-2 .st-btn > img {
    height: 20px !important;
    width: 20px !important;
}
.sc-product-filter-load-more {
    border-top: 0;
}
.sc-product-filter-load-more span {
    display: none !important;
}
.product-relations {
    width: 100%;
}
ul.target-submenu img {
    max-width: 150px;
    height: 50px;
    width: auto;
}
figure {
    margin: 0;
}
body .wrapper #asl-storelocator.container.storelocator-main.asl-p-cont.asl-template-0 {
    max-width: 100% !important;
}

/*asl*/
#asl-storelocator.asl-p-cont.asl-bg-3 #style_1.infoWindow > h3, .address a, ul.wall strong, .reset_view_button {
    color: #ff4c00 !important;
}
.s-direction {
    color: #ff4c00 !important;
}
body #asl-storelocator.asl-p-cont.asl-bg-3 .col-xs-12.search_filter p:last-child > span, body #asl-storelocator.asl-p-cont.asl-bg-3 .col-xs-12.search_filter .asl-store-search > span {
    background: #ff4c00 repeat scroll 0 0;
}
body #asl-storelocator.asl-p-cont.asl-bg-3 .Num_of_store {
    background: #ff4c00 none repeat scroll 0 0;
}
body #asl-storelocator.asl-p-cont.asl-bg-3 .infoWindow .phone > b,
body #asl-storelocator.asl-p-cont.asl-bg-3 .infoWindow .address,
body #asl-storelocator.asl-p-cont.asl-bg-3 .btn-default,
body #asl-storelocator.asl-p-cont.asl-bg-3 .infoWindow .categories,
body #asl-storelocator.asl-p-cont.asl-bg-3 .panel-inner .item .addr-sec .p-title {
    color: #ff4c00;
}
body #asl-storelocator.asl-p-cont.asl-bg-3 .panel-inner .sl-item .addr-sec .p-title{
    font-size: 15px;
}
body #asl-storelocator.asl-p-cont.asl-text-1 #panel .s-direction {
    color: #ff4c00 ;
    margin-top: 5px;
    float: left;
}
body #asl-storelocator.asl-p-cont.asl-bg-3 #style_0.infoWindow h3 {
    background: #ff4c00 none repeat scroll 0 0;
}
body #asl-storelocator.asl-p-cont.asl-bg-3 #style_0.infoWindow a.action {
    background: #ff4c00 none repeat scroll 0 0;
}
body #asl-storelocator.asl-p-cont.asl-bg-3 .store-locator h4 {
    color: #ff4c00;
}
body #asl-storelocator.asl-p-cont.asl-bg-3 .btn.btn-default.btn-submit,
body #asl-storelocator.asl-p-cont.asl-bg-3 .col-xs-12.search_filter .sl-search-group span.span-geo,
body #asl-storelocator.asl-p-cont.asl-bg-3 .col-xs-12.search_filter .asl-store-search span.span-geo{
    background: #ff4c00 none repeat scroll 0 0;
    border-color: #ff4c00;
}
body #asl-storelocator.asl-p-cont.asl-bg-3 .directions-cont .agile-modal-header h4,
body #asl-storelocator.asl-p-cont.asl-bg-3 .search_filter > p:first-child,
body #asl-storelocator.asl-p-cont.asl-bg-3 .infoWindow .phone > b,
body #asl-storelocator.asl-p-cont.asl-bg-3 .infoWindow .address,
body #asl-storelocator.asl-p-cont.asl-bg-3 .btn-default,
body #asl-storelocator.asl-p-cont.asl-bg-3 .infoWindow .categories,
body #asl-storelocator.asl-p-cont.asl-bg-3 .panel-inner .sl-item .addr-sec .p-title,
body #asl-storelocator.asl-p-cont.asl-bg-3 label.asl-cntrl-lbl{
    color: #ff4c00;
}
body #asl-storelocator.asl-p-cont.asl-bg-3 #panel .panel-inner {
    height: auto;
}
body .loader {
    background-color: #fff;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 30px;
    float: left;
    clear: both;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}
body #asl-storelocator.asl-p-cont.asl-bg-3 .loading {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-size: 15px;
    font-weight: bold;
    left: 50%;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    top: 24%;
    white-space: nowrap;
    width: auto;
    z-index: 2;
    transform: translateX(-50%);
}

body .infoBox {
    background: transparent !important;
}
body #asl-storelocator.asl-p-cont.asl-bg-3 #asl-map-canv .infoBox img {
    margin: 10px -41px -27px 0 !important;
}
body #asl-storelocator.asl-p-cont.asl-bg-3 #style_0.infoWindow h3 {
    font-size: 15px;
    padding-right: 30px;
}
body #asl-storelocator.asl-p-cont.asl-bg-3 #style_0.infoWindow .address {
    font-size: 15px;
    width: 275px;
    box-sizing: border-box;
    float: left;
    word-wrap: break-word;
}
body #asl-storelocator.asl-p-cont.asl-bg-3 .infoWindow {
    width: auto;
}
body #asl-storelocator.asl-p-cont.asl-bg-3 .infoWindow .action,
body #asl-storelocator.asl-p-cont.asl-bg-3 .sl-item .thumb-a,
body #asl-storelocator.asl-p-cont.asl-bg-3 #style_0 .img_box{
    display: none !important;
}
body #asl-storelocator.asl-p-cont.asl-bg-3 .infoWindow .action.directions, body #asl-storelocator.asl-p-cont.asl-bg-3 .infoWindow .action.zoomhere {
    display: inline-block;
}
body #asl-storelocator.asl-p-cont.asl-bg-3 .panel-cont button,
body #asl-storelocator.asl-p-cont.asl-bg-3 .panel-cont .btn.btn-asl {
    background-color: transparent;
    padding: 0 !important;
}
/*end asl*/
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.section-product-filter .container{
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
#sc-print-page {
    position: fixed;
    top: 50%;
    background: #FF4C00;
    padding: 10px 20px;
    z-index: 99999;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#sc-print-page a:before {
    content: '\f02f';
    font-family: 'FontAwesome';
    display: block;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.sc-description-news a {
    color: #ff4c00;
}
.sc-latest-news-box {
    border-left: 1px solid #ff4c00;
    padding-left: 30px;
}
.sc-item-news {
    margin-top: 30px;
}
.sharethis-inline-share-buttons {
    z-index: 1 !important;
}
.sc--news-item-d {
    float: left;
    border: 1px solid #e5e5e5;
    height: 100%;
    padding: 15px;
    color: #212529;
}
.collection-column.collection-column-parent-car-audio.collection-column-theme-dark {
    border: 1px solid #4C4C4C;
}
.sc-learn-more a{
    position: relative;
    background: transparent;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 35px;
    color: #ff6524;
    cursor: pointer;
    font-weight: 700;
}
.sc-learn-more a::after {
    content: "";
    background-image: url('//cdn.xuansiwei.com/forev13410/1778294162295/download_r__512-512_c__fc4c04_.svg');
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    background-position: center;
}
.sc-learn-more a:hover::after {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: animationRight;
    animation-name: animationRight;
}
.sc-learn-more {
    display: inline-table;
    margin-right: 60px;
}
.sc--sub-category br {
    display: none;
}
#sb_instagram #sbi_images .sbi_item{
    padding: 5px !important;
}
.sc-news-content {
    padding-right: 50px;
    float: left;
    max-width: 100%;
}
.sc-news-content table,
.sc-news-content table img{
    max-width: 100% !important;
    width: 100% !important;
}
.sc-image-news {
    margin-bottom: 50px;
}
.sc-line-title-support span.sc-label-discontinued {
    font-size: 14px;
    width: 100%;
    float: left;
    color: #808080;
    padding-left: 4px;
    text-transform: uppercase;
    margin-top: 5px;
}
.sc---filter-option-support .section-filter-support li a.active{
    opacity: 0.8;
    color: #212529;
}
.section-bottom a img{
    transition: transform .2s;
}
.section-bottom a:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.rtwwpge_pdf_gif{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    z-index: 20;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    opacity: 1;
    visibility: hidden;
    height: 100%;
    background: rgba(0,0,0,0.9);
    visibility: visible;
    display: none;
    z-index: 200000;
}
.rtwwpge_pdf_gif img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.sc-middle-news {
    border: 1px solid #e5e5e5;
    height: 100%;
    padding: 15px;
}
.sc-item-news:hover .sc-middle-news{
    border-color: #ff4c00;
}
.sc-href-collections {
    width: calc(100% - 20px) !important;
}
.opacity-0{
    opacity: 0;
}
.sc-p-0 td,
.sc-p-0 th{
    padding: 0 !important;
}
.cli-tab-footer .wt-cli-privacy-accept-btn{
    background-color: #ff4c00;
}
#asl-storelocator.asl-p-cont.asl-text-1 .Filter_section {
    background: #000 !important;
}
.navbar-nav>li.wpml-ls-menu-item span {
    display: inline !important;
}

.navigation .navbar-nav > li.wpml-ls-item .sub-menu {
    padding: 10px;
    max-width: 1000px;
    min-width: 100% !important;
    width: auto;
    left: 15px;
}
#header-right-menu li.wpml-ls-menu-item:first-child,
#header-right-menu li.wpml-ls-menu-item.menu-item-wpml-ls-2-it:nth-child(2){
    margin-right: 10px;
}
span.wpml-ls-display {
    color: #fff;
}
.wpml-ls-slot-2.wpml-ls-current-language a span.wpml-ls-display {
    color: rgba(255,255,255,0.5);
}
#header-right-menu .menu-item.wpml-ls-slot-2.wpml-ls-item {
    line-height: 25px;
}
html[lang="ru-RU"] body .main-menu {
    font-family: var(--bs-font-sans-serif);
}
#header-right-menu li a,
#header-right-menu li .fa-globe-americas:hover,
#header-right-menu li .fa-search:hover,
#header-right-menu li .fa-map-marker-alt:hover{
    opacity: 1;
}
#header-right-menu li .fa-globe-americas:hover {
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
#header-right-menu li .fa-search{
    transition: transform .2s;
}
#header-right-menu li .fa-search:hover {
    transform: scale(1.15);
}

#header-right-menu li .fa-map-marker-alt:hover{
    -webkit-animation-name: h-bounce-float, h-bounce;
    animation-name: h-bounce-float, h-bounce;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}
.table-responsive-sm {
    float: left;
    width: 100%;
}
.product-layout-informations .no-print {
    display: none;
}
.product-layout-informations section.animated.pulse {
    display: none;
}
.product-layout-images .swiper-button-next,
.product-layout-images .swiper-container-rtl .swiper-button-prev,
.product-layout-images .swiper-button-prev,
.product-layout-images .swiper-container-rtl .swiper-button-next{
    background-image: url("");
}
a.sc--ic-download-app {
    float: left;
    margin-bottom: 20px;
    max-width: 100%;
    margin-right: 2%;
    width: 140px;
}
.sc--home-collections a:hover {
    opacity: 1;
}
.sc--home-collections a:hover img {
    transform: translate(0,0) scale(1.01);
    -webkit-transform: translate(0,0) scale(1.01);
    -moz-transform: translate(0,0) scale(1.01);
    -ms-transform: translate(0,0) scale(1.01);
    -o-transform: translate(0,0) scale(1.01);
    transition: all 0.5s;
}
.dialog-lightbox-widget-content .swiper-slide img.elementor-lightbox-image {
    object-fit: contain;
}
#vett-form-wrapper fieldset {
    float: left;
    width: 100%;
}
@-webkit-keyframes h-bounce {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@keyframes h-bounce {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@-webkit-keyframes h-bounce-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@keyframes h-bounce-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@media print {
    .no-print, .no-print * {
        display: none !important;
    }
    * {
        -webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
        color-adjust: exact !important;                 /*Firefox*/
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        -webkit-transform: translate3d(0, 0, 0)!important;
        -moz-transform: translate3d(0, 0, 0)!important;
        -o-transform: translate3d(0, 0, 0)!important;
        -ms-transform: translate3d(0, 0, 0)!important;
        transform: translate3d(0, 0, 0)!important;
        opacity: 1 !important;
    }
    .elementor-invisible {
        visibility: visible !important;
    }
    .elementor-widget-image img {
        vertical-align: middle;
        max-width: 250px;
        margin: auto;
        display: table;
    }
}
.sc--newsletter-section {
    width: 100%;
    max-width: 520px;
    margin: auto;
}
.sc--newsletter-section input[type="email"] {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #808080;
    font-weight: 300;
    width: calc(100% - 175px);
    border: 1px solid #ff4c00;
    height: 50px;
    padding: 0 20px;
    float: left;
    margin-right: 0;
}
.sc--newsletter-section input[type="submit"] {
    width: 175px;
    text-align: center;
    height: 50px;
    padding: 10px 45px;
    background-color: #ff4c00;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #ff4c00;
    cursor: pointer;
    float: left;
    line-height: 21px;
}
.sc--newsletter-section a{
    color: #ff4c00;
}
.sc--newsletter-section .sc--newsletter-line {
    float: left;
    width: 100%;
    margin-top: 10px;
}
#mc4wp-form-1 .mc4wp-response,
#mc4wp-form-2 .mc4wp-response{
    max-width: 520px;
    margin: auto;
    line-height: 20px;
    margin-top: 20;
}
#mc4wp-form-1 .mc4wp-response .mc4wp-alert.mc4wp-success,
#mc4wp-form-2 .mc4wp-response .mc4wp-alert.mc4wp-success,
#mc4wp-form-2 .mc4wp-response .mc4wp-alert.mc4wp-notice{
    color: #ff4c00;
}
.sc--btn-subscribe-newsletter {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.sc--btn-subscribe-newsletter a {
    border: 1px solid #ff4c00;
    color: #ff4c00;
    font-size: 14px;
    padding: 10px 15px;
    float: left;
    text-transform: uppercase;
}
p.sc--modal-description {
    text-align: center;
    margin-bottom: 15px;
}
div#website-newsletter .modal-body {
    padding: 60px 0;
}
.product-external-manual-file::before {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 600;
    content: "\f35d";
    color: #ff4c00;
    position: absolute;
    font-size: 30px;
    left: 0;
}
.wrap-section li, .elementor-section li {
    list-style: none;
}
.wrap-section li::before,
.elementor-section li::before {
    /*content: "â—";*/
    content:unset;
    color: #FF4C00;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    border-radius: 50%;
}
.wrap-section ul, .wrap-section li, .elementor-section ul, .elementor-section li {
    padding: revert;
    margin: revert;
}
.elementor-section li.widget,
.wrap-section li.widget{
    list-style: none;
}

.wrap-section .section-bottom li{
    list-style: none;
}
.section-bottom.elementor-section li.widget::before, .section-bottom li.widget::before{
    content: " ";
}

.grid-venezia-products--lab {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 30px;
    row-gap: 35px;
}
article.post-card--lab {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition-property: background,border,-webkit-box-shadow;
    transition-property: background,border,-webkit-box-shadow;
    -o-transition-property: background,border,box-shadow;
    transition-property: background,border,box-shadow;
    transition-property: background,border,box-shadow,-webkit-box-shadow;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    padding: 0;
    margin: 0;
}
article.post-card--lab a {
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 100%;
    min-height: 100%;
    border-radius: 3px;
    border: 0 solid #818a91;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    display: flex;
    padding: 60px 30px;
}
article.post-card--lab a h3 {
    text-align: center;
    color: #ff4c00;
    font-weight: 600;
    font-size: 24px;
}
article.post-card--lab .subtitle-card--lab {
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
}
article.post-card--lab .image {
    position: relative;
    padding-top: 66%;
}
article.post-card--lab .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    max-height: 100%;
    max-width: 100%;
    background-position: center;
    width: auto;
}
article.post-card--lab a:hover .image img {
    transform: translate(-50%,-50%) scale(1.1);
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    -moz-transform: translate(-50%,-50%) scale(1.1);
    -ms-transform: translate(-50%,-50%) scale(1.1);
    -o-transform: translate(-50%,-50%) scale(1.1);
    transition: all 0.5s;
}
.wrap-section li, .elementor-section li {
    list-style: initial;
}
button.hrtz--pdf-button {
    position: fixed;
    top: 50%;
    background: #ff4c00;
    padding: 20px;
    z-index: 200;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border: unset;
}
button.hrtz--pdf-button span {
    display: none;
}
.hz--overlay-popup {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1400;
    height: 100%;
    float: left;
    background: rgba(0,0,0,.7);
}
.hz--overlay-img {
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 15;
}
form.post-password-form {
    margin: 100px 50px;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    background-color: transparent !important;
}
.hz--book-a-call .wpcf7-list-item {
    margin: 0 1em 0 0;
}

.hz--book-a-call input.wpcf7-form-control.wpcf7-submit {
    display: table;
    margin: auto;
    background-color: #FF4C00;
    color: #fff;
    font-size: 14px;
    line-height: 48px;
    position: relative;
    text-transform: uppercase;
    padding-right: 90px;
    padding-left: 90px;
}

.hz--book-a-call .wpcf7-response-output {
    color: #ff4c00;
}

.collection-element.collection-element-subheading-new h2 {
    color: #ff4c00;
    font-size: 60px;
}

.collection-button-shop-now {
    display: table;
    background-color: #FF4C00;
    border: 3px solid #FF4C00;
    color: #fff;
    font-size: 14px;
    line-height: 48px;
    position: relative;
    text-transform: uppercase;
    width: 310px;
    text-align: center;
}
.collection-button-shop-now:hover {
    background-color: transparent;
    opacity: 1;
    color: #FF4C00;
}