.haricar-single-product-page {
	width: 100%;
	background: #f7f7f7;
	padding: 30px 0 60px;
	font-family: 'Lato', sans-serif;
	color: #17232d;
	box-sizing: border-box;
}

.haricar-single-product-page *,
.haricar-single-product-page *::before,
.haricar-single-product-page *::after {
	box-sizing: border-box;
}

.haricar-single-product-container {
	width: min(1380px, calc(100% - 30px));
	margin: 0 auto;
}

.haricar-product-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 20px;
	color: #777;
}

.haricar-product-breadcrumb a {
	color: #666;
	text-decoration: none;
}

.haricar-product-breadcrumb a:hover {
	color: #57180f;
}

.haricar-product-breadcrumb .current {
	color: #333;
}

.haricar-product-main {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	gap: 38px;
	background: #fff;
	padding: 26px;
}

.haricar-product-gallery {
	position: relative;
	min-width: 0;
}

.haricar-gallery-layout {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 14px;
	align-items: stretch;
	height: 540px;
}

.haricar-product-thumbnails {
	display: flex;
	flex-direction: column;
	width: 82px;
	height: 540px;
	min-height: 0;
	gap: 10px;
}

.haricar-thumb-viewport {
	position: relative;
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden;
}

.haricar-thumb-track {
	display: flex;
	flex-direction: column;
	gap: 10px;
	transition: transform .25s ease;
	will-change: transform;
}

.haricar-product-thumb {
	flex: 0 0 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	margin: 0;
	padding: 5px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.haricar-product-thumb:hover {
	border-color: #bd7125;
}

.haricar-product-thumb.active {
	border: 2px solid #bd7125;
	box-shadow: 0 0 0 1px rgba(189, 113, 37, .08);
}

.haricar-product-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.haricar-thumb-arrow {
	flex: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 40px;
	padding: 0;
	border: 1px solid #e1e1e1 !important;
	border-radius: 5px;
	background: #fff !important;
	color: #17232d !important;
	cursor: pointer;
	box-shadow: none !important;
	transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.haricar-thumb-arrow svg {
	display: block;
	width: 19px;
	height: 19px;
}

.haricar-thumb-arrow:hover:not(:disabled) {
	border-color: #bd7125 !important;
	color: #bd7125 !important;
	background: #fff !important;
}

.haricar-thumb-arrow:disabled {
	opacity: .35;
	cursor: default;
}

.haricar-main-image-area {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 540px;
	background: #fafafa;
	border-radius: 5px;
	overflow: hidden;
}

.haricar-main-product-image {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px;
	object-fit: contain;
	object-position: center;
	transition: opacity .2s ease, transform .25s ease;
}

.haricar-main-product-image.haricar-image-changing {
	opacity: .45;
}

.haricar-image-zoom {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 43px;
	height: 43px;
	padding: 0;
	border: 0 !important;
	border-radius: 50%;
	background: #fff !important;
	color: #17232d !important;
	cursor: pointer;
	box-shadow: 0 3px 14px rgba(0, 0, 0, .10) !important;
}

.haricar-image-zoom svg {
	width: 21px;
	height: 21px;
}

.haricar-image-zoom:hover {
	color: #bd7125 !important;
}

.haricar-single-sale {
	position: absolute;
	top: 14px;
	left: 110px;
	z-index: 8;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 55px;
	height: 28px;
	padding: 0 9px;
	background: #57180f;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 28px;
}

.haricar-product-summary {
	min-width: 0;
	padding: 5px 0;
}

.haricar-product-summary .haricar-product-title {
	margin: 0 0 12px !important;
	padding: 0 !important;
	color: #17232d !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 25px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	justify-content: start;
	text-align: start;
}

.haricar-product-rating-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	margin: 0 0 13px;
}

.haricar-product-rating {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
}

.haricar-product-rating .star-rating {
	float: none;
	margin: 0;
	font-size: 15px;
}

.haricar-rating-number,
.haricar-review-count {
	color: #666;
	font-size: 15px;
	line-height: 20px;
}

.haricar-product-summary>.haricar-product-price {
	display: block;
	margin: 0 0 8px !important;
	padding: 0 !important;
	color: #bd7125 !important;
	font-size: 25px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	text-align: left !important;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: start;
}

.haricar-product-price del {
	margin-left: 8px;
	color: #999 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

.haricar-product-price ins {
	color: #bd7125 !important;
	text-decoration: none !important;
}

.haricar-product-sale-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	height: 27px;
	margin: 0 0 15px 8px;
	padding: 0 8px;
	border-radius: 4px;
	background: #bd7125;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	vertical-align: middle;
}

.woocommerce #reviews #comments h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	text-transform: capitalize;
}

