﻿
.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;
  text-align:center;
}
.main-menu nav > ul > li {
  position: relative;
  display: inline-block;
}
.main-menu nav > ul > .has-dropdown {
  margin-right: 5px;
}
.main-menu nav > ul > .has-dropdown:last-child {
  margin-right: 0;
}
.main-menu nav > ul > .has-megaitem {
  position: static;
}
.main-menu nav > ul{
    text-align:center;
    direction:rtl;
}
.main-menu nav > ul > li > a {
 display: block;
    line-height: 24px;
    padding: 16px 16px 16px 16px;
    font-size: 15px;
    line-height: 30px;
    color: #000;
}
.main-menu nav > ul > li:hover > a {
    color:#986a37
}
/*.main-menu nav > ul > li > a:hover, .main-menu nav > ul > li > a.active {
  background: #261146;
  color: #FFF;
}*/

.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 {
  position: absolute;
  min-width: 100%;
  padding:20px;
  background: #FFF;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);

  transform-origin: 0 0 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  text-align: left;
}

.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;
}
.dv-tp .nav-tabs li {
    padding: 1px;
    margin-right: 0;
    border-radius: 0px;
}
.dv-tp .nav-tabs li a{
    border:none!important;
}
.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: 0px 0px;
    display: block;
    text-align: center;
    direction: rtl;

}

.mobile-menu-dash {
  display: block;
  width: 30px;
  height: 3px;
  border-radius:5px;
  background: #000;
  margin-top: 5px;
  margin-bottom: 5px;
}

/*****************************
Layout - Offcanvas
*****************************/
.offcanvas {
  z-index: 99999;
  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:300px;
  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: 22px;
}

.offcanvas-close {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background:#fff;
  transition: all 0.3s ease 0s;
  border:none;
  color:#484848;
}
.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;
    color: #806491;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}


.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:0px 0 20px 0;
}

.offcanvas-menu li {
  position: relative;
  padding:0px 0px;
}

.offcanvas-menu > ul > li {
  border-bottom: 1px solid transparent;
}

.offcanvas-menu > ul > li:last-child {
  border-bottom: none;
}

.offcanvas-menu  li > a {
  display: block;
  color: #2d2a2a;
  text-decoration: none;
  text-align:right;
    padding-top: 18px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    min-height: 50px;
    font-size:14px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
}

.offcanvas-menu li a:hover {
  color: #000;
}

.offcanvas-menu li .mobile-sub-menu {
   display: none;

}

.offcanvas-menu-expand::after {
   content: "\e875";
    position: absolute;
    font-family: 'Linearicons-Free';
    left: 0px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: bold;
    top:0px;
    width: 50px;
    display:flex;
    justify-content:center;
    align-items:center;
    height: 50px;
    border-right: 1px solid rgba(129, 129, 129, .2);
    color: #2d2a2a;
}
.mobile-sub-menu .offcanvas-menu-expand::after {
    left:4px;
}
.active > a{
    color:#000!important;
    font-weight:bold;
}
.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: #fff;
    content: "\e873";
       background-color: #e80746;
}

.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:999;
}

.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;
    
}

.mn-new-dv{
    width: 30px;
    float: right;
}

.mobile-menu-top .search-bx {
    position:relative;
    top:0;
    height:70px;
        box-shadow: 0 -1px 9px rgba(0, 0, 0, .17);
    background-color:#fff;
    border-radius:0;
    padding:14px 16px;
    float:none;
    max-width:100%;
    margin:0;
}
.btn-se{
    float:left;
}
.mobile-menu-top .search-bx .tx-se{
    font-weight:normal;
    font-size:15px;
        border: none;
    background: none;
    width: 80%;
    height: 40px;
    float: right;
    direction: rtl;
    line-height: 40px;
    padding-right: 5px;
    direction: rtl;
    font-size: 12px;
}
.btn-se {
    width: 35px;
    padding: 8px 5px;
    height: 35px;
    background: none;
    position: relative;
    float:left;
    text-align: center;
      border-radius: 10px;
    color: #000;
    border: none;
    background: none
}

.btn-se:before {
       content: "\e86f";
    position: absolute;
    font-family: 'Linearicons-Free';
    color: #000;
    position: absolute;
    top: 4px;
    left: 7px;
    font-weight: bold;
    font-size: 20px;
}
.tabs-menu  li{
    width:50%;
    float:right;
    background-color:#fff;
    border-bottom:rgba(231, 231, 231, 0.00);
}
.tabs-menu a{
    display:inline-block;
    height:55px!important;
    display:flex!important;
    align-items:center;
    padding:0 0!important;
    color:#000;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    justify-content:center;
    
}
.tabs-menu>li.active>a, .tabs-menu>li.active>a:focus, .tabs-menu>li.active>a:hover{
background:none;
border:none;
color:#000!important;
font-weight:bold;
}
.offcanvas-menu .tabs-menu li.active{
  background: #f5f5f5 !important;
    /* border-bottom: 1px solid #28463c !important; */
}


