@font-face {
    font-family: 'Josefin-Sans-bold';
    
    src: url('../fonts/JosefinSans-Bold.eot');
    src: url('../fonts/JosefinSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JosefinSans-Bold.woff2') format('woff2'),
        url('../fonts/JosefinSans-Bold.woff') format('woff'),
        url('../fonts/JosefinSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin-Sans-normal';
    src: url('../fonts/JosefinSans-Light.eot');
    src: url('../fonts/JosefinSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JosefinSans-Light.woff2') format('woff2'),
        url('../fonts/JosefinSans-Light.woff') format('woff'),
        url('../fonts/JosefinSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin-Sans-600';
    src: url('../fonts/JosefinSans-SemiBold.eot');
    src: url('../fonts/JosefinSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JosefinSans-SemiBold.woff2') format('woff2'),
        url('../fonts/JosefinSans-SemiBold.woff') format('woff'),
        url('../fonts/JosefinSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin-Sans-regular';
    src: url('../fonts/JosefinSans-Regular.eot');
    src: url('../fonts/JosefinSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JosefinSans-Regular.woff2') format('woff2'),
        url('../fonts/JosefinSans-Regular.woff') format('woff'),
        url('../fonts/JosefinSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: 'Josefin-Sans-600';
}


.dashboard_navbar {
    box-shadow: 0 15px 40px -20px rgba(40, 44, 63, .15);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    /* height: 80px; */
    background: #fff;
    z-index: 9;
    will-change: transform;
    transform: translateZ(0);
    transition: transform 0.3s ease;
    padding: 0 0px;
}
.bottom_nav_Mobile a{
   color: #3d4152;
   font-family: 'Josefin-Sans-600';
}
.dashboard_navbar .navbar-brand{
    margin-right: 50px;
    padding: 0;
    position: relative;
    top: 5px;
}

.dashboard_navbar .show-nowbtn{
    background: #006837;
    border-radius: 2px;
    color: #fff !important;
    font-size: 17px !important;
    line-height: 20px !important;
    letter-spacing: 0.02em !important;
    padding: 16px 40px !important;
    outline: none !important;
    border: 0 !important;
}

.dashboard_navbar .navbar-right-menu .navMenu{
    align-items: center;
}

.dashboard_navbar .navbar-right-menu{
    justify-content: end;
}


.dashboard_navbar .navbar-brand img {
    width: 7rem;
}
.dashboard_navbar .eat_currentAddress_head {
    display: flex;
    max-width: 260px;
    align-items: center;
}
@media (min-width: 320px) and (max-width: 481px) {
    .dashboard_navbar .eat_currentAddress_head {
        display: block;
        position: relative;
   }
}
.dashboard_navbar .eat_currentAddress_head span:nth-child(1) {
    color: #e57a10;
    font-family: 'Josefin-Sans-600';
    position: relative;
    font-size: 14px;
}
.dashboard_navbar .eat_currentAddress_head span:nth-child(1):before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #e57a10;
    bottom: -2px;
    width: 100%;
}
.dashboard_navbar .eat_currentAddress_head span:nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #686b78;
    font-size: 14px;
    margin-left: 10px;
}

.second-menu-header{
    display: flex;
    padding: 20px 0;
}

.dashboard_navbar{
    display: block;
}

.top-header .navMenu li a span{
    padding-right: 10px;
}

.top-header .navMenu li a {
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}

.top-header{
    border-bottom: 1px solid #F2EBEB;
    padding: 14px 0;
}

.top-header  .navbar-right-menu ul li:first-child{
    margin-right: 95px;
}

@media (min-width: 320px) and (max-width: 481px) {
    .dashboard_navbar .eat_currentAddress_head span:nth-child(2) {
        width: 250px;
        display: block;
        margin-top: p;
        position: relative;
        top: 6px;
        margin-left: 0;
        font-size: 12px;
   }
}
@media (min-width: 320px) and (max-width: 481px) {
    .dashboard_navbar .eat_currentAddress_head span:nth-child(3) {
        position: absolute;
        top: 2px;
        left: 50px;
   }
}
/* .dashboard_navbar .navbar-collapse {
    justify-content: flex-end;
} */
@media (min-width: 320px) and (max-width: 767px) {
    .dashboard_navbar .navbar-collapse {
        flex-grow: unset !important;
        flex: unset !important;
   }
}

.dashboard_navbar .navbar-collapse .navMenu li,
.eco-nav-mobile .top-header .navbar-right-menu ul li:first-child {
    margin-right: 27px;
}





.dashboard_navbar .navbar-collapse .navMenu li:last-child {
    margin-right: 0;
}
.dashboard_navbar .navbar-collapse .navMenu li a,
.dashboard_navbar .navbar-collapse .navMenu li a:focus {
    position: relative;
    padding: 0;
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.dashboard_navbar .navbar-collapse .navMenu li a:hover {
    color: #F15A24;
}
.dashboard_navbar .navbar-collapse .navMenu li a:hover svg {
    fill: #e57a10;
    stroke: #e57a10;
}
.dashboard_navbar .navbar-collapse .navMenu li a svg {
    position: relative;
    top: -2px;
    fill: #3d4152;
    stroke-width: 0;
}
.dashboard_navbar .navbar-collapse .navMenu li a span {
    padding-left: 0px;
}



.eco-nav-mobile  .navbar-collapse .navMenu li a span{
    display: block;
    text-align: left;
}

.eco-nav-mobile  .navbar-collapse .navMenu li a span:first-child{
    margin-bottom: 5px;
}

.eco-nav-mobile-bottom .second-menu-header{
    display: block;
    padding: 20px 15px
}

.eco-nav-mobile-bottom .navMenu{
    flex-direction: column;
}

.eco-nav-mobile .navbar-collapse .navMenu li{
    padding: 8px 0px;
}

.eco-nav-mobile .navbar-collapse .navMenu li{
    margin-right: 0px
}

.eco-nav-mobile-bottom .navbar-collapse,
.eco-nav-mobile-bottom .navMenu{
    display: block !important;
}

.eco-nav-mobile-bottom {
    position: fixed;
    left: -21rem;
    top: 0;
    height: 100vh;
    width: 255px;
    z-index: 999;
    transition: 0.4s;
}

.sidebar-active::before {
    content: '';
    position: fixed;
    background: rgb(0 0 0 / 48%);
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}



.eco-nav-mobile-top .top-header .container{
    max-width: 100%;
    padding: 0px 22px;
}

.eco-nav-mobile-top .header-toggle-btn{
    width: 24px;
    height: 24px;
}

.eco-nav-mobile-top .navbar-brand{
    margin-right: 18px;
    top: 0;
}


.eco-nav-mobile-top .navbar-collapse .navMenu li{
    padding: 0px 0px;
}

.eco-nav-mobile-top .navbar-right-menu{
    position: relative;
    top: -5px;
}

.eco-nav-mobile-top .navbar-nav {
    flex-direction: row;
}


.dashboard_navbar .navbar-collapse .navMenu li a .cart_count {
    position: relative;
    padding: 0;
}
.dashboard_navbar .navbar-collapse .navMenu li a .cart_count .cart_count_value {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-75%, -50%);
    transform: translate(-75%, -50%);
    font-size: 13px;
    font-family: 'Josefin-Sans-600';
}

.cat_svg {
    fill: #fff !important;
    stroke-width: 2px !important;
    stroke: #282c3f;
}

.bottom_nav_Mobile{
 display:none;
}





@media (min-width: 320px) and (max-width: 1023px) {
    .bottom_nav_Mobile {
        background: #fff;
        position: fixed;
        height: 63px;
        width: 100%;
        bottom: 0;
        box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .1);
        display: flex;
        padding-top: 7px;
   }
    .bottom_nav_Mobile a {
        flex: 1;
        text-align: center;
   }
    .bottom_nav_Mobile a span {
        display: block;
   }
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* banner */

.banner-slider{
    height: auto;
    padding: 4rem 0;
    position: relative;
    background: radial-gradient(40.5% 72.04% at 49.88% 49.99%, #ECDD66 0%, #FACA34 100%);
}


.banner-slider .eco-slick-slider-item .banner-left-content p{
    font-style: normal;
    font-family: 'Josefin-Sans-bold';
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #F15A24;
    margin-bottom: 16px;
}

.banner-slider .eco-slick-slider-item .banner-left-content h1{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 53px;
    line-height: 70px;
    letter-spacing: 0.015em;
    color: #000000;
}


.banner-slider .eco-slick-slider-item .banner-left-content h2{
    font-style: normal;
    font-family: 'Josefin-Sans-regular';
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    margin-top: 7px;
}

.banner-slider .eco-slick-slider-item .banner-left-content a{
    margin-top: 31px;
    background: #F15A24;
    border-radius: 2px;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.02em;
    padding: 16px 40px;
    outline: none;
    border: 0;
    display: inline-block;
    text-transform: unset;
}

.banner-slider .eco-slick-slider-item .row{
    align-items: center;
}

.banner-slider .slick-dots{
    display: flex;
    margin: 0;
    justify-content: center;
    list-style: unset;
    padding: 0;
}

.banner-slider .slick-dots li {
    display: block;
}

.banner-slider .slick-dots li.slick-active button {
   background: #F15A24;
}



.banner-slider .slick-dots button{
    outline: none;
    background: unset;
    height: 13px;
    width: 10px;
    border: 1px solid #F15A24;
    transform: rotate(-38deg);
    background: unset;
    font-size: 0;
    display: block;
    margin: 0px 7px;
    cursor: pointer;
}

.banner-slider .left-hanging-ligt{
    position: absolute;
    top: 0;
    left: 0;
}

.banner-slider .right-hanging-ligt{
    position: absolute;
    top: 0;
    right: 0;
}

.bg-gray{
    background: #F7F7F7;
}

.eco-products-item-whitebg .eco-product-items .eco-item-img{
    background: #fff;
}



/* end banner */

/* common css */

.section-title{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 42px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 50px;
}

.eco-product-items{
    margin-bottom: 50px;
}

.eco-product-items .eco-item-img{
    background: #F7F7F7;
    margin-bottom: 11px;
    text-align: center;
}

.eco-product-items .eco-item-details .eco-item-title{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    margin: 0;
}

.eco-product-items .eco-item-details .eco-item-des{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}


.eco-product-items .eco-item-price-cart .eco-item-price{
    display: flex;
    align-items: center;
}

.eco-product-items .eco-item-price-cart .eco-item-price p:first-child{
    font-style: normal;
    font-family: 'Josefin-Sans-regular';
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    padding-right: 10px;
    margin: 0;

}

.eco-product-items .eco-item-price-cart .eco-item-price p:last-child{
    font-style: normal;
    font-family: 'Josefin-Sans-regular';
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    text-decoration-line: line-through;
    color: #FB2448;
}


.eco-product-items .eco-item-price-cart  .card-btn{
    background: #F15A24;
    border-radius: 4px !important;
    padding: 11px 10px 9px 10px;
    outline: none;
    border: 0;
    font-family: 'Josefin-Sans-600';
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.eco-product-items .eco-item-price-cart{
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.item-seco-slick-slider3 .eco-product-items{
    margin: 0px 15px;
}




.item-seco-slick-slider3 .slick-dots{
    display: flex;
    margin-top: 4rem;
    justify-content: center;
    list-style: unset;
    padding: 0;
}

.item-seco-slick-slider3 .slick-dots li {
    display: block;
}

.item-seco-slick-slider3 .slick-dots li.slick-active button {
   background: #F15A24;
}


.item-seco-slick-slider3 .slick-dots button{
    outline: none;
    background: unset;
    height: 13px;
    width: 13px;
    border: 1px solid #F15A24;
    border-radius: 50px;
    background: unset;
    font-size: 0;
    display: block;
    margin: 0px 7px;
    cursor: pointer;
}

.banner-slider-inner-page{
    min-height: 243px;
}


.banner-title-breadcurm h3{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;

}


.banner-title-breadcurm ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
}

.banner-title-breadcurm ul li{
    padding-left: 10px;
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #F15A24;
}

.banner-title-breadcurm ul li a{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    text-decoration:unset;
}

/* end common css */

/* products */

.eco-products{
    padding: 75px 0;
}

/* end products */

/* home page youtube video */

.home-page-video-title{
    background: #F7F7F7;
    padding: 80px 0;
}

.home-page-video-title .row{
    align-items: center;
}

.home-page-video-title .home-page-video iframe{
    width: 100%;
    height: 315px;
    border-radius: 10px;
}

.home-page-video-title .home-page-video-content h4{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 42px;
    line-height: 132%;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 45px;
}

.home-page-video-title .home-page-video-content ul{
    margin: 0;
    padding: 0px 0px 0px 14px;
    list-style: none;
}

.home-page-video-title .home-page-video-content ul li{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 16px;
    line-height: 132%;
    letter-spacing: 0.015em;
    color: #000000;
    padding-bottom: 13px;
    position: relative;
    padding-left: 15px;
}

.home-page-video-title .home-page-video-content ul li:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50px;
    left: 0;
    top: 9px;
}

/* end */

/* services */

.eco-friendly-servies{
    background: #F7F7F7;
    padding: 50px 0;
}

.eco-friendly-servies-item{
    background: #FFFFFF;
    box-shadow: 0px 8px 40px rgba(49, 32, 138, 0.05);
    padding: 28px 19px;
    text-align: center;
}

.eco-friendly-servies-item .first-img {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.eco-friendly-servies-item .eco-friendly-servies-content p:first-child {
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 22px;
    line-height: 22px;
    color: #000000;
    margin-top: 0px;
}


.eco-friendly-servies-item .eco-friendly-servies-content p:last-child {
    font-style: normal;
    font-family: 'Josefin-Sans-regular';
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
    margin-top: 20px;
    margin-bottom: 0;
}



/* footer */

footer{
    background: #F4D147;
    padding: 70px 0 0px 0;
}


footer .footer-left-logo img{
    
}

footer .footer-left-logo .footer-left-logo-content p{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 16px;
    line-height: 138%;
    color: #000000;
    margin-top: 30px;
}

footer .footer-menu-item{


}

footer .footer-menu-item h4{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 22px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 40px;
}


footer .footer-menu-item ul{
    margin: 0;
    padding: 0;
    list-style: none;
}


footer .footer-menu-item li{
    padding-bottom: 20px;
}

footer .footer-menu-item li:last-child{
    padding-bottom: 0;
}


footer .footer-menu-item li a{
    font-style: normal;
    font-family: 'Josefin-Sans-regular';
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    word-wrap: break-word;
    transition: 0.3s;
}

footer .footer-menu-item li a:hover{
    color: #F15A24;
}

.footer-quick-contact{
    margin-bottom: 23px;
}

.copyright-footer{
    background: #000000;
    margin-top: 70px;
    padding: 16px 0;
    text-align: center;
}

.copyright-footer p{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    margin: 0;
}

/* item filter option */

.filter-dropdowns{
    display: flex;
}

.filter-item select {

    /* styling */
    background-color: white;
    border: 1px solid #E7E6EF;
    border-radius: 0;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 2em 0.5em 1em;
    margin: 0;
    width: 115px;
    height: 38px;

  
    /* reset */
  
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  
  .filter-item select.minimal {
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      6px 5px,
      0px 0em;
    background-repeat: no-repeat;
  }
  
  .filter-item select.minimal:focus {
    background-image:
      linear-gradient(45deg, green 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, green 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      8px 5px,
      0px 0em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
  }
  
  
  .filter-item select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }


  .filter-item{
    display: flex;
    flex-wrap: wrap;
  }

  .filter-item-title-details h3{
    margin-bottom: 8px;
    font-size: 35px;
    line-height: 38px;
  }


  .filter-searchbar{

  }

  .filter-searchbar .filter-searchbar-input{
    position: relative;
  }
  
  .filter-searchbar .filter-searchbar-input i{
    position: absolute;
    top: 10px;
    right: 12px;
    color: #CBCBE0;
  }

  .filter-dropdowns-item span{
    font-style: normal;
    font-family: 'Josefin-Sans-regular';
    font-size: 16px;
    line-height: 16px;
    color: #000000;
  }


  .filter-item-grid-list{
    position: absolute;
    right: 0;
    top: 5px;
  }

  .filter-item-grid-list button{
    background: unset;
    border: 0;
    outline: unset;
  }

  .filter-searchbar-input input{
    width: 165px;
  }

  .filter-item-title-details,
  .filter-searchbar,
  .filter-dropdowns,
  .filter-item-grid-list,
  .filter-dropdowns-item{
    padding-right: 11px;
  }


.filter_sideBar .filter_box {
    
}

.filter_sideBar .filter_box .filter_checkbox {
    margin-bottom: 40px;
}

.filter_sideBar .filter_box h5 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 14px;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-right: 15px;
}

.filter_sideBar .filter_box .filter_checkbox form .form-group {
    display: block;
    margin-bottom: 12px;
}

.filter_sideBar .filter_box .filter_checkbox form .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.filter_sideBar .filter_box .filter_checkbox form .form-group label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 16px;
    color: #282c3f;
}

.filter_sideBar .filter_box .filter_checkbox form .form-group input:checked + label:before {
    background: #F15A24;
    border: 1px solid #F15A24;
}

.filter_sideBar[_ngcontent-wwm-c3] .filter_box[_ngcontent-wwm-c3] .filter_checkbox[_ngcontent-wwm-c3] form[_ngcontent-wwm-c3] .form-group[_ngcontent-wwm-c3] input[_ngcontent-wwm-c3]:checked + label[_ngcontent-wwm-c3]:before {
    background: #ff3f6c;
    border: 1px solid #ff3f6c;
}
.filter_sideBar .filter_box .filter_checkbox form .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: #EBEBEB;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 0;
}

.filter_sideBar .filter_box .filter_checkbox form .form-group label p {
    margin: 0;
    display: inline;
}

.filter_sideBar .filter_box .filter_checkbox form  .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.eco-products-hover-icon .eco-product-items .eco-item-img{
    position: relative;
    overflow: hidden;
}



.eco-products-hover-icon .eco-product-items .onhover-icon ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.eco-products-hover-icon .eco-product-items .onhover-icon {
    position: absolute;
    right: -34px;
    bottom: 18px;

    transition: 0.15s;
}

.eco-products-hover-icon .eco-product-items .eco-item-img:hover .onhover-icon{
    right: 18px;
}

.eco-products-hover-icon .eco-product-items .onhover-icon li a{
    background: #fff;
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 50%;
    margin-bottom: 10px;
}

/* details section */

.picZoomer{
	position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}
.picZoomer-pic{
	/*width: 100%;
	height: 100%;*/
}
.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
    border:1px solid #eee;
    height: 460px;
    margin-top: -19px;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.piclist li{
    display: inline-block;
    width: 90px;
    height: 114px;
    background: #EAEAEA;
    margin-bottom: 10px;
}
.piclist li img{
    width: 97%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
    border: 1px solid #eee;
}



.section-bg {
    background-color: #fff;
    padding: 46px;
}

.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    margin-right: 9px;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}
._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}
._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
    object-fit: scale-down;
    background: #EAEAEA;
}
.piclist li img {
    height:100px;
    object-fit:cover;
}

