
/* ------------------------------------------------------- LEFT MENU ------------------------------------------------------- */

#menu {
    background: none;
}


a.btnmenuMAIN:link, a.btnmenuMAIN:visited {
	color: #FFF;
	cursor: pointer;
	text-align: left;
	width: 100%;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 600;
	font-size: 12px;
	display: block;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	line-height: 20px;
	background-color: #600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;

}

a.btnmenuMAIN:hover, a.btnmenuMAIN:active {
	color: #600;
	background-color: #FFF;
}

a.btnmenuMAINlocked:link, a.btnmenuMAINlocked:visited {
	color: #FFF;
	cursor: pointer;
	text-align: left;
	width: 100%;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 600;
	font-size: 12px;
	display: block;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	background-color: #000;
}

a.btnmenuMAINlocked:hover, a.btnmenuMAINlocked:active {
	color: #600;
	background-color: #FFF;
}

a.btnmenuSUBCAT:link, a.btnmenuSUBCAT:visited {
	color: #600;
	cursor: pointer;
	text-align: left;
	width: 100%;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 600;
	font-size: 12px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #E2D3BC;
	line-height: 20px;
	text-transform: uppercase;
}

a.btnmenuSUBCAT:hover, a.btnmenuSUBCAT:active {
	color: #600;
	background-color: #FFF;
}

a.btnmenuSUBCATlocked:link, a.btnmenuSUBCATlocked:visited {
	color: #600;
	cursor: pointer;
	text-align: left;
	width: 100%;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 600;
	font-size: 12px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #FFF;
}

a.btnmenuSUBCATlocked:hover, a.btnmenuSUBCATlocked:active {
	color: #600;
	background-color: #FFF;
}

a.btnmenuSUBSUBCAT:link, a.btnmenuSUBSUBCAT:visited {
	color: #600;
	cursor: pointer;
	text-align: left;
	width: 100%;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 600;
	font-size: 12px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #F4E5CE;
	line-height: 20px;
	text-transform: uppercase;
}

a.btnmenuSUBSUBCAT:hover, a.btnmenuSUBSUBCAT:active {
	color: #600;
	background-color: #FFF;
}

a.btnmenuSUBSUBCATlocked:link, a.btnmenuSUBSUBCATlocked:visited {
	color: #600;
	cursor: pointer;
	text-align: left;
	width: 100%;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 600;
	font-size: 12px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	line-height: 20px;
	text-transform: uppercase;
}

a.btnmenuSUBSUBCATlocked:hover, a.btnmenuSUBSUBCATlocked:active {
	color: #600;
	background-color: #FFF;
}

a.btnmenuleftSPECIALS:link, a.btnmenuleftSPECIALS:visited {
	color: #f5989d;
	cursor: pointer;
	text-align: left;
	width: 220px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;	font-weight: 600;
	font-size: 15px;
	display: block;
	padding-top: 10px;
	text-indent: 15px;
	padding-bottom: 10px;
	text-transform: uppercase;
	line-height: 20px;
}

a.btnmenuleftSPECIALS:hover, a.btnmenuleftSPECIALS:active {
	color: #BCD853;
	text-transform: uppercase;
}


#productsearch {
	width: 100%;
	text-align: left;
	border: 2px solid #660000;
	border-radius: 30px;
    padding: 0px;
    background-color: #FFF;
	margin: 0px 0px 5px 0px;
}

#productsearch .form-control {
	background-color: white;
	font-size: 12px;
    width: 100%;
    line-height: 14px;
	padding: 0px 0px 0px 16px;
	border: none;
	border-radius: 20px;
	margin: 0px 0px 0px 0px;
}


/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 888;
    right: 0;
  width: 290px;
  height: 100%;
  transition: all 0.4s ease 0s;
  transform: translateX(290px);
  background: rgba(0,0,0,0.80);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#sidebar-wrapper.active {
  right: 290px;
  width: 290px;
  transition: all 0.4s ease 0s;
}

#sidebarmenu {
  margin-top: 90px;
}

.sidebar-nav {
  position: absolute;
  top: 40px;
  width: 290px;
  margin: 0;
  padding: 0;
  list-style: none;
    font-size: 18px;
    line-height: 22px;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #FFDD00;
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #FFF;
  background: #4D4D4D;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1rem;
  background: rgba(0,0,0,0.30);
  height: 70px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #FFDD00;
    background: none;
}



.menu-toggle {
  position: fixed;
  right: 15px;
  top: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,1.00);
  line-height: 40px;
  z-index: 999;
}



.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}

.menu-toggle:hover {
  background: #000000;
}

/* Side Menu End */
