#overview-content .a-plus-content:before,
#overview-content .a-plus-content:after,
#overview-content .a-plus-group:before,
#overview-content .a-plus-group:after,
#overview-content .a-plus-module:before,
#overview-content .a-plus-module:after,
#overview-content .a-plus-info:after,
#overview-content .a-plus-head:after {
	content: "";
	display: table;
	clear: both;
}

#overview-content .a-plus-content {
	position: relative;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #222;
	font-family: "Open Sans", "PingFang SC", "Helvetica Neue", Helvetica, Arial,
		\5FAE\8F6F\96C5\9ED1, tahoma, simsun, sans-serif;
	font-size: 13px;
}

#overview-content .a-plus-content.is-light {
	background: #fff !important;
	color: #212121 !important;
}

#overview-content .a-plus-content.is-custom {
	margin: 0 -30px;
	padding: 30px;
}

#overview-content .a-plus-content.is-dark {
	background: #121212 !important;
	color: #fff !important;
	margin: 0 -30px;
	padding: 30px;
}

#overview-content .a-plus-content.is-dark .a-plus-table {
	border-color: #777 !important;
}

#overview-content .a-plus-content.is-dark .a-plus-table td {
	border-color: #777 !important;
}

#overview-content .a-plus-content.is-dark .a-plus-table th {
	background: #444 !important;
	border-color: #777 !important;
}

#overview-content .a-plus-content.is-dark .a-plus-table tr:first-child th:after {
	background: #777 !important;
}

#overview-content .a-plus-content.is-dark .a-plus-table th:after {
	background: #777 !important;
}

#overview-content .a-plus-content.is-dark .a-plus-table .a-plus-table-th {
	color: #aaa !important;
}

#overview-content .a-plus-content.is-dark a.a-plus-title {
	color: #e3e3e3 !important;
}

#overview-content .a-plus-content.is-dark .a-plus-table .a-plus-icon-checked,
#overview-content .a-plus-content.is-dark .a-plus-check-point li:before {
	background: url(../../../Nest/images/icons/check-light-white.svg) no-repeat 0 0 !important;
}

#overview-content .a-plus-content.is-dark .a-plus-info p>a {
	color: #ccc !important;
}

#overview-content .a-plus-content.is-dark .a-plus-info p>a:hover {
	color: #ea9d28 !important;
}

#overview-content .a-plus-content.is-dark .a-plus-gary-box {
	background: #444 !important;
	border-color: #555 !important;
}

#overview-content .a-plus-content.is-dark .a-plus-spec tr:nth-child(even) th,
#overview-content .a-plus-content.is-dark .a-plus-spec tr:nth-child(even) td {
	background-color: #444 !important;
}

#overview-content .a-plus-content.is-dark .a-plus-text-overlay.is-light a {
	color: #222 !important;
}

#overview-content .a-plus-content.is-dark .a-plus-table.col-1-highlight td:nth-child(2),
#overview-content .a-plus-content.is-dark .a-plus-table.col-2-highlight td:nth-child(3),
#overview-content .a-plus-content.is-dark .a-plus-table.col-3-highlight td:nth-child(4),
#overview-content .a-plus-content.is-dark .a-plus-table.col-4-highlight td:nth-child(5),
#overview-content .a-plus-content.is-dark .a-plus-table.col-5-highlight td:nth-child(6),
#overview-content .a-plus-content.is-dark .a-plus-table.col-6-highlight td:nth-child(7) {
	background-color: #1e2033 !important;
}

#overview-content .a-plus-module {
	position: relative;
	margin: 40px 0;
	padding: 0;
	overflow: hidden;
}

#overview-content .a-plus-module.no-margin {
	margin-top: 0;
	margin-bottom: 0;
}

#overview-content .a-plus-img {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
}

#overview-content .a-plus-img img {
	display: block;
	margin: auto;
	width: 100%;
}

#overview-content .a-plus-title,
#overview-content .a-plus-subtitle {
	display: block;
	margin: 10px 0;
	font-weight: bold;
	font-size: 14px;
}

#overview-content .a-plus-subtitle,
#overview-content .a-plus-title,
#overview-content .a-plus-info p {
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-word;
	text-overflow: ellipsis;
}

#overview-content .a-plus-title {
	margin: 15px 0;
	font-size: 17px;
	line-height: 24px;
}

#overview-content .a-plus-subtitle {
	opacity: 0.78;
}

#overview-content a.a-plus-title,
#overview-content a.a-plus-subtitle,
#overview-content .a-plus-title a,
#overview-content .a-plus-subtitle a {
	color: #05f;
	font-size: 14px;
	text-decoration: none;
}

#overview-content a.a-plus-title:hover,
#overview-content a.a-plus-subtitle:hover,
#overview-content .a-plus-title a:hover,
#overview-content .a-plus-subtitle a:hover {
	text-decoration: underline;
}

