body .text-white,
body .text-white h1,
body .text-white p,
body .text-white ul li{
    color: #fff;
}
body .text-black,
body .text-black p,
body .text-black ul li{
    color: #140101;
}

body .text-red,
body .text-red h1,
body h3.text-red,
body .text-red p,
body .text-red ul li{
    color: #ba3232;
}

.img-border-red img {
    border-style: solid!important;
    border-color: #ba3232!important;
    border-width: 8px!important;
    border-radius: 20px!important;
}

body.catalog-category-grid .toolbar:not(:last-child) .grid-mode-show-type-products,
body.catalog-category-grid .toolbar-products:not(:last-child) .modes{
    visibility: hidden;
    opacity: 0;
}
body.catalog-category-grid .filter-options-content .swatch-attribute.color .swatch-option-link-layered::after, 
body.catalog-category-grid .filter-options-content .swatch-attribute.brand .swatch-option-link-layered::after {
    display: none;
}
body.catalog-category-grid .block.filter {
    /*display: none;*/
}
body.catalog-category-grid .filter-options .filter-options-content .item > a .count:after{
    left: initial;
}

#html-body .popup-banner .pagebuilder-banner-wrapper {
    background-position: center 30%;
}

.cms-faqs [data-content-type='row'][data-appearance='contained'] {
    max-width: 1000px;
}

.table-border-less table tr td{
    border: 0;
}

.header__action .social-link{
    margin-right: 1.2rem;
}
.header__action .social-link li{
    margin-bottom: 0rem;
}

.header__action .social-link a{
font-size: 20px;
}

@media only screen and (min-width:1200px){ 
    header .navigation .level0.multicolumn_dropdown .submenu, 
    header .navigation .level0.fullwidth .submenu {
        width: 100%;
        max-width: 100%;
        left: 0!important;
    }
    header .navigation .level0.fullwidth .submenu .subchildmenu li a img {
        height: 300px;
        width: auto;
    }
    header .navigation .level0.fullwidth .submenu .subchildmenu {
        display: inline-block;
        position: absolute;
    }
    header .navigation .level0.multicolumn_dropdown *[class*="columns"] .level1 > a {
        display: inline-block;
        vertical-align: top;
        min-width: 180px;
        margin-left: 0;
        margin-right: 0;
    }
    header .navigation .level0.fullwidth .submenu .subchildmenu .open-children-toggle {
        display: none;
    }
    header .navigation .level0.fullwidth .submenu .row {
        margin-left: 15px;
    }
    header .horizontal-menu-container .submenu.multicolumn.submenu-266 ul li.level2 .menu-block-content a {
        padding: 8px 3px;
    }
}
@media only screen and (max-width:1400px) and (min-width:1200px){ 
    header .navigation .level0.fullwidth .submenu .subchildmenu li a img {
        height: 220px;
        width: auto;
    }
    header .navigation .level0.multicolumn_dropdown .submenu, header .navigation .level0.fullwidth .submenu {
        height: 300px;
    }
}
@media only screen and (max-width:767px){
    .block.filter.active#layered-filter-block .filter-options {
        margin-top: 30px;
    }
}

