﻿.gallery-box {
	position: relative;
	display: grid;
	gap: 8px;
	grid-template-columns: calc(100% - 68px) 1fr;


	.ProductGallery-Slider {
		height: 343px;
		border: solid 1px #F5F5F5;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		overflow: hidden;

		.swiper-slide {
			display: flex;
			align-items: center;
			justify-content: center;

			img {
				width: auto;
				height: auto;
			}

			.maximize-btn {
				position: absolute;
				top: 1rem;
				left: 1rem;
				cursor: pointer;
				z-index: 1;

				svg {
					width: 15px;
					height: 15px;
					stroke: #1b2c65;
				}
			}
		}
	}

	.ProductGallery-Thumbs {
		height: 343px;

		.swiper-slide {
			width: 100%;
			border: solid 1px #F5F5F5;
			cursor: pointer;
			border-radius: 5px;
			overflow: hidden;

			img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

		}
	}

	@media(max-width: 960px) {

		.ProductGallery-Thumbs {

			.swiper-slide {}
		}
	}
}

.main-content {
	.product-name {
		display: block;
		font-size: 1.4rem;
		color: #000;
		padding-bottom: 0.5rem;
		border-bottom: solid 1px #ddd;
		margin: 0 0 0.5rem;
		line-height: normal;
	}

	.cat-name-row {
		font-size: 1rem;
		color: #000;
		margin-bottom: 0.5rem;

		svg {
			width: 14px;
			height: 14px;
			stroke: var(--accent-color2);
			margin-left: 0.5rem;
		}

		.cat-name {
			font-weight: normal;
			font-size: 1rem;
			color: #000;
			margin: 0 0.3rem;
		}

	}

	.actions-row {
		.action-btn {
			position: relative;
			width: auto;
			height: auto;
			padding: 0;
			line-height: normal;
			display: flex;
			align-items: center;
			justify-content: center;
			border: none;
			background-color: transparent;
			margin-right: 1.5rem;
			cursor: pointer;

			svg {
				width: 16px;
				height: 16px;
				stroke: #000;
			}

			&.addtowish {
				&.active {
					svg {
						stroke: red;
					}
				}
			}

			.share-tooltip {
				display: none;
				position: absolute;
				bottom: calc(100% + 10px);
				left: 0;
				background-color: var(--CustomColor8);
				color: #fff;
				white-space: nowrap;
				padding: 0.3rem 1rem;
				border-radius: 5px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				-ms-border-radius: 5px;
				-o-border-radius: 5px;
			}
		}
	}

	.rating-box,
	.comments-box {
		font-size: 1rem;
		color: #000;

		svg {
			width: 14px;
			height: 14px;
			margin-left: 0.5rem;
			fill: var(--button-color);
		}
	}

	.comments-box {
		svg {
			fill: var(--accent-color3);
		}
	}

	.summary-box {
		font-size: 1rem;
		color: #000;

		svg {
			width: 14px;
			height: 14px;
			margin-left: 0.5rem;
			stroke: var(--accent-color2);
		}

		.desc {
			font-size: 1rem;

			p {
				margin: 0;
			}
		}

		.read-more {
			display: block;
			text-align: left;
			font-size: 1rem;
			color: var(--CustomColor8);
		}
	}

	.discount-box {
		padding: 0.6rem;
		border-radius: 5px;
		background: var(--accent-color);

		svg {
			width: 18px;
			height: 18px;
			stroke: #F5B014;
			margin-left: 0.5rem;
		}

		.caption {
			font-size: 0.9rem;
			color: #fff;
		}

		.soon {
			direction: ltr;

			.soon-label {
				display: none;
			}

			.soon-separator {
				font-size: 1rem;
				font-weight: bold;
				color: #fff;
				margin: 0px 0.3rem;
			}

			.soon-group-inner {
				display: flex;
				align-items: center;
				justify-content: center;

				.soon-group-sub {
					display: flex;
					align-items: center;
					justify-content: center;
					width: 30px;
					height: 30px;
					border-radius: 5px;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					-ms-border-radius: 5px;
					-o-border-radius: 5px;
					background-color: #fff;
					font-size: 1rem;
					font-weight: bold;
					color: #000;
					padding-top: 4px;
				}
			}
		}
	}

	.left-side {
		.discount {
			width: 30px;
			height: 30px;
			background-color: var(--button-color);
			border-radius: 50%;
			font-size: 0.9rem;
			color: #fff;
		}

		.items-box {
			padding: 0 0.6rem;
			border-radius: 5px;
			background-color: #fbfbfb;

			.item {
				color: #000;
				padding: 0.8rem;
				border-bottom: solid 1px #EBEBEB;

				&:last-child {
					border: none
				}

			}
		}

		.prod-id {
			svg {
				width: 1rem;
				height: 1rem;
				margin-left: 0.5rem;
				stroke: var(--accent-color2);
				vertical-align: middle;
			}
		}

		.price-box {
			.old-price {
				color: var(--accent-color4);
				font-size: 1.1rem;
			}

			.price {
				font-size: 1.1rem;
			}
		}

		.count-wrapper {
			display: none;

			.basket-link {
				color: #000;
				padding: 0.8rem;
				background: none;
				border: none;
				cursor: pointer;
			}

			.prod-count {
				.input-group {
					background-color: #fff;

					.remove-item-from-basket {
						width: 16px;
						height: 16px;
						stroke: #E40E26;
						vertical-align: middle;
						cursor: pointer;
					}

					.input-group-text {

						display: inline-flex;
						vertical-align: middle;

						button {
							font-size: 1.5rem;
							padding: 0.5rem;
							line-height: 0;
							border: none;
							background-color: transparent;
							color: #144C35;
							cursor: pointer;
						}
					}

					input {
						width: 6rem;
						border: none !important;
						background-color: transparent;
						text-align: center !important;
						font-size: 1rem;
					}
				}
			}
		}

		.addToBasket-clickable {
			padding: 0.8rem;
			background-color: #00B03E;
			color: #fff;
			font-size: 1.1rem;
			border: none;
			width: 100%;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-ms-border-radius: 5px;
			-o-border-radius: 5px;
			cursor: pointer;

			svg {
				width: 20px;
				height: 20px;
				stroke: #fff;
				margin-left: 0.5rem;
			}
		}


		.btn-notifyme {
			border-radius: 5px;
			background-color: #fbfbfb;
			font-size: 1rem;
			color: #000;
			margin-top: 0.5rem;
			padding: 0.8rem;

			svg {
				width: 1.2rem;
				height: 1.2rem;
				margin-left: 0.5rem;
				stroke: var(--accent-color3);
				vertical-align: middle;

				&.info {
					stroke: var(--CustomColor10);
				}
			}
		}
	}
}