.services-item-details .container{
    background: #fff;
    padding: 15px 25px;
    box-shadow: 0px 0px 25px 10px #F6F4FD;
    border-radius: 2px;
}



.services-item-details    .eco-item-price {
    display: flex;
    align-items: center;
    margin-top: 6rem;
    margin-bottom: 20px;

}

.services-item-details    .eco-item-price p:first-child {
    font-style: normal;
    font-family: 'Josefin-Sans-regular';
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    padding-right: 10px;
    margin: 0;
}

.services-item-details  .eco-item-price p:last-child {
    font-style: normal;
    font-family: 'Josefin-Sans-regular';
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    text-decoration-line: line-through;
    color: #FB2448;
}

.services-item-details  .eco-item-cart .card-btn {
    background: #F15A24;
    border-radius: 2px !important;
    padding: 8px 10px;
    outline: none;
    border: 0;
    font-family: 'Josefin-Sans-600';
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}


.services-item-details-content .item-details-title{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 36px;
    line-height: 36px;
    color: #000000;
}

.services-item-details-content{
    margin-left: 2rem;
}
/*======products-details=====*/

/* shopping cart */

.button_for_addmore {
    width: 100px;
}
.button_for_addmore .btn_flex_count {
    display: flex;
    justify-content: space-between;
    border-radius: 0px;
    background: #F5F5F5;
}

