	body,
	html {
		padding: 0;
		margin: 0
	}

	#wrapper {
		margin: 0 auto;
		padding: 30px 20px;
		max-width: 1390px;
		font-family: 'Noto Sans', sans-serif
	}

	#wrapper * {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale
	}

	.clearer {
		clear: both
	}

	.header {
		margin-bottom: 50px;
		border-bottom: 1px solid #eee;
		position: relative;
		z-index: 1;
		display: flex;
		align-items: center
	}

	.logo-container {
		margin: 0 15px 0 25px;
		display: inline-block
	}

	.logo-container svg {
		width: 120px;
		padding-top: 5px
	}

	.dropbtn {
		background-color: transparent;
		color: #222;
		padding: 5px;
		margin-right: 20px;
		margin-left: 20px;
		font-size: 16px;
		height: 60px;
		box-sizing: border-box;
		border: none;
		border-bottom: 2px solid transparent
	}

	.dropbtn:hover {
		color: #0F68A0;
		cursor: pointer
	}

	.burger-wrapper {
		cursor: pointer
	}

	#hamburger-menu-container {
		display: none;
		position: absolute;
		top: 20px;
		left: 20px
	}

	#hamburger-menu {
		background: #333;
		width: 80%;
		height: 100vh;
		position: fixed;
		left: 0;
		transition-timing-function: cubic-bezier(10, 2, 3, 1);
		transform: translateX(-50rem);
		top: 0;
		z-index: 0;
		transition: 0.5s
	}

	#hamburger-menu ul.categories {
		margin: 0;
		padding: 0;
		color: #fff;
		line-height: 1.5;
		list-style: none;
		font-size: 16px;
		margin-top: 80px;
		font-family: 'Noto Sans';
		font-weight: 400;
		display: block
	}

	#hamburger-menu ul.categories li {
		padding: 15px 0 15px 35px;
		border-top: 1px solid #aaa
	}

	#hamburger-menu ul.categories li:last-child {
		border-bottom: 1px solid #aaa
	}

	#hamburger-menu ul.categories li a {
		color: #fff !important;
		text-decoration: none !important
	}

	#hamburger-menu-btn {
		display: none
	}

	#hamburger-menu-btn:checked~#burger {
		width: 30px;
		height: 32px;
		position: fixed;
		z-index: 99999;
		left: 2rem;
		top: 2rem
	}

	#hamburger-menu-btn:checked~#hamburger-menu {
		transform: translateX(0rem);
		z-index: 9999
	}

	#burger {
		position: absolute;
		cursor: pointer;
		width: 30px;
		height: 24px;
		left: 1rem;
		top: 1rem;
		display: flex;
		justify-content: space-between;
		flex-direction: column
	}

	#burger>div {
		height: 2px;
		background-color: #000;
		transition: 0.5s;
		z-index: 999
	}

	#hamburger-menu-btn:checked~#burger>div {
		background-color: #fff
	}

	#hamburger-menu-btn:checked~#burger>div:nth-child(1) {
		transform: translateY(15px) rotate(45deg)
	}

	#hamburger-menu-btn:checked~#burger>div:nth-child(2) {
		opacity: 0
	}

	#hamburger-menu-btn:checked~#burger>div:nth-child(3) {
		transform: translateY(-15px) rotate(-45deg)
	}

	.dropdown {
		position: relative;
		display: inline-block
	}

	.dropdown a {
		text-decoration: none;
		color: #222
	}

	.dropdown-content {
		display: none;
		position: absolute;
		background-color: #fff;
		width: 220px;
		padding-left: 10px;
		-webkit-box-shadow: 0 2px 9px -4px rgba(0, 0, 0, 0.21);
		-moz-box-shadow: 0 2px 9px -4px rgba(0, 0, 0, 0.21);
		box-shadow: 0 2px 9px -4px rgba(0, 0, 0, 0.21);
		z-index: 1
	}

	.dropdown-content a {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block
	}

	.dropdown-content a:hover {
		background-color: #fff;
		color: #0F68A0
	}

	.dropdown:active .dropdown-content,
	.dropdown:hover .dropdown-content {
		display: block
	}

	button:focus {
		outline: 0
	}

	.dropdown:hover .dropbtn {
		border-bottom: 2px solid #0F68A0
	}

	.gallery {
		width: 49%;
		margin-right: 2%;
		float: left;
		position: relative;
		padding-top: 650px;
		z-index: 0
	}

	.bigPic {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 630px;
		text-align: center;
		opacity: 0;
		background-color: #fff;
		transition: opacity 0.5s;
		margin: 0;
		z-index: -99
	}

	.bigPic img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
		z-index: -1
	}

	.gallery input[type=radio] {
		visibility: hidden;
		margin: 0;
		padding: 0;
		height: 0;
		width: 0;
		position: absolute
	}

	#big-pic-10:checked~.bigPic:nth-of-type(10),
	#big-pic-11:checked~.bigPic:nth-of-type(11),
	#big-pic-12:checked~.bigPic:nth-of-type(12),
	#big-pic-1:checked~.bigPic:nth-of-type(1),
	#big-pic-2:checked~.bigPic:nth-of-type(2),
	#big-pic-3:checked~.bigPic:nth-of-type(3),
	#big-pic-4:checked~.bigPic:nth-of-type(4),
	#big-pic-5:checked~.bigPic:nth-of-type(5),
	#big-pic-6:checked~.bigPic:nth-of-type(6),
	#big-pic-7:checked~.bigPic:nth-of-type(7),
	#big-pic-8:checked~.bigPic:nth-of-type(8),
	#big-pic-9:checked~.bigPic:nth-of-type(9) {
		opacity: 1;
		display: block;
		z-index: 10
	}

	.gallery-thumb {
		position: relative;
		display: inline-block;
		margin-right: 1%;
		margin-left: -4px;
		width: 24%;
		height: 140px;
		text-align: center;
		margin-bottom: 5px;
		transition: all 0.2s
	}

	.gallery-thumb:nth-of-type(4n+1) {
		margin-left: 0
	}

	.gallery-thumb:nth-of-type(4n) {
		margin-right: 0
	}

	.gallery-thumb:hover {
		opacity: 0.7;
		cursor: pointer;
		transition: all 0.2s
	}

	.gallery-thumb img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%
	}

	.overlay {
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1000;
		display: none
	}

	.zoom-bigPic {
		width: 70%;
		height: auto;
		margin: 0 auto;
		background: #fff;
		text-align: center;
		padding: 2%;
		margin-top: 20px
	}

	.zoom-bigPic img {
		max-width: 100%;
		max-height: 600px
	}

	.overlay a.close-text {
		margin-top: 20px;
		color: #555 !important;
		text-decoration: none;
		font-size: 15px;
		clear: both;
		display: block;
		font-weight: normal;
		text-decoration: underline
	}

	.overlay a i {
		color: #555 !important;
		font-size: 40px;
		margin-bottom: 20px;
		z-index: 2000;
		float: right
	}

	#zoompic-10:target,
	#zoompic-11:target,
	#zoompic-12:target,
	#zoompic-1:target,
	#zoompic-2:target,
	#zoompic-3:target,
	#zoompic-4:target,
	#zoompic-5:target,
	#zoompic-6:target,
	#zoompic-7:target,
	#zoompic-8:target,
	#zoompic-9:target {
		display: block
	}

	.mid-column {
		float: left;
		max-width: 43%;
		margin-left: 30px
	}

	.mid-column h1 {
		color: #333;
		font-weight: 400;
		font-size: 26px;
		margin-bottom: 0
	}

	.mid-column h3 {
		font-size: 14px;
		color: #111
	}

	.mid-column p {
		font-size: 14px;
		color: #555
	}

	.underline {
		margin: 15px 0;
		width: 380px;
		height: 1px;
		background-color: #ebebeb
	}

	.shortdescription {
		float: left
	}

	.shortdescription li,
	.shortdescription p,
	.shortdescription ul {
		color: #111;
		font-size: 15px;
		line-height: 1.5;
		margin: 0;
		padding: 5px 0
	}

	.shortdescription ul {
		padding-left: 20px
	}

	.price-tag-box {
		padding: 25px 0 0 20px;
		border-radius: 5px;
		text-align: right;
		position: relative
	}

	.price-tag-box h2 {
		display: inline-block;
		margin-top: 0;
		padding: 0;
		margin-bottom: 0;
		color: #313131;
		font-weight: 400;
		font-size: 40px
	}

	.price-tag-box h3 {
		margin: 0 0 0 2px;
		padding: 0;
		color: #727272;
		font-weight: 500;
		font-size: 12px
	}

	.price-tag-box a {
		display: inline-block
	}

	.price-tag-box h4 {
		margin-top: 5px;
		color: #727272;
		font-weight: 500;
		font-size: 12px;
		margin-bottom: 5px
	}

	.price-tag-box h4 img {
		margin: 0 5px 0 4px;
		width: 12px;
		height: 12px
	}

	#buyItNowButton {
		width: 100%;
		height: 71px;
		margin-top: 25px;
		padding: 0 10px;
		background-color: #0F68A0;
		text-decoration: none;
		cursor: pointer;
		transition: all 0.1s;
		box-sizing: border-box;
		margin-bottom: 7px
	}

	#buyItNowButton p {
		font-size: 16px;
		margin: 0 auto;
		text-align: center;
		line-height: 63px;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 0;
		font-weight: 700
	}

	#buyItNowButton:hover {
		background-color: #1789D2
	}

	#buyItNowButton i {
		position: relative;
		top: 5px;
		left: -32px;
		float: left;
		color: #ffffff;
		font-size: 24px
	}

	#ask-now-button,
	#watchlist-btn {
		display: inline-block;
		margin: 0 auto;
		text-align: center;
		margin: 0 20px;
		box-sizing: border-box;
		text-decoration: none !important
	}

	#watchlist-btn:hover i,
	#watchlist-btn:hover p {
		color: #111
	}

	#ask-now-button:hover i,
	#ask-now-button:hover p {
		color: #111
	}

	#watchlist-btn a,
	#watchlist-btn i {
		color: #616161;
		text-decoration: none
	}

	#ask-now-button a,
	#ask-now-button i {
		color: #616161;
		text-decoration: none
	}

	#ask-now-button p,
	#watchlist-btn p {
		font-size: 14px;
		color: #818181;
		display: inline-block
	}

	#ask-now-button i,
	#watchlist-btn i {
		display: inline-block;
		margin-right: 3px;
		font-size: 14px
	}

	.button-border {
		display: inline-block;
		text-align: center;
		width: 400px
	}

	.tab-bar {
		padding-bottom: 40px;
		margin-top: 30px;
		clear: both;
		position: relative
	}

	.tab-bar>hr {
		display: block;
		position: absolute;
		top: 33px;
		width: 100%;
		z-index: -1;
		border: none;
		border-top: 1px solid #eee
	}

	#tab2,
	#tab3,
	#tab4,
	#tab5,
	#tab6 {
		display: none
	}

	.tab-bar input[type=radio] {
		visibility: hidden;
		margin: 0;
		padding: 0;
		height: 0;
		width: 0;
		position: absolute
	}

	.tablinks {
		display: inline-block;
		padding: 0 14px;
		height: 40px;
		line-height: 40px;
		color: #919191;
		text-align: left;
		font-size: 17px;
		transition: all 0.1s;
		border-bottom: 2px solid transparent;
		font-weight: 400;
		margin-right: 10px
	}

	.tab-bar label:last-of-type {
		margin-right: 0
	}

	.tablinks:hover {
		text-decoration: none;
		cursor: pointer
	}

	#tab1-btn:checked+.tablinks,
	#tab2-btn:checked+.tablinks,
	#tab3-btn:checked+.tablinks,
	#tab4-btn:checked+.tablinks,
	#tab5-btn:checked+.tablinks,
	#tab6-btn:checked+.tablinks,
	.tablinks:hover {
		background-color: #fff;
		color: #0F68A0;
		border-bottom: 2px solid #0F68A0;
		text-decoration: none;
		cursor: pointer;
		transition: all 0.2s;
		font-weight: 400
	}

	#tab1-btn:checked~#tab1 {
		display: block
	}

	#tab1-btn:checked~#tab2,
	#tab1-btn:checked~#tab3,
	#tab1-btn:checked~#tab4,
	#tab1-btn:checked~#tab5,
	#tab1-btn:checked~#tab6 {
		display: none
	}

	#tab2-btn:checked~#tab2 {
		display: block
	}

	#tab2-btn:checked~#tab1,
	#tab2-btn:checked~#tab3,
	#tab2-btn:checked~#tab4,
	#tab2-btn:checked~#tab5,
	#tab2-btn:checked~#tab6 {
		display: none
	}

	#tab3-btn:checked~#tab3 {
		display: block
	}

	#tab3-btn:checked~#tab1,
	#tab3-btn:checked~#tab2,
	#tab3-btn:checked~#tab4,
	#tab3-btn:checked~#tab5,
	#tab3-btn:checked~#tab6 {
		display: none
	}

	#tab4-btn:checked~#tab4 {
		display: block
	}

	#tab4-btn:checked~#tab1,
	#tab4-btn:checked~#tab2,
	#tab4-btn:checked~#tab3,
	#tab4-btn:checked~#tab5,
	#tab4-btn:checked~#tab6 {
		display: none
	}

	#tab5-btn:checked~#tab5 {
		display: block
	}

	#tab5-btn:checked~#tab1,
	#tab5-btn:checked~#tab2,
	#tab5-btn:checked~#tab3,
	#tab5-btn:checked~#tab4,
	#tab5-btn:checked~#tab6 {
		display: none
	}

	#tab6-btn:checked~#tab6 {
		display: block
	}

	#tab6-btn:checked~#tab1,
	#tab6-btn:checked~#tab2,
	#tab6-btn:checked~#tab3,
	#tab6-btn:checked~#tab4,
	#tab6-btn:checked~#tab5 {
		display: none
	}

	.tab-content {
		clear: both;
		color: #222;
		text-align: left;
		overflow: auto;
		font-size: 16px;
		line-height: 1.5;
		padding-top: 30px
	}

	.tab-content img {
		max-width: 100%
	}

	.tab-content p {
		margin: 0;
		padding: 0
	}

	.tab-content a {
		text-decoration: none
	}

	.tab-content a:visited {
		text-decoration: none
	}

	.tab-content a:hover {
		text-decoration: underline;
		font-weight: 700
	}

	.tab-content h1 {
		font-weight: 300;
		font-size: 28px;
		transition: all 0.1s
	}

	.tab-bar h1,
	.tab-bar h2,
	.tab-content h2 {
		font-weight: 300;
		font-size: 28px;
		transition: all 0.1s
	}

	.tab-bar h1:hover,
	.tab-bar h2:hover,
	.tab-content h1:hover,
	.tab-content h2:hover {
		color: #111;
		cursor: default;
		transition: all 0.1s
	}

	.tab-content ol,
	.tab-content ul {
		display: block;
		text-align: left;
		margin: 0;
		position: relative;
		line-height: 1.5
	}

	.tab-contentFeaturesList {
		margin: 0 auto !important;
		padding: 0 0 0 20px;
		max-width: 350px;
		list-style: none;
		text-align: left
	}

	.tab-contentFeaturesList li {
		margin-bottom: 10px
	}

	.tab-contentFeaturesList i {
		margin-right: 8px
	}

	.contentImgLeft {
		float: left;
		margin: 0 25px 15px 0;
		max-width: 45%;
		height: auto
	}

	.contentImgRight {
		float: right;
		margin: 0 0 15px 25px;
		max-width: 45%;
		height: auto
	}

	.contentImgInline {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 15px 15px
	}

	.features {
		box-sizing: border-box;
		margin-top: 30px;
		padding: 50px 20px;
		width: 100%;
		background-color: #f0f0f0
	}

	.features h2 {
		color: #2D2D2D;
		text-align: center;
		font-weight: 400;
		font-size: 28px;
		font-weight: 600;
		margin-top: 0;
		margin-bottom: 5px
	}

	.features h3 {
		color: #2D2D2D;
		text-align: center;
		font-weight: 400;
		font-size: 18px;
		margin-top: 0
	}

	.features .features-block-container {
		margin: 40px auto;
		text-align: center;
		max-width: 1140px;
		margin: 60px auto 0;
		display: flex;
		justify-content: space-between
	}

	.features .features-block-container .features-block {
		margin: 0;
		flex: 1;
		background-color: #f0f0f0;
		vertical-align: top;
		text-align: center;
		transition: all 0.2s
	}

	.features .features-block-container .features-block:hover {
		color: #0F68A0;
		cursor: default;
		transition: all 0.2s
	}

	.features .features-block-container .features-block i {
		font-size: 35px;
		margin-bottom: 15px;
		color: #111
	}

	.features .features-block-container .features-block i:hover {
		color: #0F68A0
	}

	.features .features-block-container .features-block h3 {
		margin-bottom: 13px;
		text-align: center;
		font-weight: 400;
		font-size: 14px;
		font-family: 'Noto Sans', serif;
		font-weight: 700
	}

	.features .features-block-container .features-block p {
		margin-top: 0;
		color: #666666;
		font-size: 14px;
		font-family: 'Noto Sans', sans-serif
	}

	.cross-seller-container {
		clear: both;
		margin-top: 40px;
		margin-bottom: 30px;
		width: 100%;
		text-align: left
	}

	#csc2 {
		margin-bottom: 80px
	}

	.cross-seller-item:hover a,
	.cross-seller-item:hover h3,
	.cross-seller-item:hover p {
		color: #0F68A0;
		transition: all 0.1s
	}

	.cross-seller-item:hover img {
		opacity: 0.7
	}

	.cross-seller-container {
		text-align: center;
		padding-top: 10px
	}

	.cross-seller-container a {
		color: inherit;
		text-decoration: none
	}

	.cross-seller-container a:hover,
	.cross-seller-container a:visited {
		color: inherit;
		text-decoration: none
	}

	.cross-seller-container h2 {
		position: relative;
		margin: 0 auto;
		display: inline-block;
		padding: 0 0 5px;
		font-weight: 700;
		border-bottom: 3px solid #0F68A0;
		color: #2d2d2d;
		font-size: 28px;
		font-weight: 600
	}

	.cross-seller-item {
		overflow: hidden;
		margin-top: 30px;
		padding: 0;
		width: 21%;
		box-sizing: border-box;
		padding: 0 0 40px;
		vertical-align: top;
		cursor: pointer;
		transition: all 0.2s;
		border-bottom: 1px solid #ddd
	}

	.cross-seller-item:last-child {
		margin-right: 0
	}

	.cross-seller-item:nth-child(5),
	.cross-seller-item:nth-child(6),
	.cross-seller-item:nth-child(7),
	.cross-seller-item:nth-child(8) {
		border-bottom: none
	}

	.cross-seller-items-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}

	.cross-seller-item-img-container {
		position: relative;
		width: 100%;
		height: 233px;
		text-align: center;
		cursor: pointer
	}

	.cross-seller-item img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
		transition: all 0.5s
	}

	.cross-seller-item a {
		color: #000;
		text-decoration: none
	}

	.cross-seller-item span {
		float: left;
		margin-top: 9px;
		width: 100%;
		text-align: center
	}

	.cross-seller-item h3 {
		margin: 0;
		padding: 0;
		color: inherit;
		font-size: 16px;
		transition: all 0.2s
	}

	.cross-seller-item p {
		margin-top: 7px;
		padding: 0;
		color: inherit;
		font-size: 15px;
		transition: all 0.2s
	}

	.footer-container {
		margin: 0;
		overflow: auto;
		padding-bottom: 0;
		padding-right: 60px;
		background-color: #f0f0f0
	}

	.footer-container ul {
		text-decoration: none;
		display: inline-block;
		padding: 0;
		margin: 0
	}

	.footer-container ul li {
		list-style: none;
		line-height: 2;
		font-size: 14px;
		color: #555555;
		font-family: 'Noto Sans'
	}

	.footer-container a:link,
	.footer-container a:visited {
		color: #555;
		text-decoration: none;
		font-size: 14px
	}

	.footer-container h2 {
		margin: 0;
		padding: 0 0 8px;
		color: #222;
		text-transform: uppercase;
		font-size: 17px;
		color: #555555;
		letter-spacing: 0.65px;
		font-family: 'Noto Sans';
		font-weight: bold
	}

	.footer-column {
		float: left;
		width: 240px;
		padding-top: 45px;
		box-sizing: border-box
	}

	.footer-column ul {
		margin-right: 23px
	}

	.footer-column.footer-links {
		width: 100px;
		margin-right: 20%
	}

	.footer-column.first-column {
		background-color: #f0f0f0;
		vertical-align: top;
		width: 230px;
		height: 200px;
		margin-right: 80px;
		background: #0F68A0;
		padding: 0;
		position: relative;
		margin-right: 130px;
		padding-top: 30px;
		padding-left: 45px;
		font-family: 'Noto Sans';
		line-height: 3
	}

	.footer-column.first-column:after {
		content: '';
		width: 0;
		display: block;
		position: absolute;
		right: -80px;
		top: 0;
		border-top: 200px solid #0F68A0;
		border-right: 80px solid transparent
	}

	.footer-column.first-column a {
		color: #fff;
		font-size: 14px;
		font-family: 'Noto Sans'
	}

	.footer-column.first-column ul {
		display: block;
		margin: 0
	}

	.edge-content svg {
		fill: #fff;
		width: 100px
	}

	.footer-column img {
		width: 100px
	}

	.footer-button {
		width: 200px;
		height: 35px;
		background-color: #0F68A0;
		line-height: 35px;
		text-align: center;
		margin-top: 15px
	}

	.footer-button a {
		color: #fff !important;
		letter-spacing: 1px;
		font-size: 14px;
		font-family: 'Noto Sans', sans-serif
	}

	.footer-button i {
		color: #fff !important;
		font-size: 15px;
		margin-right: 7px
	}

	.footer-column p {
		margin: 0;
		padding: 0;
		width: 270px;
		font-size: 14px;
		color: #555555;
		font-family: 'Noto Sans'
	}

	.footer-column a,
	.footer-column span {
		color: #0F68A0;
		font-weight: 300;
		text-decoration: none
	}

	.footer-column a:hover {
		text-decoration: underline
	}

	.footerRow {
		margin-bottom: 12px
	}

	.footerRow:first-of-type {
		padding-top: 5px
	}

	.footerRow i {
		float: left;
		color: #222;
		font-size: 20px;
		line-height: 18px;
		margin-right: 10px
	}

	.footerRow p {
		line-height: 20px;
		font-size: 14px;
		color: #555555;
		font-family: 'Noto Sans'
	}

	#copyright {
		margin-top: 12px;
		color: #D6D6D6;
		font-size: 9px;
		display: none
	}

	#copyright a {
		color: #ffffff;
		text-decoration: underline
	}

	.promotionbanner {
		width:100%;
		text-align:center;
	}
	.promotionbanner img {
		max-width:100%;
		display:block;
		margin:0;
		padding:0;
	}

	@media only screen and (max-width: 1350px) {
		.gallery {
			padding-top: 630px
		}
	}

	@media only screen and (max-width: 1292px) {
		.bigPic {
			height: 540px
		}
		.gallery {
			padding-top: 540px
		}
		.footer-column.footer-links {
			width: 100px;
			margin-right: 20px
		}
	}

	@media only screen and (max-width: 1215px) {
		.gallery {
			width: 50%
		}
		.bigPic {
			height: 520px
		}
	}

	@media only screen and (max-width: 1200px) {
		.gallery {
			padding-top: 500px
		}
		.gallery-thumb {
			height: 130px
		}
	}

	@media only screen and (max-width: 1130px) {
		.rightColumn {
			padding-left: 10px;
			width: 14%
		}
		.bigPic {
			height: 450px
		}
		.gallery {
			padding-top: 460px
		}
		.gallery-thumb {
			height: 120px
		}
	}

	@media only screen and (max-width: 1080px) {
		.dropbtn {
			margin: 0 15px
		}
		.bigPic {
			height: 420px
		}
		.gallery {
			padding-top: 420px
		}
		.gallery-thumb {
			height: 100px
		}
		.footer-column.first-column,
		.footer-column.footer-links,
		.footer-column.fourth-column,
		.footer-column.second-column {
			display: inline-block
		}
		.footer-column.first-column {
			width: 160px;
			margin-right: 100px
		}
	}

	@media only screen and (max-width: 1020px) {
		.gallery-shortdescription-container {
			float: none;
			margin: 0 auto;
			width: 100%
		}
		.gallery {
			display: block;
			margin: 0 auto;
			width: 50%;
			padding-top: 510px
		}
		.bigPic {
			height: 530px
		}
		.mid-column {
			float: left;
			margin: 0 auto;
			max-width: 47%;
			margin-left: 3%
		}
		.mid-column h1 {
			text-align: left
		}
		.mid-column h2 {
			margin: 0 auto;
			text-align: center
		}
		.underline {
			margin: 15px auto
		}
		.shortdescription {
			margin: 0 auto;
			max-width: 410px;
			float: none
		}
		.shortdescription p {
			text-align: left
		}
		#variationContainer {
			width: auto;
			text-align: left
		}
		.button-border {
			width: auto
		}
		.price-tag-box {
			margin: 0 auto;
			padding: 20px 0 0 30px;
			max-width: 92%
		}
		.button-border a,
		.button-border i {
			text-decoration: none;
			color: #222
		}
		.uiButton {
			display: inline-block;
			float: none
		}
		#questionBtn,
		#watchlist-btn {
			margin: 10px 0 0;
			width: auto
		}
		.rightColumn {
			clear: both;
			margin: 40px auto 0;
			padding-top: 20px;
			max-width: 100%;
			border: none;
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			text-align: center;
			width: auto
		}
		.brandContainer {
			display: none
		}
		.tab-bar {
			margin: 40px auto 0;
			max-width: 100%;
			text-align: left
		}
		.features {
			max-width: 100%
		}
		.features-block {
			width: 30%
		}
	}

	@media only screen and (max-width: 980px) {
		.footer-column.fourth-column {
			display: none
		}
		.footer-container {
			padding-right: 0
		}
	}

	@media only screen and (max-width: 830px) {
		.bigPic {
			display: inline-block;
			width: auto;
			height: 360px;
			width: 100%;
			vertical-align: middle;
			text-align: center
		}
		.cross-seller-item-img-container {
			height: 175px
		}
		#variationContainer {
			margin: 20px 0 0;
			padding-bottom: 16px;
			padding-left: 0;
			width: 345px;
			font-family: "Segoe UI", 微軟正黑體, "Microsoft JhengHei", Arial, 新細明體;/* 'Noto Sans', sans-serif */
		}
		.gallery {
			padding-top: 370px
		}
		.contentImgLeft,
		.contentImgRight {
			float: none;
			clear: both;
			margin: 0 auto;
			max-width: 100%;
			width: auto;
			text-align: center
		}
		.contentImgLeft img,
		.contentImgRight img {
			margin-bottom: 10px
		}
		.video-wrapper-container {
			width: 90%
		}
	}

	@media only screen and (max-width: 768px) {
		.header {
			padding-bottom: 25px;
			position: static
		}
		.logo-container {
			display: block;
			margin: 0 auto;
			text-align: center
		}
		#hamburger-menu-container {
			display: block
		}
		.dropdown-navigation {
			display: none !important
		}
		.button-border {
			display: none
		}
		.footer-column.footer-links {
			display: none
		}
	}

	@media only screen and (max-width: 725px) {
		.gallery {
			width: 100%;
			margin: 0 auto
		}
		.mid-column {
			float: none;
			margin: 20px auto;
			width: 100%;
			max-width: 100%
		}
		.shortdescription {
			max-width: 100%
		}
		.mid-column h1,
		.shortdescription p {
			text-align: center
		}
		.price-tag-box {
			margin: 15px 0;
			padding: 0;
			width: auto;
			text-align: left
		}
		.header {
			border: none
		}
	}

	@media only screen and (max-width: 660px) {
		#wrapper {
			padding: 37px 15px 0
		}
		.cross-seller-container-heading {
			margin-bottom: 30px
		}
		.cross-seller-container-heading h2 {
			font-size: 24px
		}
		.logo-container svg {
			padding-top: 0
		}
		.features {
			width: auto;
			max-width: none !important;
			margin: 0 -15px
		}
		.header {
			border: none;
			margin-bottom: 0
		}
		#burger {
			position: absolute;
			cursor: pointer;
			width: 30px;
			height: 24px;
			left: 11px;
			top: 1rem;
			display: flex;
			justify-content: space-between;
			flex-direction: column
		}
		.navigationContainer {
			display: block;
			margin: 25px auto 0;
			padding: 0;
			width: 100%;
			height: auto;
			background-color: #fff
		}
		.navigationContainer ul {
			padding: 0
		}
		.navigationContainer ul li {
			display: block;
			margin: 0 auto;
			padding: 0;
			height: auto;
			border-bottom: 1px solid #ddd;
			color: #0F68A0;
			text-align: center
		}
		.navigationContainer a {
			color: #0F68A0
		}
		.navigationContainer a:visited {
			color: #0F68A0
		}
		.tablinks {
			margin-bottom: 10px
		}
		label.tablinks {
			padding: 0;
			font-size: 16px;
			width: auto;
			margin: 0 20px 0 0
		}
		label.tablinks:last-of-type {
			margin-right: 0
		}
		.features {
			padding: 30px 0;
			width: auto;
			max-width: none
		}
		.features-block {
			width: 90%
		}
		.cross-seller-item {
			display: block;
			margin: 0 auto;
			width: 80%;
			text-align: center;
			padding: 20px 0 30px;
			border-bottom: 1px solid #ddd !important
		}
		.cross-seller-item:last-child {
			border-bottom: none !important
		}
		.cross-seller-item-img-container {
			position: relative;
			width: 100%;
			height: 283px;
			text-align: center;
			cursor: pointer
		}
		.cross-seller-item:last-child {
			margin-right: auto
		}
		#navigation,
		.controls,
		.galleryNav,
		.header ul,
		.logoHelper,
		.navList,
		.navbar,
		.navigation,
		.navigationContainer,
		ul.featurelist {
			display: none
		}
		#buttonContainer,
		#buyItNowButton,
		#buyItNowButton,
		#buyNowButton {
			display: none !important
		}
		.footer-container {
			margin-right: -15px;
			margin-left: -15px
		}
		.footer-column.first-column {
			padding: 30px 30px 0;
			margin-right: 30px;
			width: auto;
			text-align: center
		}
		.footer-column.first-column:after {
			display: none
		}
		.footer-column.first-column .edge-content {
			text-align: left;
			display: inline-block
		}
	}

	@media only screen and (max-width: 480px) {
		.hide-mobile {
			display: none
		}
		.logo-container {
			display: block;
			margin: 0 auto;
			width: 100%;
			text-align: center
		}
		.gallery {
			display: block;
			float: none;
			margin: 0 auto;
			width: 100%;
			padding-top: 310px
		}
		.bigPic {
			height: 300px
		}
		.mid-column {
			display: block;
			margin: 0 auto;
			width: 100%
		}
		.mid-column h2 {
			margin: 0 auto;
			text-align: center
		}
		.shortdescription {
			clear: both;
			padding-left: 0;
			width: 100%
		}
		.price-tag-box {
			padding: 0;
			margin: 10px 0 30px 20px;
			text-align: left
		}
		.price-tag-box h2 {
			margin: 0 auto;
			display: block;
			text-align: left
		}
		.price-tag-box h3,
		.price-tag-box h4 {
			margin: 0 auto;
			text-align: center;
			text-align: left
		}
		#buyItNowButton {
			margin-top: 40px;
			margin-right: 26px;
			margin-bottom: 20px;
			width: 200px;
			text-align: center
		}
		.uiButton {
			display: block
		}
		.buttonContainer {
			text-align: center
		}
		#watchlist-btn {
			display: inline-block;
			width: 250px
		}
		#questionBtn {
			display: inline-block;
			margin-right: 0;
			margin-top: 10px;
			width: 250px
		}
		#questionBtn p {
			font-size: 13px
		}
		.features h2 {
			font-size: 24px
		}
		.features h3 {
			font-size: 18px
		}
		.features .features-block-container {
			flex-direction: column;
			justify-content: center;
			margin: 0
		}
		.features .features-block-container .features-block {
			display: block;
			margin: 30px auto 0;
			padding: 0;
			min-height: 0;
			width: 100%
		}
		.tab-bar {
			display: block;
			margin-top: 10px;
			padding-bottom: 30px
		}
		.footer-column {
			width: auto
		}
	}

	@media only screen and (max-width: 455px) {
		.footer-column {
			display: block;
			float: none
		}
		.footer-column.first-column {
			padding: 30px 10px;
			height: 75px;
			text-align: center;
			margin: 0;
			width: 100%
		}
		.footer-column.first-column .edge-content {
			height: auto;
			display: inline-block;
			margin: 0 auto
		}
		.footer-column.first-column svg {
			display: inline-block;
			vertical-align: top;
			width: 80px
		}
		.footer-column.first-column ul {
			margin: 0;
			padding: 0;
			text-align: center;
			display: inline-block;
			vertical-align: top
		}
		.footer-column.first-column ul li {
			display: inline-block;
			vertical-align: top;
			line-height: 1;
			padding: 0 5px;
			font-size: 10px
		}
		.footer-column.second-column {
			max-width: 350px;
			margin: 0 auto;
			display: block;
			padding: 30px 0
		}
		.footer-column.second-column ul {
			width: 100%;
			margin: 0
		}
		.footer-column.second-column ul li {
			display: inline-block;
			width: 30%
		}
	}

	@media only screen and (max-width: 360px) {
		.bigPic {
			height: 200px
		}
		.footer-column.first-column .edge-content ul li:last-of-type {
			display: none
		}
	}

	.animated {
		-webkit-animation-duration: 1s;
		-moz-animation-duration: 1s;
		-o-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		animation-fill-mode: both
	}

	@-webkit-keyframes fadeInRight {
		0% {
			opacity: 0;
			-webkit-transform: translateX(10px)
		}
		100% {
			opacity: 1;
			-webkit-transform: translateX(0)
		}
	}

	@-moz-keyframes fadeInRight {
		0% {
			opacity: 0;
			-moz-transform: translateX(10px)
		}
		100% {
			opacity: 1;
			-moz-transform: translateX(0)
		}
	}

	@-o-keyframes fadeInRight {
		0% {
			opacity: 0;
			-o-transform: translateX(10px)
		}
		100% {
			opacity: 1;
			-o-transform: translateX(0)
		}
	}

	@keyframes fadeInRight {
		0% {
			opacity: 0;
			transform: translateX(10px)
		}
		100% {
			opacity: 1;
			transform: translateX(0)
		}
	}

	.fadeInRight {
		-webkit-animation-name: fadeInRight;
		-moz-animation-name: fadeInRight;
		-o-animation-name: fadeInRight;
		animation-name: fadeInRight
	}

