* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
}

ul,
p {
  margin-bottom: 0 !important;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  direction: rtl;
  height: 100%;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none !important;
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_Black.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf") format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Bold.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
}

@font-face {
  font-family: "vazir";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/FlowBold_MRT.woff2") format("woff2");
}

@font-face {
  font-family: "vazir";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FlowBold_MRT2.woff2") format("woff2");
}

body {
  direction: rtl !important;
  font-family: IRANSans;
  font-weight: normal;
  font-size: 13px;
  line-height: 2;
  position: relative;
  overflow-x: hidden;
}

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

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.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;
}
.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;
}

.c-navi-new-list__a-hover {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 0;
  z-index: 3;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.c-navi-new-list__a-hover.is-fmcg > div:before {
  background-color: #9dc44d;
}
.c-navi-new-list__a-hover > div {
  width: 100%;
  height: 100%;
}
.c-navi-new-list__a-hover > div:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 4;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #0e4b2a;
}
.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;
  justify-content: space-around;
}
.c-navi-new-list__category-item > li {
  line-height: 3 !important;
}
.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--promotion {
  max-width: unset;
  background-color: #4f4f4f;
}
.c-navi-new-list__promotion-item--big .c-navi-new-list__a:before,
.c-navi-new-list__promotion-item--small .c-navi-new-list__a:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
  height: 2px;
  background-color: #ef5661;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-navi-new-list__promotion-item--big .c-navi-new-list__a:hover,
.c-navi-new-list__promotion-item--small .c-navi-new-list__a:hover {
  -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__promotion-item--big
  .c-navi-new-list__a:hover
  + .c-navi-categories__overlay,
.c-navi-new-list__promotion-item--small
  .c-navi-new-list__a:hover
  + .c-navi-categories__overlay {
  opacity: 1;
}
.c-navi-new-list__promotion-item--big .c-navi-new-list__a:hover:before,
.c-navi-new-list__promotion-item--small .c-navi-new-list__a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.c-navi-new-list__options-container {
  height: 100%;
  width: 100%;
  padding: 12px;
}
.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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 400px;
  padding-right: 0 !important;
  flex-direction: inherit;
  overflow-y: auto;
}
.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;
}
.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: 14px !important;
  font-weight: 500 !important;
  position: relative;
}
.c-navi-new-list__sublist-option--title a i {
  vertical-align: middle;
  max-height: 10px;
  font-size: 12px;
}
.c-navi-new-list__sublist-option--title a:hover {
  color: #000;
}
.c-navi-new-list__sublist-option--item {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 2.27;
  font-weight: 400;
  color: #81858b;
}
.c-navi-new-list__sublist-option--item a:hover {
  color: #000;
}
.c-navi-new-list__sublist-option--has-icon {
  direction: rtl;
  text-align: right;
}

.c-navi-new-list__category.c-navi-new-list__category--main i {
  color: #333333;
}
.c-navi-new-list__category-link {
  display: block;
  color: #636363;
  font-size: 14px;
  font-weight: 400;
}
.c-navi-new-list__category-item > li > a:hover {
  color: #0e4b2a;
}
.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-send-to {
  color: #81858b;
  margin-left: 4px;
}
.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__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;
}
.c-navi-new-list__sublist-see-all-cats {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  font-weight: 700;
  color: #424750;
}
.c-navi-new-list__inner-category {
  padding: 8px;
  font-weight: 600;
  color: #000;
  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: 2;
}
.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-dp-header-submenu {
  width: 100%;
  padding: 16px 12px 12px;
}

.c-dp-header-submenu,
.c-dp-header-submenu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-header__menu-handler {
  width: 55px;
}

.c-header__menu-handler:before {
  right: 12px;
}

.c-header__action {
  -ms-flex: 0 0 370px;
  -webkit-box-flex: 0;
  flex: 0 0 370px;
  max-width: 370px;
}

.c-header__seller {
  display: block;
}

.c-navi-categories,
.c-navi__button {
  -ms-flex: 0 0 110px;
  -webkit-box-flex: 0;
  flex: 0 0 110px;
  max-width: 110px;
}

.c-navi-list {
  -ms-flex: 0 0 calc(100% - 525px) 370px;
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 525px) 370px;
  max-width: calc(100% - 525px) 370px;
}

.c-main-menu:before,
.c-main-menu__root {
  width: 110px;
}

.c-subcategory-collage__col {
  -ms-flex: 0 0 29.7%;
  -webkit-box-flex: 0;
  flex: 0 0 29.7%;
  max-width: 29.7%;
}

.c-subcategory-collage__col--main {
  -ms-flex: 0 0 70.3%;
  -webkit-box-flex: 0;
  flex: 0 0 70.3%;
  max-width: 70.3%;
  margin-bottom: 0;
}

.c-subcategory-collage__col .c-subcategory-collage__cover {
  width: auto;
  float: none;
}

.c-subcategory-collage__col
  .c-subcategory-collage__cover
  + .c-subcategory-collage__cover {
  margin-left: 0;
  margin-top: 20px;
}

.c-subcategory-collage__cover {
  height: 144px;
}

.c-category-collage__col {
  -ms-flex: 0 0 22.7%;
  -webkit-box-flex: 0;
  flex: 0 0 22.7%;
  max-width: 22.7%;
}

.c-category-collage__col--main {
  -ms-flex: 0 0 54.6%;
  -webkit-box-flex: 0;
  flex: 0 0 54.6%;
  max-width: 54.6%;
}

.c-category-collage__col:nth-child(n + 3) {
  display: block;
}

.c-category-card__header {
  font-size: 20px;
  font-size: 1.429rem;
  line-height: 1.1;
}

.c-category-card__list {
  padding-top: 23px;
}

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

.c-navi-new-list__sublist-adplacement {
  width: 350px;
}

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

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

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

.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__big-display-title {
  font-size: 12px;
  line-height: 2.27;
  font-weight: 300;
  color: #5b5b5b;
}

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: #0e4b2a;
}
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: #284258;
  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 {
  font-size: 7px;
  vertical-align: middle;
}

