.single-product-right {
	width: 100%;
	max-width: 740px;
	margin-left: auto;
}

.single-product-content {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-bottom: 50px;
}

.single-add-image {
	width: 68px;
	height: 68px;
	padding: 2px;
	border: 2px solid #eee;
	cursor: pointer;
}

.single-add-images {
	margin-right: 10px;
	flex-shrink: 0;
}

.single-add-image+.single-add-image {
	margin-top: 4px;
}

.single-add-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-main-image {
	width: 355px;
	height: 355px;
	position: relative;
	border: 1px solid #eee;
}

.single-main-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tab-nav div {
	padding: 10px 20px;
	font-size: 15px;
	border: 1px solid #eee;
	cursor: pointer;
	background-color: #eee;
	margin-right: 8px;
	border-radius: 2px;
	-webkit-transition: color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	transition: color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	position: relative;
}

.tab-nav div.active {
	cursor: default;
	color: #000;
	background-color: #fff;
}

.tab-nav div.active:before {
	content: '';
	position: absolute;
	height: 2px;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #da2923;
}

.tab-content {
	margin-top: 20px;
}

.tab-pane {
	display: none;
}

.tab-content ul {
    padding-left: 20px;
}

.tab-pane strong {
     color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;   
}

.tab-pane.active {
	display: block;
}

.tab-pane p {
	font-size: 16px;
}

.adv-carusel {
	position: relative;
}

.product-advantages {
	overflow: hidden;
	gap: 8px;
}

.product-advantages .banner-item {
	width: 179px;
	height: 179px;
	flex-shrink: 0;
	transition: margin .4s ease;
}

.catalog__detail-price-main {
	margin-top: 25px;
}

.catalog__detail-price-new,
.catalog__detail-price-reg {
	font-size: 40px;
	font-family: Arial, sans-serif;
	line-height: 1;
	letter-spacing: -.01em;
	color: #000;
}

.catalog__detail-price-old {
	margin-top: 4px;
	font-size: 16px;
}

del.cardoldprice {
	padding-left: 10px;
}

.catalog__detail-price-desc {
	font-size: 14px;
	color: #999;
}

.product-builder {
	margin-bottom: 40px;
}

.product-builder h2 {
	margin-bottom: 30px;
}

.builder-options {
	padding-bottom: 25px;
	margin-bottom: 25px;
	row-gap: 24px;
	border-bottom: 1px solid #ddd;
}

.product-options-content {
	width: 100%;
	margin-left: 25px;
	flex-wrap: wrap;
	gap: 20px;
}

.product-options-content .form-group {
	width: 100%;
	max-width: 330px;
	padding: 10px;
}

label.control-label {
	display: block;
	flex: 100%;
	font-size: 18px;
	margin-bottom: 10px;
}

.radio {
	width: 32px;
	height: 32px;
	border-radius: 100%;
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.vors-type {
	width: 60px;
	height: 60px;
	background-size: 60px;
}

.radio label {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	cursor: pointer;
}

.radio input[type="radio"] {
	display: none;
}

.product-options-content .radio:has(input[type="radio"]:disabled) {
	opacity: 0.4;
}

.radio input[type="radio"]:checked + label {
	outline: 2px solid #da2923;
	border: 1px solid #fff;
}

.product-options-content .form-group:not(.complectation,.selection) {
	/*margin: 0 20px 20px 0;*/
	padding-top: 0;
}

.product-options-content .form-group.complectation {
	margin-right: 20px;
}

.product-options-content .form-group.selection {
	max-width: 210px;
	padding: 10px;
	border: 1px solid #eee;
	margin: 0 -1px 0 0;
	transition: box-shadow 0.2s ease;
}

.product-options-content .form-group.complectation .checkbox {
	font-size: 15px;
}

.product-options-content .form-group.complectation .checkbox + .checkbox {
	margin-top: 8px;
}

.product-options-content .checkbox input[type="checkbox"] {
  display: none; /* Скрываем стандартный чекбокс */
}

.product-options-content .checkbox .styled-checkbox {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-color: #ddd;
}

.product-options-content .checkbox input[type="checkbox"]:checked + .styled-checkbox {
  background-color: #da2923;
}

.product-options-content .checkbox label:has(input[type="checkbox"]:not(:checked)) {
  color: #666;
}

.product-options-content .checkbox label:has(input[type="checkbox"]:not(:checked)):hover {
	color: #da2923;
	cursor: pointer;
}








.vors-cant-type {
	width: unset;
	height: unset;
	border-radius: 0;
}

.vors-cant-type.radio label {
	display: flex !important;
	align-items: center;
}

.vors-cant-type .styled-radio {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	background-color: #ddd;
}

.vors-cant-type+.vors-cant-type {
	margin-top: 8px;
}

.vors-cant-type.radio label:has(input[type="radio"]:not(:checked)) {
	color: #666;
}

.vors-cant-type.radio input[type="radio"]:checked + .styled-radio {
	background-color: #da2923;
}

.vors-cant-type.radio label:has(input[type="radio"]:not(:checked)):hover {
	color: #da2923;
	cursor: pointer;
}










.form-group.selection .option-images {
	height: 60px;
	max-width: 100px;
}

.form-group.selection .option-images img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.select-wrapper select {
	padding: 5px 6px;
	font-size: 12px;
	margin-bottom: 18px;
	color: #555;
}

.product-options-content .form-group.selection:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.option-control {
  display: flex;
  align-items: center;
}

.add-to-order-btn {
	display: inline-flex;
	width: 87px;
	justify-content: center;
	padding: 3px 11px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	position: relative;
	transition: .125s ease;
}

.add-to-order-btn:has(input[type="checkbox"]:checked) {
  background-color: #da2923;
  color: #fff;
}

.add-to-order-btn input[type="checkbox"] {
  display: none;
}

.price-block {
	font-size: 19px;
	color: #000;
}

.special-price {
	color: #dc2617;
}

.old-price {
	padding-left: 10px;
}

.btn-to-cart {
	padding: 14px 30px;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #da2923;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
}

.detail-advantages {
	padding: 20px;
	margin: 30px 0;
	background-color: #eee;
	border-radius: 4px;
}

.detail-advantages-item {
	max-width: 300px;
}

.detail-advantages-item+.detail-advantages-item {
	margin-left: 27px;
}

.icon-return,
.icon-quality,
.icon-num-one,
.icon-review {
	width: 45px;
	height: 45px;
	flex-shrink: 0;
	mask-image: url("../image/return.svg");
	background-color: #000;
}

.icon-quality {
	width: 50px;
	height: 50px;
	mask-image: url("../image/quality.svg");
}

.icon-review {
	width: 50px;
	height: 50px;
	mask-image: url("../image/review.svg");
}

.icon-num-one {
	width: 50px;
	height: 50px;
	mask-image: url("../image/num-one.svg");
}


.detail-advantages-title {
	font-size: 19px;
	color: #DA2923;
}

.detail-advantages-text {
	font-size: 15px;
}

#bp_container img {
	background-color: #fff;
}