.woocommerce table.shop_attributes td {
	padding: 5px;
}

.haricar-product-short-description {
	margin: 0 0 18px;
	padding: 0 0 17px;
	border-bottom: 1px solid #e5e5e5;
	color: #555;
	font-size: 15px;
	line-height: 1.65;
}

.haricar-product-short-description p {
	margin: 0 0 9px;
}

.haricar-product-short-description p:last-child {
	margin-bottom: 0;
}

.haricar-product-cart-area {
	margin: 0 0 15px;
}

.haricar-product-cart-area form.cart {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	margin: 0 !important;
}

.haricar-product-cart-area .quantity {
	margin: 0 !important;
}

.haricar-product-cart-area .quantity input.qty {
	width: 58px !important;
	height: 43px !important;
	margin: 0 !important;
	padding: 0 5px !important;
	border: 1px solid #ddd !important;
	border-radius: 4px !important;
	background: #fff !important;
	color: #333 !important;
	font-family: 'Lato', sans-serif !important;
	font-size: 15px !important;
	text-align: center !important;
	box-shadow: none !important;
}

.haricar-product-cart-area .single_add_to_cart_button {
	min-width: 180px !important;
	height: 43px !important;
	margin: 0 !important;
	padding: 0 22px !important;
	border: 0 !important;
	border-radius: 4px !important;
	background: #bd7125 !important;
	color: #fff !important;
	font-family: 'Lato', sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 43px !important;
	text-transform: uppercase;
	box-shadow: none !important;
	cursor: pointer;
}

.haricar-product-cart-area .single_add_to_cart_button:hover {
	background: #57180f !important;
	color: #fff !important;
}

.haricar-product-cart-area .variations {
	width: 100%;
	margin: 0 0 12px !important;
	border: 0 !important;
}

.haricar-product-cart-area .variations td,
.haricar-product-cart-area .variations th {
	padding: 6px 0 !important;
	border: 0 !important;
	text-align: left;
}

.haricar-product-cart-area .variations label {
	font-size: 15px !important;
	font-weight: 700;
}

.haricar-product-cart-area .variations select {
	min-width: 160px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	font-size: 15px;
}

.haricar-product-extra-actions {
	min-height: 25px;
	margin: 0 0 13px;
}

.haricar-wishlist .yith-wcwl-add-to-wishlist {
	margin: 0 !important;
}

.haricar-wishlist a {
	display: inline-flex !important;
	align-items: center !important;
	gap: 7px;
	color: #333 !important;
	font-size: 15px !important;
	text-decoration: none !important;
}

.haricar-wishlist a:hover {
	color: #bd7125 !important;
}

.haricar-product-meta {
	margin: 0;
	padding: 14px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.haricar-meta-row {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	margin: 0 0 7px;
	font-size: 15px;
	line-height: 1.5;
}

.haricar-meta-row:last-child {
	margin-bottom: 0;
}

.haricar-meta-row strong {
	flex: 0 0 100px;
	font-weight: 700;
}

.haricar-meta-row span:last-child {
	color: #666;
}

.haricar-in-stock {
	color: #378c42 !important;
}

.haricar-out-stock {
	color: #c33 !important;
}

.haricar-stock-dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 5px;
	border-radius: 50%;
	background: #32a344;
}

.haricar-product-share {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: 13px;
	font-size: 15px;
}

.haricar-product-share strong {
	margin-right: 3px;
}

.haricar-product-share a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background: #f1f2f3;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

.haricar-product-share a:hover {
	background: #bd7125;
	color: #fff;
}

.haricar-product-tabs-section {
	margin-top: 28px;
	background: #fff;
	padding: 0 26px 30px;
}

.haricar-product-tabs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
}