.bundle-feature-headline {
    font-family: sans-serif;
    font-size: 1.3em;
    font-weight:700;
    padding-bottom:0.8em;
}
.bundle-feature-name {
    font-size: 1.1em;
    font-weight: 700;
}
.bundle-feature-text {
    padding-bottom: 0.8em;
}

.bundle-row {
    width: 900px;
    max-width:95%;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 15px;
    line-height: 1.4em;
}
.bundle-row .bundle-image {
    display: inline-block;
    width:360px;
    max-width: 40%;
    float:left;
    padding:0;
    margin: 20px 0 0;
}
.bundle-row .bundle-text {
    display: inline-block;
    width:520px;
    max-width: 60%;
    float:right;
    padding: 20px;
    margin:0;
}
.bundle-row .bundle-text li {
    padding-bottom:5px;
}
.bundle-row:nth-child(odd) .bundle-image {
    float: right;
}
.bundle-row:nth-child(odd) .bundle-text {
    float: left;
}
.bundle-row .bundle-text .bundle-name {
    font-size: 1.6em;
    font-weight: 700;
    margin: 0 0 28px;
}
.bundle-row .bundle-link {
    display: block;
    clear: both;
    text-align: center;
    padding: 14px 28px;
}
.bundle-row .bundle-link a {
    display: inline-block;
    width: 250px;
    padding:15px;
    background: #fff;
    color: #00a3e8;
    border: 1px solid #00a3e8;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
}
.bundle-row .bundle-link a:hover {
    color: #fff;
    background: #00a3e8;
}

	/*# sourceMappingURL=styles.min.css.map */
