     * {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
}
.row-filter form#frm-headerSearch {
    border: 1px solid #aaa;
        margin: auto;
}
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%;
}

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

a {
  text-decoration: none !important;
}
@font-face {
  font-family: travel;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/travel-bold.woff2-bbb24413.woff2) format("woff2"),
    url(../fonts/travel-bold-4edf9c7b.woff) format("woff"),
    url(../fonts/travel-bold-e7a0564c.eot?#iefix) format("embedded-opentype"),
    url(../fonts/travel-bold-398e0943.ttf) format("truetype");
}

@font-face {
  font-family: travel;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/travel-regular.woff2-5d2979c4.woff2) format("woff2"),
    url(../fonts/travel-regular-588b6fcf.woff) format("woff"),
    url(../fonts/travel-regular-7ab3eea7.eot?#iefix) format("embedded-opentype"),
    url(../fonts/travel-regular-e2638a27.ttf) format("truetype");
}

@font-face {
  font-family: travel;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/travel-black.woff2-41970917.woff2) format("woff2"),
    url(../fonts/travel-black-4557273d.woff) format("woff"),
    url(../fonts/travel-black-9f9cc3e5.eot?#iefix) format("embedded-opentype"),
    url(../fonts/travel-black-fa7c68fd.ttf) format("truetype");
}
body {
  font-family: travel, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI,
    Roboto, sans-serif;
  line-height: 1.8;
  font-size: 14px;
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
}
.c-navi-new-list {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
.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: #f00000 ;
}
.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: 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;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 350px;
  padding-right: 0 !important;
  overflow-y: auto;
}
.c-navi-new-list__sublist {
  position: absolute;
  top: 93%;
  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: #f00000 ;
  text-decoration: none;
  font-size: 18px !important;
  font-weight: 700 !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: 18px;
  line-height: 2.27;
  font-weight: 400;
  color: #3f4064;
}
.c-navi-new-list__sublist-option--item a:hover {
  color: #f00000 ;
}
.c-navi-new-list__sublist-option--has-icon {
  direction: rtl;
  text-align: right;
}
.c-navi-new-list__sublist-option--has-icon:hover a,
.c-navi-new-list__sublist-option--has-icon:hover a:before {
  color: #2903b22903b2;
}
.c-navi-new-list__sublist-option--has-icon a {
  color: #424750;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  text-decoration: none;
}
.c-navi-new-list__sublist-option--has-icon a:before {
  margin-left: 8px;
  font-size: 18px;
  font-size: 1.286rem;
  line-height: 18px;
  color: #a1a3a8;
  cursor: pointer;
  vertical-align: middle;
}
.c-navi-new-list__sublist-option--has-circle {
  height: unset;
  min-height: 30px;
}
.c-navi-new-list__sublist-option--has-circle a {
  padding-right: 20px;
  white-space: normal !important;
}
.c-navi-new-list__sublist-option--has-circle a:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #a1a3a8;
  border-radius: 50%;
  display: inline-block;
  top: 11px;
  right: 8px;
  position: absolute;
}
.c-navi-new-list__sublist-option--has-circle a:hover:before {
  background-color: #ee384e;
}
.c-navi-new-list__category.c-navi-new-list__category--main i {
  color: #333333;
}
.c-navi-new-list__category-link {
  display: block;
  color: #252525;
  font-size: 15px;
}
.c-navi-new-list__category-item > li > a:hover {
  color: #ee384e;
}
.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: 16px;
  line-height: 1.833;
  font-weight: 700;
  color: #424750;
}
.c-navi-new-list__inner-category {
  padding: 8px;
  font-weight: 600;
  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: 16px;
  line-height: 1.5;
}
.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-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-category-card__list li {
  padding-right: 69px;
  margin: 12px 0;
}

.c-category-card__list li:last-child {
  margin-bottom: 28px;
}

.c-category-card__list li:before {
  right: 33px;
  width: 10px;
  height: 10px;
  border-radius: 8px;
}

.c-category-card__footer {
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 1.467;
}

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

.header-section {
  position: relative;
  z-index: 98999;
  width: 100%;
  display: block;
  min-height: 45px;
  background: var(--main-color) !important;
}

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

.c-navi-new__big-display-title {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  color: #3f4064;
}

.js-categories-bar-item.js-mega-menu-main-item.c-navi-new-list__category-container-main.all-category {
  background: var(--main1-color) !important;
  padding: 0 20px !important;
}

.js-categories-bar-item.js-mega-menu-main-item.c-navi-new-list__category-container-main.all-category
  .c-navi-new-list__category {
  color: var(--main-color) !important;
  cursor: pointer;
  font-weight: 700 !important;
}

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

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

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

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

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

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 6px;
  width: 200px;
  font-size: 14px;
  text-decoration: none;
  color: #252525;
  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: #252525;
  margin-left: 30px;
  font-size: 15px;
}
.has-sub > a {
  padding: 0;
  display: block;
  color: #252525;
  font-size: 15px;
}

