html, body {
	position: relative;
	height: 100%;
	}
body {
	background: #d5d5d5 url('../images/bg.jpg');
	margin: 0;
	padding: 0;
	text-align: center;
	}
body, input, textarea, select, option, th, td {
	color: #404040;
	font: 14px/20px 'Roboto', Arial, Helvetica, sans-serif;
	}

::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	}
	::-webkit-scrollbar-track {
		background: #ddd;
		}
	::-webkit-scrollbar-thumb {
		background: #bbb;
		}

a {
	color: #76a11b;
	}
	a, a:after, a:before, a *, a *:after, a *:before, .a, .a:after, .a:before, .a *, .a *:after, .a *:before, input, textarea {
		 -webkit-transition: all 0.2s ease-in-out;
		 -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		 -ms-transition: all 0.2s ease-in-out;
		 transition: all 0.2s ease-in-out;
		}
p, ul, ol, blockquote {
	margin: 20px 0;
	}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	margin: 30px 1px 25px;
	}
	h1 {
		color: #444;
		font: bold 34px/34px 'Roboto Condensed', Arial, Helvetica, sans-serif;
		margin: 0 -1px 25px;
		}
		h1.front-page-title {
			text-align: center;
			}
	h2 {
		color: #444;
		font: bold 24px/24px 'Roboto Condensed', Arial, Helvetica, sans-serif;
		}
	h3 {
		color: #444;
		font: bold 20px/20px 'Roboto Condensed', Arial, Helvetica, sans-serif;
		}
form {
	display: block;
	margin: 0;
	}
img {
	border: 0;
	vertical-align: middle;
	}
input, button, select, textarea {
	margin: 0;
	outline: 0;
	}

.notext {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	text-indent: -999px;
	}
.width {
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	text-align: left;
	max-width: 930px;
	}
.menu-ul ul, .menu-ul ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
.clear, .clearer:after, .width:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	}

#page {
	background: url('../images/page-bg.png') repeat-x;
/* 	min-width: 1000px; */
	overflow: hidden;
	width: 100%;
	}
#header {
	margin: 35px 0 20px;
	}
	#currency {
		position: absolute;
			right: 0;
			top: 20px;
		}
	#currency ul li {
		margin-left: 5px;
		}
	#currency ul li a {
		background: #ddeea2;
			box-shadow: 0 0 10px rgba(0,0,0,.5);
		color: inherit;
		display: block;
		font-size: 15px;
		line-height: 15px;
		padding: 8px 15px;
		text-decoration: none;
		text-transform: uppercase;
		}
		#currency ul li.active a {
			background: #333;
			color: #fff;
			}
#body {
	margin-bottom: 30px;
	}
	#body-width {
		background: #fff;
			box-shadow: 0 0 10px rgba(0,0,0,.5);
		padding: 40px 40px 60px;
		}
#tabs {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	border: 1px solid #d9d9d9;
	border-width: 1px 0 5px;
	margin: -33px -41px 40px;
	padding: 22px 41px 20px;
	height: 14px;
	}
	#tabs ul {
		float: none;
		}
	#tabs ul li {
		border-left: 1px solid #d9d9d9;
		font: bold 14px/14px 'Open Sans', Helvetica, Arial, sans-serif;
		height: 14px;
		}
		#tabs ul li:last-child {
			border-right: 1px solid #d9d9d9;
			float: right;
			}
	#tabs ul li a {
		border-top: 5px solid transparent;
		color: #999;
		display: block;
		margin-top: -24px;
		padding: 19px 20px 20px;
		text-decoration: none;
		text-transform: uppercase;
		}
		#tabs ul li.active a {
			border-color: #76a11b;
			color: #444;
			}
		#tabs ul li a:hover, #tabs ul li a:focus {
			color: #444;
			}
#tabs > a {
	background: #999;
	color: #fff;
	font: bold 14px/14px 'Open Sans', Helvetica, Arial, sans-serif;
	padding: 9px 20px 8px;
	position: absolute;
		right: 40px;
		top: 21px;
	text-decoration: none;
	text-transform: uppercase;
	}
	#tabs > a:hover, #tabs > a:focus {
		background: #444;
		}