.button_for_addmore .btn_flex_count button {
    border: 0;
    background: none;
    font-family: 'Josefin-Sans-600';
    font-size: 18px;
    outline : none;
   cursor:pointer;
}

.button_for_addmore .btn_flex_count span {
    padding: 0px 5px;
    font-family: 'Josefin-Sans-600';
    font-size: 18px;
}

.button_for_addmore .btn_flex_count button {
    border: 0;
    background: none;
    font-family: 'Josefin-Sans-600';
    font-size: 18px;
    background: #000;
    color: #fff;
}

.shopping-cart{
    padding: 75px 0;
}

.shopping-cart-item{
    display: flex;
}

.shopping-cart-title-price{
    flex: 2;
}

.shopping-cart-item-img{
    background: #EAEAEA;
    padding: 16px;
    position: relative;
    margin-right: 20px;
}

.shopping-cart-item-img img{
    width: 70px;
}


.shopping-cart-item-img button{
    background: #000;
    border: 0;
    color: #fff;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -5px;
    right: -5px;
}

.shopping-cart-item-img button i{
    font-size: 10px;
}

.shopping-cart-title-price p:first-child{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}

.shopping-cart-title-price p:last-child{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 14px;
    line-height: 14px;
    color: #000000;
}

.shopping-cart-quanity{
    flex: 1;
}