.header-container.layout-1 .header_middle,
html:not(.hside_opened) .header-container .sticky-header, 
html:not(.hside_opened) .header-container.sticky-header{
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -webkit-transition: none;
}
.header-container.layout-1 .header_middle {
    /*transform: translate3d(0, -100%, 0);
    margin-top: 80px;*/
    justify-content: flex-start;
}
.header-container.layout-1 {
    /*/height: 120px;*/
}
.header-container.layout-1.sticky.kalles_scroll_down .header_middle,
.header-container.layout-1.sticky.kalles_scroll_up .header_middle{
    transform:translateZ(0);
    transition:transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-top: 0;
}
html.open-search .header-container.layout-1 .header_middle,
html.hside_opened .header-container.layout-1 .header_middle{
    transform: none;
    margin-top: 0;
}
.header-container .logo-container {
    flex: initial;
}
.header-container .header__menu {
    flex: initial;
    margin-left: 15px;
}
.next-back-menu-custom .next-menu, .next-back-menu-custom .back-menu {
    display: none;
}
body.cms-kqi2 .header-container.layout-1.sticky.kalles_scroll_down .header_middle, 
body.cms-kqi2 .header-container.layout-1.sticky.kalles_scroll_up .header_middle,
body.cms-kqi3 .header-container.layout-1.sticky.kalles_scroll_down .header_middle, 
body.cms-kqi3 .header-container.layout-1.sticky.kalles_scroll_up .header_middle {
    display: none;
}
header.page-header {
    border-bottom: 1px solid;
    border-bottom-color: #e8e8e1;
}
header .topbar a:hover {
    color: #fff;
}
header .navigation .level0.multicolumn_dropdown .submenu, 
header .navigation .level0.fullwidth .submenu {
    right: auto;
    left: auto;
    height: 390px;
}
.landing-top-header {
    position: fixed;
    visibility: hidden;
    opacity:0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 0.133333rem 0.4rem hsl(0deg 0% 60% / 15%);    
    transition: opacity .3s;
}
.landing-top-header.show{
    visibility: visible;
    opacity:0.9;
}
.landing-top-header div[data-content-type='text'] {
    text-align: left;
    display: table;
    margin-left: auto;
    margin-right: 0;
}
.landing-top-header h4 {
    position: relative;
    margin: 0;
    display: inline-block;
}
.landing-top-header h4, .landing-top-header h4 a {
    font-size: 16px;
    font-family: DIN;
    color: #2f2f2f;
    font-weight: 700;
}
.landing-top-header h4:first-child {
    margin-right: 125px;
}
.landing-top-header h4:first-child:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    background-color: #707070;
    left: 125px;
}
.landing-top-header div[data-content-type='buttons'] a {
    margin: 0;
    border-radius: 3px;
    font-family: DIN;
    font-size: 14px;
    font-weight: 500;
    width: 180px;
}
#html-body .landing-top-header img {
    height: 25px;
}
.landing-top-header .pagebuilder-column-group {
    padding: 20px 0;
    max-width: 1180px;
    margin: auto;
    width: 100%;
}
.landing-top-header h4:last-child {
    margin-right: 60px;
}
#specs{
    padding-bottom: 50px;
}
html.nav-horizontal{
        overflow-y: scroll;
        overflow-x: hidden;
}
@media only screen and (max-width:1200px){ 
    .header-container .header__menu{
        flex: 1;
    }
}
@media only screen and (max-width:768px){ 
    .header-container.layout-1 {
        height: 100%;
    }
    .header-container.layout-1 .header_middle {
        transform: none;
        margin-top: 0;
        position: fixed;
        top: 0;
        background: #fff;
    }
    .header-container.layout-1.sticky.kalles_scroll_down .header_middle,
    .header-container.layout-1.sticky.kalles_scroll_up .header_middle{
        transform: none;
        transition: none;
        margin-top: 0;
    }
    .header__action .social-link {
        display: none;
    }
    .page-wrapper #maincontent {
        padding-top: 81px;
    }
    .landing-top-header div[data-content-type='text'] {
        display: none;
    }
    .landing-top-header .pagebuilder-column-group {
        max-width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }
    #html-body .landing-top-header .pagebuilder-column-group .pagebuilder-column:nth-child(2) {
        display: none;
    }
    .landing-top-header div[data-content-type='buttons'] a {
        width: 125px;
    }
    .landing-top-header .pagebuilder-column-group .pagebuilder-column:last-child {
        display: flex;
        align-items: flex-end;
        margin-right: 15px;
    }
    .landing-top-header.show {
        position: fixed;
        top: 0;
        margin-top: 0;
    }
    .cms-kqi2 .header-container.layout-1 .header_middle,
    .cms-kqi3 .header-container.layout-1 .header_middle{
        position: absolute;
    }
    html.nav-horizontal{
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@keyframes placeholder-shimmer{
     0%{
         background-position:-150% 0;
    }
     to{
         background-position:150% 0;
    }
}
 @keyframes spin{
     0%{
         transform:rotate(0deg);
    }
     to{
         transform:rotate(360deg);
    }
}
 @keyframes page-fade-in-up{
     0%{
         opacity:0;
    }
     to{
         opacity:1;
    }
}
 @keyframes page-fade-in-up-out{
     0%{
         opacity:1;
    }
     to{
         opacity:0;
    }
}
 @keyframes page-slide-reveal-across{
     0%{
         transform:translateX(0);
    }
     to{
         transform:translateX(100vw);
    }
}
 @keyframes page-slide-reveal-across-out{
     0%{
         transform:translateX(-100vw);
    }
     to{
         transform:translateX(0);
    }
}
 @keyframes page-slide-reveal-down{
     0%{
         transform:translateY(0);
    }
     to{
         transform:translateY(110vh);
    }
}
 @keyframes page-slide-reveal-down-out{
     0%{
         transform:translateY(110vh);
    }
     to{
         transform:translateY(0);
    }
}
 @keyframes overlay-on{
     0%{
         opacity:0;
    }
     to{
         opacity:0.6;
    }
}
 @keyframes overlay-off{
     0%{
         opacity:0.6;
    }
     to{
         opacity:0;
    }
}
 @keyframes full-overlay-on{
     0%{
         opacity:0;
    }
     to{
         opacity:1;
    }
}
 @keyframes full-overlay-off{
     0%{
         opacity:1;
    }
     to{
         opacity:0;
    }
}
 @keyframes modal-open{
     0%{
         opacity:0;
         transform:translateY(30px);
    }
     to{
         opacity:1;
         transform:translateY(0);
    }
}
 @keyframes modal-closing{
     0%{
         opacity:1;
         transform:scale(1);
    }
     to{
         opacity:0;
         transform:scale(0.9);
    }
}
 @keyframes rise-up{
     0%{
         opacity:1;
         transform:translateY(120%);
    }
     to{
         opacity:1;
         transform:translateY(0%);
    }
}
 @keyframes rise-up-out{
     0%{
         opacity:1;
         transform:translateY(0%);
    }
     to{
         opacity:1;
         transform:translateY(-120%);
    }
}
 td{
     word-break:break-word;
}
 @keyframes paint-across{
     0%{
         transform:scale(1.1);
         opacity:1;
         -webkit-clip-path:polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
         clip-path:polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }
     to{
         transform:scale(1);
         opacity:1;
         -webkit-clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
         clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}
 @keyframes paint-across-small{
     0%{
         opacity:1;
         transform:scale(1.1);
         -webkit-clip-path:polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
         clip-path:polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }
     to{
         opacity:1;
         transform:scale(1);
         -webkit-clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
         clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}
 @keyframes paint-across-out{
     0%{
         opacity:1;
         -webkit-clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
         clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
     to{
         opacity:1;
         -webkit-clip-path:polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
         clip-path:polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    }
}
 @keyframes fade-in{
     0%{
         opacity:0;
    }
     to{
         opacity:1;
    }
}
 @keyframes fade-in-small{
     0%{
         opacity:0;
    }
     to{
         opacity:1;
    }
}
 @keyframes fade-in-out{
     0%{
         opacity:1;
    }
     to{
         opacity:0;
    }
}
 @keyframes fade-out{
     0%{
         opacity:1;
    }
     to{
         opacity:0;
    }
}
 @keyframes zoom-fade{
     0%{
         opacity:0;
         transform:scale(1.25);
    }
     to{
         opacity:1;
         transform:scale(1);
    }
}
 @keyframes zoom-fade-small{
     0%{
         opacity:0;
         transform:scale(1.1);
    }
     10%{
         opacity:0.1;
    }
     20%{
         opacity:0.2;
    }
     to{
         opacity:1;
         transform:scale(1);
    }
}
 @keyframes kenburns{
     0%{
         opacity:0;
         transform:scale(1.27);
         animation-timing-function:cubic-bezier(0.12, 0.63, 0.6, 0.74);
    }
     10%{
         opacity:1;
         transform:scale(1.2);
         animation-timing-function:linear;
    }
     to{
         opacity:1;
         transform:scale(1);
    }
}
 @keyframes kenburns-out{
     0%{
         opacity:1;
         transform:scale(1);
         animation-timing-function:ease-out;
    }
     50%{
         opacity:0;
    }
     to{
         transform:scale(1.1);
    }
}
 @keyframes preloading{
     0%{
         transform-origin:0% 50%;
         transform:scaleX(0);
         opacity:0;
    }
     40%{
         transform-origin:0% 50%;
         transform:scaleX(1);
         opacity:1;
    }
     41%{
         transform-origin:100% 50%;
         transform:scaleX(1);
         opacity:1;
    }
     to{
         transform-origin:100% 50%;
         transform:scaleX(0);
         opacity:1;
    }
}
 @keyframes grid-product__loading{
     0%{
         opacity:1;
    }
     3%{
         opacity:0;
    }
     10%{
         opacity:0;
    }
     20%{
         opacity:0.2;
    }
     30%{
         opacity:0;
    }
     40%{
         opacity:0.2;
    }
     50%{
         opacity:0;
    }
     60%{
         opacity:0.2;
    }
     70%{
         opacity:0;
    }
     80%{
         opacity:0.2;
    }
     90%{
         opacity:0;
    }
     98%{
         opacity:0.2;
    }
     to{
         opacity:1;
    }
}
 [data-animate_sections=true] [data-aos=background-media-text__animation] .background-media-text__image.lazyloaded,[data-animate_sections=true] [data-aos=background-media-text__animation] .background-media-text__image svg,[data-animate_sections=true] [data-aos=background-media-text__animation] .background-media-text__video{
     opacity:0 
}
 .no-js [data-animate_sections=true] [data-aos=background-media-text__animation] .background-media-text__image.lazyloaded,.no-js [data-animate_sections=true] [data-aos=background-media-text__animation] .background-media-text__image svg,.no-js [data-animate_sections=true] [data-aos=background-media-text__animation] .background-media-text__video{
     animation:none;
     opacity:1 
}
 [data-animate_sections=true] [data-aos=background-media-text__animation].aos-animate .background-media-text__image.lazyloaded,[data-animate_sections=true] [data-aos=background-media-text__animation].aos-animate .background-media-text__image svg,[data-animate_sections=true] [data-aos=background-media-text__animation].loaded.aos-animate .background-media-text__video{
     animation:2.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
     animation-name:zoom-fade;
     transition:none;
}
@media only screen and (min-width:590px){
     [data-animate_sections=true] [data-aos=background-media-text__animation] .background-media-text__inner .animation-contents{
         opacity:0 
    }
     .no-js [data-animate_sections=true] [data-aos=background-media-text__animation] .background-media-text__inner .animation-contents{
         animation:none;
         opacity:1 
    }
     [data-animate_sections=true] [data-aos=background-media-text__animation].loaded.aos-animate .background-media-text__inner .animation-contents{
         animation:1s cubic-bezier(0.26, 0.54, 0.32, 1) 0.5s forwards;
         animation-name:rise-up;
    }
}
 [data-animate_sections=false] [data-aos=background-media-text__animation] .background-media-text__video{
     opacity:0 
}
 .no-js [data-animate_sections=false] [data-aos=background-media-text__animation] .background-media-text__video{
     opacity:1 
}
 [data-animate_sections=false] [data-aos=background-media-text__animation].loaded .background-media-text__video{
     animation:fade-in 1.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
}
 .background-media-text__text {
     text-align: left;
     background: #ffffff;
     padding: 40px;
     width: 380px;
}
 @media only screen and (min-width:590px){
     .larger-text .subtitle{
         font-size:calc(var(--typeBaseSize)*1.13) 
    }
     [data-type_base_accent_transform=true] .larger-text .subtitle{
         font-size: 16px;
    }
     .larger-text .h3{
         font-size: 35px;
    }
     .larger-text p{
        font-size: calc(15px + 2px);
        color: #1c1d1d;
    }
}
.columns .column.main {
    padding-bottom: 50px;
}
footer.page-footer {
    position: relative;
    background: #fff;   
}
.cms-index-index video::-webkit-media-controls{
    display: none;
}
.background-media-text__aligner {
    margin: 60px;
    margin-bottom: 5px;
}
.background-media-text__text .btn{
     margin-top:20px;
     padding: 11px 20px;
     margin: 0;
     width: auto;
     min-width: 90px;
     line-height: 1.42;
     font-size: 16px;
     text-decoration: none;
     text-align: center;
     vertical-align: middle;
     white-space: normal;
     cursor: pointer;
     border: 1px solid transparent;
     -webkit-user-select: none;
     user-select: none;
     -webkit-appearance: none;
     -moz-appearance: none;
     border-radius: 0;
     color: #ffffff;
     background: #111111;
     transition: padding-right 0.3s,background 0.3s,opacity 1s;
}
.background-media-text__text .btn:visited {
    color: #fff; 
}
.widget-testimonial-slider-design--2 .slick-slide .elementor-testimonial-item .testimonial-img img {
    width: 100%;
    height: 100%;
}
.home-video-section {
    position: relative;
}
.home-video-section h2[data-content-type="heading"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    animation: 0.8s cubic-bezier(0.26, 0.54, 0.32, 1) 0.3s forwards;
    animation-name: rise-up;
    font-size: 60px;
}
.home-video-section div[data-content-type='text'] {
    color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: 90px;
    font-size: 18px;
} 
.home-video-section {
    position: relative;
}
.home-video-section h2[data-content-type='heading'] {
    position: absolute;
    width: 100%;
    top: 50%;
    color: #fff;
    font-size: 60px;
}
.home-video-section div[data-content-type='text'] {
    position: absolute;
    width: 100%;
    top: 50%;
    color: #fff;
    font-size: 18px;
    margin-top: 90px;
}
.cms-index-index .testimonial-customer img.avatar {
    width: auto;
    height: auto;
}
.cms-index-index .testimonial-text .rating-summary {
    overflow: initial;
}
.cms-index-index .testimonial-text .rating-summary .rating-result {
    width: auto;
    margin-bottom: 10px;
}
body footer .bottom-thumbnails-section img{
    width: 60px;
    height: auto;
}
.bottom-thumbnails-section .elementor-image-box-description p:first-child {
    margin-bottom: 0;
    color: #111;
}
.section.widget-blog-posts-slider-carousel .post-info .item.author-posted {
    display: none;
}
.section.widget-blog-posts-slider-carousel .post-info .label.on-post-date {
    display: none;
}
.section.widget-blog-posts-slider-carousel .post-info .value.date {
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.section.widget-blog-posts-slider-carousel .post-title a {
    color: #1c1d1d;
    font-size: 21px;
    font-weight: normal;
}
.cms-index-index .elementor__headline:before {
    display: none;
}
.cms-index-index .elementor__headline:after {
    display: none;
}
.cms-index-index .elementor__headline {
    margin-top: 30px;
    font-size: 36px;
    font-weight: 700;
    color: #413f3f;
}
.cms-index-index .elementor__description p {
    font-size: 24px;
    font-weight: 400;
    color: #413f3f;
}
.cms-index-index a.section-header__link {
    font-weight: 400;
    font-size: 24px;
    padding-top: 0;
    color: #df001f;
}
.two-column div[data-content-type='text'] p {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
}
.two-column div[data-content-type='text'] p:nth-child(2) {
    font-size: 44px;
    font-weight: 700;
    font-family: Helvetica;
    line-height: 1.3em;
}
.two-column div[data-content-type='text'] a {
    border: 1px solid #fff;
    color: #423f3f;
    background: #fff;
    font-size: 16px;
    border-radius: 40px;
    padding: 15px 30px;
    display: table;
    margin: auto;
    margin-top: 20px;
}
.cms-index-index .statistics-right {
    margin-top: 2px;
}
.cms-index-index rs-arrow {
    border-radius: 50%;
    background: #fff;
    margin-top: 30px;
}
.cms-index-index #rev_slider_1_1_wrapper .custom.tparrows {
    background: #fff;
}
.cms-index-index #rev_slider_1_1_wrapper .custom.tparrows:before {
    color: #000;
}
.cms-index-index #rev_slider_1_1_wrapper .custom.tparrows:hover:before {
    color: #fff;
}
.cms-index-index rs-module {
    overflow: initial;
    /*width: 100%!important;*/
}
.cms-index-index div[data-content-type="product_advanced"] .product-item-name a {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.cms-index-index div[data-content-type="product_advanced"] .product-item .price-box .price {
    margin-top: 6px;
    font-size: 18px;
    font-family: DINOffcPro-Medium;
    font-weight: 500;
    text-align: center;
    display: block;
    color: #1c1d1d;
}
.cms-index-index div[data-content-type="product_advanced"] .product-item .price-box {
    display: flex;
    justify-content: center;
}
.cms-index-index div[data-content-type="product_advanced"] .product-item .price-box > span {
    display: block;
}
.cms-index-index a.rs-layer {
    transition: padding-right 0.3s,background 0.3s,opacity 1s;
}
.cms-index-index a.rs-layer:hover{
    transform: none!important;
    transform-origin: none!important;
    padding-right: 55px!important;
    background-position: 93% 50%;
    background-image: url(/media/wysiwyg/1664611067956.png);
    background-repeat: no-repeat;
    background-size: 29px;
    transition: all 0.5s ease;
    background-color: #fff!important;
    color: #333!important;
}
.cms-index-index .two-column {
    max-width: 1420px;
    margin: auto;
}
.cms-index-index .two-column .pagebuilder-column {
    margin: 0 15px;
}
.cms-index-index .widget-product-advanced-slider button.slick-arrow {
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    border: 0;
    background: #df001f;
    width: 42px;
    height: 42px;
}
.cms-index-index .widget-product-advanced-slider button.slick-arrow:before {
    color: #fff;
    top: 0;
    font-size: 42px;
}
.cms-index-index .product-item .image_hover_effects--zoom-overlay .product_item_images:hover .product-image-wrapper::before {
    opacity: 0;
}
.cms-index-index .products-grid .product-item .product_item_images .product-item-actions_middle .action {
    background: #111111;
    color: #fff;
    width: 60px;
    height: 60px;
    min-width: initial;
    padding: 8px;
    line-height: 18px;
    display: none;
}
.cms-index-index .products-grid .product-item .product_item_images:hover .product-item-actions_middle .action{
    display: block;
}
.cms-index-index .products-grid .product-item .product_item_images .product-item-actions_middle,
.cms-index-index .products-grid .product-item .product_item_images:hover .product-item-actions_middle {
    top: 0;
    right: 0;
    left: initial;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    display: block;
    opacity: 1;
    visibility: visible;
    display: block;
}
.cms-index-index .products-grid .product-item .product_item_images .product-item-actions_middle .label {
    background: #111111;
    font-size: 12px;
    padding: 7px 8px 7px 10px;
    color: #fff;
    border-radius: 0;
}
.cms-index-index .products-grid .product-item .product_item_images .product-item-actions_middle .label.None {
    display: none;
}
.cms-index-index .products-grid .product-item .product_item_images:hover .product-item-actions_middle .label {
    display: none;
}
.cms-index-index .products-grid .product-item .product_item_images .product-item-actions_middle span{
    white-space: initial;
    margin: 5px 0;
    color:#fff;
}
.cms-index-index .products-grid .product-item .product_item_images .product-item-actions_middle .action:not(.loading):hover:before {
    display: none;
}
.cms-index-index .products-grid .product-item .product_item_images .product-item-actions_middle .action:not(.loading):hover span {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
}
.cms-index-index .products-grid .product-item button.action.primary {
    margin: auto;
    border-radius: 0;
    background: transparent;
    color: #333;
    border: 2px solid #413F3F;
    display: block;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
}
.cms-index-index .products-grid .pro_desc {
    font-size: 18px;
    font-weight: 400;
    color: #1c1d1d;
    text-align: center;
}
.cms-index-index .products-grid a.color-swatch.color-swatch--small {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 1px #e8e8e1;
    position: relative;
    margin-right: 10px;
}
.cms-index-index .products-grid .color-swatch.color-swatch--small:before {
    border: 2px solid;
    border-radius: 50%;
    border-color: #ffffff;
}
.cms-index-index .products-grid .color-swatch.color-swatch--small:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.cms-index-index .grid-product__colors {
    margin: auto;
    display: table;
}
.cms-index-index  .product-item .image_hover_effects--zoom-overlay .product_item_images:hover .product-image-wrapper img:only-child, 
.cms-index-index  .product-item .image_hover_effects--zoom-overlay .product_item_images:hover .products-image-hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.cms-index-index .products-grid .product-item-photo:hover span[data-hover="image_hover_effects--box-effect"] .products-image-hover {
    opacity: 1;
}
footer .fixed-bottom.d-block.d-md-none {
    display: none!important; 
}
footer.page-footer div[data-content-type='row'][data-appearance='contained'] {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}
footer .elementor-static-menu-title, 
footer [data-content-type=heading] {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
footer p, 
footer a {
    letter-spacing: 0.025em;
    font-size: 15px;
    font-weight: 400;
}
footer .elementor-newsletter-wrapper input {
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    padding-left: 45px;
}
footer .elementor-newsletter-wrapper .form-subscribe {
    border-radius: 0;
}
footer .elementor-newsletter-wrapper input::-webkit-input-placeholder { 
    color: #fff;
    font-size: 16px;
}
footer .elementor-newsletter-wrapper input:-ms-input-placeholder { 
    color: #fff;
    font-size: 16px;
}
footer .elementor-newsletter-wrapper input::placeholder {
    color: #fff;
    font-size: 16px;
}
footer .elementor-newsletter-wrapper .actions-subscribe {
    display: none;
}
footer .footer__social {
    margin-top: 20px;
    padding-left: 0;
}
footer .footer__social li {
    display: inline-block;
    margin-right: 20px;
}
footer .footer__social a {
    display: block;
    color: #fff;
}
footer .footer__social .icon {
    width: 28px;
    height: 28px;
    color: #fff;
    fill: #fff;
}
footer .icon__fallback-text {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}
footer .footer__social .icon path {
    fill: #fff;
}
footer .copyright p {
    font-size: 14px;
}
footer .inline-list.payment-icons.site-footer__bottom-block.text-center {
    margin-bottom: 0;
    padding-bottom: 0;
}
footer .payment-icons li {
    cursor: default;
    margin: 0 4px 0;
    padding-top: 4px;
}
footer .inline-list li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
footer .elementor-newsletter-wrapper {
    position: relative;
}
footer .elementor-newsletter-wrapper:before {
    content: "";
    background: url(/../media/wysiwyg/mail.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 13px;
    left: 10px;
}
footer .header-static-menu + .elementor-content-static-menu {
    margin-top: 20px;
}

@media only screen and (max-width:1024px) and (min-width:992px){
    footer.page-footer .elementor-content-static-menu a {
        text-align: left!important;
    }  
    #html-body footer.page-footer [data-pb-style] {
        text-align: left;
    }
}

@media only screen and (max-width:991px) and (min-width:768px){
    body header .topbar__section.col-top-link {
        display: none;
    }
    body header .topbar__section.topbar__static-text.d-none {
        display: block!important;
        width: 100%;
    }
    body header .navigation .menu-mobile-title a.active:after {
        background: #DF001F;
    }
    body header .horizontal-menu-container .submenu.multicolumn.submenu-266 ul li {
        display: block;
    }
    .cms-index-index .statistics-left {
        width: 100%;
    }
    .cms-index-index .statistics-right {
        width: 100%;
    }
    .cms-index-index .statistics_all {
        display: block;
    }
    footer img[data-element="mobile_image"] {
        width: 150px;
    }
    footer .elementor-newsletter-wrapper .form-subscribe {
        width: 400px;
    }
    footer .header-static-menu + .elementor-content-static-menu {
        display: block;
    }
}

@media only screen and (max-width:767px){
    body header .topbar__section.col-top-link {
        display: none;
    }
    body header .topbar__section.topbar__static-text.d-none {
        display: block!important;
        width: 100%;
    }
    body header .navigation .menu-mobile-title a.active:after {
        background: #DF001F;
    }
    body header .horizontal-menu-container .submenu.multicolumn.submenu-266 ul li {
        display: block;
    }
    .cms-index-index #rev_slider_1_1_wrapper .custom.tparrows{
        color: #000;
        margin-top: -10px;
    }
    .cms-index-index rs-module {
         overflow: hidden; 
    }
    footer img[data-element="mobile_image"] {
        width: 150px;
    }
    footer .elementor-newsletter-wrapper .form-subscribe {
        width: 300px;
    }
    footer .header-static-menu + .elementor-content-static-menu {
        display: block;
    }
    .cms-index-index .background-media-text__text {
        width: 100%;
        background: rgb(255 255 255 / 90%);
    }
    .cms-index-index .home-video-section h2[data-content-type='heading'] {
        font-size: 36px;
        padding: 0;
        top: 20%;
    }
    .home-video-section div[data-content-type='text'] {
        margin-top: 0;
    }
    .cms-index-index #rev_slider_1_1_wrapper .custom.tparrows:hover:before{
        color: #000;
    }
}
.cms-index-index .category-thumbnails {
    max-width: 1500px;
    margin: auto;
}
.cms-index-index .category-thumbnails div[data-content-type='text'] {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.cms-index-index .category-thumbnails div[data-content-type='text'] h3 {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    pointer-events: none;
    font-weight: bold;
    font-size: 32px; 
}
.cms-index-index .category-thumbnails div[data-content-type='text'] h4 {
    position: absolute;
    top: 50px;
    left: 15px;
    z-index: 2;
    pointer-events: none;
    color: #DF001F;
    font-weight: 400;
}
.cms-index-index .category-thumbnails a img {
    transition: all 1s;
}
.cms-index-index .category-thumbnails a:hover img {
    transform: scale(1.05);
}
.cms-index-index .category-thumbnails .tall,
.cms-index-index .category-thumbnails .tall img {
    height: 720px;
    object-fit: cover;
}
.cms-index-index .category-thumbnails .short,
.cms-index-index .category-thumbnails .short img {
    height: 350px!important;
    object-fit: cover;
}
@media only screen and (max-width:1024px) and (min-width:992px){
    .cms-index-index .category-thumbnails .short,
    .cms-index-index .category-thumbnails .short img {
        height: 276px!important;
        object-fit: cover;
    }
    .cms-index-index .category-thumbnails div[data-content-type='text'] h3 {
        font-size: 22px; 
    }
    .cms-index-index .category-thumbnails div[data-content-type='text'] h4 {
        top: 40px;
    }
}

@media only screen and (max-width:991px) and (min-width:768px){
    .cms-index-index .category-thumbnails .pagebuilder-column-group {
        flex-wrap: nowrap;
    }
    .cms-index-index .category-thumbnails .tall,
    .cms-index-index .category-thumbnails .tall img {
        height: 410px!important;
        object-fit: cover;
    }
    .cms-index-index .category-thumbnails .short,
    .cms-index-index .category-thumbnails .short img {
        height: 195px!important;
        object-fit: cover;
    }   
    .cms-index-index .category-thumbnails div[data-content-type='text'] h4 {
        top: 30px;
        font-size: 15px;
    }
    
    .cms-index-index .category-thumbnails div[data-content-type='text'] h3 {
        font-size: 16px;
    }
}
@media only screen and (max-width:767px){
    .cms-index-index .category-thumbnails .tall,
    .cms-index-index .category-thumbnails .tall img {
        height: 400px!important;
        width: 275px!important;
        object-fit: contain;
    }
    .cms-index-index .category-thumbnails .short,
    .cms-index-index .category-thumbnails .short img {
        height: 215px!important;
        width: 275px!important;
        object-fit: cover;
    }   
    .cms-index-index .category-thumbnails div[data-content-type='text'] h4 {
        top: 30px;
        font-size: 15px;
    }
    
    .cms-index-index .category-thumbnails div[data-content-type='text'] h3 {
        font-size: 16px;
    }
    .cms-index-index .category-thumbnails div[data-content-type='text'] {
        margin: auto;
        margin-bottom: 20px;
    }
}

/* Product Page CSS */
#e-1649419613681 strong, #e-1649419613681 b {
    color: #1c1d1d;
    font-size: 16px;
}
#m-1649419613612 {
    margin-top: 20px;
}
#m-1649419613612 ul {
    padding-left: 0;
    list-style: none;
}
#m-1649419613612 ul li {
    margin-bottom: 10px;
}
#m-1649419613612 ul li img {
    width: 28px;
}
#m-1649419613612 ul li div {
    display: inline-block;
    vertical-align: top;
}
#m-1649419613612 ul li div p {
    margin-bottom: 0;
    color: #1c1d1d;
    font-family: 'DINOffcPro';
    text-transform: none;
    letter-spacing: initial;
    font-weight: 400;
}
#m-1649419613612 ul li div.gf-il-content.item-content {
    padding-left: 10px;
}
body.catalog-product-view .breadcrumbs {
    display: none;
}
body.catalog-product-view main#maincontent {
    margin-top: 130px;
}
body.catalog-product-view .product-info-main .page-title-wrapper .page-title {
    font-weight: 900;
    font-size: 26px;
    text-transform: none;
    color: #1c1d1d;
}
body.catalog-product-view .product-info-main .product-info-price .price-box .price {
    font-weight: bold;
    font-size: 26px;
    text-transform: none;
    color: #1c1d1d;
}
body.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price {
    color: #ec0101;
}
.product-info-main .old-price {
    text-decoration: none;
}
body.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price {
    color: #878787;
    text-decoration: line-through;
}
body.catalog-product-view .product.media .col-lg-auto.col_nav.nav_medium {
    width: 90%;
    margin: auto;
    margin-top: 20px;
}
body.catalog-product-view .product.media .col-lg-auto.col_nav.nav_medium .p-thumb-nav .product-image .product-image{
    height: 100%;
}
body.catalog-product-view .product.media .col-lg-auto.col_nav.nav_medium .p-thumb-nav .gallery-img {
    padding-top: 100%;
}
body.catalog-product-view .col_thumb{
    pointer-events: none;
}
body.catalog-product-view .col_thumb .product-image-photo, 
body.catalog-product-view .col_thumb .products-image-hover {
    /*height: 570px;*/
    position: initial;
}
body.catalog-product-view .col_thumb .gallery-img {
    height: 100%;
    padding: 0 13px!important;
    position: initial;
}
body.catalog-product-view .product-info-main .product-social-links,
body.catalog-product-view .trust_seal,
body.catalog-product-view .extra-popup,
body.catalog-product-view .product-info-main .stock.available, 
body.catalog-product-view .product-info-main .stock.unavailable,
body.catalog-product-view .product-info-stock-sku, 
body.catalog-product-view .product-info-main .product-category {
    display: none;
}
body.catalog-product-view .row.gx-5 {
    max-width: 1200px;
    margin: auto;
}
body.catalog-product-view .pagebuilder-column-group:not(.empty-child) {
    max-width: 1200px;
    margin: auto;
    width: 100%;
}
body.catalog-product-view .product-info-main .box-tocart .fieldset, .product-options-bottom .box-tocart .fieldset {
    display: table;
    width: 100%;
}
body.catalog-product-view .product-options-bottom .box-tocart .fieldset .field.qty {
    margin-bottom: 20px;
    display: table;
    width: 100%;
    border-radius: 0;
    border-color: #e8e8e1;
    padding: 0!important;
}
body.catalog-product-view .box-tocart .up-down a {
    display: table-cell;
    padding: 0 3px;
}
body.catalog-product-view .control {
    text-align: center;
}
body.catalog-product-view .box-tocart .up-down a.qty-down-fixed-onclick.qty-down {
    color: #7C7C7C;
    border-right: 1px solid #e8e8e1;
    position: relative;
    left: -1px;
}
body.catalog-product-view .box-tocart .up-down a.qty-down-fixed-onclick.qty-down:hover {
    background: #e7e7e7;
}
body.catalog-product-view .box-tocart .up-down a.qty-up-fixed-onclick.qty-up {
    color: #7C7C7C;
    border-left: 1px solid #e8e8e1;
}
body.catalog-product-view .box-tocart .up-down a.qty-up-fixed-onclick.qty-up:hover {
    background: #e7e7e7;
}
body.catalog-product-view .product-info-main .product-add-form form .box-tocart .fieldset .actions button,
body.catalog-product-view .product-info-main .buynow-button button{
    border-radius: 0;
    border-color: #111111;
    background: #111111;
    padding: 0;
    font-size: 16px;
    text-transform: initial;
    transition: padding-right 0.3s,background 0.3s,opacity 1s;
}
body.catalog-product-view .product-info-main .product-add-form form .box-tocart .fieldset .actions button span,
body.catalog-product-view .product-info-main .buynow-button button{
    display: block;
    background: #111;
    padding: 11px 20px;
}
body.catalog-product-view .product-info-main .product-add-form form .box-tocart .fieldset .actions button:hover {
    padding-right: 55px;
    background: #111111 url(/media/wysiwyg/1664771491095.png) no-repeat 150% 35%;
    background-position: 96% 35%;
}
body.catalog-product-view .product-info-main .product-add-form form .box-tocart .fieldset .actions button:after {
    display: none;
}
body.catalog-product-view .product-info-main .box-tocart .input-text.qty, .product-options-bottom .box-tocart .input-text.qty {
    font-weight: 400;
}
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-opt .swatch-option,
body.catalog-product-view .product-info-main .product-options-wrapper .fieldset .selection {
    background: #fff;
    justify-content: center;
    padding-right: 20px;
    padding-left: 20px;
    width: auto;
    height: 44px;
    line-height: 44px;
    border: 1px solid #dddcdc;
    font-size: 16px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-opt .swatch-option {
    line-height: 34px;
}
body.catalog-product-view .product-info-main .product-options-wrapper .fieldset input[type="radio"] {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
body.catalog-product-view .product-info-main .product-options-wrapper .fieldset .option {
    display: inline-flex;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
}
body.catalog-product-view .product-info-main .product-options-wrapper .fieldset .option.active input[type="radio"] {
    box-shadow: 0 0 0 1px #000;
}
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-opt .swatch-option.selected,
body.catalog-product-view .swatch-option:not(.disabled):hover{
    box-shadow: 0 0 0 1px #000;
    color: #222222;
}
body.catalog-product-view .swatch-attribute-selected-option {
    display: none;
}
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-opt .swatch-attribute-label:after {
    display: none;
}
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-opt .swatch-option.disabled:after {
    content: "";
    border-top: 1px solid #333;
    transform: rotate(-20deg);
    margin-top: 18px;
    width: 115%;
}
body.catalog-product-view .product-info-main .product-options-wrapper .fieldset p {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-bottom: 10px;
}
body.catalog-product-view .product-return .tabs-navigation li.tab-header.ui-state-default.ui-corner-top.ui-tabs-active {
    border: 0;
}
body.catalog-product-view .product-return .tabs-navigation li:nth-child(1) span:before {
    content: "";
    display: table;
    color: #111;
    z-index: 99;
    background: url(/media/wysiwyg/free-shipping.png);
    position: relative;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    margin: auto;
}
body.catalog-product-view .product-return .tabs-navigation li:nth-child(2) span:before {
    content: "";
    display: table;
    color: #111;
    z-index: 99;
    background: url(/media/wysiwyg/warranty.png);
    position: relative;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    margin: auto;
}
body.catalog-product-view .product-return .tabs-navigation li:nth-child(3) span:before {
    content: "";
    display: table;
    color: #111;
    z-index: 99;
    background: url(/media/wysiwyg/customer-support.png);
    position: relative;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    margin: auto;
}
body.catalog-product-view .product-return {
    margin-top: 50px;
}
body.catalog-product-view .product-return .tabs-navigation .tab-header a.tab-title {
    padding: 0 1.5rem !important;
}
body.catalog-product-view .product-return .tabs-content {
    margin-top: 30px;
}
body.catalog-product-view .product-return .tabs-content p {
    color: #423f3f;
    font-family: DIN;
}
body.catalog-product-view .product-return .tabs-content p a {
    color: #423f3f;
    font-weight: 700;
    text-decoration: underline;
}
body.catalog-product-view ul li.tab-header.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active span:after {
    content: "";
    border-bottom: 1px solid rgb(206, 206, 206);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

body.catalog-product-view ul li.tab-header.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active span {
    padding-bottom: 30px;
}
body.catalog-product-view .product-coupon .coupon-wrap .coupon-border {
    color: #1c1d1d;
    border-style: dashed!important;
    padding: 10px;
    display: block;
    width: 100%;
}
body.catalog-product-view .product-coupon .coupon-wrap .coupon-border .col-coupon {
    display: inline-block;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1.5em;
    letter-spacing: -1px;
    color: #d80707;
    text-transform: uppercase;
    font-weight: 400;
    font-family: DIN;
    border-style: dashed!important;
    padding: 0 10px;
}
body.catalog-product-view .product-coupon .coupon-wrap .coupon-border .col-coupon.code {
    width: 65%;
}
body.catalog-product-view .product-coupon .coupon-wrap .coupon-border .col-coupon.title {
    width: 30%;
    margin-right: 3%;
}
body.catalog-product-view .product-info-main .product.attribute.overview {
    margin-top: 40px;
}

.product-section-1 h2.text-yellow {
    font-size: 54px;
    line-height: 1.1em;
    letter-spacing: 1px;
    color: #fff442;
    text-transform: none;
    font-family: 'DINOffcPro-CondBlack';
}
.product-section-1 p,
.product-section-1 ul{
    font-size: 22px;
    line-height: 1.2em;
    color: #fff;
    text-transform: none;
}
.product-section-1 ul {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product-section-1 ul li img {
    width: 55px;
    display: table;
    text-align: center;
    margin: auto;
}
.product-section-1 ul li {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px;
    width: 185px;
}
.product-section-2 img {
    height: 53px;
    width: 53px;
    margin: auto;
    display: table;
    margin-bottom: 15px;
}
.product-section-2 .text-yellow p {
    color: #fff440;
    font-weight: 700;
}
.product-section-2 p {
    color: #fff;
    font-family: 'DINOffcPro';
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400;
    text-align: center;
}
.product-section-3 h1, .product-section-3 h2, .product-section-3 h3 {
    color: #fff;
    font-weight: bold;
    font-family: DINOffcPro-CondBlack;
    font-size: 70px;
    margin-bottom: 0;
    line-height: 1em;
}
.product-section-3 #e-1649419613741 h1, .product-section-3 #e-1649419613741 h3 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 400;
    font-family: DINOffcPro;
    font-weight: 600;
}

#html-body .product-section-4 img {
    height: 580px;
    object-fit: cover;
}
body .product-section-4 .pagebuilder-column-group:not(.empty-child), body .product-section-11 .pagebuilder-column-group:not(.empty-child) {
    max-width: 100%;
}
.product-section-4 .pagebuilder-column {
    position: relative;
}
.section4-alignment .pagebuilder-column-group {
    justify-content: center;
}
.section4-alignment .pagebuilder-column-group .pagebuilder-column {
    width: auto !important;
}
.product-section-4 h2 {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 99;
    font-size: 40px;
    line-height: 1em;
    color: #fff441;
    font-family: 'DINOffcPro';
    text-align: center;
    padding-top: 30px;
}
.product-section-4 h2.c1 {
    left: 90px;
    right: auto;
    text-align: left;
}
.product-section-4 .white-container {
    position: absolute;
    top: 40px;
    left: 10%;
    right: 0;
    z-index: 99;
    padding: 0 15px;
    padding-top: 30px;
    width: 70%;
}
.product-section-4 .white-container h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2em;
    font-family: 'DINOffcPro';
    text-align: left;
}
.product-section-4 .white-container h3 strong {
    font-family: 'DINOffcPro-Medium';
    font-weight: bold;
}
#html-body .product-section-4.kqi3-max img {
    height: 835px;
}
.product-section-4.kqi3-max h3 {
    margin-top: 60px;
    font-size: 32px;
}