#front-tabs {
	border-bottom: 1px solid #444;
	height: 47px;
	margin: 0 auto 25px;
	max-width: 400px;
	}
	#front-tabs ul {
		float: none;
		}
	#front-tabs ul li {
		margin-right: 3px;
		}
	#front-tabs ul li:last-child {
		float: right;
		margin-right: 0;
		}
	#front-tabs ul li a {
		border: 1px solid #e6e6e6;
		border-bottom-color: #444;
			-webkit-border-radius: 6px 6px 0 0;
			-moz-border-radius: 6px 6px 0 0;
			border-radius: 6px 6px 0 0;
		color: #999;
		display: block;
		font: bold 16px/16px 'Open Sans', Helvetica, Arial, sans-serif;
		padding: 15px 19px;
		text-decoration: none;
		text-transform: uppercase;
		}
		#front-tabs ul li.active a {
			background: #444;
			border-color: #444;
			color: #fff!important;
			}
		#front-tabs ul li a:hover, #front-tabs ul li a:focus {
			color: #444;
			}
#new-front{
    width:400px;
    float:left;
}
#front-search  {
	border: 1px solid #e6e6e6;
	padding: 35px;
	}
	#front-search  .tab-content {
		display: none;
		}
		#front-search  .tab-content.active {
			display: block;
			}
	#front-search  .options {
		border-top: 1px solid #e6e6e6;
		font-size: 26px;
		letter-spacing: -1px;
		line-height: 30px;
		margin: 0 auto;
		max-width: 400px;
		}
	#front-search   .option {
		border-bottom: 1px solid #e6e6e6;
		padding: 10px 0 8px;
		}
	#front-search   .option-button {
		padding-top: 22px;
		text-align: center;
		}
	#front-search   .option-name {
		float: left;
		}
	#front-search   .option-value {
		float: right;
		}
		#front-search  .option-value small {
			font-size: 22px;
			}
		#front-search  .option-value span {
			color: #76a11b;
			}
			#front-search  .option-value span span {
				font-weight: bold;
				}
	#front-search  .option-value a {
		background: #f0f0f0;
		color: #aaa;
		display: inline-block;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		font-size: 22px;
		line-height: 30px;
		margin: -5px 0;
		padding: 5px 10px;
		text-decoration: none;
		text-transform: uppercase;
		}
		#front-search  .option-value a.active {
			color: #76a11b!important;
			font-weight: bold;
			}
		#front-search  .option-value a:hover, #front-search  .option-value a:focus {
			color: #444;
			}
	#front-search  select {
		background: #f0f0f0;
		border: 0;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		color: #76a11b;
		cursor: pointer;
		direction: rtl;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
		font: inherit;
		font-weight: bold;
		letter-spacing: inherit;
		margin: -5px 0;
		padding: 5px 10px;
		width: 156px;
		}
		#front-search  input.front-button {
			background: #76a11b url('../images/front-button.png') no-repeat 20px 11px;
			border: 1px solid #517f0d;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
			color: #fff;
			cursor: pointer;
			font: bold 20px/20px 'Open Sans', Helvetica, Arial, sans-serif;
			padding: 12px 25px 10px 50px;
			text-transform: uppercase;
			}
		#front-search  .price-slider {
			font-size: 18px;
			line-height: 18px;
			margin: 7px 9px 9px;
			}
			#front-search  .price-slider .ui-slider-range {
				background: #76a11b!important;
				}
			#front-search  .price-slider .ui-slider-handle {
				background: #f0f0f0!important;
				}
		#front-search  .price-slider, #front-search  .price-slider * {
			 -webkit-transition: none!important;
			 -moz-transition: none!important;
			 -o-transition: none!important;
			 -ms-transition: none!important;
			 transition: none!important;
		}
                