.notification-form-modal {
	width: 400px !important;
	max-width: 100% !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 1.5rem !important;

	.notification-form {
		.input-group {
			position: relative;
			border: solid 1px #F1EEEE !important;
			display: flex;
			align-items: center;
			justify-content: start;
			gap: 0.2rem;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-ms-border-radius: 5px;
			-o-border-radius: 5px;
			padding: 0px 1rem;
			margin-bottom: 1rem;

			.input-group-text {}

			.form-control {
				width: 100%;
				height: 42px;
				border: none !important;
				outline: none;
				font-size: 1rem;
				padding: 0.5rem 0;
				resize: none;

				&::placeholder {
					color: #959595;
					font-size: 1rem;
					font-weight: normal;
				}

				&:disabled {
					background-color: transparent;
				}
			}

			svg {
				min-width: 18px;
				width: 18px;
				height: 15px;
				stroke: #1B2C65;
				margin-left: 0.8rem;
			}
		}

		.btn {
			display: flex;
			align-items: center;
			border: none;
			padding: 0.5rem 1rem;
			border-radius: 5px;
			gap: 8px;
			background: var(--accent-color);
			color: #fff;
			margin: auto;
			cursor: pointer;

			svg {
				width: 1.2rem;
				height: 1.2rem;
				stroke: var(--accent-color3);
			}
		}
	}
}

.sections-wraper {

	.anchor-links-col {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		height: fit-content;
		width: 52px;
		min-width: 52px;
		padding-top: 7rem;
		margin-left: 1rem;
		z-index: 1;

		.anchor-links {

			.item {
				width: 100%;
				height: 52px;
				margin-bottom: 0.5rem;
				background-color: #F5F5F5;
				border-radius: 5px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				-ms-border-radius: 5px;
				-o-border-radius: 5px;

				svg {
					width: 20px;
					stroke: #000;
				}

				.anchor-tooltip {
					position: absolute;
					right: calc(100% + 1rem);
					top: 0;
					bottom: 0;
					background-color: var(--accent-color);
					padding: 1rem 3rem;
					border-radius: 5px;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					-ms-border-radius: 5px;
					-o-border-radius: 5px;
					font-size: 1rem;
					color: #fff;
					white-space: nowrap;
					visibility: hidden;
					opacity: 0;
					transition: all 0.3s ease;
					-webkit-transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					-ms-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;

					&:before {
						content: '';
						position: absolute;
						top: calc(50% - 6px);
						left: 100%;
						border-top: 6px solid transparent;
						border-bottom: 6px solid transparent;
						border-left: 8px solid var(--accent-color);
					}
				}

				&:hover {
					svg {
						stroke: var(--accent-color);
					}

					.anchor-tooltip {
						visibility: visible;
						opacity: 1;
					}
				}
			}
		}
	}

	.content-col {
		width: calc(100% - 52px);
	}
}