#overview-content .a-plus-head {
	display: block;
	margin: 0;
	width: 100%;
}

#overview-content .a-plus-head-text {
	font-weight: bold;
	font-size: 19px;
	line-height: 28px;
	text-transform: uppercase;
}

#overview-content .a-plus-info p {
	display: block;
	margin: 0.5em 0;
}

#overview-content .a-plus-info p>a {
	color: #222;
	text-decoration: underline;
}

#overview-content .a-plus-info p>a:hover {
	color: #05f;
	text-decoration: none;
}

#overview-content .a-plus-info ul,
#overview-content .a-plus-info ol {
	margin: 20px 0;
}

#overview-content .a-plus-info ul {
	list-style-type: disc !important;
	list-style-position: outside !important;
	padding-left: 25px;
}

#overview-content .a-plus-info ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 25px;
}

#overview-content .a-plus-info ol ol {
	list-style-type: lower-alpha;
}

#overview-content .a-plus-info ol ol ol {
	list-style-type: lower-roman;
}

#overview-content .a-plus-info ol ol ol ol {
	list-style-type: square;
}

#overview-content .a-plus-info li {
	margin-bottom: 15px;
}

#overview-content .a-plus-info i {
	font-style: italic;
}

#overview-content .a-plus-video {
	display: block;
	position: relative;
	max-width: 100%;
}

#overview-content .a-plus-video::before {
	content: "";
	display: block;
	padding-top: 56.25%;
	width: 100%;
	height: 0;
	overflow: hidden;
}

#overview-content .a-plus-video>video,
#overview-content .a-plus-video>iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

#overview-content .a-plus-text-overlay {
	position: absolute;
	z-index: 1;
	top: max(min(50%, calc(100% - 116px)), 0px);
	left: max(min(10%, calc(100% - 356px)), 0px);
	max-width: calc(100% - 40px);
	max-height: calc(100% - 40px);
	padding: 20px;
	width: 300px;
	border-radius: 3px;
}

#overview-content .a-plus-text-overlay.is-dark {
	background: rgba(0, 0, 0, 0.8);
	color: #e3e3e3;
}

#overview-content .a-plus-text-overlay.is-dark a {
	color: #e3e3e3;
}

#overview-content .a-plus-text-overlay.is-dark a:hover {
	color: #ea9d28;
}

#overview-content .a-plus-text-overlay.is-light {
	background: rgba(245, 245, 245, 0.9);
	color: #222;
}

#overview-content .a-plus-text-overlay.is-light a {
	color: #222 !important;
}

#overview-content .a-plus-text-overlay.is-light a:hover {
	color: #05f !important;
}

#overview-content .a-plus-text-overlay~.a-plus-img img {
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#overview-content .a-plus-module.txt-align-center {
	text-align: center;
}

/* comparison */
#overview-content .a-plus-comparison {
	overflow: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

#overview-content .a-plus-table {
	min-width: 100%;
	border-collapse: collapse;
	border: 1px solid #d9d9d9;
}

#overview-content .a-plus-table th {
	margin-left: 0;
	width: 120px;
	background: #f2f2f2;
	font-weight: normal;
	vertical-align: top;
	border-bottom: 1px solid #e2e2e2;
}

#overview-content .a-plus-table tr:last-child th {
	border-bottom: none;
}

#overview-content .a-plus-table td {
	position: relative;
	min-width: 150px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align: top;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#overview-content .a-plus-table tr:last-child td {
	border-bottom: none;
}

#overview-content .a-plus-table td:before {
	content: "";
	position: absolute;
	z-index: 100;
	left: 0px;
	top: -100000px;
	width: 100%;
	height: 999999px;
	background: rgba(142, 219, 255, 0.15);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#overview-content .a-plus-table td:hover:before {
	opacity: 1;
}

#overview-content .a-plus-table tr:first-child th:after {
	background: #d9d9d9;
}

#overview-content .a-plus-table th:nth-last-child(2)~td {
	width: calc(100% / 1);
}

#overview-content .a-plus-table th:nth-last-child(3)~td {
	width: calc(100% / 2);
}

#overview-content .a-plus-table th:nth-last-child(4)~td {
	width: calc(100% / 3);
}

#overview-content .a-plus-table th:nth-last-child(5)~td {
	width: calc(100% / 4);
}

#overview-content .a-plus-table th:nth-last-child(6)~td {
	width: calc(100% / 5);
}