.c-navi-new-list__category-item > li {
  text-align: center;
  color: #044422;
  margin-left: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.has-sub > a {
  display: block;
  color: #636363;
  font-size: 14px;
  font-weight: 400;
}

.c-navi-new-list__category-item > li i {
  font-size: 7px;
  vertical-align: middle;
}
.set > span {
  font-size: 14px;
  display: block;
  position: relative;
  color: #fff;
}

.lnk-footers li a {
  color: #ffffffb9;
  font-size: 12px;
  font-weight: 300;
}

.owl-theme .owl-dots .owl-dot span {
  background: #b4b4b4;
}
.footer-about .bld {
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .js-collapsible__body {
    font-size: 15px;
  }
  .inf-sec::before {
    position: absolute;
    background: url("../images/vector-right.jpg");
    left: 0;
    bottom: 0;
    content: "";
    width: 90px;
    height: 167px;
  }
  .inf-sec::after {
    position: absolute;
    background: url("../images/vector-left.png");
    right: 0;
    bottom: 0;
    content: "";
    width: 112px;
    height: 129px;
  }
  .inf-sec .container {
    position: relative;
    z-index: 2;
  }
  .main-tiltle-counter {
    font-size: 36px;
  }
  .ct-counter-inner {
    padding: 20px;
  }
  .ct-counter-number-value.count-text {
    font-size: 1.5rem;
  }
  .lbl-brand-section {
    height: 100px;
    display: flex !important;
    padding: 20px 10px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 0.25px solid rgba(89, 89, 89, 0.264);
    border-radius: 10px;
    line-height: 1;
  }

  .owl-send .owl-item:not(:last-child) .item::after {
    position: absolute;
    content: "";
    left: -28px;
    top: 15px;
    width: 1px;
    height: 97%;
    background-color: #c1c1c1;
    border-radius: 25px;
  }
  .accordion-container .col-12:last-child {
    display: flex;
    justify-content: flex-end;
  }
  .d-flex.flex-cal > div {
    width: calc(100% - 100px);
  }
  .more-lnk {
    font-size: 16px;
  }

  .cascade-slider_container {
    height: 600px;
    padding-top: 50px;
  }
  .address-lbl {
    font-weight: 300;
  }
  .d-md-flex.text-md-end {
    align-items: center;
    justify-content: flex-end;
  }

  .img-reg {
    margin-right: 10px;
  }
  .owl-news .owl-dots {
    margin: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .owl-news .item {
    margin-top: 30px;
  }

  .link-title-section a {
    font-size: 14px;
  }

  .logo-category-image {
    height: 115px;
    width: 115px;
    border-radius: 100% !important;
    margin: auto;
  }

  .copy {
    font-size: 12px;
  }

  .namd li {
    margin-right: 5px;
    width: 100px;
    height: 119px;
    line-height: 119px;
  }

  .soon-wrapper[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-separator
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .soon-wrapper[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .soon[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-separator
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .soon[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner {
    min-width: 25px !important;
  }










/* استایل های تایمر با توجه به کلاس های شما */
.soon-wrapper[data-visual] > .soon-group > .soon-group-inner > .soon-group-separator > .soon-group-inner > .soon-group-sub > .soon-group-inner,
.soon-wrapper[data-visual] > .soon-group > .soon-group-inner > .soon-group-sub > .soon-group-inner,
.soon[data-visual] > .soon-group > .soon-group-inner > .soon-group-separator > .soon-group-inner > .soon-group-sub > .soon-group-inner,
.soon[data-visual] > .soon-group > .soon-group-inner > .soon-group-sub > .soon-group-inner {
    min-width: 25px !important;
}





/* استایل های اضافی برای نمایش بهتر تایمر */
.soon-timer {
    display: flex;
    justify-content: center;
    gap: 8px;
    font-family: 'Yekan', 'IRANSans', sans-serif;
    direction: ltr;
}

.soon-timer-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 25px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 5px;
}

.soon-timer-value {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.soon-timer-label {
    font-size: 10px;
    color: #ccc;
    margin-top: 2px;
}

.soon-timer-separator {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 2px;
}



















  .pl-md-60 {
    padding-top: 30px;
  }

  .title-footer {
    font-size: 15px;
  }

  .set > span i {
    display: none;
  }

  .title-footer {
    position: relative;
  }

  .logo {
    text-align: left;
  }
}

.title0category {
  color: #666;
  font-size: 13px;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 12px;
}

.owl-carousel img {
  max-width: 100% !important;
}

.big-img-category {
  height: 100%;
}
.container {
  margin: 0 auto;
  max-width: 1676px !important;
}
.owl-theme .owl-dots .owl-dot {
  background-color: transparent !important;
}
.owl-nav {
  margin: 0 !important;
  direction: ltr;
}

.card-body.text-block p {
  margin: 1.71429rem 0 !important;
  line-height: 2;
}

.google-account {
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  border-top: 1px solid #eee;
  line-height: 44px;
}

.btn.btn-outline-primary:hover {
  background-color: #f8f8f8 !important;
  border-color: #0fa7ad !important;
}

@media screen and (min-width: 768px) and (max-width: 991.99px) {
  .owl-stage {
    padding-right: 0 !important;
  }
  .namd.p-0 {
    text-align: center;
  }
  .text-t-center {
    text-align: center;
  }
  .mt-t-15 {
    margin-top: 15px;
  }
}

.owl-send .item {
  min-width: 25%;
}

.accordion-container .set > span i {
  position: absolute;
  left: 0;
  top: 17px;
  color: #dfe1e361;
  font-size: 10px;
}

.owl-brands a {
  display: block !important;
  width: 100%;
  float: right;
}

.owl-brands img {
  max-width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 991.99px) {
  .product_search .menuTrigger {
    display: none;
  }
  .header.sticky-menu .menuTrigger {
    display: block;
  }

  .shop-link {
    background-color: transparent !important;
    border: none !important;
    position: relative;
  }
  .pr-padding {
    margin-bottom: 8px;
    padding-left: 0 !important;
  }

  .row.row-banner {
    margin-right: -10px !important;
  }

  .col-12.menu {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .d-block.logo.text-center {
    display: none !important;
  }

  .js-categories-bar-item {
    display: none !important;
  }

  .menuTrigger span {
    display: inline-block;
    vertical-align: middle;
  }

  .link-footer {
    background-color: #eceff1;
  }
  .text-center.more a span {
    font-size: 11px;
  }

  .cost.text-right.p-3 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .img-pro.item {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .owl-pro .item,
  .owl-wnd .item {
    margin: 5px;
  }

  .cost.text-left.p-0 {
    text-align: left !important;
    padding-left: 10px !important;
  }
  .col-md-5.col-12.p-0.order-md-5 {
    background-color: #ebebeb;
  }

  .reg {
    display: none !important;
  }

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

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

  .toolbar-desc li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
  }

  .container {
    max-width: 100%;
  }

  .footer-bottom {
    text-align: center;
  }

  .namd {
    margin: 18px 0 5px 0 !important;
  }

  .footer-bottom .col-lg-3 {
    padding: 0 !important;
  }
}

.title-footer {
  font-weight: 600;
  display: block;
  color: #404040;
}

.lnk-footers li {
  line-height: 2;
  position: relative;
  list-style-type: none !important;
}

.card.crd-category {
  border-radius: 20px;
  border: none;
}

@media screen and (min-width: 992px) {
  .flex-lng {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .right-toolbar {
    align-items: center;
    justify-content: flex-end;
  }
  .img-shop {
    margin-right: 12px;
  }
  .search-desc {
    width: 65%;
    margin-right: 3%;
    top:20px;
  }
  .menuTrigger {
    display: flex;
    align-items: center;
    font-size: 17px;
    cursor: pointer;
  }
  .menuTrigger i {
    font-size: 28px;
    cursor: pointer;
  }

  #dropdownMenuButton2::after {
    display: none !important;
  }
  .register button {
    background-color: transparent !important;
    color: #404040;
  }
  .row.menu {
    background-color: #fff;
  }

  .shop.d-none.d-md-block {
    display: inline-block !important;
  }

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

  .logo {
    line-height: 3.5;
  }

  .timer {
    margin-bottom: 6px;
  }

  .title-footer {
    margin-bottom: 3px !important;
  }

  .owl-pro .item,
  .owl-wnd .item {
    margin-left: 7px;
    margin-right: 7px;
  }

  .more a {
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    padding: 7px 22px;
  }

  .owl-send .item {
    position: relative;
  }

  #panel-menu {
    display: none;
  }

  .register {
    position: relative;
  }

  .menu .active.show {
    background-color: #fff;
  }

  .nav.tab-menu.nav-pills {
    background-color: #eee;
  }

  .namd {
    text-align: left;
  }
}

.adv-banner li {
  list-style: none;
  margin-bottom: 12px;
}

.owl-theme.owl-brands a {
  display: block;
  background-color: #fff;
}

.big-img-category {
  display: block;
}

.big-img-category img {
  width: 100% !important;
  height: 100% !important;
}

.categori-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555;
  font-size: 13px;
  text-align: center;
  padding: 8px;
  margin-bottom: 0 !important;
}
#dropdownMenuButton1::after {
  display: none !important;
}
@media screen and (max-width: 991.99px) {
  #dropdownMenuButton2::after {
    display: none !important;
  }
  .register button {
    background-color: #fff !important;
    color: #000;
  }
  .register button {
    width: 34px !important;
  }
  #dropdownMenuButton2 {
    border: none !important;
    margin-right: -5px;
  }

  .logo-mob img {
    max-width: 130px;
  }

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

  .product_search form {
    display: flex;
    align-content: center;
    border-radius: 5px;
    border: 1px solid #eee;
    width: 100%;
  }

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

  .product-thumb.list-view .image a {
    min-height: 128px;
    width: 140px !important;
  }

  .cart-info {
    max-height: 30vh;
    overflow-y: auto;
  }

  .page {
    overflow-x: hidden;
  }

  .site-name {
    padding-right: 15px !important;
  }

  .p-mob-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .caption-section {
    margin-bottom: 13px;
  }
  .img-icon {
    width: 75px;
    height: 84px;
    background-size: contain !important;
  }

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

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

  .more a {
    border: 1px solid #dcdde0;
    border-radius: 15px;
    color: #fff;
    padding: 5px 15px;
  }

  .copy {
    text-align: center !important;
  }

  .c-left span {
    display: inline-block !important;
    vertical-align: middle;
  }

  .owl-brands .owl-prev {
    left: -45px;
  }

  .owl-brands .owl-next {
    right: -45px;
  }

  .product-carousel {
    padding-top: 0 !important;
  }

  .product-image-box img {
    width: 80% !important;
  }

  div#accordian > ul {
    max-height: 90vh;
    overflow-y: auto;
  }

  #search-field {
    line-height: 3;
    width: calc(100% - 40px);
    border-radius: 13px;
    padding-right: 10px;
  }

  .footer-bar ul li.search.active .site-search {
    bottom: 100%;
    visibility: visible;
  }

  .footer-cart-contents {
    position: relative;
  }

  .toolbar-desc .count {
    position: absolute;
    top: -20px;
    background-color: #ffb4cb;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    color: #fff;
    line-height: 22px;
    right: -6px;
    z-index: 2;
    text-align: center;
  }

  .product_search {
    background-color: #fff;
    border-radius: 13px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

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

  .my-account img {
    width: 33px;
  }

  #search {
    display: block;
    cursor: pointer;
  }

  .footer-bar ul li svg {
    width: 40px;
  }
  .img-pro img {
    width: 100% !important;
  }
  .title-footer {
    font-size: 13px;
  }

  .title-footer {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .owl-brands img {
    width: auto !important;
    margin: auto;
  }

  .frm-search {
    width: 100%;
    min-width: 422px;
    margin: auto;
  }
}

.lnk-footers li a:hover {
  color: #fff;
  transition: all 0.2s linear;
  text-decoration: underline !important;
  font-weight: 500;
}

.img-pro img {
  width: 100% !important;
}

.owl-brands .owl-item:hover img {
  filter: none !important;
}

.owl-brands .owl-item img {
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease 80ms;
  -moz-transition: all 0.5s ease 80ms;
  -ms-transition: all 0.5s ease 80ms;
  -o-transition: all 0.5s ease 80ms;
  transition: all 0.5s ease 80ms;
}

.title-footer.un-link span {
  position: relative;
}

.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
}

