/***********cart***********/
#ddmenu2 {
	display: block;
	letter-spacing: normal;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	max-width: 1300px;
	margin-left: -650px;
	text-align: right;
	padding: 0 2%;
}
#ddmenu2 ul {
	margin: 0 auto;
	padding: 0;
	text-align: right;
	font-size: 0;
	display: inline-block;
	list-style: none;
	position: relative;
	z-index: 999999990;
}
#ddmenu2 li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	display: inline-block;
 *display:inline;
	zoom: 1; /*for IE6-7*/
	position: relative;
	color: #eee;
	line-height: 46px; /*This determines the height of the menu*/
	vertical-align: middle;
	transition: background-color 0.2s;
	outline: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#ddmenu2 .full-width {
	position: static;
}
#ddmenu2 .over {
}
#ddmenu2 .over.no-sub {
}
#ddmenu2 .top-heading {
	margin: 0 0 0 14px;
	color: inherit;
	text-decoration: none;
	display: inline-block;
	outline: 0;
	cursor: pointer;
	color: #0578ce
}
/* links of top-heading */
#ddmenu2 a {
	color: #0578ce
}
#ddmenu2 a:link, #ddmenu2 a:hover {
	color: #fff
}
#ddmenu2 a:focus {
	outline: 1px dotted #09F;
}
/* caret(arrow icon) */
#ddmenu2 .caret {
	color: inherit;
	left: 0px;
	width: 0;
	height: 0;
	overflow: hidden;/*for IE6*/
	vertical-align: middle;
	margin-bottom: 2px;
	border-top: 4px solid;/*caret size is 4px now*/
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	display: inline-block;
	position: relative;
}
/* sub-menu layout
----------------------------*/

#ddmenu2 .dropdown {
	width: auto;
	left: 0px;
	color: #000;
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	overflow: hidden;
	top: 100%;
	border-top: none;
	border-radius: 2px;
	background-color: #ccc \9;/*fallback for old IE*/
}
#ddmenu2 .full-width .dropdown {
	width: 100%;
	padding: 0;
	margin: 0;
}
#ddmenu2 .offset300 {
	left: -300px;
	right: auto;
}
#ddmenu2 .right-aligned {
	left: auto;
	right: 0px;
}
#ddmenu2 .over .dropdown {
	display: block;
}
#ddmenu2 .dd-inner:before {
	content: "\f0d8";
	font-family: 'FontAwesome';
	position: absolute;
	top: -16px;
	left: 10px;
	font-size: 30px;
	color: rgba(255,255,255,1);
	text-shadow: 0px -2px 0px rgba(0, 0, 0, .1);
}
#ddmenu2 .right-aligned .dd-inner:before {
	right: 10px;
	left: inherit;
}
#ddmenu2 .dd-inner, #ddmenu .dd-inner {
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ffffff', GradientType=0 );
	white-space: nowrap;
	font-size: 13px;
	border: solid 1px #E7E7E7;
}
#ddmenu2 ul ul {
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
	background: none;
	border: none;
	display: block;
	position: static;
	z-index: 0;
	border-radius: 0;
}
#ddmenu2 ul ul li {
	font-size: 17px;
	padding: 2px 0;
	color: inherit;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
	display: block;
	position: static;
	background: none;
	border: none;
	transition: none;
	border-radius: 0;
	border-bottom: solid 1px #ccc;
}
#ddmenu2 ul ul li.ct {
	margin-top: 7px
}
#ddmenu2 ul ul li:last-child {
	border-bottom: none
}
/* links in sub menu
----------------------------*/

#ddmenu2 .dropdown a {
	color: #000;
	line-height: 1;
	text-decoration: none;
	transition: color 0.4s;
	width: 100%;
	display: inline-block
}
#ddmenu2 .dropdown a:hover, #ddmenu2 .dropdown a:focus {
	text-decoration: none;
}
/* blocks within the sub-menu
-----------------------------*/
#ddmenu2 .column {
	text-align: left;
	vertical-align: top;/*or middle*/
	display: inline-block;
 *display:inline;
*zoom:1;
	white-space: normal;
	width: auto;
	min-width: 330px;
	padding: 0 8px;
	border-right: 1px solid #999;
}
#ddmenu2 .branches .column {
	min-width: 160px;
}
#ddmenu2 .dd-inner ul:last-child {
	border-right: none;
}
#ddmenu2 h3 {
	margin-bottom: 8px;
	font-size: 22px;
	padding: 5px 0
}
#ddmenu2 h2 {
	margin-bottom: 8px;
	font-size: 14px;
	padding: 5px 0;
	text-align: left!Important
}
#ddmenu2 div.column h3 {
	text-transform: uppercase;
}
/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages */
#ddmenu2Link {
	display: none;
}
/*######## add additional styles for mobile-friendly responsive menu ########*/

