/*----------------------------------------*/
/*  START PRODUCT DESIGN
/*--------------------------------------*/
.product-nav {
	padding: 0 0.9375rem;
}

.klby-product-details {
	padding-top: 60px;
}

.klby-single-product {
	margin: 5px 12px;
	text-align: left;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid rgb(255 255 255 / 17%);
}

.klby-single-product.style1 {
	margin: 12px 0px;
}

.klby_product_img_area {
	position: relative;
	overflow: hidden;
	border-bottom: none;
}

.klby_product_img {
	text-align: center;
	overflow: hidden;
	height: 220px;
}

.klby_product_img img {
	max-width: 280px;
	max-height: 215px;
}

.klby_product_content {
	padding: 20px 30px 20px;
	background-color: var(--klby-grey-1);
}

.klby_product_img_area ul {
	position: absolute;
	margin: 0;
	list-style: none;
	bottom: -100px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
}

.klby-single-product:hover .klby_product_img_area ul {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}

.klby_product_img_area ul li:last-child {
	border-bottom: none;
}

ul.klby_product_cart {
	margin: 0;
	text-align: center;
	background-color: var(--klby-thm-color);
	display: inline-flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

ul.klby_product_cart li {
	display: block;
	padding: 8px 8px;
	border-right: 1px solid rgb(255 255 255 / 10%);
	line-height: 26px;
	color: rgb(255, 255, 255, 0.5);
	text-align: center;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

ul.klby_product_cart li:hover {
	color: rgb(255, 255, 255, 0.9);
}

ul.klby_product_cart li img {
	display: inline-block;
}

.klby-single-product ul li a {
	padding-right: 8px;
}

.klby-single-product ul li:last-child {
	border-right: none;
}

.klby-single-product .title {
	margin: 12px 0px 9px;
	transition: all 0.3s ease-out;
}

.klby-single-product .title:hover {
	color: #f27166;
}

.klby_tag {
	position: absolute;
	top: 10px;
	left: 10px;
	text-transform: capitalize;
	border-radius: 4px;
	padding: 2px 15px;
	background-color: #f27166;
	color: white;
}

.klby_product_rating {
	text-transform: capitalize;
	border-radius: 4px;
	padding: 2px 15px;
	color: #f27166;
}

.klby-single-product .price {
	font-size: 16px;
	font-weight: 600;
	color: var(--klby-thm-color);
}

.klby-single-product .price>span {
	font-size: 14px;
	font-weight: 400;
}

.klby-single-product .price>del {
	color: #8b89a3;
	font-weight: 500;
}

/*----------------------------------------*/
/*   START SHOP DETAILS DESIGN
/*--------------------------------------*/
.klby-product-details-wrapper {
	margin-left: 21px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.klby-product-details-wrapper {
		margin-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
	.klby-product-details-wrapper {
		margin-left: 10px;
		margin-top: 30px;
	}




}

.klby-product-details-wrapper>p {
	font-size: 15px;
	line-height: 1.7;
}

.klby-product-details-wrapper>p span {
	font-weight: 500;
	color: var(--klby-thm-color);
}

.klby-product-details-nav-main-thumb {
	position: relative;

}

.klby-product-details-nav-main-thumb img {
	max-width: 420px;
	padding: 20px 0;
}

.klby-product-details-thumb-wrapper {
	position: sticky;
	top: 100px;
	margin-right: 0px;
	background-color: #eceded;
	text-align: center;
}

.klby-product-details-thumb-wrapper .nav-tabs {
	margin-top: 10px;
	border: none;
	width: 80px;
}

.klby-product-details-thumb-wrapper .nav-tabs .nav-link {
	width: 80px;
	height: 100px;
	position: relative;
	padding: 0 0;
	margin-right: 10px;
}

@media (max-width: 575px) {
	.klby-product-details-thumb-wrapper .nav-tabs .nav-link {
		margin-right: 10px;
		margin-bottom: 10px;
	}
}

.klby-product-details-thumb-wrapper .nav-tabs .nav-link:not(:last-child) {
	margin-bottom: 10px;
}

.klby-product-details-thumb-wrapper .nav-tabs .nav-link::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 1px solid transparent;
	top: 0;
	left: 0;
}

.klby-product-details-thumb-wrapper .nav-tabs .nav-link.active::after,
.klby-product-details-thumb-wrapper .nav-tabs .nav-link:hover::after {
	border-color: var(--klby-thm-black);
}

.klby-product-details-thumb-wrapper .nav-tabs .nav-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.klby-product-details-thumb-wrapper .nav-tabs .nav-link .nav-video-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background-color: var(--klby-thm-black);
	color: var(--klby-thm-white);
	font-size: 15px;
}

.klby-product-details-thumb-slider {
	position: sticky;
	top: 120px;
}

.klby-product-details-thumb-slider:hover .klby-product-details-thumb-arrow button {
	visibility: visible;
	opacity: 1;
	left: 20px;
}

.klby-product-details-thumb-slider:hover .klby-product-details-thumb-arrow button.klby-product-details-thumb-slider-5-button-next {
	left: auto;
	right: 20px;
}

.klby-product-details-thumb-arrow button {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 1;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	margin: 0 5px;
	background-color: var(--klby-thm-white);
	color: var(--klby-thm-black);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.01);
	visibility: hidden;
	opacity: 0;
}

