body {
	margin: 0;
	font-family: var(--font-main);
}
.change_account_password,
.enter_confirmation_code,
.email_verification,
.hide_temp{
	display: none;
}
@media screen and (max-width: 500px) {
	section.top {
		background-color: var(--secondary-color);
		position: relative;
		height: auto;
		height: auto;
		z-index: 01;
	}
	section.top .cart {
		display: none;
	}
	section.top .wrap {
		width: 100%;
		height: auto;
		overflow: auto;
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	section.top nav {
		position: relative;
		width: 100%;
		overflow: auto;
	}
	section.top nav>ul {
		margin: 0;
		padding: 0;
		width: 100%;
		overflow: auto;
	}
	section.top nav ul li {
		list-style-type: none;
	}
	section.top nav ul li.acc_intro {
		background-color: var(--primary-color);
		height: 30px;
		min-width: 50px;
		padding: 0 15px;
		box-sizing: border-box;
		line-height: 30px;
		text-align: center;
		float: right;
		font-size: var(--font-size-tiny);
		font-weight: bold;
		cursor: pointer;
	}
	section.top nav .drop_menu {
		display: block;
		width: 100%;
		clear: both;
		position: relative;
		z-index: 03;
				height: auto;
				height: 0;
		overflow: hidden;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
		-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
		padding: 0px 0 0px 0;
	}
	section.top nav .drop_menu ul.account_menu {
		width: 100%;
		margin: 0;
		padding: 10px;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
	}
	section.top nav .drop_menu ul.account_menu li div {

	}
	section.top nav .drop_menu ul.account_menu li div:hover {
		
	}
	section.top nav .drop_menu>ul {
		width: 100%;
		float: right;
		box-sizing: border-box;
		margin: 0;
		padding: 10px 10px 10px 10px;
		position: relative;
		overflow: hidden;
	}
	section.top nav .drop_menu>ul>li {
		width: 100%;
		overflow: auto;
		padding: 2.5px;
		box-sizing: border-box;
	}
	section.top nav .drop_menu>ul>li>a{
		width: 100%;
		outline: none;
		border-width: 0px;
		padding: 5px;
		box-sizing: border-box;
		display: block;
		text-decoration: none;
	}
	section.top nav .drop_menu>ul>li>input{
		width: 100%;
		outline: none;
		border-width: 0px;
		padding: 5px;
		box-sizing: border-box;
		display: block;
		text-decoration: none;
	}
	section.top nav .drop_menu>ul>li>div{
		width: 100%;
		outline: none;
		border-width: 0px;
		padding: 5px;
		box-sizing: border-box;
		display: block;
		text-decoration: none;
	}
	
	section.header {
		background-image: url(images/head_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		height: 60px;
		width: 100%;
		position: relative;
		z-index: 2;
	}
	section.header .wrap {
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: auto;
		max-width: 1200px;
		position: relative;
		overflow: visible;
	}
	section.header .wrap .logo {
		position: absolute;
		height: 75px;
		width: 180px;
		margin-top: -7.5px;
		margin-left: 0px;
		background-image: url(images/mobi_logo_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	section.header .wrap .logo img {
		height: 65%;
		position: absolute;
		bottom: 12px;
		left: 20px;
		margin: auto;
	}
	section.header .wrap .mobi_btns {
		float: right;
		height: 45px;
		width: 120px;
		margin-top: 7.5px;
		background-image: url(images/mobi_menu_icon_bg.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 140% 100%;
		position: relative;
	}
	section.header .wrap .mobi_btns .cart {
		text-decoration: none;
		height: 33px;
		width: 33px;
		position: absolute;
		top: 3px;
		bottom: 0;
		right: 60px;
		margin: auto;
		background-image: url(images/mobi_cart_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	section.header .wrap .mobi_btns .cart:active span {
		color: white;
	}
	section.header .wrap .mobi_btns .cart span {
		font-size: 10px;
		font-weight: bold;
		position: absolute;
		left: 15px;
		width: 16px;
		top: 2px;
		text-align: center;
	}
	section.header .wrap .mobi_btns .open_mobi_menu {
		height: 33px;
		width: 33px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		background-image: url(images/mobi_open_menu.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		cursor: pointer;
	}
	section.header .wrap nav {
		float: right;
		width: 70%;
		height: 100%;
		display: none;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.top {
		background-color: var(--secondary-color);
		position: relative;
		height: auto;
		z-index: 01;
	}
	section.top .cart {
		display: none;
	}
	section.top .wrap {
		width: 100%;
		height: auto;
		overflow: auto;
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	section.top nav {
		float: right;
		position: relative;
		right: 0;
		width: 100%;
		overflow: auto;
	}
	section.top nav>ul {
		margin: 0;
		padding: 0;
		height: auto;
		width: 100%;
	}
	section.top nav ul li {
		list-style-type: none;
	}
	section.top nav ul li.acc_intro {
		background-color: var(--primary-color);
		height: 30px;
		min-width: 150px;
		padding: 0 25px;
		box-sizing: border-box;
		line-height: 30px;
		text-align: center;
		float: right;
		font-size: var(--font-size-tiny);
		font-weight: bold;
		cursor: pointer;
	}
	section.top nav .drop_menu {
		display: block;
		width: 100%;
		clear: both;
		position: relative;
		z-index: 03;
		height: 0px;
		overflow: hidden;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
		-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
	}
	section.top nav .drop_menu ul.account_menu {
		width: 100%;
		margin: 0;
		padding: 10px;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
	}
	section.top nav .drop_menu ul.account_menu li div {
		width: 100%;
		text-align: center;
		text-decoration: none;
		color: var(--white);
		font-size: var(--font-size-tiny);
		font-weight: bold;
		height: 35px;
		line-height: 35px;
		display: block;
		cursor: pointer;
		background-color: var(--bright-blue);
		margin-bottom: 5px;
	}
	section.top nav .drop_menu ul.account_menu li div:hover {
		background-color: #589cea;
	}
	section.top nav .drop_menu ul.account_login {
		width: 100%;
		float: right;
		box-sizing: border-box;
		margin: 0;
		padding: 10px 10px 0px 10px;
		position: relative;
		overflow: hidden;
	}
	section.top nav .drop_menu ul.account_login li {
		width: 100%;
	}
	section.top nav .drop_menu ul.account_login li input {
		height: 25px;
		line-height: 26px;
		outline: none;
		border-width: 0;
		width: 100%;
		margin-bottom: 10px;
		text-indent: 20px;
		background-color: #dadaff;
		font-family: var(--font-main);
		box-sizing: border-box;
	}
	section.top nav .drop_menu ul.account_login .sign_in_acc,
	section.top nav .drop_menu ul.account_login .signup_link {
		display: block;
		text-decoration: none;
		margin-bottom: 10px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		font-size: var(--font-size-tiny);
		font-weight: bold;
	}
	section.header {
		background-image: url(images/head_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		height: 60px;
		width: 100%;
		position: relative;
		z-index: 2;
	}
	section.header .wrap {
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: auto;
		max-width: 1200px;
		position: relative;
		overflow: visible;
	}
	section.header .wrap .logo {
		position: absolute;
		height: 75px;
		width: 180px;
		margin-top: -7.5px;
		margin-left: 0px;
		background-image: url(images/mobi_logo_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	section.header .wrap .logo img {
		height: 65%;
		position: absolute;
		bottom: 12px;
		left: 20px;
		margin: auto;
	}
	section.header .wrap .mobi_btns {
		float: right;
		height: 45px;
		width: 120px;
		margin-top: 7.5px;
		background-image: url(images/mobi_menu_icon_bg.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 140% 100%;
		position: relative;
	}
	section.header .wrap .mobi_btns .cart {
		text-decoration: none;
		height: 33px;
		width: 33px;
		position: absolute;
		top: 3px;
		bottom: 0;
		right: 60px;
		margin: auto;
		background-image: url(images/mobi_cart_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	section.header .wrap .mobi_btns .cart:active span {
		color: white;
	}
	section.header .wrap .mobi_btns .cart span {
		font-size: 10px;
		font-weight: bold;
		position: absolute;
		left: 15px;
		width: 16px;
		top: 2px;
		text-align: center;
	}
	section.header .wrap .mobi_btns .open_mobi_menu {
		height: 33px;
		width: 33px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		background-image: url(images/mobi_open_menu.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		cursor: pointer;
	}
	section.header .wrap nav {
		float: right;
		width: 70%;
		height: 100%;
		display: none;
	}
}
@media screen and (min-width: 801px) {
	section.top {
		background-color: var(--secondary-color);
		height: 35px;
	}
	section.top .wrap {
		width: 100%;
		height: 100%;
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
		text-align: right;
	}
	section.top .cart {
		color: white;
		display: inline-block;
		height: 100%;
		background-color: #000aff;
		padding: 0 30px;
		font-size: 11px;
		line-height: 35px;
		font-weight: bold;
		text-decoration: none;
	}
	section.top .cart:hover {
		background-color: #4957ff;
	}
	section.top nav {
		height: 100%;
		float: right;
		display: inline-block;
	}
	section.top nav>ul {
		margin: 0;
		padding: 0;
		height: 100%;
		position: relative;
	}
	section.top nav ul li {
		list-style-type: none;
		font-size: 11px;
	}
	section.top nav ul li.acc_intro {
		background-color: var(--primary-color);
		height: 100%;
		padding: 0 25px;
		box-sizing: border-box;
		line-height: 35px;
		text-align: center;
		font-size: var(--font-size-small);
		font-weight: bold;
		cursor: pointer;
		display: block;
	}
	section.top nav .drop_menu {
		position: absolute;
		right: 0px;
		overflow: hidden;
		z-index: 03;
		height: 0px;
		width: 300px;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
		-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
		background-color: var(--secondary-color);
	}
	section.top nav .drop_menu>ul {
		width: 100%;
		float: right;
		box-sizing: border-box;
		margin: 0;
		padding: 10px 10px 10px 10px;
		position: relative;
		overflow: hidden;
	}
	section.top nav .drop_menu>ul>li {
		width: 100%;
		overflow: auto;
		padding: 2.5px;
		box-sizing: border-box;
	}
	section.top nav .drop_menu>ul>li>a{
		width: 100%;
		outline: none;
		border-width: 0px;
		padding: 5px;
		box-sizing: border-box;
		display: block;
		text-decoration: none;
	}
	section.top nav .drop_menu>ul>li>input{
		width: 100%;
		outline: none;
		border-width: 0px;
		padding: 5px;
		box-sizing: border-box;
		display: block;
		text-decoration: none;
	}
	section.top nav .drop_menu>ul>li>div{
		width: 100%;
		outline: none;
		border-width: 0px;
		padding: 5px;
		box-sizing: border-box;
		display: block;
		text-decoration: none;
	}
	section.header {
		background-image: url(images/head_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		height: 70px;
		width: 100%;
		position: relative;
		z-index: 2;
	}
	section.header .wrap {
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: auto;
		max-width: 1200px;
		/* position: relative; */
	}
	section.header .wrap .logo {
		position: absolute;
		height: 120px;
		width: 300px;
		margin-top: -19px;
		background-image: url(images/logo_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	section.header .wrap .logo img {
		width: 60%;
		position: absolute;
		right: 0;
		bottom: 30px;
		left: 0;
		margin: auto;
	}
	section.header .wrap .mobi_btns {
		display: none;
	}
	section.header .wrap nav {
		float: right;
		width: 60vw;
		max-width: 750px;
		height: 100%;
	}
	section.header .wrap nav a {
		display: inline-block;
		height: 100%;
		width: 20%;
		margin: 0 0px;
		padding: 0 20px 0 20px;
		float: left;
		text-decoration: none;
		text-transform: uppercase;
		display: block;
		box-sizing: border-box;
		color: white;
	}
	section.header .wrap nav a.agritech {
		box-sizing: border-box;
		background-image: url(images/health_home_garden_menu_icon.png), url(images/head_menu_fcy_dvd.png);
		background-repeat: no-repeat;
		background-position: 33% center, 100% center;
		background-size: auto 55%, auto 80%;
	}
	section.header .wrap nav a.security {
		background-image: url(images/security_menu_icon.png), url(images/head_menu_fcy_dvd.png);
		background-repeat: no-repeat;
		background-position: 33% center, 100% center;
		background-size: auto 60%, auto 80%;
	}
	section.header .wrap nav a.meguiars {
		background-image: url(images/meguiars_logo.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 45%;
	}
	section.header .wrap nav a.accessories {
		background-image: url(images/accessories_menu_icon.png), url(images/head_menu_fcy_dvd.png);
		background-repeat: no-repeat;
		background-position: 33% center, 100% center;
		background-size: auto 60%, auto 80%;
	}
	section.header .wrap nav a.gadgets {
		background-image: url(images/gadgets_menu_icon.png), url(images/head_menu_fcy_dvd.png);
		background-repeat: no-repeat;
		background-position: 33% center, 100% center;
		background-size: auto 60%, auto 80%;
	}
	section.header .wrap nav a:hover {
		color: #e1efff;
		text-shadow: 0 0px 5px rgba(255, 255, 255, 0.6);
	}
}
/*mobile menu display*/
@media screen and (max-width: 500px) {
	.mobi_menu {
		width: 100%;
		height: 0vh;
		overflow: hidden;
		margin-top: 0px;
		background-image: url(images/mobi_menu_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.mobi_menu .list {
		margin-top: 70px;
		width: 100%;
		overflow: auto;
		opacity: 0;
		text-align: center;
		/*        position: relative;*/
	}
	/*
	.mobi_menu .list .outr:nth-of-type(1){
		width: 100%;
	}
	.mobi_menu .list .outr:nth-of-type(1) .innr a{
		display: block;
		height: 40px;
		line-height: 40px;
		background-size: 100% 100%;
	}
*/
	.mobi_menu .list .outr {
		width: 50%;
		padding: 0 2px;
		box-sizing: border-box;
		float: left;
		overflow: auto;
	}
	.mobi_menu .list .outr .innr {
		width: 100%;
		overflow: auto;
	}
	.mobi_menu .list .outr .innr a {
		display: block;
		width: 100%;
		padding: 20px 0;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		color: #ffd200;
		font-weight: bold;
		font-size: 14px;
		background-image: url(images/mobi_menu_list_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% auto;
	}
	.mobi_menu .list .outr .innr a:active {
		background-image: url(images/mobi_menu_list_bg_active.png);
	}
	.mobi_menu .list .meguiars a {
		background-image: url(images/mobile_menu_btn_meguiars.png) !important;
		color: transparent !important;
	}
	.mobi_menu .list .health-home-garden a {
		background-image: url(images/mobile_menu_btn_health_home.png) !important;
		color: transparent !important;
	}
	.mobi_menu .list .security a {
		background-image: url(images/mobi_security_menu_icon.png) !important;
		color: transparent !important;
	}
	.mobi_menu .list .accessories a {
		background-image: url(images/mobi_accessories_menu_icon.png) !important;
		color: transparent !important;
	}
	.mobi_menu .list .gadgets a {
		background-image: url(images/mobi_gadgets_menu_icon.png) !important;
		color: transparent !important;
	}
	.mobi_menu .close_mobi_menu {
		display: none;
		position: absolute;
		bottom: 0px;
		right: 0;
		left: 0;
		background-color: #ffd200;
		clear: both;
		width: 150px;
		border-radius: 20px 20px 0 0;
		font-weight: bold;
		text-align: center;
		font-size: 12px;
		padding: 5px 0;
		box-sizing: border-box;
		cursor: pointer;
		margin: 50px auto 0 auto;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	.mobi_menu {
		width: 100%;
		height: 0vh;
		overflow: hidden;
		margin-top: 0px;
		background-image: url(images/mobi_menu_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.mobi_menu .list {
		margin-top: 70px;
		width: 100%;
		overflow: auto;
		opacity: 0;
		text-align: center;
		/*        position: relative;*/
	}
	.mobi_menu .list .outr {
		width: 50%;
		padding: 0 2px;
		box-sizing: border-box;
		float: left;
		overflow: auto;
	}
	.mobi_menu .list .outr .innr {
		width: 100%;
		overflow: auto;
	}
	.mobi_menu .list .outr .innr a {
		display: block;
		width: 100%;
		padding: 20px 0;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		color: #ffd200;
		font-weight: bold;
		font-size: 14px;
		background-image: url(images/mobi_menu_list_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	.mobi_menu .list .outr .innr a:active {
		background-image: url(images/mobi_menu_list_bg_active.png);
	}
	.mobi_menu .close_mobi_menu {
		display: none;
		position: absolute;
		bottom: 0px;
		right: 0;
		left: 0;
		background-color: #ffd200;
		clear: both;
		width: 150px;
		border-radius: 20px 20px 0 0;
		font-weight: bold;
		text-align: center;
		font-size: 12px;
		padding: 5px 0;
		box-sizing: border-box;
		cursor: pointer;
		margin: 50px auto 0 auto;
	}
}
@media screen and (min-width: 801px) {
	.mobi_menu {
		display: none;
	}
}