.product-carousel .owl-nav [class*="owl-"] {
  margin: 0 !important;
}

@media screen and (min-width: 1320px) {
}

.price {
  text-align: center;
  color: #666;
}

@media screen and (max-width: 570.99px) {
}

.category-info a {
  display: block;
}

.all-categori.mr-auto {
  z-index: 13;
}

.all-categori > a {
  color: #464646 !important;
  font-size: 14px !important;
  font-weight: 500;
}

.timer > span {
  display: inline-block;
  vertical-align: middle;
}

.owl-pro .item,
.owl-wnd .item {
  min-width: 120px;
  background-color: #fff;
  margin-bottom: 12px;
  margin-top: 12px;
  -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  border-radius: 13px;
}
.owl-pro .item {
  border: 1px solid #cdcdcd;
}
.owl-wnd .item {
  border: 1px solid #fff;
}
.owl-wnd .item {
  min-width: 120px;
  margin-bottom: 12px;
  -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  margin-bottom: 20px;
  margin-top: 10px;
  border-radius: 13px;
  padding-bottom: 8px;
}

.owl-pro .item:hover,
.owl-wnd .item:hover {
  box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.13);
  border-color: #0f786d;
}

.owl-slider .owl-dots,
.owl-inner-slide .owl-dots {
  position: absolute;
  margin-top: 0 !important;
  padding-top: 0 !important;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: auto;
  bottom: 10px;
}

.owl-slider .owl-dots .owl-dot span {
  margin: 5px 2px !important;
  background-color: #737373;
}

.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  border-radius: 100%;
}

.adv-banner li .owl-slider .owl-dot.active span,
.owl-slider .owl-dots .owl-dot.active span {
  background: #044422 !important;
  border-radius: 25px !important;
}

.copy {
  color: #ffffff82;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #060f0d;
}
.c-left,
.c-right {
  font-size: 12px;
}

.right-footer {
  position: relative;
}

.footer .tel {
  font-size: 13px;
  font-weight: bold;
}

.footer-logo {
  display: block;
  margin-bottom: 10px;
}

.banner img {
  width: 100% !important;
}

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

.frm-search input::-webkit-input-placeholder {
  color: #4b4b4b !important;
  font-size: 12px;
}
.frm-search input::-moz-placeholder {
  color: #4b4b4b !important;
  font-size: 12px;
}
.frm-search input:-ms-input-placeholder {
  color: #4b4b4b !important;
  font-size: 12px;
}

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

.container-fluid {
  margin: 0 auto;
  max-width: 1566px;
}

@keyframes blink {
  50% {
    opacity: 0.5;
  }
}

.banner-sectoon {
  background-color: #f6f6f6;
  padding-bottom: 18px;
}

.slider img,
.banner a img {
  width: 100% !important;
}

.banner a {
  display: block;
}
.col-8.cost {
  min-height: 55px;
}

.send-box-cat span {
  width: 83px;
  left: 0;
  border: 1px solid #78beb4;
  z-index: 2;
  color: #78beb4;
  font-weight: 500;
  padding: 1px 6px;
  margin-top: 3px;
  border-radius: 25px;
  font-size: 10px;
  background-color: #fff;
}

