﻿.Product-Detail svg {
  height: 2rem;
}

.Product-Detail .btn {
  border: none;
}

.Product-Detail li {
  list-style: none;
  cursor: pointer;
}

.Product-Detail .product li.active {
  border-bottom: 0.1rem solid var(--accent-color3);
}

.Product-Detail .MagicScroll-horizontal :where(.mcs-button-arrow-prev, .mcs-button-arrow-next) {
  top: calc(50% - 8px) !important;
}

@media only screen and (max-width: 600px) {
  .technicals .technical-list-value {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .technicals .technical-list-key {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.Product-Detail .bootstrap-touchspin .input-group-text {
  flex: 0 0 20%;
  display: block;
  cursor: pointer;
}

.Product-Detail .bootstrap-touchspin .input-group-text .btn-default {
  width: 100%;
}

.Product-Detail .bootstrap-touchspin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
}

.Product-Detail .bootstrap-touchspin .input-group-btn button {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

.Product-Detail .price-wrapper .btn {
  padding: 0.5rem;
  background: none;
  color: var(--accent-color3) !important;
  font-size: 1rem;
  cursor: pointer;
}

.Product-Detail .form-control::placeholder {
  padding: 1em;
  text-align: right;
}

.Product-Detail .price-wrapper .form-control {
  height: auto;
  background: none;
  text-align: center !important;
  max-width: 4rem;
  border: none;
  width: 4rem;
}

.Product-Detail .form-control {
  height: 3rem;
  background: none;
  border: none;
  width: 100%;
}

.Product-Detail textarea.form-control {
  height: 10rem;
}

.Product-Detail button {
  border: 0;
}

.Product-Detail .addtowish svg .border {
  fill: var(--accent-color3);
}

.Product-Detail .addtowish svg .background {
  fill: none;
}

.Product-Detail .addtowish.active svg .background {
  fill: var(--accent-color3);
}

.Product-Detail .technical-list ul {
  list-style: none;
  margin: 0;
}

.Product-Detail .technical-list-key {}

.Product-Detail .technical-list-value {
  flex: 1 0 auto;
  border-bottom: 0.1em solid var(--custom-color4);
}

.Product-Detail .technical-checkboxlist {
  gap: 1em;
}

.Product-Detail .technical-item:nth-child(odd) {
  background: var(--light-silver);
}

.Product-Detail .technical-item>.col-9 {
  border-bottom: 0.1em solid var(--light-gray);
}

.c-product__params-more.is-active {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.c-product_attributes,
.c-product_params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-product__params {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-product__params ul {
  list-style: none;
  padding: 0;
  color: #55565a;
  margin: 20px 0;
  font-size: 12px;
  font-size: 13.712px;
  line-height: 1.833;
}

.c-product__params ul:before {
  content: attr(data-title);
  font-size: 14px;
  line-height: 1.571;
  display: list-item;
  font-weight: 700;
  margin-bottom: 10px;
}

.c-product__params ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  color: #686868;
  margin: 2px 0;
}

.c-product__params ul li span {
  margin-left: 5px;
  white-space: normal;
}

.c-product__params ul li span:last-of-type {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.c-product__params-more {
  display: none !important;
}

.c-product__params ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #ccc;
  vertical-align: middle;
  margin-left: 5px;
  border-radius: 50%;
}

.Product-Detail .model-options {
  border-top: 0.1em solid var(--light-silver);
}

/* ---------------------- */
.photographerimage {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

button.attribute-sa {
  background: transparent;
  cursor: pointer;
}

button.attribute-sa.active {
  background: var(--accent-color);
  color: var(--White);
  border-radius: var(--b-radius);
  padding: 0.4rem;

}

.CommentPopUp {
  background: var(--LBlue);
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}

.CommentPopUp.active {
  opacity: 1;
  visibility: visible;

}

.HeadBlue .Title {
  border-radius: var(--b-radius);
  display: block;
  width: max-content;
  transform: translateY(1.5rem);
  z-index: 22;
  position: relative;
  min-width: 13rem;
  -webkit-transform: translateY(1.5rem);
  -moz-transform: translateY(1.5rem);
  -ms-transform: translateY(1.5rem);
  -o-transform: translateY(1.5rem);
}

.HomeFeatures .Star {
  bottom: 0;
  left: 0;
  border-top-right-radius: var(--b-radius);
}

.skydetail-prev,
.skydetail-next {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;

}

.skydetail-prev {
  left: 0.5rem;
}

.skydetail-next {
  right: 0.5rem;
}

.w-md-inp {
  width: 1.5rem;
  height: 1.5rem;
}

.sizecheck {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--accent-color);
}

.checked_size.active .sizecheck {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='15px' height='15px' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)' %3E%3Cpolygon points='37.95,64.44 23.78,50.27 30.85,43.2 37.95,50.3 59.15,29.1 66.22,36.17 ' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,158,4); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) '/%3E%3Cpath d='M 45 90 C 20.187 90 0 69.813 0 45 C 0 20.187 20.187 0 45 0 c 24.813 0 45 20.187 45 45 C 90 69.813 69.813 90 45 90 z M 45 10 c -19.299 0 -35 15.701 -35 35 s 15.701 35 35 35 s 35 -15.701 35 -35 S 64.299 10 45 10 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,158,4); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3C/g%3E%3C/svg%3E");
}

.box_download {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

  display: block;

}


.dl-btn {
  display: inline-block;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 10px 20px 10px 50px;
  background: var(--accent-color);
  color: rgba(255, 255, 255, 0.753);
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.dl-btn span {
  display: block;
}

.dl-btn:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  color: rgb(255, 255, 255);
  background: rgba(60, 162, 162, 0.8);
}
/* .dl-btn:hover >span {
  -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    -moz-transform: rotateY(90deg) rotate(-360deg);
    -ms-transform: rotateY(90deg) rotate(-360deg);
    -o-transform: rotateY(90deg) rotate(-360deg);
    transform: rotateY(90deg) rotate(-360deg);
} */

.dl-btn>span {
  width: 40px;
  display: block;
  position: absolute;
  left: 0;
  top: 30%;
  bottom: -40px;
  border-radius: 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(90deg) rotate(0deg);
  -moz-transform: rotateY(90deg) rotate(0deg);
  -ms-transform: rotateY(90deg) rotate(0deg);
  -o-transform: rotateY(90deg) rotate(0deg);
  transform: rotateY(90deg) rotate(0deg);
}

.dl-btn>span>span {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 10px;
  height: 10px;
  left: 0;
  top: 0px;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.dl-btn>span>::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  margin-left: -5px;
  border-top: 10px solid rgba(0, 0, 0, 0.6);
  border-bottom: 0 solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}


.ProductDetail {
	.ImgBox {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 0.5rem;
		grid-row-gap: 0.5rem;
		border-radius: var(--b-radius);
		overflow: hidden;
		list-style: none;

		.DetailImg:nth-child(1) {
			grid-area: 1 / 1 / 3 / 3;
		}
	}

	.BtnOtherImg {
		left: 1.5rem;
		bottom: 0.5rem;
		border-radius: calc(var(--b-radius) * 2);
	}

	.OtherImg {
		top: -100%;
		right: 0;
		left: 0;
		height: 100%;
		transition: all 0.9s ease-in;
		width: 100%;
		height: 100vh;
		transform: translateY(-100%);
		z-index: 99999;

		bottom: 0;

		.InnerOtherImg {
			border-radius: var(--b-radius);

			img {
				border-radius: var(--b-radius);
			}
		}

	}

	.PerPrice {
		border-radius: var(--b-radius);
	}

	.TitleProduct {
		border-bottom: 0.1rem solid var(--Silver);
	}

	.TopDetailTour {
		border-radius: var(--b-radius);

		.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
			left: 0;

		}
	}

	.BoxFeauterTour {
		border-radius: 0 0 calc(var(--b-radius) / 2) calc(var(--b-radius) / 2);

		li {
			flex: 1 0 auto;
		}

		border-top: 0.1rem solid var(--Silver);

		li:not(:last-child) {
			border-left: 0.1rem solid var(--Silver);

		}
	}

	.AboutTour {
		li:not(:last-child) {
			border-bottom: 0.1rem solid var(--Silver);

			p {
				font-size: 1rem;
				line-height: inherit;
			}
		}
	}

	.OtherImg.active {
		top: 0;
		transform: translateY(0);
		transition: all 0.9s ease-in;

		&::before {
			background-color: rgba(0, 0, 0, 0.7);
			right: 0;
			left: 0;
			position: absolute;
			top: 0;
			bottom: 0;
			content: "";
			width: 100%;
			height: 100%;
			transition: all 0.9s ease-in;
		}
	}


	svg {
		/* width: 1rem; */
		height: 1rem;
	}

	.SideDetail {

		.InnerSidebar {
			border-radius: var(--b-radius);

			.PerPrice {
				border-radius: var(--b-radius);
			}

			.TopDetailTour {
				border-radius: var(--b-radius);
			}

			.CallToExpert {
				border: 0.15rem solid var(--Fcolor);
				border-radius: var(--b-radius);
			}

		}

		.addToBasket {
			border: 0.15rem solid var(--Hcolor) !important;
			outline: unset !important;
			border-radius: var(--b-radius);
		}
	}

	.gallery-box {
		position: relative;
		display: flex;
		flex-direction: row-reverse;
		gap: 1rem;

		.main-gallery {
			width: 80%;
		}

		.thumb-gallery {
			width: 20%;
		}

		.ProductGallery-Slider {
			height: 100%;
			border-radius: var(--b-radius);
			overflow: hidden;

			.swiper-slide {
				display: flex;
				align-items: center;
				justify-content: center;

				img {
					width: 100%;
					height: 100%;
					border-radius: calc(var(--b-radius) / 2);
				}


			}
		}

		.ProductGallery-Thumbs {
			height: 26rem;

			.swiper-slide {
				width: 100%;
				cursor: pointer;
				overflow: hidden;
				border-radius: calc(var(--b-radius) / 2);

				img {
					width: 100%;
					height: 100%;
					object-fit: cover;
				}

				&.swiper-slide-thumb-active {
					position: relative;

					&:after {
						content: '';
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						background-color: var(--accent-color2);
						opacity: 0.5;
					}
				}
			}
		}


		.gallery-thumb-paginatoin {
			cursor: pointer;

			.ProductGallery-Thumbs-prev,
			.ProductGallery-Thumbs-next {
				svg {
					display: block;
					width: 2rem;
					height: 2rem;

				}
			}

			.ProductGallery-Thumbs-prev {
				svg {
					transform: rotate(180deg);
				}
			}


			.swiper-button-disabled {
				opacity: 0.5;
			}
		}
	}

}
.CloseGallery {
    top:-2rem;
    right:0;
	cursor: pointer;
	svg{
		width: 1.5rem;
		height: 1.5rem;
	}
}


@media (max-width: 992px) {

  .gallery-box {
    .main-gallery {
			width: 100% !important;

    
		}
    .ProductGallery-Thumbs {
      height: unset !important;
    }

    .thumb-gallery {
			width: 100% !important;
		}
   

  }
} 