.c-navi-new-list__category-item > li i {
  font-size: 7px;
  vertical-align: middle;
}
.img-slice {
  background: url("../images/slices.png") no-repeat;
}
.img-shop {
  background-position: -5px -3px;
  width: 22px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.img-favo {
  background-position: -5px -32px;
  width: 20px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.img-search .img-slice {
  background-position: -10px -48px;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}
.img-search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: transparent !important;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.upload button {
  background-color: #e6e6e6 !important;
  font-size: 12px;
  color: #4b4b4b;
  display: flex;
  align-items: center;
  border: none !important;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 25px;
  padding-bottom: 5px;
  border: 1px solid #e6e6e6 !important;
  display: inline-block;
  padding-top: 5px;
  box-shadow: none !important;
}
.compare.compare-link a,
.favo.favo-link a {
  display: block;
}

.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: 18px;
  height: 18px;
  background-color: #da1414;
  border-radius: 100%;
  line-height: 17px;
  display: inline-block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -9px;
  right: -11px;
  font-family: initial;
  z-index: 1;
}
.favo .count {
  width: 19px;
  height: 19px;
  background-color: #f40000;
  border-radius: 100%;
  line-height: 13px;
  display: inline-block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 8px;
  right: -7px;
  border: 2px solid #f40000;
  z-index: 1;
}
.set > span {
  font-size: 14px;
  font-weight: 600;
  display: block;
  position: relative;
  color: #fff;
}
.lnk-footers li a {
  color: #909193;
  font-size: 12px;
  font-weight: 400;
}

.for-banner .img-box.img-pro-banner img,
.three-banner .img-box.img-pro-banner img {
  object-fit: fill;
  width: 100% !important;
  height: 100% !important;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .link-more {
    padding: 7px 80px;
  }
  .sotial-footer a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sotial-footer ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
  }
  .header.sticky-menu .header-top {
    display: none !important;
  }
  .header.sticky-menu .logo img {

    transition: all 0.2s linear;
  }
  .copy {
    font-size: 12px;
  }
  .pl-md-60 {
    padding-top: 30px;
  }

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

  .set > span i {
    display: none;
  }

  .title-footer {
    position: relative;
  }

  .logo {
    text-align: left;
  }
}
.right-toolbar > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.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-send .item {
  min-width: 25%;
}
.accordion-container .set > span i {
  position: absolute;
  left: 0;
  top: 17px;
  color: #767677;
  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) {
  .main-menu svg {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  fill: currentcolor;
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
}  
  .menuTrigger-icon > span {
    display: inline-block;
    vertical-align: middle;
  }
  .owl-special .owl-stage {
    padding-right: 0 !important;
  }
  .shop-link {
    background-color: #fff;
    border: 1px solid #fff;
    position: relative;
    margin-right: 15px;
  }
  .container-fluid.header.ps-md-0.pe-md-0.sticky-menu {
    padding-top: 14px !important;
  }
  .pr-padding {
    margin-bottom: 8px;
    padding-left: 0 !important;
  }
  .row.row-banner {
    margin-right: -10px !important;
  }
  .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;
  }
  .slider .col-12 {
    padding: 0 !important;
  }

  .reg {
    display: none !important;
  }

  .menu-mob {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menuTrigger i {
    color: #000;
    font-size: 26px;
    vertical-align: middle;
    margin-left: 20px;
  }
  .toolbar-desc li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
  }
  .container {
    max-width: 100%;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .col-lg-3 {
    padding: 0 !important;
  }
}
.title-footer {
  font-weight: 600;
  display: block;
  color: #fff;
}
.lnk-footers li {
  line-height: 1.9;
  position: relative;
  list-style-type: none !important;
}

.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;
  background-color: #20252e;
  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);
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
.c-navi-new-list__category-item > li {
  margin-left: 17px !important;
  font-size: 15px;
}
}
@media screen and (min-width: 992px) {
  .title-footer.lnk-footer.un-link {
    padding-bottom: 10px;
    position: relative;
  }

  .owl-stage {
    padding-right: 0 !important;
  }
  .shop.d-none.d-md-block {
    display: inline-block !important;
  }
  .row-menu-mob {
    display: none !important;
  }
  .logo {
    line-height: 3.5;
  }

  .banner a {
    margin-bottom: 15px;
  }
  .timer {
    margin-top: 10px;
    margin-bottom: 6px;
  }

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

  #panel-menu {
    display: none;
  }
  .register {
    position: relative;
  }
  .menu .active.show {
    background-color: #fff;
  }
  .nav.tab-menu.nav-pills {
    background-color: #eee;
  }
}
.adv-banner li {
  list-style: none;
  margin-bottom: 12px;
}
.owl-theme.owl-brands a {
  display: block;
  background-color: #fff;
}