.shopping-cart-total p{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    margin: 0;
}

.shopping-cart-table-title .shopping-cart-item-img{
    width: 102px;
    background: unset;
}
.shopping-cart-table-title{
    align-items: center;
    margin-bottom: 3rem;
}

.shopping-cart-table-title p{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    margin: 0;
}

.shopping-cart-item{
    border-bottom: 1px solid #E1E1E4;
    margin-bottom: 14px;
    padding: 14px 0;
}

.shopping-cart-table-title{
    border-bottom: unset;
    margin-bottom: 2rem;
    padding: 0px 0;
}

.update-clear-cart{
    display: flex;
    justify-content: space-between;
    margin-top: 37px;
}

.update-clear-cart .card-btn{
    background: #F15A24;
    border-radius: 4px !important;
    padding: 11px 10px 8px 10px;
    outline: none;
    border: 0;
    font-family: 'Josefin-Sans-600';
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.cart-total-right .cart-total-box{
    
    background: #F4F4FC;
    border-radius: 3px;
    padding: 28px;

}

.cart-total-right .cart-total-right-head{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    text-align: center;
}   

.cart-total-right .cart-total-box .cart-total-box-details{
    margin-bottom: 17px;
    padding-bottom: 17px;
    border-bottom: 2px solid #E8E6F1;
    display: flex;
    justify-content: space-between;
}   

.cart-total-right .cart-total-box .cart-total-box-details p{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    margin: 0;
}

.cart-total-right .cart-total-box .team-text{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    margin: 25px 0 0 0;
    color: #000000;
}



.cart-total-right .cart-total-box .team-text  i{
    background: #19D16F;
    border: 50px;
    border-radius: 50px;
    padding: 3px;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}

.cart-total-right .checkoutcta a,.cart-total-right .checkoutcta button{
    background: #19D16F;
    border-radius: 3px !important;
    padding: 15px 10px;
    outline: none;
    font-family: 'Josefin-Sans-600';
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    margin-top: 30px;
    text-align: center;
    text-decoration: unset;
}

/* checkout form */

.checkout-form-content{
    background: #F7F7F7;
    border-radius: 3px;
    padding: 40px 20px;
}

.checkout-form-content .checkout-form-title{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 3rem;
}

.checkout-form-content  form .form-group input{
    border:  solid #BFC6E0;
    border-width: 0 0 2px 0;
    border-radius: 0;
    outline: none !important;
    box-shadow: unset !important;
    padding: 0;
    background: #F7F7F7;
}

.checkout-form-content  form .form-group::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #C1C8E1;
    opacity: 1; /* Firefox */
  }
  
