body{
    color: #000;
}

.topbar{
    padding: 5px 0px;
    font-size:12px;
    font-weight: 700;
}

.topbar a{
    text-decoration: none;
    margin-right:10px;
}

.topbar a :last-child{
    margin-right:0px;
}


.toolbar .search, .toolbar .account, .toolbar .cart {
    font-size: 12px;
    width: 70px;
}

.toolbar .search > i, .toolbar .account > i, .toolbar .cart > i {
    line-height: 35px;
    font-size: 25px;
}

.site-menu > ul > li > a {
    font-weight: 700;
}    
 
.offcanvas-toggle{
    font-size: 25px;
}

.toolbar .search, .toolbar .account, .toolbar .cart {
    display: table-cell!important;
}

.toolbar .inner{
    display: inline;
}

.navbar .calypso{
    height:80px;
    margin-top:10px;
    margin-bottom:10px;
}

.navbar .site-branding{
    height:auto;
    width: 100%;
}

.toolbar .search, .toolbar .account, .toolbar .cart{
    height:80px;
}

.site-header-ext-search{
    display:none
}

.dym_container input{
    display: block!important;
    position: absolute!important;
    width: 80%!important;
    line-height: 40px!important;
    padding-left: 80px!important;
    background: #ffffff url(/images/project/iconmonstr-magnifier-3.svg) 10px 50% no-repeat!important;
    color: #ccc!important;
    border: 1px solid #ccc!important;
    font-size: 16px!important;
    margin-top: 20px!important;

}



@media (max-width: 750px){
    .toolbar .search div, .toolbar .account div, .toolbar .cart div {
        display: none;
    }
    .toolbar .search, .toolbar .account, .toolbar .cart {
        width: 39px;
    }    
}

@media (max-width: 1200px){

    .hq-menu-section{
        display: none !important;
    }
    .dvs-1{
        -ms-flex: 0 0 40%;
        flex: 1 0 40%;
        max-width: 40%;
    }
    .dvs-2{
        -ms-flex: 0 0 23%;
        flex: 1 0 23%;
        max-width: 23%;        
    }
    .dym_container input{
        padding-right:10px!important;
        padding-left:50px!important;
        font-size:12px!important;
    }

    .hq-menu-section{
        display: none !important;
    }
    .dvs-1{
        -ms-flex: 0 0 40%;
        flex: 1 0 40%;
        max-width: 40%;
    }
    .dvs-2{
        -ms-flex: 0 0 23%;
        flex: 1 0 23%;
        max-width: 23%;        
    }
    .dym_container input{
        padding-right:10px!important;
        padding-left:50px!important;
        font-size:12px!important;
    }
}

@media only screen and (max-width: 1000px){
    .topbar span.dff{
        display:none
    }
}

@media only screen and (max-width: 967px){
    .topbar span.dff{
        display:none
    }
    .topbar .topbar-column {
        width: 50%;
    }
    .product-grid .product-buttonline{
        display: block;
    }
    .owl-carousel-headline{
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 21px;
    }
}

@media (max-width: 950px){

    .site-header-ext-search .dvs-2a .dym_container input{
        border:0 none!important;
    }    

    .topbar span.dfe{
        display:none
    }

    .dvs-1{
        -ms-flex: 0 0 50%;
        flex: 1 0 50%;
        max-width: 50%;
    }
    .dvs-2{
        overflow:hidden;
        flex: 0 0 1px;
        max-width: 1px;
        padding:0px;
    }
    .dvs-3{
        -ms-flex: 0 0 49%;
        flex: 1 0 49%;
        max-width: 49%;
    }

    .dvs-1 .menu-toggle{
        display:none;
    }

    .site-header-ext-search{
        display:block;
        border-top: 1px solid #d0d1d3;
        border-bottom: 1px solid #d0d1d3;
    }

    .dvs-1a .offcanvas-toggle{
        line-height: unset;
    }

    .dvs-1a{
        width:55px;
    }

    .dvs-2a{
        width: calc(100% - 55px);
    }

    .dvs-2a #search_alias{
        width:100%;
        padding:13px;
        border:0 none;
    }

    .dvs-2a #search_alias:focus-visible{
        border:0 none;
        outline: 0 none;
    }

}

@media (max-width: 750px){
    .dvs-1{
        -ms-flex: 0 0 70%;
        flex: 1 0 70%;
        max-width: 70%;
    }
    .dvs-2{
        overflow:hidden;
        flex: 0 0 1px;
        max-width: 1px;
        padding:0px;
    }
    .dvs-3{
        -ms-flex: 0 0 29%;
        flex: 1 0 29%;
        max-width: 29%;
    }
}


@media (max-width: 576px){

    .text-xs-center{
        text-align: center!important;
        font-size:8.5pt;
    } 
    .dvs-1{
        -ms-flex: 0 0 60%;
        flex: 1 0 60%;
        max-width: 60%;
    }
    .dvs-2{
        overflow:hidden;
        flex: 0 0 1px;
        max-width: 1px;
        padding:0px;
    }
    .dvs-3{
        -ms-flex: 0 0 39%;
        flex: 1 0 39%;
        max-width: 39%;
    }
}