@media screen and (max-width: 991.99px) {
  .owl-stage {
    padding-right: 0 !important;
  }
  #dropdownMenuButton2::after {
    display: none !important;
  }
  #dropdownMenuButton2 {
    border: none !important;
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #bdbdbd !important;
  }
  .row.menu {
    display: none !important;
  }
  .product_search form {
    display: flex;
    align-content: center;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  .product_search button i {
    font-size: 18px;
    vertical-align: middle;
    color: #8f8f8f;
  }
  .dropdown.me-2.register button::after {
    display: none !important;
  }
  .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;
  }
  .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 {
    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;
  }
  .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;
  }
  .categori-list-section {
    padding: 0 !important;
  }
  .img-send img {
    margin: 10px auto !important;
  }
  .adv-banner li img {
    width: 100% !important;
    height: auto !important;
  }
  .img-pro img {
    width: 100% !important;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom {
    padding: 15px 15px 0 !important;
    text-align: center;
  }
  .title-footer {
    font-size: 13px;
  }
  .title-footer {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .owl-brands img {
    width: auto !important;
    margin: auto;
  }
  
}


.lnk-footers li a:hover {
  color: #fe312e;
  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-slider .owl-dots {
  position: absolute;
  bottom: 13px;
  right: 0;
  left: 0;
  margin: auto;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.owl-slider .owl-dots .owl-dot span {
  margin: 5px 2px !important;
  background-color: #eee9e573;
  border-radius: 25px !important;
}
.owl-theme .owl-dots .owl-dot span {
  border-radius: 100%;
}
.adv-banner li .owl-slider .owl-dot.active span,
.owl-slider .owl-dots .owl-dot.active span,
.owl-slider .owl-dots .owl-dot:hover span {
  background: #fe312e !important;
}
.owl-slider .owl-prev {
  position: absolute;
  top: 38%;
  left: 30px;
  width: 22px;
  height: 41px;
  border-radius: 100% !important;
  line-height: 0 !important;
  margin: 0 !important;
  opacity: 0;
  transition: all 0.2s linear;
  background: url("../images/arrow-slider.png") no-repeat !important;
  transform: rotate(180deg) !important;
}
.owl-slider .owl-next {
  position: absolute;
  top: 38%;
  right: 30px;
  width: 22px;
  height: 41px;
  border-radius: 100% !important;
  line-height: 0 !important;
  margin: 0 !important;
  opacity: 0;
  transition: all 0.2s linear;
  background: url("../images/arrow-slider.png") no-repeat !important;
}
.owl-slider:hover .owl-next,
.owl-slider:hover .owl-prev {
  opacity: 1;
}
.footer {
  /*background-color: #0c121c;*/
  background-color: #222f44;
  padding-bottom: 20px;
  padding-top: 50px;
  color: #fff;
}

.c-left,
.c-right {
  font-size: 11px;
}
.right-footer {
  position: relative;
}
.footer .tel {
  font-size: 13px;
  font-weight: bold;
}
.footer-logo {
  display: block;
  margin-bottom: 10px;
}

.cssmenu ul ul li.has-sub:hover a,
.cssmenu ul li.has-sub ul li.has-sub ul li a:hover {
  background: #fe312e;
  color: #fff !important;
  text-align: right;
}
.cssmenu,
.cssmenu ul,
.cssmenu ul li,
.cssmenu ul li a,
.cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cssmenu #head-mobile {
  display: none;
}
#cssmenu > ul > li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#cssmenu2 > ul > li {
  display: block;
  list-style: none;
  list-style-type: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
.cssmenu ul 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: rgba(255, 255, 255, 0.8);
}
.cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cssmenu li:hover > ul {
  left: auto;
}
.cssmenu li:hover > ul > li {
  height: 45px;
}
.cssmenu ul ul ul {
  margin-right: 100%;
  top: 0;
  z-index: 2;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.cssmenu ul ul li a {
  padding: 0 15px;
  width: 155px;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  line-height: 2.7;
  box-shadow: 0px 0px 4px #dae9ff;
  margin: 0 10px 10px 10px;
  border-radius: 9px;
  text-align: right;
}
.cssmenu ul ul li:last-child > a,
.cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
.cssmenu ul ul li:hover > a,
.cssmenu ul ul li a:hover {
  color: #000;
}
.cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  left: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ccc;
  content: "";
}
.cssmenu ul ul 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;
}
.cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
.cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
.cssmenu > ul > li.has-sub > ul > li.active > a,
.cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}
.cssmenu li:hover > ul {
  left: auto;
}
.cssmenu > ul > li > a {
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  line-height: 2.5;
}
#cssmenu > ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cssmenu > ul > li.has-sub > a:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 3px solid #fff;
  position: absolute;
  top: 49%;
  left: -11px;
}
.cssmenu,
.cssmenu ul,
.cssmenu ul li,
.cssmenu ul li a,
.cssmenu #head-mobile {
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu > ul > li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  margin-left: 23px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}
.banner img {
  width: 100% !important;
}

.container-fluid {
  margin: 0 auto;
  max-width: 1566px;
}
@keyframes blink {
  50% {
    opacity: 0.5;
  }
}
.banner-sectoon {
  background-color: #f6f6f6;
  padding-bottom: 18px;
}
.banner a {
  display: block;
}
.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: #fe312e;
}

.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 4px !important;
}
.owl-prev {
  position: absolute;
  left: -5px;
  top: 40%;
}
.owl-next {
  position: absolute;
  right: -5px;
  top: 40%;
}

.owl-next span,
.owl-prev span {
  font-size: 0 !important;
}
.owl-next {
  margin: 0 !important;
  background: #fff url("../images/arrow.png") !important;
  width: 34px;
  height: 34px;
  border-radius: 100% !important;
}
.owl-prev {
  margin: 0 !important;
  background: #fff url("../images/arrow.png") !important;
  transform: rotate(180deg);
  width: 34px;
  height: 34px;
  border-radius: 100% !important;
}
.owl-dot.active span {
  background-color: #fe312e !important;
}

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

@media screen and (max-width: 767.99px) {
    .filter-main-tiltle {
  text-shadow: rgba(0, 0, 0, 0.88) 0.25px 0.25px 0.25em;
}
  .text-xs-center {
    text-align: center;
  }
  .link-more {
    padding: 7px 40px;
    margin: auto;
  }
  .sotial-footer ul {
    text-align: center;
  }
  section.pb-5 {
    padding-bottom: 1.5rem !important;
  }
  section.pt-5 {
    padding-top: 1.5rem !important;
  }
  .mt-5 {
    margin-top: 2rem !important;
  }
  .hot-idea {
    margin-bottom: 10px;
  }
  .soon-wrapper [class*="soon-"],
  .soon [class*="soon-"] {
    font-size: 15px !important;
  }
  .w-cost-total {
    font-size: 20px;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }
  .p-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .bg-news-cover {
    background-position: center center !important;
  }
  .more a {
    padding: 5px 11px !important;
  }
  .sotial-footer ul {
    margin: auto;
  }
  .sotial-footer a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sotial-footer ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .soon-label {
    display: none !important;
  }
  .banner-left-col {
    display: none !important;
  }
  .header.sticky-menu .row-header {
    display: none !important;
  }

  .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;
  }
  .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-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;
  }
  .pro-model a {
    color: #2a2a2a;
    font-weight: 700;
  }

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

  .categories {
    width: 100% !important;
  }

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

  .c-share__social {
    width: 37px !important;
    height: 37px !important;

    line-height: 32px !important;
  }

  .lbl-edit-shipping-address {
    border: none !important;
  }

  .product-name-inner {
    font-size: 12px !important;
  }

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

  .section3-detail .tab-pane {
    padding: 35px 10px 35px 10px !important;
    font-size: 14px !important;
  }

  .row-tab #myTabs li a {
    padding: 14px 12px !important;
  }

  .col-md-8.col-12.cost.text-right.pr-3 {
    padding-left: 5px !important;
  }

  .img-reg {
    transform: scale(0.9);
  }
  .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 #a5a7a961;
  }

  .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;
  }
}
.lnk-footers {
  padding-right: 0;
}
.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;
}
.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: 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: #252525;
  font-weight: 500;
  font-size: 14px;
}