.klby-product-details-thumb-arrow button.klby-product-details-thumb-slider-5-button-next {
	left: auto;
	right: 0;
}

.klby-product-details-thumb-arrow button:hover {
	background-color: var(--klby-thm-color);
	color: var(--klby-thm-white);
	box-shadow: none;
}

.klby-product-details-thumb-video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: var(--klby-thm-black);
	border-radius: 50%;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: var(--klby-thm-white);
	-webkit-animation: klby-pulse-2 2s infinite;
	-moz-animation: klby-pulse-2 2s infinite;
	-ms-animation: klby-pulse-2 2s infinite;
	-o-animation: klby-pulse-2 2s infinite;
	animation: klby-pulse-2 2s infinite;
}

.klby-product-details-thumb-video-btn:hover {
	color: var(--klby-thm-white);
	background-color: var(--klby-thm-color);
}

.klby-product-details-thumb-gallery-item img {
	width: 100%;
}

.klby-product-details-category span {
	font-size: 16px;
	line-height: 1;
}

.klby-product-details-category span a:hover {
	color: var(--klby-thm-color);
}

.klby-product-details-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
}

.klby-product-details-action-title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 13px;
}

.klby-product-details-add-to-cart-btn {
	font-size: 16px;
	color: var(--klby-thm-black);
	text-align: center;
	padding: 9px 30px;
	border: 1px solid #e0e2e3;
}

.klby-product-details-add-to-cart .wishlist {
	background: var(--klby-grey-1);
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	margin-left: 13px;
	border-radius: 50%;
	transition: all 0.3s ease-out;
	color: var(--klby-thm-color);
}

.klby-product-details-add-to-cart .wishlist:hover {
	background: var(--klby-thm-color);
	color: var(--klby-thm-white);
}


.klby-product-details-social {
	margin-bottom: 22px;
}

.klby-product-details-social span {
	font-size: 15px;
	color: var(--klby-thm-black);
	margin-right: 2px;
}

.klby-product-details-social a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #eceded;
	border-radius: 5%;
	margin-left: 5px;
	padding: 0 6px;
	background-color: #55aa7f;
	color: white;
}

.klby-product-details-social a i {
	margin-right: 5px;
}

.klby-product-details-social a:nth-child(2) {
	background-color: #00007f;
}

.klby-product-details-social a:hover {
	background-color: var(--klby-thm-color);
	border-color: var(--klby-thm-color);
	color: var(--klby-thm-white);
}

.klby-product-details-msg ul li {
	list-style: none;
	position: relative;
	font-size: 15px;
	padding-left: 25px;
}

.klby-product-details-msg ul li::after {
	position: absolute;
	content: '';
	top: 4px;
	left: 0;
	width: 18px;
	height: 18px;
	line-height: 16px;
	text-align: center;
	color: var(--klby-thm-white);
}

.klby-product-details-payment {
	background-color: #f3f5f6;
	padding: 18px 30px;
}

.klby-product-details-payment p {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 0;
	margin-right: 46px;
	flex: 0 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.klby-product-details-payment p {
		margin-right: 10px;
	}
}

