/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** #PM MENU **/
#click_show_search {
    color: white;
}
.widget-subcategories .menu-title {
    display: none;
}
.leo-megamenu .dropdown-menu li a {
    color: #333;
}
.leo-megamenu .dropdown-menu {
    min-width: max-content;
}
.off-canvas-type #leo-top-menu .navbar-nav .caret:before {
    color: inherit;
}

@media (max-width: 767px){
.off-canvas-type #leo-top-menu .navbar-nav li a {
    padding: 12px 20px;
}
}
/** #PM HEADER CATEGORY **/
#category #breadcrumb {
    background: none;
    margin: inherit;
}
#category .breadcrumb {
    padding: 25px 0;
    margin: 0;
    background-color: transparent;
    display: inline-block;
}

/** CHECKOUT BY STEP */
.popup-over .popup-title {
  width: 30px;
  height: auto;
  line-height: 98px;
  text-align: center;
  border: none;
  padding: 0 0 0 0;
  border-left: transparent;
  border-style: none none none solid;
  border-width: 0 0 0 1px;
}
.rtl .popup-over .popup-title {
  padding: 0 0 0 0;
}
.rtl .popup-over .popup-title {
  border-right: transparent;
  border-left: inherit;
}
.rtl .popup-over .popup-title {
  border-style: none solid none none;
}
.rtl .popup-over .popup-title {
  border-width: 0 1px 0 0;
}
.popup-over .popup-title:before {
  content: none;
}
.popup-over .popup-content {
  top: 98px;
  right: 0;
  left: inherit;
}
.popup-over.topbar-box .popup-title {
  border: none;
}

/*
.header-logo {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 30px;
}
*/
.header-logo {
  text-align: center;
  padding:  6px 2px;
}
.header-logo.block {
  margin-bottom: 0;
}

#cart {
  border: none;
  padding: 0;
  min-width: inherit;
  background-color: #464646;
  margin: 33px 40px 33px 10px;
}
.rtl #cart {
  margin: 33px 10px 33px 40px;
}
#cart .title-cart {
  color: white;
  margin: 0 12px 0 12px;
}
.rtl #cart .title-cart {
  margin: 0 12px 0 12px;
}
#cart .title-cart span {
  display: none;
}
#cart .heading {
  height: inherit;
  margin: 0;
}
#cart .heading a.link-cart {
  line-height: 32px;
}
#cart .heading span.ajax_cart_quantity {
  width: 32px;
  height: 32px;
  line-height: 30px;
  background-color: white;
}

.header_user_info .popup-title {
  display: block;
}
.header_user_info ul li a {
  margin: 0;
}

.leo-megamenu {
  position: relative;
  z-index: 98;
}
.leo-megamenu .navbar-nav {
  float: left;
}
.rtl .leo-megamenu .navbar-nav {
  float: right;
}
.leo-megamenu .navbar-nav > li.new .sub-title, .leo-megamenu .navbar-nav > li.hot .sub-title {
  top: 20px;
}
.leo-megamenu .navbar-nav > li > a {
    padding: 39px 11px; 
    color: white;
    background-color: #015697;
}
.leo-megamenu .navbar-nav > li > a > .caret {
    color: white;
    margin: 0 0 0 5px;
}
.leo-megamenu .dropdown:hover > a,  .leo-megamenu .dropdown:hover > a > .caret,
.leo-megamenu .navbar-nav > li > a:hover, .leo-megamenu .navbar-nav > li > a:focus, .leo-megamenu .navbar-nav > li > a:active {
    color: #F07D00;
}


@media (min-width: 992px) {
  .ApColumn .block.btn_search {
    display: block;
    margin-bottom: 0px;
    position: absolute;
    top: 0;
  /*height: 98px;*/
    height: 100%;
    line-height: 98px;
    font-size: 13px;
    z-index: 100;
    padding: 0 40px;
    left: 0;
    border-left: #ebebeb;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
  }
  .rtl .ApColumn .block.btn_search {
    right: 0;
    left: auto;
  }
  .rtl .ApColumn .block.btn_search {
    border-right: #ebebeb;
    border-left: inherit;
  }
  .rtl .ApColumn .block.btn_search {
    border-style: none solid none none;
  }
  .rtl .ApColumn .block.btn_search {
    border-width: 0 1px 0 0;
  }

  .btn_search {
    cursor: pointer;
    height: 43px;
    line-height: 43px;
    text-align: right;
  }
  .rtl .btn_search {
    text-align: left;
  }
  .btn_search em {
    display: none;
  }
  .btn_search p {
    margin-bottom: 0px;
  }

  #search_block_top {
    position: absolute;
    width: 0%;
    bottom: 31px;
    overflow: hidden;
    z-index: 99;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    -webkit-transition: width 0.1s;
    transition: width 0.1s;
  }
  .rtl #search_block_top {
    right: 0;
    left: auto;
  }
  #search_block_top.showsearch {
    width: 65%;
    border-bottom: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #search_block_top.showsearch form#searchbox {
    width: 100%;
  }
  #search_block_top.showsearch form#searchbox input.search_query {
    border: 0 none;
    padding: 0px;
    height: 36px;
    background-color: white;
    padding: 0 0 0 80px;
    border: 1px solid #e5e7f2;
    border-radius: 4px;
  }
  .rtl #search_block_top.showsearch form#searchbox input.search_query {
    padding: 0 80px 0 0;
  }
  #search_block_top.showsearch form#searchbox .btn {
    border: 0 none;
    display: none;
  }

  .leo-megamenu .navbar-nav {
    margin-left: 84px;
    border-left: #ebebeb;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
  }
  .rtl .leo-megamenu .navbar-nav {
    margin-right: 84px;
    margin-left: inherit;
  }
  .rtl .leo-megamenu .navbar-nav {
    border-right: #ebebeb;
    border-left: inherit;
  }
  .rtl .leo-megamenu .navbar-nav {
    border-style: none solid none none;
  }
  .rtl .leo-megamenu .navbar-nav {
    border-width: 0 1px 0 0;
  }
}
@media (max-width: 991px) {
  div.navbar-header .navbar-toggle {
    margin: 2px 0 2px 10px;
  }
  .rtl div.navbar-header .navbar-toggle {
    margin: 2px 10px 2px 0;
  }
}
@media (max-width: 991px) {
  #search_block_top {
    width: 100%;
  }
  #search_block_top #searchbox {
    width: 80%;
    top: 2px;
    float: right;
  }
  .rtl #search_block_top #searchbox {
    float: left;
  }
  #search_block_top #search_query_top {
    height: 40px;
    padding: 5px 40px 5px 10px;
  }
  .rtl #search_block_top #search_query_top {
    padding: 5px 10px 5px 40px;
  }
  #search_block_top .btn {
    height: 40px;
  }

  #header .ApColumn .block.btn_search {
    display: none;
  }

  .popup-over .popup-title {
    line-height: 45px;
  }
  .popup-over .popup-content {
    top: 41px;
  }

  #cart {
    margin: 8px 10px 20px 20px;
  }
  .rtl #cart {
    margin: 8px 20px 20px 10px;
  }
}
@media (max-width: 480px) {
  div.blockcart_top {
    width: auto;
  }

  #search_block_top #searchbox {
    width: 78%;
    right: 10px;
  }
  .rtl #search_block_top #searchbox {
    left: 10px;
    right: auto;
  }
/*#PM SEARCH BOX*/
  #search_block_top #searchbox {
    z-index: 99;
  }

}
/************* RTL **********************/
.rtl .popup-over .popup-content {
  left: 0;
  right: inherit;
}