#overview-content .a-plus-table th:nth-last-child(7)~td {
	width: calc(100% / 6);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	#overview-content .a-plus-table th:nth-last-child(2)~td {
		width: 100%;
	}

	#overview-content .a-plus-table th:nth-last-child(3)~td {
		width: 50%;
	}

	#overview-content .a-plus-table th:nth-last-child(4)~td {
		width: 33.3%;
	}

	#overview-content .a-plus-table th:nth-last-child(5)~td {
		width: 25%;
	}

	#overview-content .a-plus-table th:nth-last-child(6)~td {
		width: 20%;
	}

	#overview-content .a-plus-table th:nth-last-child(7)~td {
		width: 16.6%;
	}
}

@supports (-ms-ime-align: auto) {
	#overview-content .a-plus-table th:nth-last-child(2)~td {
		width: 100%;
	}

	#overview-content .a-plus-table th:nth-last-child(3)~td {
		width: 50%;
	}

	#overview-content .a-plus-table th:nth-last-child(4)~td {
		width: 33.3%;
	}

	#overview-content .a-plus-table th:nth-last-child(5)~td {
		width: 25%;
	}

	#overview-content .a-plus-table th:nth-last-child(6)~td {
		width: 20%;
	}

	#overview-content .a-plus-table th:nth-last-child(7)~td {
		width: 16.6%;
	}
}

#overview-content .a-plus-table-col {
	position: relative;
}

#overview-content .a-plus-table .a-plus-table-th,
#overview-content .a-plus-table .a-plus-table-td,
#overview-content .comparison-table .a-plus-table-th,
#overview-content .comparison-table .a-plus-table-td {
	display: block;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	word-break: break-word;
}

#overview-content .a-plus-table .a-plus-table-th,
#overview-content .comparison-table .a-plus-table-th {
	padding-top: 10px;
	width: 120px;
	color: #606060;
	font-size: 13px;
	text-align: left;
	word-break: break-word;
}

#overview-content .a-plus-table .a-plus-table-td {
	max-width: 100%;
	font-size: 13px;
}

#overview-content .a-plus-table .a-plus-icon-checked {
	display: block;
	margin: auto;
	width: 18px;
	height: 18px;
	background: url("../../../Nest/images/icons/check-light-black.svg") no-repeat 0 0;
	background-size: 100% auto;
	vertical-align: top;
}

#overview-content .a-plus-table .a-plus-img {
	max-width: 300px;
}

#overview-content .a-plus-table.col-1-highlight td:nth-child(2),
#overview-content .a-plus-table.col-2-highlight td:nth-child(3),
#overview-content .a-plus-table.col-3-highlight td:nth-child(4),
#overview-content .a-plus-table.col-4-highlight td:nth-child(5),
#overview-content .a-plus-table.col-5-highlight td:nth-child(6),
#overview-content .a-plus-table.col-6-highlight td:nth-child(7) {
	background-color: #ffffe0;
}

/* spec */
#overview-content .a-plus-spec {
	position: relative;
	margin: 20px 0;
	text-align: left;
}

#overview-content .a-plus-spec table {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #eee;
	border-collapse: collapse;
}

#overview-content .a-plus-spec th,
#overview-content .a-plus-spec td {
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #eee;
	font-size: 13px;
	word-wrap: break-word;
	word-break: break-all;
	word-break: break-word;
}

#overview-content .a-plus-spec th {
	min-width: 150px;
	font-weight: bold;
}

#overview-content .a-plus-spec tr:nth-child(even) th,
#overview-content .a-plus-spec tr:nth-child(even) td {
	background: #f4f5f7;
}

/* gallery */
#overview-content .a-plus-gallery {
	margin: 40px 0;
}

#overview-content .a-plus-gallery-top .swiper-button-prev,
#overview-content .a-plus-gallery-top .swiper-button-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	margin: 0;
	width: 30px;
	height: 120px;
	color: #222;
	font-size: 48px;
	text-align: center;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: rgba(255, 255, 255, 0.8);
	background-size: 15px;
	opacity: 0.5;
}

#overview-content .a-plus-gallery-top .swiper-button-prev {
	left: 1px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

#overview-content .a-plus-gallery-top .swiper-button-next {
	right: 1px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

#overview-content .a-plus-gallery-top:hover .swiper-button-prev,
#overview-content .a-plus-gallery-top:hover .swiper-button-next {
	opacity: 1;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

#overview-content .a-plus-gallery-top .swiper-button-prev:hover,
#overview-content .a-plus-gallery-top .swiper-button-next:hover {
	background-color: rgba(255, 255, 255, 1);
}

#overview-content .a-plus-gallery-top .swiper-button-prev.swiper-button-disabled,
#overview-content .a-plus-gallery-top .swiper-button-next.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}

#overview-content .a-plus-gallery-thumbs {
	margin-top: 10px;
}

#overview-content .a-plus-gallery-thumbs .swiper-slide {
	width: 80px;
	height: auto;
	box-sizing: border-box;
	opacity: 0.4;
	text-align: center;
	cursor: pointer;
}

