
body{
    font-family: 'Poppins', sans-serif;
}
a,p,li{
    font-size: 14px!important;
    line-height: 26px;
}
.bg-trans{
    background-color: transparent!important;
}
.topbar{
    background-color: #F9F9F9;
    padding: 2px 0;
}
.topbar .right li{
    padding: 2px 8px;
}
.topbar .right li button{
    border:0px;
    background:transparent;
}
.topbar .right li a .ico, .topbar .right li button .ico{
    width: 30px;
    height: 30px;
    background: rgba(0, 154, 108, 0.17);
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
}
.topbar a, .topbar button{
    font-weight: 500;
    color: #343434!important;
    font-size: 13px!important;
}
.topbar .language{
    border-left: 1px solid #34343438;
}
.topbar .language button{
    background: transparent;
    border: 0px;
    color: #151515;
    outline: none;
    box-shadow: none;
}
.topbar .language button:focus{
    box-shadow: none;
}
.topbar .language ul{
    width: 115px;
    min-width: 115px;
    padding: 8px 0;
    box-shadow: 0 0 17px #00000026;
    border: 0px;
    border-radius: 11px;
}
.topbar .language ul li{

}
.topbar .language ul li a:active{
    background-color: #e9ecef;
    columns: #151515;
}
.topbar .right li a:hover .ico{
    background-color: #014e37;
    color: #fff;
}
.topbar .right li a .ico .fa{}
.topbar .row{
    align-items: center;
}
.header{
    padding: 10px 0 10px 0;
}
.header .logo{

}
.header .logo h1{
    
}
.topbar .row .col-lg-6:nth-child(1) ul li{
    border-right: 1px solid #1515155c!important;
    border-radius: 0;
}
.topbar .row .col-lg-6:nth-child(1) ul li:last-child{
    border: 0px!important;
}
.header .logo span.dep{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #014E37;
    display: block;
    white-space: nowrap;
    margin-bottom: 0!important;
}
.header .logo span.min{
    font-size: 14px;
    display: block;
    color: #151515d7;
}
/* .header-search input{
    background: #ECFDF8;
    border: 1px solid rgba(38, 88, 58, 0.15);
    border-radius: 4px!important;
    width: 100%;
    min-height: 45px;
    position: relative;
} */
.header-search .action{
    position: absolute;
    left: 10px;
    top: 10px;
}
.header-search input::before{
    content: '';
    display: block;
    background: url(../../img/search.svg);
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.banner-wrapper{
    min-height: 460px;
}
.banner-wrapper .slick-slider{
    position: relative;
}
.banner-wrapper .slick-slider img{
    width: 100%;
}
.banner-wrapper .slick-slider .slick-prev{
    position: absolute;
    top: 45%;
    left: 20px;
    z-index: 99;
    border: 0px;
    background: url(../../img/prev-arrow.svg) no-repeat;
    background-size: 55px;
    width: 55px;
    height: 55px;
    text-indent: -9999px;
    display: block;
}
.banner-wrapper .slick-slider .slick-next{
    position: absolute;
    top: 45%;
    right: 20px;
    z-index: 99;
    border: 0px;
    background: url(../../img/next-arrow.svg) no-repeat;
    background-size: 55px;
    width: 55px;
    height: 55px;
    text-indent: -9999px;
    display: block;
}
.img.me-2{
    margin-right: 0px!important;
}
.img.me-2 img{
    width: 80%;
}
.navigation .navbar-nav .nav-item .dropdown-menu-end[data-bs-popper] {
    right: auto;
    left: 0;
}
.navigation{}
.navigation .navbar{
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;    
    padding: 0;
}
.navigation .navbar .nav-item {
    margin-right: 16px;
}
.navigation .navbar .nav-link{
    color: #151515!important;
    font-size: 16px;
    font-weight: 600;
}
.logo-icon-top{
        width: 30%;
}
.header-search {
    flex-wrap: nowrap;
    width: 70%;
    justify-content: end;
}
.logo-icon-top img{
    /*max-width: 79%;
    height: auto;
    width: 100%;*/
	
	max-width: 72%;
    height: 62%;
    width: 100%;
}
.beti {
	width:auto !important;
	height:70px !important;
}
.navigation .navbar .nav-link.active{
    color: #014E37;
}
.featre-cards .card-body img{
	height:220px;
	width:100%;
}
.featre-cards .card{
    border: 0px;
    border-radius: 14px;
    overflow: hidden; 
    position: relative;
    transition: 0.2s;
}
.featre-cards .card:hover{
    box-shadow: 0 4px 10px #0c211654;
    transition: 0.2s;
    transform: scale(1.02);
}
.featre-cards .card .content{
    position: absolute;
    left: 0;
    bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 9px;
}
.featre-cards .card .content h4{
    font-size: 12px;
    width: 100%;
    line-height: 22px;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 50%;
}
.featre-cards .card .content a{
    font-weight: 600;
    text-decoration: none;
    background: #fff;
    color: #000;
    font-size: 12px!important;
    padding: 1px 10px;
    display: inline-block;
    border-radius: 25px;
    width: 50%;
    text-align: center;
}
.featre-cards .card .content a:hover{
    background: #1fa461;
    color: #fff;
}
.featre-cards{}
.featre-cards{}

.common-heading{
    font-weight: 500;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    color: #151515;
    position: relative;
    margin-bottom: 40px!important;
    width: auto;
    margin: 0 auto;
}
.common-heading.decor:before{
    content: '';
    display: block;
    background: url(../../img/heading-decor.png) no-repeat;
    position: absolute;
    width: 110px;
    height: 50px;
    background-size: 110px;
    top: 53px;
    left: 36%;
}
.product-cat-tabs{
    margin-top: 40px;
}
.product-cat-tabs nav .nav.nav-tabs{
    margin: 0 auto;
    justify-content: center;
    border: 0px;
    margin-bottom: 30px;
}
.product-cat-tabs nav .nav.nav-tabs button.nav-link{
    border: 2px solid #014E37;
    border-radius: 7px;
    margin: 0 9px;
    color: #014E37;
    font-weight: 500;
}
.product-cat-tabs nav .nav.nav-tabs button.nav-link.active,
.product-cat-tabs nav .nav.nav-tabs button.nav-link:hover{
    background-color: #014E37;
    color: #fff;
}
.user-content .card-body table tr td,
.user-content .card-body table tr:nth-of-type(odd){
    background-color: rgb(255 255 255) !important;
}
.product-card{
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 6px;
    padding: 20px!important;
    text-align: center;
    min-height: 450px;
}
.product-card.no-data{
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-card .img img{
    min-height: 233px;
}
.product-card .img img{
    width: 100%;
}
.product-card .content .title{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #151515;
    margin-top: 12px;
}
.product-card .content .title span{
    font-size: 14px;
    color: #343434cc;
}
.product-card .content .rating{}
.product-card .content .price{
    font-size: 18px;
    font-weight: 500;
}
.product-card .content .price {
    font-size: 18px;
    font-weight: 500;
    color: #4a4a4a;
}
.product-card .content .price span:first-child{
    text-decoration: line-through;
    font-size: 14px;
    color: #343434cc;
    font-weight: 400;
    margin-right: 6px;
}
.product-card .action{
    display: flex;
    margin-top: 10px;
}
.product-card .action a:first-child{
    background: #FFFFFF;
    border: 1px solid #014E37;
    display: block;
    color: #014E37;
    text-decoration: none;
    font-weight: 500;
    padding: 7px 19px;
    width: 77%;
    margin-right: 3%;
    transition: 0.2s;
}
.product-card a{
    text-decoration: none;
}
.product-cat-tabs .product-card .action a:first-child{
    background: #FFFFFF;
    border: 1px solid #014E37;
    display: block;
    color: #014E37;
    text-decoration: none;
    font-weight: 500;
    padding: 7px 19px;
    width: 77%;
    margin-right: 3%;
    transition: 0.2s;
}
.product-card .action a:first-child:hover{
    background: #014E37;
    color: #fff;
    transition: 0.2s;
}
.product-card .action a:last-child:hover{
    background: #014E37;
    color: #fff;
    transition: 0.2s;
}
.product-cat-tabs .product-card .action a:first-child:hover{
    background: #014E37;
    color: #fff;
    transition: 0.2s;
}
.product-cat-tabs .product-card .action a:last-child:hover{
    background: #014E37;
    color: #fff;
    transition: 0.2s;
}
.product-card .content .action a:first-child:hover{
    background: #014E37;
    color: #fff;
    transition: 0.2s;
}
.product-card .content .action a:last-child, .product-cat-tabs .product-card .action a, .product-card .action a{
    background: #FFFFFF;
    border: 1px solid #014E37;
    display: block;
    color: #014E37;
    text-decoration: none;
    font-weight: 500;
    padding: 7px 19px;
    width: 20%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-slider-image .flexslider{
    border: 0px;
    margin-bottom: 10px;
}
.product-slider .slick-slider {
    margin:0 -15px;
}
.product-slider .slick-slide {
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}
.product-slider .slick-dots{
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0px;
    margin-top: 15px;
}
.product-slider .slick-dots li{
    margin: 0 4px;
}
.product-slider .slick-dots li button{
    border: 0px;
    width: 10px;
    height: 12px;
    font-size: 0px;
    background-color: #dfdfdf;
    border-radius: 11px;
}
.product-slider .slick-dots li.slick-active button{
    background-color: #014E37;
}

.product-slider  .slick-slider .slick-prev{
    position: absolute;
    top: 45%;
    left: -60px;
    z-index: 99;
    border: 0px;
    background: url(../../img/p-prev-arrow.svg) no-repeat;
    background-size: 45px;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    display: block;
}
.product-slider .slick-slider .slick-next{
    position: absolute;
    top: 45%;
    right: -60px;
    z-index: 99;
    border: 0px;
    background: url(../../img/p-next-arrow.svg) no-repeat;
    background-size: 45px;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    display: block;
}


/* Login wrapper  */

.login-wrapper{
    width: auto;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
.login-wrapper .login-box{
   max-width: 650px;
    border: 1px solid #34343440;
    border-radius: 9px;
    padding: 18px 20px;
    display: inline-block;
}
#loginModal .modal-dialog .card .card-body.right label{
    font-size: 14px;
    font-weight: 500;
}
#loginModal .modal-dialog .card .card-body.right input{
    min-height: 40px
}

.authentication-wrapper .authentication-inner .card-body {
    max-width: 50%;
    min-height: 500px;
}

#loginModal .modal-dialog{
    max-width: 600px;
}
#loginModal .modal-dialog .card .card-body.right{
    width: 100%;
    padding: 10px;
}
#loginModal .modal-dialog .card .card-body.left{
        width: 40%;
    background-color: #014E37!important;
}
#loginModal .modal-dialog .login-inner{position: relative;}
#loginModal .modal-dialog .login-inner .btn-close{
   position: absolute;
    right: -12px;
    top: -12px;
    z-index: 99;
    background-color: #d79292;
    opacity: 1;
    color: #080707;
    border-radius: 50%;
    padding: 8px 9px;
    background-size: 12px;
    filter: invert(1);
}
#loginModal .modal-dialog .login-inner .logo h1{
    
}
#loginModal .modal-dialog .login-inner .logo span.dep{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    display: block;
   
}
#loginModal .modal-dialog .card {
        height: calc(100vh - 70px);
    padding: 13px;
    border-radius: 6px;
    overflow: hidden;
}
#loginModal .modal-dialog .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff0;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 0%);
    border-radius: 0px;
    outline: 0;
}
#loginModal .modal-dialog .login-inner .logo span.min{
    font-size: 12px;
    display: block;
    color: #151515d7;
}
#loginModal .modal-dialog .card .card-body.left p{
    font-size: 14px;
    opacity: 0.7;
    font-weight: 400;
}
#loginModal .modal-dialog .card .card-body.left .action a{
    background-color: #fff;
    border-radius: 4px;
    font-size: 15px;
    padding: 12px 34px;
    font-weight: 500;
    margin-top: 10px;
}

