/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
#nav-icon1 {
  width: 24px;
  height: 16px;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}
#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: black;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
}
#nav-icon1 span.line-1 {
  top: 0px;
}
#nav-icon1 span.line-2 {
  top: 7px;
}
#nav-icon1 span.line-3 {
  top: 14px;
}
#nav-icon1.open span.line-1 {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
#nav-icon1.open span.line-2 {
  left: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#nav-icon1.open span.line-3 {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}

.leo-verticalmenu {
  position: absolute;
  z-index: 10;
  width: 300px;
  top: 50px;
  height: 40px;
}
@media (max-width: 767px) {
  .leo-verticalmenu {
    width: 278px;
  }
	img.logo {
    width: 100px;
	}
}

.rtl div.verticalmenu .dropdown:hover .dropdown-menu {
  right: 100% !important;
}

#header {
  z-index: 12;
}


#header_logo {
    margin: 5px;
    float: none;
    width: 100%;
}
#header_logo > a {
  display: inline-block;
}

.blockcart_top {
  position: absolute;
  right: 0px;
  z-index: 10;
  top: 40px;
  padding-right: 0;
  border: none !important;
}
.rtl .blockcart_top {
  left: 15px;
  right: auto;
}

#cart:hover h4, #cart:hover .cart-quantity {
  color: #969696;
}
#cart .title-cart {
  background-position: -49px 10px;
}

#topbar .blockcart_top {
    position: relative;
    right: 0px;
    z-index: 10;
    top: 0px;
    border: none !important;
    padding-right: 10px;
}
@media (max-width: 480px){
	#topbar .blockcart_top {
		padding-right: 0;
	}
}
#topbar #cart .cart-inner h4 {
	color: #fff;
	
}
#topbar #cart .cart-quantity {
	color: #fff;
	
}