#new-front  {
	border: 1px solid #e6e6e6;
	padding: 35px;
	}
	#new-front  .tab-content {
		display: none;
		}
		#new-front  .tab-content.active {
			display: block;
			}
	#new-front  .options {
		border-top: 1px solid #e6e6e6;
		font-size: 26px;
		letter-spacing: -1px;
		line-height: 30px;
		margin: 0 auto;
		max-width: 400px;
		}
	#new-front   .option {
		border-bottom: 1px solid #e6e6e6;
		padding: 10px 0 8px;
		}
	#new-front   .option-button {
		padding-top: 22px;
		text-align: center;
		}
	#new-front   .option-name {
		float: left;
		}
	#new-front   .option-value {
		float: right;
		}
		#new-front  .option-value small {
			font-size: 22px;
			}
		#new-front  .option-value span {
			color: #76a11b;
			}
			#new-front  .option-value span span {
				font-weight: bold;
				}
	#new-front  .option-value a {
		background: #f0f0f0;
		color: #aaa;
		display: inline-block;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		font-size: 22px;
		line-height: 30px;
		margin: -5px 0;
		padding: 5px 10px;
		text-decoration: none;
		text-transform: uppercase;
		}
		#new-front  .option-value a.active {
			color: #76a11b!important;
			font-weight: bold;
			}
		#new-front  .option-value a:hover, #new-front  .option-value a:focus {
			color: #444;
			}
	#new-front  select {
		background: #f0f0f0;
		border: 0;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		color: #76a11b;
		cursor: pointer;
		direction: rtl;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
		font: inherit;
		font-weight: bold;
		letter-spacing: inherit;
		margin: -5px 0;
		padding: 5px 10px;
		width: 156px;
		}
		#new-front  input.front-button {
			background: #76a11b url('../images/front-button.png') no-repeat 20px 11px;
			border: 1px solid #517f0d;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
			color: #fff;
			cursor: pointer;
			font: bold 20px/20px 'Open Sans', Helvetica, Arial, sans-serif;
			padding: 12px 25px 10px 50px;
			text-transform: uppercase;
			}
		#new-front  .price-slider {
			font-size: 18px;
			line-height: 18px;
			margin: 7px 9px 9px;
			}
			#new-front  .price-slider .ui-slider-range {
				background: #76a11b!important;
				}
			#new-front  .price-slider .ui-slider-handle {
				background: #f0f0f0!important;
				}
		#new-front  .price-slider, #new-front  .price-slider * {
			 -webkit-transition: none!important;
			 -moz-transition: none!important;
			 -o-transition: none!important;
			 -ms-transition: none!important;
			 transition: none!important;
		}

#path {
	color: #999;
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 10px;
	}
	#path a {
		color: #444;
		text-decoration: none;
		}
		#path a:hover, #path a:focus {
			text-decoration: underline;
			}

#main {
	float: right;
	width: 605px;
	}
	#sidebar {
		float: left;
		width: 205px;
		}
.products {
	margin: 1px 1px 0 0;
	}
	.product {
		border: 1px solid #e6e6e6;
		float: left;
		height: 240px;
		margin: -1px -1px 0 0;
		padding: 25px;
		position: relative;
		width: 150px;
		}
	.product-image {
		height: 150px;
		margin-bottom: 15px;
		}
	.product-title {
		font-size: 16px;
		line-height: 18px;
		max-height: 36px;
		margin-bottom: 5px;
		overflow: hidden;
		}
		.product-title a {
			color: inherit;
			text-decoration: none;
			}
			.product-title a:hover, .product-title a:focus {
				text-decoration: underline;
				}
	.product-price {
		color: #76a11b;
		font-size: 16px;
		font-weight: bold;
		line-height: 18px;
		}
		.product-price small {
			font-size: 14px;
			}
	.product-compare {
		color: #666;
		font-size: 12px;
		line-height: 14px;
		position: absolute;
			right: 25px;
			bottom: 15px;
		text-transform: uppercase;
		}
	.product-compare input {
		margin-right: 5px;
		position: relative;
			top: 2px;
		}
	.product-compare .product-compare-added {
		display: none;
		}
	.products.comparing .product-compare.comparing .product-compare-added {
		display: inline;
		}
		.products.comparing .product-compare.comparing .product-compare-add {
			display: none;
			}

.pagination {
	font-size: 0;
	line-height: 0;
	margin-top: 20px;
	text-align: right;
	}
	.pagination a, .pagination b {
		border: 1px solid #e6e6e6;
		color: inherit;
		display: inline-block;
		font-size: 16px;
		line-height: 18px;
		margin: -1px -1px 0 0;
		padding: 8px 10px;
		text-decoration: none;
		}
		.pagination a:hover, .pagination:focus {
			background: #f0f0f0;
			}
