/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
#cart .cart-header-tow {
  display: none !important;
}

@media (min-width: 992px) {
  #topbar .header_user_info {
    position: relative;
    margin-right: -6px;
    padding-right: 15px;
  }
  .rtl #topbar .header_user_info {
    margin-left: -6px;
    margin-right: inherit;
  }
  .rtl #topbar .header_user_info {
    padding-left: 15px;
    padding-right: inherit;
  }
  #topbar .header_user_info:before {
    content: "";
    position: absolute;
    background-color: #cccccc;
    top: 18px;
    width: 1px;
    height: 12px;
    right: 0;
  }
  .rtl #topbar .header_user_info:before {
    left: 0;
    right: auto;
  }
  #topbar .header_user_info .popup-title {
    display: block;
    cursor: pointer;
    text-align: center;
  }
  #topbar .header_user_info ul.links {
    padding: 10px;
    position: absolute;
    top: 50px;
    right: 0;
    background: white;
    border: 1px solid #eeeeee;
    color: #666666;
    min-width: 160px;
    z-index: 9;
    display: none;
    text-transform: none;
    line-height: 1.6em;
    -webkit-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
  }
  .rtl #topbar .header_user_info ul.links {
    left: 0;
    right: auto;
  }
  #topbar .header_user_info ul.links li {
    display: block;
  }
  #topbar .header_user_info ul.links li a {
    color: #666666;
  }
  #topbar .header_user_info ul.links li a:after {
    display: none;
  }
  #topbar .header_user_info ul.links li a:hover {
    color: #2F1B54;
  }
  #topbar .header_user_info:hover ul.links {
    display: block;
  }
}
#header #topbar {
  background-color: transparent;
}
#header #header-main {
  background-color: transparent;
}
#header #header-main .container {
  
}

.block-languages:before {
  content: "";
  position: absolute;
  background-color: #cccccc;
  top: 18px;
  width: 1px;
  height: 12px;
  right: 0;
}
.rtl .block-languages:before {
  left: 0;
  right: auto;
}

.blockcart_top {
  margin-top: 17px;
}
.blockcart_top #cart .heading .fa {
  color: white;
}

.header-logo {
  padding-bottom: 5px;
}
.header-logo img {
  margin: auto;
  display: block;
}

.ApColumn .block.btn_search:after {
  display: none;
}

.leo-megamenu .navbar-nav > li > a {
 padding: 20px 40px 15px 20px;
}
.leo-megamenu .dropdown-menu {
  top: 80%;
}

#slideshow .container {
  padding: 0px;
}

#search_block_top .search_query {
  padding-left: 15px !important;
  padding-right: 15px !important;
  background-color: transparent !important;
  border-bottom: 1px solid #ccc !important;
}

@media (min-width: 1200px) {
  .ApColumn .block.btn_search {
    bottom: auto;
    top: 9px;
  }

  #search_block_top {
    bottom: 20px;
    border-bottom: 0px !important;
  }
  #search_block_top .search_query {
    padding-left: 15px;
  }
  .rtl #search_block_top .search_query {
    padding-right: 15px;
    padding-left: inherit;
  }

  .container {
    width: 1400px;
    max-width: 1400px;
  }
}
@media (min-width: 992px) {
  #leo-top-menu {
    text-align: center;
    width: 1400px;
    margin: auto;
    position: relative;
	  background:#170F26;
	  border-radius: 10px 10px 0px 0px;
	  box-shadow: 2px 5px 14px black;
	  z-index:999;
  }

  .megamenu {
    float: none !important;
    display: inline-block;
  }

  #search_block_top.showsearch {
    width: 90%;
  }
}
@media (max-width: 1999px) {
  #search_block_top {
    right: 20px;
    bottom: 19px;
  }
  .rtl #search_block_top {
    left: 20px;
    right: auto;
  }
}
@media (min-width: 319px) {
  .ApColumn .block.btn_search {
    bottom: 18px;
    right: 30px;
	  display:none;
  }
  .rtl .ApColumn .block.btn_search {
    left: 30px;
    right: auto;
  }
}
@media (max-width: 992px) {
  #leo-megamenu {
    float: right;
    margin-top: 20px;
  }
  .rtl #leo-megamenu {
    float: left;
  }

  .infotopbar {
    display: none;
  }

  .ApColumn .block.btn_search {
    bottom: 0;
    right: 80px;
  }
  .rtl .ApColumn .block.btn_search {
    left: 80px;
    right: auto;
  }

  #search_block_top {
    right: 70px;
    bottom: 0;
  }
  .rtl #search_block_top {
    left: 70px;
    right: auto;
  }

  #header-main {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  #leo-megamenu {
    float: left;
    margin-top: 0;
  }
  .rtl #leo-megamenu {
    float: right;
  }

  #header-main .container {
    padding-bottom: 20px;
  }
  #header-main .ApColumn .block.btn_search {
    right: 15px;
    bottom: -8px;
  }
  .rtl #header-main .ApColumn .block.btn_search {
    left: 15px;
    right: auto;
  }
  #header-main #search_block_top {
    right: 10px;
  }
  .rtl #header-main #search_block_top {
    left: 10px;
    right: auto;
  }

  .header-logo {
    width: 100%;
  }

  .header-center .col-sm-8 {
    width: 100%;
  }
}