#overview-content .a-plus-gallery-thumbs .swiper-slide img {
	border: 1px solid #d9d9d9;
}

#overview-content .a-plus-gallery-thumbs .swiper-slide:hover img {
	border-color: #000;
}

#overview-content .a-plus-gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

/* no text */
#overview-content .a-plus-gallery.no-text .a-plus-module.img-is-large .a-plus-img {
	width: auto;
}

#overview-content .a-plus-gallery.no-text .a-plus-gallery-top .swiper-wrapper .swiper-slide {
	display: none;
}

#overview-content .a-plus-gallery.no-text .a-plus-gallery-top .swiper-wrapper .swiper-slide.is-active {
	display: block;
}

#overview-content .a-plus-gallery.no-text .a-plus-gallery-thumbs .swiper-wrapper {
	justify-content: center;
	max-width: 350px;
	flex-wrap: wrap;
	margin: 0 auto;
}

#overview-content .a-plus-gallery.no-text .a-plus-gallery-thumbs .swiper-wrapper .swiper-slide {
	margin-right: 10px;
	margin-bottom: 10px;
}

#overview-content .a-plus-gallery.no-text .a-plus-gallery-thumbs .swiper-wrapper .swiper-slide.is-active {
	opacity: 1;
}

#overview-content .a-plus-gallery.no-text .a-plus-gallery-thumbs .swiper-wrapper .swiper-slide:nth-child(4n) {
	margin-right: 0;
}

/* hover gallery */
#overview-content .a-plus-tab-box,
#overview-content .a-plus-tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#overview-content .a-plus-tab {
	width: 100%;
}

#overview-content .a-plus-tab-box {
	position: relative;
	margin: 40px 0;
	padding-bottom: 77px;
}

#overview-content .a-plus-tab-thumb {
	position: absolute;
	bottom: 0;
	display: block;
	width: 69px;
	height: 69px;
	border: 1px solid #eee;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

#overview-content .a-plus-tab:nth-child(1) .a-plus-tab-thumb {
	left: 0;
}

#overview-content .a-plus-tab:nth-child(2) .a-plus-tab-thumb {
	left: 77px;
}

#overview-content .a-plus-tab:nth-child(3) .a-plus-tab-thumb {
	left: 154px;
}

#overview-content .a-plus-tab:nth-child(4) .a-plus-tab-thumb {
	left: 231px;
}

/* 8 modules */
#overview-content .a-plus-tab-box.eight-modules {
	padding-bottom: 156px;
}

#overview-content .a-plus-tab-box.eight-modules .a-plus-tab:nth-child(1) .a-plus-tab-thumb {
	left: 0;
	bottom: 80px;
}

#overview-content .a-plus-tab-box.eight-modules .a-plus-tab:nth-child(2) .a-plus-tab-thumb {
	left: 77px;
	bottom: 80px;
}

#overview-content .a-plus-tab-box.eight-modules .a-plus-tab:nth-child(3) .a-plus-tab-thumb {
	left: 154px;
	bottom: 80px;
}

#overview-content .a-plus-tab-box.eight-modules .a-plus-tab:nth-child(4) .a-plus-tab-thumb {
	left: 231px;
	bottom: 80px;
}

#overview-content .a-plus-tab-box.eight-modules .a-plus-tab:nth-child(5) .a-plus-tab-thumb {
	left: 0;
}

#overview-content .a-plus-tab-box.eight-modules .a-plus-tab:nth-child(6) .a-plus-tab-thumb {
	left: 77px;
}

#overview-content .a-plus-tab-box.eight-modules .a-plus-tab:nth-child(7) .a-plus-tab-thumb {
	left: 154px;
}

#overview-content .a-plus-tab-box.eight-modules .a-plus-tab:nth-child(8) .a-plus-tab-thumb {
	left: 231px;
}

#overview-content .a-plus-tab-thumb .a-plus-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

#overview-content .a-plus-tab-content {
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
}

#overview-content .a-plus-tab-content .a-plus-module {
	display: flex;
}

#overview-content .a-plus-tab-content .a-plus-img {
	margin-right: 16px;
	flex: none;
}

#overview-content .a-plus-tab-content .a-plus-info {
	flex: auto;
}

#overview-content .a-plus-tab>input[type="radio"] {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

#overview-content .a-plus-tab-thumb:hover,
#overview-content .a-plus-tab>input[type="radio"]:checked~.a-plus-tab-thumb {
	border-color: #696969;
}

#overview-content .a-plus-tab>input[type="radio"]:checked~.a-plus-tab-content {
	visibility: visible;
	opacity: 1;
	height: auto;
	overflow: visible;
}

