body{
    background-color:#E5E5E5 !important;
}

body #header{
    max-width: none;
    background-image: url(../Images/headerbg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding-top: 0;
    max-height: 111px;
    font-family: Raleway,Helvetica,Arial,sans-serif !important;
}

body .header-top-bar{
    background-color: rgba(0, 0, 0, 0.4)
}

body #custom-search-input{
    margin-top: 0;
}

body .search-mininav{
    display: flex;
    flex: auto;
    float: right;
}

body .header-nav-top{
    padding-top: 0;
    padding-bottom: 0;
}

body .navbar-form.navbar-right{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 0;
}

body #custom-search-input .search-query{
    border-radius: 0;
    opacity: 0.7;
    height: 40px;
    background-color: #f2f2f2;
    min-width: 300px;
}

body #custom-search-input .search-query:focus, body #custom-search-input .search-query:focus-visible, body #custom-search-input .search-query:active {
    outline: 0;
    border-color: #ccc;
}

body .closex{
    display: block;
    background-image: url(../Images/closex.png);
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
    z-index: 9999;
}

.search-icon{
    display: block;
    padding: 5px;
    border-radius: 5px;
}

.search-icon:hover{
    background-color: #e30a17;
    cursor: pointer;
}

.search-icon:after{
    -webkit-mask-image:url(../Images/searchicon.svg);
    mask-image:url(../Images/searchicon.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center center;
    mask-position: center center;
    background-color: #fff;

}

body .header-nav-top .nav li a{
    display: flex;
    height: 38px;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    background-image: url(../Images/headerbg.jpg);
    background-size: cover;
    background-position: center center;
    color: #fff !important;
    text-decoration: none;
    margin-bottom: 1px;
    margin-top: 1px;
    border-right: none;
    margin-right: 1px;
    font-size: 15px;
    font-family: Raleway,Helvetica,Arial,sans-serif !important;
    font-weight: 300 !important;
}

body .header-nav-top .nav li a:hover{
    text-decoration: none;
    opacity: 0.7;
}

body .logo{
    margin-top: -30px;
}

body .logo a{
    position: absolute;
}

body #naviMain .title{
    color: #fff;
    font-family: Raleway,Helvetica,Arial,sans-serif !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
}

body #naviMain{
    display: flex;
    justify-content: right;
    align-items: center;
}

body #navbar{
    margin-top: 20px;
}

body #header > .container{
    position: relative;
}

body .header-search{
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 71px;
    padding: 10px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: rgba(0,0,0,0.1) 0px 2px 25px 0px;
    display: none;
}

body .header-search .glyphicon.glyphicon-search{
    display: none;
}

body #footer{
    max-width: none;
    background-image: url(../Images/headerbg.jpg);
    background-size: cover;
    background-position: center center;
    font-family: Raleway,Helvetica,Arial,sans-serif !important;
    color:#fff;
    font-size: 14px !important;
}

body #footer h4{
    color: #fff;
    font-family: Raleway,Helvetica,Arial,sans-serif !important;
    font-weight: 700;
}

body #footer a{
    font-family: Raleway,Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
}

body #footer h3{
    color: #fff !important;
    font-weight: 700 !important;
}

body #footer .bullet_list li{
    font-size: 14px !important;
}

body #footer .bullet_list li a{
    color:#fff;
    font-size: 14px !important;
}

body .graa-bg{
    background: none;
}

body .graa-bg-repeat{
    background: none;
}

body .top-slider{
    border-bottom: 30px solid #f2f2f2;
}

body .clear{
    display: none;
}

body .frame-card-column .row{
    display: flex;
    gap: 10px;
    margin-bottom: 60px;
}

body .frame-card-column .row > div{
   border-radius: 10px;
   background-color: #f2f2f2;
   padding: 10px;
   position: relative;
   flex: 1;
   box-shadow: rgba(0,0,0,0.1) 0px 2px 25px 0px;
}

body .frame-card-column .row > div[class='     ']{
    background-color: transparent;
}

body .frame-card-column img{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 10px;
}

