.price-single {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 0;
	border-bottom: 0;
}

.single-product .entry-summary .price-single {
	padding-bottom: 0;
	border-bottom: 0;
}

.price-single .price {
	margin: 0;
}

.koshyk-price {
	display: block;
	color: #145c35;
	line-height: 1;
}

.koshyk-price-discount-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
	line-height: 1;
}

.koshyk-price-regular {
	color: #8d8d8d;
	font-size: 16px;
	text-decoration: line-through;
}

.koshyk-price-discount {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 3px 8px;
	border-radius: 6px;
	background: #fde8ed;
	color: #d9002a;
	font-size: 18px;
	font-weight: 500;
}

.koshyk-price-current {
	color: #145c35;
	font-size: 34px;
	line-height: .95;
	font-weight: 700;
	letter-spacing: 0;
}

.koshyk-price-current .woocommerce-Price-currencySymbol {
	position: relative;
	top: -0.55em;
	margin-left: 2px;
	font-size: .45em;
	line-height: 1;
}

.koshyk-stock-status {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding-top: 6px;
	color: #2a2a2a;
	font-size: 15px;
	line-height: 1.25;
	font-weight: 500;
	text-align: right;
	white-space: nowrap;
}

.koshyk-stock-icon {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
}

.koshyk-stock-status-in-stock .koshyk-stock-icon::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 3px;
	width: 11px;
	height: 7px;
	border-left: 3px solid #16831f;
	border-bottom: 3px solid #16831f;
	transform: rotate(-45deg);
}

.koshyk-stock-status-out-of-stock {
	color: #8d2c2c;
}

.koshyk-stock-status-out-of-stock .koshyk-stock-icon::before,
.koshyk-stock-status-out-of-stock .koshyk-stock-icon::after {
	content: "";
	position: absolute;
	left: 2px;
	top: 7px;
	width: 13px;
	height: 2px;
	background: #b02a2a;
}

.koshyk-stock-status-out-of-stock .koshyk-stock-icon::before {
	transform: rotate(45deg);
}

.koshyk-stock-status-out-of-stock .koshyk-stock-icon::after {
	transform: rotate(-45deg);
}

.single-product form.cart .quantity-button,
.single-product .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: stretch;
	gap: 12px;
	margin-top: 28px;
}

.single-product form.cart .koshyk-hidden-quantity,
.single-product .woocommerce-variation-add-to-cart .koshyk-hidden-quantity {
	display: none;
}

.single-product form.cart .single_add_to_cart_button,
.single-product form.cart .awooc-custom-order-button,
.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.single-product .woocommerce-variation-add-to-cart .awooc-custom-order-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	flex: 1 1 0;
	min-width: 0;
	height: 50px !important;
	min-height: 50px;
	max-height: 50px;
	margin: 0 !important;
	padding: 0 18px;
	border-radius: 0;
	text-align: center;
	line-height: 1 !important;
	vertical-align: top;
	white-space: nowrap;
}

.single-product form.cart .single_add_to_cart_button span,
.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.single-product form.cart .single_add_to_cart_button i,
.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button i {
	font-size: 18px;
	line-height: 1;
}

.single-product form.cart .awooc-custom-order-button,
.single-product .woocommerce-variation-add-to-cart .awooc-custom-order-button {
	border: 1px solid #e3e3e3;
	background: #fff;
	color: #969696;
	font-weight: 600;
	font-family: var(--font-family-second, "Reem Kufi", sans-serif);
	font-size: var(--font-size-body, 14px);
}

.single-product form.cart .woosw-wishlist,
.single-product .woocommerce-variation-add-to-cart .woosw-wishlist {
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	margin: 0;
}

.single-product form.cart .woosw-wishlist a,
.single-product form.cart .woosw-wishlist button,
.single-product .woocommerce-variation-add-to-cart .woosw-wishlist a,
.single-product .woocommerce-variation-add-to-cart .woosw-wishlist button {
	width: 50px;
	height: 50px;
	margin: 0 !important;
}

.koshyk-product-code {
	flex: 0 0 auto;
	color: #8a8a8a;
	font-size: 13px;
	line-height: 1.25;
	white-space: nowrap;
}

.koshyk-product-code span {
	display: inline-block;
	margin-left: 5px;
	padding: 3px 7px;
	background: #f2f2f2;
	color: #2c2c2c;
	font-weight: 500;
}

.single-product .product_meta {
	margin-top: 40px;
	padding-top: 18px;
	border-top: 1px solid #e5e5e5;
}

.koshyk-main-characteristics {
	margin: 24px 0 22px;
	padding: 18px 0 16px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.koshyk-main-characteristics-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 14px;
}

.koshyk-main-characteristics h3 {
	margin: 0;
	color: #2b2b2b;
	font-size: 17px;
	line-height: 1.25;
	font-weight: 600;
}

.koshyk-main-characteristics-description {
	margin: 0 0 14px;
	color: #666;
	font-size: 14px;
	line-height: 1.55;
}

.koshyk-main-characteristics-description p {
	margin: 0 0 8px;
}