.product-section-5 p {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: 0;
    color: #fff;
    font-family: 'DINOffcPro-CondBlack';
    text-align: center;
}
.product-section-5 h1 {
    font-size: 30px;
    line-height: 1em;
    letter-spacing: 0;
    color: #fff;
    font-family: 'DINOffcPro';
    font-weight: 400;
}
.product-section-5 #r-1649419613643 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.product-section-5 #r-1649419613643 .gf_column {
    padding: 0 15px;
    text-align: center;
}
.product-section-6 p {
    font-size: 36px;
    line-height: 1em;
    letter-spacing: 0;
    color: #fff;
    text-transform: none;
    font-family: 'DINOffcPro';
}
.product-section-7 {
    background-position: center!important;
}
.product-section-7 p {
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: 0;
    color: #fff;
    text-transform: none;
    font-family: 'DINOffcPro';
    padding-left: 300px;
}
.product-section-7 .right-position {
    margin-left: auto;
    text-align: right;
}
.product-section-7 .right-position.text-left {
    text-align: left;
}
.product-section-7 .right-position.text-left p img {
    vertical-align: middle;
    margin-right: 30px;
    position: relative;
    top: -5px;
}
.product-section-7 .right-position p {
    padding-left: 0;
}
.product-section-7 .right-position h2, .product-section-6 .left-position h2 {
    font-size: 48px;
    margin-bottom: 30px;
    margin-top: 0rem;
    line-height: 1.428;
}
.product-section-7 .right-position h3 {
    margin-bottom: 0;
}
.product-section-8 h1, .product-section-8 h2, .product-section-8 h3 {
    color: #fff;
    font-weight: bold;
    font-family: DINOffcPro-CondBlack;
    font-size: 70px;
    margin-bottom: 0;
    line-height: 1em;
    
}
.product-section-8 #r-1649419613735 h1, .product-section-8 #r-1649419613735 h3{
    font-size: 24px;
    font-weight: 400;
    font-family: DINOffcPro;
}
.product-section-8 #r-1649419613735 {
    display: flex;
    flex-direction: row;
}
.product-section-8 #r-1649419613735 .gf_column:first-child {
    padding-right: 30px;
}
.product-section-8 #r-1649419613735 .gf_column img {
    text-align: center;
    margin: auto;
    display: table;
    margin-bottom: 5px;
}
.product-section-9 h1, .product-section-9 h2 {
    font-size: 36px;
    line-height: 1em;
    letter-spacing: 0;
    color: #0a0a0a;
    text-transform: none;
    font-family: 'DINOffcPro';
    margin-bottom: 5px;
}