/* REVIEWS */

.review-form-container {
	margin: 30px 0;
}

#review {
	width: 100%;
	max-width: 720px;
	margin-left: auto;
}

.add_review-container {
	max-width: 550px;
	width: 100%;
	flex-shrink: 0;
}

.review-container-wrap {
	position: sticky;
	top: 85px;
}

.form-label {
		display: block;
		padding-right: 10px;
		white-space: nowrap;
		font-size: 15px;
}

.form-label.required::after {
		content: " *";
		color: #e74c3c;
}

.form-input {
		width: 100%;
		padding: 12px 16px;
		border: 2px solid #e1e8ed;
		border-radius: 8px;
		font-size: 14px;
		transition: all 0.3s ease;
		background: #fff;
}

.form-input:focus {
		outline: none;
		border-color: #3498db;
		box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.form-textarea {
		resize: vertical;
		min-height: 100px;
		font-family: inherit;
}

.help-text {
		font-size: 13px;
		color: #6c757d;
		margin-top: 6px;
		font-style: italic;
}

.rating-container {
		display: flex;
		align-items: center;
		gap: 15px;
		flex-wrap: wrap;
}

.rating-label {
		font-size: 14px;
		color: #6c757d;
		font-weight: 500;
}

.rating-stars {
		display: flex;
		align-items: center;
}

.rating-option {
		display: flex;
		align-items: center;
		cursor: pointer;
		transition: transform 0.2s ease;
}

.rating-option:hover {
		transform: scale(1.05);
}

.rating-radio {
		display: none;
}

.rating-star {
		width: 24px;
		height: 24px;
		transition: all 0.3s ease;
}

.rating-star-empty {
		fill: #e9ecef;
		stroke: #dee2e6;
		stroke-width: 1;
}

.rating-star-hover {
		fill: #ffd700;
		stroke: #ffa500;
		stroke-width: 0.5;
		transform: scale(1.1);
}

.rating-star-selected {
		fill: #ffd700;
		stroke: #ffa500;
		stroke-width: 0.5;
}

/* Стили для контейнера */
.myimages {
		font-family: Arial, sans-serif;
}

/* Скрываем стандартный input */
.inputfile {
		width: 0.1px;
		height: 0.1px;
		opacity: 0;
		overflow: hidden;
		position: absolute;
		z-index: -1;
}

/* Стили для метки (надписи) */
.file-label {
		display: inline-block;
		cursor: pointer;
		color: #0066cc;
		font-size: 16px;
		text-decoration: underline;
		transition: color 0.2s;
}

.file-label:hover {
		color: #003366;
}

/* Стили для подсказки */
.help-block {
		font-size: 14px;
		color: #666;
		margin-top: 8px;
}

/* Стили для превью изображений */
.image-preview {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin-top: 15px;
}

.image-preview img {
		max-width: 150px;
		max-height: 150px;
		object-fit: cover;
		border-radius: 4px;
		border: 1px solid #ddd;
}

.form-actions {
		margin-top: 30px;
		padding-top: 20px;
		border-top: 1px solid #e1e8ed;
		display: flex;
		justify-content: flex-end;
}

.btn-submit {
		background: linear-gradient(135deg, #3498db, #2980b9);
		color: white;
		border: none;
		padding: 12px 30px;
		border-radius: 8px;
		font-size: 16px;
		font-weight: 500;
		cursor: pointer;
		transition: all 0.3s ease;
		position: relative;
		overflow: hidden;
}

.btn-submit:hover {
		transform: translateY(-2px);
		box-shadow: 0 4px 12px rgba(52, 152, 219, 0.4);
}

.btn-submit:active {
		transform: translateY(0);
}

.btn-submit:disabled {
		opacity: 0.7;
		cursor: not-allowed;
		transform: none;
}

.simple-description {
	font-size: 15px;
}

.simple-description ul {
	padding-left: 20px;
}