.ancher-target {
	padding-top: 3rem;
}

.description-detail {
	p {
		margin-bottom: 0.5rem;
	}
	h3{
		padding-top: 1rem;
	}
}

.technical-list {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 6px;
	padding: 1rem;
	border-radius: 5px;
	border: solid 1px #F5F5F5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;

	.technical-item {
		display: flex;
		align-items: start;
		justify-content: space-between;
		width: 50%;
		gap: 6px;

		.technical-list-key,
		.technical-list-value {
			padding: 0.5rem 1rem;
			background-color: #F5F5F5;
			border-radius: 0px 5px 5px 0px;
			-webkit-border-radius: 0px 5px 5px 0px;
			-moz-border-radius: 0px 5px 5px 0px;
			-ms-border-radius: 0px 5px 5px 0px;
			-o-border-radius: 0px 5px 5px 0px;
			font-size: 1rem;
			color: #000;

			svg {
				width: 10px;
				min-width: 10px;
				height: 10px;
				stroke: var(--accent-color);
				margin-left: 1rem;
			}
		}

		.technical-list-key {
			width: 25%;
			min-width: min-content;
		}

		.technical-list-value {
			width: 75%;
			border-radius: 5px 0px 0px 5px;
		}

	}

	.technical-specificlist {
		li {
			list-style: none;

			.seprator {
				margin-left: 0.2rem;
			}

			&:last-child {
				.seprator {
					display: none;
				}
			}
		}
	}
}

.comments-form {
	.sec-title {
		display: block;
		color: #000;
		font-size: 1.1rem;
		margin-bottom: 1rem;
	}

	.field-holder {
		position: relative;
		border: solid 1px #F1EEEE !important;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: start;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		padding: 0px 1rem;
		margin-bottom: 1rem;

		svg {
			min-width: 18px;
			width: 18px;
			height: 15px;
			stroke: #1B2C65;
			margin-left: 0.8rem;
		}

		.form-control {
			width: 100%;
			height: 42px;
			border: none !important;
			outline: none;
			font-size: 1rem;
			padding: 0.5rem 0;
			resize: none;

			&::placeholder {
				color: #959595;
				font-size: 1rem;
				font-weight: normal;
			}

			&:disabled {
				background-color: transparent;
			}
		}

		textarea {
			min-height: 150px;
		}
	}

	.rating-in-comment {
		.caption {
			color: #000;
		}
	}

	.submit-btn {
		font-size: 1rem;
		border: none;
		padding: 0.53rem 2.13rem;
		border-radius: 1.46rem;
		background: #E6E6E6;
		box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.30) inset, -1px -1px 2px 0px rgba(196, 196, 196, 0.50) inset, -1px 1px 2px 0px rgba(196, 196, 196, 0.20), 1px -1px 2px 0px rgba(196, 196, 196, 0.20), -1px -1px 2px 0px rgba(255, 255, 255, 0.90), 1px 1px 3px 0px rgba(196, 196, 196, 0.90);
		cursor: pointer;
		svg{
			width: 1.6rem;
			height: 1.6rem;
		}
	}
}

.comments-list {
	padding: 2rem 1.2rem;

	li {
		list-style: none;
		margin-bottom: 2rem;

		.comment-box {
			margin-bottom: 1rem;
			border-radius: 0.66rem;
			background: #E6E6E6;
			box-shadow: 1px 1px 2px 0px rgba(223, 223, 223, 0.20) inset, -1px -1px 2px 0px rgba(223, 223, 223, 0.20) inset, 1px -1px 2px 0px rgba(255, 255, 255, 0.90) inset, -1px 1px 3px 0px rgba(223, 223, 223, 0.90) inset, -1px 1px 2px 0px rgba(255, 255, 255, 0.30), 1px -1px 2px 0px rgba(223, 223, 223, 0.50);
			padding: 1.6rem 1.4rem;

			&:last-child {
				margin-bottom: 0;
			}

			.avatar {
				width: 2.8rem;
				height: 2.8rem;
				margin-left: 1rem;
				border-radius: 100%;
				background-color: #000;

				svg {
					width: 20px;
					stroke: #fff;
				}
			}

			.comment-head {
				width: 100%;
				height: 50px;
				padding: 0.4rem 1rem;
				background-color: #FBFBFB;
				border-radius: 5px;
				border: solid 1px #F1F1F1;

				.author {
					font-size: 1rem;
					color: #000;
				}

				.dete {
					.item {
						font-size: 0.8rem;
						color: #000;

						&:first-child {
							margin-left: 1rem;
							padding-left: 1rem;
							border-left: solid 1px #EBEBEB;
						}

						svg {
							width: 14px;
							height: 14px;
							margin-left: 0.5rem;
							stroke: var(--accent-color);
						}

					}
				}
			}

			.comment-body {
				padding: 1rem;
				border-bottom: solid 1px #E3E3E3;

				.comment-content {
					font-size: 1rem;
					color: #000;
				}

				.action-btns {
					svg {
						cursor: pointer;
					}

					.like {
						.like-couner {
							color: #000;
							margin-top: -3px;
							margin-left: 2px;
						}
					}
				}
			}

			&:last-child {
				margin-bottom: 0;

				.comment-body {
					border-bottom: none;
				}
			}
		}

		.subcomment-container {
			padding-right: 4rem !important;
		}


	}
}

