/* single-product-details new-style */
.single-product-details.new-style header h2 {
	line-height: 1.2;
}
.single-product-details.new-style header .price {
	font-size: 2rem;
	line-height: 1.2;
}
.single-product-details.new-style .product-options-holder {
	padding-top: 0.8rem;
}
@media (max-width: 767.98px) {
	.single-product-details.new-style .product-options-holder {
		padding-top: 1.2rem;
	}
}
.single-product-details.new-style .product-options-holder h3 {
	display: flex;
	align-items: center;
}
@media (max-width: 767.98px) {
	.single-product-details.new-style .product-options-holder h3 {
		font-size: 1.4rem;
	}
}
.single-product-details.new-style .product-options-holder h3 .link-more {
	flex-shrink: 0;
	margin-left: auto;
}
.single-product-details.new-style .product-options-holder .select2-container .select2-selection--single {
	height: 5.2rem;
}
@media (max-width: 767.98px) {
	.single-product-details.new-style .product-options-holder .select2-container .select2-selection--single {
		height: 6.2rem;
	}
}
.single-product-details.new-style .product-options-holder .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 5.2rem;
	padding-left: 2rem;
}
@media (max-width: 767.98px) {
	.single-product-details.new-style .product-options-holder .select2-container .select2-selection--single .select2-selection__rendered {
		line-height: 6.2rem;
	}
}
.single-product-details.new-style .product-options-holder .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
	line-height: inherit;
}
.single-product-details.new-style .product-options-holder .select2-container .select2-selection--single .select2-selection__arrow {
	width: 6.5rem;
	height: auto;
	bottom: 1px;
}
.single-product-details.new-style .select-items {
	padding-top: 0.5rem;
	display: block;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 0.1rem;
}
@media (max-width: 767.98px) {
	.single-product-details.new-style .select-items {
		padding-bottom: 1.5rem;
	}
}
.single-product-details.new-style .select-items > li {
	width: 100%;
	margin: 0 0 1rem;
	max-width: none;
}
@media (max-width: 767.98px) {
	.single-product-details.new-style .select-items > li {
		margin-bottom: 0.5rem;
	}
}
.single-product-details.new-style .select-items > li label > span {
	justify-content: flex-start;
	padding: 1rem 2rem;
	line-height: 2.2rem;
	box-shadow: none !important;
	background: #fff;
}
@media (max-width: 767.98px) {
	.single-product-details.new-style .select-items > li label > span {
		font-size: 1.6rem;
	}
}
.single-product-details.new-style .select-items > li label > span .circle {
	margin-left: 0;
}
.single-product-details.new-style .select-items > li label > span .price-item {
	flex-shrink: 0;
	margin-left: auto;
	padding-left: 1rem;
}
.single-product-details.new-style .select-items > li label .colors-row {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 0;
	margin-top: -1rem;
	background: #fff;
	display: flex;
	--gap-x: .33rem;
	padding-left: calc(2rem - var(--gap-x));
	padding-right: calc(2rem - var(--gap-x));
	transition: all 0.3s linear;
}
.single-product-details.new-style .select-items > li label .colors-row .color-item {
	flex-shrink: 0;
	width: 10%;
	padding: 0 var(--gap-x);
	max-height: 5rem;
	overflow: hidden;
	transition: all 0.5s linear;
}
.single-product-details.new-style .select-items > li label .colors-row .color-item img {
	display: block;
	max-width: 100%;
	height: auto;
	aspect-ratio: 1;
	border-radius: 50%;
}
.single-product-details.new-style .select-items > li label:hover span,
.single-product-details.new-style .select-items > li label input:checked ~ span {
	border-color: #000;
}
.single-product-details.new-style .select-items > li label input:not(:checked) ~ .colors-row {
	opacity: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	border-bottom: 0;
}
.single-product-details.new-style .select-items > li label input:not(:checked) ~ .colors-row .color-item {
	max-height: 0;
}
.single-product-details.new-style .select-group.qty-holder .row-holder {
	display: flex;
	align-items: center;
}
.single-product-details.new-style .select-group.qty-holder .qty-wr {
	margin-left: auto;
}
.single-product-details.new-style .select-group.qty-holder .qty-wr input[type=number] {
	height: 3rem;
	width: 4rem;
	border-radius: 0.5rem;
	font-size: 1.4rem;
	margin: 0 0.7rem;
}
.single-product-details.new-style .select-group.qty-holder .qty-wr .qty-btn {
	width: 2rem;
	height: 2rem;
}
.single-product-details.new-style .select-group.qty-holder .qty-wr .qty-btn::before, .single-product-details.new-style .select-group.qty-holder .qty-wr .qty-btn::after {
	width: 1rem;
}
.single-product-details.new-style .select-group.qty-holder .price {
	display: block;
	color: #ff3000;
	font-weight: bold;
	line-height: 1.1;
}
@media (max-width: 767.98px) {
	.single-product-details.new-style .select-group.qty-holder .price {
		font-size: 1.4rem;
	}
}
@media (min-width: 768px) {
	.single-product-details.new-style .btn.btn-primary {
		margin-top: 0;
		text-transform: uppercase;
		font-size: 1.8rem;
		line-height: 2rem;
		padding: 1.4rem;
		height: auto;
	}
	.single-product-details.new-style .btn.btn-primary i {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.single-product-details.new-style .btn.btn-primary {
		margin-top: 0;
	}
}

@media (max-width: 767.98px) {
	.template-single-product header .price {
		font-size: 1.6rem;
	}
}

.link-more {
	color: #0066cc !important;
	font-weight: normal;
	font-size: 1.6rem;
	display: inline-flex;
	vertical-align: top;
	align-items: center;
}
@media (max-width: 767.98px) {
	.link-more {
		font-size: 1.2rem;
	}
}
.link-more .arrow {
	flex-shrink: 0;
	width: 1.6rem;
	height: 1.6rem;
	background: currentColor;
	border-radius: 50%;
	margin: 0 0 0 0.5rem;
	position: relative;
}
@media (max-width: 767.98px) {
	.link-more .arrow {
		width: 1.4rem;
		height: 1.4rem;
	}
}
.link-more .arrow::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	border: solid transparent;
	border-width: 0.4rem 0 0.4rem 0.6rem;
	border-left-color: #fff;
	transform: translate(-50%, -50%);
	margin-left: 0.1rem;
}
@media (max-width: 767.98px) {
	.link-more .arrow::before {
		border-width: 0.3rem 0 0.3rem 0.5rem;
	}
}
/*# sourceMappingURL=product-page-new-style.css.map */