.btn.btn-theme-1{
    background: #014E37;
    border-radius: 6px;
    color: #fff!important;
    font-size: 14px;
    padding: 12px 46px;
    border-radius: 4px;
    display: inline-block;
    width: 212px;
    border: 0px;
}
.head-decor{
    font-size: 28px;
    font-weight: 600;
    color: #014e37;
    position: relative;
    margin-bottom: 33px!important;
}
.head-decor:before{
        content: '';
    display: block;
    background-color: #014e37;
    width: 50px;
    height: 4px;
    border-radius: 22px;
    position: absolute;
    bottom: -13px;
}
.card-body.right nav{
    margin-bottom: 18px;
    
}
.card-body.right nav .nav{
    display: flex;
    flex-wrap: nowrap;
}
.card-body.right nav .nav .nav-link.active{
    color: #ffffff;
    background: #fd5928;
}
.card-body.right nav .nav .nav-link{
    background: #0202021a;
    color: #202020;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 34px;
    margin-right: 0px;
    position: relative;
    width: 50%;
    border-radius: 0px;
}
/*.card-body.right nav .nav .nav-link.active:before{
        content: '';
    display: block;
    background: #014e37;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -13px;
}*/
.common-head-1{
    color: #014e37;
    font-size: 24px;
    margin-bottom: 18px;
}

