/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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;}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;}

/*=============================================
=                  GENERAL                   =
=============================================*/

body {
	/* font-size:13px; */
	font-family:Arial, sans-serif;
	background-color: #f5f5f5;
}

a {
	text-decoration:none;
	color:inherit;
}

a:hover {
	text-decoration:underline;
}

/*=============================================
=                  NAVIGATION                 =
=============================================*/

.nav_bar{
	display:block;
	float:right;
	z-index: 1000;
}

.nav_bar_left {
	display:block;
	float:left;
	z-index: 1000;
}


hr{
	border: 1px solid #fff;
	width:100%;
	position: relative;
	top:15px;
}

.nav_bar li, .nav_bar_left li {
	display:inline-block;
	padding-left:15px;
}

.nav_bar li img {
	height:24px;
	position:relative;
	top:7px;
}

.nav_bar .portrait img {
	border-radius:50%;
	height:33px;
}

.portrait {
	padding-right:25px;
	position:relative;
	top:3px;
}

/*=============================================
=                  MAIN CENTER                =
=============================================*/

.container_main {
	display:block;
	width:100%;
	text-align:center;
}

.logo {
	width:100%;
	padding-top:200px;
	padding-bottom:25px;
	font-size: 48px;
	font-weight: 900;
}

.logo span{
	font-size: 48px;
	font-weight: 900;
	color:red;
}

.logo img {
	display:block;
	width: 269px;
	height: 95px;
	margin:auto;
}

.searchbox {
	width: 592px;
	height: 40px;
	margin:auto;
	position:relative;
	
}

.searchbox input {
	width:570px;
	height:100%;
	background-color:#fff !important;
	border:1px solid #fff !important;
	padding: 2px 20px;
	position:relative;
	float:left;
	z-index:10;
	box-shadow: 
	inset 0 -3em 3em rgba(251, 251, 251, 0.993), 
		  0 0  0 2px rgba(25, 182, 221, 0.993),
		  0.3em 0.3em 1em rgba(251, 249, 249, 0.3);
}

.searchbox select {
	width:150px;
	height:45px;
	background-color:#fff !important;
	border:2px solid #fff !important;
	padding: 2px 20px;
	margin-left: 10px;
	z-index:10;
	box-shadow: 
	inset 0 -3em 3em rgba(251, 251, 251, 0.993), 
		  0 0  0 2px rgba(25, 182, 221, 0.993),
		  0.3em 0.3em 1em rgba(251, 249, 249, 0.3);
}

.container_mic {
	position:absolute;
	width:100%;
	height:100%;
}

.container_mic img {
	float:right;
	height:21px;
	position:relative;
	top:10px;
	right:4px;
	z-index:11;
}

.searchbox input:hover {
	border:2px solid rgb(32, 187, 235);
}

.container_buttons_search {
	display:block;
	margin-top:15px;
}

.container_buttons_search .button_search, .sendMessage{
	margin-right:6px;
	margin-left:6px;
	color:#fff;
	border:1px solid rgb(32, 187, 235);
	padding: 10px 10px;
	display: inline-block;
	background-color:rgb(32, 187, 235);
	font-size:14px;
	border-radius: .3em;
	font-weight:600;
}

.button_search:hover {
	border-bottom: 2px solid #CACACA;
	background-color:rgb(42, 164, 235);
}

.button_search {
	font-size:11px;
	font-weight:600;
}

.button_search a:hover {
	text-decoration:none;
}

.google_search {
	width:90px;
}


.feeling_lucky {
	width:145px;
	padding: 8px 16px;
}

/*=============================================
=                    FOOTER                  =
=============================================*/

.footer {
	position: absolute;
	width:100%;
	height:50px;
	background-color:#F2F2F2;
	bottom:1px;
	border-top:2px solid rgb(32, 187, 235);
}

.footer_left {
	display:block;
	float:left;
	width:48%;
}

.footer_right {
	display: block;
	text-align:right;
}

.footer_left ul li, .footer_right ul li{
	display:inline-block;
	padding-top:15px;
	padding-bottom:10px;
	color:#666;
}

.footer_left ul li{
	padding-left:30px;
}
.footer_right ul li{
	padding-right:30px;
}

.card{
	padding: 20px;
	border-radius: 6px;
	margin: 25px 10px 25px 10px;
}

.product_list div img{
   margin:2px;
}


/*  FOR PRODCT MENU */
.product_menu{
	position:absolute;
	top:55px;
	left:72% !important;
	height:auto;
	width:auto;
	padding: 5px 5px 5px 5px !important;
	background-color: #f3f3f3;
	border-radius: 4px;
	border:2px solid #2aa4eb;
}

.on{
   display:block;
   -webkit-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
}
.off{
	display:none;
}
.product_list div img{
   margin:2px;
   padding:2px;
   border-radius: 8px;
}
.product_list div:hover {
   background-color: #f9f9f9;
}
.product_list div small {
   position:relative;
   font-size: x-small;
   margin-left:4px;
   top:-8px;
}

.product_list .each_product div:hover img {
   -webkit-transform: scale(0.8);
		   transform: scale(0.8);
   -webkit-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
}

/*  For Settings Menu */
.settings_menu{
	position:absolute;
	z-index: 2000;
	bottom:60px;
	height:250px;
	width:200px;
	right:35px;
	background-color: #f3f3f3c7;
	border-radius: 6px;
	border:2px solid #2aa4eb;
}

.settings_list p{
	padding:10px;
	margin: 10px;
}