#ddmenu2 .menu-icon {
	display: none; /* hide menu icon initially */
}
.fl-nav {
	float: left
}
.fr-nav {
	float: right
}

/*styles for mobile*/
@media screen and (max-width: 1300px) {
#ddmenu2 {
	left: 0%;
	margin-left: -0px;
}
}

@media screen and (max-width: 1024px) {
}

@media screen and (min-width: 768px) {
.branches hr {
	border-left: solid 1px #0578ce;
	height: 20px;
	border: 0 0 0 1px;
	margin-top: 10px;
	float: left;
	margin-left: 17px!important
}
#ddmenu2 .over .dropdown {
	-webkit-box-shadow: 0px 12px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 12px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 12px 5px 0px rgba(0,0,0,0.05);
}
}
#ddmenu2 {
	padding: 0 2%
}
}

@media only screen and (max-width: 767px) {
.branches hr {
	display: none
}
#ddmenu2 ul {
	font-size: 25px;
	display: block;
	position: relative;
	width: 34px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: 65px;
	color: #0578ce;
}
#ddmenu2 .top-heading {
	font-size: 25px
}
}

@media only screen and (max-width: 320px) {
#ddmenu2 ul {
	margin-right: 55px;
}
#ddmenu2 .right-aligned {
	right: -50px;
}
#ddmenu2 .column {
	min-width: 280px;
}
#ddmenu2 .right-aligned .dd-inner:before {
	right: 44px;
	left: inherit;
}
#ddmenu2 h2 {
	font-size: 15px;
}
#ddmenu2 .cart-info {
	font-size: 12px;
}
#ddmenu2 .cart-info strong {
	font-size: 15px;
}
#ddmenu2 .col2 strong {
	padding: 0 7px;
}
}
/***********other***********/
#ddmenu {
	display: block;
	text-align: center;
	letter-spacing: normal;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
	max-width: 1253px;
	margin-left: -650px;
	padding: 0 2%;
}

@media only screen and (max-width: 1253px) {
#ddmenu {
	left: 0%;
	max-width: 1253px;
	margin-left: 0px;
	width: 100%;
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
}
}
#ddmenu ul {
	margin: 0 auto;
	padding: 0;
	text-align: right;
	width: 100%;
	font-size: 0;
	display: inline-block;
	list-style: none;
	position: relative;
	z-index: 999999990;
}
#ddmenu li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	display: inline-block;
 *display:inline;
	zoom: 1; /*for IE6-7*/
	position: relative;
	color: #eee;
	line-height: 46px; /*This determines the height of the menu*/
	vertical-align: middle;
	transition: background-color 0.2s;
	outline: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#ddmenu .full-width {
	position: static;
}
#ddmenu .over {
}
#ddmenu .over.no-sub {
}
#ddmenu .top-heading {
	margin: 0 0 0 18px;
	color: inherit;
	text-decoration: none;
	display: inline-block;
	outline: 0;
	cursor: pointer;
	color: #0578ce;
	text-transform: uppercase
}
/* links of top-heading */
#ddmenu a {
	color: #0578ce
}
#ddmewnu a:hover, .top-heading:hover, .top-heading i:hover, .branches.over .top-heading, .set-user.over .top-heading, .search.over .top-heading, #ddmenu2 .over .top-heading {
}
#ddmenu a:focus {
	outline: 1px dotted #09F;
}
/* caret(arrow icon) */
#ddmenu .caret {
	color: inherit;
	left: 0px;
	width: 0;
	height: 0;
	overflow: hidden;/*for IE6*/
	vertical-align: middle;
	margin-bottom: 2px;
	border-top: 4px solid;/*caret size is 4px now*/
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	display: inline-block;
	position: relative;
	color: #0578ce
}
/* sub-menu layout
----------------------------*/

