.domain-image svg,
.primary-domain svg {
  position: unset;
  width: 700px;
  height: unset;
  right: unset;
  top: unset;
  transform: unset;
  margin: 0 auto;
  display: block;
}

/*for margin from from main body section */
.main__page__wraper {
  margin-top: 70px;
}

/*sub menu padding*/
.sidebar__body__scrollable__element {
  padding: 10px 0 0 0;
}

/*@media (min-width:768px) and (max-width:991px) {*/
/*        body.horizontal__sidebar .sidebar .sidebar__menu .sidebar__head{*/
/*            padding: 0 5px !important;*/
/*        }*/
/*        body.horizontal__sidebar .sidebar .website__identity__sidebar {*/
/*        margin: 0px 0 0 5px !important;*/
/*    }*/
/*    .side__bar__item__text {*/
/*        font-size : 13px !important;*/
/*    }*/
/*}*/
@media (min-width:991px) {
        body.horizontal__sidebar:not(.fixed__top__horizontal__sidebar) .sidebar {
    position: fixed !important;
}
 body.top-header-fixed.horizontal__sidebar:not(.fixed__top__horizontal__sidebar) .sidebar {
    top: 0px !important;
}
}
@media (min-width: 768px) {

  .header-control-in-desktop-mode .header__item.header__icon__small.header__item_messages {
    margin-left: 10px;
  }

  /*account sub menu */
  .sidebar.full__width .header-control-in-desktop-mode .header__item_user .header__body {
    right: auto;
    left: -20px;
  }

  .tooltip-inner {
    margin-top: 10px;
  }

  .mobile-account-cart {
    display: none;
  }

  button.sidebar__close {
    display: none;
  }
}

@media (max-width: 767px) {
      body.horizontal__sidebar:not(.fixed__top__horizontal__sidebar) .sidebar {
        position: absolute;
    }
     .header-control-in-mobile-mode .header__item_user .header__body {
    left: 10px !important;
  }

  body.big__icons__sidebar .sidebar__head,
  body.big__icons__sidebar .sidebar__help,
  body.big__icons__sidebar .sidebar__item[href] {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
  }

  .sidebar .sidebar__item.sidebar__item_dropdown .sidebar__body {
    padding: 5px 10px 15px 15px !important;
  }

  #mobile-bar-sec {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }

  /* When open */
  .client-is-loggedin #mobile-bar-sec.visible {
    max-height: 35%;
    /* adjust based on content height */
  }
  #mobile-bar-sec.visible {
    max-height: 30%;
    /* adjust based on content height */
  }

  .sidebar__page__wrapper .sidebar {
    width: 100% !important;
    max-width: 100% !important;
    background: #f3f5f8;
  }

  .sidebar__container .sidebar__close {
    display: none;
  }

  .mobilebar-container {
    display: inline-block;
    cursor: pointer;
  }

  .mobilebar-container .bar1,
  .mobilebar-container .bar2,
  .mobilebar-container .bar3 {
    width: 20px;
    height: 3px;
    background-color: #613de6;
    margin: 3px 0;
    transition: 0.4s;
    color: #613de6;
  }

  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    transform: translate(0, -1px) rotate(45deg);
  }

  body .sidebar.minimal__sidebar.full__width {
    top: 80px !important;
  }

  .mobile-account-cart .mobile-account-btn {
    background: #fff;
    color: #613de6;
    border: 1px solid #613de6;
    min-width: 100px;
    padding: 0px !important;
    margin-top: auto;
  }

  .mobile-account-cart {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 30px;
  }

  .desktop-cart-btn,
  .desktop-account-btn {
    display: none !important;
  }
}

.horizontal__sidebar:not(.horizontal__top__sidebar) .sidebar {
  top: 20px !important;
}

/*body.horizontal__sidebar .sidebar .sidebar__menu .sidebar__item.sidebar__item_dropdown .sidebar__body:after{*/
/*    width: 660px;*/
/*}*/
/*body.horizontal__sidebar .sidebar .sidebar__menu .sidebar__item.sidebar__item_dropdown .sidebar__body{*/
/*    padding-top: 20px;*/
/*}*/

/*body.big__icons__sidebar.horizontal__sidebar:not(.dark__sidebar__color) .sidebar__item[href] .side__bar__item__text*/
.domain-image svg,
.primary-domain svg {
  position: unset;
  width: 700px;
  height: unset;
  right: unset;
  top: unset;
  transform: unset;
  margin: 0 auto;
  display: block;
}

