.product-attr-section {
	margin-bottom: 50px;
}

.product-attr-section .product-title {
	position: relative;
	margin-bottom: 21px;
	width: fit-content;
	padding-bottom: 5px;
}

.product-attr-section .product-specs-title {
	font-weight: 500;
	margin-bottom: 5px;
}

.product-attr-section .product-title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #000;
	width: 100%;
}

.product-main__btns a {
	border: 1px solid #FF0000;
	border-radius: 50px;
	padding: 7px 23px 9px 23px;
}

.product-attr__wrapper {
	margin-bottom: 20px;
}

.product-attr__wrapper .product-attr__name {
	width: 40%;
}

.product-attr__wrapper .product-attr__value div {
	max-width: 486px;
}

.product-attr__wrapper .product-attr__value {
	width: 60%;
}

.product-attr__wrapper li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
	position: relative;
}

.product-attr__name {
	position: relative;
	padding-left: 0;
}

.product-attr__wrapper .product-attr__name span {
	background-color: #fff;
	z-index: 1;
	position: relative;
	padding-right: 10px;
}

.product-attr__wrapper li .product-attr__name::before {
	content: "";
	flex: 1;
	border-bottom: 2px dotted #A8A8A8;
	margin: 0 8px;
	position: absolute;
	width: calc(100% - 7px);
	bottom: 2px;
	left: 0;
	z-index: -1;
}

