.navigation .navigation__right {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    /* padding-left: 100px; */
    float: right!important;
}
.navigation .navigation__left {
    max-width: 260px;
    position: absolute!important;
}

.menu--product-categories {
    position: relative;
    height: 100%;
    padding: 10px;
}

.ps-site-features {

    padding-bottom: 90px;

}



/* about us section */

.aboutus-section {

    padding-bottom: 30px;

}



.aboutus-title {

    font-size: 30px;

    letter-spacing: 0;

    line-height: 32px;

    margin: 0 0 39px;

    padding: 0 0 11px;

    position: relative;

    /* text-transform: uppercase; */

    color: #000;

}



.aboutus-title::after {

    background: #b81323 none repeat scroll 0 0;

    bottom: 0;

    content: "";

    height: 2px;

    left: 0;

    position: absolute;

    width: 54px;

}



.aboutus-text {

    color: #606060;

    font-size: 18px;

    line-height: 22px;

    margin: 0 0 20px;

}



.about-us-read-more-btn:hover {

    color: #fff;

    background-color: #b81323;

    text-decoration: none;

    outline: 0;

}



.about-us-read-more-btn {

    border: 1px solid #b81323;

    border-radius: 25px;

    color: #b81323;

    display: inline-block;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 0;

    padding: 7px 20px;

    /* text-transform: uppercase; */

}



.feature .feature-box .iconset {

    background: #fff none repeat scroll 0 0;

    float: left;

    position: relative;

    width: 18%;

}



.feature .feature-box .iconset::after {

    background: #fdb801 none repeat scroll 0 0;

    content: "";

    height: 150%;

    left: 43%;

    position: absolute;

    top: 100%;

    width: 1px;

}



.feature .feature-box .feature-content h4 {

    color: #0f0f0f;

    font-size: 18px;

    letter-spacing: 0;

    line-height: 22px;

    margin: 0 0 5px;

}





.feature .feature-box .feature-content {

    float: left;

    padding-left: 28px;

    width: 78%;

}



.feature .feature-box .feature-content h4 {

    color: #0f0f0f;

    font-size: 18px;

    letter-spacing: 0;

    line-height: 22px;

    margin: 0 0 5px;

}



.feature .feature-box .feature-content p {

    color: #606060;

    font-size: 13px;

    line-height: 22px;

}



.icon {

    color: #f4b841;

    padding: 0px;

    font-size: 40px;

    border: 1px solid #fdb801;

    border-radius: 100px;

    color: #fdb801;

    font-size: 28px;

    height: 70px;

    line-height: 70px;

    text-align: center;

    width: 70px;

}



.images-video-section {

    padding: 60px 0px;
    padding-top: 0px !important;

}



.images-video-section h5 {

    color: #b81223;

    font-size: 19px;

    font-weight: 400 !important;

}



.images-video-section hr {

    /* width: fit-content; */

    width: 72%;

    margin: 0 auto;

}



.images-video-section .images-video-row-section img {

    transition: 0.5s all ease-in-out;

}



.images-video-section .images-video-row-section img:hover {

    transform: scale(0.8);

}



.eco-friendly-section-icon {
    border: 2px solid #b81223;
    transition: 0.5s all ease-in-out;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    padding: 17px;
    border-radius: 50%;
  }
  
.ef-title-line{
    color:#b81223 ;
    background-color: #b81223;
    width: 54px;
    height: 1px;
    opacity: 1;
    
}

.eco-friendly-section-icon:hover {

    transform: scale(1.2);

}

.eco-friendly-section i {
    color: #B81323 !important;
    font-size: 46px;
    text-align: center;
    margin: 0 auto;
    width: 49px;
    line-height: 37px;
  }


  .eco-friendly-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

.custom-es{
    background-color: aliceblue;
    padding: 25px;

}
.ef-title{
    text-align: center;
    font-size: 30px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    
}

.eco-friendly-section h5 {

  font-size: 20px;

  font-weight: 600 !important;

  margin-bottom: 0;

  margin-top: 25px;

  color: #000;

}





/* csr and blogs */

.csr-section-card .card {

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

    transition: 0.3s;

    margin-bottom: 20px;

}



.csr-section-card .card:hover {

    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);

}



.csr-section-card .card-body,

.blog-section-card .card-body {

    padding: 2px 16px;

}



.csr-section-card .event-header-h2,

.blog-section-card .blog-header-h2 {

    font-size: 30px;

    letter-spacing: 0;

    line-height: 32px;

    margin: 0 0 39px;

    padding: 0 0 11px;

    position: relative;

    /* text-transform: uppercase; */

    color: #000;

}



.csr-section-card .event-header-h2::after,

.blog-section-card .blog-header-h2::after {

    background: #b81323 none repeat scroll 0 0;

    bottom: 0;

    content: "";

    height: 2px;

    left: 48%;

    position: absolute;

    width: 54px;

}



/* .blog-section-card {

    padding: 76px;

} */

.ps-form--search-mobile button i {
    color: #ffffff !important;
}



.blog-read-more-btn:hover {

    color: #fff;

    background-color: #b81323;

    text-decoration: none;

    outline: 0;

}



/* .blog-section-card .card img {

    transition: 0.5s all ease-in;

}

.blog-section-card .card img:hover {

    transform: scale(1.1);



} */





.blog-read-more-btn {

    border: 1px solid #b81323;

    border-radius: 25px;

    color: #b81323;

    display: inline-block;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 0;

    padding: 4px 8px;

    /* text-transform: uppercase; */

    margin-bottom: 25px;

}



/* csr and blogs end */

.client-testimonials-header::after {

    background: #b81323 none repeat scroll 0 0;

    bottom: 0;

    content: "";

    height: 2px;

    left: 48%;

    position: absolute;

    width: 54px;





    /* testimonial section css starts */

}



#testimonials .card {

    border: 0;

}



#testimonials .card {

    text-align: center;

    align-items: center;

    margin: 0 auto;

}



#testimonials .card img {

    border-radius: 50%;

    width: 100%;

    max-width: 9rem;

    max-height: 9rem;

    margin: 0 auto;

}



._tm-user-role {

    font-weight: bold;

}



._tm-header {

    padding-bottom: 5rem;

    padding-top: 5rem;

}



/* testimonials section css stars */





/* footer section custom css  */

.ps-list--social li a i {

    font-size: 40px;

    padding: 5px;

    border: 1px solid transparent;

}



.ps-list--social li a i:hover, .ps-list--social li a img:hover {

    border: 1px solid rgb(179, 16, 32);

    border-radius: 8px;

}



/*  */







/* Pproduct details  */



.br-theme-fontawesome-stars .br-widget a.br-active:after {

    color: #b81223;

}



.br-theme-fontawesome-stars .br-widget a.br-selected:after {

    color: #b81223;

}


.ps-product .ps-product__badge {

    background-color: #b81223;

}

.ps-product .ps-product__thumbnail img {
    height: 280px;
    width: 306px;
    margin-bottom: 10px;
    margin-left: 9px;
    padding: 5px;
    object-fit: contain !important;

}




/* checkout button section */

.ps-section--shopping {

    padding: 20px 0;

}


.ps-container {
    /* padding: 5vh 30px; */
    max-width: 100%;
    /* padding: 5vh 0; */
}
.eco-friendly-section{
    background-color: #F0F8FF;
}
.ps-membership-section {
    margin-top:20px;
    margin-bottom: 35px !important;
    /*box-shadow: rgb(184, 18, 35) 0px 10px 10px -10px;*/
  }