/*registration page css only*/
.regborder {
	margin: unset !important;
}
/*registration page css end*/
.header {
	background: #fff none repeat scroll 0 0;
	transition: all 0.5s ease 0s;
}
.header-2 .logo {
	padding: 22px 0;
}
.logo, .cart-icon {
	transition: all 0.5s ease 0s;
}
.logo {
	padding: 38px 0;
}
.header-2 .cart-icon {
	padding: 36px 0;
}
.account {
	margin-right: 20px;
}
.sidebar-search {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 9999999;
}
.sidebar-search {
	text-align: center;
}
.table, .table-cell {
	height: 100%;
	display: table;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.close-search {
	color: #999999;
	font-size: 30px;
	line-height: 28px;
}
.search-form-wrap form {
	position: relative;
}
.sidebar-search input {
	background: transparent none repeat scroll 0 0;
	border-bottom: 1px solid #c87065;
	font-size: 16px;
	margin-top: 230px;
}
.search-button {
	bottom: 25px;
	font-size: 30px;
	line-height: 28px;
	position: absolute;
	right: 0;
}
.account i .img-circle {
	margin-top: -6px;
}

/* Mini-Cart */
.mini-cart ul li {
  display: inline-block;
  position: relative;
}
.cart-icon {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  right: 0;
}
.cart-icon i {
  font-size: 25px;
  line-height: 25px;
}
.cart-icon > span {
  background: #C87065 none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  height: 18px;
  left: -8px;
  line-height: 16px;
  position: relative;
  text-align: center;
  top: -15px;
  width: 18px;
  z-index: 999;
}
.mini-cart-brief {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 150%;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 350px;
  z-index: -9;
}
.cart-items {
  border: 1px solid #f6f6f6;
  padding: 20px;
}
.cart-items p span {
  color: #c87065;
}
.all-cart-product {
  padding: 10px 0;
}
.single-cart {
  padding: 10px 30px 10px 20px;
  position: relative;
}
.cart-photo {
  float: left;
  width: 90px;
}
.cart-info {
  float: left;
  padding-left: 20px;
}
.cart-info h5 {
  font-family: "Bree Serif",serif;
  font-size: 14px;
  text-transform: uppercase;
}
.cart-delete {
  position: absolute;
  right: 30px;
  top: 50px;
}
.cart-delete a i {
  font-size: 16px;
  line-height: 19px;
}
.cart-totals {
  border-bottom: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
  padding: 20px 50px 20px 20px;
}
.cart-totals h5 {
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
  text-transform: uppercase;
}
.cart-bottom {
  padding: 20px 60px 30px;
}
.mini-cart ul li:hover .mini-cart-brief {
  opacity: 1;
  top: 100%;
  transition: all 0.5s ease 0s;
  visibility: visible;
  z-index: 99999999;
}
.mini-cart ul li:hover  .cart-icon {
  color: #c8a165;
}
.cart-photo a img {
	max-width: 100%;
	height: auto;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}

/* Main-Menu */
.menu-toggle {
  left: 25px;
  position: fixed;
  top: 42px;
  z-index: 99999999;
  transition: all 0.5s ease 0s;
}
.menu-toggle-2 {
  top: 27px;
}
.main-menu {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  left: -225px;
  padding-top: 162px;
  position: fixed;
  top: 0;
  width: 225px;
  z-index: 9999999;
}
.main-menu > nav {}
.main-menu > nav > ul {}
.main-menu > nav > ul > li {}
.main-menu > nav > ul > li > a {
  background: transparent none repeat scroll 0 0;
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 45px;
  padding: 0 0 0 70px;
  position:relative;
  text-transform: uppercase;
  z-index: 1;
}
.main-menu > nav > ul > li > a::before {
  background: #c8a165 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.main-menu > nav > ul > li:hover > a {
  color: #fff;
}
.main-menu > nav > ul > li:hover > a::before {
  left: 0;
}
.sticky .menu-toggle {
  top: 12px;
  transition: all 0.5s ease 0s;
}
.hamburger--emphatic {
	overflow: hidden;
}
.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger {
	cursor: pointer;
	font: inherit;
	color: inherit;
	text-transform: none;
}
.hamburger-box {
	display: inline-block;
	height: 15px;
	position: relative;
	width: 21px;
}
.hamburger--emphatic .hamburger-inner::after {
	top: 6px;
	right: 0;
	transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger--emphatic .hamburger-inner::before {
	left: 0;
	transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger-inner::before {
	top: -6px;
}

.header-2.sticky {
	background: #fff none repeat scroll 0 0;
}
.header.sticky {
	background: #eeeeee none repeat scroll 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	width: 100%;
	z-index: 9999999;
}
.sticky .logo {
	width: unset !important;
}
.sticky .menu-toggle, .sticky .logo, .sticky .cart-icon {
	transition: all 0.5s ease 0s;
}
.sticky .logo {
	margin: auto;
	padding: 10px 0;
	width: 90px;
}
.sticky .cart-icon {
	padding: 20px 0;
}
.animated {
	-webkit-animation-duration: unset !important;
	animation-duration: unset !important;
	-webkit-animation-duration: unset !important;
	animation-duration: unset !important;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@media screen and (max-width:767px) {
.logo {
	text-align: left;
	padding: 25px 0;
}
.logo {
	text-align: left;
}
.cart-icon {
	padding: 38px 0;
}
.mini-cart-brief {
	width: 290px;
}
}