/*
 ::Table Of Content
 1.) Global TypoGraphy
 2.) Form Element
 3.) Site Wide Content
 4.) Header Section
 5.) Footer Section
 -------------------------------------*/

/*
 1.) Global TypoGraphy
 -------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
}
h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
h2 {
	font-size: 1.5em;
	color: #1aa2de;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h3 {
	font-size: 1.4em;
	color: #fff;
}
h4 {
	font-size: 1.3em;
	line-height: 1.34;
	margin-bottom: 15px;
}
p {
	font-size: 1.2em;
	line-height: 1.72;
	padding-bottom: 15px;
}

img {
	max-width: 100%;
	height: auto;
}
.clearfix:after, .clearfix:before {
	content: "/";
	display: block;
	visibility: hidden;
	height: 0px;
	clear: both;
}
*, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}

/*
 2.) Form Element
 -------------------------------------*/
input[type="submit"] {
	cursor: pointer
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"] {
	font-size: 1.2em;
	height: 41px;
	line-height: 41px;
	padding: 0;
	margin: 0;
	color: #333;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

select {

	background: #fff;
	border: 1px solid #e9e8e8;
	padding: 7px 8px 6px;
	width: 88px;
	font-size: 1.2em;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	margin-top: 0;
	display: block;
	line-height: 26px;
	height: 32px;
}

select option {
	padding-left: 10px;
}
/*
 3.) Site Wide Content
 -------------------------------------*/
.pagem {
	max-width: 1035px;
	margin: 0 auto;
	width: 100%;
}
/*
 4.) Header Section
 -------------------------------------*/
.header {
	background: url(../images/header-rep.jpg) center top repeat-x;
	min-height: 268px;
	padding-top: 6px;
	border-bottom: 1px solid #f4f4f4;
}
.top-bar {
	border-bottom: 1px solid #efefef;
	padding-bottom: 6px;
}
.trend {
	font-size: 1.2em;
	color: #c9c7c7;
	padding: 16px 0 0 4px;
	float: left
}
.top-bar ul {
	float: right
}
.top-bar li {
	position: relative;
	float: left;
	margin-left: 7px;
}
.top-bar li a {
	font-size: 1.4em;
	color: #fff;
	line-height: 2.35;
	display: block;
	box-shadow: 0 1px 0 rgb(254, 118, 182) inset;
	padding: 0 30px 0 15px;
	border-radius: 2px;
}
.top-bar li span {
	padding-left: 20px;
}
.top-bar li i {
	background: url(../images/sprite.png) left top no-repeat;
	width: 26px;
	height: 26px;
	float: left;
	margin-top: 4px;
	position: relative;
	z-index: 2;
}
.top-bar li em {
	width: 29px;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 1px;
	z-index: 1
}
.top-bar li.register-btn i {
	background-position: -34px -1px;
}
.top-bar li .left-bg {
	background: url(../images/btn-rep.jpg) left top repeat-x;
}
.top-bar li.register-btn .left-bg {
	background: url(../images/btn-rep1.jpg) left top repeat-x;
}

.top-bar li.login-btn a {
	background: #FD2D8E;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FD2D8E), to(#fd226c));
	background: -webkit-linear-gradient(#FD2D8E, #fd226c);
	background: -moz-linear-gradient(#FD2D8E, #fd226c);
	background: -ms-linear-gradient(#FD2D8E, #fd226c);
	background: -o-linear-gradient(#FD2D8E, #fd226c);
	background: linear-gradient(#FD2D8E, #fd226c);
	-pie-background: linear-gradient(#FD2D8E, #fd226c);
	border: 1px solid #d6315a;
}
.top-bar li.login-btn a:hover {
	background: #fd226c;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fd226c), to(#FD2D8E));
	background: -webkit-linear-gradient(#fd226c, #FD2D8E);
	background: -moz-linear-gradient(#fd226c, #FD2D8E);
	background: -ms-linear-gradient(#fd226c, #FD2D8E);
	background: -o-linear-gradient(#fd226c, #FD2D8E);
	background: linear-gradient(#fd226c, #FD2D8E);
	-pie-background: linear-gradient(#fd226c, #FD2D8E);
}

.top-bar li.register-btn a {
	background: #01AEFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#01AEFF), to(#0194ff));
	background: -webkit-linear-gradient(#01AEFF, #0194ff);
	background: -moz-linear-gradient(#01AEFF, #0194ff);
	background: -ms-linear-gradient(#01AEFF, #0194ff);
	background: -o-linear-gradient(#01AEFF, #0194ff);
	background: linear-gradient(#01AEFF, #0194ff);
	-pie-background: linear-gradient(#01AEFF, #0194ff);
	border: 1px solid #188bdf;
	box-shadow: 0 1px 0 rgb(90, 203, 255) inset;
}
.top-bar li.register-btn a:hover {
	background: #0194ff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0194ff), to(#01AEFF));
	background: -webkit-linear-gradient(#0194ff, #01AEFF);
	background: -moz-linear-gradient(#0194ff, #01AEFF);
	background: -ms-linear-gradient(#0194ff, #01AEFF);
	background: -o-linear-gradient(#0194ff, #01AEFF);
	background: linear-gradient(#0194ff, #01AEFF);
	-pie-background: linear-gradient(#0194ff, #01AEFF);
}

.primary-header {
	padding: 33px 0 0
}
.mid-header {
	margin-bottom: 25px;
	position: relative;
}
.logo {
	float: left
}
.search-block {
	float: right;
	margin-top: 6px;
}
.search-block input[type="text"] {
	background: url(../images/search-bg.png) left top no-repeat;
	border: none;
	width: 232px;
	float: left;
	padding: 0 14px;
}
.search-block input[type="submit"] {
	background: url(../images/submit-btn.png) left top no-repeat;
	border: none;
	width: 148px;
	float: left;
	padding: 0 20px 0 0;
	margin-left: -18px;
}
.search-block input[type="submit"]:hover {
	background: url(../images/submit-btn-hover.png) left top no-repeat;
}
.cart-block {
	float: right;
	margin: 6px 31px 0 10px;
	padding-bottom: 6px;
}
.cart-block > a {
	font-size: 1.2em;
	color: #999999;
	display: block;
	border: 1px solid #8bf6f6;
	border-radius: 3px;
	line-height: 3.18;
	padding: 0 26px 0 12px;
	position: relative
}
.cart-block i {
	background: url(../images/sprite.png) left top no-repeat;
}
.cart-block i.arrow {
	width: 11px;
	height: 33px;
	display: inline-block;
	background-position: 0 -105px;
	margin-left: 5px
}
.cart-block i.cart-icon {
	background-position: 0 -56px;
	height: 41px;
	position: absolute;
	right: -24px;
	top: -2px;
	width: 41px;
}
.cart-block:hover .dropdown {
	display: block;
}
/*Dropdown menu start here*/
.dropdown {
	background-color: #ffffff;
	border-top: 1px solid #ebeced;
	box-shadow: 0 0 8px rgb(232, 233, 233);
	padding: 10px;
	width: 345px;
	position: absolute;
	top: 51px;
	right: 0;
	display: none;
	z-index: 999;
	opacity: 0.96;
	filter: alpha(opacity=96);
}
.dropdown-holder:hover .dropdown {
	display: block;
}
.dropdown h3 {
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid #eae9e9;
	padding: 9px 0 8px;
	color: #75808c;
}
.latest-product {
	border-bottom: 1px solid #eae9e9;
	padding: 12px 0;
	margin: 0 0 8px;
	list-style-type: none;
}
.latest-product li {
	overflow: hidden;
	position: relative;
	margin-top: 14px;
}
.latest-product li:first-child {
	margin-top: 0;
}
.latest-product .image-block {
	border: 1px solid #eae9e9;
	float: left;
	margin-right: 8px;
}
.product-desc {
	overflow: hidden;
	padding-right: 20px;
}
.product-desc a:hover {
	text-decoration: underline;
	color: #838383;
}
.product-desc span, .dropdown td, .product-desc dl {
	font-size: 1.12em;
	display: block;
	color: #838383;
	line-height: 1.5;
}
.product-desc dt{	
	float:left;
	width:60px;
} 
.product-desc dd{
	float:left;
	width:160px;
}
.product-desc dd p{
	font-size:1em;
	padding-bottom:0px;
}
.product-desc span.red, .product-desc span.red span {
	color: #d8787c;
}
.product-desc span.red span{
	font-size:1em;
}
.icon-cross {
	background: url(../images/sprite.png) -167px -272px no-repeat;
	height: 13px;
	position: absolute;
	right: 0;
	top: 0;
	width: 13px;
}
.dropdown table {
	width: 100%;
}
.dropdown td {
	display: inline-block;
	line-height: 1.7;
}
.dropdown td.subtotal {
	width: 48%;
	float: left;
}
.dropdown td.total {
	text-align: right;
	width: 48%;
	font-weight: bold;
	float: right;
}
.shopping {
	margin: 10px 0 0 -3px;
}

.shopping li {
	float: left;
	margin-left: 3px;
}

.shopping li a {
	background: #d3a6d3;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d3a6d3), to(#c58bc5));
	background: -webkit-linear-gradient(#d3a6d3, #c58bc5);
	background: -moz-linear-gradient(#d3a6d3, #c58bc5);
	background: -ms-linear-gradient(#d3a6d3, #c58bc5);
	background: -o-linear-gradient(#d3a6d3, #c58bc5);
	background: linear-gradient(#d3a6d3, #c58bc5);
	-pie-background: linear-gradient(#d3a6d3, #c58bc5);
	display: block;
	font-size: 1.17em;
	border-radius: 3px;
	color: #ffffff;
	text-align: center;
	border: 1px solid #c189c1;
	line-height: 2.58;
	padding: 0 13px;
	box-shadow: 0 1px 0 rgb(226, 198, 226) inset;
}
.shopping li a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
/*Dorpdown menu end here*/

.nav {
	position: relative
}

.nav li {
	font-family: 'Open Sans', sans-serif;
	float: left;
}
.nav > ul > li {
	font-weight: 700;
	text-align: center;
	width: 20%;
	margin-left: -18px;
}
.nav li:first-child {
	margin-left: 0;
}
.nav ul li a {
	font-size: 1.4em;
	display: block;
	color: #fff;
}
.nav > ul > li > a {
	background: url(../images/nab-bg.png) center top no-repeat;
	text-transform: uppercase;
	padding: 23px 10px 19px 0;
	position: relative;
	width: 213px;
}
.nav > ul > li > a:hover {
	background: url(../images/nab-bg-hover.png) center top no-repeat;
}
.nav > ul > li.active > a {
	background: url(../images/nab-bg-active.png) center top no-repeat;
	z-index:99;
}
.nav li.z-index-1 a {
	z-index: 9
}
.nav li.z-index-2 a {
	z-index: 8
}
.nav li.z-index-3 a {
	z-index: 7
}
.nav li.z-index-4 a {
	z-index: 6
}
.nav li.z-index-5 a {
	z-index: 5
}

.nav ul ul {
	position: absolute;
	background: rgb(57, 59, 66) url(../images/drop-corner.jpg) right top no-repeat;
	height: 50px;
	left: 0;
	top: 53px;
	width: 100%;
	border-bottom: 2px solid #1a1d1f;
	z-index: 99;
	padding-left: 28px;
	display: none
}
.nav > ul > li.active ul {
	display: block;
}
.nav ul ul li {
	font-weight: 400
}
.nav ul ul li a {
	padding: 22px 10px 14px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.nav ul ul li:hover a {
	background: #2e3437
}
/*
 5.) Footer Section
 -------------------------------------*/
.footer {
	padding-bottom: 15px;
}
.footer-top {
	background: #1aa2de;
	padding: 14px 0 12px 0
}
.footer-top li {
	font-size: 1.4em;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.42;
	text-align: center;
	width: 25%;
	float: left
}
.footer-top li a {
	color: #fff;
}
.footer-top li i {
	/*background: url(../images/sprite.png) left top no-repeat;*/
	width: 53px;
	height: 53px;
	display: block;
	margin: 0 auto 7px;
	color:#fff;
	font-size:36px;
	border:2px #fff solid;
	padding:8px 0px;
	border-radius:50%;
}
.footer-top li.icon-1 i {
	background-position: -61px -37px;
}
.footer-top li.icon-2 i {
	background-position: -61px -95px;
}
.footer-top li.icon-3 i {
	background-position: -61px -154px;
}
.footer-top li.icon-4 i {
	background-position: -121px -154px;
}
.footer-mid {
	padding: 35px 0 16px;
	margin-left: -4%;
}
.footer-links {
	float: left;
	width: 21%;
	margin-left: 4%;
	color: #cccccc;
}
.footer-links li {
	line-height: 2.833;
	border-top: 1px solid #e4e4e4;
	font-size: 1.2em;
}
.footer-links li:first-child {
	border-top: none
}
.footer-links a {
	color: #cccccc;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}
.footer-links li a:hover, .contact-us span a:hover, .social-icon li:hover span {
	color: #7D7D7D;
	text-decoration: underline
}
.contact-us span {
	display: block;
	line-height: 1.3;
	border-bottom: 1px solid #e4e4e4;
	font-size: 1.2em;
	padding: 9px 0;
}
.footer-links i {
	background: url(../images/sprite.png) left top no-repeat;
	float: left;
}
.contact-us span i {
	width: 21px;
	height: 19px;
	margin-right: 12px;
}
.contact-us span.street-address i {
	background-position: -116px -121px;
	margin-top: 6px;
}
.contact-us span.email i {
	background-position: -141px -121px;
	margin-top: 2px;
}
.contact-us span.tel i {
	background-position: -168px -121px;
}
.social-icon li {
	border-bottom: 1px solid #e4e4e4;
	border-top: none;
}
.social-icon li a {
	overflow: hidden;
	display: block;
}
.social-icon li i {
	width: 24px;
	height: 22px;
	margin-right: 5px;
	margin-top: 8px;
}
.social-icon li span {
	float: left
}
.social-icon li.fb i {
	background-position: -211px -121px;
}
.social-icon li.tw i {
	background-position: -211px -150px;
}
.social-icon li.rss i {
	background-position: -211px -177px;
}
.social-icon li.g-plus i {
	background-position: -211px -205px;
}

.footer-bottom {
	border-top: 1px solid #e4e4e4;
	padding-top: 11px;
}
.copyright {
	float: left;
	font-size: 1.2em;
	color: #999999;
	padding-top: 11px;
}
.pay-logo {
	float: right;
}
.pay-logo li {
	float: left;
	margin-left: 1px;
}
.pay-logo li a {
	background: url(../images/sprite.png) left top no-repeat;
	width: 51px;
	height: 32px;
	display: block;
}
.pay-logo li a:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
}
.pay-logo li.pay-icon-1 a {
	background-position: 0 -264px;
}
.pay-logo li.pay-icon-2 a {
	background-position: -52px -264px;
}
.pay-logo li.pay-icon-3 a {
	background-position: -104px -264px;
}
.pay-logo li.pay-icon-4 a {
	background-position: 0 -303px;
}
.pay-logo li.pay-icon-5 a {
	background-position: -52px -303px;
}