@media(min-width:768px) {
  .header-control-in-desktop-mode span.header__head__item___number {
    top: -7px !important;
  }

  .header-control-in-desktop-mode button.header__head {
    margin-right: 8px;
    top: 3px;
  }

  .header-control-in-desktop-mode i.far.fa-bell {
    font-size: 25px;
  }

  .header-control-in-mobile-mode {
    display: none !important;
  }

  .mobile-account-cart {
    display: none;
  }

  button.sidebar__close {
    display: none;
  }
}

@media(max-width:767px) {
    body .sidebar.minimal__sidebar.full__width {
        top: 80px !important;
    }
    .header-control-in-mobile-mode.header__control .header__button:not(:last-child), .header-control-in-mobile-mode.header__control .header__item:not(:last-child), .header__search:not(:last-child) {
    margin-right: 0;
    margin-left: 10px;
}
.header-control-in-mobile-mode .header__item.header__item_shopping.header__icon__small.right__notification.empty__cart a i {
    font-size: 22px;
    margin-top: -1px;
    margin-left: 2px;
}
    .header__item.header__item_user {
        margin-left: 0;
        margin-right: 0 !important;
    }

  body.big__icons__sidebar .sidebar__head,
  body.big__icons__sidebar .sidebar__help,
  body.big__icons__sidebar .sidebar__item[href] {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
  }

  .sidebar .sidebar__item.sidebar__item_dropdown .sidebar__body {
    padding: 5px 10px 15px 15px !important;
  }

  #mobile-bar-sec {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }

  /* When open */


  .sidebar__page__wrapper .sidebar {
    width: 100% !important;
    max-width: 100% !important;
    background: #f3f5f8;
  }

  .sidebar__container .sidebar__close {
    display: none;
  }

  .mobilebar-container {
    display: inline-block;
    cursor: pointer;
  }

  .mobilebar-container .bar1,
  .mobilebar-container .bar2,
  .mobilebar-container .bar3 {
    width: 20px;
    height: 3px;
    background-color: #613de6;
    margin: 3px 0;
    transition: 0.4s;
    color: #613de6;
  }

  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    transform: translate(0, -1px) rotate(45deg);
  }

  /*body .sidebar.minimal__sidebar.full__width {*/
  /*  top: 60px !important;*/
  /*}*/

  .mobile-account-cart .mobile-account-btn {
    background: #fff;
    color: #613de6;
    border: 1px solid #613de6;
    min-width: 100px;
    padding: 0px !important;
    margin-top: auto;
  }

  .mobile-account-cart {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 30px;
  }

  .desktop-cart-btn,
  .desktop-account-btn {
    display: none !important;
  }
}

.horizontal__sidebar:not(.horizontal__top__sidebar) .sidebar {
  top: 20px !important;
}



/*body.horizontal__sidebar .sidebar .sidebar__menu .sidebar__item.sidebar__item_dropdown .sidebar__body:after{*/
/*    width: 660px;*/
/*}*/
/*body.horizontal__sidebar .sidebar .sidebar__menu .sidebar__item.sidebar__item_dropdown .sidebar__body{*/
/*    padding-top: 20px;*/
/*}*/

/*body.big__icons__sidebar.horizontal__sidebar:not(.dark__sidebar__color) .sidebar__item[href] .side__bar__item__text*/
.domain-image svg,
.primary-domain svg {
  position: unset;
  width: 700px;
  height: unset;
  right: unset;
  top: unset;
  transform: unset;
  margin: 0 auto;
  display: block;
}

@media(min-width:768px) {
  .mobile-account-cart {
    display: none;
  }

  button.sidebar__close {
    display: none;
  }
}