@media (max-width: 575px) {
	.klby-product-details-payment p {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.klby-product-details-payment p br {
		display: none;
	}
}

.klby-product-details-desc-title {
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 13px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.klby-product-details-desc-title {
		font-size: 30px;
	}
}

@media (max-width: 575px) {
	.klby-product-details-desc-title {
		font-size: 26px;
	}
}

.klby-product-details-desc-title-2 {
	font-size: 34px;
	font-weight: 400;
	margin-bottom: 14px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
	.klby-product-details-desc-title-2 {
		font-size: 25px;
	}
}

.klby-product-details-desc-content {
	margin-bottom: 25px;
	padding-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
	.klby-product-details-desc-content {
		padding-right: 0;
	}
}

@media (max-width: 575px) {
	.klby-product-details-desc-content {
		padding-left: 0;
	}
}

.klby-product-details-desc-content span {
	font-size: 20px;
	color: var(--klby-thm-black);
}

.klby-product-details-desc-content p {
	font-size: 16px;
	line-height: 1.6;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
	.klby-product-details-desc-content-2 {
		padding-right: 0;
		padding-left: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
	.klby-product-details-desc-content-2.pt-75 {
		padding-top: 25px;
	}
}

.klby-product-details-desc-content-2 p {
	font-size: 16px;
	line-height: 1.6;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
	.klby-product-details-desc-thumb img {
		max-width: 100%;
	}
}

.klby-product-details-desc-list {
	padding-top: 13px;
}

.klby-product-details-desc-list ul li {
	list-style: none;
	font-size: 16px;
	color: var(--klby-thm-black);
	position: relative;
	padding-left: 17px;
}

.klby-product-details-desc-list ul li:not(:last-child) {
	margin-bottom: 3px;
}

.klby-product-details-desc-list ul li::after {
	position: absolute;
	content: "";
	left: 0;
	top: 11px;
	width: 4px;
	height: 4px;
	background-color: #a8acb0;
	border-radius: 50%;
}

.klby-product-details-desc-fact-thumb img {
	margin-bottom: 16px;
}

.klby-product-details-desc-fact-content span {
	display: inline-block;
	font-size: 50px;
	line-height: 1.2;
	color: var(--klby-thm-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.klby-product-details-desc-fact-content span {
		font-size: 35px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.klby-product-details-desc-fact-content span {
		font-size: 30px;
	}
}

@media (max-width: 575px) {
	.klby-product-details-desc-fact-content span {
		font-size: 25px;
	}
}

.klby-product-details-desc-fact-content p {
	font-size: 22px;
}

@media (max-width: 575px) {
	.klby-product-details-desc-fact-content p {
		font-size: 20px;
	}
}

.klby-product-details-additional-info {
	padding-top: 60px;
}

@media (max-width: 575px) {
	.klby-product-details-additional-info {
		overflow-x: scroll;
	}
}

.klby-product-details-additional-info-title {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 16px;
	display: none;
}

.klby-product-details-additional-info.klby-table-style-2 {
	padding-top: 50px;
}

.klby-product-details-additional-info.klby-table-style-2 .klby-product-details-additional-info-title {
	display: block;
}

.klby-product-details-additional-info.klby-table-style-2 table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0 7px;
}

.klby-product-details-additional-info.klby-table-style-2 table tr {
	border: 0;
}

.klby-product-details-additional-info.klby-table-style-2 table tr:not(:last-child) {
	border: 0;
	margin-bottom: 6px;
}

.klby-product-details-additional-info.klby-table-style-2 table tr td {
	padding: 7px 24px;
	border: 1px solid #e6e7e8;
}

.klby-product-details-additional-info.klby-table-style-2 table tr td:first-child {
	padding-left: 24px;
	border-right: 0;
}

.klby-product-details-additional-info.klby-table-style-2 table tr td:last-child {
	padding-left: 34px;
}

.klby-product-details-additional-info table {
	border: 1px solid #e0e2e3;
	width: 100%;
}

.klby-product-details-additional-info table tr:not(:last-child) {
	border-bottom: 1px solid #eceded;
}

.klby-product-details-additional-info table tr td {
	padding: 12px 34px;
}

.klby-product-details-additional-info table tr td:first-child {
	font-size: 16px;
	color: var(--klby-thm-black);
	background-color: #f9f9f9;
	width: 306px;
}

.klby-product-details-additional-info table tr td:last-child {
	font-size: 16px;
	color: var(--klby-text-body);
}

.klby-product-details-review-number {
	border: 1px solid #e0e2e3;
	padding: 35px 43px 33px 40px;
}

@media (max-width: 575px) {
	.klby-product-details-review-number {
		padding: 35px 25px 33px 25px;
	}
}

.klby-product-details-review-number-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 14px;
}

.klby-product-details-review-summery {
	margin-bottom: 12px;
}

.klby-product-details-review-summery-value span {
	font-size: 40px;
	font-weight: 500;
	color: var(--klby-thm-black);
	margin-right: 8px;
}

.klby-product-details-review-summery-rating {
	margin-right: 3px;
}

.klby-product-details-review-summery-rating span {
	color: #ffb21d;
}

.klby-product-details-review-summery-rating p {
	margin-left: 4px;
	font-size: 14px;
	margin-bottom: 0;
}

.klby-product-details-review-rating-item>span {
	color: #a0a2a4;
	font-size: 15px;
	margin-right: 10px;
}

.klby-product-details-review-rating-bar {
	width: 260px;
	background-color: #edeeee;
	height: 10px;
	position: relative;
	margin-right: 12px;
}

@media (max-width: 575px) {
	.klby-product-details-review-rating-bar {
		width: 130px;
	}
}

.klby-product-details-review-rating-bar-inner {
	height: 100%;
	background-color: #ffb21d;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.klby-product-details-review-rating-percent span {
	font-size: 14px;
}

.klby-product-details-review-title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 22px;
}

@media (max-width: 575px) {
	.klby-product-details-review-list {
		padding-right: 0;
	}
}

.klby-product-details-review-avater:not(:last-child) {
	margin-bottom: 32px;
}

.klby-product-details-review-avater-thumb {
	flex: 0 0 auto;
}

.klby-product-details-review-avater-thumb img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 20px;
}