.product-section-10:after {
    content: "";
    position: absolute;
    background: #0a0909;
    opacity: 0.35;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.product-section-10,
.product-section-10 .pagebuilder-column-group {
    z-index: 100;
    position: relative;
}
.product-section-10 h1, .product-section-10 h2, .product-section-10 h3 {
    color: #fff;
    font-weight: bold;
    font-family: DINOffcPro-CondBlack;
    font-size: 70px;
    margin-bottom: 0;
    line-height: 1em;
}
.product-section-10 #e-1649419613746 h1, .product-section-10 #e-1649419613746 h3 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 400;
    font-family: DINOffcPro;
    font-weight: 600;
}

.product-section-11 h3 {
    font-size: 30px;
    line-height: 1em;
    letter-spacing: 0px;
    color: #fff;
    text-transform: none;
    font-family: DINOffcPro;
    margin-top: 30px;
}

.product-section-12:after {
    content: "";
    position: absolute;
    background: #0a0909;
    opacity: 0.35;
    width: 100%;
    height: 100%;
    z-index: 9;
    top:0;
}
.product-section-12 .pagebuilder-column-group {
    z-index: 100;
    position: relative;
}
.product-section-12 h1 {
    color: #fff;
    font-weight: bold;
    font-family: DINOffcPro-CondBlack;
    font-size: 70px;
    margin-bottom: 0;
    line-height: 1em;
}
.product-section-12 p {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 400;
    font-family: DINOffcPro;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}