.koshyk-main-characteristics-description p:last-child {
	margin-bottom: 0;
}

.koshyk-main-characteristics ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.koshyk-main-characteristics li {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 0 0 10px;
	color: #2b2b2b;
	font-size: 14px;
	line-height: 1.4;
}

.koshyk-char-name {
	flex: 0 1 auto;
	max-width: 46%;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.koshyk-char-line {
	flex: 1 1 auto;
	min-width: 24px;
	border-bottom: 1px dotted #c7c7c7;
	transform: translateY(-4px);
}

.koshyk-char-value {
	flex: 0 1 42%;
	color: #2d2d2d;
	text-align: left;
	overflow-wrap: anywhere;
}

.koshyk-all-characteristics {
	display: inline-block;
	margin-top: 4px;
	padding: 0;
	border: 0;
	border-bottom: 1px dotted currentColor;
	background: transparent;
	color: #0b63ce;
	font-size: 14px;
	line-height: 1.35;
	text-decoration: none;
	cursor: pointer;
}

.koshyk-all-characteristics:hover,
.koshyk-all-characteristics:focus {
	color: #064c9f;
	text-decoration: none;
	outline: none;
}

.single-product .safe-checkout {
	margin-top: 40px;
}

.single-product .contents-detail .bwp-single-product {
	margin-bottom: 18px;
}

.single-product #bwp-footer {
	margin-top: 0;
}

.woocommerce-tabs.koshyk-product-sections-wrap {
	margin-top: 8px;
	padding-top: 0 !important;
}

.koshyk-product-sections {
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid #e6e6e6;
}

.koshyk-product-sections .koshyk-product-section {
	padding: 22px 0;
	border-bottom: 1px solid #ececec;
}

.koshyk-product-section-title {
	margin: 0 0 18px;
	color: #202020;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 600;
}

.koshyk-product-section-content {
	display: block !important;
	color: #555;
	font-size: 16px;
	line-height: 1.75;
}

.koshyk-product-section-content p {
	margin: 0 0 18px;
}

.koshyk-product-section-content > h2:first-child,
.koshyk-product-section-content > h3:first-child {
	display: none;
}

.koshyk-product-section-content h3 {
	margin: 30px 0 14px;
	color: #242424;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 600;
}

.koshyk-product-section-content h4 {
	margin: 24px 0 12px;
	color: #2c2c2c;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 600;
}

.woocommerce-tabs .koshyk-product-section-content ul,
.woocommerce-tabs .koshyk-product-section-content ol {
	margin: 0 0 20px 0;
	padding-left: 24px;
}

.woocommerce-tabs .koshyk-product-section-content ul {
	list-style: disc;
}

.woocommerce-tabs .koshyk-product-section-content ol {
	list-style: decimal;
}

.woocommerce-tabs .koshyk-product-section-content li {
	margin: 0 0 8px;
	padding-left: 4px;
}

.woocommerce-tabs .koshyk-product-section-content li::marker {
	color: #145c35;
}

.koshyk-product-section-content blockquote {
	margin: 24px 0;
	padding: 18px 22px;
	border-left: 4px solid #145c35;
	background: #f5f7f4;
	color: #343434;
	font-size: 16px;
	line-height: 1.65;
}

.koshyk-product-section-content blockquote p {
	margin-bottom: 10px;
}

.koshyk-product-section-content blockquote p:last-child {
	margin-bottom: 0;
}

.koshyk-product-section-content table {
	width: 100%;
	margin: 24px 0;
	border-collapse: collapse;
	border-top: 1px solid #e1e1e1;
	font-size: 15px;
	line-height: 1.45;
}

.koshyk-product-section-content table th,
.koshyk-product-section-content table td {
	padding: 12px 14px;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	vertical-align: top;
}

.koshyk-product-section-content table th {
	background: #f7f7f7;
	color: #292929;
	font-weight: 600;
}

.koshyk-product-section-content table td {
	color: #555;
}

.koshyk-product-section-content img {
	max-width: 100%;
	height: auto;
}

.koshyk-product-section-content p:last-child {
	margin-bottom: 0;
}

.koshyk-product-section-additional_information table,
.koshyk-product-section-additional_information .shop_attributes {
	width: 100%;
	margin: 0;
	border: 0;
}

.koshyk-product-section-additional_information table tr,
.koshyk-product-section-additional_information .shop_attributes tr {
	display: grid;
	grid-template-columns: minmax(140px, 30%) minmax(0, 1fr);
	gap: 20px;
	padding: 12px 0;
	border-bottom: 1px dotted #d0d0d0;
}

.koshyk-product-section-additional_information table tr:last-child,
.koshyk-product-section-additional_information .shop_attributes tr:last-child {
	border-bottom: 0;
}

.koshyk-product-section-additional_information table th,
.koshyk-product-section-additional_information .shop_attributes th,
.koshyk-product-section-additional_information table td,
.koshyk-product-section-additional_information .shop_attributes td {
	display: block;
	width: auto;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 15px;
	line-height: 1.45;
	text-align: left;
}