.send-box {
  position: absolute;
  left: 0;
  border: 1px solid #4375ff;
  z-index: 2;
  color: #6d93fb;
  font-weight: 500;
  padding: 1px 10px;
  margin-top: 3px;
  top: 42px;
  border-radius: 25px;
  font-size: 12px;
  background-color: #fff;
}

.img-box {
  position: relative;
  display: inline-block;
}

.more a:hover {
  border-color: #ff44d1;
}

.thumbnail.thum-send:hover img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease 80ms;
  -moz-transition: all 0.3s ease 80ms;
  -ms-transition: all 0.3s ease 80ms;
  -o-transition: all 0.3s ease 80ms;
  transition: all 0.3s ease 80ms;
}

.footer-link {
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.more-info.more {
  color: #6eccf3;
  font-size: 11px;
  background-color: transparent;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 5px 3px !important;
}

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

.owl-prev {
  position: absolute;
  right: -10px;
  top: 40%;
}

.owl-next {
  position: absolute;
  left: -10px;
  top: 40%;
}

.owl-next span,
.owl-prev span {
  font-size: 0 !important;
}

.owl-prev {
  margin: 0 !important;
  background: url("../images/arrow.png") !important;
  width: 32px;
  height: 32px;
  transform: rotate(180deg);
}
.owl-next {
  margin: 0 !important;
  background: url("../images/arrow.png") !important;
  width: 32px;
  height: 32px;
}
.owl-dot.active span {
  background-color: #044422 !important;
  width: 20px !important;
  border-radius: 25px !important;
}

@media screen and (max-width: 1199.99px) {
}
.namd li img {
  object-fit: contain;
  max-height: 100% !important;
}
.wnd .owl-stage {
  padding-right: 0 !important;
}
@media screen and (max-width: 767.99px) {
  .js-collapsible__body {
    font-size: 12px;
  }
  .about-img img {
    max-width: 200px;
    margin: 0 auto;
  }
  .main-tiltle-counter {
    font-size: 20px;
    text-align: center;
  }
  .text-counter {
    text-align: center;
  }
  .mt-xs-30 {
    margin-top: 30px;
  }
  .ct-counter-inner {
    padding: 10px;
  }
  .ct-counter-title {
    font-size: 10px !important;
  }
  .ct-counter-number-value.count-text {
    font-size: 1rem;
  }
  .layer-category {
    font-size: 12px;
    line-height: 20px;
  }
  .text-xs-center {
    text-align: center;
  }
  .back-to-top {
    left: 22px !important;
    margin-left: 0 !important;
    top: -83px !important;
  }

  .sub-title {
    font-size: 18px;
  }
  .d-flex.flex-cal > div {
    width: calc(100% - 40px);
  }
  .owl-stage {
    padding-right: 0 !important;
  }

  .owl-slider .owl-dots {
    left: 0;
    right: 0;
    margin: auto;
  }
  .cascade-slider_arrow-right {
    right: 0 !important;
  }
  .cascade-slider_arrow-left {
    left: 0 !important;
  }
  .cascade-slider_container {
    height: 300px;
  }

  .img-reg {
    margin-left: 5px;
  }

  .ps-xs-14 {
    padding-right: 14px !important;
  }
  .pe-xs-0 {
    padding-left: 0 !important;
  }
  .logo-category-image {
    height: 90px;
    width: 90px;
    border-radius: 100% !important;
    margin: auto;
  }

  .main-product-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .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;
  }

  .soon-wrapper [class*="soon-"],
  .soon [class*="soon-"] {
    font-size: 15px !important;
  }

  .mt-xs-15 {
    margin-top: 15px;
  }

  .p-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .more a {
    padding: 5px 11px !important;
  }

  .info-contact {
    text-align: center;
    margin-top: 20px;
  }

  .off-box {
    border-radius: 0 !important;
  }

  .list-section .col-md-6.col-12.ps-md-0 {
    padding: 0 !important;
    margin-bottom: 15px;
  }

  .list-section .col-md-6.col-12.pe-md-0 {
    padding: 0 !important;
  }

  .copy {
    font-size: 11px;
  }

  .img-list-nasher,
  .img-list-author {
    height: 40px !important;
    line-height: 40px !important;
  }

  .list-enteshar.p-0 {
    margin-left: -8px !important;
    margin-right: -6px !important;
  }

  .img-list-author img {
    height: 40px !important;
    width: 40px !important;
  }

  .namd li {
    width: 85px;
    height: 85px;
    padding: 5px;
    line-height: 74px;
  }

  .d-block.list-name-nasher {
    font-size: 10px;
  }

  .accordion-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .soon-wrapper[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-separator
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .soon-wrapper[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .soon[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-separator
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .soon[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner {
    min-width: 19px !important;
  }

  .accordion-container {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }

  .row-news-letter {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .row-social {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    margin-bottom: 20px;
  }

  .namd {
    text-align: center;
  }

  .row-footer {
    display: none !important;
  }

  .cat-box {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
  }

  .list-cat li {
    width: 25%;
    margin: 5px;
  }

  .right-toolbar span {
    margin-right: 15px;
    position: relative;
  }

  li.home,
  .support.intro {
    display: none !important;
  }

  .prl-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .show-more:hover {
    color: #fff !important;
  }

  .show-more {
    width: 60px;
    height: 40px;
    background-color: #eb162e;
    display: inline-table;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 24px;
    top: -7px;
    position: relative;
  }

  .brand-list .index-row a {
    margin: 2px 0 !important;
  }

  .btn-group.box-icon {
    margin-top: 10px;
  }

  .address-item .address-details {
    font-size: 14px;
  }

  .section3-detail .tab-pane {
    padding: 35px 10px 35px 10px !important;
    font-size: 14px !important;
  }
  .col-md-8.col-12.cost.text-right.pr-3 {
    padding-left: 5px !important;
  }

  .p-xs-2 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .accordion-container .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
    line-height: 40px;
    border-bottom: 1px solid #dfe1e361;
  }

  .accordion-container .content {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 10px !important;
    display: none;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .owl-brands .owl-prev {
    background: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -30px;
    z-index: 10;
    left: -10px !important;
    border-radius: 100% !important;
    line-height: 26px !important;
  }

  .owl-brands .owl-next {
    background: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -30px;
    z-index: 10;
    right: -10px !important;
    border-radius: 100% !important;
    line-height: 26px !important;
  }
}

.caption-section {
  position: relative;
}

.lnk-footers {
  padding-right: 0;
}

.namd li {
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 10px;
  background-color: #082c1d;
}

.more-about {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.more-about i {
  vertical-align: middle;
  font-size: 15px;
  margin-right: 5px;
}

.more-about:hover {
  color: #43c2fd;
  transition: all 0.2s linear;
}

.d-flex.flex-cal {
  align-items: center;
}
.page {
  overflow-x: hidden;
}

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

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

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

#panel-menu ul {
  padding-right: 0 !important;
  max-height: 90vh;
  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: #000;
  font-weight: 500;
  font-size: 14px;
}

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

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

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

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

.openSubPanel {
  position: relative;

  cursor: pointer;
  z-index: 1;
  text-align: right;
  width: 100%;
  display: block;
}

.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);
  z-index: 1000000000000 !important;
}

.subPanel {
  z-index: 20;
}

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

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

.border-none {
  border: none !important;
}

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

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

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

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

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

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

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

.title-send.d-block a div:nth-child(1) {
  font-weight: 600;
  color: #252525;
  font-size: 15px;
}
.support:hover a {
  transform: scale(1.1);
  transition: all 0.2s linear;
}

.support a {
  margin-right: 10px;
}

.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;
}
.register button {
  border: none !important;
  font-size: 13px;
}
.icon-reg {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
}
.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;
}

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

.gap-c {
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: #000;
  margin-right: 20px;
  vertical-align: middle;
}

.soon-text.soon-separator {
  position: absolute !important;
  left: -1px;
}

.soon[data-layout*="group"][data-layout*="overlap"] > .soon-group {
  direction: ltr;
}

.soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
  .soon-value,
.soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value {
  top: 45%;
}

.timer far.fa-clock {
  color: #7a7a7a;
  font-size: 20px;
}

.soon-repeater.soon-value {
  margin: auto !important;
  height: 100%;
}

.soon-slot .soon-slot-inner {
  z-index: 8;
}

.soon[data-layout*="group"][data-layout*="overlap"] > .soon-group {
  direction: ltr;
}

.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  display: inline-block;
  vertical-align: baseline;
}