.klby-product-details-review-avater-rating {
	line-height: 1;
	margin-bottom: 3px;
}

.klby-product-details-review-avater-rating span {
	font-size: 10px;
	margin-right: 2px;
	color: #ffb21d;
}

.klby-product-details-review-avater-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 9px;
	display: inline-block;
}

.klby-product-details-review-avater-meta {
	font-size: 12px;
	position: relative;
	padding-left: 11px;
	margin-left: 3px;
}

.klby-product-details-review-avater-meta::after {
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #a8acb0;
}

.klby-product-details-review-avater-comment p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.4;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
	.klby-product-details-review-form {
		margin-top: 50px;
	}
}

.klby-product-details-review-form>p {
	font-size: 16px;
	margin-bottom: 8px;
}

.klby-product-details-review-form-title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 4px;
}

.klby-product-details-review-form-rating {
	margin-bottom: 28px;
}

.klby-product-details-review-form-rating p {
	margin-bottom: 0;
	font-size: 14px;
	margin-right: 8px;
}

.klby-product-details-review-form-rating-icon span {
	font-size: 12px;
	color: #ffb21d;
}

.klby-product-details-review-input-wrapper {
	margin-bottom: 11px;
}

.klby-product-details-review-input-box {
	position: relative;
}

.klby-product-details-review-input-box:not(:last-child) {
	margin-bottom: 20px;
}

.klby-product-details-review-input input {
	font-size: 16px;
	height: 56px;
	background: var(--klby-grey-1);
	border: 1px solid transparent;
	border: 1px solid var(--klby-border-1);
	border-radius: 15px;
}

.klby-product-details-review-input input::placeholder {
	font-size: 16px;
	color: var(--klby-text-body);
}

.klby-product-details-review-input textarea {
	height: 165px;
	resize: none;
	border: 1px solid var(--klby-border-1);
	background: var(--klby-grey-1);
	border-radius: 15px;
}

.klby-product-details-review-input input:focus,
.klby-product-details-review-input textarea:focus {
	border: 1px solid var(--klby-thm-color);
}

.klby-product-details-review-input textarea::placeholder {
	font-size: 16px;
	color: var(--klby-text-body);
}

.klby-product-details-review-input-title label {
	font-size: 14px;
	color: var(--klby-thm-black);
	position: absolute;
	top: -7px;
	left: 20px;
	padding: 0 5px;
	background-color: var(--klby-thm-white);
	line-height: 1;
}

