#product-product {
	padding: 20px 0 120px;
}
.product-info-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 50%);
	grid-gap: 0;
	margin: 0 0 90px;
}
.product-caption {
	padding: 20px 0 0 35px;
	border-left: 1px solid var(--color-D0D3D5);
}
.product-caption .page-title {
	margin-bottom: 23px;
}
.product-sku-rating-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--color-D0D3D5);
}
.product-sku {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	color: var(--color-9C9FA2);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 21px */
}
.product-sku > span {
	color: var(--color-000);
}
.product-price-wrapper {
	margin: 40px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.product-price {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 40.8px */
	text-transform: uppercase;
}
.product-old-price {
	margin-left: 10px;
	color: var(--color-9C9FA2);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	text-decoration: line-through;
}
.product-discount {
	margin-left: 20px;
	padding: 7px 10px 5px;
	background: var(--color-E92023);
	border-radius: 30px;
	color: var(--color-FFF);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 14px */
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.product-stock {
	margin-left: 20px;
	color: var(--color-4BA168);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 21px */
}
.product-stock.stock-7 {
	color: var(--color-4BA168);
}
.product-stock.stock-5 {
	color: var(--color-E92023);
}
.product-price-cart-minimal {
	color: orange;
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 21px */
	width: 100%;
	margin: 0 0 15px;
}
.product-info-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--color-D0D3D5);
}
.product-info-actions .btn-default-green {
	padding: 15px 0 14px;
	width: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
	gap: 15px;
}
.product-info-actions > .form-field,
.product-info-actions > .btn-default-white-border,
.product-info-actions > .btn-product-wl {
	flex-shrink: 0;
}
.product-info-actions > .btn-product-wl {
	margin-left: 11px;
	display: flex;
}
.btn-product-wl > svg path {
	transition: .3s;
}
.btn-product-wl:hover > svg path {
	stroke: var(--color-9C9FA2);
}
.product-info-actions > .form-field {
	border: 1px solid var(--color-D0D3D5);
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.product-info-actions > .form-field > input {
	width: 53px;
	height: 53px;
	border-radius: 0;
	border: none;
	padding: 0!important;
	text-align: center;
	box-shadow: none!important;
}
.product-info-actions > .form-field > input {
	font-size: 16px;
}
.product-info-actions > .form-field > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 16px;
}
.product-info-actions > .form-field > input::-moz-placeholder { /* Firefox 19+ */
	font-size: 16px;
}
.product-info-actions > .form-field > input:-ms-input-placeholder { /* IE 10+ */
	font-size: 16px;
}
.product-info-actions > .form-field > input:-moz-placeholder { /* Firefox 18- */
	font-size: 16px;
}
.product-info-actions > .form-field > a {
	height: 53px;
	width: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-F2F3F5);
}
.product-info-actions > .form-field > a svg path {
	transition: .3s;
}
.product-info-actions > .form-field > a:hover svg path {
	stroke: var(--color-000);
}
.product-info-actions > a:hover,
.product-info-actions > a:focus {
	color: var(--color-000);
}
.product-delivery-payment-wrapper {
	margin: 30px 0 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
	align-items: flex-start;
}
.product-delivery-payment-item-title {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 14px */
	letter-spacing: 0.7px;
	text-transform: uppercase;
	margin: 0 0 29px;
}
.product-delivery-payment-item-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
.product-delivery-payment-item-list-inner {
	display: grid;
	grid-template-columns: 30px 1fr;
	grid-gap: 15px;
	align-items: center;
}
.product-delivery-payment-item-list-icon {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-delivery-payment-item-list-name {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 21px */
}
.product-left {
	display: grid;
	grid-template-columns: 70px calc(100% - 163px);
	grid-gap: 93px;
	align-items: center;
}
.product-left.one-row {
	grid-template-columns: 100%;
}
.product-left .additional-images {
  margin: 0;
  height: calc((70px * 4) + (10px * 5) + (45px * 2));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.additional-images.disabled {
  pointer-events: none;
}
.product-left .additional-images .swiper-slide {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-left .additional-images .swiper-slide > img {
	max-height: 100%;
}
.additional-images > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  background: var(--color-FFF);
  transition: .5s;
  opacity: 1;
  visibility: visible;
  border-radius: 50%;
  flex-shrink: 0;
}
.additional-images > a:hover {
	background: var(--color-20E97B);
}
.main-image .swiper {
	width: 606px;
}
.main-image .swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 606px;
}
.additional-images .swiper {
  margin: 10px 0;
  height: 100%;
}
.additional-images .swiper-slide:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-20E97B);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.additional-images .swiper-slide.swiper-slide-thumb-active:before {
  opacity: 1;
  visibility: visible;
}
.product-options {
	margin: 20px 0 0;
}
.product-option-title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	color: var(--color-9C9FA2);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 21px */
}
.product-option-title > span {
	color: var(--color-000);
}
.list-product-option {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px 0 0;
}
.list-product-option > .radio {
	width: -moz-fit-content;
	width: fit-content;
	min-width: 70px;
	padding: 8px 10px;
	border-radius: 6px;
	border: 1px solid var(--color-D0D3D5);
	transition: .3s;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-product-option > .radio.active {
	border: 2px solid var(--color-20E97B);
}
.list-product-option > .radio input[type="radio"] {
	display: none;
}
.list-product-option > .radio > label {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
	min-height: unset;
	padding: 0;
}
.variet-item {
	width: -moz-fit-content;
	width: fit-content;
	min-width: 70px;
	padding: 8px 10px;
	border-radius: 6px;
	border: 1px solid var(--color-D0D3D5);
	transition: .3s;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
}
.variet-item:hover {
	border: 1px solid var(--color-000);
	color: var(--color-000);
}
.product-info-tab {
	padding: 90px 157px;
	background: var(--color-F2F3F5);
	display: grid;
	grid-template-columns: 1fr 1093px;
}
.product-info-tab-titles {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.product-info-tab-titles > a {
	padding: 8px 0 6px 22px;
	position: relative;
	color: var(--color-9C9FA2);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 26px */
	text-transform: uppercase;
}
.product-info-tab-titles > a:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: var(--color-20E97B);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.product-info-tab-titles > a.active {
	color: var(--color-000);
}
.product-info-tab-titles > a.active:before {
	opacity: 1;
	visibility: visible;
}
.product-description * {
	font-family: var(--main-ff)!important;
}
.product-description > p {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	margin: 0 0 20px;
}
.product-description > *:last-child {
	margin-bottom: 0;
}
.product-description table {
  border: 1px solid #dededf;
  height: 100%;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
  margin: 0 0 20px;
}
.product-description caption {
  caption-side: top;
  text-align: left;
}
.product-description th {
  border: 1px solid var(--color-000);
  background-color: var(--color-FFF);
  color: var(--color-000);
	font-family: var(--main-ff);
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 25.5px */
  padding: 5px;
}
.product-description td {
  border: 1px solid var(--color-000);
  background-color: var(--color-FFF);
  color: var(--color-000);
	font-family: var(--main-ff);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
  padding: 5px;
}
.product-pdf-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 144px;
	margin: 30px 0 0;
}
.product-pdf-wrapper > a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 14px */
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.product-attribute-title {
	margin: 0 0 25px;
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 39px */
	text-transform: uppercase;
}
.product-attribute-item {
	display: grid;
	grid-template-columns: 530px 1fr;
	grid-gap: 20px;
}
.product-attribute-item+.product-attribute-item {
	margin-top: 16.5px;
}
.product-attribute-item-name {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	gap: 20px;
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
}
.product-attribute-item-value {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
}
.product-attribute-item-name > span:first-child {
	flex-shrink: 0;
}
.product-attribute-item-name > span.dotted-line {
	width: 100%;
	border-bottom: 1px dotted var(--color-9C9FA2);
}
.product-review-title {
	margin: 0 0 20px;
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 39px */
	text-transform: uppercase;
}
.review-form {
	padding: 46px 101px 45px;
	position: relative;
	background: var(--color-FFF);
	transition: .3s;
}
.review-form:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: var(--color-20E97B);
}
.form-field-stars {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 38px;
	margin: 0 0 14px;
}
.form-field-stars > label {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
}
.stars-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}
.stars-wrapper > a {
	width: 39px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.double-form-column {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 21px;
	margin: 0 0 10px;
}
.review-form .btn-start-wrapper {
	margin: 20px 0 0;
}
.stars-wrapper > a.active svg path {
	fill: var(--color-F4E21C);
	stroke: var(--color-F4E21C);
}
.product-review-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
}
.product-review-item {
	background: var(--color-FFF);
	padding: 29px 30px;
	position: relative;
}
.product-review-item:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: var(--color-20E97B);
}
.product-review-item-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
	margin: 0 0 15px;
	position: relative;
}
.product-review-item-top:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--color-D0D3D5);
}
.product-review-item-top-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.product-review-item-author {
	margin-right: 20px;
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
}
.product-review-item-stars {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	margin-right: 14px;
}
.product-review-item-rating {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 24px */
}
.product-review-item-date {
	color: var(--color-9C9FA2);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 21px */
}
.product-review-item-text {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	margin: 0 0 30px;
}
.product-review-item-adv-disadv-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 15px;
}
.product-review-item-adv-disadv-item {
	display: grid;
	grid-template-columns: 120px 1fr;
	grid-gap: 8px;
	align-items: flex-start;
}
.product-review-item-adv-disadv-label {
	color: var(--color-9C9FA2);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 21px */
}
.product-review-item-adv-disadv-value {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
}
.product-review-answer {
	position: relative;
	border: 1px solid var(--color-D0D3D5);
	background: var(--color-F2F3F5);
	padding: 25px 30px;
	margin-left: 50px;
}
.product-review-answer:before {
	position: absolute;
	content: '';
	left: -10px;
	top: 0;
	width: 2px;
	height: 100%;
	background: var(--color-20E97B);
}
.product-review-answer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 20px;
}
.product-review-answer-author {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
	color: var(--color-2E3032);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 19.2px */
}
.product-review-answer-date {
	color: var(--color-9C9FA2);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 21px */
}
.product-review-answer-text {
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
}
.product-review-content {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 51px;
	align-items: flex-start;
}
.product-review-text-add {
	max-width: 167px;
	margin: 0 auto 20px;
	text-align: center;
	color: var(--color-000);
	font-family: var(--main-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.product-info-tab .tab-content {
	display: none;
}
#review .pagination-outer {
	margin-top: 20px;
}
.similar-product {
	margin: 87px 0 0;
}
.similar-product+.module-featured {
	margin: 120px 0 0;
}
.main-image {
	position: relative;
}
.main-image > a {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	z-index: 999;
}
.main-image > a > svg {
	width: 100%;
	height: auto;
}
@media(min-width: 1100px) {
	#product-product {
		padding: 1.04vw 0 6.25vw;
	}
	.product-info-wrapper {
		margin: 0 0 4.69vw;
	}
	.product-caption {
		padding: 1.04vw 0 0 1.82vw;
	}
	.product-caption .page-title {
		margin-bottom: 1.2vw;
	}
	.product-sku-rating-wrapper {
		padding-bottom: 1.04vw;
	}
	.product-price-wrapper {
		margin: 2.08vw 0;
	}
	.product-old-price {
		margin-left: 0.52vw;
	}
	.product-discount {
		margin-left: 1.04vw;
		padding: 7px 0.52vw 5px;
	}
	.product-stock {
		margin-left: 1.04vw;
	}
	.product-info-actions {
		gap: 0.52vw;
		padding-bottom: 1.56vw;
	}
	.product-info-actions .btn-default-green {
		padding: 0.78vw 0 0.73vw;
		gap: 0.78vw;
	}
	.product-info-actions .btn-default-green > svg {
		width: 1.41vw;
		height: auto;
	}
	.product-info-actions > .btn-product-wl {
		margin-left: 0.57vw;
	}
	.product-info-actions > .btn-product-wl > svg {
		width: 1.41vw;
		height: auto;
	}
	.product-info-actions > .form-field > input {
		width: 2.76vw;
		height: 2.76vw;
	}
	.product-info-actions > .form-field > input {
		font-size: 0.83vw;
	}
	.product-info-actions > .form-field > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 0.83vw;
	}
	.product-info-actions > .form-field > input::-moz-placeholder { /* Firefox 19+ */
		font-size: 0.83vw;
	}
	.product-info-actions > .form-field > input:-ms-input-placeholder { /* IE 10+ */
		font-size: 0.83vw;
	}
	.product-info-actions > .form-field > input:-moz-placeholder { /* Firefox 18- */
		font-size: 0.83vw;
	}
	.product-info-actions > .form-field > a {
		height: 2.76vw;
		width: 2.24vw;
	}
	.product-delivery-payment-wrapper {
		margin: 1.56vw 0 0;
		grid-gap: 0.78vw;
	}
	.product-delivery-payment-item-title {
		margin: 0 0 1.51vw;
	}
	.product-delivery-payment-item-list {
		grid-gap: 1.04vw;
	}
	.product-delivery-payment-item-list-inner {
		grid-template-columns: 1.56vw 1fr;
		grid-gap: 0.78vw;
	}
	.product-delivery-payment-item-list-icon {
		width: 1.56vw;
		height: 1.56vw;
	}
	.product-left {
		grid-template-columns: 3.65vw calc(100% - 8.49vw);
		grid-gap: 4.84vw;
	}
	.product-left .additional-images {
	  height: calc((3.65vw * 4) + (0.52vw * 5) + (2.34vw * 2));
	}
	.additional-images > a {
	  height: 2.34vw;
	  width: 2.34vw;
	}
	.main-image .swiper {
		width: 31.56vw;
	}
	.main-image .swiper .swiper-slide {
		height: 31.56vw;
	}
	.additional-images .swiper {
	  margin: 0.52vw 0;
	}
	.product-options {
		margin: 1.04vw 0 0;
	}
	.list-product-option {
		gap: 0.52vw;
		margin: 1.04vw 0 0;
	}
	.list-product-option > .radio {
		min-width: 3.65vw;
		padding: 8px 0.52vw;
	}
	.variet-item {
		min-width: 3.65vw;
		padding: 8px 0.52vw;
	}
	.product-info-tab {
		padding: 4.69vw 8.18vw;
		grid-template-columns: 1fr 56.93vw;
	}
	.product-info-tab-titles {
		gap: 0.52vw;
	}
	.product-info-tab-titles > a {
		padding: 8px 0 6px 1.15vw;
	}
	.product-description th,
	.product-description td {
		font-size: 0.89vw;
	}
	.product-description > p {
		font-size: 0.89vw;
		margin: 0 0 1.04vw;
	}
	.product-pdf-wrapper {
		gap: 7.5vw;
		margin: 1.56vw 0 0;
	}
	.product-pdf-wrapper > a {
		gap: 0.78vw;
	}
	.product-attribute-title {
		margin: 0 0 1.3vw;
	}
	.product-attribute-item {
		grid-template-columns: 27.6vw 1fr;
		grid-gap: 1.04vw;
	}
	.product-attribute-item+.product-attribute-item {
		margin-top: 0.86vw;
	}
	.product-attribute-item-name {
		gap: 1.04vw;
	}
	.product-review-title {
		margin: 0 0 1.04vw;
	}
	.review-form {
		padding: 2.4vw 5.26vw 2.34vw;
	}
	.form-field-stars {
		gap: 1.98vw;
		margin: 0 0 0.73vw;
	}
	.stars-wrapper {
		gap: 0.78vw;
	}
	.stars-wrapper > a {
		width: 2.03vw;
		height: 2.08vw;
	}
	.double-form-column {
		grid-gap: 1.09vw;
		margin: 0 0 0.52vw;
	}
	.review-form .btn-start-wrapper {
		margin: 1.04vw 0 0;
	}
	.product-review-wrapper {
		grid-gap: 0.52vw;
	}
	.product-review-item {
		padding: 1.51vw 1.56vw;
	}
	.product-review-item-top {
		padding-bottom: 0.83vw;
		margin: 0 0 0.78vw;
	}
	.product-review-item-author {
		margin-right: 1.04vw;
	}
	.product-review-item-stars {
		margin-right: 0.73vw;
	}
	.product-review-item-text {
		margin: 0 0 1.56vw;
	}
	.product-review-item-adv-disadv-wrapper {
		grid-gap: 0.78vw;
	}
	.product-review-item-adv-disadv-item {
		grid-template-columns: 6.25vw 1fr;
	}
	.product-review-answer {
		padding: 1.3vw 1.56vw;
		margin-left: 2.6vw;
	}
	.product-review-answer:before {
		left: -0.52vw;
	}
	.product-review-answer-top {
		margin: 0 0 1.04vw;
	}
	.product-review-answer-author {
		gap: 0.73vw;
	}
	.product-review-content {
		grid-gap: 2.66vw;
	}
	.product-review-text-add {
		max-width: 8.7vw;
		margin: 0 auto 1.04vw;
	}
	#review .pagination-outer {
		margin-top: 1.04vw;
	}
	.similar-product {
		margin: 4.53vw 0 0;
	}
	.similar-product+.module-featured {
		margin: 6.25vw 0 0;
	}
}
@media(max-width: 1099px) {
	.main-image .swiper {
		width: 100%;
	}
	.main-image .swiper .swiper-slide {
		height: auto;
	}
	.product-info-tab {
		padding: 50px 20px;
		grid-template-columns: 2fr 7fr;
	}
	.product-price-wrapper .btn-product-wl {
		margin-left: auto;
	}
	.product-info-actions > .form-field > a {
		height: 34px;
		width: 32px;
	}
	.product-info-actions > .form-field > input {
		width: 33px;
		height: 34px;
		font-size: 14px;
	}
	.product-info-actions .btn-default-green {
		padding: 9px 0 8px;
		gap: 9px;
	}
	.product-info-actions .btn-default-green > svg {
		width: auto;
		height: 19px;
	}
	.product-info-actions .btn-default-white-border {
		padding: 11px 15px 10px;
	}
	.product-caption {
		padding-left: 20px;
	}
	.product-price-wrapper {
		margin: 19px 0 23px;
	}
	.product-info-actions {
		gap: 10px 9px;
		padding-bottom: 21px;
	}
	.product-delivery-payment-wrapper {
		margin: 24px 0 0;
		grid-gap: 10px;
	}
	.product-delivery-payment-item-list-inner {
		grid-gap: 12px;
	}
	.product-info-wrapper {
		margin-bottom: 40px;
	}
	.product-description th,
	.product-description td {
		font-size: 13px;
	}
	.product-description > p {
		font-size: 13px;
		margin: 0 0 15px;
	}
	.review-form {
		padding: 30px 40px;
	}
	.form-field-stars {
		gap: 20px;
	}
	.stars-wrapper > a {
		width: 29px;
		height: 30px;
	}
	.stars-wrapper > a > svg {
		width: 100%;
		height: auto;
	}
	.product-info-tab-titles > a {
		padding: 4px 0 4px 15px;
	}
	.similar-product {
		margin: 40px 0;
	}
	#product-product {
		padding-bottom: 60px;
	}
	.product-card-caption {
		padding: 8px 10px 10px;
	}
	.product-delivery-payment-item-list {
		grid-gap: 8px;
	}
}
@media(max-width: 900px) {
	.product-info-tab {
		padding: 40px 16px;
		grid-template-columns: 1fr 3fr;
	}
	.product-attribute-item {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media(max-width: 800px) {
	.list-product-option {
		margin-top: 10px;
		gap: 5px;
	}
	.variet-item,
	.list-product-option > .radio {
		min-width: 65px;
		padding: 6px 8px;
	}
	.product-info-actions {
		padding-bottom: 67px;
		position: relative;
	}
	.product-info-actions .btn-default-white-border {
		width: 100%;
		text-align: center;
		position: absolute;
		left: 0;
		bottom: 21px;
	}
	.product-stock {
		margin-left: 15px;
	}
	.review-form {
		padding: 30px 20px;
	}
	.product-info-wrapper {
		align-items: flex-start;
	}
}
@media(max-width: 700px) {
	.product-info-wrapper {
		grid-template-columns: 100%;
	}
	.product-caption {
		padding-left: 0;
		border: none;
	}
	#product-product {
		padding-top: 20px;
	}
	.product-info-tab {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
	.product-info-tab-titles {
		flex-direction: row;
		gap: 25px;
		justify-content: center;
	}
	.product-info-tab-titles > a {
		padding: 0 0 7px;
	}
	.product-info-tab-titles > a:before {
		height: 2px;
		width: 100%;
		top: unset;
		bottom: 0;
	}
	.stars-wrapper > a {
		width: 20px;
		height: 21px;
	}
	.double-form-column {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	.product-review-content {
		display: flex;
		flex-direction: column-reverse;
		gap: 30px;
	}
	.product-review-answer {
		margin-left: 25px;
		padding: 15px 20px;
	}
	.product-review-item {
		padding: 15px 20px;
	}
	.product-review-answer-author > svg {
		width: 25px;
		height: auto;
	}
	.product-review-item-adv-disadv-item {
		grid-template-columns: 80px 1fr;
	}
	.product-review-right {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}