.checkout-form-content  form .form-group:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #C1C8E1;
  }
  
.checkout-form-content  form .form-group::-ms-input-placeholder { /* Microsoft Edge */
    color: #C1C8E1;
  }


.checkout-form-content  .form-group-checkout input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    font-family: 'Josefin-Sans-600';
    font-size: 14px;
    line-height: 14px;
    /* identical to box height */

    letter-spacing: 0.02em;

    color: #C1C8E1;
}

.checkout-form-content  .form-group-checkout label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 16px;
    color: #282c3f;
}

.checkout-form-content  .form-group-checkout label:before {
    content: "";
    -webkit-appearance: none;
    background-color: #EBEBEB;
    border: 1px solid #EBEBEB;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 0;
}

.checkout-form-content  .form-group-checkout  input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkout-form-content  .form-group-checkout   input:checked + label:before {
    background: #19D16F;
    border: 1px solid #19D16F;
}

.checkout-form-content  .form-group-checkout  label p {
    margin: 0;
    display: inline;
    font-family: 'Josefin-Sans-600';
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
    color: #8A91AB;
}

.checkout-form-content  .form-group-checkout {
    margin-top: 2rem;
}

.shipping-address{
    margin-top: 7rem;
}

.shipping-address form .row{
    margin-bottom: 2rem;
}

