.categories-product-box {
    background-color: #F4F9F0;
    border-radius: 20px;
    padding: 20px 15px;
    margin-bottom: 30px;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    text-align: center;
    border-width: 4px;
    border-color: #6EA343;
}

.categories-product-box .category-product-box {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	overflow: hidden;
}

.categories-product-box .category-product-box .categories-product-img {
	width: 30%;
}

.categories-product-box .category-product-box .categories-product-info{
	width: 70%;
}

.categories-product-box .seperator {
	width: 20%;
	height: 1px;
	margin: 0 auto 20px;
	border-width: 1px;
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
	border-color: #6EA343;
}

.categories-product-info h6 {
	font-family: 'Poppins', sans-serif;
}

.categories-product-info h6 a {
	color: #294145;
    display: block;
    margin: 0;
    padding: 20px 0px;
}

.product-list {}

.product-list .product-box {
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
	border-width: 3px;
	padding: 1rem;
	border-radius: var(--bs-border-radius-sm);
	border-color: #F4F9F0;
	border-radius: 20px;
	padding: 15px;
}

.product-list .product-box .product-image img {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.product-list .product-box .product-info h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
}

.product-list .product-box .product-info h2 a {
	color: #294145;
}

.product-list-pagination ul li {
	border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
	border-width: 1px;
	border-color: #F4F9F0;
}

.product-list-pagination ul li a {
	padding: 10px 15px;
	background-color: #6EA343;
	color: #ffffff;
}

.product-list-pagination ul li.li-active a {
	background-color: #294145;
	pointer-events: none;
}

.price input {
	width: 54px;
}

.product-img-nav img {}

.product-img-nav img:hover,
.slick-current img {
	opacity: 1 !important;
}

.product-img-nav.slick-slide.slick-current.slick-center,
.product-img-nav.slick-slide {
	width: 115px !important;
}

.slick-track {
	display: flex;
	justify-content: center;
	margin: 0!important;
}

.slick-list.draggable {
	padding: 0 !important;
}

@media (max-width: 576px) {}

.star-rating-inner {
	transform: rotateY(180deg);
}

.star-rating input {
	display: none;
}

.star-rating label {
	width: 2%;
	aspect-ratio: 1;
	cursor: pointer;
}

.star-rating label .star-stroke {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	background: #294145;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.star-rating label .star-stroke .star-fill {
	width: 70%;
	aspect-ratio: 1;
	background: transparent;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.star-rating input:hover~label .star-stroke,
.star-rating input:checked~label .star-stroke {
	background: #6EA343;
	transition: all .2s ease-in-out;
}

.star-rating input:checked~label .star-stroke .star-fill {
	background: #6EA343;
	transition: all .2s ease-in-out;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #6EA343;
}

.related-product-inner .nav-link:hover {
	color: #666666;
}

.tab-content {
	margin-top: -3px;
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1* var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
	color: #666666;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #6EA343;
}

.product-detail .btn {
	background: #2db742;
    color: #fff;
    padding: 15px 20px;
	text-transform: uppercase;
	font-size: 16px;
}

.product-detail .btn i{
	margin-right: 10px;
}

.product-box .theme-btn span {
    position: relative;
    display: inline-block;
    padding: 10px 32px;
}

.product-list-pagination a {
    padding: 10px 15px;
    background-color: #6EA343;
    color: #ffffff;
	border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    border-width: 1px;
    border-color: #F4F9F0;
}

.product-list-pagination a.active_page {
    background-color: #294145;
    pointer-events: none;
}