.user-dashboard-wrapper{
    background-color: #efefef;
    padding: 20px 0;
}
.user-dashboard-wrapper .user-sidebar{
    
}
.user-dashboard-wrapper .user-sidebar .profile{
    display: flex;
    /*border-bottom: 12px solid #efefef;*/
    padding: 10px 14px;
    align-items: center;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    margin-bottom: 18px;
}
.user-dashboard-wrapper .user-sidebar .side-menu{
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    padding: 10px 0px;
}
.user-dashboard-wrapper .user-sidebar .side-menu ul{
        padding: 0px;
    list-style: none;
}
.user-dashboard-wrapper .user-sidebar .side-menu h4{
    color: #014E37;
    font-size: 18px;
    margin-bottom: 14px;
    padding: 4px 20px;
}
.user-dashboard-wrapper .user-sidebar .side-menu ul li a{
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #343434;
    font-weight: 500;
    padding: 10px 20px;
}
.user-dashboard-wrapper .user-sidebar .side-menu ul li a.active, 
.user-dashboard-wrapper .user-sidebar .side-menu ul li a:hover{
    background-color: #cfe9e1;
    color: #014E37;
}
.user-dashboard-wrapper .user-sidebar .profile .avtar img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
}
.user-dashboard-wrapper .user-sidebar .profile .name p{
    font-size: 14px;
    margin: 0px;
}
.user-dashboard-wrapper .user-sidebar .profile .name h4{
    font-size: 18px;
    font-weight: 600;
    color: #343434;
}
.user-dashboard-wrapper .user-content .card{
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    border: 0px;
}
.user-dashboard-wrapper .user-content .card .card-header{
    padding: 15px 20px;
    font-weight: 500;
    font-size: 18px;
    color: #343434;
    background-color: #fff;
}
.user-dashboard-wrapper .user-content .card .card-body{}