.shipping-address .form-sub-cta,
.get-touch-form-inputs .form-sub-cta{
    background: #F15A24 !important;
    border-radius: 2px !important;
    padding: 16px 10px !important;
    outline: none !important;
    border: 0 !important;
    font-family: 'Josefin-Sans-600';
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: auto;
    margin-top: 5rem;
}


.get-touch-form-inputs .form-sub-cta{
    margin-top: 1rem;
}

.checkout-form{
    padding: 75px 0;
}

.checkout-right-item-view .checkout-item-img-title{
    display: flex;
    align-items: center;
}

.checkout-right-item-view .shopping-cart-item-img{
    padding: 10px;
    margin-right: 15px;
}

.checkout-right-item-view .shopping-cart-item-img img {
    width: 43px;
    object-fit: scale-down;
}

.checkout-right-item-view p{
    margin: 0;
    color: #15245E !important;
}

.checkout-right-item-view{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E1E1E4;
    margin-bottom: 14px;
    padding: 14px 0;
}

/* order done */

.order-done{
    padding: 160px 0;
}

.order-done .order-done-content{
    max-width: 80%;
    margin: 0px auto;
    position: relative;
    border: dashed #D2D1D1;
    border-width: 0 0px 1px 1px;
    padding: 0px 56px 60px 56px;
}

