/** Shopify CDN: Minification failed

Line 230:12 Expected ":"
Line 230:14 Expected identifier but found "100%"

**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: Arial;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none !important;
}

/* End of Reset Css*/
#container {
    padding: 0 !important;
} 
.wrapper {
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
}
/*header*/
.logo {
    float: left;
    text-align: center;
    margin: 39px 0;
}
.logo img {
    max-width: 100%;
}
.account-nav {
    float: right;
    margin: 16px 0 0 0;
    text-align: center;
    max-width: 62%;
}
.account-nav ul {
  	margin: 0;
    width: 100%;
}
.account-nav li {
    display: inline;
    font-size: 11px;
    margin: 0 14px 0 3px;
}
.account-nav li:last-child {
	margin: 0;
}
.account-nav a {
    color: #828284;
}
.account-nav a:hover,
.account-nav a:focus{
	color: #00B6AD;
}
/*drop down*/
.account-nav ul li ul {
    background: #fff;
   	box-shadow: -8px 0 22px #F2F2F2 inset;
  	-webkit-box-shadow: -8px 0 22px #F2F2F2 inset;
  	-o-box-shadow: -8px 0 22px #F2F2F2 inset;
  	-moz-box-shadow: -8px 0 22px #f2f2f2 inset;
    display: none;
    margin: -4px 0 0 13px;
    position: absolute;
    width: 12%;
    z-index: 1200;
}
.account-nav ul li ul li {
    border-bottom: 1px solid #818285;
    display: block;
    max-width: 100%;
  	margin: 0;
    padding: 3px 0;
}
.account-nav ul li ul li:last-child {
    border: none;
}
.account-nav ul li:hover ul {
    display: block;
}






.search-container {

}
.search {
    border: 1px solid #828285;
    clear: both;
    display: block;
    height: 18px;
   
    min-height: 17px !important;
 
    margin: 0 0 0 20%;
    width: 65% !important;
}
.search input {
    
}
.search input[type="text"]{
	border: medium none !important;
    border-radius: 0 0 0 0;
    float: left;
    font-size: 12px;
    height:17px !important;
    max-width: 100%;
    padding: 0 0 0 5px !important;
    width: 77%;
}
.search button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: right;
    margin: -3px 0 0;
    max-width: 100%;
    width: 11%;
}

/*Navigation menu*/
.main-nav {
    clear: both;
    float: left;
    width: 100%;
    font-size: 14px;
}

/*Body Content Home page*/
.home-slider { 
    float: left;
    width: 100%;
}
.slider-control {
    bottom: 53%;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.slider-control img {
    max-width: 100%;
    width: 100%;
}
.prev-silde {
    float: left;
}
.next-slide {
    float: right;
}
#slider-pager {
	margin: -2.9% 0 0;
    max-width: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1000000;
}
#slider-pager span {
	background: #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 2px;
    margin: 0 7px 0 0;
    padding: 5px 5px 0 0;
}
.cycle-pager-active {
	color: #00B6AD !important;
  	background: #00B6AD !important;
}

.body-mid {
  	float: left;
    clear: both;
    margin: 8px 0 0;
    max-width: 100%;
    width: 100%;
}
.body-mid img {
    width: 100%;
    max-width: 100%;
}
.home-spects {
    margin:8px 0 0 0;
  	max-width; 100%;
  	width: 100%;
}
.body-bottom {
    clear: both;
    background: #01B6AD;
    float: left;
    width: 100%;
}
.body-bottom a {
    color: #FFFFFF;
    float: left;
    font-family: Times new Roman;
    font-size: 24px;
  	font-weight: bold;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}
.body-bottom a:hover, 
.body-bottom a:focus{
	color: #fff;
}