.haricar-product-tab {
	position: relative;
	min-height: 52px;
	margin: 0 !important;
	padding: 0 20px !important;
	border: 0 !important;
	background: transparent !important;
	color: #555 !important;
	font-family: 'Lato', sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	text-transform: none;
	cursor: pointer;
	box-shadow: none !important;
}

.haricar-product-tab:first-child {
	padding-left: 0 !important;
}

.haricar-product-tab.active {
	color: #17232d !important;
}

.haricar-product-tab.active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 2px;
	background: #bd7125;
}

.haricar-product-tab-content {
	display: none;
}

.haricar-product-tab-content.active {
	display: block;
}

.haricar-description-content {
	color: #555;
	font-size: 15px;
	line-height: 1.7;
}

.haricar-description-content p {
	margin: 0 0 12px;
}

.haricar-product-tab-content .woocommerce-product-attributes {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.haricar-product-tab-content .woocommerce-product-attributes th,
.haricar-product-tab-content .woocommerce-product-attributes td {
	padding: 10px 12px;
	border: 1px solid #ddd;
	text-align: left;
}

.haricar-product-tab-content .woocommerce-product-attributes th {
	width: 30%;
	background: #f7f7f7;
}

.haricar-native-reviews {
	font-size: 15px;
}

.haricar-native-reviews #comments {
	margin: 0 0 20px;
}

.haricar-native-reviews .comment-form label {
	font-size: 15px;
}

.haricar-native-reviews .comment-form input,
.haricar-native-reviews .comment-form textarea {
	font-size: 15px;
}

.haricar-related-products-section {
	margin-top: 28px;
	background: #fff;
	padding: 26px;
	overflow: hidden;
}

.haricar-related-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.haricar-section-kicker {
	display: block;
	margin-bottom: 4px;
	color: #bd7125;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.haricar-related-heading h2 {
	margin: 0 !important;
	padding: 0 !important;
	color: #17232d !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 23px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
}

.haricar-related-arrows {
	display: flex;
	align-items: center;
	gap: 7px;
	flex: 0 0 auto;
}

.haricar-related-arrows button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid #ddd !important;
	border-radius: 4px;
	background: #fff !important;
	color: #333 !important;
	cursor: pointer;
	box-shadow: none !important;
	transition: all .2s ease;
}

.haricar-related-arrows button svg {
	width: 17px;
	height: 17px;
}

.haricar-related-arrows button:hover:not(:disabled) {
	border-color: #bd7125 !important;
	background: #bd7125 !important;
	color: #fff !important;
}

.haricar-related-arrows button:disabled {
	opacity: .35;
	cursor: default;
}

.haricar-related-slider {
	width: 100%;
	overflow: hidden;
}

.haricar-related-track {
	display: flex;
	gap: 18px;
	transform: translateX(0);
	transition: transform .35s ease;
	will-change: transform;
}

.haricar-related-slide {
	flex: 0 0 calc((100% - 54px) / 4);
	min-width: 0;
}

.haricar-related-slide .haricar-product-card {
	height: 100%;
	margin: 0;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.haricar-product-card .haricar-product-rating {
	justify-content: center;
}

.haricar-related-slide .haricar-product-image-wrap {
	height: 220px;
}

.haricar-related-slide .haricar-product-content {
	padding: 13px 14px 15px;
}

.haricar-related-slide .haricar-product-title {
	margin: 0 0 6px !important;
	font-size: 16px !important;
	line-height: 1.35 !important;
}

.haricar-related-slide .haricar-product-category {
	margin: 0 0 6px;
	font-size: 15px;
}

.haricar-related-slide .haricar-product-rating {
	margin: 0 0 7px;
	font-size: 13px;
}

.haricar-related-slide .haricar-product-price {
	margin: 0 0 10px !important;
	font-size: 16px !important;
	text-align: left !important;
}

.haricar-related-slide .haricar-product-action {
	margin-top: auto;
}

.haricar-related-slide .haricar-product-button {
	min-height: 36px;
	padding: 8px 14px;
	font-size: 12px;
}

.haricar-image-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	background: rgba(0, 0, 0, .82);
}

.haricar-image-lightbox img {
	display: block;
	max-width: 92vw;
	max-height: 90vh;
	width: auto;
	height: auto;
	object-fit: contain;
}

.haricar-lightbox-close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #222;
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}