#sidebar h3 {
	background: #555;
	color: #fff;
	font: bold 13px/13px 'Open Sans', Helvetica, Arial, sans-serif;
	margin: 20px 0 2px;
	padding: 10px 15px 8px;
	text-transform: uppercase;
	}
	#sidebar h3:first-child {
		margin-top: 0;
		}
#sidebar ul, #sidebar ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	#sidebar ul li {
		margin-top: 2px;
		}
	#sidebar ul li a {
		background: #f0f0f0;
		display: block;
		color: #666;
		font-size: 12px;
		line-height: 14px;
		padding: 6px 35px 6px 15px;
		position: relative;
		text-decoration: none;
		text-transform: uppercase;
		}
		#sidebar ul li.active a {
			color: inherit;
			}
		#sidebar ul li a:after {
			border: 2px solid #999;
				-webkit-border-radius: 6px;
				-moz-border-radius: 6px;
				border-radius: 6px;
			content: ' ';
			display: block;
			height: 8px;
			position: absolute;
				right: 15px;
				top: 8px;
			width: 8px;
			}
			#sidebar ul.checkbox li a:after {
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
				}
			#sidebar ul li.active a:after {
				background: #76a11b;
				border-color: #5f7e16;
				}
		#sidebar ul li a:hover, #sidebar ul li a:focus {
			background: #e6e6e6;
			}
	#sidebar .option {
		border-bottom: 1px solid #e6e6e6;
		padding: 6px 0;
		}
	#sidebar  .option-button {
		font-size: 16px;
		font-weight: bold;
		line-height: 18px;
		padding: 10px 0 5px;
		text-align: right;
		}
		#sidebar .option-button small {
			font-size: 14px;
			}
		#sidebar .option-button span {
			color: #76a11b;
			}
			#sidebar .option-button span span {
				font-weight: bold;
				}
		#sidebar input.sidebar-button {
			background: #76a11b;
			border: 1px solid #517f0d;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
			color: #fff;
			cursor: pointer;
			float: left;
			font: bold 13px/13px 'Open Sans', Helvetica, Arial, sans-serif;
			margin-top: -4px;
			padding: 7px 15px 6px;
			text-transform: uppercase;
			}

	#sidebar .price-slider {
		font-size: 12px;
		line-height: 12px;
		margin: 6px;
		}
		#sidebar .price-slider .ui-slider-range {
			background: #76a11b!important;
			}
		#sidebar .price-slider .ui-slider-handle {
			background: #f0f0f0!important;
			}
		#sidebar .price-slider, #sidebar .price-slider * {
			 -webkit-transition: none!important;
			 -moz-transition: none!important;
			 -o-transition: none!important;
			 -ms-transition: none!important;
			 transition: none!important;
		}

#product-main {
	float: right;
	width: 510px;
	}
	#product-sidebar {
		float: left;
		width: 300px;
		}
	#product-main  h1{float:left;}	
#product-price {
	color: #76a11b;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 26px;
	clear:both;
	/* margin-top: -20px; */
	}
	#product-price small {
		font-size: 20px;
		font-weight: normal;
		letter-spacing: -1px;
		}
#product-buy {
	float: right;
	margin-left: 20px;
	}
	#product-buy a {
		background: #555;
		border: 1px solid #333;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font: bold 14px/14px 'Open Sans', Helvetica, Arial, sans-serif;
		padding: 9px 15px 8px;
		text-decoration: none;
		text-transform: uppercase;
		}

#product-comparison table {
	border-top: 1px solid #e6e6e6;
	width: 100%;
	}
	#product-comparison table tr td {
		border-bottom: 1px solid #e6e6e6;
		padding: 6px 0 6px 1%;
		}
	#product-comparison table tr th {
		border-bottom: 1px solid #e6e6e6;
		color: #777;
		padding: 6px 0;
		text-align: left;
		}
	#product-comparison  h2 {
		margin: 5px 0;
		}
	#product-comparison  h2 a {
		color: inherit;
		text-decoration: none;
		}
		#product-comparison  h2 a:hover, #product-comparison  h2 a:focus {
			text-decoration: underline;
			}
	#product-comparison  #product-price {
		margin-top: 0;
		}
	#product-comparison  #product-buy {
		float: none;
		margin: 0;
		}