/* container */
#overview-content .a-plus-gary-box {
	position: relative;
	padding: 15px;
	border-radius: 3px;
	border: 1px solid #eee;
	background: #f4f5f7;
}

/* bullet point */
#overview-content .a-plus-bullet-point,
#overview-content .a-plus-check-point {
	margin: 15px 0;
}

#overview-content .a-plus-bullet-point li,
#overview-content .a-plus-check-point li {
	position: relative;
	margin-bottom: 15px;
}

#overview-content .a-plus-check-point ul {
	list-style-type: none !important;
}

#overview-content .a-plus-check-point li:before {
	content: "";
	position: absolute;
	left: -25px;
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	background: url("../../../Nest/images/icons/check-light-black.svg") no-repeat 0 0;
	background-size: 100% auto;
}

/* various */
#overview-content .a-plus-module.img-is-small .a-plus-img {
	width: 120px;
}

#overview-content .a-plus-module.img-is-large .a-plus-img {
	width: 300px;
}

#overview-content .a-plus-module.img-at-left .a-plus-img {
	float: left;
}

#overview-content .a-plus-module.img-at-right .a-plus-img {
	float: right;
}

#overview-content .a-plus-module.img-is-small.img-at-left .a-plus-img+.a-plus-info {
	margin: 0 0 0 150px;
}

#overview-content .a-plus-module.img-is-small.img-at-right .a-plus-img+.a-plus-info {
	margin: 0 150px 0 0;
}

/* layout */
#overview-content .a-plus-module:first-child,
#overview-content .a-plus-title:first-child,
#overview-content .a-plus-subtitle:first-child,
#overview-content .a-plus-info p:first-child,
#overview-content .a-plus-info ul:first-child,
#overview-content .a-plus-info ol:first-child,
#overview-content .a-plus-bullets:first-child,
#overview-content .a-plus-spec:first-child {
	margin-top: 0;
}

#overview-content .a-plus-module:last-child,
#overview-content .a-plus-title:last-child,
#overview-content .a-plus-subtitle:last-child,
#overview-content .a-plus-info p:last-child,
#overview-content .a-plus-info ul:last-child,
#overview-content .a-plus-info ol:last-child,
#overview-content .a-plus-info li:last-child,
#overview-content .a-plus-bullets:last-child,
#overview-content .a-plus-spec:last-child {
	margin-bottom: 0;
}

#overview-content .a-plus-cell {
	float: left;
	margin-top: 20px;
	margin-right: 5%;
}

#overview-content .a-plus-cell:last-child {
	margin-right: 0;
}

/* 2 columns */
#overview-content .a-plus-group.two-columns .a-plus-cell {
	width: 47.5%;
}

#overview-content .a-plus-group.two-columns .a-plus-cell:nth-child(even) {
	margin-right: 0;
}

/* 3 columns */
/* #overview-content .a-plus-group.three-columns .a-plus-cell {
  width: calc(100% / 3 - 14px);
  margin-right: 20px;
}
#overview-content .a-plus-group.three-columns .a-plus-cell:last-child {
  margin-right: 0;
}
#overview-content .a-plus-module .a-plus-group.three-columns .a-plus-img {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
#overview-content .a-plus-module .a-plus-group.three-columns .a-plus-img img {
  width: 100%;
} */

/* 4 columns */
/* #overview-content .a-plus-group.four-columns .a-plus-cell {
  width: calc(100% / 4 - 12px);
  margin-right: 15px;
}
#overview-content .a-plus-group.four-columns .a-plus-cell:last-child {
  margin-right: 0;
}
#overview-content .a-plus-module.img-is-small .a-plus-group.four-columns .a-plus-img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  min-width: 300px;
}
#overview-content .a-plus-module.img-is-small .a-plus-group.four-columns .a-plus-img img {
  width: 100%;
} */

/* 5 columns */
/* #overview-content .a-plus-group.five-columns .a-plus-cell {
  width: calc(100% / 5 - 8px);
  margin-right: 10px;
}
#overview-content .a-plus-group.five-columns .a-plus-cell:last-child {
  margin-right: 0;
}
#overview-content .a-plus-module.img-is-small .a-plus-group.five-columns .a-plus-img {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
#overview-content .a-plus-module.img-is-small .a-plus-group.five-columns .a-plus-img img {
  width: 100%;
} */

/* any columns */
#overview-content .a-plus-group.columns,
/* #overview-content .a-plus-group.two-columns, */
#overview-content .a-plus-group.three-columns,
#overview-content .a-plus-group.four-columns,
#overview-content .a-plus-group.five-columns {
	display: flex;
}

#overview-content .a-plus-group.columns .a-plus-cell,
/* #overview-content .a-plus-group.two-columns .a-plus-cell, */
#overview-content .a-plus-group.three-columns .a-plus-cell,
#overview-content .a-plus-group.four-columns .a-plus-cell,
#overview-content .a-plus-group.five-columns .a-plus-cell {
	flex: auto;
	width: 100%;
	margin-right: 32px;
}