.product-section-13 #e-1649419613781 {
    padding-left: 100px;
}

.product-section-13 #e-1649419613622 {
    padding-left: 100px;
    padding-right: 600px;
}
.product-section-13 h3 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: 0px;
    color: #fff;
    text-transform: none;
    font-family: DINOffcPro-CondBlack;
}
.product-section-13 p {
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: 0;
    color: #fff;
    text-transform: none;
    font-family: DINOffcPro;
}

.product-section-14 h1, .product-section-14 h2 {
    font-size: 68px;
    line-height: 1em;
    letter-spacing: 0;
    color: #fff;
    text-transform: none;
    font-family: DINOffcPro-CondBlack;
}
.product-section-14 #r-1649419613751 h1, .product-section-14 #r-1649419613751 h3, 
.product-section-14 #r-1649419613744 h1, .product-section-14 #r-1649419613744 h3 {
    font-size: 21px;
    font-family: DINOffcPro;
    font-weight: 600;
}
.product-section-14 #r-1649419613751 {
    display: flex;
    padding-right: 600px;
    justify-content: center;
}
.product-section-14 #r-1649419613744 {
    display: flex;
    padding-right: 600px;
    justify-content: center;
}
.product-section-14 #r-1649419613751 .gf_column {
    width: 33.33333%;
    float: left;
    text-align: center;
    padding: 0 15px;
}
.product-section-14 #r-1649419613744 .gf_column {
    width: 33.33333%;
    float: left;
    text-align: center;
    padding: 0 15px;
}
.product-section-14.text-black h1, .product-section-14.text-black h2 {
    color: #080a0b;
}
.product-section-14.text-black .pagebuilder-column-group:not(.empty-child) {
    margin: 265px auto;
}
.product-section-14.text-white .pagebuilder-column-group:not(.empty-child) {
    margin: 265px auto;
}

.product-section-15 img {
    border-radius: 30px;
    margin-bottom: 15px;
}
.product-section-15 h3 {
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: 0;
    color: #fff;
    text-transform: none;
    font-family: 'DINOffcPro';
    margin-left: 40px;
    margin-right: 40px;
}

.product-section-16 h2 {
    font-size: 60px;
    line-height: 1.7em;
    letter-spacing: 0px;
    color: #fff;
    text-transform: none;
    font-family: DINOffcPro-Medium;
}
.product-section-16 p {
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: #fff;
    text-transform: none;
    font-family: DINOffcPro;
}
.product-section-16 .thumbnail-row {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}
.product-section-16 .thumbnail-column {
    width: 25%;
    padding: 0 15px;
    text-align: center;
}
.product-section-16 .thumbnail-column p {
    font-size: 20px;
}