#product-features table {
	border-top: 1px solid #e6e6e6;
	width: 100%;
	}
	#product-features table tr td {
		border-bottom: 1px solid #e6e6e6;
		padding: 6px 0;
		width: 60%;
		}
	#product-features table tr th {
		border-bottom: 1px solid #e6e6e6;
		color: #777;
		padding: 6px 20px 6px 0;
		text-align: left;
		vertical-align: top;
		}
span.yes, span.no {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	}
	span.yes {
		color: #76a11b;
		}
	span.no {
		color: #a11b21;
		}
#product-images {
	height: 300px;
	position: relative;
	}
	#product-images div {
		display: none;
		position: absolute;
			left: 0;
			top: 0;
		z-index: 2;
		}
		#product-images div:first-child {
			display: block;
			z-index: 3;
			}
#product-thumbnails {
	height: 56px;
	margin: 5px -5px 0 0;
	}
	#product-thumbnails div {
		cursor: pointer;
		float: left;
		margin-right: 5px;
		opacity: .5;
		}
	#product-thumbnails div.active {
		opacity: 1;
		}

#product-posts {
	border-top: 1px solid #e6e6e6;
	}
	.product-post {
		border-bottom: 1px solid #e6e6e6;
		padding: 6px 0;
		}
	.product-post a {
		color: #777;
		text-decoration: none;
		}
		.product-post a:hover, .product-post a:focus {
			text-decoration: underline;
			}

#footer {
	color: #666;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 30px;
	}
        
        
        .recent{
            list-style:none;
        }
	
#new-front select{height: 43px !important;}
.review_button,.compare_button {
		background: #555;
		border: 1px solid #333;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font: bold 14px/14px 'Open Sans', Helvetica, Arial, sans-serif;
		padding: 9px 15px 8px;
		text-decoration: none;
		text-transform: uppercase;
			}
			
			
	.compare_button{		display:none;	}
	.news-content {  text-align: justify;}
	ul.recent li{float:left; width:39% }
	.latest-news .news-list-container{ overflow:hidden; padding:0px;}
	ul.news-list-container li.news-list:nth-child(2n+2) { margin-right: 0px;  width: 48%;	}
	ul.news-list-container li.news-list {	margin-right: 20px;		width: 48%;			}
	.inner-container .smartwatch-comparsion{float: left;    width: 40%; margin-left: 1%;  padding: 0px 1%;}
	.differ-values .option-value .select-options { width: auto !important; height: 44px !important;}
	
@media (min-width: 480px) and (max-width: 601px) 
{ 
.products {margin: 0px 0px 0px 26px !important;}
}	

@media (min-width: 640px) and (max-width: 650px)
{ 
.products {margin: 1px 1px 0 34px !important;}
}
@media (min-width: 760px) and (max-width: 770px)
{ 
.products {margin: 1px 1px 0 25px !important;}
}
	
@media screen and (min-width:1010px)
{
	#page {	min-width: 1000px;	}
}
@media screen and (max-width:1010px)
{  
	#page{min-width: auto;}	
	.option-value #curr-option {font-size: 20px !important; }
	
}

@media screen and (max-width:929px)
{  
	#header{ margin-left: 10px;		margin-right: 10px;	}
	#body{		max-width: 97.5%;	margin: 0px auto;	}		
	#footer{width: 97.5%;margin: 10px;		}	
	#new-front{	padding: 25px;		}
	ul.recent li{	float: left;width: 39%;	}
	ul.news-list-container li.news-list:nth-child(2n+2) { margin-right: 0px;  width: 48%;	}	
	.inner-container #new-front{padding: 1%; width:50%;}
	#front-tabs{width: 100%;}
	#front-tabs ul{width: 100%;}
	.inner-container .smartwatches-comparsion{    float: right;  width: 46%;}	
}

@media screen and ( min-width: 768px ) and ( max-width:929px )
{
	.inner-container #main {  width: 75%; margin-left: 10px;	}
	.inner-container #main  .product{  width: 22%;	}
	.inner-container #main  .product-image img {    width: 100%; }
	.inner-container #sidebar { width: 23%;	}
	#product-sidebar {    width: 38%;}
	#product-sidebar  #product-images img{    width: 100%;}
	#product-main {    width: 58%;}
	
}