#overview-content .a-plus-group.columns .a-plus-cell:last-child,
/* #overview-content .a-plus-group.two-columns .a-plus-cell:last-child, */
#overview-content .a-plus-group.three-columns .a-plus-cell:last-child,
#overview-content .a-plus-group.four-columns .a-plus-cell:last-child,
#overview-content .a-plus-group.five-columns .a-plus-cell:last-child {
	margin-right: 0;
}

#overview-content .a-plus-module .a-plus-group.columns .a-plus-img,
/* #overview-content .a-plus-group.two-columns .a-plus-img, */
#overview-content .a-plus-group.three-columns .a-plus-img,
#overview-content .a-plus-group.four-columns .a-plus-img,
#overview-content .a-plus-group.five-columns .a-plus-img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#overview-content .a-plus-module .a-plus-group.columns .a-plus-img img,
/* #overview-content .a-plus-group.two-columns .a-plus-img img, */
#overview-content .a-plus-group.three-columns .a-plus-img img,
#overview-content .a-plus-group.four-columns .a-plus-img img,
#overview-content .a-plus-group.five-columns .a-plus-img img {
	width: 100%;
}

/* custom icon */
#overview-content .a-plus-module .custom-icon-wapper {
	display: flex;
	flex-wrap: wrap;
}

#overview-content .a-plus-module .custom-icon-cell {
	margin-right: 8px;
	margin-top: 8px;
	max-width: 200px;
	text-align: center;
}

#overview-content .a-plus-module .custom-icon-cell img {
	min-width: 50px;
	max-width: 200px;
}

#overview-content .a-plus-module .custom-icon-cell:last-child {
	margin-right: 0;
}

/* common */

#overview-content .margin-left {
	margin-left: 8px;
}

#overview-content .margin-right {
	margin-right: 8px;
}

#overview-content .flex-responsive {
	display: flex;
}

#overview-content .flex-responsive .flex-none {
	flex: none;
}

#overview-content .flex-responsive .flex-auto {
	flex: auto;
}

#overview-content .flex-row-reverse {
	flex-direction: row-reverse;
}

/* with sidebar */
#overview-content .a-plus-module.with-sidebar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#overview-content .a-plus-module.with-sidebar .a-plus-head {
	margin-bottom: 20px;
}

#overview-content .a-plus-module.with-sidebar>.a-plus-info {
	margin: 0 30px;
	width: calc(76% - 360px);
	min-width: 0;
}

#overview-content .a-plus-module.with-sidebar>.a-plus-img,
#overview-content .a-plus-module.with-sidebar>.a-plus-sidebar {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

#overview-content .a-plus-module.with-sidebar.img-is-large>.a-plus-img {
	width: 24%;
}

#overview-content .a-plus-module.with-sidebar>.a-plus-sidebar {
	padding-left: 30px;
	border-left: 1px solid #eee;
	width: 300px;
	box-sizing: border-box;
}

/* common */
#overview-content .a-plus-module.text-align-center,
#overview-content .a-plus-module .text-align-center {
	text-align: center;
}
/* Banner Swiper */
#overview-content .swiper-box-banner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#overview-content .swiper-box-banner .swiper-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#overview-content .swiper-box-banner .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}
#overview-content .swiper-box-banner .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}
#overview-content .swiper-box-banner .swiper-button-prev,
#overview-content .swiper-box-banner .swiper-button-next {
	width: 44px;
	height: 44px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	transition: all 0.3s ease;
}
#overview-content .swiper-box-banner .swiper-button-prev:hover,
#overview-content .swiper-box-banner .swiper-button-next:hover {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
#overview-content .swiper-box-banner .swiper-button-prev:after,
#overview-content .swiper-box-banner .swiper-button-next:after {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

/* Swiper with Tabs */
#overview-content .swiper-with-tabs {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#overview-content .swiper-with-tabs .swiper-tabs {
	position: relative;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