.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  color: #fff;
  font-family: "IRANSans" !important;
}

.soon-text {
  font-weight: 501 !important;
}

.soon[data-layout*="group"] {
  padding: 0 !important;
}

.soon-slot .soon-slot-inner {
  z-index: 8;
}

.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  z-index: 8;
  position: relative;
}

.soon-group.soon-group-sub {
  direction: ltr;
}

.soon[data-scale="m"] {
  font-size: 4px;
  direction: ltr !important;
}

.soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
  .soon-value,
.soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value {
  top: 45%;
}

.soon-repeater.soon-value {
  border-radius: 100%;
  margin: auto !important;
  height: 100%;
}

.soon-slot .soon-slot-inner {
  z-index: 8;
}

.soon[data-layout*="group"][data-layout*="overlap"] > .soon-group {
  direction: ltr;
}

.soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
  .soon-label,
.soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-label {
  bottom: 37% !important;
  font-size: 10px !important;
}

.soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
  .soon-label,
.soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-label {
  bottom: 30%;
}

.soon-wrapper[data-layout*="group"] .soon-label,
.soon[data-layout*="group"] .soon-label {
  font-size: 0.5em;
}

.soon-wrapper[data-visual] .soon-label,
.soon[data-visual] .soon-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
  margin-top: 0 !important;
  line-height: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.325em !important;
}

.soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
  .soon-value,
.soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value {
  top: 45%;
}

.soon-slot .soon-slot-inner {
  z-index: 8;
}
.soon[data-face*="glow"] .soon-separator {
  display: none !important;
}
.soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
  .soon-label,
.soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-label {
  bottom: -60% !important;
  font-size: 8px !important;
  font-weight: 300;
  color: #fff !important;
}

.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  z-index: 8;
  position: relative;
}

.soon-group.soon-group-sub {
  direction: ltr;
}

.soon[data-scale="m"] {
  font-size: 20px;
  direction: ltr !important;
  text-align: right !important;
}

.timer span {
  display: inline-block;
  vertical-align: middle;
}

.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  display: inline-block;
  vertical-align: baseline;
}

.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  z-index: 8;
  position: relative;
  text-align: center !important;
  font-family: iranyekan;
}

.soon-text {
  font-family: arial;
  font-weight: 501 !important;
  padding-top: 5px;
}

.soon[data-layout*="group"] {
  padding: 0 !important;
}

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

.btn.btn-link {
  color: #212121;
  text-decoration: none;
}

.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;
  color: #000;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  margin: 10px;
}

.currency {
  font-size: 12px;
}

#dropdownMenuButton1 {
  background-color: transparent !important;
  border: none !important;
  position: relative;
  padding: 5px 7px !important;
  border-radius: 11px;
}

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

.btn-primary {
  color: #fff !important;
  background-color: #0f786d;
  border-color: #0f786d;
  box-shadow: none !important;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #279589;
}

.addToCart::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  transition: opacity 0.15s ease, transform 0.25s ease;
  transform: translateY(100%);
  content: "\f07a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.add-crd.addToCart {
  background-color: #74a32f;
  padding: 5px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.right-toolbar button::after {
  display: none !important;
}
.tooltip {
  font-family: iranyekan;
  font-size: 12px;
}

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

.ico-menu {
  margin-left: 5px;
}

@media screen and (min-width: 992.99px) and (max-width: 1023.99px) {
}
.me-left {
  padding-left: 30px;
}

.favo-btn {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.title-section {
  position: relative;
}

.icon-send a {
  width: 100%;
  height: 100%;
  position: relative;
}

.caption-section {
  color: #666;
  font-size: 20px;
  font-weight: bold;
}
.t-news {
  font-size: 18px;
  font-weight: 600;
}
.t-news i {
  vertical-align: middle;
}

.dropdown-menu .submenu {
  display: none;
  position: absolute;
  right: 100%;
  top: -7px;
  max-height: calc(100vh - 112px);
  overflow-y: auto;
}

.dropdown-menu > li:hover > .submenu {
  display: block;
}

.category-count {
  color: #666666;
  font-size: 12px;
  line-height: 1.2;
}

.category-name {
  color: #284258;
  font-weight: 500;
  font-size: 15px;
  margin-top: 10px;
}

.d-block.img-cat {
  height: 168px;
}

.d-block.img-cat img {
  object-fit: contain;
  max-width: 100% !important;
  max-height: 100% !important;
}

.card.crd-pro {
  border: none;
}
.short-desc-pro {
  color: #284258;
  font-size: 12px;
}

.more-show {
  color: #666;
  font-weight: 300;
  font-size: 12px;
}
.lbl-time {
  color: #000;
}
.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  color: #000 !important;
}
.soon-group.soon-group-separator {
  background-color: #fff;
  margin: 0 5px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .layer-category {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
  }
  .sub-title {
    font-size: 22px;
  }
  .header.sticky-menu .banner-header {
    display: none !important;
  }

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

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

  .soon-wrapper [class*="soon-"],
  .soon [class*="soon-"] {
    font-size: 15px !important;
    font-weight: 300;
  }

  .card.crd-pro {
    border-radius: 25px;
    box-shadow: 0 0 12px #ddd;
  }
}
.layer-item {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  text-align: right;
}

.title-section-brand {
  font-weight: 600;
  color: #212121;
  font-family: "vazir";
  font-weight: bold;
}

.img-pro {
  height: 147px;
  display: block;
  overflow: hidden;
}

.img-pro img {
  object-fit: contain;
  max-height: 100% !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transition-duration: 0.4s;
  transition-duration: 0.4s;
  transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #fff;
}

.owl-pro .item:hover .img-pro img,
.owl-wnd .item:hover .img-pro img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

a:hover {
  color: #0f786d;
}

.item-img.position-relative {
  overflow: hidden;
  border-radius: 15px;
}