.order-done .order-done-content:before{
    content: '';
    position: absolute;
    background-image: url(../images/watch.png);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -5px;
    left: -30px;
}

.order-done .order-done-content:after{
    content: '';
    position: absolute;
    background-image: url(../images/task.png);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    right: -30px;
    bottom: -25px;
}



.order-done .top-img-check{
    text-align: center;
    margin-bottom: 20px;
}

.order-done .top-img-check img{

}

.order-done .order-done-title-des{
    text-align: center;
}

.order-done .order-done-title-de h4{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}

.order-done .order-done-title-des p{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin: 0;
    padding-top: 20px;
}

.about-video-title .home-page-video-content h4{
    margin-bottom: 15px;
}

.about-video-title .home-page-video-content p{
    font-style: normal;
    font-family: 'Josefin-Sans-regular';
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 0;
}

.about-video-title .home-page-video-content a{
    background: #F15A24;
    border-radius: 4px !important;
    padding: 15px 19px 12px 19px;
    outline: none;
    border: 0;
    font-family: 'Josefin-Sans-600';
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 80px;
    display: inline-block;
}

.about-video-title{
    background: #fff;
    padding: 45px 0;
}

/* testimonial */

.eco-testomonial{
    padding: 48px 0;
}

.slick-slider-testimonial{

}

.slick-slider-testimonial .slider-testimonia-item {
    text-align: center;
}

.slick-slider-testimonial .review-avatar{
    width: 59px;
    height: 59px;
    margin: 0px auto;
    border-radius: 50px;
}

.slick-slider-testimonial .review-avatar img{
    width: 100%;
    height: 100%;
}

.slick-slider-testimonial .review-name{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 19px;
    margin-top: 19px;
}

.slick-slider-testimonial .review-des{
    font-style: normal;
    font-family: 'Josefin-Sans-regular';
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: lowercase;
    color: #000000;
    margin: 0px auto;
}

.eco-testomonial .section-top-title {
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 42px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 45px;
    text-align: center;
}

.slick-slider-testimonial .slick-dots{
    display: flex;
    margin-top: 2rem;
    justify-content: center;
    list-style: unset;
    padding: 0;
}

.slick-slider-testimonial .slick-dots li {
    display: block;
}

.slick-slider-testimonial  .slick-dots li.slick-active button {
    background: #F15A24;
}