.btn-menu {
 background-color: #fff !important;
  width: 100%;
  line-height: 40px;
  padding: 5px;
  cursor: pointer;
  color: #858585;
  padding-right: 21px;
  box-shadow: rgb(158, 158, 158) 0px 0px 8px 0px;
  margin-bottom: 10px;
}

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

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

.main-menu a {
  color: #252525;
  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);
}

.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;
}
.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: #303030;
  display: block;
  font-weight: 600;
  width: 100%;
}

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

.register button {
  background-color: transparent !important;
  font-size: 12px;
  color: #252525;
  display: flex;
  align-items: center;
  border: none !important;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 25px;
  padding-bottom: 5px;
  border: 1px solid #b9b9b9 !important;
  padding-top: 5px;
}

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

.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-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
  .soon-label,
.soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-label {
  bottom: -16% !important;
  font-size: 8px !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;
}
.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: #fff;
  border: none;
  position: relative;
  padding: 0 !important;
  font-size: 12px;
}
.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: #f40000;
  border-color: #f40000;
  box-shadow: none !important;
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #961439;
}
.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;
}
.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 5px #b7b7b7;
}
.right-toolbar button::after {
  display: none !important;
}
.tooltip {
  font-family: iranyekan;
  font-size: 12px;
}
.ico-menu img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
  border-radius: 5px;
}
.ico-menu {
  width: 30px !important;
  height: 30px !important;
  margin-left: 5px;
  display: inline-block;
}
@media screen and (min-width: 992.99px) and (max-width: 1023.99px) {
}

.title-section {
  position: relative;
}

.footer-contact li {
  display: block;
  margin-bottom: 10px;
}
.cal {
  font-size: 20px;
  display: inline-block;
  direction: ltr;
  font-weight: 600;
  letter-spacing: 1px;
}
.cal:hover {
  color: #fff;
}

.call {
  direction: ltr;
  display: inline-block;
  color: #81858b;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
}

.text-li {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
}
.text-li .bld {
  font-weight: 600;
}
.back-to-top {
  background: url("../images/top.png") no-repeat;
  width: 25px;
  height: 14px;
  position: fixed;
  bottom: 10px;
  left: 23px;
  border-radius: 100%;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  z-index: 100;
}
.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;
}

.card.crd-pro {
  border: none;
}

.owl-news .img-special img {
  object-fit: fill;
  max-width: 100% !important;
  max-height: 100% !important;
  height: 100% !important;
  border-radius: 4px;
  -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;
}
.owl-news .img-special {
  display: block;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .owl-news .img-special {
    height: 390px;
  }
  .card.crd-pro {
    border-radius: 4px;
    box-shadow: 0 0 12px #ddd;
  }
}
.layer-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
  flex-direction: column;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  text-align: right;
  border-radius: 4px;
}

.layer-item {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  text-align: right;
}
.owl-news .item:hover img {
  opacity: 0.8;
}
.owl-news .item:hover .item-layer {
  color: #fff;
}
.title-section-brand {
  font-weight: 600;
  font-size: 15px;
  color: #595959;
}
.img-pro.position-relative a {
  height: 184px;
  display: block;
}
.img-pro.position-relative a img {
  object-fit: contain;
  max-height: 100% !important;
}
a:hover {
  color: #fe312e;
}
.more-show:hover i {
  color: #fe312e;
}
.item-img.position-relative {
  overflow: hidden;
  border-radius: 4px;
}

.owl-slider .owl-nav i {
  color: #fff !important;
  line-height: 0.8 !important;
  font-size: 70px !important;
}