.col-12.cost.text-end.off-pro {
  min-height: 62px;
}

.col-12.text-center.pro-name-special.position-relative {
  margin-top: 7px;
  min-height: 50px;
}
.pro-name {
  color: #284258;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  padding-left: 0.6em !important;
  padding-right: 0.6rem !important;
}
.icon-store {
  background-position: -9px -62px;
  width: 16px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.n-store {
  color: #284258;
}
.lbl-store {
  color: #000;
}
.flex-saler {
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.wnd {
  background: url("../images/bg-wnd.jpg") no-repeat;
  background-size: cover !important;
  border-radius: 20px;
  background-position: right;
}
.wnd-shape {
  background: url("../images/shape-wnd.png") no-repeat;
  content: "";
  position: absolute;
  right: 139px;
  top: -11px;
  width: 33px;
  height: 33px;
}
.old-cost {
  color: #a6a6a6;
  text-decoration: line-through;
  font-size: 15px;
}
.off-cost {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 5px 8px;
  margin-left: 10px;
  background-color: #d32026;
  border-radius: 25px;
}
.total-price-off {
  border: 1px solid rgb(211, 32, 38);
  background-image: -moz-linear-gradient(
    -178deg,
    rgba(247, 138, 158, 0.99608) 0%,
    rgb(0, 0, 0) 0%,
    rgb(211, 32, 38) 0%,
    rgb(234, 84, 84) 50%,
    rgb(211, 32, 38) 100%
  );
  background-image: -webkit-linear-gradient(
    -178deg,
    rgba(247, 138, 158, 0.99608) 0%,
    rgb(0, 0, 0) 0%,
    rgb(211, 32, 38) 0%,
    rgb(234, 84, 84) 50%,
    rgb(211, 32, 38) 100%
  );
  background-image: -ms-linear-gradient(
    -178deg,
    rgba(247, 138, 158, 0.99608) 0%,
    rgb(0, 0, 0) 0%,
    rgb(211, 32, 38) 0%,
    rgb(234, 84, 84) 50%,
    rgb(211, 32, 38) 100%
  );
  box-shadow: 0.174px 4.997px 8px 0px rgba(255, 0, 0, 0.26);
  border-radius: 25px;
  color: #fff;
  padding: 2px 5px;
  font-size: 16px;
  line-height: 1.5;
}
.flex-off {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 5px;
}
.owl-pro .item a,
.owl-wnd .item a {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 13px;
}
.owl-pro .item::before,
.owl-wnd .item::before {
  background-color: rgb(205, 205, 205);
  position: absolute;
  right: -1px;
  bottom: -6px;
  width: 99px;
  height: 137px;
  z-index: -1;
  content: "";
  border-radius: 15px 15px 15px 117px;
  transform: rotate(-5deg);
}
.owl-pro .item:hover::after,
.owl-pro .item:hover::before,
.owl-wnd .item:hover::after,
.owl-wnd .item:hover::before {
  background-color: #107a6f;
  transition: all 0.5s linear;
}
.owl-pro .item::after,
.owl-wnd .item::after {
  background-color: rgb(205, 205, 205);
  position: absolute;
  left: -1px;
  top: -6px;
  width: 99px;
  height: 137px;
  z-index: -1;
  content: "";
  border-radius: 15px 117px 15px 15px;
  transform: rotate(-5deg);
}

.total-price-off .unit,
.total-price-not-off .unit {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
}
.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;
}

.d-flex.flex-item {
  align-items: center;
}

.sub-title {
  font-family: "vazir";
  font-weight: bold;
  color: #044422;
  line-height: 1;
  position: relative;
  padding-right: 36px;
}
.sub-title .img-slice {
  position: absolute;
  top: 0;
  content: "";
  right: 0;
  background-position: -153px -108px;
  width: 81px;
  height: 43px;
  margin-top: -22px;
}
.more-lnk {
  color: #303030;
}
.info-cost {
  color: #c70a0a;
  font-weight: 600;
  font-size: 15px;
}

.flip {
  color: #303030;
  font-size: 11px;
}
.main-img-category {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.btn-search {
  background-color: transparent !important;
  width: 32px;
  height: 32px;
  line-height: 28px;
}

.link-title-section a {
  color: #284258;
  border: 1px solid #bebac7;
  padding: 5px 9px;
  border-radius: 5px;
}
.link-title-section a i {
  font-weight: 300;
  vertical-align: middle;
  font-size: 12px;
}

.align-items-flex-end {
  align-items: flex-end;
}

.title-section2 {
  column-gap: #000;
  font-size: 20px;
  font-weight: 600;
}

.img-shop {
 
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.img-search {
  background-position: -29px -33px;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.d-flex.flex-header {
  align-items: center;
}
.frm-search input {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  width: calc(100% - 48px);
  padding-right: 0;
}
.btn-search-img {
  background-position: -124px -8px;
  width: 18px;
  height: 16px;
  display: inline-block;
  vertical-align: auto;
}

.frm-search {
  display: flex;
  align-items: center;
  padding: 0px 5px 0 10px;
  border-radius: 5px;
  background-color: #f2f2f2;
}
.img-search.icon-slice {
  margin-right: 10px;
}

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

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

.img-all {
  background-position: -41px -9px;
  width: 21px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

.shop .count {
  width: 13px;
  height: 13px;
  background-color: #d32026;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 6px;
  right: -6px;
  line-height: 1;
}

.favo .count {
  width: 19px;
  height: 19px;
  background-color: #ff44d1;
  border-radius: 100%;
  line-height: 13px;
  display: inline-block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 8px;
  right: -7px;
  border: 2px solid #ff44d1;
  z-index: 1;
}

.d-flex.flex-cal {
  align-items: center;
}
.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;
}

.header-section {
  position: relative;
  z-index: 98999;
  width: 100%;
  display: block;
  min-height: 45px;
}

.img-main-category {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  left: 0;
  margin: auto;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.19);
}
.header.sticky-menu {
  box-shadow: 0px 0px 8px #6f6e6e;
}

@media screen and (max-width: 991.99px) {
  .d-flex.gap-3.flex-lng {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .header.sticky-menu .banner-header,
  .header.sticky-menu .row-menu-mob {
    display: none !important;
  }
}
.p-0.list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 400px;
  padding-right: 0 !important;
  overflow-y: auto;
  direction: ltr;
}
.p-0.list-menu li {
  direction: rtl;
  text-align: right;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  width: 25%;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  max-width: 100%;
  list-style: none;
  vertical-align: middle;
  padding-right: 5px;
}
.inner-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #eee;
}
.logo-category-image {
  overflow: hidden;
  background-color: #fff;
  padding: 4px;
  border: 2px solid #b7b7b7;
}
.logo-category-image img {
  object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
  position: relative;
  z-index: 1;
}
.footer .container {
  position: relative;
  z-index: 1;
}

.more-wnd {
  color: #fff;
  text-align: center;
  padding: 9px 20px;
  transition: all 0.2s linear;
}
.more-wnd i {
  font-weight: 300;
  vertical-align: middle;
  font-size: 12px;
}

.img-pro-wnd a {
  height: 110px;
  display: block;
}
.img-pro-wnd a img {
  object-fit: contain;
  max-height: 100% !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transition-duration: 0.4s;
  transition-duration: 0.4s;
  transition-duration: 0.4s;
  transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.img-pro-big a {
  display: block;
  height: 194px;
  text-align: center;
}
.img-pro-big a img {
  object-fit: conctain;
  max-height: 100% !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transition-duration: 0.4s;
  transition-duration: 0.4s;
  transition-duration: 0.4s;
  transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.rax-view-v2 {
  position: absolute;
  inset: 0vw;
  background-color: rgba(0, 0, 0, 0.04);
  height: 100%;
  width: 100%;
}
.favo-btn-pro {
  background-color: #f2f2f2;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  box-shadow: none !important;
}
.footer {
  background-color: #011b0f;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

.sotial-footer ul li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 7px;
  overflow: hidden;
}
.sotial-footer a {
  display: block;
  padding: 0;
  border-radius: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 9;
}
.sotial-footer a .flip {
  -webkit-transform: translateZ(19px);
  transform: translateZ(19px);
}
.sotial-footer a span {
  padding: 0;
  display: block;
  border-radius: 100%;
}
.sotial-footer a .flop {
  display: block;
  -webkit-transform: rotateX(-90deg) translateZ(-19px);
  transform: rotateX(-90deg) translateZ(-19px);
}

.sotial-footer a:hover {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.sotial-footer a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.sotial-footer ul li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 4px;
}
.main-title-news-letter {
  font-size: 14px;
  position: relative;
  color: #fff;
  font-weight: 600;
}

.sotial-footer li a img {
  object-fit: contain;
  max-width: 25px;
}

.copy .bld {
  font-weight: 500;
  font-size: 13px;
}
.footer-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}
.address-text {
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #284258;
}
.mail {
  font-size: 13px !important;
  margin-left: 0 !important;
}
.d-flex.flex-cal a {
  color: #fff;
  font-size: 14px;
  margin-left: 15px;
  display: inline-block;
  font-weight: 300;
}
.owl-news .item {
  -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
}
.img-news img {
  border-radius: 15px;
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.news-title {
  color: #fff;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 0 10px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.5;
}
.news-short-desc {
  padding: 0 10px;
  color: #fff;
  text-align: right;
  line-height: 1.5;
  font-weight: 300;
}

.owl-news .item:hover .img-news img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.img-news {
  border-radius: 15px;
  height: 280px;
  overflow: hidden;
}
.lbl-top {
  color: #9a9a9a;
  font-size: 10px;
}
.lbl-bottom {
  color: #000;
  line-height: 1;
}
.img-reg {
  background-position: -62px -32px;
  width: 17px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.flex-reg {
  align-items: flex-end;
  justify-content: space-between;
  text-align: right;
}
.off-menu a {
  color: #b2023a;
}
.owl-slider .owl-next {
  margin: 0 !important;
  background: url("../images/arrow.png") !important;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 9%;
  bottom: 20px;
  top: auto !important;
}
.owl-slider .owl-prev {
  margin: 0 !important;
  background: url("../images/arrow.png") !important;
  width: 32px;
  height: 32px;
  transform: rotate(-180deg) !important;
  position: absolute;
  right: 6%;
  bottom: 20px;
  top: auto !important;
}
.modal-story .modal-content {
  background-color: transparent !important;
  border: none !important;
}
.modal-backdrop.show {
  opacity: 0.7;
}
.modal-header h4 {
  color: #fff;
}
.owl-story .item a {
  height: 344px;
  overflow: hidden;
}
.modal-story .modal-header {
  border: none !important;
}
.modal-story .item a img {
  object-fit: contain;
  height: 100% !important;
  width: 100% !important;
}
.modal-story .modal-body {
  height: 400px;
  overflow: hidden;
}
.modal-story .btn-close {
  border: none !important;
  box-shadow: none !important;
  background-image: none !important;
  color: #fff;
  opacity: 1 !important;
  font-size: 29px;
}

.row.row-baneer {
  align-items: flex-end;
}
.lbl-news {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 0 28px;
  border-radius: 0 15px;
  background-color: #0f786d;
  z-index: 1;
  line-height: 2;
  font-size: 13px;
  font-weight: 300;
}
.title-send.d-block {
  color: #131313;
}
.footer-bottom {
  border-top: 1px solid #ffffff87;
}

.icon-add-commertial {
  background-position: -148px -7px;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.all-category {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.all-category li {
  list-style: none;
}
@media (min-width: 1024px) {
  .all-category li {
    list-style: none;
    flex: 0 0 calc(11% - 10px);
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1023.99px) {
  .all-category li {
    list-style: none;
    flex: 0 0 calc(24% - 10px);
    box-sizing: border-box;
  }
}
@media (min-width: 401px) and (max-width: 767.99px) {
  .all-category li {
    list-style: none;
    flex: 0 0 calc(32% - 10px);
    box-sizing: border-box;
  }
  .all-category {
    text-align: center;
  }
}
@media (max-width: 400.99px) {
  .all-category li {
    list-style: none;
    flex: 0 0 calc(30% - 10px);
    box-sizing: border-box;
  }
}
.store-name {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}

.icon-news {
  background-position: -190px -57px;
  width: 29px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.cost-col {
  min-height: 62px;
  align-items: flex-end;
}
.total-price-not-off {
  border: 1px solid rgb(15, 120, 109);
  background-image: -moz-linear-gradient(
    -178deg,
    rgba(247, 138, 158, 0.99608) 0%,
    rgb(0, 0, 0) 0%,
    rgb(15, 120, 109) 0%,
    rgb(19, 144, 131) 50%,
    rgb(15, 120, 109) 100%
  );
  background-image: -webkit-linear-gradient(
    -178deg,
    rgba(247, 138, 158, 0.99608) 0%,
    rgb(0, 0, 0) 0%,
    rgb(15, 120, 109) 0%,
    rgb(19, 144, 131) 50%,
    rgb(15, 120, 109) 100%
  );
  background-image: -ms-linear-gradient(
    -178deg,
    rgba(247, 138, 158, 0.99608) 0%,
    rgb(0, 0, 0) 0%,
    rgb(15, 120, 109) 0%,
    rgb(19, 144, 131) 50%,
    rgb(15, 120, 109) 100%
  );
  box-shadow: 0.174px 4.997px 8px 0px rgba(19, 144, 131, 0.26);
  border-radius: 25px;
  color: #fff;
  padding: 2px 5px;
  font-size: 16px;
  line-height: 1.5;
}
.best-saler {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.15);
}
.icon-saler {
  width: 78px;
  height: 78px;
  margin: auto;
  border-radius: 7px;
}
.icon-saler img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.owl-best-saler .item a {
  border: 0.25px solid rgba(89, 89, 89, 0.264);
  border-radius: 10px;
  padding: 20px;
}
.owl-best-saler .item:hover .icon-saler img {
  opacity: 0.8;
}

.layer-news {
  border-radius: 15px;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  padding: 10px;
  justify-content: flex-end;
  flex-direction: column;
}
.owl-logo .item a {
  height: 100px;
  display: flex !important;
  padding: 20px 10px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 0.25px solid rgba(89, 89, 89, 0.264);
  border-radius: 10px;
}
.owl-logo .item a img {
  object-fit: contain;
  max-width: 100% !important;
  max-height: 100% !important;
}
.lbl-brand-section {
  color: #3e3e3e;
  font-family: "vazir";
  font-weight: bold;
  font-size: 22px;
}
.owl-logo .owl-next,
.owl-logo .owl-prev {
  top: 34% !important;
}

.title-company {
  font-size: 15px;
  margin-top: 10px;
}
.shrt-desc-company {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5;
}

.title-text-social {
  font-size: 15px;
  margin-top: 10px;
}

.icon-send {
  width: 84px;
  height: 84px;
  position: relative;
}
.thumbnail.thum-send img {
  max-width: 66% !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.title-send {
  font-size: 15px;
  font-weight: 600;
}
.desc-send {
  text-align: justify;
  font-size: 13px;
  font-weight: 400;
  color: #7d7d7d;
}
.owl-send .item a {
  color: #284258;
}
.back-to-top {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  line-height: 40px;
  z-index: 1;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.back-to-top span {
  background-position: -8px -109px;
  width: 21px;
  height: 11px;
  display: inline-block;
}
.img-map {
  background-position: -47px -100px;
  width: 12px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.img-cal {
  background-position: -80px -89px;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.img-mail {
  background-position: -199px -10px;
  width: 11px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.main-title-category {
  color: rgb(4, 68, 34);
  font-weight: bold;
  line-height: 1.2;
  font-size: 20px;
}

.layer-category {
  color: rgb(37, 37, 37);
  margin-top: 10px;
}
.show-cost {
  color: #044422;
  border: 1px solid #139083;
  border: 1px solid rgb(19, 144, 131);
  border-radius: 10px;
  height: 37px;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 0.2s linear;
}
.show-cost:hover {
  background-color: #044422;
  color: #fff;
}
.owl-pro .item .pro-name,
.owl-pro .lbl-store,
.owl-pro .n-store {
  color: #044422;
}
.about-section {
  background: url("../images/bg-about.jpg") no-repeat;
  background-size: cover;
}
.main-title-about {
  color: #044422;
  font-weight: 600;
  font-size: 20px;
}
.desc-about {
  color: #7d7d7d;
  text-align: justify;
  font-size: 16px;
}
.shrt-desc-company {
  position: relative;
  overflow: hidden;
}
.shrt-desc-company:not(.is-open) .fade-out {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 56px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}

.more-company {
  background: none;
  border: 0;
  color: #252525;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
  padding: 0;
}
.more-company .icon-more {
  transition: transform 0.25s ease;
}
.more-company[aria-expanded="true"] .icon-more {
  transform: rotate(180deg);
}

.more-company::after {
  position: absolute;
  content: "";
  left: -4px;
  background: url("../images/slices.png") -211px -43px;
  width: 6px;
  height: 10px;
}
.js-collapsible__body {
  line-height: 2.2;
}
.inf-sec {
  min-height: 167px;
}

.email {
  margin-left: 0 !important;
  font-size: 14px !important;
}
.main-tiltle-counter {
  color: rgb(4, 68, 34);
  font-weight: bold;
}
.text-counter {
  color: #707070;
}
.frm-home {
  position: relative;
  padding: 40px 20px;
  color: #fff;
  border-radius: 20px;
  background-image: -moz-radial-gradient(
    50% 50%,
    circle closest-side,
    rgb(19, 100, 57) 0%,
    rgb(4, 68, 34) 100%
  );
  background-image: -webkit-radial-gradient(
    50% 50%,
    circle closest-side,
    rgb(19, 100, 57) 0%,
    rgb(4, 68, 34) 100%
  );
  background-image: -ms-radial-gradient(
    50% 50%,
    circle closest-side,
    rgb(19, 100, 57) 0%,
    rgb(4, 68, 34) 100%
  );
  box-shadow: 0px 20px 45.05px 7.95px rgba(4, 68, 34, 0.33);
}
.frm-home .select2-container--default .select2-selection--single {
  background-color: #266644;
  border: none;
}
.frm-home .select2-container .select2-selection--single {
  height: 45px;
}
.frm-home
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #cecece;
  line-height: 42px;
}
.frm-home
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 7px;
}
.frm-home
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #eaeaea transparent transparent transparent;
}
.select2-dropdown {
  background-color: #054623 !important;
  border: 1px solid #266644 !important;
  color: #fff;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #094f2a;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #266644;
}
.input-req {
  display: flex;
  justify-content: space-between;
  background-color: #266644;
  height: 45px;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
}
.unit-fileld::before {
  border-right: 1px solid #ccc8c8;
  position: absolute;
  right: -7px;
  width: 1px;
  height: 11px;
  content: "";
  top: 7px;
}
.input-req input {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: calc(100% - 60px);
  color: #fff;
  font-size: 13px;
}
.btn.btn-send.form-control {
  background-color: #fff !important;
  line-height: 2.5;
  box-shadow: none !important;
  border: none !important;
}
.frm-home::after {
  background-color: rgb(97, 97, 99);
  content: "";
  border-radius: 20px;
  opacity: 0.22;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: rotate(3deg);
}
.frm-home .form-group {
  position: relative;
  z-index: 2;
}
.ct-counter-inner {
  display: block;
  background-color: #ebebeb;
  border-radius: 20px;
}
.ct-counter-title {
  color: #7d7d7d;
  font-size: 13px;
  margin-top: 10px;
}
.ct-counter-number-value.count-text {
  color: #044422;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -1px;
}
.item--icon {
  margin-bottom: 10px;
}
.float-icon {
  position: fixed;
  left: 0;
  bottom: 10px;
  z-index: 1;
}
.chat {
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 1;
}
.float-icon li {
  display: block;
}
.float-icon li:nth-child(1) a {
  border-radius: 0 10px 0 0;
}
.float-icon li a {
  background-color: #044422;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-icon li:last-child a {
  border-radius: 0 0 10px 0;
}
.special-menu .c-navi-new-list__category-link {
  color: #e40000;
}
.tel-con {
  display: flex;
  font-size: 18px;
  color: #000;
  align-items: center;
}
.tel-con i {
  font-size: 13px;
  margin-left: 5px;
}
.tel-ico img {
  width: 17px;
  height: 17px;
  border-radius: 100%;
  object-fit: cover;
}
.tel-text {
  margin-right: 7px;
  color: #000;
}
.rea-yq {
  position: absolute;
  padding: 10px;
  padding-right: 10px;
  z-index: 1;
  top: 130%;
  background-color: #044422;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  width: 100%;
  text-align: center;
  transform: translatey(10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  min-width: 100px;
  padding-right: 0;
}
.rea-yq a {
  color: #fff;
  font-size: 14px;
  display: flex;
  text-align: right;
  margin-bottom: 5px;
  justify-content: end;
}
.rea-yq a img {
  width: 30px;
  height: 25px;
  object-fit: contain;
  margin-right: 5px;
}
.nav-tel:hover .rea-yq {
  transform: translatey(0px);
  opacity: 1;
  visibility: visible;
}
.rea-yq::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #044422;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translatex(-50%);
}

#time1 {
  direction: ltr;
}
.img-shop i {
  font-size: 27px;
  color: #000;
}






















