.detail-section .product-thumb-small img {
	filter: brightness(0) invert(1);
}

.detail-section .product-thumb-small a,
.detail-section .product-info--inner h1 {
	color: white;
}

.product-price--sm {
	display: flex;
	flex-direction: column;
}

.product-price--sm ins {
	margin-right: 0;
	color: var(--primary);
	font-size: 38px;
}

.product-price--sm del {
	color: white;
	font-size: 24px;
}

.box-price--sale .onsale {
	color: white;
	font-weight: 700;
	font-size: 24px;
}

.product-single__option:not(:last-child) {
	margin-bottom: 15px;
}

.option-heading {
	color: #000;
	font-weight: 700;
	margin-bottom: 5px;
}

.option-select--item input {
	display: none;
}

.option-select--item .checkmark-option {
	background: #fffffe;
	padding: 17px 13px;
	border-radius: 16px;
	text-align: center;
	font-weight: 700;
}

.option-select--item input:checked ~ .checkmark-option {
	background: var(--primary);
	color: white;
}

.option-select--item:not(:last-child) {
	margin-right: 24px;
}

.option-select,
.option-select--item.option-color .checkmark-option {
	display: flex;
	align-items: center;
}

.option-select {
	row-gap: 24px;
}

.option-select--item.option-color .checkmark-option {
    gap: 12px;
}

.option-color .checkmark-option img {
	max-width: 55%;
}

.option-select--item.option-color {
    max-width: 20%;
}

@media (max-width: 767px) {

	.option-select--item.option-color {
		max-width: 100%;
	}
}

.product-single__actions button {
	background: black;
	color: white;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	border-radius: 50px;
}

.product-single__actions button:hover {
	background: var(--primary);
}

.product-note--policy {
	margin-top: 33px;
}

.product-note:not(:last-child) {
	margin-bottom: 48px;
}

.product-note h5,
.product-detail--info h5,
.news-related h5 {
	color: white;
	font-size: 19px;
	margin-bottom: 32px;
}
.news-related h5 {
	color: #000;
	margin-bottom: 15px;
}

.product-note.policy h5 {
	margin-bottom: 40px;
}

.note-list {
	background: white;
	border: 2px solid #a8a8a5;
	border-radius: 18px;
	padding: 16px 24px;
}

.note-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.note-list li {
	position: relative;
}

.box-title--note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}

.box-title--note h5 {
	margin-bottom: 0;
}

.box-title--note a {
	color: white;
	font-size: 19px;
}

.scroll-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.scroll-mb ul {
	flex-wrap: nowrap;
	border-bottom: none;
}

.modalLightbox .modal-header,
.modalParameter .modal-header {
	border-bottom: none;
}

.modalLightbox ul li .nav-link,
.modalParameter ul li .nav-link {
	color: white;
}

.modalLightbox  ul li .nav-link.active,
.modalParameter ul li .nav-link.active {
	font-weight: 700;
	color: white;
	background: transparent;
	border: none;
}

.parameter-content {
	background: white;
	border-radius: 50px;
	overflow: hidden;
	padding-top: 33px;
}

.parameter-item .title {
	background: #e4e4e4;
	font-weight: 700;
	font-size: 20px;
	padding: 21px 0;
}

.parameter-item .content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.parameter-item p {
	margin-bottom: 0;
	flex: 1;
	padding: 16px 65px;
	font-weight: 700;
	font-size: 20px;
}

.product-detail--info:not(:last-child) {
	margin-bottom: 24px;
}

.product-note.info li::before {
	content: '\e122';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    display: inline-block;
    font-size: 13px;
    margin-right: 14px;
}

.product-detail--info h5 {
	font-size: 20px;
}

.product-detail--info .product__desciption {
	background: white;
	padding: 24px 10px;
}

.product-detail--info .read_more a i {
	display: none;
}

.product-detail--info .read_more a {
	color: white;
}

@media (min-width: 768px) and (max-width: 991px) {

	.parameter-item .title {
		padding-left: 65px;
		padding-right: 65px;
	}

	.product-note--policy ul {
		display: flex;
		flex-wrap: wrap;
		row-gap: 12px;
	}

	.product-note li {
		max-width: 50%;
		flex: 0 0 50%;
	}
}

@media (max-width: 767px) {

	.note-list li:not(:last-child) {
		margin-bottom: 6px;
	}

	.box-title--note h5,
	.box-title--note a {
		font-size: 16px;
	}

	.parameter-item .title,
	.parameter-item p {
		padding-left: 24px;
		padding-right: 24px;
	}

	.parameter-item .title {
		font-size: 18px;
	}

	.parameter-item p {
		font-size: 16px;
	}
}

.product-compare .table>:not(caption)>*>* {
	border-bottom-color: currentColor;
}

.product-compare {
	background: white;
	padding: 29px 21px;
	border: 2px solid #a8a8a5;
	border-radius: 18px;
}

.compare-box--title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.compare-box--title h4 {
	font-size: 20px;
}

.product-compare .table {
	margin-bottom: 0;
}

.product-compare .table > thead {
	vertical-align: middle;
}

.compare-title {
	white-space: nowrap;
}

.product-compare .table > tbody {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
}

@media (max-width: 767px) {

	.product-compare {
		padding-left: 12px;
		padding-right: 12px;
	}

	.compare-box--title h4 {
		font-size: 14px;
	}

	.compare-title,
	.product-compare .table > tbody {
		font-size: 12px;
	}
}

.news-related .news-item h3 a {
	color: white;
}

@media (max-width: 991px) {

	.detail-price {
		font-weight: 700;
	}
}

@media (max-width: 767px) {

	.detail-price {
		width: 100%;
		text-align: center;
	}
}