#ddmenu .dropdown {
	width: auto;
	left: 0px;
	color: #000;
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	overflow: hidden;
	top: 100%;
	border-top: none;
	border-radius: 2px;
	background-color: #ccc \9;/*fallback for old IE*/
}
#ddmenu .full-width .dropdown {
	width: 100%;
	padding: 0;
	margin: 0;
}
#ddmenu .offset300 {
	left: -300px;
	right: auto;
}
#ddmenu .right-aligned {
	left: auto;
	right: 0px;
}
#ddmenu .over .dropdown {
	display: block
}
#ddmenu .dd-inner:before {
	content: "\f0d8";
	font-family: 'FontAwesome';
	position: absolute;
	top: -16px;
	left: 10px;
	font-size: 30px;
	color: rgba(255,255,255,1);
	text-shadow: 0px -2px 0px rgba(0, 0, 0, .1);
}
#ddmenu .right-aligned .dd-inner:before {
	right: 10px;
	left: inherit;
}
#ddmenu .dd-inner {
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ffffff', GradientType=0 );
	white-space: nowrap;
	font-size: 13px;
}
#ddmenu .search .dd-inner {
	padding-top: 25px
}
#ddmenu ul ul {
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
	background: none;
	border: none;
	display: block;
	position: static;
	z-index: 0;
	border-radius: 0;
}
#ddmenu ul ul li {
	font-size: 13px;
	color: inherit;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
	display: block;
	position: static;
	background: none;
	border: none;
	transition: none;
	border-radius: 0;
	border-bottom: solid 1px #eee;
}
#ddmenu ul ul li:last-child {
	border-bottom: none
}
/* links in sub menu
----------------------------*/
#ddmenu .dropdown a img {
	margin-right: 10px
}
#ddmenu .dropdown a {
	color: #0578ce;
	line-height: 1;
	text-decoration: none;
	padding: 10px 0;
	transition: color 0.4s;
	width: 100%;
	display: inline-block;
	font-size: 10px
}
#ddmenu .dropdown a:hover, #ddmenu .dropdown a:focus {
	text-decoration: none;
}
/* blocks within the sub-menu
-----------------------------*/
#ddmenu .column {
	text-align: left;
	vertical-align: top;/*or middle*/
	display: inline-block;
 *display:inline;
*zoom:1;
	white-space: normal;
	width: auto;
	min-width: 350px;
	padding: 0 8px;
	border-right: 1px solid #999;
}
#ddmenu .branches .column {
	min-width: 160px;
}
#ddmenu .dd-inner ul:last-child {
	border-right: none;
}
#ddmenu h3 {
	margin-bottom: 8px;
	font-size: 22px;
	padding: 5px 0
}
#ddmenu h2 {
	margin-bottom: 8px;
	font-size: 18px;
	padding: 5px 0
}
#ddmenu div.column h3 {
	text-transform: uppercase;
}
/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages */
#ddmenuLink {
	display: none;
}
/*######## add additional styles for mobile-friendly responsive menu ########*/

#ddmenu .menu-icon {
	display: none; /* hide menu icon initially */
}
.fl-nav {
	float: left
}
.fr-nav {
	float: right
}

@media screen and (min-width: 768px) {
.set-user hr {
	border-left: solid 1px #ccc;
	border-width: 0 0 0 1px;
	margin: 14px 0 0 15px;
	padding: 0;
	float: left;
	width: 1px;
	height: 15px;
}
#ddmenu .over .dropdown {
	-webkit-box-shadow: 0px 12px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 12px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 12px 5px 0px rgba(0,0,0,0.05);
}
.set-user i.caret {
	display: none!important
}
#ddmenu, #ddmenu2 {
	top: 5px!important;
}
}