body .frame-card-column a{
    padding:12px 19px;
    margin-bottom: -30px;
    width: auto;
    font-size: 1rem;
    text-decoration: none;
    border:none;
    display: inline-block;
    color:#fff;
    background-color:#b3d438;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 4px;
    white-space:normal;
    line-height: 1.5;
    font-family: Raleway,Helvetica,Arial,sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.15);
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform:translate(-50%, 0);
    width: 80%;
}

body .frame-card-column a:hover{
    cursor:pointer;
    -webkit-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out;
    background-color:#c6df6a;
    color:#fff;
    text-decoration: none;
}

body .frame-card-column a:focus, body .frame-card-column a:active, body .frame-card-column a:hover{
    outline: none;
    box-shadow: none !important;
}

body .frame-card-column .bullet_list li:before, body .frame-card-column .bullet_list li::marker{
    content: "";
    display: none;
}

body .frame-card-column .ce-bodytext{
    padding: 10px;
}

body .frame-card-column small{
    background:#655953;
    text-transform: uppercase;
    color:#fff;
    font-size: 0.6875rem;
    padding: 3px 7px 2px 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

body .col img{
    width: 100%;
    height: auto;
}


body .top-slider .frame-special-header{
    text-align: center;
    padding-top: 70px;
    background: #f2f2f2;
    padding-bottom: 40px;
}

body .top-slider .frame-special-header header{
    
}

body .top-slider .frame-special-header h1{
    margin-top: 0;
    margin-bottom: 0;
}


body .btn-primary{
    background-image: none;
    padding:12px 19px;
 
    width: auto;
    font-size: 1rem;
    text-decoration: none;
    border:none;
    display: inline-block;
    color:#fff;
    background-color:#b3d438;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 4px;
    white-space:normal;
    line-height: 1.5;
    font-family: Raleway,Helvetica,Arial,sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.15);
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
   
    width: 90%;
}

body .btn-primary:hover{
    cursor:pointer;
    -webkit-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out;
    background-color:#c6df6a;
    color:#fff;
    text-decoration: none;
}

.btn-primary:focus, body .btn-primary:active, body .btn-primary:hover{
    outline: none;
    box-shadow: none !important;
}

body .frame-type-youtubevideo_pi1{
    margin-top: 60px;
}

#c478 {
    text-align: center;
}

#c478 img{
    max-width: 300px;
    max-height: 180px;
}

.sidebar img{
    max-width: 100%;
    height: auto;
}

.frame-sidebar-box{
    background-color: #f2f2f2;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.1) 0px 2px 25px 0px;
}

.frame-sidebar-box img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.frame-sidebar-box .ce-bodytext{
    padding: 15px;
}

.tx-indexedsearch-form label{
    display: none;
}

.tx-indexedsearch-info{
    display: none;
}

.tx-indexedsearch-info-sword{
    display: none;
}

.mininav .nav li a{
    color: #fff;
}

.mininav .nav>li>a:focus, .mininav .nav>li>a:hover{
    background-color: transparent !important;
}


#tx-con-productline-related{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
@media screen and (min-width: 769px){
    .naviSub-1{
        background-color: #f1efee !important;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 10px;
    }

    .hasSubpages.active .naviSub-1{
        display: grid !important;
    }

    .flyoutBox li{
        border: none !important;
        border-radius: 10px;
        background-color:#fff;
        width: auto !important;
        padding: 10px 0 0 0 !important;
    }

    .flyoutBox li a{
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
}

@media screen and (min-width: 1200px){}
@media screen and (max-width: 1199px){}
@media screen and (max-width: 992px){

  
    body .frame-card-column .row{
        flex-direction: column;
    }

    body .frame-card-column .row > div{
        margin-bottom: 60px;
    }

    body .frame-card-column a{
        font-size: 0.9rem;
    }

}
@media screen and (max-width: 768px){
    body .frame-card-column .row{
        flex-direction: column;
    }

    body .frame-card-column .row > div{
        margin-bottom: 60px;
    }

    body #navbar{
        top: 51px;
    }

    .product-listview{
        grid-template-columns: 1fr 1fr !important;
    }

    body #navbar ul{
        flex-direction: column;
    }
    body #naviMain .title{
        color: #2b2b2b; 
    }

    #navbar li.hasSubpages > a:before{
        content: "\003E" !important;
        margin-left: 10px;
    }


}
@media screen and (max-width: 500px){}