@media only screen and (max-width:420px){
    .dvs-1{
        -ms-flex: 0 0 55%;
        flex: 1 0 55%;
        max-width: 55%;
    }
    .dvs-2{
        overflow:hidden;
        flex: 0 0 1px;
        max-width: 1px;
        padding:0px;
    }
    .dvs-3{
        -ms-flex: 0 0 44%;
        flex: 1 0 44%;
        max-width: 44%;
    }
    .site-logo > img{
        width:auto!important;
    }

    .toolbar .search, .toolbar .account, .toolbar .cart {
        width: 35px;
    }

    .toolbar .search > i, .toolbar .account > i, .toolbar .cart > i {
        line-height: 30px;
        font-size: 22px;
    }

}

@media only screen and (max-width:1420px){
    .site-menu > ul > li > a{
        font-size:12px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .site-menu > ul > li > a{
        font-size:11px;
    }
}


.dvs-2a .dym_container input{
    margin-top:0px!important;
}



/* NEU 2022-03-31 */


@media only screen and (min-width: 968px) and (max-width: 1499px){
    .hero-slider {
        min-height: 65vh;
    }
}


@media only screen and (max-width: 1200px){
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
}


@media only screen and (max-width: 967px){

    .banner_home{
        display:none
    }


    .box_bmsm {
        clear:both
    }
    .dym_container input{
        width: 80%!important;
    }    

    .hero-slider .teaser{
        margin-bottom:10%;
        min-height:auto;
        height:auto;
        margin-right: 0px;
        width:70%
    }

}

@media only screen and (max-width: 768px){

    #details .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        font-size: 15px!important;
    }    

    #details .nav-tabs .nav-link.active span, 
    .nav-tabs .nav-item .nav-link span {
        display:none;
    }

    .product-grid {
        margin-right: 5px;
    }    
    .product-thumbnails {
        display: block!important;
    }
    .site-footer {
        padding-top: 5px;
    }
    .hero-slider{
        height:43vh;
    }    

    .hero-slider .teaser{
        height: auto;
        min-height:auto;
        width:77%;
        margin-top:100px;
    }

    .promo-section-home-1 .psright .title{
        font-size:30px;
        width:100%;
        padding-left:unset;
    }
    .promo-section-home-1 .psright .text{
        width:100%;
        padding-left:unset;
    }
}

@media only screen and (max-width:440px){
    .promo-section-home-1 .psright{
        padding:20px 30px;
    }
    .mts10{
        margin-top:15px;
    }
    .sldDrp {
        background-position: -130px bottom;
    }    
    .promo-section-home-1 .psright .title{
        width:100%;
        font-size:25px;
        font-weight: 700;
        padding:unset;
        font-size: 18px;
    }
    .promo-section-home-1 .psright .text {
        width: 100%;
        padding:unset;
    }    
    .product-listing .desc {
        font-size: 14px;
        line-height: 22px;
        color: #000;
    }    
    .g-pt-100, .g-pb-40 {
        
    }
    .btn.nlv {
        margin-top: -3px;
    }    
    .dzsparallaxer h1 {
        font-size: 25px!important;
    } 
    .site-footer img{
        display: none;
    }
    .hero-slider .teaser .title{
        font-size: 22px;
        line-height: 30px;
    }
    .hero-slider {
        min-height: 333px;
        height:400px;
    }
    .shopping-cart .product-item .product-title, .wishlist-table .product-item .product-title, .order-table .product-item .product-title{
        font-size:12px;
        font-weight: 600;
    }
    .table td.align-middle{
        vertical-align: top!important;
    }

    .hero-slider .teaser{
        width:100%
    }
    
}

@media only screen and (max-width:480px){
    .toolbar .cart.a1,
    .toolbar .cart.a2,
    .toolbar .account,
    .toolbar-dropdown{
      display: none !important;
    }
}    


@media only screen and (max-width:1024px){

    .contact-widget-row .wdg{
        margin-bottom:15px;
    }

    .row.contact-widget-row .col-md-3:last-child{
        padding-right: unset!important;
    }

    .noMobile{
        display:none;
    }

    .smi_product_info .tab-content{
        width: 100%;
    }

    .owl-carousel-introtext{
        width: 92%;
    }

    .grid-item:hover .box_bmsm{
        display:block!important;
    }

    .owl-carousel .owl-prev, .owl-carousel .owl-next {
        background: transparent;
        line-height: 50px;
    }    

    .owl-item{
        /* margin-right:3px!important; */
    }

    .owl-carousel .owl-prev, 
    .owl-carousel .owl-next{
        background: transparent;
        line-height:30px;
    }

    .owl-carousel .owl-prev::before{
        font-size:20px;
        /* padding:15px; */
    }

    .owl-carousel .owl-next::before{
        font-size:20px;
        /* padding:15px; */
    }

    .owl-carousel .owl-prev {
        left: -7px;
        border: 0;
        padding:0px;
        
        opacity:1!important;
    }    

    .owl-carousel .owl-next {
        right: 0px;
        border: 0px;
        padding:0px;
        
        opacity:1!important;
    }        
    
    .product-grid .title{
        font-size: 10px;
        text-decoration: none;
        hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        display: -webkit-box;
    }


}