.koshyk-product-section-additional_information table th,
.koshyk-product-section-additional_information .shop_attributes th {
	color: #777;
	font-weight: 400;
}

.koshyk-product-section-additional_information table td,
.koshyk-product-section-additional_information .shop_attributes td {
	color: #242424;
	font-weight: 500;
}

.koshyk-product-section-additional_information table td a,
.koshyk-product-section-additional_information .shop_attributes td a {
	color: #145c35;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: color .2s ease;
}

.koshyk-product-section-additional_information table td a:hover,
.koshyk-product-section-additional_information .shop_attributes td a:hover {
	color: #0f3f28;
	text-decoration: underline;
}

.koshyk-product-section-reviews #reviews {
	margin: 0;
}

.koshyk-product-section-related .related {
	max-width: none;
	margin: 0;
	padding: 0;
}

.koshyk-product-section-related .related .title-block {
	margin-bottom: 22px;
	text-align: left;
}

.koshyk-product-section-related .related .title-block h2 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 600;
}

.koshyk-product-section-reviews #comments,
.koshyk-product-section-reviews #review_form_wrapper {
	padding: 22px;
	border: 1px solid #ececec;
	background: #fafafa;
}

.koshyk-product-section-reviews #review_form_wrapper {
	margin-top: 18px;
}

@media (max-width: 767px) {
	.price-single {
		gap: 10px;
	}

	.koshyk-price-current {
		font-size: 28px;
	}

	.koshyk-price-regular {
		font-size: 14px;
	}

	.koshyk-price-discount {
		min-height: 24px;
		font-size: 15px;
	}

	.koshyk-stock-status {
		padding-top: 4px;
		font-size: 13px;
		gap: 7px;
	}

	.single-product form.cart .quantity-button,
	.single-product .woocommerce-variation-add-to-cart {
		gap: 8px;
		margin-top: 22px;
	}

	.single-product form.cart .single_add_to_cart_button,
	.single-product form.cart .awooc-custom-order-button,
	.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button,
	.single-product .woocommerce-variation-add-to-cart .awooc-custom-order-button {
		height: 50px !important;
		min-height: 50px;
		max-height: 50px;
		padding: 0 10px;
		font-size: 13px;
	}

	.single-product form.cart .woosw-wishlist,
	.single-product .woocommerce-variation-add-to-cart .woosw-wishlist,
	.single-product form.cart .woosw-wishlist a,
	.single-product form.cart .woosw-wishlist button,
	.single-product .woocommerce-variation-add-to-cart .woosw-wishlist a,
	.single-product .woocommerce-variation-add-to-cart .woosw-wishlist button {
		flex-basis: 50px;
		width: 50px;
		height: 50px;
	}

	.koshyk-main-characteristics {
		margin: 20px 0 18px;
		padding: 16px 0 14px;
	}

	.koshyk-main-characteristics h3 {
		font-size: 16px;
	}

	.koshyk-main-characteristics li,
	.koshyk-all-characteristics,
	.koshyk-main-characteristics-description {
		font-size: 13px;
	}

	.koshyk-char-value {
		flex-basis: 46%;
	}

	.woocommerce-tabs.koshyk-product-sections-wrap {
		margin-top: 8px;
		padding-top: 0 !important;
	}

	.koshyk-product-sections {
		padding-top: 0;
		padding-right: 15px;
		padding-left: 15px;
	}

	.koshyk-product-sections .koshyk-product-section {
		padding: 18px 0;
	}

	.koshyk-product-section-title {
		margin-bottom: 14px;
		font-size: 22px;
	}

	.koshyk-product-section-related .related .title-block {
		margin-bottom: 16px;
	}

	.koshyk-product-section-related .related .title-block h2 {
		font-size: 22px;
	}

	.koshyk-product-section-content {
		font-size: 14px;
		line-height: 1.65;
	}

	.koshyk-product-section-content h3 {
		margin-top: 24px;
		font-size: 19px;
	}

	.koshyk-product-section-content h4 {
		font-size: 16px;
	}

	.woocommerce-tabs .koshyk-product-section-content ul,
	.woocommerce-tabs .koshyk-product-section-content ol {
		padding-left: 20px;
	}

	.koshyk-product-section-content blockquote {
		padding: 15px 16px;
		font-size: 14px;
	}

	.koshyk-product-section-content table {
		display: block;
		overflow-x: auto;
		font-size: 14px;
		-webkit-overflow-scrolling: touch;
	}

	.koshyk-product-section-additional_information table tr,
	.koshyk-product-section-additional_information .shop_attributes tr {
		grid-template-columns: minmax(112px, 38%) minmax(0, 1fr);
		gap: 12px;
	}

	.koshyk-product-section-additional_information table,
	.koshyk-product-section-additional_information .shop_attributes,
	.koshyk-product-section-additional_information table tbody,
	.koshyk-product-section-additional_information .shop_attributes tbody {
		display: block;
		width: 100%;
	}

	.koshyk-product-section-reviews #comments,
	.koshyk-product-section-reviews #review_form_wrapper {
		padding: 16px;
	}
}
