html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}
*:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

/* common style start */
a {
    text-decoration: none;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-rabie1 {
    font-size: 14px;
    font-weight: 300;
    padding: 10px 50px;
    color: #fff;
    background: transparent linear-gradient(258deg, #558E3F 0%, #ACCA38 100%) 0% 0% no-repeat padding-box;
    -webkit-transition: background-color 500ms linear;
	     -o-transition: background-color 500ms linear;
	        transition: background-color 500ms linear;
}
.btn-rabie1:hover {
    background: transparent linear-gradient(-258deg, #558E3F 0%, #ACCA38 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}
/* common style end */
.navbar.bg-light {
    background-color: #fff !important;
}
nav .navbar-nav .nav-item .nav-link{
    color: #49A010;
    font-size: 16px;
    margin-right: 15px;
}
nav .navbar-nav .nav-item .nav-link.active{
    color: #ABD904;
}
nav .navbar-nav .nav-link:focus, 
nav .navbar-nav .nav-link:hover {
    color: #ABD904 !important;
}
nav .navbarright a {
    text-decoration: none;
}
nav .navbarright a.favourite,
nav .navbarright a.cart {
    color: #49A010;
    font-size: 14px;
    margin: 0px 15px;
    position: relative;
}
nav .navbarright a.favourite img,
nav .navbarright a.cart img {
    width: 16px;
    height: 16px;
}
nav .navbarright a.favourite span,
nav .navbarright a.cart span {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: #49A010;
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav .navbarright .userprofile a {
    color: #49A010;
    font-size: 16px;
    margin: 0px 10px;
}
nav .navbarright .userprofile a i {
    font-size: 16px;
    margin-top: 7px;
}
nav .navbarright .userprofile .dropdown-menu {
    border-radius: 5px;
    padding: 5px 5px;
}
nav .navbarright .userprofile .dropdown-menu .dropdown-item {
    color: #000000;
    font-size: 14px;
    margin: 0;
    background: transparent;
    padding: 5px 7px;
}
nav .navbarright .userprofile .dropdown-menu .dropdown-item:hover,
nav .navbarright .userprofile .dropdown-menu .dropdown-item:active,
nav .navbarright .userprofile .dropdown-menu .dropdown-item.active {
    color: #49A010;
}
.navbar .userprofile .dropdown-toggle::after {
    font-size: 16px;
}
.navbar .navbar-nav .dropdown-menu {
    margin: 0px;
    padding: 5px 5px;
    border-radius: 5px;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
    color: #000000;
    font-size: 14px;
    margin: 0;
    background: transparent;
    padding: 5px 7px;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav .dropdown-menu .dropdown-item:active,
.navbar .navbar-nav .dropdown-menu .dropdown-item.active {
    color: #49A010;
}
.navbar .dropdown-toggle::after {
    vertical-align: middle;
    border: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    font-size: 12px;
}
.navbar .navbar-nav {
    margin-right: 25px;
}
/* --- ANIMATED X --- */
.navbar-toggler.x {
    border: none;
	padding: 15px 0px 15px 15px;
}
.navbar-toggler.x:focus {
    outline: none;
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}
.navbar-toggler.x .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-toggler.x .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* --- END ANIMATED X --- */


/* home page start */
.homebanner .carouselimg {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
}
.homebanner .carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homebanner .carousel-caption-box {
    background-color: rgb(255 255 255 / 60%);
    border-radius: 0px 100px;
    padding: 60px;
}
.homebanner .carousel-caption-box p {
    color: #49A010;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
}
.homebanner .carousel-caption-box h5 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
}
.homebanner .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
.homebanner .carousel-indicators .active {
    background-color: #49A010;
}



.homservice {
    padding: 100px 0px;
}
.homservice-block {
    text-align: center;
}
.homservice-block i {
    font-size: 40px;
    color: #49A010;
    margin-bottom: 15px;
}
.homservice-block h3 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
}
.homservice-block p {
    font-size: 14px;
    color: #B7B7B7;
}


.homdesc {
    background-image: url('../images/leaves-2.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding-bottom: 70px;
}
.homdesc-wrap {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 1px 1px 10px #49A010;
    padding: 15px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
}
.homdesc-img {
    -webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
    overflow: hidden;
}
.homdesc-txtbg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.homdesc-txt {
    padding: 50px;
}
.homdesc-txt h3 {
    font-size: 40px;
    color: #025A46;
}


.homproduct {
    margin: 40px 0px 100px 0px;
}
.homproduct .homptitle {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
.homproduct-wrap {
    text-align: center;
}
.homproduct-wrap img {
    width: 100%;
    height: 200px;
}
.homproduct-wrap h3 {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 600;
}


.homcertificates {
    margin: 150px 0px;
    background-image: url('../images/leaves-1.png');
    background-repeat: no-repeat;
    background-position: 0% 100%;
}
.homcertificates .homcer-text {
    /* text-align: center; */
}
.homcertificates .homcer-text h3 {
    font-size: 34px;
    color: #025A46;
    margin-bottom: 15px;
}
.homcertificates .homcer-text p {
    font-size: 16px;
}
.homcertificates .homcer-text a {
    padding: 15px 25px;
}


.homprodcenter {
    margin: 100px 0px;
}
.homprodcenter .homprodcenter-title {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.procenter-block {
    margin: 12px 0px;
}


footer {
    padding: 50px 0px;
    background-color: rgb(73 160 16 / 10%);
}
footer .logo {
    height: 60px;
    margin-bottom: 15px;
}
footer .fleft p {
    font-size: 14px;
}
footer .fleft .sociallinks h3 {
    font-size: 16px;
}
footer .fleft .sociallinks a {
    font-size: 18px;
    color: #49A010;
    text-decoration: none;
    padding: 5px;
    margin-right: 10px;
}
footer .fleft .sociallinks a:hover {
    color: #a5c539;
}
footer .flinks ul {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
footer .flinks ul li {
    margin-bottom: 10px;
}
footer .flinks ul li a {
    text-decoration: none;
    color: #000000;
}
footer .flinks ul li a.active,
footer .flinks ul li a:hover {
    color: #49A010;
}
footer .payment-options {
    margin-top: 15px;
}
footer .payment-options img {
    height: 25px;
    margin-right: 5px;
}
/* home page end */
.inner-page {
    margin: 15px 0px;
}

ol.pagebreadcrumb {
    font-size: 12px;
}
ol.pagebreadcrumb li a {
    text-decoration: none;
    color: #000000;
}
.breadcrumb-item.active {
    color: #000000;
}

.about-page .about-top {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../images/abouttop-leaves.jpg');
}
.about-page .about-top .abouttop-text h3 {
    font-size: 60px;
    font-weight: 600;
    line-height: 90px;
    color: #fff;
    margin: 50px 0px;
}
.about-page .about-top .abouttop-text h3 span {
    color: #49A010;
}

.about-page .imgcont-box .row {
    display: flex;
    align-items: center;
    background-color: #F7F7F7;
    margin: 50px 0px;
}
.about-page .imgcont-box .imgcontb-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.about-page .imgcont-box .imgcontb-text {
    padding: 30px;
}
.about-page .imgcont-box .imgcontb-text h3 {
    font-size: 24px;
    color: #025A46;
}
.about-page .imgcont-box .imgcontb-text p {
    font-size: 16px;
    margin-bottom: 0px;
}
.about-page .ourstory-sec {
    background-color: #F7F7F7;
}
.about-page .abt-ourstory {
    /* background-color: #f0f0f0; */
    text-align: center;
    padding: 50px;
    margin: 30px 0px;
}
.about-page .abt-ourstory h3 {
    font-size: 40px;
    font-weight: 600;
    color: #3a3a3a;
    margin-bottom: 15px;
}
.about-page .abt-ourstory p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #457f6e;
    margin-bottom: 0px;
}

.ourvalues {
    padding: 100px 0px;
    background-image: url('../images/ourvalues-bg.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.ourvalues .ourvalues-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
}
.ourvalues .ovsubblock {
    margin-bottom: 50px;
}
.ourvalues .ovsubblock h4 {
    font-size: 20px;
    font-weight: 600;
}
.ourvalues .ovsubblock p {
    color: #B7B7B7;
    margin-bottom: 0px;
}

.gmap {
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 15px;
}
.gmap iframe {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}
.contact-page .contact-details .condetails-wrap {
    padding: 50px;
    text-align: center;
    margin: 20px 0px;
}
.contact-page .contact-details .condetails-wrap .cdwicon {
    padding: 20px;
    margin: 0 auto 10px auto;
    color: #49A010;
    border: 1px solid #49A010;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-page .contact-details .condetails-wrap .cdwicon {
    font-size: 18px;
}
.contact-page .contact-details .condetails-wrap p {
    margin-bottom: 0px;
}
.contact-page .contact-details .condetails-wrap p a {
    text-decoration: none;
    color: #000;
}
.contact-page .contact-details .condetails-wrap p a:hover {
    color: #a5c539;
}
.contact-form .contform-title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
.contact-form .formbox-bg {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 16%);;
    padding: 100px;
    margin: 30px 0px;
}
.contact-form .contactbox-left .cfsubtitle {
    font-size: 26px;
}
.contact-form .contactbox-left .cfsubdesc {
    font-size: 16px;
}
.contact-form .contactbox-left .contactlinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-form .contactbox-left .contactlinks ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contact-form .contactbox-left .contactlinks ul li i {
    font-size: 24px;
    margin-right: 10px;
    width: 30px;
    text-align: center;
}
.contact-form .contactbox-left .contactlinks ul li a {
    color: #000;
    text-decoration: none;
}
.contact-form .contactbox-left .contactlinks ul li a:hover {
    color: #a5c539;
}
.cform-block .cform-block-tile {
    font-size: 26px;
}
.contactfrm .form-label {
    font-size: 14px;
    color: #333333;
}
.contactfrm .form-label.required:after {
	content:"*";
	color:#ba2a2f;
	padding-left: 5px;
  }
.contactfrm .form-control {
    font-size: 14px;
    border: 1px solid #E0E0E0;
    border-radius: 0px;
}
.contactfrm input.form-control {
    height: 46px;
}
.contactfrm textarea.form-control {
    height: 100px;
}
.contactfrm .forminfo {
    font-size: 12px;
}
.contactfrm .forminfo span {
    color: #EA3E3E;
}

.itemssorted {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 5px 0px 10px 0px;
}
.itemssorted .itsorted {
    font-size: 12px;
    font-weight: 500;
    /* text-align: right; */
}
.itemssorted  ul.itsorted-menu {
    min-width: 100px;
    padding: 0;
}
.itemssorted  ul.itsorted-menu li a {
    font-size: 12px;
    padding: 5px;
}
.itemssorted  ul.itsorted-menu li a:focus, 
.itemssorted  ul.itsorted-menu li a:hover {
    color: #ffffff;
    background-color: #368305;
}
.itemssorted  ul.itsorted-menu li a.active,
.itemssorted  ul.itsorted-menu li a:active {
    color: #ffffff;
    background-color: #49a011;
}
.item-wrap {
    color: #000000;
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.item-wrap .item-img {
    width: 100%;
    height: 100%;
}
.item-wrap .item-img img {
    width: 100%;
    height: 100%;
}
.item-wrap .item-details {
    color: #000;
    padding: 10px 10px 0px 10px;
}
.item-wrap .item-title {
    font-size: 14px;
    margin-bottom: 0px;
}
.item-wrap .item-details .item-brand {
    font-size: 12px;
}
.item-wrap .item-details .itemwrap-bottom {
    display: flex;
    justify-content: space-between;
}
.item-wrap .item-details .itemwrap-bottom .item-price {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
}
.item-wrap .item-details .itemwrap-bottom .item-price .oldprice {
    color: #C4C4C4;
    text-decoration: line-through;
    margin-right: 5px;
}
.item-wrap .item-details .itemwrap-bottom .item-price .newprice {
    color: #000000;
}
.item-wrap .item-details .itemwrap-bottom .item-offer {
    font-size: 12px;
    border: 1px solid #000;
    padding: 1px 5px;
    white-space: nowrap;
    height: fit-content;
}
.item-wrap .item-request a {
    display: inline-block;
    font-size: 12px;
    color: #49A010;
    text-transform: uppercase;
    padding: 0px 10px 10px 10px;
}
.item-wrap .item-request:hover a {
    color: #ABD904;
}

.item-wrap:hover {
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 20%);
}


.procategories-menu {
    padding: 20px;
    box-shadow: 6px 12px 24px #44444414;
}
.procategories-menu .procategories-title {
    font-size: 18px;
    color: #ACACAC;
    margin-bottom: 15px;
}
ul.procategories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.procategories-list li {
    border-bottom: 2px solid rgb(27 27 27 / 10%);
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
ul.procategories-list li a {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    /* font-weight: 500; */
    padding: 10px 10px 10px 10px;
    color: #22232B;
}
ul.procategories-list li a .arrow {
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}
ul.procategories-list li a .arrow::before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
}
ul.procategories-list li:hover,
ul.procategories-list li.active {
    border-color: #558E3F;
    background-color: #f1f1f1;
}
ul.procategories-list li:hover a .arrow,
ul.procategories-list li.active a .arrow {
    /* content: "\f054"; */
    transform: rotate(-90deg);
    color: #558E3F;
}

.btn-reset {
    color: #444444;
    font-size: 12px;
}
.btn-reset:hover {
    color: #a5c539;
}


.itemdetail-sec {
    margin-bottom: 50px;
    background-color: #F7F7F7;
}
.itemdetail-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 20px;
    margin: 30px 0px;
}
.itemdetailsec-wrap {
    font-size: 14px;
}
.itemdetailsec-wrap .itemdetsecw-brand {
    font-weight: 600;
}
.itemdetailsec-wrap .itemdetsecw-title {
    font-size: 20px;
    margin: 10px 0px;
}
.itemdetailsec-wrap .itemdetsecw-fav {
    color: #000000;
}
.itemdetailsec-wrap .itemdetsecw-fav::before {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-weight: 400;
    margin-right: 5px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.itemdetailsec-wrap .itemdetsecw-fav:hover::before,
.itemdetailsec-wrap .itemdetsecw-fav.active::before {
    font-weight: 900;
    color: #49A010;
}
.itemdetailsec-wrap .itemdetsecw-description {
    margin-top: 15px;
}
.itemdetailsec-wrap .itemdetsecw-readmore {
    font-size: 12px;
    color: #558E3F;
    text-decoration: underline;
}
.itemdetailsec-wrap .itemdetsecw-readmore:hover {
    color: #a5c539;
}
.itemdetailsec-wrap .itemdetsecw-amt {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 5px;
}
.itemdetailsec-wrap .itemdetsecw-price {
    font-weight: 700;
}
.itemdetailsec-wrap .itemdetsecw-price .idetold {
    color: #C4C4C4;
    text-decoration: line-through;
}
.itemdetailsec-wrap .itemdetsecw-price .idetnew strong {
    font-size: 24px;
}
.itemdetailsec-wrap .itemdetsecw-offer span {
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #49A010;
    padding: 1px 5px;
    white-space: nowrap;
    height: fit-content;
    margin-left: 20px;
}
.itemdetailsec-wrap .itemdetsecw-note {
    font-size: 14px;
    margin: 10px 0px;
}
.itemdetailsec-wrap .itemdetsecw-btns {
    margin-bottom: 10px;
}
.itemdetailsec-wrap .addtocart {
    background: #978F87;
}
.itemdetailsec-wrap .addtocart:hover {
    background: #565350;
}
.itemdetailsec-wrap .itemdetsecw-whislist {
    color: #000;
    font-weight: 500;
}
.itemdetailsec-wrap .itemdetsecw-whislist:hover {
    color: #49A010;
}
.itemdetailsec-wrap .itemdetsecw-whislist i {
    color: #49A010;
}
.itemdetailsec-wrap .itemdetsecw-amtrequest a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #49A010;
    text-transform: uppercase;
    padding: 15px 10px 5px 0px;
}
.itemdetailsec-wrap .itemdetsecw-amtrequest a:hover { 
    color: #ABD904;
}

.relateditems-sec .relateditemssec-title {
    font-size: 26px;
    margin-bottom: 30px;
}

.owl-itemdet-big {
    padding: 0px 2px 2px 2px;
}
.owl-itemdet-big .owl-nav {
    opacity: 0.2;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.owl-itemdet-big:hover .owl-nav {
    opacity: 1;
}
.owl-itemdet-big .owl-nav .owl-prev {
    left: 2px;
}
.owl-itemdet-big .owl-nav .owl-next {
    right: 2px;
}
.owl-itemdet-big .owl-nav i {
    color: #fff;
    background: #000 !important;
    font-size: 30px !important;
    padding: 10px 5px;
}
.owl-itemdet-thumb .owl-nav {
    display: none;
}
.owl-itemdet-thumb .owl-dots {
    display: none;
}
.owl-itemdet-thumb .itemdet-thumb {
    padding: 2px;
    height: 100px;
}


/* ---------------- */
.carousel-wrap {
    margin: 0px auto;
    padding: 0 0;
    width: 100%;
    position: relative;
}
  
/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100; 
    -webkit-backface-visibility: hidden; 
}
  
/* end fix */
.owl-nav > button {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}
  
.owl-nav i {
    font-size: 52px;
}
  
.owl-nav .owl-prev {
    left: -30px;
}
  
.owl-nav .owl-next {
    right: -30px;
}
/* ---------------- */

.owl-relatedproduct .item .item-wrap {
    margin: 0px;
}
.owl-relatedproduct .item .item-wrap:hover {
    box-shadow: none;
}
.owl-relatedproduct .item .item-wrap .item-details {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.owl-relatedproduct .item .item-wrap:hover {
    background-color: #f1f1f1;
}
.owl-relatedproduct .owl-nav > button {
    margin-top: -80px;
}
.owl-relatedproduct .owl-nav button i {
    color: #fff;
    background: transparent linear-gradient(180deg, #558E3F 0%, #ACCA38 100%) 0% 0% no-repeat padding-box;
    font-size: 20px;
    padding: 30px 7px;
}
.owl-relatedproduct .owl-nav button:hover i {
    background: transparent linear-gradient(0deg, #558E3F 0%, #ACCA38 100%) 0% 0% no-repeat padding-box;
}


.page-item .page-link {
    color: #000000;
    border-color: transparent;
}
.page-item.disabled .page-link {
    border-color: transparent;
}
.page-item .page-link.nolink {
    background-color: transparent;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    color: #a5c539;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #a5c539;
    border-color: transparent;
}

.breadcrumb-sec {
    background-color: #f1f1f1;
}
.breadcrumb-sec .pagebreadcrumb {
    margin: 10px 0px;
}


.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

/* Range slider start */

.range-slider {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 0 0 0;
    font-size: 18px;
    color: #000;
  }
  .range-slider input {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1em;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    outline: none;
    border-radius: 1em;
    background: none;
    border: 0;
  }
  .range-slider input:active, .range-slider input:focus {
    outline: 0;
    z-index: 2;
  }
  .range-slider input::-moz-focus-outer {
    border: 0;
  }
  .range-slider input::-webkit-slider-runnable-track {
    margin: 0 -0.5em;
  }
  .range-slider input::-moz-range-track {
    pointer-events: none;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    outline: none;
    border-radius: 1em;
    background: none;
    border: 0;
  }
  .range-slider input::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    position: relative;
    z-index: 9;
    outline: 0;
    width: 1em;
    height: 1em;
    z-index: 10;
    background: #fff;
    /* box-shadow: 0 0.15em 0.5em 0 rgba(33, 36, 41, 0.35); */
    border-radius: 2em;
    cursor: pointer;
    border: 2px solid #000;
  }
  .range-slider input::-moz-range-thumb {
    -moz-appearance: none;
    pointer-events: all;
    position: relative;
    z-index: 9;
    outline: 0;
    width: 1em;
    height: 1em;
    z-index: 10;
    background: #fff;
    /* box-shadow: 0 0.15em 0.5em 0 rgba(33, 36, 41, 0.35); */
    border-radius: 2em;
    cursor: pointer;
    border: 2px solid #000;;
  }
  .range-slider .label {
      padding: 1em;
      -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
      pointer-events: none;
  }
  .range-slider .label.min-value {
      padding-left: 0;
  }
  .range-slider .label.max-value {
      padding-right: 0;
  }
  
  .range-slider-set {
    position: relative;
    flex: 1;
    height: 2px;
    border-radius: 1em;
    background: rgba(144, 146, 148, 0.5);
    pointer-events: none;
  }
  .range-slider-set [class*=span-] {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .range-slider-set [class*=span-].span-min {
    border-radius: 1em 0 0 1em;
  }
  .range-slider-set [class*=span-].span-gap[style*="left:0%"] {
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
  }
  .range-slider-set [class*=span-].span-gap[style*="right:0%"] {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
  }
  .range-slider-set [class*=span-].span-max {
    border-radius: 0 1em 1em 0;
  }
  .range-slider-set .span-min {
    background: #1B1B1B linear-gradient(90deg, #1B1B1B 50%, #1B1B1B 100%);
  }
  .range-slider-set .span-gap {
    background: #d1d1d1;
  }
  .range-slider-set .span-max {
    background: #1B1B1B linear-gradient(90deg, #1B1B1B 0%, #1B1B1B 50%);
  }
  .range-slider-set .handle {
    position: absolute;
    top: 100%;
    left: 50%;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    width: auto;
    cursor: pointer;
    z-index: 3;
    font-size: 14px;
    font-weight: 500;
  }
  .range-slider-set .handle.from-value {
    transform: translate(-10%, 100%);
  }
  .range-slider-set .handle.to-value {
    transform: translate(-90%, 100%);
  }
  
  /* Range slider end */

.filterpricerange {
    margin-top: 15px;
    padding: 0px 0px 30px 0px;
}
.filterpricerange .fiterprtitle {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}
.filterpricerange .fiterprtitle-range {
    padding: 0px 10px;
}
.filterpricerange .range-slider-set .handle.from-value {
    left: 0px !important;
}
.filterpricerange .range-slider-set .handle.to-value {
    left: 100% !important;
}


.p404-wrap {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 1px 1px 10px #49A010;
    padding: 50px;
    margin: 50px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
}

.p404-wrap .btn {
    margin-top: 50px;
    padding: 15px 50px;
}