#overview-content .swiper-with-tabs .swiper-tabs::-webkit-scrollbar {
	height: 4px;
}
#overview-content .swiper-with-tabs .swiper-tabs::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 2px;
}
#overview-content .swiper-with-tabs .swiper-tabs::-webkit-scrollbar-track {
	background: transparent;
}
#overview-content .swiper-with-tabs .swiper-tabs .tabs-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#overview-content .swiper-with-tabs .swiper-tabs .tab-item {
	flex-shrink: 0;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 600;
	color: #666;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	white-space: nowrap;
	user-select: none;
	margin-bottom: 5px;
}
#overview-content .swiper-with-tabs .swiper-tabs .tab-item:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #F66300;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}
#overview-content .swiper-with-tabs .swiper-tabs .tab-item:hover {
	color: #212121;
}
#overview-content .swiper-with-tabs .swiper-tabs .tab-item.active {
	color: #212121;
}
#overview-content .swiper-with-tabs .swiper-tabs .tab-item.active:after {
	transform: scaleX(1);
}
#overview-content .swiper-with-tabs .swiper-main {
	position: relative;
	width: 100%;
	overflow: hidden;
	max-width: 1280px;
	margin: 0 auto;
}
#overview-content .swiper-with-tabs .swiper-main .swiper-slide {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
#overview-content .swiper-with-tabs .swiper-main .swiper-slide .a-plus-module {
	padding: 0 45px;
	box-sizing: border-box;
}
#overview-content .swiper-with-tabs .swiper-main .swiper-slide .a-plus-module.img-at-left .a-plus-img {
	margin-right: 10px;
}
#overview-content .swiper-with-tabs .swiper-main .swiper-slide .a-plus-module.img-at-right .a-plus-img {
	margin-left: 10px;
}
#overview-content .swiper-with-tabs .slide-content {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	box-sizing: border-box;
}
#overview-content .swiper-with-tabs .content-image-full {
	width: 100%;
}
#overview-content .swiper-with-tabs .content-image-full img {
	width: 100%;
	height: auto;
	display: block;
}
#overview-content .swiper-with-tabs .content-title {
	font-size: 28px;
	font-weight: 600;
	color: #222;
	margin: 0 0 16px;
	line-height: 1.3;
}
#overview-content .swiper-with-tabs .content-description {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
	margin: 0 0 20px;
}
#overview-content .swiper-with-tabs .content-features {
	list-style: none;
	padding: 0;
	margin: 0;
}
#overview-content .swiper-with-tabs .content-features li {
	position: relative;
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 8px;
}
#overview-content .swiper-with-tabs .content-features li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	background: #fa6338;
	border-radius: 50%;
}

/* Swiper Arrows */
#overview-content .a-plus-swiper .swiper-box-arrow-prev,
#overview-content .a-plus-swiper .swiper-box-arrow-next {
	height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid rgba(209, 209, 209, 1);
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    font-size: 30px;
	display: flex;
    position: absolute;
    top: 50%;
    z-index: 10;
    color: #222;
    font-size: 30px;
    line-height: 40px;
    align-items: center;
	justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#overview-content .a-plus-swiper .swiper-box-arrow-prev {
	left: 0;
}
#overview-content .a-plus-swiper .swiper-box-arrow-next {
	right: 0;
}
#overview-content .a-plus-swiper .swiper-box-arrow-prev:hover,
#overview-content .a-plus-swiper .swiper-box-arrow-next:hover {
	border-color: #1946B8;
    color: #1946B8;
}
#overview-content .a-plus-swiper .swiper-box-arrow-prev:after,
#overview-content .a-plus-swiper .swiper-box-arrow-next:after {
	font-size: 22px;
	color: #333;
	font-weight: bold;
}




/* desktop site responsive is between 1000px and 1650px */
@media (max-width: 1199px) {
	#overview-content .a-plus-group.four-columns .a-plus-cell {
		width: 47.5%;
	}

	#overview-content .a-plus-group.four-columns .a-plus-cell:nth-child(even) {
		margin-right: 0;
	}

	#overview-content .a-plus-group.two-columns .a-plus-cell,
	#overview-content .a-plus-group.three-columns .a-plus-cell,
	#overview-content .a-plus-group.four-columns .a-plus-cell {
		margin-right: 0;
		width: 100%;
	}

	#overview-content .a-plus-spec .a-plus-group.two-columns .a-plus-cell+.a-plus-cell,
	#overview-content .a-plus-spec .a-plus-group.three-columns .a-plus-cell+.a-plus-cell,
	#overview-content .a-plus-spec .a-plus-group.four-columns .a-plus-cell+.a-plus-cell {
		margin-top: 20px;
	}

	#overview-content .a-plus-module.with-sidebar.img-is-large>.a-plus-img {
		width: 200px;
	}

	#overview-content .a-plus-module.with-sidebar.img-is-large>.a-plus-info {
		margin-right: 0;
		width: calc(100% - 230px);
	}

	#overview-content .a-plus-module.with-sidebar.img-is-large>.a-plus-sidebar {
		margin-top: 20px;
		margin-left: 230px;
		padding-top: 20px;
		padding-left: 0;
		border-left: 0;
		border-top: 1px solid #eee;
		width: calc(100% - 230px);
	}

	#overview-content .a-plus-sidebar .a-plus-img {
		margin-left: 0;
	}
}

/* dark mode */
.dark-mode #overview-content .a-plus-content {
	color: #e3e3e3;
}