@media(max-width:767px) {
  .header__control.header-control-in-desktop-mode {
    display: none;
}
  body.big__icons__sidebar .sidebar__head,
  body.big__icons__sidebar .sidebar__help,
  body.big__icons__sidebar .sidebar__item[href] {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
  }

  .sidebar .sidebar__item.sidebar__item_dropdown .sidebar__body {
    padding: 5px 10px 15px 15px !important;
  }

  #mobile-bar-sec {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }

  /* When open */


  .sidebar__page__wrapper .sidebar {
    width: 100% !important;
    max-width: 100% !important;
    background: #f3f5f8;
  }

  .sidebar__container .sidebar__close {
    display: none;
  }

  .mobilebar-container {
    display: inline-block;
    cursor: pointer;
  }

  .mobilebar-container .bar1,
  .mobilebar-container .bar2,
  .mobilebar-container .bar3 {
    width: 20px;
    height: 3px;
    background-color: #613de6;
    margin: 3px 0;
    transition: 0.4s;
    color: #613de6;
  }

  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    transform: translate(0, -1px) rotate(45deg);
  }

  /*body .sidebar.minimal__sidebar.full__width {*/
  /*  top: 60px !important;*/
  /*}*/

  .mobile-account-cart .mobile-account-btn {
    background: #fff;
    color: #613de6;
    border: 1px solid #613de6;
    min-width: 100px;
    padding: 0px !important;
    margin-top: auto;
  }

  .mobile-account-cart {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 30px;
  }

  .desktop-cart-btn,
  .desktop-account-btn {
    display: none !important;
  }
  
}

.horizontal__sidebar:not(.horizontal__top__sidebar) .sidebar {
  top: 20px !important;
}



body.horizontal__sidebar .sidebar .sidebar__menu .sidebar__item.sidebar__item_dropdown .sidebar__body:after {
  width: 410px !important;
}

body.horizontal__sidebar .sidebar .sidebar__menu .sidebar__item.sidebar__item_dropdown .sidebar__body {
  padding: 0;
}

body.horizontal__sidebar .sidebar .sidebar__item.sidebar__item_dropdown .sidebar__body .sidebar__body__scrollable__element {
  width: 410px;
  max-height: 350px;
}

.sidebar__item_dropdown.active .sidebar__head {
  background: unset !important;
}

body.horizontal__sidebar .sidebar .sidebar__menu .sidebar__item.sidebar__item_dropdown .sidebar__body {
  padding-top: 0 !important;
}

body.big__icons__sidebar.horizontal__sidebar:not(.dark__sidebar__color) .sidebar__item[href] .side__bar__item__text:hover {
  color: #8c85ff !important;
  border-bottom: 1px solid #000 !important;
  border-radius: unset !important;
}

body.horizontal__sidebar .sidebar .sidebar__menu .sidebar__item[href] span {
  border-radius: unset !important;
  border-bottom: 1px solid transparent;
}

body.horizontal__sidebar .sidebar .sidebar__menu .sidebar__item[href] {
  border-radius: unset !important;
}

body.horizontal__sidebar .sidebar .sidebar__menu .sidebar__item[href] span {
  border-radius: unset !important;
  border-bottom: 1px solid transparent;
}

.sidebar__top button span {
  border-radius: unset !important;
  border-bottom: 1px solid transparent !important;
}

.sidebar__top button span:hover {
  border-bottom: 1px solid #000 !important;
  /*border-radius: unset !important;*/
  /*color: #ff0000 !important;*/
}

body.big__icons__sidebar.horizontal__sidebar:not(.dark__sidebar__color) .sidebar__head .side__bar__item__text:hover {
  color: #613de6 !important;
}

.header__item.header__icon__small.header__item_user button.header__head {
  width: 40px ;
  height: 40px ;
}
.header-control-in-mobile-mode .header__item.header__icon__small.header__item_user button.header__head{
  width: 40px !important;
  height: 30px !important;
}
.header-control-in-mobile-mode .header__item_messages i.far.fa-bell {
    font-size: 22px;
    font-weight: 500;

}

.header__link.color {
  color: #5b636d !important;
}

.header__link.color i {
  color: #5b636d !important;
}

.header__link.active,
.header__link:hover {
  color: #613de6 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
    .header__item.header__icon__small.header__item_user button.header__head {
        width: 25px;
        height: 25px;
    }
    .header-control-in-desktop-mode button.header__head {
        margin-right: 8px;
    }
    .header-control-in-desktop-mode i.far.fa-bell {
        font-size: 20px;
    }
    body.big__icons__sidebar.horizontal__sidebar:not(.dark__sidebar__color) .sidebar__head .side__bar__item__text {
        font-size: 12px !important;
    }
    img.image__logo.icon.dark__logo, img.image__logo__tagline.dark__logo {
         display: none;
    }
    body.horizontal__sidebar:not(.fixed__top__horizontal__sidebar) .sidebar {
        position: fixed;
        top: 0;
    }
    body.big__icons__sidebar .sidebar__item[href] .side__bar__item__text {
        font-size: 12px !important;
    }
    .header__item.header__item_shopping.header__icon__small.right__notification.empty__cart a i {
        font-size: 20px;
    
    }
 
}