.slick-slider-testimonial .slick-dots button {
    outline: none;
    background: unset;
    height: 13px;
    width: 13px;
    border: 1px solid #F15A24;
    border-radius: 50px;
    background: unset;
    font-size: 0;
    display: block;
    margin: 0px 7px;
    cursor: pointer;
}


/* contact us */

.contact-about-content{
    padding: 50px 0;
}

.contact-about-content h2,
.get-touch-form-content h4{
    font-style: normal;
    font-family: 'Josefin-Sans-600';
    font-size: 42px;
    line-height: 48px;
    color: #000000;
    margin-bottom: 15px;
}


.contact-about-content p,
.get-touch-form-content p{
    font-style: normal;
    font-family: 'Josefin-Sans-regular';
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 0;
}

.get-touch-form-inputs input,
.get-touch-form-inputs textarea{
    border: 1px solid rgba(164, 182, 200, 0.7);
    border-radius: 3px;
    color: #8A8FB9;
    height: 45px;
    box-shadow: none !important;
    background: #F7F7F7;
}

.get-touch-form-inputs textarea{
    height: auto;
}

.get-touch-form-inputs{
    margin-top: 40px;
}

.get-touch-form-inputs form .row{
    margin-bottom: 13px;
}

.get-touch-form-inputs input::placeholder,
.get-touch-form-inputs textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8A8FB9;;
    opacity: 1; /* Firefox */
}
  
.get-touch-form-inputs input:-ms-input-placeholder,
.get-touch-form-inputs textarea::placeholder { /* Internet Explorer 10-11 */
    color: #8A8FB9;
}
  
  .get-touch-form-inputs input::-ms-input-placeholder,
  .get-touch-form-inputs textarea::placeholder { /* Microsoft Edge */
    color: #8A8FB9;
  }

  .get-touch-form{
    background: #F7F7F7;
    padding: 50px 0;
  }


  .get-touch-form .row:first-child{
    align-items: center;
  }

  a{
    text-decoration: unset !important;
  }

  .top-home-mobile{
    background: linear-gradient(270deg,#ffe5b2,#fff);
  }

  .mobile-bottom-social{
    position: absolute;
    bottom: 0px;
    display: flex !important;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #8a8fb987;
    padding-top: 10px;
    border-radius: 0;
    width: 92%;
    margin: 0px auto;
    left: 0;
    right: 0;
  }

 .mobile-bottom-social .nav-link{
    color: #000000;
}

.list-full-grid{
    flex: 0 0 100% !important; 
    max-width: 100% !important;
}

.list-full-grid .eco-product-items{
    display: flex;
}

.list-full-grid  .eco-item-details-full-details{
    margin-left: 25px;
}

.list-full-grid  .eco-item-details-full-details .eco-item-details p{
    margin-bottom: 16px;
}

.list-full-grid  .eco-item-price-cart{
    flex-direction: column;
}

.list-full-grid  .eco-item-price{
    margin-bottom: 16px;
}


.list-full-grid .eco-product-items img.img-fluid{
    width: 197px;
    object-fit: scale-down;
}


.list-view-option-active{
    display: flex;
}

.eco-item-img img{
    margin: 0 auto;
}

.dashboard_navbar-fixed{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
}

.top-header{
    transition: 0.3s;
}

.eco-nav-mobile-top .navbar-brand{
    position: absolute !important;
    right: 0;
    left: 0;
    margin: 0px auto;
    text-align: center;
    top: 18px;
    z-index: 9;
    width: 112px;
}

.eco-nav-mobile-top  .top-header{
    padding: 23px 0;
}



.cart_count-header{
    position: relative;
    margin-right: 45px !important;
}

.cart_count-header .cart_count{
    position: absolute !important;
    background: #F8CC3A;
    border: 3px solid #fff;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    font-family: 'Josefin-Sans-600';
    left: 16px;
    top: -22px;
    padding: 7px 0 !important;
    display: inline-block;
    text-align: center;
}


.eco-active-list{
    color: #F15A24 !important;
}.form-sub-cta1 {	background: #F15A24 !important;    border-radius: 2px !important;    padding: 16px 10px !important;    outline: none !important;    border: 0 !important;    font-family: 'Josefin-Sans-600';    font-size: 14px;    line-height: 14px;    letter-spacing: 0.02em;    text-transform: uppercase;    color: #FFFFFF;    height: auto;}