.footer-wrapper {
    background: url(../../img/footer-slider-bg.png);
    padding: 35px 0;
}
.footer-bottom{
    background: #232323;
    padding: 35px 0;
}
.footer-bottom .footer-head{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.footer-bottom .footer-head:before{
    content: '';
    display: block;
    background-color: #fff;
    position: absolute;
    height: 2px;
    width: 80%;
    bottom: -7px;
}
.footer-bottom .footer-menu{
    padding: 0px;
    margin: px;
    list-style: none;
}
.footer-bottom .footer-menu li a{
    color: #fff;
    text-decoration: none;
    margin-bottom: 2px;
    display: inline-block;
    padding: 5px 0;
}

.footer-wrapper  .slick-slider .slick-prev{
    position: absolute;
    top: 25%;
    left: -60px;
    z-index: 99;
    border: 0px;
    background: url(../../img/p-prev-arrow.svg) no-repeat;
    background-size: 45px;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    display: block;
}
.footer-wrapper .slick-slider .slick-next{
    position: absolute;
    top: 25%;
    right: -60px;
    z-index: 99;
    border: 0px;
    background: url(../../img/p-next-arrow.svg) no-repeat;
    background-size: 45px;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    display: block;
}
.footer-wrapper .slick-slider .slick-slide{
    margin: 0 25px !important;
}
.footer-wrapper .slick-slider .slick-slide img{
    width: 100%;
}
.section-decor{
    background: url(../../img/bg-decor.png) no-repeat;
    padding-top: 39px!important;
    background-size: contain;
}
.login-inner .card .col-md-6, .login-inner .card .col-md-12, .login-inner .card .col-md-4{
    margin-top: 8px;
}

.inner-banner-wrapper{
    background: url(../../img/inner-banner-bg.png) no-repeat;
    /* min-height: 172px; */
    padding: 30px 0;
    background-size: cover;
}
.inner-banner-wrapper h1{
    color: #fff;
    font-size: 28px;
}
.inner-banner-wrapper ol li, .inner-banner-wrapper ol li a{
    color: #fff;
}
.inner-banner-wrapper ol li.breadcrumb-item.active{
    color: #fff;
}
.innerpage-heading{
    font-weight: 500;
    font-size: 22px;
    line-height: 39px;
    text-transform: uppercase;
    color: #151515;
    position: relative;
    margin-bottom: 25px!important;
    border-left: 3px solid #122f07;
    padding-left: 8px;
}
.product-slider-image .slider.slider-single{
        margin-bottom: 12px;
}
.product-slider-image .slider.slider-single .slick-list{
    height: auto!important;
}
.product-slider-image .slider img{
    width: 100%;
}
.product-slider-image .slider-nav .slick-list{

}
.product-slider-image .slider-nav .slick-list .slick-slide{
    margin: 0 5px;
    min-width: 60px;
}
.product-slider-image .slider-nav .slick-list .slick-slide img{}
.product-slider-image .slider-nav div.slick-track{
    margin-left: 0px;
    margin-right: 0px;
    width: 100%!important;
}
.product-slider-image .slider-nav div img{}
.product-detail-page{
    padding: 25px 0 0 0;
}
.detail-page-heading{
    font-weight: 500;
    font-size: 28px;
    line-height: 39px;
    text-transform: uppercase;
    color: #151515;
    position: relative;
    margin-bottom: 5px!important;
    width: 80%;
}
.product-details .p-ince{
    margin-bottom: 14px;
}
.product-details .p-ince .sub{
    display: inline-flex;
    width: 35px;
    height: 35px;
    border: 1px solid #343434;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    line-height: 31px;
    cursor: pointer;
        border-radius: 50%;
}
.product-details .p-ince .count{
    display: inline-flex;
    width: 35px;
    height: 35px;
    border: 1px solid #343434;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    line-height: 31px;
    margin: 0 7px;
}
.product-details .p-ince .add{
        display: inline-flex;
    width: 35px;
    height: 35px;
    border: 1px solid #343434;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    line-height: 31px;
    cursor: pointer;
        border-radius: 50%;
}

.action{

}
.action a.cart{
    background: #FFFFFF;
    border: 1px solid #014E37;
    display: inline-block;
    color: #014E37;
    text-decoration: none;
    font-weight: 500;
    padding: 7px 19px;
    margin-right: 4px;
    transition: 0.2s;
    min-width: 200px;
    text-align: center;
}
.action a.cart:hover{
    background: #014E37;
    border: 1px solid #014E37;
    transition: 0.2s;
    color: #fff;
}
.action a.buy{
    background: #014E37;
    border: 1px solid #014E37;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 7px 19px;
    margin-right: 8px;
    transition: 0.2s;
    min-width: 200px;
    text-align: center;
}
.product-detail-box .keyaords {
    display: inline-block;
    margin: 0px 0 14px 0;
    background: #09a57645;
    padding: 8px 26px;
    border-radius: 4px;
}
.product-details .flex-direction-nav{
    display: none;
}
.product-detail-box .keyaords span{
    margin: 0 5px;
    font-style: italic;
}
.product-detail-box{
    position: relative;
}
.product-detail-box .wishlist{
        position: absolute;
    top: 0px;
    right: 0px;
}
.product-detail-box .wishlist a{
        color: #343434;
    text-decoration: none;
    cursor: pointer;
}
.product-detail-box .wishlist a .fa{
    border: 1px solid #343434;
    padding: 8px 7px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 4px;
}

.product-detail-box .wishlist a.whishlist-added .fa{
    border: 1px solid #f44336;
    padding: 8px 7px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 4px;
	color: #f44336;
}
.product-detail-box .wishlist .whishlist-added {color: #f44336; pointer-events: none;}
.product-detail-box .wishlist a:hover{
    color: #f44336;
}
.product-detail-box .wishlist a:hover .fa{
    border: 1px solid #f44336;
}
.product-detail-box .product-detail-inner ul{

}
.product-detail-box .product-detail-inner ul li{

}
.product-detail-box .product-detail-inner ul li span{

}
.Similar-items  .slick-slider .slick-prev{
    position: absolute;
    top: 45%;
    left: -60px;
    z-index: 99;
    border: 0px;
    background: url(../../img/p-prev-arrow.svg) no-repeat;
    background-size: 45px;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    display: block;
}
.Similar-items .slick-slider .slick-next{
    position: absolute;
    top: 45%;
    right: -60px;
    z-index: 99;
    border: 0px;
    background: url(../../img/p-next-arrow.svg) no-repeat;
    background-size: 45px;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    display: block;
}

.Similar-items .slick-slide {
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

.Similar-items .slick-slider {
    margin: 0 -15px;
}
.Similar-items .slick-dots{
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0px;
    margin-top: 15px;
}
.Similar-items .slick-dots li{
    margin: 0 4px;
}
.Similar-items .slick-dots li button{
    border: 0px;
    width: 10px;
    height: 12px;
    font-size: 0px;
    background-color: #dfdfdf;
    border-radius: 11px;
}
.Similar-items .slick-dots li.slick-active button{
    background-color: #014E37;
}

.price{
    font-size: 22px;
    font-weight: 600;
}
.price span{
    text-decoration: line-through;
    margin-right: 2px;
    font-size: 18px;
}
.product-card .content .price {
    font-size: 18px;
    font-weight: 500;
    color: #4a4a4a;
}
.login-dropdown a.dropdown-toggle{
    background-color: transparent;
    border: 0;
    color: #151515;
    box-shadow: none;
    padding: 6px 0;
}
.login-dropdown a.dropdown-toggle:focus{
    box-shadow: none;
}
.login-dropdown .dropdown-menu{
    width: 350px;
    padding: 10px 15px;
    border-radius: 11px;
    box-shadow: 2px 6px 17px #0000001f;
    border: none;
}
.login-dropdown.profile-dropdown .dropdown-menu{
    width: auto;
}
.login-dropdown.profile-dropdown .dropdown-menu a{
    text-decoration: none;
}
.login-dropdown .dropdown-menu form label{
    font-size: 14px;
    margin-bottom: 3px;
}
.login-dropdown .dropdown-menu form input{
    height: 35px;
}
.login-dropdown .dropdown-menu form a.btn-theme-1{
    width: 100%;
    display: block;
    max-width: 100%;
    padding: 10px 0;
}
.login-dropdown .dropdown-menu form p{
    margin: 7px 0;
}
.login-dropdown .dropdown-menu h2{
    font-size: 20px;
    padding-bottom: 3px;
}

/* menu dropdown animation css 

@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}


@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
}   
.navbar .navbar-nav .nav-item a.nav-link{
    font-size: 15px!important;
    font-weight: 500;
    letter-spacing: 0.4px;
    opacity: 0.75;
    display: inline-block;
    position: relative;
}
.navbar .navbar-nav .nav-item a.nav-link{
    opacity: 1;
}
.navbar .navbar-nav .nav-item.dropdown a.dropdown-item{
    font-size: 14px!important;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.navbar .navbar-nav .nav-item.dropdown a.dropdown-item.active,
.navbar .navbar-nav .nav-item.dropdown a.dropdown-item:hover{
    background-color: #014e37;
    color: #fff;
}
.navbar .navbar-nav .nav-item .nav-link::before {
    transition: 100ms;
    content: "";
    position: absolute;
    background-color: #014e37;
    height: 0%;
    width: 100%;
    top: 0px;
    left: 0;
}
.navbar .navbar-nav .nav-item .nav-link-grow-up:hover::before {
    height: 3px;
}
*/
.cart ul{
    padding: 0px;
}
.cart ul li{
    position: relative;
    margin-bottom: 17px;
}
.cart ul li .card-body{}
.cart ul li .card-body .img{
    max-width: 100px;
}
.cart ul li .card-body .img img{
    width: 80px;
    height: 80px;
}
.cart ul li .card-body .content{
    width: 100%;
    padding: 0 10px;
}
.cart ul li .card-body .content .title{
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #151515;
    position: relative;
    margin-bottom: 12px!important;
    width: 100%;
}
.cart ul li .card-body .content .price{
    font-size: 16px;
    font-weight: 600;
}
.cart ul li .card-body .content .price span{
    opacity: 0.6;
    text-decoration: line-through;
    margin-right: 2px;
    font-size: 14px;
}
.cart-actions {

}
.cart-actions a{
    padding: 12px 6px!important;
    width: 48%!important;
}
.cart ul li .card-body .content .p-info{}
.cart ul li .card-body .content .p-info ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}
.cart ul li .card-body .img + a{
    width: 100%;
}
.cart ul li .card-body .content .p-info ul li{
    margin-bottom: 2px;
    display: inline-block;
    padding: 0px;
    /* width: 50%; */
    font-weight: 400;
    margin-right: 15px;
    background: #cfe9e1;
    margin-bottom: 9px;
    border-radius: 4px;
    padding: 2px 5px;
}
.cart ul li .card-body .content .p-info ul li span{
    font-weight: 500;
}
.cart ul li .card-footer{
    background: #fff;
}
.cart ul li .card-footer .price{
    font-size: 18px;
}
.cart ul li .card-footer .price span{
    font-size: 14px;
}
.cart ul li .card-footer .count-item{

}
.cart ul li .card-footer .count-item p{
    margin: 0px;
    font-size: 14px;
}
.cart ul li .card-footer .count-item p span{

}
.cart ul li .card-footer .Remove{
    background-color: #ff0404ad;
    color: #fff;
    text-decoration: none;
    padding: 5px 16px;
    border-radius: 4px;
}
.banner-wrapper{
    position: relative;
}
.banner-wrapper .banner-shop{
   position: absolute;
    bottom: 20%;
    left: 12%;
    color: #fff;
    font-size: 20px!important;
    font-weight: 500;
    text-decoration: none;
    background: #fff;
    color: #343434;
    padding: 12px 29px;
    border-radius: 5px;
    transition: 0.2s;
    box-shadow: 0px 4px 17px #00000036;
}
.banner-wrapper .banner-shop:hover{
    transform: scale(1.04);
    transition: 0.2s;
}
.banner-wrapper .top-slider{
    border: 0px;
    margin: 0px;
}
.banner-wrapper .top-slider ul.slides li img{
    height: 410px;
}

.banner-wrapper .top-slider .flex-direction-nav a{
    text-indent: -999px;
    color: transparent;
    text-shadow: none;
}
.banner-wrapper .top-slider .flex-direction-nav a:before, 
.product-cat-tabs .flexslider .flex-direction-nav a:before{
    text-shadow: none;
    color: transparent;
}
.breadcrumb-wrapper{
    background: #f1f1f1;
    padding: 10px 0;
}
.breadcrumb-wrapper ol.breadcrumb{
    margin: 0;
}
.breadcrumb-wrapper .page-action p{
    margin: 0;
    font-weight: 500;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #a4a4a4;
}
.breadcrumb-wrapper .page-action p span{
    font-weight: normal;
}
.breadcrumb-wrapper .page-action button{
    background: url(../../img/printer.png);
    background-size: 20px;
    background-repeat: no-repeat;
    border: 0px;
    padding-left: 26px;
    background-position: 0% 50%;
}
.banner-wrapper .top-slider .flex-direction-nav .flex-prev,
.banner-wrapper .top-slider:hover .flex-direction-nav .flex-prev{
    background: url(../../img/prev-arrow.svg);
    background-size: 50px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    left: 20px;
    opacity: 1;
}
.banner-wrapper .top-slider .flex-direction-nav .flex-next,
.banner-wrapper .top-slider:hover .flex-direction-nav .flex-next{
    background: url(../../img/next-arrow.svg);
    background-size: 50px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    right: 20px;
    opacity: 1;
}

.footer-wrapper .footer-slider .flex-direction-nav a{
    color: transparent;
}
.footer-wrapper .footer-slider .flex-direction-nav a:before{
    text-shadow: none;
    text-shadow: none;
    color: transparent;
}
.footer-wrapper .footer-slider .flex-direction-nav .flex-prev,
.footer-wrapper .footer-slider:hover .flex-direction-nav .flex-prev{
    background: url(../../img/prev-arrow.svg);
    background-size: 50px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    left: -30px;
    opacity: 1;
}
.footer-wrapper .footer-slider .flex-direction-nav .flex-next,
.footer-wrapper .footer-slider:hover .flex-direction-nav .flex-next{
    background: url(../../img/next-arrow.svg);
    background-size: 50px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    right: -30px;
    opacity: 1;
}
.footer-wrapper .flex-control-nav{
    display: none;
}


.product-cat-tabs .flexslider .flex-direction-nav .flex-prev,
.product-cat-tabs .flexslider:hover .flex-direction-nav .flex-prev{
    background: url(../../img/p-prev-arrow.svg);
    background-size: 50px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    left: -80px;
    opacity: 1;
    color: transparent;
}
.product-cat-tabs .flexslider .flex-direction-nav .flex-next,
.product-cat-tabs .flexslider:hover .flex-direction-nav .flex-next{
    background: url(../../img/p-next-arrow.svg);
    background-size: 50px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    right: -80px;
    opacity: 1;
    color: transparent;
}



.banner-wrapper .top-slider .flex-control-nav{
    bottom: 6px;
}
.banner-wrapper .top-slider .flex-control-nav li{
    margin: 0 2px;
}
.banner-wrapper .top-slider .flex-control-nav li a{
    background: #fdfafa9e;
    width: 45px;
    height: 6px;
}
.banner-wrapper .top-slider .flex-control-nav li a.flex-active{
    background: #fff;
}

.product-slider nav.flex.items-center {
    display: flex;
    width: 100%;
    justify-content: flex-start!important;
    flex-direction: column;
}
.product-slider nav.flex.items-center>div:nth-child(1){}
.product-slider nav.flex.items-center>div:nth-child(1) span,
.product-slider nav.flex.items-center>div:nth-child(1) a{
    height: 42px;
    border: 1px solid #15360c!important;
    margin-right: -1px;
    color: #343434;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}
.product-slider nav.flex.items-center>div {
    display: flex;
    align-items: flex-start;
}
.product-slider nav.flex.items-center>div p{margin-bottom:0px;margin-right:10px;font-size: 15px!important;}
.product-slider nav.flex.items-center div:nth-child(2) {
    flex-direction: column;
    width: 100%;
}
.product-slider nav.flex.items-center div:nth-child(2) div:first-child {
    white-space: nowrap;
    margin-top: 12px;
    margin-bottom: 12px;
}
.product-slider nav.flex.items-center div:nth-child(2) div:last-child{}
.product-slider nav.flex.items-center div:nth-child(2) div:last-child span{
    display: flex;
    box-shadow: none!important;
    justify-content: space-between!important;
}
.product-slider nav.flex.items-center div:nth-child(2) div:last-child span>span,
.product-slider nav.flex.items-center div:nth-child(2) div:last-child span>a {
    color: #343434;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 4px 11px!important;
    min-width: 37px!important;
    border: 1px solid #dee2e6!important;
}

.product-slider nav.flex.items-center div:nth-child(2) div:last-child span> span.relative{
    padding: 0 !important;
    margin: 0;
    text-align: center;
    min-width: 0!important;
    border: none!important;
}
.product-slider nav.flex.items-center svg{max-width: 20px;}

.category_product_slider .flexslider{
    border: 0px;
    background: transparent;
}

.product-cat-tabs{
    height: 565px;
}

.notification {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 15px;
    margin: 0;
    text-align: center;
    z-index: 1;
    background: var(--yellow);
  }
  
  @media (max-width: 700px) {
    .notification {
      display: none;
    }
  }
  
  
  /* IMAGE GRID STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .image-grid figure {
    margin-bottom: 0;
  }
  
  .image-grid img {
    box-shadow: inset 0 5px 0px rgb(0 0 0 / 15%);
    transition: box-shadow 0.2s;
  }
  
  .image-grid a:hover img {
    box-shadow: 0 1rem 1rem rgb(0 0 0 / 9%);
  }
  
  
  /* LIGHTBOX STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .lightbox-modal .modal-content {
    background: var(--lightbox);
  }
  
  .lightbox-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 18px;
    font-size: 1.2rem;
    z-index: 10;
  }
  
  .lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: center;
  }
  
  .lightbox-modal img {
    width: auto;
    max-height: 100vh;
    max-width: 100%;
  }
  
  .lightbox-modal .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(36, 36, 36, 0.75);
  }
  
  .lightbox-modal .carousel-control-prev,
  .lightbox-modal .carousel-control-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: auto;
  }
  
  .lightbox-modal .carousel-control-prev {
    left: 10px;
  }
  
  .lightbox-modal .carousel-control-next {
    right: 10px;
  }
  

  .product-card .img{
    height: 224px;
    overflow: hidden;
  }
  .product-card .content .title{ 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 48px;
  }
  .product-card .content .title .d-block{ 
    display: inline-block!important;
  }
  .section-decor {
    background: url(../../img/bg-decor.png) no-repeat;
    padding-top: 39px!important;
    background-size: cover;
    margin-bottom: 47px;
}

.no-preview{width:222px !important; height:223px !important}

span.ico{ position: relative;}
span.count{
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background-color: #014e37;
    top: -8px;
    right: -5px;
    color: #fff;
    padding: 5px 5px;
    border-radius: 12px;
    font-size: 13px;
}

.form-label.imp:before {
    content: '*';
    display: block;
    position: absolute;
    right: -9px;
    color: #f00;
}
.form-label {
    position: relative;
}

.header-search{
    flex-wrap: nowrap;
}
.header-search form{
    position: relative;
}
.header-search .clear_search{
    color: #000000b5;
    font-size: 18px!important;
    position: absolute;
    top: 10px;
    right: 5px;
}
.header-search .easy-autocomplete input{
    background:#ECFDF8  url(../../img/search.svg) no-repeat;
    background-size: 18px;
    background-position: 3% 50%;
    padding-left: 30px;
    border: 1px solid rgba(38, 88, 58, 0.15);
    border-radius: 4px!important;
    width: 100%;
    min-height: 45px;
        height: 45px;
}
.header-search .easy-autocomplete ul{
    margin-bottom: 0px;
}
.header-search .dropdown>button{
    width: 51px;
    height: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #014E37;
    border: 0px;
        height: 45px;
}
.header-search .dropdown button:after{
    display: none;
}
.header-search .dropdown button img{
    width: 32px;
    max-width: 24px;
}
.advance-search ul.dropdown-menu{
    width: 500px;
    margin-top: 15px!important;
    padding: 15px 18px 25px 18px;
    box-shadow: 0 6px 17px #0000004d;
    border: 1px solid #ededed;
}
.advance-search ul.dropdown-menu:before{
    content: "";
    display: block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
    position: absolute;
    right: 15px;
    top: -12px;
}
.advance-search ul.dropdown-menu h2{
    font-size: 20px;
}
.advance-search ul.dropdown-menu form label{
    font-size: 14px;
    margin-bottom: 5px;
}
.advance-search ul.dropdown-menu form input{
    border-radius: 4px;
    border: 1px solid #adadad;
    font-size: 14px;
    padding: 6px 8px;
    width: 100%;
}
.advance-search ul.dropdown-menu form select.form-control{
    background: url(../../img/arrow-down-s.svg) no-repeat;
    background-position: 96% 50%;
    background-size: 11px;
}
.advance-search ul.dropdown-menu form .form-group{
    margin-bottom: 13px;
}
.advance-search ul.dropdown-menu form .action-b .btn-theme-2{
    background: #014E37;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    padding: 8px 29px;
    border-radius: 4px;
    display: inline-block;
    border: 0px;
}
.library-table img{
    width: 80px;
}
.library-table td img{
    width: 46px;
}
.product-details #carousel li{
    height: 112px;
}
.product-details #carousel li img{
    height: 100%;
}
.image-grid img {
    box-shadow: inset 2px 5px 7px rgb(0 0 0 / 15%);
    transition: box-shadow 0.2s;
    height: 150px;
    border: 1px solid #34343447;
}

.header a{
    text-decoration: none;
}

@media print{
    .breadcrumb-wrapper, .inner-banner-wrapper, .navigation, .header, .topbar, .footer-bottom{
        display: none;
    }
    div.p-info{
        text-align: justify;
    }
    .print_date_time{
        display: block!important;
        float: right;
    }
    .innerpage-heading{
        float: left;
    }
}
div.p-info{
    font-size: 14px!important;
    line-height: 26px;
}
.contact-us iframe{
    width: 100%;
}
.print_date_time{
    display: none;
}
.footer-slider{
    margin: 0px!important;
    background-color: transparent!important;
    border: 0!important;
}

.blog-list h4 {
    font-size: 18px;
    font-weight: 500;
    color: #343434;
    margin-bottom: 0px;
    margin-top: 12px;
}
.blog-list a{
    text-decoration: none;
}
.blog-list .card-detail {
    padding: 6px 18px;
}
.blog-list .img-part{
    height: 258px;
    max-height: 258px;
    overflow: hidden;
}
.blog-list .img-part img{
    height: 100%;
}
.blog-list.card{
    min-height: 360px;
}
.navigation ul.navbar-nav li ul.submenu{
    min-width: 320px;
    padding: 0px;
}
.navigation ul.navbar-nav li ul.submenu .nav-link{
    padding: 5px 10px;
}
.banner-wrapper{

}

.lightbox-modal .carousel-caption {
    left: 0;
    right: 0;
    bottom: -66px;
    background: transparent;
}
.lightbox-modal img {
    width: auto;
    max-height: 100vh;
    max-width: 100%;
    height: 75vh;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}
.product-detail-box .lightbox-gallery .row.gy-4 .col-sm-4{
    width: 12%;
}
.product-detail-box .lightbox-gallery .row.gy-4 .col-sm-4 figure img{
    max-width: 100%;
    height: 106px!important;
}

.product-slider{
    overflow: hidden;
    position: relative;
}
.tab-pane{}
.tab-pane.loader-overlay:before{
    content: '';
    display: block;
    background: url(./../../img/loader.gif) #ffffff;
    width: 100%;
    height: 458px;
    position: absolute;
    z-index: 99;
    left: 0;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center center;
}
.product-slider .tab-pane {
    min-height: 458px;
}
.tab-pane.loader-overlay .flex-direction-nav, .tab-pane.loader-overlay .flex-control-nav{
    display: none;
}


.Similar-items .flexslider .flex-direction-nav .flex-prev,
.Similar-items .flexslider:hover .flex-direction-nav .flex-prev{
    background: url(../../img/p-prev-arrow.svg);
    background-size: 50px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    left: -80px;
    opacity: 1;
    color: transparent;
}
.Similar-items .flexslider .flex-direction-nav .flex-next,
.Similar-items .flexslider:hover .flex-direction-nav .flex-next{
    background: url(../../img/p-next-arrow.svg);
    background-size: 50px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    right: -80px;
    opacity: 1;
    color: transparent;
}

.Similar-items .flexslider .flex-direction-nav a:before {
    text-shadow: none;
    color: transparent;
}
.blog-detail img{
    
}
.blog-detail p img{
   
}
.blog-detail br{
    display: none;
}

.product-cat-tabs .product-card .action a.added{
    background: #014E37;
    color: #fff;
    transition: 0.2s;
}
.cart.added_details.add_cart{
    background: #014E37;
    border: 1px solid #014E37;
    transition: 0.2s;
    color: #fff;
}
.product-detail-box ul{
    padding-left: 16px;
}
.added_wdetails.add_cart, .product-card .added.add_cart{
    background: #014E37;
    color: #fff;
    transition: 0.2s;
}

.checkout-items{
    border-bottom: 1px solid #34343414;
    padding: 10px 0;
    align-items: center;
}
.checkout-items img{
    width: 40px;
    height: 40px;
    margin-right: 16px;
}
.checkout-items h4{
    font-size: 16px;
    width: 18%;
}
.checkout-items h6{
    margin-right: 20px;
    font-size: 14px;
    width: 50%;
}
.checkout-items p{
    width: 10%;
    margin: 0;
}
.checkout-items a.Remove{
    color: red;
}
.checkout-items:hover{
    background: #02632e0d;
}

.product-slider-image #slider .slides li img{
    height: 380px;
}
.product-slider-image #carousel .slides li img{
    height: 100px;
}

.font_style{font-style: italic;}


/*External Keyboard*/
.kmw-wait-background + div{
   right: 276px !important;
    width: 60px !important;
    left: auto !important;
    top: 230px !important;
    display: none;
} 
.kmw-wait-background + div > div{
	width: 27px!important;
}

.kmw-wait-background + div.show{
	display:block!important;
}