.klby-product-details-review-input-eye {
	position: absolute;
	right: 26px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.klby-product-details-review-input-eye .open-eye {
	display: none;
}

.klby-product-details-review-input-eye:hover {
	cursor: pointer;
}

.klby-product-details-review-input-eye:hover span {
	color: var(--klby-thm-black);
}

.klby-product-details-review-remeber input {
	display: none;
}

.klby-product-details-review-remeber input:checked~label::after {
	background-color: var(--klby-thm-color);
	border-color: var(--klby-thm-color);
}

.klby-product-details-review-remeber input:checked~label::before {
	visibility: visible;
	opacity: 1;
}

.klby-product-details-review-remeber label {
	font-size: 15px;
	color: #55585b;
	position: relative;
	padding-left: 26px;
	z-index: 1;
}

.klby-product-details-review-remeber label::after {
	position: absolute;
	content: "";
	top: 4px;
	left: 0;
	width: 18px;
	height: 18px;
	line-height: 16px;
	text-align: center;
	border: 1px solid #c3c7c9;
	z-index: -1;
}

.klby-product-details-review-remeber label::before {
	position: absolute;
	content: "\f00c";
	top: 4px;
	left: 0;
	width: 18px;
	height: 18px;
	line-height: 16px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	color: var(--klby-thm-white);
	font-family: var(--klby-ff-fontawesome);
	font-weight: 700;
	font-size: 14px;
}

.klby-product-details-review-remeber label a:hover {
	color: var(--klby-thm-color);
}

.klby-product-details-review-remeber label:hover {
	cursor: pointer;
}

.klby-product-details-review-btn {
	font-size: 16px;
	font-weight: 500;
	color: var(--klby-thm-white);
	padding: 9px 45px;
	background-color: var(--klby-thm-color);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 15px;
}

.klby-product-details-review-btn:hover {
	background-color: var(--klby-thm-black);
}

.klby-product-details-bottom {
	border-bottom: inherit;
}

.klby-product-details-bottom p {
	font-size: 18px;
	line-height: 36px;
	color: #00007f;
	padding: 10px 25px;
}

.klby-product-details-tab-nav .nav-tabs {
	margin-top: 16px;
	padding: 12px 0;
	border-bottom: 1px solid #e0e2e3;
	border-top: 1px solid #e0e2e3;
}

@media (max-width: 575px) {
	.klby-product-details-tab-nav .nav-tabs {
		padding-bottom: 0;
	}
}

.klby-product-details-tab-nav .nav-tabs .nav-link {
	font-size: 20px;
	color: #a0a2a4;
	padding-left: 9px;
	padding-right: 7px;
	position: relative;
	border: none;
}

.klby-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
	margin-left: 40px;
}

.klby-product-details-tab-nav .nav-tabs .nav-link.active,
.klby-product-details-tab-nav .nav-tabs .nav-link:hover {
	color: var(--klby-thm-black);
}

.klby-product-details-tab-nav .nav-tabs .nav-link.active::after,
.klby-product-details-tab-nav .nav-tabs .nav-link:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}


@media (max-width: 575px) {
	.klby-product-details-tab-nav .nav-tabs .nav-link::after {
		position: absolute;
		content: "";
		left: auto;
		right: 0;
		bottom: -1px;
		width: 0%;
		height: 2px;
		background-color: var(--klby-thm-black);
	}


}


.klby-product-details-tab-line {
	position: absolute;
	bottom: 0;
	height: 1px;
	background-color: var(--klby-thm-black);
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.klby-product-details-views {
	margin-bottom: 10px;
}

.klby-product-details-views>span {
	color: var(--klby-thm-black);
	font-size: 16px;
	margin-right: 8px;
}

.klby-product-details-views p {
	font-size: 16px;
	margin-bottom: 0;
}

.klby-product-details-views p span {
	color: var(--klby-thm-black);
	font-weight: 500;
}



.klby-product-details-wishlist-btn {
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: var(--klby-thm-white);
	box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}

.klby-product-details-wishlist-btn:hover {
	background-color: var(--klby-thm-black);
	color: var(--klby-thm-white);
}

.klby-product-quantity {
	width: 100px;
	position: relative;
	border-radius: 20px;
}

.klby-cart-plus,
.klby-cart-minus {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: var(--klby-thm-black);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: absolute;
	top: 50%;
	left: 12px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.klby-cart-plus i,
.klby-cart-minus i {
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	transform: translateY(1px);
}

.klby-cart-plus:hover,
.klby-cart-minus:hover {
	cursor: pointer;
	color: var(--klby-thm-color);
}

.klby-cart-plus.klby-cart-plus,
.klby-cart-minus.klby-cart-plus {
	left: auto;
	right: 12px;
}

.klby-cart-plus.klby-cart-plus::after,
.klby-cart-minus.klby-cart-plus::after {
	left: 0;
	right: auto;
}

@media (max-width: 575px) {
	.mobile-menu {
		padding-bottom: 10px;
	}

	.klby-product-details-tab-nav .nav-tabs span#productTabMarker {
		display: none !important;
	}

	.klby-product-details-nav-main-thumb img {
		max-width: 320px;

	}

	.klby-product-details-title {
		font-size: 28px;
	}

	.klby-product-details {
		padding-top: 20px;
	}

	.pt-80,
	.pt-60 {
		padding-top: 30px;
	}

	.klby-product-details-bottom p {
		font-size: 14px;
	}

	.footer_contact {
		line-height: 32px;
		padding: 0 0 15px 15px;
	}

	.footer__copyright {
		padding: 0 16%;
	}
}