/*styles for mobile*/
@media screen and (max-width: 767px) {
.cd-main-header {
	position: fixed;
	width: 100%;
}
.cd-main-content {
	padding-top: 0px
}
#ddmenu {
	left: 0%;
	max-width: 1300px;
	margin-left: -0px;
	width: 100%;
	padding: 0%;
}
.fl-nav, .fr-nav {
	float: none
}
#ddmenu a {
	color: #fff
}
#ddmenu a:hover {
	color: #414042
}
#ddmenu .top-heading {
	color: #666;
}
#ddmenu .column.mayHide {
	display: none;
}
/*override the original settings*/
#ddmenu ul hr {
	display: none
}
#ddmenu ul {
	width: 100%;
	display: none;
	border-radius: 0;
	background-color: #fff;
}
#ddmenu li {
	position: relative;
	display: block;
	text-align: left;
	border-radius: 0;
	border-top: solid 1px #eee
}
#ddmenu .full-width {
	position: relative;
}
#ddmenu .dropdown {
	position: relative;
 *top:auto;/*for IE7*/
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: #FFF;
}
#ddmenu .offset300 {
	left: 0;
}
#ddmenu .full-width .dropdown {
	width: auto;
}
#ddmenu .dd-inner {
	margin: 0;
	background: none;
	text-align: left;
}
/*turn each column to list vertically instead of horizontally */
#ddmenu .column {
	width: auto;
	padding: 0;
	border: none;
	display: block;
}
/*move the arrow icon to right*/
#ddmenu .caret {
	position: absolute;
	left: auto;
	right: 14px;
	top: 20px;
	color: #0578ce
}
#ddmenu .dd-inner:before {
	display: none
}
/* All the following are for the .menu-icon (pure CSS) */
#ddmenu .menu-icon {
	font-size: 25px;/*icon size*/
	display: block;
	position: relative;
	width: 34px;
	height: 38px;
	text-align: center;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	margin-top: 12px;
	margin-left: 2%;
}
#ddmenu .menu-icon::before {
	content: "\f013";
	position: absolute;
	top: -6px;
	left: 2%;
	width: 1em;
	height: 0.125em;
	box-sizing: content-box;
	font-family: 'FontAwesome';
	color: #0578ce;
}
#ddmenu .menu-icon-active {
}
#ddmenu .menu-icon-active::before {
	border-color: #eee;
}
#ddmenu .search .dd-inner {
	background-color: #5b4a42!important;
}
#ddmenu .search .dd-inner:before {
	display: none
}
}
/*cart*/
.cart figure {
	width: 30%;
	display: inline-block;
	vertical-align: middle
}
.cart-info {
	width: 65%;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px
}
.cart-info a {
	color: #2e1945
}
.cart-info p {
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.qty {
	text-align: right
}
.qty button {
	border: none;
	background-color: transparent;
	width: 30px;
	height: 30px;
	line-height: 15px;
	font-size: 20px!important;
	margin: 0;
	padding: 0;
	color: #000
}
.qty button:hover {
	color: #0578ce;
	cursor: pointer;
	border: solid 1px #0578ce;
	border: solid 1px #ccc
}
.qty span.col1 {
	float: left;
	padding-top: 7px;
	font-size: 11px
}
.qty span.col2 {
	float: right;
	margin-top: -2px
}
.cart-info strong {
	font-size: 15px;
	color: #000;
	font-weight: normal
}
.col2 strong {
	padding: 0 20px
}
/*search*/
.input-search {
	width: 85%
}
.button-nostyle {
	margin-left: 1%
}
.bt-search {
	cursor: pointer;
	border: none;
	background-color: #0578ce;
	color: #fff;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0
}
/*.system-admin p {
	padding-bottom: 10px
}*/
.system-admin input {
	width: 100%
}
.alert {
	color: #f00;
	padding: 10px 0 0 10px;
	display: inline-block
}
.forgot {
	float: right;/*	margin-top: 12px
*/}

@media screen and (max-width: 767px) {
#ddmenu .search .top-heading {
	display: none!important
}
#ddmenu .dd-inner {
	padding: 0% 4%;
	border: none
}
.search .dropdown {
	display: block!important
}
#ddmenu .column {
	min-width: 100%;
}
#ddmenu2 ul {
	margin: 3px 60px 0 0;
}
}
#ddmenu2 i {
	margin-right: 5px
}
#ddmenu li i, #ddmenu2 li i {
	font-size: 20px
}
.qty-cart {
	position: absolute;
	right: -5px;
	top: 4px;
	background-color: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	text-align: center
}

@media only screen and (max-width: 736px) {
.cart figure {
	width: 25%;
}
}

@media screen and (min-width: 1024px) {
#ddmenu .over .dropdown {
	-webkit-box-shadow: 0px 12px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 12px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 12px 5px 0px rgba(0,0,0,0.05);
}
}

@media screen and (min-width: 414px) {
#ddmenu2 .right-aligned {
	right: -50px;
}
#ddmenu2 .right-aligned .dd-inner:before {
	right: 53px;
}
}

@media screen and (min-width: 375px) {
#ddmenu2 .right-aligned {
	right: -68px;
}
#ddmenu2 .right-aligned .dd-inner:before {
	right: 73px;
}
}

@media screen and (min-width: 320px) {
#ddmenu2 .right-aligned {
	right: -58px;
}
#ddmenu2 .right-aligned .dd-inner:before {
	right: 73px;
}
}
.column li.ct {
	text-align: center
}

/*320,375,414,  ---  480,568,667,736,-----768, 1024*/
@media screen and (max-height: 1024px) {
#ddmenu2 .dd-inner {
	max-height: 800px;
	overflow: auto;
}
}

@media screen and (max-height: 768px) {
#ddmenu2 .dd-inner {
	max-height: 670px;
	overflow: auto;
}
}

@media screen and (max-height: 650px) {
#ddmenu2 .dd-inner {
	max-height: 570px;
	overflow: auto;
}
}

@media screen and (max-height: 414px) {
#ddmenu2 .dd-inner {
	max-height: 330px;
	overflow: auto;
}
}

@media screen and (max-height: 375px) {
#ddmenu2 .dd-inner {
	max-height: 290px;
	overflow: auto;
}
}

@media screen and (max-height: 320px) {
#ddmenu2 .dd-inner {
	max-height: 240px;
	overflow: auto;
}
}
