
.header-bottom {
    background: #fff;
    position: relative;
    box-shadow: 0 3.4px 2.7px rgb(0 0 0 / 1%), 0 8.7px 6.9px rgb(0 0 0 / 1%), 0 17.7px 14.2px rgb(0 0 0 / 1%), 0 36.5px 29.2px rgb(0 0 0 / 1%), 0 100px 80px rgb(0 0 0 / 2%);
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: #333;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  animation-duration: 900ms;
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  border-bottom: 0;
}

.main-menu {
  position: relative;
}
.main-menu nav > ul > li {
  position: relative;
  display: inline-block;
  margin-left:16px;
}

.main-menu nav > ul > .has-dropdown:last-child {
  margin-right: 0;
}
.main-menu nav > ul > .has-megaitem {
  position: static;
}
.main-menu nav > ul > li > a {
    display: block;
    line-height: 24px;
    padding: 12px 0px 15px 28px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
      font-family: 'Yekan Bakh';
}
.main-menu nav > ul > li:last-child a {
    border:none;
}
.main-menu nav > ul > li > a:hover svg path{
  fill:#841a1e;
}

.sub-menu > li > a,
.mega-menu-sub > li > a {
    font-weight: 400;
    display: block;
    line-height: 29px;
    text-transform: capitalize;
    color: #5b5a5a;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    text-align: right;
    direction: rtl;
    transition: all 0.3s ease 0s;
}

.sub-menu > li > a::after,
.mega-menu-sub > li > a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translate(0px, -50%);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #261146;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.sub-menu > li > a:hover,
.mega-menu-sub > li > a:hover {
  color: #261146;
  transform: translateX(-10px);
}
.sub-menu > li > a:hover::after,
.mega-menu-sub > li > a:hover::after {
  transform: translate(20px, -50%);
  visibility: visible;
  opacity: 1;
}

.sub-menu {
  position: absolute;
  min-width: 180px;
  padding:10px 15px;
  background: #FFF;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);

  right: 0;
  left: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  text-align: left;
}
.sub-menu .has-dropdown{
    position:relative;
}
.sub-menu .has-dropdown .sub-menu-dv{
      position: absolute;
    min-width: 180px;
    padding: 10px 15px;
    background: #FFF;
    box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
    left: -131%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 99;
    top: 18%;
    text-align: left;
}
.sub-menu .has-dropdown .sub-menu-dv li a{
    display: block;
    font-weight: bold;
    color: #212121;
    text-align: right;
    padding: 8px 0;
    font-size: 12px;
}
.sub-menu .has-dropdown:hover .sub-menu-dv{
    opacity:1;
    visibility:visible;
}

.mega-menu-inner {
  display: flex;
    flex-wrap: wrap;
}
.mega-menu-item{
    width: 250px;
    margin: 0 15px 20px 15px;
}

.mega-menu-item-title {
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;text-align:right;
 color: rgb(14, 14, 14)!important;
    font-size: 13px;
    display: block;
    font-weight: bold;
    width:100%;
    border-bottom: 1px solid #eee;
    margin-bottom:5px;
    padding-bottom:5px;
}
.mega-menu-item-title:hover {
  color: #261146;
}

.mega-menu-sub > li {
  display: block;
}

.main-menu nav > ul > li:hover .sub-menu,
.main-menu nav > ul > li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}

.menu-banner {
  margin-top: 20px;
}
.menu-banner > a {
  display: block;
  width: 100%;
}
.menu-banner img {
  width: 100%;
}

.mobile-header-wrapper {
  padding-top: 0px;
  padding-bottom:0px;
}

.mobile-menu {
    padding: 5px 0px;
    display: block;
    border-radius: 4px;
    text-align: right;
    direction: rtl;

}

.mobile-menu-dash {
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  margin-top: 5px;
  margin-bottom: 5px;
}

