
    .center {
        margin: auto;
        width: 100%;
        text-align: center;
        font-size: 4.0rem;
        /*color: #f96302;*/
        color: #494949;
        font-weight:700;
    }
    .logo-img{
        padding-right: 10px;
    }
    .logo-div{
        padding-bottom: 0;
    }
    .grid--center-verticle{
        border-bottom: 1px solid #999;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-scroll-product .swiper-slide {
        text-align: center;
        font-size: 14px;
        background: #fff;
		color:#666666;
    }

    .swiper-scroll-product .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper-button-prev, .swiper-button-next {
        color: #f96302!important;
        padding: 5px;

    }

    .product-pod__title--twoline{
        text-align: center;
    }

    .topBar{
        height: 5px;
    }

    .header-section__title-text{
        font-size: 3rem;
        font-weight: 700;
        padding: 0;
    }

    .header-section__title-text div{
        padding: 10px 0px 19px 10px;
    }
    .bg-white{
        background-color: #ffffff!important;
    }
    .mb-5{
        margin-bottom: 50px;
    }
    .bg-theme-background{
        /*background-color: #eaeaea; */
		background-color: #195851d1;
    }
    .swiper-slide{
        position: relative;
        top: 10px;
    }
    .swiper-slide .category-link a{
        color: #3e7697;
    }
    .product-pod-simple__image{
        height: 175px!important;
        overflow: hidden!important;
    }
    .product-pod__image-wrapper{
        background-size: contain;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    :root {
        --swiper-navigation-size: 24px;
    }

    /*        .category-link{
                position: relative;
                top: 10px;
            }*/
    @media (min-width:576px){
        /*            .SimpleMenu{
                        top: 17px;
                    }*/
    }
    @media (max-width:576px){
        /*            .SimpleMenu{
                        top: 6px;
                    }*/
        .logo-img{
            min-width: 130px!important;
        }


    }
    @media (max-width:426px){
        /*            .SimpleMenu{
                        top: -1px;
                    }*/

        .profile-links{
            margin-left: 50px;
        }
    }
    @media (max-width:768px) {
        .ShoppingLinks__item a{
            border-bottom: solid 1px #fee350;
        }
        
    }

    @media (max-width:576px) {
        .search-form-1{
            display: none;
        }
        .profile-links{
            margin-left: 21px;
        }
        .category-menu{
            position: absolute;
            top: 90px;
            background-color: #195851;
            height: auto;
            overflow-y: auto;
            max-width: 241px;

        }

        .MainFlyout__level1{
            background: #195851;
        }
        .ShoppingLinks__item{
            border-bottom: solid 1px #fee350;

        }

        .ShoppingLinks__item a{
            border-bottom: none;
        }
        .category-menu .ShoppingLinks{
            flex-direction: column;
        }
    }

    .Header3__groupItem, .Header3__collapser{
        align-items: center;
        align-self: center;
    }

    .carousel {
        /*            width: 650px;*/
        margin: 0 auto;
        padding-bottom: 50px;
    }
    .carousel .carousel-item {
        color: #999;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        min-height: 180px;
    }
    .carousel .carousel-item a {
        color: #eb7245;
    }
    .carousel .img-box {
        width: 145px;
        height: 145px;
        margin: 0 auto;
        border-radius: 50%;
    }
    .carousel .img-box img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
    }
    .carousel .testimonial {
        padding: 45px 0 10px;
        color: #333;
    }
    .carousel .overview {
        text-align: center;
        padding-bottom: 5px;
    }
    .carousel .overview b {
        color: #333;
        font-size: 15px;
        text-transform: uppercase;
        display: block;
        padding-bottom: 5px;
    }
    .carousel .star-rating i {
        font-size: 18px;
        color: #ffdc12;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #999;
        text-shadow: none;
        top: 4px;
    }
    .carousel-control-prev i, .carousel-control-next i {
        font-size: 20px;
        margin-right: 2px;
    }
    .carousel-control-prev {
        left: auto;
        right: 40px;
    }
    .carousel-control-next i {
        margin-right: -2px;
    }
    .carousel .carousel-indicators {
        bottom: 15px;
    }
    .carousel-indicators li, .carousel-indicators li.active {
        width: 11px;
        height: 11px;
        margin: 1px 5px;
        border-radius: 50%;
    }
    .carousel-indicators li {
        background: #e2e2e2;
        border: none;
    }
    .carousel-indicators li.active {
        background: #888;
    }
    .video-container{
        width: 100%;
        margin-bottom: 5px;
    }
    p.overview b{
        color: #f96302!important;
    }

    h4.overview{
        color: #f96302!important;
        font-weight: 700;
    }

    p.testimonial, p.video-title{
        line-height: 1.6;
        font-size: 16px;
    }

    .thumbnail-container{
        background-image: url(../images/02-DSCF6480-UP__AKS.max-1400x1120.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .thumbnail-container img.img-thumbnail{
        height: -webkit-calc(100% + 0.4px)!important;
        height:    -moz-calc(100% + 0.4px)!important;
        height:         calc(100% + 0.4px)!important;
    }

    .bg-layout-thumbnail{
        width: -webkit-calc(100% - 30px)!important;
        width:    -moz-calc(100% - 30px)!important;
        width:         calc(100% - 30px)!important;

    }
    .bg-layout-white{
        background-color: #fff!important;

    }
    .bg-layout-dark{
        background-color: #000!important;
        opacity: 0.6!important;
    }

    .bg-layout{
        opacity: 0.6;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
    }

    .about-us{
        bottom: 3px;
        background: aliceblue;
        width: 100%;
        opacity: 0.8;
        height: 100%;
    }

    .MainFlyout__level1Wrapper {
        padding: 0px 0 0 10px!important;
    }

    .MainFlyout__list{
        flex-direction: column;
    }
    
    .MainFlyout__level1Wrapper .MainFlyout__link{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .MainFlyout__item{
        border-bottom: solid 1px #fee350;
    }
    
    .MainFlyout__item:last-child {
        margin-bottom: 2px;
    }
    
    .pull__back__manu{
        color: #ffa07f;
    }
    
    .fwsb {
        font-weight: 600;
    }
    .cd {
        color: #222;
    }
    
    .quote_rating {
        min-height: 22px;
    }
    .fwb {
        font-weight: 700;
    }
    .cra {
        color: #fec42d;
    }

    .fs__13 {
        font-size: 13px;
    }
    .mb__10 {
        margin-bottom: 10px;
    }
    
    .quotes_des_2 .quote_slide, .quotes_des_3 .quote_slide {
        padding: 30px;
        background: #fff;
        box-shadow: 0 15px 34px rgba(0,0,0,.2);
        border-radius: 10px;
    }

    .tc {
        text-align: center;
    }
    
    .quote_content{
        min-height: 50vh;
    }
    
    .testimonial .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .testimonial .swiper-slide {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .testimonial .swiper{
        overflow: initial!important;
    }
    
    #tooltip-myaccount{
        display: none; 
        position: absolute;
        /*top: 15px;*/
        top: 23px;
    }
    #headerMyAccountDropdown{
        background-color:#195851;
    }
    #headerMyAccountDropdown .profile-menu{
        background-color:#fff;
    }
    .MyAccount:hover #tooltip-myaccount{
        display: block; 
    }
    .profile-menu{
        padding: 5px;
    }
    .profile-menu .MyAccount__list .MyAccount__item a{
        text-align: initial;
    }
    .ToolTip__arrow {
        border-color: #195851!important;
    }
    .glow-ingress-block{
        margin-left: 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: static;
        float: none;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }
    
    p{
        color: #444444;
    }
    
    form label{
        color: #444444;
    }
    
    .footer-social a{
        margin-right: 5px;
        display: flex;
    }
    
    .footer_contact_text p{
        color: #fff!important;
    }

    .profile-menu .MyAccount__list .MyAccount__item a:hover,
    .profile-menu .MyAccount__list .MyAccount__item a:focus
    {
        color: #195851!important;
        text-decoration: inherit!important;
    }