.similar-product-section {
	border-radius: 5px;
	margin: 6rem 0px 4rem;
	background-color: #CB3E36;

	.cat-box {
		width: 135px;
		height: 100%;
		min-width: 135px;
		margin-left: 5px;

		.img-box {
			width: 100%;
			min-height: 115px;
			background: transparent;
			background: radial-gradient(circle, rgb(255 255 255 / 60%) 0%, transparent 66%);
		}

		.title {
			font-size: 1.2rem;
			color: white;
			margin-bottom: 2rem;
			text-align: center;
		}

		.slogan-img {
			max-width: 100%;
		}
	}

	.slider_box {
		width: calc(100% - 140px);
		min-width: calc(100% - 140px);

		.swiper-slide {
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			min-height: 258px;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-ms-border-radius: 5px;
			-o-border-radius: 5px;
			background-color: white;
			padding: 8px;

			.cat-logo {
				display: flex;
				align-items: center;
				justify-content: center;
				position: absolute;
				top: 5px;
				left: 5px;
				width: 30px;
				height: 30px;
				border: solid 1px #F5F5F5;
				padding: 2px;
				background: #fff;
				border-radius: 5px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				-ms-border-radius: 5px;
				-o-border-radius: 5px;
				overflow: hidden;
			}

			.title {
				font-size: 1rem;
				text-align: right;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
			}

			.price-box {
				min-height: 43px;

				strike {
					font-size: 11px;
				}
			}


			.discount {
				width: 30px;
				height: 30px;
				background-color: var(--button-color);
				border-radius: 50%;
				font-size: 11px;
				color: #fff;
			}
		}
	}
}

.product-card {
	border-radius: 0.66rem !important;
	background: #E9E9E9;
	background: linear-gradient(138deg, rgba(233, 233, 233, 1) 0%, rgba(255, 255, 255, 1) 100%);

	box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.3) inset,
		-1px -1px 2px 0px rgba(217, 217, 217, 0.5) inset,
		-5px 5px 10px 0px rgba(217, 217, 217, 0.2),
		5px -5px 10px 0px rgba(217, 217, 217, 0.2),
		-5px -5px 10px 0px rgba(255, 255, 255, 0.9),
		5px 5px 13px 0px rgba(217, 217, 217, 0.9);

	.product-show-book {
		border-radius: 0rem 0rem 0.66rem 0.66rem;
	}
}

.comment-form-control {
	outline: none;
	border: none;
	border-radius: 0.66rem !important;
	background: var(--BG-E6, #E6E6E6);
	box-shadow: -1px 1px 2px 0px rgba(255, 255, 255, 0.30), 1px -1px 2px 0px rgba(223, 223, 223, 0.50), 1px 1px 2px 0px rgba(223, 223, 223, 0.20) inset, -1px -1px 2px 0px rgba(223, 223, 223, 0.20) inset, 1px -1px 2px 0px rgba(255, 255, 255, 0.90) inset, -1px 1px 3px 0px rgba(223, 223, 223, 0.90) inset;
	padding: 0.8rem;

	:focus {
		outline: none;
		border: none;
	}
}
.replytocomment{
	cursor: pointer;
}

@media(max-width:960px) {
	.technical-list {
		display: block;

		.technical-item {
			width: 100%;
			margin-bottom: 0.5rem;
		}
	}
}
.book-get-file{
	border-radius: 5rem;
	background: linear-gradient(135deg, #0B372D 100%, #0D3D31 0%);
	
	
	svg{
		fill: var(--primary-light-5);
		stroke: var(--primary-light-5);

	}
	a:link{
		color: var(--White);
	}
	div{
		span{
			display: none;
		}
	}
}