html #html-body .img-mobile{
    display: none;
}
@media only screen and (max-width:1199px) and (min-width:992px){
    html #html-body [data-pb-style=ICYLY2K] {
        width: 50%;
        padding-top: 50px;
    }
    #m-1649419613612 ul li div {
        display: table-cell;
        vertical-align: top;
    }
    html #html-body .product-section-1 {
        background-position: center!important;
        min-height: 80vh;
    }
    .product-section-1 ul li {
        width: 160px;
    }
}

@media only screen and (max-width:991px) and (min-width:768px){
    html #html-body .product-section-1 {
        background-position: center!important;
        min-height: 80vh;
    }
    #m-1649419613612 ul li div {
        display: table-cell;
        vertical-align: top;
    }
    .product-section-1 ul li img {
        filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(0%) contrast(80%);
    }
    .product-section-1 p, .product-section-1 ul {
        color: #000;
    }
    .product-section-2 .pagebuilder-column {
        width: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    #html-body .product-section-3 {
        min-height: 45vh;
    }
    #html-body .product-section-4 img {
        height: 430px;
        margin: auto;
        display: table;
    }
    #html-body .product-section-5 {
        min-height: 65vh;
    }
    #html-body .product-section-6 {
        padding-top: 150px;
        padding-bottom: 250px;
        min-height: 100%;
        background-position: right;
    }
    #html-body .product-section-7 {
        padding-top: 150px;
        padding-bottom: 250px;
        min-height: 100%;
        background-position: 30% !important;
    }
    #html-body .product-section-8 {
        padding: 150px 0;
        min-height: 60vh;
    }
    #html-body .product-section-9 {
        min-height: 60vh;
        padding-top: 0;
        padding-bottom: 250px;
        background-position: 70%;
    }
    #html-body .product-section-10 {
        min-height: 60vh;
    }
    #html-body .product-section-11 {
        background-position: center;
    }
    #html-body .product-section-11 img {
        display: table;
        margin: auto;
    }
    #html-body .product-section-13 {
        min-height: 60vh;
        padding: 100px 0;
    }
    
    .product-section-13 #e-1649419613622 {
        padding: 0 15px;
        width: 470px;
    }
    
    .product-section-13 #e-1649419613781 {
        padding-left: 15px;
    }
    
    .product-section-14 {
        min-height: 60vh;
    }
    .product-section-14 #r-1649419613751 {
        padding-right: 15px;
        justify-content: flex-start;
    }
    .product-section-14 #r-1649419613744 {
        padding-right: 15px;
        justify-content: flex-start;
    }
    .product-section-14 #r-1649419613751 .gf_column {
        width: 20%;
        text-align: center;
    }
    .product-section-16 .thumbnail-row {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width:991px) and (min-width:768px){
    body.cms-page-view#html-body .img-desktop{
        display: none;
    }
    body.cms-page-view#html-body .img-mobile{
        display: block;
    }
}
@media only screen and (max-width:767px){
    html #html-body .img-desktop{
        display: none;
    }
    html #html-body .img-mobile{
        display: block;
    }
    #m-1649419613612 ul li div.gf-il-content.item-content {
        width: 345px;
    }
    #m-1649419613612 ul li div[data-icon="gpicon-image"] {
        width: 30px;
    }
    m-1649419613612 ul li {
        display: flex;
    }
    #m-1649419613612 ul li div {
        display: table-cell;
        vertical-align: top;
    }
    body.catalog-product-view .product-coupon .coupon-wrap .coupon-border .col-coupon.title {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    body.catalog-product-view .product-coupon .coupon-wrap .coupon-border .col-coupon.code {
        width: 100%;
    }
    html #html-body .product-section-1 {
        min-height: 80vh;
        padding-top: 30px;
        position: relative;
        padding-bottom: 410px;
    }
    .product-niu-electric-kick-scooter-kqi2-pro#html-body .product-section-1{
        background: #11AB9D!important;
    }
    .product-niu-kqi3-max-electric-kick-scooter-for-adults#html-body .product-section-1 {
        padding-bottom: 520px;
    }
    html #html-body .product-section-1 .pagebuilder-column.img-mobile {
        padding: 0;
        position: absolute;
        top: 200px;
    }
    html #html-body .product-section-1 img.pagebuilder-mobile-only {
        margin-top: 50px;
    }
    #html-body .product-section-1 ul li {
        width: 33.3333%;
        font-size: 15px;
        line-height: 1.2em;
    }
    #html-body .product-section-1 h2.text-yellow {
        font-size: 38px;
        margin-bottom: 10px;
    }
    #html-body .product-section-1 p, .product-section-1 ul {
        font-size: 18px;
        position: relative;
        z-index: 99;
    }
    #html-body .product-section-2 .pagebuilder-column {
        width: 50%;
        flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
    #html-body .product-section-3 {
        min-height: 400px!important;
        padding: 30px 0;
    }
    #html-body .product-section-3 h1 {
        font-size: 50px;
    }
    #html-body .product-section-3 #e-1649419613741 h1 {
        font-size: 24px;
    }
    #html-body .product-section-4 h2.c1 {
        left: 25px;
        font-size: 32px;
    }
    #html-body .product-section-4 h2 {
        font-size: 32px;
    }
    #html-body .product-section-4 h2 {
        padding-top: 10px;
        left: 31px;
    }
    #html-body .product-section-4 img {
        height: 305px;
        margin: auto;
        display: table;
    }
    #html-body .product-section-5 {
        min-height: 65vh!important;
    }
    #html-body .product-section-5 p {
        font-size: 38px;
    }
    
    #html-body .product-section-5 h1 {
        font-size: 24px;
    }
    #html-body .product-section-5 img {
        width: 40px!important;
        height: auto!important;
        margin-bottom: 5px;
    }
    #html-body .product-section-6[data-pb-style] {
        padding-top: 150px;
        padding-bottom: 250px;
        min-height: 100%;
        background-position: right;
    }
    #html-body .product-section-6 p {
        font-size: 28px;
        line-height: 1.2em;
    }
    
    #html-body .product-section-6 p br {
        display: none;
    }
    #html-body .product-section-7[data-pb-style] {
        padding-top: 30px;
        padding-bottom: 525px;
        min-height: 100%;
        background-position: 30% bottom!important;
    }
    .product-niu-electric-kick-scooter-kqi2-pro#html-body .product-section-7[data-pb-style] {
        background-image: url(/media/wysiwyg/Niu-Kqi2-Pro-Electric-Kick-Scooter-electric-Long-range2.jpeg)!important;
    }
    #html-body .product-section-7 p {
        padding-left: 0;
        font-size: 20px;
        line-height: 1.4em;
    }
    #html-body .product-section-7 p br {
        display: none;
    }
    #html-body.product-niu-kqi3-sport-electric-kick-scooter-for-adults .product-section-7 p span {
        color: #333!important;
    }
    #html-body.product-niu-kqi3-sport-electric-kick-scooter-for-adults .product-section-7 p {
        width: 50%;
        position: relative;
        display: table;
        float: right;
        top: 250px;
    }
    #html-body .product-section-8[data-pb-style] {
        padding-top: 50px;
        padding-bottom: 390px;
        min-height: 60vh;
        background-position: bottom!important;
    }
    .product-niu-electric-kick-scooter-kqi2-pro#html-body .product-section-8[data-pb-style] {
        background-image: url(/media/wysiwyg/Niu-Kqi2-Pro-Electric-Kick-Scooter-electric-High-speeds.jpeg)!important;
    }
    #html-body .product-section-8 h1 {
        font-size: 42px;
    }
    
    #html-body .product-section-8 #r-1649419613735 h1 {
        font-size: 18px;
    }
    #html-body .product-section-8 #r-1649419613735 .gf_column img {
        width: 50px!important;
        height: 100%!important;
    }
    #html-body .product-section-9[data-pb-style] {
        min-height: 100%;
        padding-top: 15px;
        padding-bottom: 215px;
        background-position: 70% bottom;
    }
    #html-body .product-section-9 h1 {
        font-size: 24px;
        color: #fff;
    }
    #html-body .product-section-10[data-pb-style] {
        min-height: 60vh;
        position: relative;
        background-position: center;
    }
    #html-body .product-section-10 h1 {
        font-size: 48px;
    }
    #html-body .product-section-10 #e-1649419613746 h1 {
        font-size: 20px;
    }
    #html-body .product-section-11[data-pb-style] {
        background-position: center;
    }
    #html-body .product-section-11 img {
        display: table;
        margin: auto;
    }
    #html-body .product-section-11 h3 {
        font-size: 24px;
    }
    #html-body .product-section-12[data-pb-style] #jarallax-container-1 div {
        background-position: center!important;
    }
    #html-body .product-section-12 h1{
        font-size: 48px;
    }
    #html-body .product-section-12 p{
        font-size: 20px;
    }
    #html-body .product-section-13[data-pb-style] {
        min-height: 60vh;
        padding: 50px 0;
        position: relative;
        padding-bottom: 522px;
    }
    .product-niu-electric-kick-scooter-kqi2-pro#html-body .product-section-13[data-pb-style]{
        background: #11AB9D!important;
    }
    #html-body .product-section-13 #e-1649419613622 {
        padding: 0 15px;
    }
    #html-body .product-section-13[data-pb-style] .pagebuilder-column {
        padding: 0;
    }
    #html-body .product-section-13[data-pb-style] figure.img-mobile {
        position: absolute;
        top: 250px;
    }
    #html-body .product-section-13 div[data-content-type='text'] {
        position: relative;
        z-index: 99;
    }
    #html-body .product-section-13 #e-1649419613781 {
        padding-left: 15px;
    }
    #html-body .product-section-13 h3 {
        font-size: 48px;
    }
    #html-body .product-section-13 p {
        font-size: 20px;
    }
    #html-body.product-niu-kqi3-sport-electric-kick-scooter-for-adults .product-section-13 h3 {
        font-size: 34px;
        text-align: center;
        line-height: 1em;
        margin-bottom: 0;
        color: #333;
    }
    #html-body.product-niu-kqi3-sport-electric-kick-scooter-for-adults .product-section-13 p {
        font-size: 16px;
        text-align: center;
        color: #333;
    }
    #html-body.product-niu-kqi3-sport-electric-kick-scooter-for-adults .product-section-13[data-pb-style]{
        padding-top: 30px;
    }
    .product-niu-electric-kick-scooter-kqi2-pro#html-body .product-section-14[data-pb-style] {
        position: relative;
        padding-top: 35px;
        padding-bottom: 500px!important;
        background-size: cover!important;
        background-position: center;
    }
    #html-body .product-section-14[data-pb-style] {
        position: initial;
        padding-bottom: 175px!important;
        background-size: initial!important;
        background-position: 54% center;
    }
    .product-niu-electric-kick-scooter-kqi2-pro#html-body .product-section-14[data-pb-style] {
        background-image: url(/media/wysiwyg/Niu-Kqi2-Pro-Electric-Kick-Scooter-safe2.jpeg)!important;
    }
    #html-body.product-niu-kqi3-sport-electric-kick-scooter-for-adults .product-section-14[data-pb-style]{
        padding-top: 0;
        padding-bottom: 0!important;
    }
    #html-body .product-section-14 h1 {
        font-size: 36px;
        margin-bottom: 5px;
        text-align: center;
    }
    #html-body .product-section-14 #r-1649419613751 h1, .product-section-14 #r-1649419613744 h1 {
        font-size: 14px;
    }
    #html-body .product-section-14 img {
        width: 40px!important;
        height: 40px!important;
        margin-bottom: 0!important;
    }
    #html-body .product-section-14 #r-1649419613751 {
        padding-right: 0;
        justify-content: center;
    }
    #html-body .product-section-14 #r-1649419613744 {
        padding-right: 0;
        justify-content: center;
        margin-top: 10px;
    }
    #html-body .product-section-14 #r-1649419613744 .gf_column {
        padding: 0;
    }
    #html-body .product-section-16 .thumbnail-row {
        flex-wrap: wrap;
    }
    #html-body .product-section-16 .thumbnail-column {
        width: 50%;
        margin-bottom: 30px;
    }
    #html-body .product-section-16 h2 {
        font-size: 34px;
        line-height: 1.2em;
    }
    #html-body .product-section-16 p{
        font-size: 18px;
    }
    #html-body .product-section-16 p br{
        display: none;
    }
    #html-body.catalog-product-view .product-main-content {
        padding: 0 15px;
    }
    #html-body .page-header{
        z-index: 999;
    }
}