/*Category Page*/
.cat-products {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.page-links {
    float: left;
    border-bottom: 1px solid #00B6AD;
    margin: 10px 0 0 0;
    padding: 0 0 5px 0;
    width: 100%;
}
.page-links img {
    float: left;
    margin: 2px 0 0 2%;
}
.page-links ul {
    float: left;
    margin: 0 0 0 10px;
}
.page-links li {
    display: inline;
}
.page-links a {
    color: #000;
    font-size: 12px;
}
.page-links a:hover,
.page-links a:focus {
	color: #00b6ad;
}
.product {
    float: left;
  	margin: 2% 0 0 0;
    width: 30%;
}
.product-img {
    float: left;
    width: 100%;
    height: 206px;
    vertical-align: bottom;
    text-align: center;
}
.product-img img {
  height: 100%;
  width: 100%;
}
.product-name {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
.product-desc {
    float: left;
    font-size: 12px;
    text-align: center;
    margin: 16px 0 16px 26px;
    width: 78%;
}
.product-price {
    float: left;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
.product a {
	color: #000;
}
.product a:hover {
	color: #000;
}
.cart-button {
	background: #a7a7a7; /* Old browsers */	
	background: -moz-linear-gradient(top, #a7a7a7 0%, #252524 50%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7a7a7), color-stop(50%,#252524), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a7a7a7 0%,#252524 50%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a7a7a7 0%,#252524 50%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a7a7a7 0%,#252524 50%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a7a7a7 0%,#252524 50%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7a7a7', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  	color: #fff;
  	border: none;
  	font-family: Times New Roman;
  	font-weight: bold;
  	margin: 1.5% 0 0 -1.5%;
  	padding: 2px 11px 2px 12px;
  	border-radius: 5px;
}
.cart-button:active {
	background: #090909;
}

/*Info Page*/
.privacy-head {
    float: left;
    font-family: Times New Roman;
    font-size: 28px;
  	font-weight: normal;
    margin: 40px 0 1px 73px;
    width: 69%;
}
.privacy-content {
    float: left;
    font-size: 12px;
    margin: 0 0 1.8% 7.5%;
    width: 86%;
}
.privacy-term {
    float: left;
    margin: 20px 0 0;
    width: 100%;
}
.privacy-que {
    float: left;
    font-weight: bold;
    margin: 0 0 12px;
    width: 100%;
}
.privacy-ans li:before {
    content: ";";
}
.privacy-term ul {
	margin: 0;
}
.privacy-term p {
	margin: 0;
  	line-height: 15px;
}

/*Info 2*/
.trendshow {
       float: left;
    margin: 2% 0 30% 0;
    width: 100%;
}
.trendshow-left {
    float: left;
    margin: 0 0 30px;
    width: 100%;
}
.trendshow-left img {
    max-width: 100%;
    width: 100%;
}
.trendshow-right {
    float: left;
    font-size: 12px;
    width: 100%;
}
.trendshow-right h2 {
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: -15px 0 0 0;
    width: 100%;
}
.trendshow-right-cont {
    float: left;
    width: 100%;
  	line-height: 15px;
}
.trendshow-right-cont p {
	margin: 0;
}
.trendshow-right a {
	color: #000;
}
.trendshow-right a:hover {
	text-decoration: underline !important;
  	color: #000;
}
.invitation {
 	float: left;
    margin: 10px 0 0;
    width: 100%;
}

/*Footer*/
.footer {
    clear: both;
}
.footer-top {
    float: left;
    width: 100%;
    border-bottom: 1px solid #00B6AD;
    border-top: 1px solid #00B6AD;
    margin: 7px 0 0 0;
}
.home-signup {
    float: left;
    margin: 10px 0 3px 0;
    text-align: center;
  	height: 0;
}
.home-signup label {
	background: #FFFFFF;
    color: #FF0000;
    height: 18px;
    margin: -1.5% 0 0 29.5%;
    position: absolute;
}
.home-signup input[type="text"] {
    border: 1px solid #CCCCCC !important;
    border-radius: 0 0 0 0 !important;
    height: 18px;
    max-width: 66%;
    min-width: 77%;
    padding: 0 0 0 7px;
  	margin: 0;
}
.home-signup input[type="submit"] {
    border: none;
    background-color: #000;
    color: #fff;
  	font-size: 12px;
    height: 20px;
    width: 58px;
    padding: 1px 0 2px 0;
    margin: 0 0 0 9px;
    cursor: pointer;
}
.socail-nav {
    float: right !important;
    margin: 8px 0 0 0;
    text-align: center;
  	height: 0;
}
.footer-nav ul {
	margin-left: 64px;
  	text-align: right;
}
.socail-nav li,
.footer-nav li
{
    display: inline;
}
.footer-nav li {
	  margin: 0 18px 0 0;
}
.footer-nav li:last-child {
	margin: 0;
}
.footer-nav a:hover {
	color: #00b6ad;
}
.copy-right {
    float: left;
    text-align: center;
    width: 100%;
}
.copy-right p {
	text-align: left;
}
.copy-right a {
	color: #818285;
}
.copy-right a:hover {
	color: #00b6ad;
}
.footer-bottom {
    color: #8F8F91;
    float: left;
    font-size: 12px;
    margin: 15px 0 25px 0;
    width: 100%;
}
.footer-nav {
    float: left;
    /*    margin: 0 20px 0 31px;*/
    text-align: center;
    width: 100%;
}
.footer-nav a {
    color: #8F8F91;
}




/*Media Query*/

/*For Desktops and Laptop*/
@media only screen and (min-width : 1224px)  {
	.slider {
	height: 420px;
	}
  .product {
    width: 30% !important;
 }
  .home-signup input[type="text"]  {
    margin: 0 0 0 -9px;
  }
  .socail-nav {
  	width: 16% !important;
  }
  .footer-nav {
  	float: right;
    width: 80%;
  }
  .copy-right {
  	width: 93%;
  }
  .account-nav {
    text-align: right;
  }
  .account-nav ul li ul {
  	text-align: center;
    margin-left: 5%;
  }
  .search {
  	margin: 0 0 0 35%;
  }
  .trendshow-left {
  	margin: 0 0 0 15%;
    width: auto;
  }
  .add-img {
  	    width: 106%;
  }
  .add-img img {
  	width: auto !important;
  }
  .info {
  	clear: both;
    margin: 0 !important;
    width: 60% !important;
  }
  .spect-ship input[type="submit"] {
  	margin: 0 0 0 -14px;
  }
  .optical-left {
  	min-height: 890px !important;
  }
  .optical-detail {
  	min-height: 890px;
  }
  	
} 

@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
  .wrapper {
  	overflow: hidden;
  }
  .account-nav {
    max-width: 100%;
  }
  .account-nav ul li ul {
    margin: -1.1% 0 0 1.5%;
    width: 46%;
  }
  .socail-nav {
  	margin: 5px 0 6px 0;
  } 
  .search input[type="text"] {
   	font-size: 11px;
  }
  .home-signup input[type="text"] {
  	min-width: 70%;
  }
   .home-signup input[type="submit"] {
  	border-radius: 0;
    margin-top: 0;
  }
  #slider-pager {
  	margin: -15% 0 0 0;
  }
  .privacy-head {
  	margin: 0;
    width: 100%;
  } 
  .socail-nav ul {
  	margin: 0;
  }
  .footer-nav ul {
  	margin: 0;
    text-align: center;
  }
  .account-nav li {
      margin: 0 5px 0 3px;
  }
  .presc-choose {
  	width: 95% !important;
  } 
  .search-container {
    float: left !important;
    text-align: center;
    width: 100% !important;
  }
  .search button {
  	width: 9%;
  }
  .search {
    width: 60% important;
  }
  .copy-right {
  	margin: 0 0 0 15%;
  }
} 

@media only screen 
and (min-width : 320px) 
    and (max-width : 380px) {
	.copy-right {
  	margin: 0;
    font-size: 11px;
  }
  .account-nav ul {
    margin-left: 12%;
    width: 80%;
  }
  .account-nav ul li ul {
      margin: -1.1% 0 0 -6.5%;
  }
}

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {
  .socail-nav {
    margin: 8px 0 0 0 !important;
}
  .search input[type="text"] {
  	font-size: 10px;
  }
  #slider-pager {
    margin: -10% 0 0;
  }
  .privacy-head {
    font-size: 22px;
    margin: 40px 0 1px 0;
    width: 100%;
  }
  .privacy-content {
  	margin-left: 0;
    width: 100%;
  }
  .home-signup input[type="submit"] {
  	border-radius: 0;
  }
  .add-img {
	width: 106%;
  }
  .body-mid img {
  	max-width: 98%;
  }
  .large-view span {
    width: 90%;
  }
  .footer-nav ul {
  	text-align: center;
  }
  .account-nav ul li ul {
    margin: 0 0 0 2%;
    width: 15%;
  }
}

@media only screen  
  and (min-width : 768px) 
    and (max-width: 800px){
  .wrapper {
  	width: 97% !important;
    overflow: hidden;
  }
  .search input[type="text"] {
    width: 78%;
  }
  .search {
  	width: 15px;
    margin: 0 0 0 30%;
  }
  .account-nav ul {
  	margin: 0 0 0 -20%;
    width: 370px;
  }
  .account-nav li {
  	margin: 0 2% 0 0;
  }
  .account-nav ul li ul {
    margin: -4px 0 0 17px;
    width: 20%;
  }
  .home-signup {
  	width: 50% !important
  } 
  .large-view span {
  	font-size: 11px !important;
    width: 80%;
  }
  .spect-qty {
  	width: 30% !important;
  }
  .optical-image {
  	margin-top: 10px;
  }
}
  