@media screen and (max-width:821px)
{  
	.smartwatch-comparsion h1{    font-size: 23px; }
	#header{ margin-left: 10px;		margin-right: 10px;	}
	#body{		max-width: 97.5%;	margin: 0px auto;	}		
	#footer{width: 97.5%;margin: 10px;		}	
	#new-front{	padding: 25px;		}
	ul.recent li{	float: left;width: 39%;	}
	ul.news-list-container li.news-list:nth-child(2n+2) { margin-right: 0px;  width: 48%;	}	
	.inner-container #new-front{padding: 1%; width:50%;}
	#front-tabs{width: 100%;}
	#front-tabs ul{width: 100%;}
	.inner-container .smartwatches-comparsion{float: right;  width: 46%;}
	.news-list img{width:100%;}
	
}


@media screen and (max-width:768px)
{  
#front-tabs ul li a{font-size:13px;}
	
}

@media screen and (max-width:767px)
{  
	.inner-container #main {  float:none; width:auto;}
	.inner-container #sidebar { float:none; clear: both; margin-top: 20px;	}
	.inner-container #main  .product{  width: 24%;	}
	.inner-container #main  .product-image img {    width: 100%; }
	#product-sidebar{ float:none; clear: both; margin-bottom: 20px; }
	#product-main{float:none; width:auto;}
	.compare_btn{clear: both;width: 100px;margin: 20px auto;display: block;float: none;}
}

@media screen and (max-width:667px)
{ 
#new-front select{margin: 5px 50px !important;}
}
@media screen and (max-width:800px)
{ 
#new-front select{    margin: 10px 76px !important; padding: 5px 54px !important;}
}
@media screen and (max-width:658px)
{  
	#front-tabs ul li a{font-size:15px;}
	#new-front .menu-ul{max-width: 100%; width: 80%;}
	.inner-container #new-front{width:100%;}
	.inner-container .smartwatch-comparsion{width: 100% !important; text-align: justify !important;    margin-top: 15px;}
	ul.news-list-container li.news-list:nth-child(2n+2) {    margin-right: 0px; width: 100%;}
	ul.news-list-container li.news-list{width:100%;}
	.inner-container #main  .product{  width: 21%;	}
	#new-front .tab-content .options{margin: 0px auto; width: 80%;}
	#product-comparison table { overflow-x: auto;   display: block; }
}


@media screen and (max-width:530px)
{ 
   .header-primary-container #currency {position: relative;  top: 10px;}
	#new-front .option-name{font-size:20px;}
	.inner-container #main  .product{  width: 30%;	}
	#product-buy {float: none;	margin-left: 0px; margin-bottom: 10px;	}
}

@media screen and (max-width:470px)
{ 
   .header-primary-container #currency {position: relative;  top: 10px;}
	#new-front .option-name{font-size:20px;}
	#new-front .tab-content .options{margin: 0px auto; width: 100%;}
	#new-front .menu-ul{max-width: 100%; width: 100%;}
	#logo .notext img{width:100%;}
	#product-buy {    float: none ;}
	.inner-container #main  .product{  width: 30%;	}
}

@media screen and (max-width:390px)
{ #front-tabs ul li { width: 100%; text-align: center;}
   #front-tabs ul li{width:;}
   .inner-container #new-front{ padding:1%; float:left;}
   /* #new-front .option-value{font-size:50%;} */
   #new-front .tab-content {clear: both;}
   .option .curr-option { font-size: 15px !important;}
   .main-container .inner-container{padding: 40px 20px 60px !important;}
   .differ-values .option-value {float: none !important; display: block; text-align: center; margin-top: 10px; width: auto;}
   .differ-values .option-value { text-align: center;}
   .tab-content .names-values .option-name { text-align: center; float: none !important; display: block;}
   .differ-values .option-value .select-options {margin: 0% 0 0 0 !important; width: auto !important; height: 44px !important;}
   .inner-container #main  .product{  width: 150px; margin: 0 auto; float: none;	}
   #tabs ul li a {    padding: 19px 16px 20px; }
   #product-sidebar{ width:250px; }
   #product-images img {width:100%;}
}