@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);
}
}

  
.nav-wrapper {
    /* position: absolute;*/
    position: relative;
    z-index: 99;

  }

.nav-wrapper > ul {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 100%;
    z-index: 100;
    width: 100%;
    direction:rtl;
  }
  
.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;
    padding: 5px 16px 11px 16px;
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
  }
  
.nav-wrapper > ul > li > a i {
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
  }
  
.nav-wrapper > ul > li > a:hover {
 color: #E51542;
  }
  
.nav-wrapper > ul > li a {
    display: block;
    color: #000;
    line-height: 45px;
  }
  
.nav-wrapper > ul > li.category-list:before {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 1100px;
    width:100%;
    min-height: 455px;
     background: #fff;
     border-radius:25px;
    padding: 0px;
    box-shadow: 0 30px 80px rgba(33, 38, 49, 0.15);
    display: none;
  }
.img-min-mn{
    width:30px!important;
    display:block;
    margin:0 auto;
} 
.active .mn-bxt{
       background: #E51542 !important;
    box-shadow: 0px 2px 15px 0px rgba(229, 21, 65.99999999999987, 0.4);
}
.active .img-min-mn{
   filter: brightness(100);
}
.mn-bxt{
    width:40px;
    height:40px;
     border-radius: 8px;
    padding:6px 0 0 0;
    float:right;
    margin-left:15px;
 
} 
.nav-wrapper > ul > li.category-list > ul {
    width: 280px;
    min-height: 455px;
    position: absolute;
    right: 0;
    top: 100%;
    border-left: 1px solid #e9e8e8f5;
    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:20px 20px 0px 20px;

  }
.nav-wrapper > ul > li.category-list > ul > li.active > a {
  color:#E51542!important;
  }
.nav-wrapper > ul > li.category-list > ul > li > a:before{
    position:absolute;
    width:30px;
    height:30px;
    background-color:#ffdee5;
    border-radius:50%;
    left:-15px;
    top:31px;
    text-align:center;
      color:#E51542!important;
       content: "\e875";
       font-weight:bold;
    font-family: Linearicons-Free;
    z-index:555;
    font-size:10px;
    line-height:32px;
    display:none;
}
.nav-wrapper > ul > li.category-list > ul > li.active > a:before{
    display:block;
}
.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: 410px;
    overflow: hidden;
    position: absolute;
    right: 280px;
    top: 0;
  padding:20px 30px 30px 10px;
    margin-right: 1px;
    background-color: #fff;
    display: none;
  }
  
.nav-wrapper > ul > li.category-list > ul > li > ul > li {
    padding-right: 10px;
    padding-left: 10px;
  }


    .nav-wrapper
    > ul
    > li.category-list
    > ul
    > li
    > ul
    > li.col-12
    a {
    color: #E51542;
    font-weight:bold;
    padding-bottom:15px;
  }
    .nav-wrapper
    > ul
    > li.category-list
    > ul
    > li
    > ul
    > li
    a:hover {
color: #d2ab67;
    padding-right: 6px;
  }
  
    .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;
    font-weight:bold;
    white-space: nowrap;
    position:relative;
    padding-bottom:10px;
    padding-right:10px;
  }
  
    .nav-wrapper
    > ul
    > li.category-list
    > ul
    > li
    > ul
    > li
    > a:after {
    height: 14px;
    width: 2px;
    background-color: #E51542;
    position: absolute;
    right: 0;
    content: "";
}
    .nav-wrapper
    > ul
    > li.category-list
    > ul
    > li
    > ul
    > li.col-12
    > a:after{
display:none;
    }
    .nav-wrapper
    > ul
    > li.category-list
    > ul
    > li
    > ul
    > li
    > ul
    li
    a {
    color: #000;
    font-size: 13px;
    line-height: 27px;
    padding-bottom:10px;
    font-weight:normal;
  }
  
    .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;
 
}
    .fixed{
        height:151px;
    }
 


#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;
}


@media only screen and (max-width:990px){
    .nav-wrapper{
        display:none;
    }
    .mobile-menu-top img {
    width: 93px;
    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;
}

          #header-nav.hide-nav-bar header {
        -webkit-transform: translateY(-81%);
        transform: translateY(-81%);
    }
          .offcanvas-close{
              color:#000;
          }
}