/*****************************
Layout - Offcanvas
*****************************/
.offcanvas {
  z-index: 9999;
  position: fixed;
  top: 0;
  overflow: scroll!important;
  height: 100vh;
  padding: 0px 0 20px 0;
  transition: all 0.3s ease 0s;
  transform: translateX(100%);
  box-shadow: none;
  background: #fff;
  color:#eaeaea;
  width: 234px;
  overflow-x: hidden!important;
      -webkit-box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.14);
}

.offcanvas-leftside {
  left: 0%;
  transform: translateX(-100%);
}

.offcanvas-rightside {
  right: 0%;
  transform: translateX(100%);
}


.offcanvas-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas-header {
    margin-bottom: 30px;
    position: absolute;
    left: 13px;
    top: 12px;
}

.offcanvas-close {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background:none;
  transition: all 0.3s ease 0s;
  border:none;
  color:#fff;
}
.offcanvas-close:hover {
  color: #261146;
  border-color: #261146;
}

.offcanvas-title {
  margin-bottom: 40px;
}

/*mobile-menu Top Area*/
.mobile-menu-top {
    justify-content: center;
    flex-direction: column;
    text-align: right;
    display: block;
    padding: 13px 8px 13px 7px;
    color: #262261;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin: 0 0px;

}



.mobile-menu-user-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}
.mobile-menu-user-menu > li {
  margin-right: 40px;
  position: relative;
}
.mobile-menu-user-menu > li:last-child {
  margin-right: 0;
}
.mobile-menu-user-menu > li::after {
  position: absolute;
  content: "|";
  top: 50%;
  transform: translateY(-50%);
  right: calc(0% - 20px);
}
.mobile-menu-user-menu > li:last-child::after {
  display: none;
}
.mobile-menu-user-menu > li > a {
  display: inline-block;
  line-height: 46px;
  color: #666 !important;
}
.mobile-menu-user-menu > li > a:hover {
  color: #261146;
}

.has-mobile-user-dropdown {
  position: relative;
  padding-right: 15px;
}
.has-mobile-user-dropdown::before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 400;
}