.haricar-lightbox-close:hover {
	background: #bd7125;
	color: #fff;
}

body.haricar-lightbox-open {
	overflow: hidden;
}

@media (max-width: 1100px) {

	.haricar-product-main {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 25px;
		padding: 22px;
	}

	.haricar-gallery-layout {
		grid-template-columns: 72px minmax(0, 1fr);
		height: 470px;
	}

	.haricar-product-thumbnails {
		width: 72px;
		height: 470px;
	}

	.haricar-product-thumb {
		flex-basis: 72px;
		width: 72px;
		height: 72px;
	}

	.haricar-thumb-arrow {
		width: 72px;
	}

	.haricar-main-image-area {
		height: 470px;
	}

	.haricar-product-summary .haricar-product-title {
		font-size: 22px !important;
	}

	.haricar-related-slide {
		flex-basis: calc((100% - 36px) / 3);
	}

}

@media (max-width: 800px) {

	.haricar-single-product-page {
		padding: 22px 0 45px;
	}

	.haricar-single-product-container {
		width: min(100% - 24px, 680px);
	}

	.haricar-product-main {
		grid-template-columns: 1fr;
		gap: 25px;
		padding: 18px;
	}

	.haricar-gallery-layout {
		height: 430px;
		grid-template-columns: 70px minmax(0, 1fr);
	}

	.haricar-product-thumbnails {
		width: 70px;
		height: 430px;
	}

	.haricar-product-thumb {
		flex-basis: 70px;
		width: 70px;
		height: 70px;
	}

	.haricar-thumb-arrow {
		width: 70px;
		height: 36px;
		flex-basis: 36px;
	}

	.haricar-main-image-area {
		height: 430px;
	}

	.haricar-single-sale {
		left: 85px;
	}

	.haricar-product-summary .haricar-product-title {
		font-size: 20px !important;
	}

	.haricar-product-tabs-section,
	.haricar-related-products-section {
		padding-left: 18px;
		padding-right: 18px;
	}

	.haricar-related-slide {
		flex-basis: calc((100% - 18px) / 2);
	}

}

@media (max-width: 550px) {

	.haricar-product-breadcrumb {
		font-size: 13px;
	}

	.haricar-product-main {
		padding: 14px;
	}

	.haricar-gallery-layout {
		height: 350px;
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 9px;
	}

	.haricar-product-thumbnails {
		width: 58px;
		height: 350px;
		gap: 7px;
	}

	.haricar-thumb-track {
		gap: 7px;
	}

	.haricar-product-thumb {
		flex-basis: 58px;
		width: 58px;
		height: 58px;
		padding: 4px;
	}

	.haricar-thumb-arrow {
		width: 58px;
		height: 32px;
		flex-basis: 32px;
	}

	.haricar-main-image-area {
		height: 350px;
	}

	.haricar-image-zoom {
		top: 10px;
		right: 10px;
		width: 38px;
		height: 38px;
	}

	.haricar-single-sale {
		left: 67px;
		top: 8px;
		font-size: 11px;
	}

	.haricar-product-summary .haricar-product-title {
		font-size: 18px !important;
	}

	.haricar-product-summary>.haricar-product-price {
		font-size: 22px !important;
	}

	.haricar-product-short-description {
		font-size: 15px;
	}

	.haricar-product-cart-area .single_add_to_cart_button {
		min-width: 145px !important;
	}

	.haricar-product-tabs {
		overflow-x: auto;
		flex-wrap: nowrap;
		white-space: nowrap;
	}

	.haricar-product-tab {
		flex: 0 0 auto;
		font-size: 13px !important;
	}

	.haricar-related-heading {
		align-items: center;
	}

	.haricar-related-heading h2 {
		font-size: 20px !important;
	}

	.haricar-related-slide {
		flex-basis: 100%;
	}

	.haricar-related-slide .haricar-product-image-wrap {
		height: 210px;
	}

}

@media (max-width: 380px) {

	.haricar-gallery-layout {
		height: 315px;
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.haricar-product-thumbnails {
		width: 52px;
		height: 315px;
	}

	.haricar-product-thumb {
		flex-basis: 52px;
		width: 52px;
		height: 52px;
	}

	.haricar-thumb-arrow {
		width: 52px;
	}

	.haricar-main-image-area {
		height: 315px;
	}

}