.tns-outer {
	padding: 0 !important
}
.tns-outer [hidden] {
	display: none !important
}
.tns-outer [aria-controls], .tns-outer [data-action] {
	cursor: pointer
}
.tns-slider {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}
.tns-slider>.tns-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.tns-horizontal.tns-subpixel {
	white-space: nowrap
}
.tns-horizontal.tns-subpixel>.tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal
}
.tns-horizontal.tns-no-subpixel:after {
	content: '';
	display: table;
	clear: both
}
.tns-horizontal.tns-no-subpixel>.tns-item {
	float: left
}
.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
	margin-right: -100%
}
.tns-no-calc {
	position: relative;
	left: 0
}
.tns-gallery {
	position: relative;
	left: 0;
	min-height: 1px
}
.tns-gallery>.tns-item {
	position: absolute;
	left: -100%;
	-webkit-transition: transform 0s, opacity 0s;
	-moz-transition: transform 0s, opacity 0s;
	transition: transform 0s, opacity 0s
}
.tns-gallery>.tns-slide-active {
	position: relative;
	left: auto !important
}
.tns-gallery>.tns-moving {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	transition: all .25s
}
.tns-autowidth {
	display: inline-block
}
.tns-lazy-img {
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	transition: opacity .6s;
	opacity: .6
}
.tns-lazy-img.tns-complete {
	opacity: 1
}
.tns-ah {
	-webkit-transition: height 0s;
	-moz-transition: height 0s;
	transition: height 0s
}
.tns-ovh {
	overflow: hidden
}
.tns-visually-hidden {
	position: absolute;
	left: -10000em
}
.tns-transparent {
	opacity: 0;
	visibility: hidden
}
.tns-fadeIn {
	opacity: 1;
	z-index: 0
}
.tns-fadeOut, .tns-normal {
	opacity: 0;
	z-index: -1
}
.tns-vpfix {
	white-space: nowrap
}
.tns-vpfix>div, .tns-vpfix>li {
	display: inline-block
}
.tns-t-subp2 {
	margin: 0 auto;
	width: 310px;
	position: relative;
	height: 10px;
	overflow: hidden
}
.tns-t-ct {
	width: 2333.3333333%;
 width: -webkit-calc(100% * 70 / 3);
 width: -moz-calc(100% * 70 / 3);
 width: calc(100% * 70 / 3);
	position: absolute;
	right: 0
}
.tns-t-ct:after {
	content: '';
	display: table;
	clear: both
}
.tns-t-ct>div {
	width: 1.4285714%;
	width: -webkit-calc(100% / 70);
	width: -moz-calc(100% / 70);
	width: calc(100% / 70);
	height: 10px;
	float: left
}
.tns-outer {
	position: relative
}
.tns-outer .tns-controls [data-controls=next], .tns-outer .tns-controls [data-controls=prev] {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	width: 2.6rem;
	height: 2.6rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(var(--bs-black-rgb), .85);
	color: var(--bs-white);
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-border-radius);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.tns-outer .tns-controls [data-controls=prev] {
	left: 1.25rem
}
.tns-outer .tns-controls [data-controls=next] {
	right: 1.25rem
}
.tns-outer .tns-controls [data-controls=next]:hover, .tns-outer .tns-controls [data-controls=prev]:hover {
	background-color: rgba(var(--bs-white-rgb), .85);
	color: var(--bs-dark)
}
.tns-outer .tns-controls [data-controls=next]:disabled, .tns-outer .tns-controls [data-controls=prev]:disabled {
	background-color: rgba(var(--bs-white-rgb), .25);
	color: rgba(var(--bs-dark-rgb), .55);
	cursor: not-allowed
}
.tns-outer .tns-nav {
	text-align: center
}
.tns-outer .tns-nav [data-nav] {
	width: 20px;
	height: 5px;
	margin: 0 3px;
	display: inline-block;
	background-color: rgba(var(--bs-dark-rgb), .15);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
[data-bs-theme=dark] .tns-outer .tns-nav [data-nav] {
	background-color: rgba(var(--bs-white-rgb), .15)
}
.tns-outer .tns-nav [data-nav].tns-nav-active, .tns-outer .tns-nav [data-nav]:hover {
	background-color: var(--bs-primary);
}
.tns-nav-start .tns-outer .tns-nav {
	text-align: left;
}
.mini_cart_empty {
	padding: 80px 0;
	text-align: center;
}
.mini_cart_empty i {
	font-size: 2rem;
	margin-bottom: 20px;
}
.mini_cart_empty p {
	font-size: 1rem;
}
.cart_button:first-child {
	margin-bottom: 15px;
}
.cart_button a {
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 500;
	background: #eef0f1;
	display: block;
	text-align: center;
	line-height: 20px;
	margin-bottom: 0;
	padding: 13px 0px 11px;
	border: 1px solid #ededed;
	color: #000;
}
.cart_button a:hover {
	background: #0d6efd;
	border-color: #0d6efd;
	color: #fff;
}
.reviews_wrapper h2 {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
}
 @media only screen and (max-width: 767px) {
.reviews_wrapper h2 {
	font-size: 15px;
}
}
.reviews_wrapper .product_ratting {
	margin-bottom: 20px;
}
.reviews_wrapper li {
	list-style-type: none;
}
.reviews_wrapper .product_ratting ul {
	margin: 0;
	padding: 0;
}
.reviews_wrapper .product_ratting ul li a {
	color: #6a7964;
}
.reviews_wrapper .product_ratting h3 {
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 30px;
}
.comment_title {
	margin-bottom: 20px;
}
.comment_page {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.comment_page ul.pagination li a {
	padding: 2px 4px;
	margin: 0 4px;
	font-size: 17px;
	font-weight: 400;
}
.product_ratting ul li {
	margin-right: 1px;
	line-height: 20px;
}
.product_ratting ul li:last-child {
	margin-right: 0;
}
.product_ratting ul li a {
	color: #ff9806;
}
.product_ratting ul li a i.active {
	color: red;
}
.product_ratting ul li span {
	font-size: 12px;
	color: #999999;
	font-weight: 600;
	margin-left: 3px;
}
.product_review_form .row {
 --bs-gutter-x: 1.5rem;
 --bs-gutter-y: 0;
	display: flex;
	flex: 1 0 100%;
	flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x)/ -2);
	margin-left: calc(var(--bs-gutter-x)/ -2);
}
.product_review_form input {
	border: 1px solid #ddd;
	background: none;
	width: 100%;
	height: 40px;
	padding: 0 20px;
}
.product_review_form textarea {
	border: 1px solid #ddd;
	background: none;
	height: 120px;
	resize: none;
	width: 100%;
	margin-bottom: 14px;
	padding: 0 20px;
}
.product_review_form p {
	margin-bottom: 7px;
}
.star_rating {
	float: right;
}
.star_rating ul li {
	display: block;
}
.star_rating ul li a {
	color: #6a7964;
}
.star_rating ul.star1 li:nth-child(1) a {
	color: red;
}
.star_rating ul.star2 li:nth-child(-n + 2) a {
	color: red;
}
.star_rating ul.star3 li:nth-child(-n + 3) a {
	color: red;
}
.star_rating ul.star4 li:nth-child(-n + 4) a {
	color: red;
}
.star_rating ul.star5 li:nth-child(-n + 5) a {
	color: red;
}
.reviews_comment_box {
	display: flex;
	margin-bottom: 22px;
}
.reviews_comment_box .comment_thmb img {
	max-width: 47px !important;
	max-width: 89px;
}
.reviews_comment_box .comment_text {
	width: 100%;
	border: 1px solid #ededed;
	position: relative;
	margin-left: 21px;
	padding: 12px;
	border-radius: 3px;
}
.reviews_comment_box .comment_text::before {
	background: #fff;
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #ededed;
	content: '';
	display: block;
	height: 10px;
	left: -6px;
	position: absolute;
	top: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
}
.reviews_meta p {
	font-size: 15px;
	margin-bottom: 15px;
}
.reviews_meta p strong {
	text-transform: uppercase;
	font-weight: 600;
	color: #000000;
}
.product_review_form .a_button:hover {
	background: #6a7964;
	color: #ffffff;
}
.product_review_form .a_button {
	border: none;
	background: #000000;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px 15px 3px;
	display: inline-block;
	cursor: pointer;
	margin-top: 20px;
	border-radius: 5px;
	font-size: 13px;
}
.quantity-group {
	width: 120px;
}
.ad_btn:hover {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
}
.ad_btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border: 1px solid #CCC;
}
@media only screen and (max-width: 767px) {
.align-items-center .btn {
	white-space: normal;
}
}
@media only screen and (max-width: 767px) {
.align-items-center .ad_btn {
	white-space: normal;
}
.zan_filter {
	z-index: 9999;
}
}