.dark-mode #overview-content a.a-plus-title,
.dark-mode #overview-content a.a-plus-subtitle,
.dark-mode #overview-content .a-plus-title a,
.dark-mode #overview-content .a-plus-subtitle a {
	color: #0bf;
}

.dark-mode #overview-content .a-plus-table th,
.dark-mode #overview-content .a-plus-gary-box,
.dark-mode #overview-content .a-plus-spec tr:nth-child(even) th,
.dark-mode #overview-content .a-plus-spec tr:nth-child(even) td {
	background: #444;
}

.dark-mode #overview-content .a-plus-table th:after,
.dark-mode #overview-content .a-plus-table tr:first-child th:after {
	background: #555;
}

.dark-mode #overview-content .a-plus-table,
.dark-mode #overview-content .a-plus-comparison,
.dark-mode #overview-content .a-plus-table td,
.dark-mode #overview-content .a-plus-table tr:first-child td,
.dark-mode #overview-content .a-plus-table tr:last-child td,
.dark-mode #overview-content .a-plus-module.with-sidebar>.a-plus-sidebar,
.dark-mode #overview-content .a-plus-gary-box,
.dark-mode #overview-content .a-plus-spec table,
.dark-mode #overview-content .a-plus-spec th,
.dark-mode #overview-content .a-plus-spec td {
	border-color: #555;
}

.dark-mode #overview-content .a-plus-table.col-1-highlight td:nth-child(2),
.dark-mode #overview-content .a-plus-table.col-2-highlight td:nth-child(3),
.dark-mode #overview-content .a-plus-table.col-3-highlight td:nth-child(4),
.dark-mode #overview-content .a-plus-table.col-4-highlight td:nth-child(5),
.dark-mode #overview-content .a-plus-table.col-5-highlight td:nth-child(6),
.dark-mode #overview-content .a-plus-table.col-6-highlight td:nth-child(7) {
	background-color: #2f4f4f;
}

.dark-mode #overview-content .a-plus-table .a-plus-icon-checked,
.dark-mode #overview-content .a-plus-check-point li:before {
	background-image: url("../../../Nest/images/icons/check-light-white.svg");
}

.dark-mode #overview-content .a-plus-gallery-top .swiper-button-prev,
.dark-mode #overview-content .a-plus-gallery-top .swiper-button-next {
	background-color: rgba(0, 0, 0, 0.4);
}

.dark-mode #overview-content .a-plus-gallery-top .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.dark-mode #overview-content .a-plus-gallery-top .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.dark-mode #overview-content .a-plus-gallery-top:hover .swiper-button-prev,
.dark-mode #overview-content .a-plus-gallery-top:hover .swiper-button-next {
	opacity: 1;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
}

.dark-mode #overview-content .a-plus-gallery-top .swiper-button-prev:hover,
.dark-mode #overview-content .a-plus-gallery-top .swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.9);
}

.dark-mode #overview-content .a-plus-tab-thumb {
	opacity: 0.5;
}

.dark-mode #overview-content .a-plus-tab-thumb:hover,
.dark-mode #overview-content .a-plus-tab>input[type="radio"]:checked~.a-plus-tab-thumb {
	opacity: 1;
}
.dark-mode #overview-content .swiper-with-tabs .swiper-tabs {
	border-bottom-color: #444;
}
.dark-mode #overview-content .swiper-with-tabs .swiper-tabs .tab-item.active {
	color: #fff;
}
.dark-mode #overview-content .swiper-with-tabs .swiper-tabs .tab-item {
	color: #aaa;
}
.dark-mode #overview-content .swiper-with-tabs .swiper-tabs .tab-item:hover {
	color: #fff;
}
.dark-mode #overview-content .swiper-with-tabs .swiper-tabs .tab-item.active {
	color: #fa6338;
}
.dark-mode #overview-content .swiper-with-tabs .content-title {
	color: #fff;
}
.dark-mode #overview-content .swiper-with-tabs .content-description {
	color: #bbb;
}
.dark-mode #overview-content .swiper-with-tabs .content-features li {
	color: #999;
}
.dark-mode #overview-content .swiper-with-tabs .swiper-main .swiper-button-prev,
.dark-mode #overview-content .swiper-with-tabs .swiper-main .swiper-button-next {
	background-color: rgba(0, 0, 0, 0.7);
}
.dark-mode #overview-content .swiper-with-tabs .swiper-main .swiper-button-prev:after,
.dark-mode #overview-content .swiper-with-tabs .swiper-main .swiper-button-next:after {
	color: #fff;
}
.dark-mode #overview-content .swiper-with-tabs .swiper-main .swiper-button-prev:hover,
.dark-mode #overview-content .swiper-with-tabs .swiper-main .swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.9);
}