/* Header CSS*/
.header-container .header.links li:not(:hover) a {
    color: #333333;
}
.horizontal-menu-container .submenu.multicolumn.submenu ul .subchildmenu li {
    display: inline-block;
}
.horizontal-menu-container .submenu.multicolumn.submenu-266 ul li.level2 a {
    display: none;
}
.horizontal-menu-container .submenu.multicolumn.submenu-266 ul li.level2 .menu-block-content a {
    display: block;
}

/* CMS CSS */
.cms-page-view.cms-kqi2 main,
.cms-page-view.cms-kqi3 main,
.cms-page-view.cms-kqi2 .columns .column.main,
.cms-page-view.cms-kqi3 .columns .column.main{
    padding-bottom: 0;
}
.cms-page-view main {
    padding-bottom: 50px;
}
.cms-page-view.cms-faqs main, .cms-page-view.cms-troubleshooting main {
    padding-left: 0;
    padding-right: 0;
}
.footer-hc-nav {
    margin-top: 100px;
    padding: 30px;
}
.footer-hc-nav h2, .footer-hc-nav h3 {
    color: #fff;
    font-weight: 100;
}

.footer-hc-nav h2 {
    margin-bottom: 15px;
}

.footer-hc-nav h3 {
    font-size: 20px;
}

.footer-hc-nav .new-ticket-btn {
    margin: 15px 0;
    color: #DF001F;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 35px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 20px 35px -5px rgb(0 0 0 / 15%);
    transition: transform 250ms ease-out;
    display: inline-block;
}
/* About US CSS */
body.cms-about-niu .columns .column.main {
    padding-bottom: 0;
}
body.cms-about-niu main {
    padding-bottom: 0;
}
@media only screen and (max-width:1199px) and (min-width:992px){
    body.cms-about-niu#html-body .top-bg-img  [data-pb-style] {
        margin-top: 30px;
        margin-bottom: 300px;
    }
    body.cms-about-niu#html-body .our-mission [data-content-type="text"] {
        padding: 50px 45px;
    }
    body.cms-about-niu#html-body .our-mission h1 {
        line-height: 38px!important;
        margin-bottom: 0;
    }
    body.cms-about-niu#html-body .our-history div[data-content-type='text'] {
        padding-right: 50px;
        padding-left: 50px;
    }
    body.cms-about-niu#html-body .our-history .pagebuilder-column:nth-child(2) {
        width: 100%;
        position: relative;
        left: 10%;
    }
    body.cms-about-niu#html-body .make-life-electric {
        background-position: right center!important;
    }
}
@media only screen and (max-width:991px) and (min-width:768px){
    body.cms-about-niu#html-body .top-bg-img {
        background-position: bottom!important;
    }
    body.cms-about-niu#html-body .top-bg-img  [data-pb-style] {
        margin-top: 45px;
        margin-bottom: 260px;
    }
    body.cms-about-niu#html-body .our-mission [data-content-type="text"] {
        padding: 50px 15px;
        padding-left: 50%;
    }
    body.cms-about-niu#html-body .our-mission h1 {
        line-height: 38px!important;
        margin-bottom: 0;
    }
    body.cms-about-niu#html-body .our-history div[data-content-type='text'] {
        padding-right: 0;
        padding-left: 0;
    }
    body.cms-about-niu#html-body .make-life-electric {
        background-position: right center!important;
    }
    body.cms-about-niu#html-body .our-history {
        padding-bottom: 420px;
    }
    body.cms-about-niu#html-body .international-awards {
        padding: 0 15px;
        margin-top: 30px;
    }
    body.cms-about-niu#html-body .two-columns {
        padding: 0 15px;
    }
    body.cms-about-niu#html-body .riders-globally [data-pb-style] {
        padding: 20px 15px;
    }
}
@media only screen and (max-width:767px){
    body.cms-about-niu .top-bg-img {
        background-image: url('/media/wysiwyg/about-niu5.jpg')!important;
        height: auto;
        background-size: contain!important;
    }
    body.cms-about-niu#html-body .top-bg-img  [data-pb-style] {
        margin-top: 30px;
        margin-bottom: 300px;
    }
    body.cms-about-niu#html-body .top-bg-img [data-pb-style] p span {
        font-size: 26px!important;
        line-height: 34px!important;
    }
    body.cms-about-niu#html-body .our-mission [data-content-type="text"] {
        padding: 0;
    }
    body.cms-about-niu#html-body .our-mission {
        background-image: url('/media/wysiwyg/About-NIU_Top__-1_03.jpg')!important;
        padding: 140px 15px 25px;
    }
    body.cms-about-niu#html-body .our-mission h1 span {
        font-size: 16px!important;
        line-height: 22px!important;
    }
    body.cms-about-niu#html-body .our-mission h1 {
        margin-bottom: 0;
        font-size: 16px!important;
        line-height: 22px!important;
    }
    body.cms-about-niu#html-body .riders-globally [data-pb-style] {
        padding: 20px 15px;
    }
    body.cms-about-niu#html-body .our-history [data-pb-style] {
        padding: 0 15px;
    }
    body.cms-about-niu#html-body .our-history {
        padding-bottom: 140px;
        background-position: bottom;
    }
    body.cms-about-niu#html-body .international-awards {
        padding: 0 15px;
        margin-top: 30px;
    }
    body.cms-about-niu#html-body .two-columns {
        padding: 0 15px;
    }
    body.cms-about-niu#html-body .make-life-electric {
        background-image: url('/media/wysiwyg/About_NIU_Contact_Us2__1.jpg')!important;
        background-position: center;
        background-size: cover;
    }
}

/* Contact US CSS*/
.contact-index-index .elementor-icon-box-content p {
    position: relative;
    top: -6px;
}
.contact-index-index .page-title-wrapper{
    display: none;
}
.contact-index-index .size-24 {
    text-transform: capitalize;
}

/* Full Page Tabacordion CSS */
.page-layout-cms-full-width .product.info.detailed.tab-accordions .items .panel:first-child a {
    display: none;
}
.page-layout-cms-full-width .product.info.detailed.tab-accordions .items .panel:first-child #description {
    padding: 0;
    margin-bottom: 50px;
}
.page-layout-cms-full-width .product.info.detailed.tab-accordions .items .panel {
    padding: 0 15px;
    margin-bottom: 30px;
}
.page-layout-cms-full-width .product.info.detailed.tab-accordions .items .panel:first-child {
    padding: 0;
}
.page-layout-cms-full-width .product.info.detailed .product.data.items{
    text-align: left;
}
.page-layout-cms-full-width #custom-product-tab-whats_in_the_box {
    text-align: center;
}

/* Page View Content */
.cms-page-view .column.main > [data-content-type='row'][data-appearance='contained'] {
    max-width: 1000px;
}
.cms-page-view.cms-about-niu .column.main > [data-content-type='row'][data-appearance='contained'] {
    max-width: 100%;
}
.cms-page-view .page-title-wrapper .page-title{
    font-weight: 700;
}
.cms-page-view .page-wrapper .breadcrumbs .items {
    padding-left: 30px;
    padding-right: 30px;
}