.mobile-user-sub-menu {
  position: absolute;
  top: calc(100%);
  left: 50%;
  transform: translate(-50%, -30px);
  padding: 10px 15px;
  width: 160px;
  background: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
.mobile-user-sub-menu > li {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
.mobile-user-sub-menu > li:last-child {
  border-bottom: none;
}
.mobile-user-sub-menu > li > a {
  position: relative;
  color: #666;
  display: flex;
  align-items: center;
}
.mobile-user-sub-menu > li > a:hover {
  color: #261146;
}

.user-sub-menu-link-icon {
  padding-right: 5px;
}

.has-mobile-user-dropdown:hover .mobile-user-sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

/*Mobile Menu Center Area*/
.mobile-menu-customer-support {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", sans-serif;
}

.mobile-menu-customer-support-icon {
  max-width: 50px;
  overflow: hidden;
  margin-right: 30px;
}

.mobile-menu-customer-support-icon img {
  width: 100%;
}

.mobile-menu-customer-support-text-phone {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  transition: all 0.3s ease 0s;
}
.mobile-menu-customer-support-text-phone:hover {
  color: #261146;
}

.mobile-menu-customer-support-text {
  font-size: 14px;
  margin: 20px 0;
}

.mobile-action-icon {
  display: flex;
  justify-content: center;
}

.mobile-action-icon-item {
  margin-right: 40px;
}
.mobile-action-icon-item:last-child {
  margin-right: 0;
}

.mobile-action-icon-link {
  position: relative;
  font-size: 27px;
  color: #333;
  transition: all 0.3s ease 0s;
}
.mobile-action-icon-link:hover {
  color: #261146;
}

.mobile-action-icon-item-count {
  position: absolute;
  top: 0;
  right: calc(0% - 10px);
  font-size: 11px;
  display: inline-block;
  background: #333;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease 0s;
}

.mobile-action-icon-link:hover .mobile-action-icon-item-count {
  background: #261146;
}

/*Mobile Menu Bottom Area*/
.mobile-menu-bottom {
    position: fixed;
    bottom: 5%;
}
.offcanvas-menu {
  margin:10px 0;
}

.offcanvas-menu li {
  position: relative;
  padding:0px 0px;
}

.offcanvas-menu > ul > li {
  border-bottom: 1px solid #f5f5f5;
}

.offcanvas-menu > ul > li:last-child {
  border-bottom: none;
}
.offcanvas-menu > ul > li > a{
    padding:12px 20px;
}
.offcanvas-menu li a {
  display: block;
  color: #62666d;
  text-decoration: none;
  text-align:right;
  font-size:13px;
  padding:12px 0px;
}

.offcanvas-menu li a:hover {
  color: #000;
}

.offcanvas-menu li .mobile-sub-menu {
   display: none;
    background-color: #f0f0f1;
    padding: 5px 16px 0 16px;
}

.offcanvas-menu-expand::after {
   content: "\e874";
    position: absolute;
    font-family: 'Linearicons-Free';
    left: 20px;
    transition: all 0.3s ease;
    color: #a1a3a8;
    font-size: 12px;
    font-weight: bold;
    top:11px;
}
.mobile-sub-menu .offcanvas-menu-expand::after {
    left:4px;
}
.mobile-menu-top img{
    width:62px;
    margin-top:10px;
    margin-right:15px;
}
.active > a {
  color: #ffcb05 !important;
}
.offcanvas-menu .active > .offcanvas-menu-expand:last-child,
.sub-menu > .active .offcanvas-menu-expand:last-child {
  border-bottom: none;
}

.offcanvas-menu .active > .offcanvas-menu-expand::after,
.sub-menu > .active .offcanvas-menu-expand::after {
     color: #806491;
    content: "\e873";
}

.mobile-menu-email {
  color: #999;
  text-align: center;
  display: block;
}
.mobile-menu-email:hover {
  color: #261146;
}

.mobile-menu-social {
  margin-top: 25px;
  text-align: center;
}
.mobile-menu-social > li {
  display: inline-block;
  margin-right: 13px;
}
.mobile-menu-social > li:last-child {
  margin-right: 0px;
}
.mobile-menu-social > li > a {
  display: inline-block;
  font-size: 14px;
  padding: 0;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  color: #FFF !important;
}
.mobile-menu-social > li > a:hover {
  opacity: 0.7;
}
.mobile-menu-social > li > a.facebook {
  background: #4867AA;
}
.mobile-menu-social > li > a.twitter {
  background: #1DA1F2;
}
.mobile-menu-social > li > a.youtube {
  background: #FE0000;
}
.mobile-menu-social > li > a.pinterest {
  background: #BD081B;
}
.mobile-menu-social > li > a.instagram {
  background: #B23A94;
}

.offcanvas-cart-item-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.offcanvas-cart-item-single:last-child {
  margin-bottom: 0;
}

.offcanvas-cart-item-block {
  display: flex;
  align-items: center;
}

.offcanvas-cart-item-image-link {
  width: 90px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-right: 20px;
}

.offcanvas-cart-image {
  width: 100%;
}

.offcanvas-cart-item-link {
  display: block;
  font-weight: 700;
}

.offcanvas-cart-item-details {
  font-family: "Raleway", sans-serif;
}

.offcanvas-cart-total-price {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
}

.offcanvas-cart-total-price-text {
  font-weight: 700;
}

.offcanvas-cart-action-button-list {
  margin-bottom: 25px;
  display: block;
}

.offcanvas-cart-action-button-link {
  display: block;
  background: #000;
  color: #FFF;
  padding: 10px 30px;
  text-align: center;
  font-weight: 600;
}
.offcanvas-cart-action-button-link:hover {
  background: #261146;
  color: #FFF;
}

.offcanvas-wishlist-item-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.offcanvas-wishlist-item-single:last-child {
  margin-bottom: 0;
}

.offcanvas-wishlist-item-block {
  display: flex;
  align-items: center;
}

.offcanvas-wishlist-item-image-link {
  width: 90px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-right: 20px;
}

.offcanvas-wishlist-image {
  width: 100%;
}

.offcanvas-wishlist-item-link {
  display: block;
  font-weight: 700;
}

.offcanvas-wishlist-item-details {
  font-family: "Raleway", sans-serif;
}

.offcanvas-wishlist-total-price-text {
  font-weight: 700;
}

.offcanvas-wishlist-action-button {
  margin-top: 40px;
}

.offcanvas-wishlist-action-button-list {
  margin-bottom: 25px;
  display: block;
}

.offcanvas-wishlist-action-button-link {
  display: block;
  background: #000;
  color: #FFF;
  padding: 10px 30px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas-wishlist-action-button-link:hover {
  background: #261146;
  color: #FFF;
}
.ov-mn{
    background-color:rgba(51, 51, 51, 0.59);
    position:fixed;
    width:100%;
    height:100%;
    opacity:0;
    visibility:hidden;
    top:0;
    z-index:101;
}

.mobile-header-section{
    position:relative;
    width:100%;
}
.ti-mn{
display: block;
    font-size: 13px;
    line-height: 1.571;
    padding: 0px 20px 10px;
    font-weight: 600;
    color: #484848;
    text-align: right;
    
}
@media only screen and (max-width:990px){
    .main-menu{
        display:none;
    }
    .offcanvas-open .ov-mn{
    opacity:1;
    visibility:visible;
}
    body.offcanvas-open{
    overflow:hidden;
    position:fixed;
     left:0;
     width:100%;
}
    .offcanvas.offcanvas-open {
  transform: translateX(0);
}

}
.d-lg-none{
    display:none;
}

  
  /*---------------------- Header Section */
  header.page-header {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
  }
  
  header.page-header .top-page-header {
    padding: 15px 30px;
    border-bottom: 1px solid #f2f2f2;
  }
  
  header.page-header .top-page-header .contact-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  header.page-header .top-page-header .contact-list ul li {
    color: #62666d;
    margin-left: 15px;
  }
  
  header.page-header .top-page-header .contact-list ul li:last-child {
    margin-left: 0;
  }
  
  header.page-header .top-page-header .contact-list ul li i {
    color: #62666d;
    margin-left: 7px;
  }
  
  header.page-header .top-page-header .contact-list ul li a {
    color: #797979;
    font-size: 14px;
  }
  
  header.page-header .top-page-header .top-header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  header.page-header .top-page-header .top-header-menu ul li {
    color: #000;
    margin-right: 15px;
  }
  
  header.page-header .top-page-header .top-header-menu ul li:first-child {
    margin-right: 0;
  }
  
  header.page-header .top-page-header .top-header-menu ul li a {
    color: #62666d;
  }
  
  header.page-header .bottom-page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 0;
    position: relative;
    z-index: 100;
    padding-right: 30px;
    padding-left: 30px;
  }
  
  header.page-header .bottom-page-header .site-logo {
    margin-left: 45px;
  }
  
  header.page-header .bottom-page-header .site-logo a {
    display: block;
  }
  
  header.page-header .bottom-page-header .site-logo a img {
    max-width: 100%;
  }
  
  header.page-header .bottom-page-header .search-box {
    position: relative;
  }
  
  header.page-header .bottom-page-header .search-box form {
    position: relative;
  }
  
  header.page-header .bottom-page-header .search-box form input {
    min-width: 450px;
    height: 50px;
    border: 1px solid transparent;
    background-color: #f0f0f1;
    border-radius: 5px;
    padding-right: 15px;
  }
  
  header.page-header .bottom-page-header .search-box form input:focus {
    border-color: #eee;
    background-color: #fff;
  }
  
  header.page-header .bottom-page-header .search-box form i {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #007bff;
    font-size: 21px;
  }
  
  header.page-header .bottom-page-header .search-box .search-result {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    z-index: 100;
    display: none;
  }
  
  header.page-header
    .bottom-page-header
    .search-box
    .search-result
    .search-result-list {
    margin-bottom: 30px;
    display: none;
  }
  
  header.page-header
    .bottom-page-header
    .search-box
    .search-result
    .search-result-list
    li
    a {
    color: #000;
    line-height: 30px;
  }
  
  header.page-header
    .bottom-page-header
    .search-box
    .search-result
    .search-result-list
    li
    a:hover {
    color: #007bff;
  }
  
  header.page-header
    .bottom-page-header
    .search-box
    .search-result
    .search-result-most-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  header.page-header
    .bottom-page-header
    .search-box
    .search-result
    .search-result-most-view
    li {
    margin-left: 10px;
  }
  
  header.page-header
    .bottom-page-header
    .search-box
    .search-result
    .search-result-most-view
    li:last-child {
    margin-left: 0;
  }
  
  header.page-header
    .bottom-page-header
    .search-box
    .search-result
    .search-result-most-view
    li
    a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px 15px;
    background-color: #eee;
    border-radius: 10px;
    color: #000;
  }
  
  header.page-header
    .bottom-page-header
    .search-box
    .search-result
    .search-result-most-view
    li
    a:hover {
    background-color: #ee384e;
    color: #fff;
  }
  
  header.page-header .bottom-page-header .search-box.show-result form input {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  header.page-header .bottom-page-header .user-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  header.page-header .bottom-page-header .user-items .user-item {
    margin-right: 20px;
    position: relative;
  }
  
  header.page-header .bottom-page-header .user-items .user-item:first-child {
    margin-right: 0;
  }
  
  header.page-header .bottom-page-header .user-items .user-item > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    position: relative;
  }
  
  header.page-header .bottom-page-header .user-items .user-item > a i {
    font-size: 18px;
    color: #62666d;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item
    > a
    span.bag-items-number {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 18px;
    height: 18px;
    background-color: #00000082;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  
  header.page-header .bottom-page-header .user-items .user-item > a.btn-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    border-radius: 7px;
    color: #000;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  header.page-header .bottom-page-header .user-items .user-item > a.btn-auth i {
    margin-left: 7px;
  }
  
  header.page-header .bottom-page-header .user-items .user-item.cart-list > ul {
    position: absolute;
    left: 0;
    top: 120%;
    width: 300px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.cart-list
    > ul
    li {
    display: block;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.cart-list
    > ul
    li.cart-items
    ul {
    height: auto;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.cart-list
    > ul
    li.cart-items
    ul
    .cart-item {
    padding: 7px 10px;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.cart-list
    > ul
    li.cart-items
    ul
    .cart-item:last-child {
    border-bottom: 0;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.cart-list
    > ul
    li.cart-items
    ul
    .cart-item
    img {
    max-width: 50px;
    border-radius: 7px;
    margin-left: 7px;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.cart-list
    > ul
    li.cart-items
    ul
    .cart-item
    .color {
    cursor: default;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.cart-list
    > ul
    li.cart-items
    ul
    .cart-item
    .color
    span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-right: 7px;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.cart-list
    > ul
    li.cart-items
    ul
    .cart-item
    .title-item {
    font-size: 12px;
    color: #62666d;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.cart-list
    > ul
    li.cart-items
    ul
    .cart-item
    .price {
    font-weight: bold;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.cart-list
    > ul
    li.cart-items
    ul
    .cart-item
    .remove-item {
    position: absolute;
    bottom: 5px;
    left: 10px;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    outline: none;
    color: #62666d;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.cart-list
    > ul
    li.cart-items
    ul
    .cart-item:hover {
    background-color: #f5f5f5;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.cart-list
    > ul
    li.cart-footer {
    padding: 15px 10px;
    border-top: 1px solid #eee;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.cart-list
    > ul
    li.cart-footer
    .price {
    cursor: default;
    font-weight: bold;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.cart-list
    > ul
    li.cart-footer
    .total {
    font-weight: bold;
    font-size: 16px;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.cart-list
    > ul
    li.cart-footer
    .btn-cart {
    display: block;
    background-color: #ef4056;
    color: #fff;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.cart-list
    > ul
    li.cart-footer
    .btn-cart:hover {
    -webkit-box-shadow: 0 0.5rem 1.125rem -0.5rem #007bff;
    box-shadow: 0 0.5rem 1.125rem -0.5rem #007bff;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.cart-list:hover
    ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  }
  
  header.page-header .bottom-page-header .user-items .user-item.account > a i {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  
  header.page-header .bottom-page-header .user-items .user-item.account ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 250px;
    padding: 10px;
    z-index: 1;
    display: none;
  }
  
  header.page-header .bottom-page-header .user-items .user-item.account ul hr {
    margin: 10px 0 !important;
  }
  
  header.page-header .bottom-page-header .user-items .user-item.account ul li a {
    display: inline-block;
    line-height: 35px;
    color: #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li
    a.border-bottom-dt {
    line-height: unset;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li
    a:hover {
    color: #007bff;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li
    span {
    cursor: default;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li.header-profile-dropdown-account-container {
    padding-top: 8px;
    padding-bottom: 12px;
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    cursor: pointer;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li.header-profile-dropdown-account-container
    a {
    line-height: unset;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li.header-profile-dropdown-account-container
    a
    .header-profile-dropdown-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    position: relative;
    z-index: 1;
    line-height: 10px;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li.header-profile-dropdown-account-container
    a
    .header-profile-dropdown-user
    .header-profile-dropdown-user-img {
    width: 32px;
    height: 32px;
    border: 1px solid #424750;
    border-radius: 50%;
    background: #fff;
    background-size: contain;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li.header-profile-dropdown-account-container
    a
    .header-profile-dropdown-user
    .header-profile-dropdown-user-img
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li.header-profile-dropdown-account-container
    a
    .header-profile-dropdown-user
    .header-profile-dropdown-user-info {
    margin-right: 8px;
    width: 80%;
    text-align: right;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li.header-profile-dropdown-account-container
    a
    .header-profile-dropdown-user
    .header-profile-dropdown-user-info
    .header-profile-dropdown-user-name {
    font-size: 14px;
    line-height: 1.571;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 5px;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li.header-profile-dropdown-account-container
    a
    .header-profile-dropdown-user
    .header-profile-dropdown-user-info
    .header-profile-dropdown-user-profile-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #19bfd3;
    font-size: 12px;
    cursor: pointer;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li.header-profile-dropdown-account-container
    a
    .header-profile-dropdown-user
    .header-profile-dropdown-user-info
    .header-profile-dropdown-user-profile-link:after {
    content: "\f0d9";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    font-size: 16px;
    margin-right: 5px;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li.header-profile-dropdown-account-container
    a
    .header-profile-dropdown-account {
    display: block;
    position: relative;
    padding-right: 52px;
    padding-left: 16px;
    padding-top: 12px;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li.header-profile-dropdown-account-container
    a
    .header-profile-dropdown-account:before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #c0c2c5;
    position: absolute;
    right: 28px;
    top: -18px;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li.header-profile-dropdown-account-container
    a
    .header-profile-dropdown-account
    .header-profile-dropdown-account-item {
    font-size: 10px;
    line-height: 2.2;
    position: relative;
    color: #81858b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li.header-profile-dropdown-account-container
    a
    .header-profile-dropdown-account
    .header-profile-dropdown-account-item:before {
    content: "";
    display: block;
    width: 1px;
    height: 33px;
    background: #c0c2c5;
    position: absolute;
    right: -24px;
    top: -23px;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li.header-profile-dropdown-account-container
    a
    .header-profile-dropdown-account
    .header-profile-dropdown-account-item:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c0c2c5;
    position: absolute;
    right: -27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li.header-profile-dropdown-account-container
    a
    .header-profile-dropdown-account
    .header-profile-dropdown-account-item
    .header-profile-dropdown-account-item-amount,
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li.header-profile-dropdown-account-container
    a
    .header-profile-dropdown-account
    .header-profile-dropdown-account-item
    .header-profile-dropdown-account-item-title {
    line-height: normal !important;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account
    ul
    li.header-profile-dropdown-account-container
    a
    .header-profile-dropdown-account
    .header-profile-dropdown-account-item
    .header-profile-dropdown-account-item-amount-number {
    color: #424750;
    font-size: 12px;
    font-weight: bold;
  }
  
  header.page-header
    .bottom-page-header
    .user-items
    .user-item.account:hover
    > a
    i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  header.page-header .bottom-page-header .user-items .user-item.account:hover ul {
    display: block;
  }

.nav-wrapper {
    position: relative;
    z-index: 99;
    float: right;
    font-family: 'Yekan Bakh';
    direction: rtl;
}
.header-section{
    float:right;
}
.header-section ul{
    direction:rtl;
}
.nav-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 1366px;
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;
    float: right;
    z-index: 100;
  }
  
.nav-wrapper > ul > li {
    margin-right: 20px;
  }
  
.nav-wrapper > ul > li:first-child {
    margin-right: 0;
  }
  
.nav-wrapper > ul > li > a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;margin-left:20px;
  }
  
.nav-wrapper > ul > li > a i {
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
  }
  
.nav-wrapper > ul > li > a:hover {
  color: #0054ae;
  }
  
.nav-wrapper > ul > li a {
    display: block;
    color: #000;
    line-height: 55px;
  }
  
.nav-wrapper > ul > li.category-list:before {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 1100px;
    min-height: 455px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    display: none;
  }
  
.nav-wrapper > ul > li.category-list > ul {
    width: 220px;
    min-height: 455px;
    position: absolute;
    right: 0;
    top: 100%;
    border-left: 1px solid #e0e0e0;
    display: none;
  }
  
.nav-wrapper > ul > li.category-list > ul > li a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
.nav-wrapper > ul > li.category-list > ul > li > a {
    line-height: 45px;
    padding-right: 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
.nav-wrapper > ul > li.category-list > ul > li.active > a {
    background-color: #f5f5f5;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }

.nav-wrapper > ul > li.category-list > ul > li.active > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

.nav-wrapper > ul > li.category-list > ul > li > ul {
    width: 870px;
    /*height: 450px;*/
    overflow: hidden;
    position: absolute;
    right: 220px;
    top: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 1px;
    background-color: #fff;
    display: none;
  }
  
.nav-wrapper > ul > li.category-list > ul > li > ul > li {
    padding-right: 10px;
    padding-left: 10px;
    text-align:right;
  }


    .nav-wrapper
    > ul
    > li.category-list
    > ul
    > li
    > ul
    > li.col-12
    a {
        color: #ee5d30;
  }
    .nav-wrapper
    > ul
    > li.category-list
    > ul
    > li
    > ul
    > li
    a:hover {
        color: #ee5d30;
    padding-right: 4px;
  }
  
    .nav-wrapper
    > ul
    > li.category-list
    > ul
    > li
    > ul
    > li
    > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
    .nav-wrapper
    > ul
    > li.category-list
    > ul
    > li
    > ul
    > li
    > a:after {
    content: "\f104";
   font-family:'FontAwesome';
    position: relative;
    left: -6px;
  }
  
    .nav-wrapper
    > ul
    > li.category-list
    > ul
    > li
    > ul
    > li
    > ul
    li
    a {
    color: #a6a6a6;
    font-size: 13px;
    line-height: 27px;
  }
  
    .nav-wrapper
    > ul
    > li.category-list
    > ul
    > li
    > ul
    > li
    .list-item--image:hover {
    padding-right: 0;
  }
  
.nav-wrapper > ul > li.category-list:hover:before,
.nav-wrapper > ul > li.category-list:hover > ul {
    display: block;
  }
  
.nav-wrapper > ul > li.mega-menu {
    position: relative;
  }
  
.nav-wrapper > ul > li.mega-menu > ul {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    padding-bottom: 15px;
    display: none;
  }
  
.nav-wrapper > ul > li.mega-menu > ul li a {
    line-height: 30px;
  }
  
.nav-wrapper > ul > li.mega-menu > ul li a:hover {
    color: #007bff !important;
  }
  
.nav-wrapper > ul > li.mega-menu > ul li a i {
    color: #007bff;
    margin-left: 5px;
  }
  
.nav-wrapper > ul > li.mega-menu > ul li a img {
    max-width: 100%;
  }
  
.nav-wrapper > ul > li.mega-menu.mega-menu-3-columns > ul {
    width: 768px;
  }
  
.nav-wrapper > ul > li.mega-menu:hover > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
.nav-wrapper > ul > li.dropdown--list {
    position: relative;
  }
  
.nav-wrapper > ul > li.dropdown--list ul {
    position: absolute;
    top: 100%;
    right: 0;
    width: 210px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
.nav-wrapper .col-12{
        -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float:none;
}
.nav-wrapper .col-3{
        -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    float:none;
}
.row-nd-mn{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.nav-wrapper > ul > li.dropdown--list ul li {
    position: relative;
  }
  
.nav-wrapper > ul > li.dropdown--list ul li a {
    padding: 0 10px;
    line-height: 35px;
  }
  
.nav-wrapper > ul > li.dropdown--list ul li a i {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
.nav-wrapper > ul > li.dropdown--list ul li a:hover {
    color: #007bff;
  }
  
.nav-wrapper > ul > li.dropdown--list ul li ul {
    position: absolute;
    top: 10px;
    right: 100%;
    width: 210px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
.nav-wrapper > ul > li.dropdown--list ul li:hover > ul {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  
.nav-wrapper > ul > li.dropdown--list:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  
.nav-wrapper.nav-wrapper--dark {
    background-color: #212529;
  }
  
.nav-wrapper.nav-wrapper--dark > ul {
    max-width: 1100px;
    margin: auto;
  }
  
.nav-wrapper.nav-wrapper--dark > ul > li:first-child {
    margin-right: 0;
  }
  
.nav-wrapper.nav-wrapper--dark > ul > li > a {
    color: #fff;
  }
  
.nav-wrapper.hidden--nav-wrapper {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  
  header.page-header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }


    .fix-tp{
        position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
 
}

.apge-bx {
    padding-top: 155px;
}


header{
    position:relative;
    z-index:3;
}
.fixed .menu-bx{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}

.active>a {
        color: #ee5d30!important;
}

#header-nav.hide-nav-bar .menu-bx {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}

 #header-nav header{
         transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s,-webkit-transform .7s;
}
.mn-bar{
    width: 16px;
    margin-left: 5px;
}
.nav-wrapper > ul > li:first-child a{
position: relative;
    direction: rtl;
}



@media only screen and (max-width:990px){
    .nav-wrapper{
        display:none;
    }

    .mobile-menu-top img {
    width: 60px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
}
 #header-nav.hide-nav-bar header {
    -webkit-transform: translateY(-77%);
    transform: translateY(-77%);
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s,-webkit-transform .7s;
}


#header-nav > img{
    height:30px;
    object-fit:cover;
}

 .d-lg-none{
     display:block;
 }

        .apge-bx {
    padding-top: 107px;
}


          .offcanvas-close{
              color:#000;
          }
}