#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-dark {
	background: #121212 !important;
	color: #fff !important;
	margin: -30px;
    padding: 30px;
}
#overview-content .a-plus-content.is-dark .a-plus-table {
	background: #333 !important;
	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;
	max-width: 100%;
}
#overview-content .a-plus-img + .a-plus-info { margin: 20px 0 0 0; }
#overview-content .a-plus-title,
#overview-content .a-plus-subtitle {
	display: block;
	margin: 10px 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
#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 {
	color: #707070;
}
#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: 50%;
	left: 10%;
	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 {
	max-width: 1218px;
	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;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
#overview-content .a-plus-table {
	min-width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #d9d9d9;
	background: #fff;
}
#overview-content .a-plus-table th {
	position: relative;
	position: -webkit-sticky;
	position: sticky;
	left: -1px;
	margin-left: 0;
	z-index: 20;
	width: 120px;
	background: #f2f2f2;
	font-weight: normal;
	vertical-align: top;
}
#overview-content .a-plus-table th:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: #e2e2e2;
}
#overview-content .a-plus-table td {
	position: relative;
	min-width: 150px;
	border: 1px solid #eee;
	vertical-align: top;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
#overview-content .a-plus-table td:before {
	content: '';
	position: absolute;
	z-index: 100;
	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 tr:first-child td { border-top-color: #d9d9d9; }
#overview-content .a-plus-table tr:last-child td { border-bottom-color: #d9d9d9; }
#overview-content .a-plus-table td:last-child { border-right-color: transparent; }
#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 {
	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 {
	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;
}
#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;
	text-align: left;
	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 > 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: 2px;
	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; }
#overview-content .a-plus-module.img-is-large.img-at-left .a-plus-img + .a-plus-info { margin: 0 0 0 330px; }
#overview-content .a-plus-module.img-is-large.img-at-right .a-plus-img + .a-plus-info { margin: 0 330px 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%; }

/* 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;
}






/* 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-plus-table .a-plus-table-th,
.dark-mode #overview-content .a-plus-subtitle {
	color: #aaa;
}
.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 {
	background: #333;
}
.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;
}