/* Cart CSS*/
.checkout-cart-index #maincontent {
    max-width: 1000px;
}
.checkout-cart-index .cart-container .checkout-methods-items .action.primary {
    border-radius: 0;
}
.checkout-cart-index .cart-container div#block-discount .content .control {
    border-radius: 0;
}
.checkout-cart-index .cart-container div#block-discount .content .actions-toolbar button {
    border-radius: 0;
}
.checkout-cart-index .cart-container .cart-summary #block-shipping {
    display: none;
}
.checkout-cart-index .cart-container .cart.table-wrapper .items .item .item-actions .actions-toolbar {
    display: none;
}
.checkout-cart-index .page-title-wrapper .page-title{
    font-weight: bold;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .subtotal .price-excluding-tax .price {
    color: #333;
    font-weight: 700;
}
.checkout-cart-index .cart-container .cart.table-wrapper td.price .price-excluding-tax .price {
    color: #333;
}
.checkout-cart-index .cart.table-wrapper .item-options dd {
    color: #333;
}
.checkout-cart-index .data.table.totals {
    color: #333;
}
.checkout-cart-index .cart-container .cart.table-wrapper .items .product-item-photo .products-image-hover {
    position: initial;
}
.checkout-cart-index .cart-container .cart.table-wrapper .items .product-item-photo .products-image-hover {
    opacity: 0;
    visibility: hidden;
}
.checkout-cart-index .cart-container .cart.table-wrapper .items .product-item-photo:hover .products-image-hover {
    opacity: 1;
    visibility: visible;
    position: absolute;
}

/* My Account CSS */
.customer-account-login .page-title {
    font-size: 35px;
    font-weight: bold;
}
.customer-account-login .login-container{
    max-width: 450px;
    margin: auto;
    position: relative;
}
.customer-account-login .login-container .customer-login-wrap label {
    text-transform: uppercase;
}
.customer-account-login .login-container .customer-login-wrap label span{
    font-weight: 700;
    font-size: 12.8px;
    letter-spacing: 0.2em;
}
.customer-account-login .login-container .customer-login-wrap label:after {
    display: none;
}
.customer-account-login .login-container .secondary {
    position: absolute;
    right: 0;
}
.customer-account-login .login-container .secondary a {
    color: #1c1d1d;
    font-size: 14px;
    font-weight: 400;
}
.customer-account-login .login-container .fieldset:after {
    display: none;
}
.customer-account-login .login-container .actions-toolbar .primary .action {
    background: #111111;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    padding: 11px 20px;
}
.customer-account-login .login-container .actions-toolbar .primary {
    width: 100%;
    display: block;
}
.customer-account-login .login-container .create-account-wrap {
    margin-bottom: 150px;
}
.customer-account-login .login-container .create-account-wrap a.action.create.primary {
    text-align: left;
    background: none;
    color: #1c1d1d;
    border: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
}
.customer-account-login .page.messages div {
    font-size: 16px;
}
.customer-account-login .page.messages {
    max-width: 450px;
    margin: auto;
}
.customer-account-login .message > *:first-child:before {
    display: none!important;
}
.customer-account-login .page.messages div.message.success {
    padding: 6px 12px;
    border: 1px solid;
    border-color: #56ad6a;
    color: #56ad6a;
    background-color: #ecfef0;
}



.customer-account-create h1.page-title {
    font-size: 35px;
    font-weight: bold;
}
.customer-account-create .form-create-account .fieldset:not(.additional_info) {
    padding: 0;
    border: 0;
    float: none;
    width: auto;
    margin: 0;
}
.customer-account-create .form.form-create-account {
    max-width: 450px;
    min-width: auto;
    margin: auto;
    margin-bottom: 30px;
}
.customer-account-create .form.form-create-account label {
    font-weight: 700;
    font-size: 12.8px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.customer-account-create .form.form-create-account label:after {
    display: none;
}
.customer-account-create .form-create-account .actions-toolbar > div button.action.submit {
    background: #111111;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    padding: 11px 20px;
}
.customer-account-create .form-create-account .actions-toolbar {
    display: block;
}
.customer-account-create .form-create-account .actions-toolbar .primary {
    margin: 0;
    width: 100%;
    display: block;
    margin-top: 5px;
}
.customer-account-create .page.messages div {
    font-size: 16px;
}
.customer-account-create .page.messages {
    max-width: 450px;
    margin: auto;
}
.customer-account-create .message > *:first-child:before {
    display: none!important;
}
.customer-account-create .page.messages div.message.success {
    padding: 6px 12px;
    border: 1px solid;
    border-color: #56ad6a;
    color: #56ad6a;
    background-color: #ecfef0;
}




.customer-account-forgotpassword .forget .fieldset:not(.additional_info) {
    padding: 0;
    border: 0;
}
.customer-account-forgotpassword .form.password.forget {
    min-width: auto;
    width: auto;
    max-width: 450px;
    margin: auto;
    margin-bottom: 150px;
}
.customer-account-forgotpassword .form.password.forget h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1c1d1d;
    margin-bottom: 15px;
}
.customer-account-forgotpassword .form.password.forget .field.note {
    font-size: 16px;
    margin-bottom: 20px;
}
.customer-account-forgotpassword .form.password.forget label {
    font-weight: 700;
    font-size: 12.8px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.customer-account-forgotpassword .form.password.forget label:after {
    display: none;
}
.customer-account-forgotpassword .forget .actions-toolbar {
    margin-top: 15px;
    display: block;
}
.customer-account-forgotpassword .forget .actions-toolbar .primary {
    display: block;
    width: auto;
}
.customer-account-forgotpassword .forget .actions-toolbar button.primary {
    background: #111111;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    padding: 11px 20px;
}
.customer-account-forgotpassword .top-header-banner-image-cms-page .page-title-wrapper {
    display: none;
}
.customer-account-forgotpassword .page-title-wrapper .page-title {
    font-size: 35px;
    font-weight: bold;
}
.customer-account-forgotpassword .actions-toolbar > .secondary .action.back {
    display: block;
    text-align: left;
    margin-top: 30px;
    color: #1c1d1d;
    font-size: 16px;
}
.customer-account-forgotpassword .actions-toolbar > .secondary {
    display: table;
    clear: both;
}
.customer-account-forgotpassword .page.messages div {
    font-size: 16px;
}
.customer-account-forgotpassword .page.messages {
    max-width: 450px;
    margin: auto;
    margin-top: 30px;
}
.customer-account-forgotpassword .message > *:first-child:before {
    display: none!important;
}
.customer-account-forgotpassword .page.messages div.message.success {
    padding: 6px 12px;
    border: 1px solid;
    color: #56ad6a;
    background-color: #ecfef0;
    border-color: #56ad6a;
}


.customer-account-createpassword .top-header-banner-image-cms-page .page-title-wrapper {
    display: none;
}
.customer-account-createpassword .page-title-wrapper .page-title {
    font-size: 35px;
    font-weight: 700;
}
.customer-account-createpassword p{
    text-align: center;
}
.customer-account-createpassword .page-title-wrapper {
    display: table;
    margin: 5rem auto;
}
.customer-account-createpassword .form.password.reset {
    max-width: 450px;
    margin: auto;
    min-width: auto;
    margin-bottom: 150px;
}
.customer-account-createpassword .form.password.reset label {
    font-weight: 700;
    font-size: 12.8px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.customer-account-createpassword .form.password.reset label:after {
    display: none;
}
.customer-account-createpassword .actions-toolbar {
    margin-top: 15px;
    display: block;
}
.customer-account-createpassword .actions-toolbar .primary {
    display: block;
    width: 100%;
}
.customer-account-createpassword .actions-toolbar button.primary {
    background: #111111;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    padding: 11px 20px;
}

/* Blog CSS */
body.blog-post-view .post-view.has-thumb [class*="post-holder-"] .post-header {
    height: 500px;
    width: 100%;
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
}
body.blog-post-view .post-view > .post-holder .post-header::before {
    background-color: rgba(0, 0, 0, 0.10);
}
body.blog-post-view .post-view.has-thumb [class*="post-holder-"] .post-header .post-ftimg-hld {
    display: flex;
    height: 100%;
    max-width: 1200px;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin: auto;
}
body.blog-post-view .post-view > .post-holder .post-info {
    display: block;
}
body.blog-post-view .post-view > .post-holder .post-header .post-title {
    font-size: 72px;
    font-family: 'DINOffcPro-Bold';
    text-align: left;
    text-transform: none;
}
body.blog-post-view .post-view > .post-holder .post-info .post-posed-date {
    text-align: left;
    font-family: 'DINOffcPro-Medium';
    font-size: 10px;
}

body.blog-post-view .post-view > .post-holder .post-info {
    text-align: left;
}

body.blog-post-view .post-view > .post-holder .post-info .value {
    font-style: normal!important;
    text-transform: uppercase;
}
body.blog-post-view .post-view .post-content {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}
body.blog-post-view .post-description p {
    font-size: 16px;
    line-height: 1.7;
}
body.blog-post-view .post-view > .post-holder .post-tag-comment {
    border: 0;
}
body.blog-post-view .post-description p a strong {
    text-decoration: underline;
}
body.blog-post-view .post-description p.button-wp {
    margin-top: 45px;
}
body.blog-post-view .post-description p.button-wp a {
    padding: 15px 30px;
    background-color: #df001f!important;
    color: #ffffff!important;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 16pt;
    border-radius: 8px;
}
body.blog-post-view .post-bottom,
body.blog-post-view .addthis_toolbox ,
body.blog-post-view .post-tag-comment{
    max-width: 1200px;
    margin: auto;
}
body.blog-post-view #maincontent {
    padding: 0;
}
body.blog-index-index #maincontent,
body.blog-category-view #maincontent{
    max-width: 1200px;
    margin-top: 50px;
}
body.blog-post-view .post-view.has-thumb [class*="post-holder-"] .post-header .category-comment {
    display: block;
}
body.blog-post-view .post-view.has-thumb [class*="post-holder-"] .post-header .category-comment span {
    display: none;
}
body.blog-post-view .post-view.has-thumb [class*="post-holder-"] .post-header .category-comment a {
    font-size: 24px;
    text-decoration: underline;
}
body.blog-post-view #post-comments button {
    border-radius: 0;
    float: right;
}
body.blog-post-view  img.aligncenter {
    text-align: center;
}
@media only screen and (min-width:600px){ 
    body.blog-post-view  img.alignright {
        float: right;
        margin-left: 2rem;
    }
}

@media only screen and (max-width:767px){ 
    body.blog-post-view .post-view > .post-holder .post-header .post-title {
        font-size: 48px;
        padding: 0 15px;
    }
    body.blog-post-view .post-view > .post-holder .post-info {
        padding: 0 15px;
    }
    body.blog-post-view .post-view.has-thumb [class*="post-holder-"] .post-header {
        margin: 0;
        padding: 30px 0;
        height: 100%;
        height: 450px;
    }
    body.blog-post-view .post-view.has-thumb [class*="post-holder-"] .post-header {
        padding: 0;
        margin-top: 80px;
    }
}
/*Store Locator CSS*/
#locator_filter .column_left .center #store_list .list .today_time,
#locator_filter-store .column_left #store_list_view .today_time{
    display: none;
}
#locator_filter-store #store_list_view .location .image img {
    width: 150px;
}
.home-video-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.02);
    z-index: 9;
}