.banner-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 17px;
  position: relative;
  z-index: 1;
}
.link-banner {
  color: #ffffffd1;
  position: absolute;
  bottom: 20px;
  z-index: 1;
  font-size: 12px;
}
.item-layer {
  padding: 10px;
}
.c-left {
  color: #909193;
  font-weight: 500;
}
.c-right {
  color: #909193;
  font-weight: 500;
}
.wa__popup_chat_box {
  width: 351px;
  border-radius: 5px 5px 8px 8px;
  -webkit-border-radius: 5px 5px 8px 8px;
  -moz-border-radius: 5px 5px 8px 8px;
  position: fixed;
  overflow: hidden;
  box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
  bottom: 102px;
  z-index: 999999998;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  will-change: transform, visibility, opacity;
  max-width: calc(100% - 50px);
}
.wa__popup_chat_box .wa__popup_heading {
  position: relative;
  padding: 15px 74px 17px 43px;
  color: #d9ebc6;
}
.wa__btn_popup_icon:before {
  content: "";
  background: url("../images/whatsapp_logo.svg") center top no-repeat;
  background-size: auto;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 13px;
  right: 1px;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
  padding-top: 2px;
  font-size: 18px;
  line-height: 24px;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
  padding-top: 4px;
  font-size: 12px;
  line-height: 20px;
}
.wa__btn_popup .wa__btn_popup_icon {
  width: 56px;
  height: 56px;
  background: #2db742;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
  position: relative;
  cursor: pointer;
}
.wa__btn_popup {
  position: fixed;
  z-index: 999999999;
}
.wa__popup_chat_box.show {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
.wa__popup_chat_box .wa__popup_content {
  background: #ffffff;
  padding: 13px 19px 21px 20px;
}
.wa__popup_chat_box .wa__popup_notice {
  font-size: 11px;
  color: #a5abb7;
  font-weight: 500;
  padding: 0 3px;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(1) {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(2) {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
}
.wa__popup_content_list .wa__popup_content_item {
  margin: 14px 0 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  will-change: opacity, transform;
  opacity: 0;
}
.wa__popup_chat_box.show .wa__popup_content_item {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.wa__popup_chat_box .wa__stt::after {
  content: "";
  background: url("../images/whatsapp_logo_green.svg") 100% 0 no-repeat;
  background-size: auto;
  position: absolute;
  left: 14px;
  top: 26px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}
.wa__stt_online::before {
  content: "";
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  background: rgba(0, 0, 0, 6%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
}
.wa__popup_chat_box .wa__popup_avatar {
  position: absolute;
  overflow: hidden;
  right: 12px;
  top: 12px;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
  display: table-cell;
  vertical-align: middle;
  min-height: 48px;
  height: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name {
  font-size: 18px;
  color: #363c47;
  line-height: 1.188em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
  font-size: 11px;
  color: #989b9f;
  padding: 2px 0 0;
  line-height: 1.125em !important;
}
.wa__popup_chat_box .wa__stt::after {
  content: "";
  background: url("../images/whatsapp_logo_green.svg") 100% 0 no-repeat;
  background-size: auto;
  position: absolute;
  left: 14px;
  top: 26px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}
.wa__popup_chat_box .wa__stt.wa__stt_online {
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}
.wa__popup_chat_box .wa__stt {
  padding: 13px 74px 12px 40px;
  position: relative;
  text-decoration: none;
  display: table;
  width: 100%;
  border-right: 2px solid #2db742;
  background: #f5f7f9;
  border-radius: 4px 2px 4px 2px;
  -webkit-border-radius: 4px 2px 4px 2px;
  -moz-border-radius: 4px 2px 4px 2px;
}
.wa__stt_online {
  background: #2db742;
  cursor: pointer;
  transition: 0.4s ease all !important;
  -webkit-transition: 0.4s ease all !important;
  -moz-transition: 0.4s ease all !important;
  backface-visibility: hidden;
  will-change: transform;
}
.wa__popup_chat_box .wa__popup_heading::before {
  content: "";
  background: url("../images/whatsapp_logo.svg") center top no-repeat;
  background-size: auto;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  right: 12px;
}
.gap-cal {
  margin: 0 10px;
}
.title-section {
  font-size: 18px;
  font-weight: 600;
}
.wa__popup_chat_box .wa__stt::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzguMTY1IDQ3OC4xNjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3OC4xNjUgNDc4LjE2NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxwYXRoIGQ9Ik00NzguMTY1IDIzMi45NDZjMCAxMjguNTY3LTEwNS4wNTcgMjMyLjk2Ni0yMzQuNjc5IDIzMi45NjYtNDEuMTAyIDAtNzkuODE0LTEwLjU5OS0xMTMuNDQ1LTI4Ljk2OUwwIDQ3OC4xNjVsNDIuNDM3LTEyNS4wNGMtMjEuNDM4LTM1LjA2NS0zMy43Ny03Ni4yMDctMzMuNzctMTIwLjE1OUM4LjY2NyAxMDQuMzQgMTEzLjc2MyAwIDI0My40ODUgMGMxMjkuNjIzIDAgMjM0LjY4IDEwNC4zNCAyMzQuNjggMjMyLjk0NnpNMjQzLjQ4NSAzNy4wOThjLTEwOC44MDIgMC0xOTcuNDIyIDg3LjgwMy0xOTcuNDIyIDE5NS44NjggMCA0Mi45MTUgMTMuOTg2IDgyLjYwMyAzNy41NzYgMTE0Ljg3OWwtMjQuNTg2IDcyLjU0MiA3NS44NDktMjMuOTY4YzMxLjEyMSAyMC40ODEgNjguNDU3IDMyLjI5NiAxMDguNTgzIDMyLjI5NiAxMDguNzIzIDAgMTk3LjMyMy04Ny44NDMgMTk3LjMyMy0xOTUuOTA4IDAtMTA3Ljg4Ni04OC42LTE5NS43MDktMTk3LjMyMy0xOTUuNzA5ek0zNjEuOTMxIDI4Ni42MmMtMS4zOTUtMi4zMzEtNS4yMi0zLjc0Ni0xMC44OTgtNi44MTQtNS45MTctMi44NDktMzQuMDg5LTE2LjQ5Ny0zOS41MDgtMTguMzctNS4xNi0xLjkxMy04Ljk4Ni0yLjg0OS0xMi44MTEgMi44MjktNC4wMDUgNS42MzgtMTQuOTAzIDE4LjYyOS0xOC4yMyAyMi4zNTQtMy41NDYgMy43ODUtNi44NTQgNC4yNjQtMTIuNTUyIDEuNDM1LTUuNjE4LTIuODA5LTI0LjI2Ny04Ljg2Ni00Ni4yMDMtMjguMzkxLTE3LjA1NS0xNS4wNDItMjguNjctMzMuNzExLTMxLjk5Ny0zOS41MDgtMy40MjctNS43NTgtLjM5OC04LjgyNiAyLjQ3MS0xMS42MzUgMi42OS0yLjU5IDUuNzc4LTYuNzM0IDguNjI3LTEwLjA0MSAyLjk2OS0zLjI4NyAzLjkwNS01LjYzOCA1Ljc5OC05LjQyNCAxLjkxMy0zLjkwNS45MzYtNy4xOTItLjQ3OC0xMC4xNDEtMS40MTUtMi44NDktMTMuMDEtMzAuODgxLTE3Ljc1Mi00Mi4zMzctNC44NDEtMTEuNDE2LTkuNTQzLTkuNTIzLTEyLjg3MS05LjUyMy0zLjQ2NyAwLTcuMjEyLS40NzgtMTEuMTE3LS40NzgtMy43ODUgMC0xMC4wNDEgMS4zOTUtMTUuMzgxIDcuMTkyLTUuMiA1LjY1OC0yMC4xMjMgMTkuNDY1LTIwLjEyMyA0Ny41OTcgMCAyOC4wNTIgMjAuNjAxIDU1LjMwOCAyMy41NSA1OS4wNTMgMi44NjkgMy43ODUgMzkuNzQ3IDYzLjE5NyA5OC4zMDMgODYuMDcgNTguNDc2IDIyLjg3MiA1OC40NzYgMTUuMzIxIDY5LjExNSAxNC4zNjUgMTAuMzgtLjk1NiAzNC4wNjktMTMuODY3IDM4LjgxMS0yNy4wOTYgNC42Ni0xMy40NSA0LjY2LTI0Ljc2NiAzLjI0Ni0yNy4xMzd6IiBmaWxsPSIjMkRCNzQyIi8+PC9zdmc+)
    100% 0 no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  content: "";
  height: 20px;
  left: 14px;
  position: absolute;
  top: 26px;
  width: 20px;
}
.wa__btn_popup_txt {
  background-color: #f5f7f9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #43474e;
  font-size: 10px;
  letter-spacing: -0.03em;
  line-height: 1.5;
  margin-right: 7px;
  padding: 8px 12px;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  width: 156px;
}
.wa__btn_popup_icon.active .wa__btn_popup_txt {
  display: none !important;
}
.wa__btn_popup_icon::after {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  width: 100%;
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTguNjU5IDYuOTk4IDUtNWExLjE3NyAxLjE3NyAwIDAgMCAwLTEuNjU3IDEuMTc3IDEuMTc3IDAgMCAwLTEuNjU3IDBsLTUgNS01LTVBMS4xNzIgMS4xNzIgMCAwIDAgLjM0NSAxLjk5OGw1IDUtNSA1YTEuMTcyIDEuMTcyIDAgMCAwIDAgMS42NTcgMS4xNzcgMS4xNzcgMCAwIDAgMS42NTcgMGw1LTUgNSA1YTEuMTc3IDEuMTc3IDAgMCAwIDEuNjU3IDAgMS4xNzcgMS4xNzcgMCAwIDAgMC0xLjY1N2wtNS01WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
    50% no-repeat;
  background-size: auto;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  opacity: 0;
  -ms-transform: scale(0) rotate(1turn);
  transform: scale(0) rotate(1turn);
  -webkit-transform: scale(0) rotate(1turn);
  -moz-transform: scale(0) rotate(1turn);
  z-index: 2;
}
.wa__btn_popup_icon.active::before {
  opacity: 0;
  -ms-transform: scale(0) rotate(-1turn);
  transform: scale(0) rotate(-1turn);
  -webkit-transform: scale(0) rotate(-1turn);
  -moz-transform: scale(0) rotate(-1turn);
}

.wa__btn_popup_icon.active::after {
  opacity: 1;
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
}
@media screen and (min-width: 601px) {
}
@media screen and (max-width: 600.99px) {
  .row.row-banner {
    margin-left: -1% !important;
    margin-right: -1% !important;
  }
}

.text-li {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  text-align: right;
}
.text-li .bld-text {
  color: #909193;
  font-size: 11px;
}
.title-social {
  font-size: 14px;
  font-weight: 600;
  display: block;
  position: relative;
  color: #fff;
}
.about-company {
  color: #909193;
  text-align: justify;
  font-size: 12px;
  line-height: 2;
  border-bottom: 1px solid #909193;
  padding-bottom: 17px;
}
.owl-news .owl-next {
  right: -14px;
  top: 42%;
}
.owl-news .owl-prev {
  left: -14px;
  top: 42%;
}
.news-section {
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.filter-search {
  position: absolute;
  bottom: 0;
  margin: auto !important;
  transition: cubic-bezier;
  left: 0;
  right: 0;
  border: none;
  display: flex;
  flex-direction: column;
  color: #fff;
  z-index: 1;
  text-align: center;
  top: 0;
  justify-content: center;
}
.filter-sub-title {
  font-size: 14px;
}
.filter-main-tiltle {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.filter-form {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.btn-search {
  background-position: -38px -4px;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.filter-form button {
  padding: 0 3px;
  background-color: #f00000 !important;
  border-color: #f05164 !important;
  color: #fff;
  box-shadow: none !important;
}
.filter-form input {
  box-shadow: none !important;
  border: none !important;
  font-size: 13px;
}

.filter-form .select2-selection--single {
  border-top: none !important;
  border-bottom: none !important;
  border-right: none !important;
  border-radius: 0 !important;
}
.link-search li {
  display: inline-block;
  margin: 0 5px;
}
.link-search li a {
  background-color: #00000087 !important;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  border: none !important;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 25px;
  padding-bottom: 5px;
  border: 1px solid #8c837c !important;
  display: inline-block;
  padding-top: 5px;
}
.btn-link-search {
  background-position: -66px -7px;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 3px;
  vertical-align: middle;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 0 !important;
}
.caption-section {
  color: #252525;
  font-weight: 600;
  font-size: 18px;
}
.best-saler-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eff6ff;
}
.text-best-slaler {
  background-color: #282c38;
  padding: 8px;
  padding-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-left: 8px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 0px 0px 8px 8px;
  min-height: 96px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 13px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}
.img-best-saler {
  height: 199px;
  display: block;
  border-radius: 8px 8px 0 0;
  position: relative;
  background-color: #282c38;
  overflow: hidden;
}
.img-best-saler img {
  object-fit: contain;
  max-height: 100% !important;
  border-radius: 8px 8px 0 0;
}
.img-best-saler video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.owl-best-saler .item {
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.owl-best-saler .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 6px;
}
.owl-best-saler .item:hover {
  padding: 0;
}

.owl-best-saler .item:hover img {
  opacity: 0;
}
.owl-best-saler .item:hover video {
  opacity: 1;
}
video {
  object-fit: contain;
  overflow-clip-margin: content-box;
  overflow: clip;
}
.category-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.grid-category {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: -16px;
  width: calc(100% + 16px);
  margin-left: -16px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.item-category a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.imageText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 16px;
  color: #252525;
  font-size: 15px;
  font-weight: 600;
}
.imageItem {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mui-1h3tg16-overlay {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 4px;
  color: #ffffff;
  height: 100%;
  width: 100%;
  background: transparent;
  -webkit-transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 3;
}
.mui-1f6z0os-root {
  background-color: rgba(12, 18, 28, 0.12);
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 4px;
}
.mui-1f6z0os-root picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.picture image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .filter-form button {
    width: 58px;
    height: 42px;
    font-size: 11px;
  }
  .filter-form .select2.select2-container {
    min-width: 150px !important;
  }
  .filter-search {
    width: 65%;
  }
  .item-category {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 25%;
  }
}
@media (max-width: 767.99px) {
.headerCta {
    font-size: 14px;
 line-height: 1.2 !important;
    height: 32px !important;
      width: 100%;
   }
   .headerCta {
          font-size: 12px;
          line-height: 1.2;
          height: 32px;
        }
    .chat-icon img {
     width: 56px;
    }  
  .owl-news .img-special {
    height: 250px;
  }
  .link-more {
    font-size: 14px;
  }
  #myTab {
    margin-top: 10px;
  }
  .d-flex.flex-tab {
    display: block !important;
  }
  .select2-selection.select2-selection--single img {
    max-width: 15px !important;
    max-height: 17px;
  }
  .select2-results ul li span {
    font-size: 10px !important;
  }
  .select2-container {
    min-width: 150px !important;
  }
  .header.sticky-menu .header-top {
    display: none !important;
  }
  .select2-dropdown.select2-dropdown--below {
    min-width: 150px !important;
  }
  .filter-form button {
    width: 62px;
    height: 42px;
    font-size: 0 !important;
  }
  .select2-selection__rendered span {
    font-size: 10px !important;
  }
  .filter-search {
    width: 95%;
  }
  .item-category {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}
.item-category {
  padding-top: 16px;
}
.best-saler-category-section {
  background-color: #f3f4f5;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.yaler-box {
  text-decoration: none;
  color: inherit;
  position: absolute;
  overflow: hidden;
  display: block;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding: 20px;
  border-radius: 14px;
  background-color: #0000002e;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
}
.img-category-list img {
  border-radius: 14px;
  display: block;
  height: 100%;
  left: 50%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.favo-link {
  background-color: transparent !important;
  box-shadow: none !important;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  font-size: 12px;
  padding: 2px 10px;
}
.btn-cart {
  width: 35px;
  height: 35px;
  background-color: #ee384e;
  border-radius: 25px;
}
.btn-cart .img-slice {
  background-position: -63px -27px;
  width: 22px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
}
.d-flex.flex-yaler {
  justify-content: space-between;
  color: #fff;
  align-items: center;
  font-weight: 600;
}
.img-category-list:hover .yaler-box {
  opacity: 1;
  transition: all 0.2s linear;
}
.img-category-list::after {
  padding-bottom: 67.928%;
  content: "";
  display: block;
}
.link-top-banner {
  display: flex;
  overflow-x: auto;
}
.link-top-banner li {
  list-style: none;
  margin-left: 10px;
}
.d-flex.flex-tab {
  justify-content: space-between;
  align-items: center;
}
.link-top-banner li a {
  position: relative;
  appearance: none;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 32px;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 16px;
  white-space: nowrap;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  outline: 0px;
  text-decoration: none;
  padding: 0px 8px 0px 8px;
  vertical-align: middle;
  box-sizing: border-box;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid rgb(189, 189, 189);
  font-size: 0.75rem;
  display: inline-block;
  text-align: center;
  padding-top: 2px;
}
.link-top-banner li a:hover {
  background-color: rgba(0, 0, 0, 0.06) !important;
}
#myTab li button {
  background-color: transparent !important;
  border-top: none !important;
  border-radius: 0 !;
  border-right: none !important;
  border-left: none !important;
  color: rgb(0, 0, 0);
  border-bottom: 2px solid #f3f4f5;
  font-weight: 200;
}
#myTab li button.active {
  border-block-color: rgb(0, 0, 0);
  font-weight: 600;
}
.link-more {
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-color: transparent;
  outline: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  min-width: 64px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.23);
  color: rgb(0, 0, 0);
  box-shadow: none;
  font-weight: bold;
  text-transform: none;
  border-radius: 25px;
  height: 48px;
  line-height: 1.133rem;
  font-size: 1.133rem;
}
.link-more:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.06) !important;
  border-color: rgba(0, 0, 0, 0.23);
  color: rgb(0, 0, 0);
}
.title-blog {
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.88) 0.25px 0.25px 0.25em;
}
.row.row-news {
  align-items: center;
}
.title-news {
  font-size: 13px;
  font-weight: 600;
}
.desc-news {
  color: rgba(0, 0, 0, 0.6);
}
.blog-section img {
  border-radius: 4px;
}
.chat-icon {
  position: fixed;
  left: 10px;
  bottom: 34px;
  z-index: 1;
}
.blog-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.blog-tiltle {
  margin: 0px;
  font-size: 13px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  min-height: 50px;
  margin-top: 10px;
}
.blog-tiltle:hover {
  text-decoration: underline;
}
.short-desc-blog {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  color: rgba(0, 0, 0, 0.6);
  min-height: 80px;
}
.img-blog img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.img-blog img {
  border-radius: 7px;
  height: 246px;
  -webkit-transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.owl-blog .item:hover .img-blog img {
  opacity: 0.8;
}
svg {
  vertical-align: middle;
}

.blue--btn {
  background: #0079d2;
  border: 1px solid #0079d2;
  color: #fff;
  border-radius: 4px;
  padding: 4px 12px;
  cursor: pointer;
}

.form__field {
  margin: 24px 0;
  position: relative;
}

.form__title {
  font-size: 1.125rem;
  font-weight: 700;
}

.form__load-img li {
  margin-bottom: 4px;
}

.form__load-img ul {
  list-style: none;
}

.load__img-wrap {
  background-color:white;
  margin-top: 8px;
  width: 100%;
  position: relative;
}

.load__img-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px;
  border: 1px dashed #c5c5c5;
  border-radius: 8px;
}

.content__wrapper {
  min-width: 310px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.upload__TipIcon {
  position: relative;
}

.upload__Tooltip {
  display: none;
  position: absolute;
  top: 27px;
  right: -152px;
  padding: 16px;
  color: #767676;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  white-space: normal;
  z-index: 999999;
  background: #fff;
  box-shadow: 0 4px 12px rgb(0 0 0 / 12%);
  border-radius: 8px;
  width: 275px;
}

.upload__TipIcon:hover .upload__Tooltip {
  display: block;
}

.margin--top-16 {
  margin-top: 16px;
}

.error__msg {
  visibility: visible;
  color: #ed0101 !important;
  font-size: 13px;
  font-weight: 550;
  margin: 15px 0;
  line-height: 15px;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.upload__thumbnails {
  margin: 24px 0 32px;
}

.imgs__wrapper, .item__imgs {
  display: flex;
}

.item__wrapper:nth-of-type(1) {
  margin-right: 0;
}

.item__wrapper {
  position: relative;
  margin-left: 1.5rem;
}

.remove__img {
  position: absolute;
  z-index: 999;
  right: 0;
  top: -8px;
}

.remove__icon {
  background: #fff;
  box-shadow: 0 1px 5px rgb(0 0 0 / 30%);
  border-radius: 50% 50%;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: none;
}

.content__wrapper.disable {
color: #BABABA;
}

.content__wrapper.disable path {
fill:  #BABABA;
}

.content__wrapper.disable button {
background: #BABABA;
border: 1px solid #BABABA;
cursor: inherit;
}
.header.sticky-menu .c-navi-new-list__category-item > li {
  line-height: 4 !important;
}
@media (min-width: 600px) {
.mui-net1p-innerContainer-innerContainer {
    -webkit-box-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
 .textWrapper {
    margin-left: 24px;
  }
}
.textWrapper{
    -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  text-align: center;
}
.headerCta{
    background: #ffffff;
  color: #000000;
  border: none;
  font-weight: bold;
  line-height: 1.5;
  font-size: 0.867rem;
  height: 40px;
  padding: 8px 16px;
  display:inline-block;
  border-radius: 25px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
text-align: center;
    
}
.headerCta:hover {
  background: #ccc;
  color: #000000;
  opacity: 0.8;
}
.header-top {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--Grid-rowSpacing) var(--Grid-columnSpacing);
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
  position: relative;
  background-color: #000000;
  height: 60px;
  color: #fff;
}
@media screen and (min-width: 401px) and (max-width: 767.99px) {
 .mui-net1p-innerContainer-innerContainer {
       font-size: 10px;
}
}
@media (max-width: 400.99px) {
 .mui-net1p-innerContainer-innerContainer {
       font-size: 9px;
}
}
.btn-zoom{
    position: absolute;
  top: 21px;
  right: 5px;
  z-index: 1;
  background-color: #000;
  font-size: 17px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  line-height: 36px;
  transition: all 0.2s linear;
  opacity: 0;
}
.owl-images .item a{
   display:block;
   width:max-content;
   margin:0 auto;
   max-width:100%;
}
.owl-images .item a:hover .btn-zoom{
   opacity: 1;  
}
span.flip img {
    height: 35px !important;
    object-fit: scale-down;
    width: 35px !important;
}
span.flop img {
    height: 35px !important;
    object-fit: scale-down;
    width: 35px !important;
}
.gridContainer .grid-item {
    flex: 1 !important;
    flex-grow: 1 !important;
    flex-shrink: 0 !important;
    flex-basis: unset !important;
    max-width: 50%;
}
.gridContainer .grid-item picture img{
        object-fit: contain;    width: 130px !important;
    max-width: 100%;
}

@media(max-width:767px){
.gridContainer .grid-item {
    flex: 1 !important;
    flex-grow: 1 !important;
    flex-shrink: 0 !important;
    flex-basis: max-content !important;
    max-width: 100% !important;
    width: max-content !important;
}}
.container-fluid,.container{
    max-width: 100% !important;
}
.container-fluid.header-top {
    background: #0b121c !important;
}
#myTabContent .owl-images img {
    max-height: 500px !important;
    object-fit: scale-down;
    object-position: top;
    min-height: 450px !important;
    height: auto;
}
@media(max-width:767px){
    picture {
        height: calc(100vh - env(safe-area-inset-bottom) - 230px);
}
}
picture {
    display: flex;
    justify-content: center;
}.gridContainer .grid-item {
    flex: 1 !important;
    flex-grow: 1 !important;
    flex-shrink: 0 !important;
    flex-basis: max-content !important;
    max-width: 180px !important;
    width: auto !important;
}
 .blog-section .post-thumb .img-fluid{
    width:500px;
    
    max-height:400px;
}
@media(max-width:767px){
    .blog-section .post-thumb .img-fluid{
    width:300px;
  
    max-height:400px;
}
.gridContainer .grid-item {
    flex: 1 !important;
    flex-grow: 1 !important;
    flex-shrink: 0 !important;
    flex-basis: 48% !important;
    max-width: 100% !important;
    width: max-content !important;
}}
.fancybox-button--zoom {
    display: none !important;
}
.blog-section .post-thumb{
        text-align:center;
    }
.header-top {
    padding: 0 !important;
}
@media screen and (min-width: 1400px) {
    
   
}
@media(max-width:767px){
    #myTabContent .owl-images img{
            max-height: 400px !important;
    object-fit: scale-down;
    object-position: center;
    min-height: 300px !important;
    }}
.div-header img {
    object-fit:contain !important
}
