/* ========== '3*'�DG'� ~'�G ========== */

.img-slice {
  background: url("../images/slices.png") no-repeat;
}

.img-shop {
  background-position: -89px -37px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.row.row-header {
  align-items: center;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ========== '3*'�DG'� shop H count ========== */

@media screen and (min-width: 768px) {
  .shop .count {
    width: 22px;
    height: 22px;
    background-color: #3c3c3c;
    border-radius: 100%;
    line-height: 19px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-family: initial;
    z-index: 1;
    position: relative;
    position: absolute;
    top: -4px;
    right: -12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.99px) {
  .shop-link {
    font-size: 10px;
    align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .shop.d-none.d-md-block {
    display: inline-block !important;
  }
}

.shop .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 40px;
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.shop-link:hover {
  color: #fff;
}

@media screen and (max-width: 991.99px) {
  .shop-link {
    background-color: rgb(250, 196, 2);
    width: 34px;
    height: 35px;
    display: inline-flex;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
  }

  .shop .count {
    width: 22px;
    height: 22px;
    background-color: #363636;
    border-radius: 100%;
    line-height: 19px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-family: initial;
    z-index: 1;
    right: -23px;
    border: 1px solid #fac402;
    position: absolute;
    top: -1px;
  }
}

/* ========== '3*'�DG'� right-toolbar ========== */

.right-toolbar > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  z-index: 2;
}

.right-toolbar button::after {
  display: none !important;
}

@media screen and (max-width: 767.99px) {
  .right-toolbar span {
    margin-right: 15px;
    position: relative;
  }
}

/* ========== '3*'�DG'� line-reg H img-reg ========== */

.line-reg {
  display: inline-block;
  border: 0.2px solid rgba(250, 196, 2, 0.712);
  width: 1px;
  height: 25px;
  margin: 0 15px;
}

@media screen and (max-width: 991.99px) {
  .img-reg {
    background-position: -132px -33px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
}

/* ========== '3*'�DG'� logo ========== */

@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .logo {
    line-height: 3.5;
  }
}

@media screen and (max-width: 991.99px) {
  .d-block.logo.text-center {
    display: none !important;
  }

  .logo-mob img {
    width: 160px;
  }
}

.sticky-menu .logo img {
  width: 100px;
  transition: all 0.2s linear;
}

/* ========== '3*'�DG'� header ========== */

@media screen and (min-width: 768px) {
  .header.sticky-menu .banner-header {
    display: none !important;
  }
}

@media screen and (max-width: 991.99px) {
  .container-fluid.header.ps-md-0.pe-md-0.sticky-menu {
    padding-top: 14px !important;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: #363636;
}

.header.sticky-menu {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  box-shadow: 0px 0px 15px #605a5a;
}

.header.sticky-menu {
  padding-bottom: 5px !important;
}

@media screen and (min-width: 768px) {
  .sticky-menu {
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
  }
}

@media screen and (max-width: 767.99px) {
  .header.sticky-menu .row-header-mob {
    display: none !important;
  }

  .sticky-menu .banner-header {
    display: none !important;
  }
}

/* ========== '3*'�DG'� banner-header H row-header ========== */

.row.row-header {
  align-items: center;
}

/* ========== '3*'�DG'� row-menu-mob H menuTrigger ========== */

@media screen and (min-width: 992px) {
  .row-menu-mob {
    display: none !important;
  }
}

@media screen and (max-width: 991.99px) {
  .menuTrigger span {
    display: inline-block;
    vertical-align: middle;
  }

  .menuTrigger i {
    color: #fff;
    font-size: 26px;
    vertical-align: middle;
    margin-left: 20px;
  }
}

/* ========== '3*'�DG'� product_search ========== */

@media screen and (max-width: 991.99px) {
  .product_search form {
    display: flex;
    align-content: center;
    border-radius: 5px;
  }

  .product_search button i {
    font-size: 18px;
    vertical-align: middle;
    color: #8f8f8f;
  }

  .product_search {
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #452371;
  }

  .product_search button {
    background-color: transparent !important;
    height: 38px;
    padding: 0 10px;
  }
}

/* ========== '3*'�DG'� register H menu-account ========== */

@media screen and (min-width: 992px) {
  .register {
    position: relative;
  }
}

@media screen and (max-width: 991.99px) {
  .dropdown.me-2.register button::after {
    display: none !important;
  }
}

.register button {
  background-color: #fff;
  display: flex;
  width: 100% !important;
}

.menu-account li:not(:last-child) a {
  border-bottom: 1px dashed #d8d4d4;
}

.menu-account li {
  padding: 5px 20px;
  line-height: 3;
}

.menu-account li a {
  font-size: 13px;
  display: block;
  color: #424750;
  display: block;
  font-weight: 600;
  width: 100%;
}

.menu-account li:hover {
  background-color: #f0f0f1;
}

.menu-account {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border: none !important;
  min-width: 250px;
  padding: 0;
}

.menu-account li i {
  font-size: 17px;
  margin-left: 2px;
  vertical-align: middle;
}

/* ========== '3*'�DG'� icon-user H m-user-img ========== */

.m-user-img img {
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
}

/* ========== '3*'�DG'� menu ========== */

@media screen and (max-width: 991.99px) {
  .col-12.menu {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .row.menu {
    display: none !important;
  }

  .menu-mob {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-mob {
    background-color: #f9f9f9;
  }
}

@media screen and (min-width: 992px) {
  .menu .active.show {
    background-color: #fff;
  }
}

/* ========== '3*'�DG'� nav ========== */

.nav-link {
  color: #464646;
  font-size: 14px !important;
  font-weight: 500;
}

/* ========== '3*'�DG'� panel-menu H closePanel ========== */

.panel-menu {
  width: 300px;
  background-color: #fff !important;
  position: fixed;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
}

.panel-menu {
  z-index: 10;
}

.panel-menu > ul:nth-child(1) {
  overflow-y: auto !important;
  max-height: 100vh;
}

#panel-menu ul {
  padding-right: 0 !important;
  max-height: 100vh;
  overflow-y: auto;
}

.panel-menu ul li {
  list-style: none;
  width: 100%;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #edecec;
  color: #717471;
  font-weight: 500;
  font-size: 14px;
}

.panel-menu ul li {
  padding-left: 20px;
  padding-right: 10px;
}

.panel-menu.isOpen,
.subPanel.isOpen {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
}

.panel-menu > ul:nth-child(1) {
  overflow-y: auto !important;
  max-height: 100vh;
  width: 100%;
}

.panel-menu.isOpen::before {
  position: absolute;
  right: 300px;
  content: "";
  top: 0;
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 500%;
}

.panel-menu.isOpen .close-menu {
  padding: 0;
  width: 28px;
  height: 28px;
  font-size: 21px;
  color: #858585;
  line-height: 15px;
  text-align: center;
  line-height: 33px;
  float: left;
  position: absolute;
  left: 10px;
  top: 10px;
}

@media screen and (min-width: 992px) {
  #panel-menu {
    display: none;
  }
}

/* ========== '3*'�DG'� close-menu H closePanel ========== */

.close-menu .times {
  background: url("../images/nav-sprite.png") no-repeat -190px -288px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.closeSubPanel,
.closePanel,
.openSubPanel {
  cursor: pointer;
}

/* ========== '3*'�DG'� header-menu H btn-menu ========== */

.btn-menu {
  background-color: #f3f3f3 !important;
  width: 100%;
  line-height: 40px;
  padding: 5px;
  padding-right: 5px;
  cursor: pointer;
  border-bottom: 1px solid rgb(218 218 218);
  color: #858585;
  padding-right: 21px;
}

/* ========== '3*'�DG'� main-menu H openSubPanel ========== */

.main-menu a {
  color: #717471;
  font-weight: 500;
  font-size: 14px;
}

.openSubPanel {
  position: relative;
  cursor: pointer;
  z-index: 1;
  text-align: right;
  width: 100%;
  display: block;
}

.openSubPanel .arow-menu {
  color: #879496;
  font-size: 22px;
}

/* ========== '3*'�DG'� arow-menu ========== */

.arow-menu i {
  background: url("../images/nav-sprite.png") no-repeat -137px -288px;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}

.arow-menu {
  position: absolute;
  left: 0;
  top: 0;
  height: 29px;
  color: #879496;
}

/* ========== '3*'�DG'� subPanel H closeSubPanel ========== */

.close-li {
  background-color: #f3f3f3 !important;
}

.subPanel {
  width: 300px;
  background-color: #fff !important;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
  padding-right: 0 !important;
}

.subPanel {
  z-index: 20;
}

.closeSubPanel i {
  background: url("../images/nav-sprite.png") no-repeat -136px -309px;
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}

/* ========== '3*'�DG'� c-navi ========== */

.c-navi.js-navi {
  transition: all 0.5s linear;
  position: relative;
}

.c-navi__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

/* ========== '3*'�DG'� c-navi-new-list ========== */

.c-navi-new-list__category-item {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 30px;
}

.c-navi-new-list__categories > .c-navi-new-list__category-item,
.c-navi-new-list__categories > .c-navi-new-list__promotion-item,
.c-navi-new-list__promotions > .c-navi-new-list__category-item,
.c-navi-new-list__promotions > .c-navi-new-list__promotion-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  width: 100%;
  align-items: flex-end;
}

.c-navi-new-list__category-item > li {
  line-height: 2.5 !important;
}

.c-navi-new-list__category-item > li > a {
  color: #ebebeb;
  font-size: 13px;
}

.c-navi-new-list > li {
  list-style: none;
}

.c-navi-new-list__categories > .c-navi-new-list__category-item > li:hover,
.c-navi-new-list__categories > .c-navi-new-list__promotion-item > li:hover,
.c-navi-new-list__promotions > .c-navi-new-list__category-item > li:hover,
.c-navi-new-list__promotions > .c-navi-new-list__promotion-item > li:hover {
  z-index: 3;
}

.c-navi-new-list__a {
  display: block;
  position: relative;
  height: 100%;
  padding: 8px 9px 7px;
  color: #fff;
  white-space: nowrap;
  font-size: 11px;
  font-size: 0.786rem;
  line-height: 25px;
  max-width: 116px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-navi-new-list__a {
  max-width: 140px;
  max-width: unset;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  padding: 10px 20px 9px;
}

.c-navi-new-list__a--promotion {
  max-width: unset;
  background-color: #4f4f4f;
}

.c-navi-new-list__category-link {
  display: block;
  color: #87888d;
  font-size: 13px;
}

.c-navi-new-list__category-item > li > a:hover {
  color: #fff;
}

.c-navi-new-list__category-link--plus {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-navi-new-list__category-link--visible-in-wide {
  display: none;
}

.c-navi-new-list__category-link--visible-in-wide {
  display: block;
}

.c-navi-new-list__category-send-to {
  color: #81858b;
  margin-left: 4px;
}

.c-navi-new-list__category-item > li {
  font-size: 13px;
  margin-left: 16px;
  font-weight: 300;
}

.c-navi-new-list__category-item > li:hover {
  cursor: pointer;
  color: #fff;
}

/* ========== '3*'�DG'� c-navi-new-list__categories ========== */

.c-navi-categories__overlay {
  position: fixed;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(27, 10, 10, 0.69);
  opacity: 0;
  z-index: 233;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  pointer-events: none;
}

.c-navi-categories__overlay.is-active {
  opacity: 1;
  pointer-events: all !important;
}

/* ========== '3*'�DG'� js-mega-menu-main-item ========== */

.js-mega-menu-main-item {
  background-color: #65634d;
  border-radius: 7px;
  padding: 2px 5px;
  color: #ebebeb;
}

/* ========== '3*'�DG'� img-menu-cat ========== */

.img-menu-cat {
  background-position: 0 -92px;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* ========== '3*'�DG'� c-navi-new-list__sublist ========== */

.c-navi-new-list__options-container {
  height: 100%;
  width: 100%;
  padding: 12px;
}

.c-navi-new-list__options-container {
  overflow: hidden;
  padding-left: 10px;
}

.c-navi-new-list__options-list {
  display: none !important;
}

.c-navi-new-list__options-list.is-active {
  display: block !important;
}

.c-navi-new-list__options-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 350px;
  padding-right: 0 !important;
  overflow-y: auto;
}

.c-navi-new-list__options-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 450px;
  padding-right: 0 !important;
  overflow-y: auto;
}

.c-navi-new-list__options-list ul li {
  list-style: none;
  text-align: right;
}

.c-navi-new-list__options-list ul li a:hover {
  color: #000;
}

.c-navi-new-list__sublist {
  position: absolute;
  top: 100%;
  display: none;
  right: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  padding: 0;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  width: 100% !important;
}

.is-fmcg .c-navi-new-list__sublist {
  height: unset;
  padding-bottom: 65px;
  padding-left: 100px;
}

.c-navi-new-list__sublist:hover + .c-navi-new-list__a {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.c-navi-new-list__sublist:hover + .c-navi-new-list__a:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
  height: 2px;
  background-color: #ef5661;
}

/* ========== '3*'�DG'� js-mega-menu-categories-options ========== */

/* '�F �D'3 /1 �/ F�3* 'E' EE�F '3* /1 HTML '3*A'/G 4H/ */

/* ========== '3*'�DG'� c-navi-new__ads-holder ========== */

.c-navi-new__big-display-title {
  display: none !important;
}

.c-navi-new__medium-display-title {
  display: block !important;
}

.c-navi-new__ads-holder .ad-is-active {
  display: none;
}

.c-navi-new__ads {
  width: 100%;
  display: none;
  max-width: 285px;
  min-height: 240px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-navi-new__ads--banners {
  width: 100%;
}

.c-navi-new__ads--banners .banner-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 214px;
  max-height: 214px;
  text-align: center;
  position: relative;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e0e0e2;
  border-radius: 16px 16px 16px 6px;
}

.c-navi-new__ads--banners .banner-item .banner-item-ad {
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-navi-new__ads--banners .banner-item img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}

.c-navi-new__ads--brand-holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-navi-new__ads--brand-holder h3 {
  color: #030a16;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 21px;
}

.c-navi-new__ads--brands {
  width: 100%;
  margin-top: 8px;
  max-height: 90px;
}

.c-navi-new__ads--brands,
.c-navi-new__ads--brands .brand-item {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-navi-new__ads--brands .brand-item {
  width: 90px;
  padding: 10px;
  overflow: hidden;
  margin-left: 8px;
  text-align: center;
  border-radius: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e0e0e2;
}

.c-navi-new__ads--brands .brand-item img {
  width: 100%;
}

.c-navi-new__big-display-title {
  display: block !important;
}

.c-navi-new__medium-display-title {
  display: none !important;
}

.c-navi-new__ads.js-categories-ad.ad-is-active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.c-navi-new__big-display-title {
  font-size: 13px;
  line-height: 2.2;
  font-weight: 300;
  color: #3f4064;
}

/* ========== '3*'�DG'� c-navi-new-list__inner-categories ========== */

.c-navi-new-list__inner-categories {
  background-color: #fff;
  border-left: 1px solid #f0f0f1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 20%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-navi-new-list__inner-categories {
  max-width: 230px;
}

/* ========== '3*'�DG'� c-navi-new-list__inner-category ========== */

.c-navi-new-list__inner-category {
  padding: 8px;
  font-weight: 500;
  color: #3f4064;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5;
}

.c-navi-new-list__inner-category.js-mega-menu-category:hover {
  color: #c39730;
  transition: all 0.2s linear;
}

.c-navi-new-list__inner-category.js-mega-menu-category.c-navi-new-list__inner-category--hovered {
  color: #fac402 !important;
}

/* ========== '3*'�DG'� c-navi-new-list__inner-category--hovered ========== */

.c-navi-new-list__inner-category--hovered {
  padding: 8px 10px;
  color: #c39730;
  transition: all 0.2s linear;
}

.c-navi-new-list__inner-category--hovered .ico-menu {
  transition: all 0.2s linear;
}

/* ========== '3*'�DG'� ico-menu ========== */

.ico-menu,
.ico-menu img {
  width: 30px !important;
  height: 35px !important;
  border-radius: 5px;
}

.ico-menu {
  margin-left: 5px;
  box-shadow: 0px 1px 5px #ccc;
}

.ico-menu img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
}

/* ========== '3*'�DG'� c-navi-new-list__options-list ========== */

/* B(D'K '6'AG 4/ */

/* ========== '3*'�DG'� c-navi-new-list__sublist-top-bar ========== */

.c-navi-new-list__sublist-top-bar {
  padding: 8px 0 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.c-navi-new-list__sublist-see-all-cats,
.c-navi-new-list__sublist-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ========== '3*'�DG'� c-navi-new-list__sublist-see-all-cats ========== */

.c-navi-new-list__sublist-see-all-cats {
  font-size: 16px;
  line-height: 1.833;
  font-weight: 700;
  color: #424750;
}

/* ========== '3*'�DG'� txt_bold ========== */

/* '�F �D'3 /1 A'�D �'A* F4/ - '-*E'D'K /1 A'�D /̯1� *91�A 4/G */

/* ========== '3*'�DG'� is-active ========== */

.c-navi-categories__overlay.is-active {
  opacity: 1;
  pointer-events: all !important;
}

.c-navi-new-list__options-list.is-active {
  display: block !important;
}

.js-navi-overlay-search.is-active {
  opacity: 1;
  pointer-events: all !important;
}

.js-navi-overlay-search.is-active.no-active {
  display: none;
}

/* ========== '3*'�DG'� /̯1 E1*(7 (' EFH ========== */

.c-navi-new-list__sublist-option {
  direction: rtl;
  text-align: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 25%;
  font-size: 14px;
  font-weight: 700;
  max-width: 100%;
  list-style: none;
  vertical-align: middle;
}

.is-fmcg .c-navi-new-list__sublist-option {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

.c-navi-new-list__sublist-option--title {
  direction: rtl;
  text-align: right;
  position: relative;
}

.c-navi-new-list__sublist-option--title a {
  color: #000;
  text-decoration: none;
  font-size: 13px !important;
  font-weight: 700 !important;
  position: relative;
}

.c-navi-new-list__sublist-option {
  direction: rtl;
  text-align: right;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  width: 14.5%;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  max-width: 100%;
  list-style: none;
  vertical-align: middle;
}

/* ========== '3*'�DG'� has-sub (EFH� /1'~/'HF) ========== */

li.has-sub li,
.has-sub ul li {
  list-style: none;
}

.has-sub ul {
  position: absolute;
  left: -9999px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 14px !important;
  padding: 10px 0 5px 0;
  background: #fff;
}

li.has-sub ul li a:hover {
  color: #fff;
  background-color: #d7a11a;
}

li.has-sub:hover > ul {
  left: auto;
}

li.has-sub:hover > ul > li {
  height: 45px;
}

li.has-sub ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  list-style: none;
}

li.has-sub ul li a {
  padding: 0 15px;
  width: 200px;
  font-size: 13px;
  text-decoration: none;
  color: #333;
  font-weight: 400;
  line-height: 2.7;
  box-shadow: 0px 0px 4px #9f9f9f;
  margin: 0 10px 10px 10px;
  border-radius: 9px;
  text-align: right;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

li.has-sub li.has-sub > a::before {
  position: absolute;
  top: 13px;
  left: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ccc;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

li.has-sub li.has-sub > a::after {
  position: absolute;
  top: 16px;
  left: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ccc;
  content: "";
}

li.has-sub ul ul {
  margin-right: 100%;
  top: 0;
  z-index: 2;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.has-sub i,
.c-navi-new-list__category-item > li i {
  font-size: 7px;
  vertical-align: middle;
  color: #ebebeb;
}

.has-sub > a {
  padding: 0;
  display: block;
  color: #284258;
  font-size: 13px;
}

/* ========== '3*'�DG'� search overlay ========== */

.js-navi-overlay-search {
  position: fixed;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(74, 74, 74, 0.85);
  opacity: 0;
  z-index: 99999;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  pointer-events: none;
}

/* ========== '3*'�DG'� frm-search ========== */

.frm-search input {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  width: calc(100% - 30px);
}

.frm-search {
  display: flex;
  align-items: center;
  padding: 4px 4px;
  background-color: #3c3c3c;
  border-radius: 11px;
}

.frm-search input::-webkit-input-placeholder {
  color: #9b9b9b !important;
  font-size: 12px;
}

.frm-search input::-moz-placeholder {
  color: #9b9b9b !important;
  font-size: 12px;
}

.frm-search input:-ms-input-placeholder {
  color: #9b9b9b !important;
  font-size: 12px;
}

.frm-search input:-moz-placeholder {
  color: #9b9b9b !important;
  font-size: 12px;
}

@media screen and (min-width: 1200px) {
  .frm-search {
    width: 96%;
  }
}

/* ========== '3*'�DG'� img-search ========== */

.img-search span {
  background-position: -109px -6px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.img-search {
  background-color: #fac402;
  width: 33px;
  height: 32px;
  display: inline-block;
  border-radius: 8px;
}

.img-search.icon-slice {
  margin-right: 10px;
}

/* ========== '3*'�DG'� mini-cart H dropdown ========== */

.mini-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 330px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.mini-cart-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;
  padding: 5px 10px;
  border-bottom: 4px solid #f6f6f6;
}

.mini-cart-products {
  max-height: 280px;
  overflow-y: auto;
}

.mini-cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  margin: 10px;
}

.mini-cart-product-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}

.mini-cart-product-thumbnail a {
  display: block;
  position: relative;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mini-cart-product-thumbnail a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  border-radius: 10px;
  opacity: 0.03;
  z-index: 10;
}

.mini-cart-product-thumbnail img {
  max-width: 100%;
}

.mini-cart-product-detail {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 15px;
  position: relative;
}

.mini-cart-product-brand {
  font-weight: 700;
  margin-bottom: 5px;
}

.mini-cart-product-detail a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mini-cart-product-title {
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 700;
}

.mini-cart-purchase-info {
  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;
}

.mini-cart-product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mini-cart-product-price {
  font-weight: bold;
}

.mini-cart-product-remove {
  position: absolute;
  top: -2px;
  left: -2px;
  border: 0;
  background-color: transparent;
  z-index: 1;
}

.mini-cart-product-remove i {
  color: #000 !important;
}

.mini-cart-footer {
  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;
  padding: 5px 10px;
  border-top: 4px solid #f6f6f6;
}

.mini-cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mini-cart-total-label {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}

.mini-cart-total-value {
  font-size: 18px;
  font-weight: bold;
}

#dropdownMenuButton1 {
  border-radius: 10px;
  background-color: rgb(250, 196, 2);
  width: 42px;
  height: 42px;
  position: relative;
  padding: 0 !important;
  text-align: center;
}

#dropdownMenuButton2 {
  background-color: transparent !important;
  border: 0.5px solid rgba(250, 196, 2, 0.712);
  border-radius: 12px;
  text-align: center;
  padding: 6px 26px;
  color: #ebebebed;
  font-size: 16px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991.99px) {
  #dropdownMenuButton2 {
    background-color: rgb(250, 196, 2);
    width: 34px;
    height: 35px;
    display: inline-flex;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
  }

  #dropdownMenuButton2::after {
    display: none !important;
  }
}

@media screen and (max-width: 767.99px) {
  #dropdownMenuButton2 {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.99px) {
  #dropdownMenuButton2 {
    font-size: 10px;
  }
}

/* ========== '3*'�DG'� search-result ========== */

.search-result {
  background-color: #fff;
  box-shadow: 0px 6px 8px #828080;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  position: absolute;
  top: 40px;
  right: 0;
  width: 100%;
  height: 150px;
  overflow-y: auto;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .search-result {
    width: calc(100% - 2rem) !important;
  }
}

.search-result-list li {
  list-style: none;
  text-align: right;
  line-height: 2;
  border-bottom: 1px solid #eee;
  padding: 5px;
  font-size: 13px;
}

.search-result-list li a {
  color: #000;
}

/* ========== '3*'�DG'� /̯1 ========== */

.img-main-category {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  position: relative;
}

.img-main-category img {
  width: 25px !important;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-navi-new-list__category.c-navi-new-list__category--main i {
  font-size: 20px;
  vertical-align: middle;
}

@media screen and (min-width: 992.99px) and (max-width: 1023.99px) {
  .c-navi-new-list__category-link {
    font-size: 13px;
  }
}



/* ========== FIX: زیرمنوها زیر هم نمایش داده شوند ========== */

li.has-sub ul {
  min-width: 200px;           /* عرض حداقل */
  padding: 10px 0;            /* فاصله داخلی */
}

li.has-sub ul li {
  height: 0;
  overflow: hidden;
  transition: all 0.25s ease;
  display: block !important;  /* مهم: نمایش بلوکی */
  width: 100% !important;     /* مهم: عرض کامل */
}

li.has-sub:hover > ul > li {
  height: 45px !important;    /* ارتفاع واقعی */
}


.has-sub i, .c-navi-new-list__category-item > li i {
    width: 50px;
    /*height: 50px;*/
    display: inline-block;
    vertical-align: middle;
}


.has-sub i, .c-navi-new-list__category-item > li i {
    font-size: 7px;
    vertical-align: middle;
    color: #363636;
}