* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
}

ul,
p {
  margin-bottom: 0 !important;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #111;
  direction: rtl;
  height: 100%;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none !important;
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/woff/IRANSansX-Thin.woff") format("woff"),
    url("../fonts/woff2/IRANSansX-Thin.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/woff/IRANSansX-UltraLight.woff") format("woff"),
    url("../fonts/woff2/IRANSansX-UltraLight.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/woff/IRANSansX-Light.woff") format("woff"),
    url("../fonts/woff2/IRANSansX-Light.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/woff/IRANSansX-Medium.woff") format("woff"),
    url("../fonts/woff2/IRANSansX-Medium.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/woff/IRANSansX-DemiBold.woff") format("woff"),
    url("../fonts/woff2/IRANSansX-DemiBold.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/woff/IRANSansX-ExtraBold.woff") format("woff"),
    url("../fonts/woff2/IRANSansX-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/woff/IRANSansX-Black.woff") format("woff"),
    url("../fonts/woff2/IRANSansX-Black.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 950;
  src: url("../fonts/woff/IRANSansX-ExtraBlack.woff") format("woff"),
    url("../fonts/woff2/IRANSansX-ExtraBlack.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 1000;
  src: url("../fonts/woff/IRANSansX-Heavy.woff") format("woff"),
    url("../fonts/woff2/IRANSansX-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/woff/IRANSansX-Bold.woff") format("woff"),
    url("../fonts/woff2/IRANSansX-Bold.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/woff/IRANSansX-Regular.woff") format("woff"),
    url("../fonts/woff2/IRANSansX-Regular.woff2") format("woff2");
}

body {
  direction: rtl !important;
  font-family: "IRANSansX";
  font-weight: normal;
  font-size: 13px;
  line-height: 2;
  position: relative;
  overflow-x: hidden;
  background-color: #f3f3f3;
}
.ss01 {
  -moz-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.c-navi.js-navi {
  transition: all 0.5s linear;
  position: relative;
}
.c-navi__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
.c-navi-categories__overlay {
  position: fixed;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(27, 10, 10, 0.69);
  opacity: 0;
  z-index: 233;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  pointer-events: none;
}

.c-navi-categories__overlay.is-active {
  opacity: 1;
  pointer-events: all !important;
}
.c-navi-new-list__options-list ul li {
  list-style: none;
  text-align: right;
}
.c-navi-new-list__options-list ul li a:hover {
  color: #000;
}
.c-navi-new-list__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.2 !important;
}
.c-navi-new-list__category-item > li > a {
  color: #fff;
  font-size: 14px;
}
.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: 100%;
  display: none;
  right: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  padding: 0;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  width: 100% !important;
}
.is-fmcg .c-navi-new-list__sublist {
  height: unset;
  padding-bottom: 65px;
  padding-left: 100px;
}
.c-navi-new-list__sublist:hover + .c-navi-new-list__a {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.c-navi-new-list__sublist:hover + .c-navi-new-list__a:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
  height: 2px;
  background-color: #ef5661;
}
.c-navi-new-list__sublist-option {
  direction: rtl;
  text-align: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 25%;
  font-size: 14px;

  font-weight: 700;
  max-width: 100%;
  list-style: none;
  vertical-align: middle;
}
.is-fmcg .c-navi-new-list__sublist-option {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.c-navi-new-list__sublist-option--title {
  direction: rtl;
  text-align: right;
  position: relative;
}
.c-navi-new-list__sublist-option--title a {
  color: #000;
  text-decoration: none;
  font-size: 13px !important;
  font-weight: 700 !important;
  position: relative;
}
.ico-menu img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
}
.c-navi-new-list__category-link {
  display: block;
  color: #87888d;
  font-size: 13px;
}
.c-navi-new-list__category-item > li > a:hover {
  color: #fff;
}
.c-navi-new-list__inner-category.js-mega-menu-category.c-navi-new-list__inner-category--hovered {
  color: #fac402 !important;
}
.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;
}
.sticky-menu .logo img {
  width: 100px;
  transition: all 0.2s linear;
}
.header.sticky-menu {
  padding-bottom: 5px !important;
}
.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: 500;
  color: #3f4064;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5;
}
.c-navi-new__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: 13px;
  line-height: 2.2;
  font-weight: 300;
  color: #3f4064;
}
.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;
}
.js-mega-menu-main-item {
  color: #ebebeb;
}
.c-navi-new-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 0;
}
@media screen and (max-width: 767.99px) {
  .text-center.list-image {
    display: none !important;
  }
  .wnd-col {
    padding-top: 20px !important;
  }

  .show-all {
    font-size: 10px !important;
  }
  .select-vehicle-button.select-item {
    width: 100% !important;
    height: 47px;
  }
  .select-item {
    margin-bottom: 10px;
    white-space: nowrap;
  }
  .se-categories {
    background-color: #022344 !important;
    padding-top: 20px;
    padding-bottom: 20px !important;
  }

  .link-left-top {
    text-align: center;
    padding-top: 10px;
  }
  .main-text-news {
    text-align: justify !important;
  }
  .px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .carousel-news {
    padding-top: 20px;
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
  .title-footer.un-link span {
    color: #fff !important;
  }
  .back-to-top {
    display: none !important;
  }
  .owl-slide-text {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: right;
    direction: rtl;
    background-repeat: no-repeat;
    background-position: center;
    width: 80%;
    margin: auto;
    z-index: 4;
  }
  .main-text-slider {
    line-height: 1.7;
    font-size: 18px;
    color: #fff;
    font-weight: 900;
  }
  .owl-slide-text h1 {
    font-size: 13px !important;
  }
  .owl-slide-text h2 {
    font-size: 15px !important;
  }
  .owl-slider .item img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100% !important;
    width: 100%;
  }
  .owl-slider .item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
    height: 200px;
  }
  .best-saler {
    padding-right: 5px;
  }
  .banner-col {
    margin-top: 20px;
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  .top-row::after {
    width: 100%;
    right: 0;
  }
  .top-row {
    text-align: center;
  }
  .cost-wnd {
    margin-bottom: 22px !important;
  }
  .wnd .offer-mob {
    right: -5%;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  .title-wnd2.text-center {
    display: none !important;
  }
  #sync1 .col-lg-6.col-md-7.col-12,
  #sync1 .col-lg-6.col-md-5.col-12 {
    padding: 0 !important;
  }
  .icon-wnd.text-center {
    display: none !important;
  }
  .owl-stage {
    padding-right: 0 !important;
  }
  #sync2 {
    display: none !important;
  }
  .wnd-mob .soon-text.soon-label {
    font-size: 12px !important;
  }
  .wnd-mob .soon-wrapper [class*="soon-"],
  .wnd-mob .soon [class*="soon-"] {
    font-size: 23px !important;
  }
  .wnd-mob
    .soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
    .soon-value,
  .wnd-mob
    .soon[data-visual*="ring"]:not([data-layout*="label-hidden"])
    .soon-value {
    top: 19% !important;
  }
  .soon-wrapper [class*="soon-"],
  .soon [class*="soon-"] {
    font-size: 15px;
  }
  .soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
    .soon-value,
  .soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value {
    top: -7% !important;
  }
  .wnd-banner .soon[data-layout*="group"] .soon-group-sub > .soon-group-inner {
    margin: 0 -2px !important;
  }
  /*.owl-item.active .item {-webkit-transform: translateY(-2px);transform: translateY(-2px);box-shadow: 0px 0px 15px #ccc;}*/
  .soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
    .soon-value,
  .soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value {
    top: 0%;
    left: -6px;
  }
  .wnd-banner
    .soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
    .soon-label,
  .wnd-banner
    .soon[data-visual*="ring"]:not([data-layout*="label-hidden"])
    .soon-label {
    bottom: 3% !important;
    font-size: 6px !important;
    left: -6px;
  }
  #canvas {
    width: 100px !important;
    position: absolute;
    z-index: 1;
    left: 14px;
    bottom: 7px !important;
    height: 100px !important;
  }
  .owl-slider .owl-dots {
    bottom: 0 !important;
  }
  .wnd-banner-img {
    position: relative;
    text-align: left;
  }
  .wnd-banner .soon[data-scale="m"] {
    font-size: 10px !important;
  }
  .namad li {
    display: inline-block !important;
  }
  .text-link {
    display: none !important;
  }
  .row.top-header {
    text-align: center !important;
  }
  .copy {
    text-align: center;
  }
  .wnd-banner
    .soon-wrapper[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-separator
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .wnd-banner
    .soon-wrapper[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .wnd-banner
    .soon[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-separator
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .wnd-banner
    .soon[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner {
    min-width: 10px !important;
  }
  .more a {
    padding: 9px 18px;
    font-size: 11px;
  }
  .namd li {
    text-align: center;
    display: inline-block;
    margin: 0 15px !important;
  }
  .logo img {
    width: 100px !important;
  }

  .toolbar-desc {
    text-align: center;
  }
  .text-timer {
    text-align: center;
  }
  .cal-fixed {
    display: none !important;
  }
  .menuTrigger {
    color: #022344;
    font-size: 28px;
    vertical-align: middle;
  }
  .c-navi.js-navi {
    display: none !important;
  }
  .about-company {
    text-align: justify !important;
  }
  .namd {
    text-align: center;
  }
  .menu-tbl {
    display: none;
  }
  .row.mt-4.row-title-brand {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .row.mt-3.mb-3.row-brand {
    background-color: #fff;
  }
  .container-fluid.logo-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .c-left,
  .c-right {
    text-align: center;
  }
  .c-right > span {
    display: block !important;
  }
  .img-pro-wnd,
  .img-pro {
    height: 228px;
    display: block;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
  }
  .banner-section {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .newest {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .p-0-mob {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .select-city.ml-auto {
    width: 100% !important;
  }
  .toolbar-mob a {
    color: #676767;
  }
  .icon-login,
  .img-sale,
  .btn-search span {
    transform: scale(0.8);
  }
  .logo-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .toolbar-mob li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
  }
  .accordion-container .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
    line-height: 33px;
    border-bottom: 1px solid #c4c5c654;
    margin-bottom: 10px;
  }
  .accordion-container .set > span i {
    position: absolute;
    left: 0;
    top: 13px;
    color: #4a5561;
    font-size: 10px;
  }
  .accordion-container .content {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 10px !important;
    display: none;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .close-box,
  .close-box-2 {
    font-size: 12px;
  }
}
.c-navi-new-list__sublist-option--has-icon i {
  vertical-align: middle;
  margin-left: 10px;
}
.owl-slider .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.c-header.js-header {
  background-color: #022344;
  z-index: 100000;
}
.btn-search span {
  background-position: -96px -59px;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  display: inline-block;
  background-color: transparent !important;
}
.img-slice {
  background: url("../images/slice.png") no-repeat;
}
.searh-form {
  display: flex;
  background-color: #f3f3f3;
  padding-bottom: 5px;
  padding-top: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 25px;
  padding-right: 10px;
}
.searh-form input {
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 13px;
  border: none !important;
}
.icon-login {
  background-position: -50px -56px;
  width: 21px;
  height: 23px;
  vertical-align: middle;
  display: inline-block;
}
.img-sale {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
.toolbar-desc li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.account > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.basket {
  position: relative;
}
.count-sale {
  width: 17px;
  height: 17px;
  background-color: #ffc300;
  text-align: center;
  line-height: 19px;
  color: #022344;
  border-radius: 100%;
  font-size: 10px;
  font-weight: 500;
  z-index: 1;
  position: absolute;
  right: -11px;
  top: 4px;
}
.text-link {
  display: inline-block;
  color: #bec7d4;
  font-size: 12px;
  vertical-align: middle;
}
.toolbar-desc li a {
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 991.99px) {
  .row-wnd {
    align-items: center;
  }
  .namd {
    text-align: center !important;
  }
  .namd li {
    display: inline-block !important;
    margin: 20px;
  }
  .link-right {
    text-align: left;
  }
  .account {
    width: 15%;
  }
  .search-li {
    width: 85%;
  }
  .toolbar-desc {
    display: flex !important;
    align-items: center;
  }
  .row-top-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }
  .toolbar-mob a {
    color: #fff;
  }
  .menuTrigger {
    color: #fff;
    font-size: 28px;
    vertical-align: middle;
  }
  .toolbar-mob li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .col-md-7.col-8.cost.text-right.pr-3 {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .wnd .offer-mob {
    width: 60px !important;
    height: 60px !important;
  }
  .se-categories .panel-bodys {
    background-color: #fff;
  }
  .brand .slick-slide > div {
    margin-bottom: 20px !important;
  }
  .brand .slick-slide > div {
    height: 119px !important;
  }
  .brand .slick-slide {
    padding: 6px;
    text-align: center;
  }
  .carousel-news {
    margin-top: -100px;
    z-index: 1;
    position: relative;
  }

  .select-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .select-item {
    margin: 0 0 0 8px;
  }
  .owl-slide-text {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    direction: rtl;
    background-repeat: no-repeat;
    background-position: center;
    width: 30%;
    margin-right: auto;
    z-index: 4;
    color: #fff;
    left: 10%;
  }
  .main-text-slider {
    line-height: 1.7;
    font-size: 2rem;
    font-weight: 700;
  }
  .link-left-top {
    text-align: left;
  }
  .top-row::after {
    width: 100%;
    right: 0;
  }
  .wnd .offer-mob {
    left: 14%;
    top: 9%;
  }
  #sync2 img {
    border-radius: 100%;
  }
  .social-box {
    text-align: right;
  }
  .pallet {
    display: none;
  }
  .account mob {
    display: none !important;
  }
  .namd li {
    display: inline-block;
    margin-right: 10px;
  }
  .link-right li {
    margin-left: 20px;
  }
  .container-fliud.banner-box > .row {
    margin-left: -1% !important;
  }
  .container-fliud.banner-box {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .copy-right {
    text-align: right;
  }
  .social-footer ul li {
    margin-left: 10px;
  }
  .more a i {
    color: #959595;
    vertical-align: middle;
    font-size: 13px;
    margin-right: 5px;
  }
  .namd li {
    text-align: left;
  }
  .row-banner-middle {
    margin-right: -0.5rem !important;
    mrgint-right: -0.5rem !important;
  }
  .mt-40 {
    margin-top: 40px;
  }
  .owl-logo {
    border-radius: 0 0 10px 10px;
  }
  .owl-carousel.owl-theme.owl-logo .item img {
    width: auto !important;
    margin: auto;
  }
  .row.mt-3.main-image {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .c-header.js-header {
    position: relative;
    top: 0;
    width: 100%;
    right: 0;
  }
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .wnd {
    padding-right: 0 !important;
  }
  .send-section .desc-send {
    display: inline-block;
    vertical-align: middle;
  }
  .send-section .thum-send {
    text-align: center;
  }
  .set > span i {
    display: none;
  }
  .namd {
    text-align: left;
  }
  .c-left {
    text-align: right;
  }
  .copy {
    text-align: left;
  }
  .timer .far {
    font-size: 23px;
  }
  .img-pro-wnd,
  .img-pro {
    height: 272px;
  }
  .timer {
    margin-top: 24px;
    margin-bottom: 10px;
  }
  .cost-total {
    font-size: 20px;
  }
}
.btn-search {
  background-color: transparent !important;
  cursor: pointer;
  padding-right: 5px;
}
.img-total-categori-memu {
  background: url("../images/slice.png") no-repeat -164px -55px;
  width: 17px;
  height: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
.select-city.ml-auto {
  line-height: 4;
}
.select-city.ml-auto .city-modal {
  display: block;
  color: #000 !important;
  font-size: 0.857rem;
  cursor: pointer;
}
.icon-map {
  background: url("../images/slice.png") no-repeat -17px -11px;
  width: 14px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 80px;
}
#city-modal .modal-dialog {
  flex: 0 1 auto;
  max-height: calc(100% - 96px);
  height: 100%;
  vertical-align: middle;
  align-items: center;
  display: flex;
}
#city-modal .modal-content {
  vertical-align: middle;
  min-height: 300px;
}
.modal-header {
  background-color: #ff5400;
  color: #fff !important;
}
.modal-header .close {
  color: #fff !important;
  opacity: 1 !important;
}
#lineModalLabel {
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.list-modal {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
}
.list-modal li {
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.571;
  text-align: right;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.list-modal li a {
  color: #636466;
}
.list-modal li i {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 9px;
}
@media screen and (max-width: 991.99px) {
  .panel-menu ul li{
    list-style: none;
  }
  .panel-menu ul{
    padding-right: 0;
  }
   .row.top-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
  .c-header.js-header.sticky-menu .search-li{
    display: none !important;
  }
  .img-sale {
    background-position: -159px -58px;
  }
  .toolbar-desc {
    text-align: center;
    display: flex !important;
    align-items: center !important;
    float: left;
  }
  .toolbar-mob {
    display: flex;
    align-items: center !important;
  }
  .d-block.img-category {
    width: 110px;
    height: 110px;
  }
  .toolbar-desc li {
    margin: 0 15px;
  }
  .wnd-banner
    .soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
    .soon-label,
  .wnd-banner
    .soon[data-visual*="ring"]:not([data-layout*="label-hidden"])
    .soon-label {
    bottom: 9% !important;
    font-size: 6px !important;
  }
  .wnd-mob {
    background: url("../images/bg-wnd.jpg") no-repeat;
    background-size: auto;
    min-height: 200px;
    background-size: cover;
    color: #fff;
  }
  .wnd-banner .soon[data-layout*="group"] .soon-group-sub > .soon-group-inner {
    margin: 0 !important;
  }
  .slider .timer {
    position: absolute;
    bottom: 12px;
    left: 18px;
    z-index: 1;
  }
  .wnd-banner-img img {
    width: 70px;
    margin: auto;
  }
  .txt1-slide {
    font-size: 10px;
  }
  .txt2-slide {
    font-size: 11px !important;
  }
  .p-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .toolbar-mob {
    text-align: right;
  }
  .row.top-header {
    padding-right: 14px;
    padding-left: 14px;
  }
  .img-sale-mob svg {
    width: 21px;
    vertical-align: middle;
  }
  .row.menu {
    display: none !important;
  }
  .close-li {
    background-color: #022344 !important;
    color: #fff !important;
  }
  .col-12.text-center.more {
    padding: 0 !important;
  }
  .row.mt-3.main-image {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .container-fluid.wnd {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .c-navi-new-list__categories {
    display: none !important;
  }
  .row.row-wnd {
    padding: 0 14px !important;
  }
}
.img-sale {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .row.top-header {
  padding-top: 15px;
  padding-bottom: 15px;
}
  .img-sale {
    background-position: -50px -13px;
  }
  .js-header.sticky-menu .top-header {
    display: none;
  }
  .search-li .basket {
    display: none !important;
  }
  .panel-menu {
    display: none !important;
  }
  .se-categories .panel-bodys {
    padding: 35px 10px 35px 10px;
  }
  .d-block.img-category {
    width: 168px;
    height: 168px;
  }
  #sync2 {
    margin-top: -140px;
  }
  .row.row-accordion-container {
    margin-left: -50px !important;
  }
  .slider .timer {
    position: absolute;
    bottom: 54px;
    left: 47px;
    z-index: 1;
  }
  .toolbar-desc li {
    margin-left: 20px;
  }
  .row.top-header,
  .row.menu {
    padding-right: 40px;
    padding-left: 40px;
  }
  .menu-tbl {
    display: none;
  }
}
.item-img {
  background-color: #fff;
}
.item-img {
  width: 100%;
  position: relative;
}
.dark-overlay.removeFocusIndicator {
  width: 100%;
  height: 100%;
  background-color: #c1c3ca;
  opacity: 0.09;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 14px;
}
.pro-name {
  width: 100%;
  display: block;
}
.pro-name a {
  color: #414141;
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.pr-name {
  font-weight: 500;
  color: #414141;
}
.old-cost {
  color: #a2a2a2;
  text-decoration: line-through;
  font-weight: 500;
  font-size: 13px;
}
.offer-mob {
  background-color: #ffc300;
  color: #003566;
  width: 46px;
  height: 26px;
  font-weight: 600;
  line-height: 2;
  border-radius: 15px 0 0 15px;
  display: inline-block;
  text-align: center;
}
.model-pro {
  color: #a4a4a4;
  font-weight: 700;
  font-size: 12px;
}
.row.inf-pro {
  min-height: 60px;
}
.cost-total {
  color: #003566;
  font-weight: bold;
  font-size: 18px;
}
.unit {
  font-size: 10px;
  color: #003566;
  font-weight: 500;
}
.timer {
  margin-top: 7px;
  margin-bottom: 10px;
}

.timer .far {
  font-size: 16px;
}
.owl-pro .owl-stage {
  margin-right: -35px;
}
.title-wnd {
  color: #1b4c4a;
  margin-top: 20px;
  font-weight: 600;
  font-size: 15px;
}
.img-pro-wnd,
.img-pro {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.img-pro-wnd img,
.img-pro img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.owl-wnd .item {
  background-color: #ffff;
}
.timer > span {
  display: inline-block;
  vertical-align: middle;
}
.timer .far {
  color: #545354;
  margin-top: -4px;
}
.owl-next {
  position: absolute;
  right: -35px;
  top: 48%;
}

.owl-slider .owl-prev {
  position: absolute;
  bottom: 10%;
  top: auto !important;
  right: 9%;
  left: auto !important;
  width: 34px;
  height: 34px;
  line-height: 0 !important;
  margin: 0 !important;
  transition: all 0.2s linear;
  background: url("../images/nav.png") no-repeat !important;
  transform: rotate(180deg) !important;
}
.owl-slider .owl-next {
  position: absolute;
  bottom: 10%;
  top: auto !important;
  right: 6%;
  width: 34px;
  height: 34px;
  line-height: 0 !important;
  margin: 0 !important;
  transition: all 0.2s linear;
  background: url("../images/nav.png") no-repeat !important;
}
.owl-prev {
  position: absolute;
  left: -35px;
  top: 48%;
}
.img-menu-cat {
  background-position: -130px -23px;
  width: 18px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 5px;
}
.ico-menu,
.ico-menu img {
  width: 30px !important;
  height: 35px !important;
  border-radius: 5px;
}
.ico-menu,
.ico-menu img {
  width: 30px !important;
  height: 35px !important;
  border-radius: 5px;
}
.owl-nav span {
  font-size: 0 !important;
}
.owl-nav {
  margin: 0 !important;
  direction: ltr;
}
.cost-unit {
  font-size: 10px;
  text-align: center;
  padding: 0 !important;
}
.count-pro {
  font-size: 11px;
  font-weight: 600;
}

.owl-newest .item,
.owl-best-saler .item {
  padding-bottom: 10px;
  margin: 10px 0;
}
.title-section {
  border-bottom: 2px solid #d7d7d7;
  padding-bottom: 10px;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.title-section span::after {
  height: 2px;
  background-color: #1f1f1f;
  position: absolute;
  right: 0;
  content: "";
  bottom: -2px;
  width: 11%;
}
.title-section span {
  font-weight: 700;
  font-size: 17px;
  color: #1f1f1f;
}
.copy {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 11px;
  color: #778da1;
  border-top: 1px solid #6f7982;
}
.namd li {
  margin-bottom: 15px;
  padding: 10px;
  width: 120px;
  text-align: center;
}
.about-company .title-footer {
  font-weight: bold;
  margin-bottom: 20px !important;
  display: block;
  color: #585858;
}
.row.copy.align-items-center {
  margin-top: 8px;
}
.c-right a {
  color: #fbfbfb;
  font-weight: 600;
}
.footer {
  background: #0c1e2f url("../images/bg-footer.jpg") no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.add-link-icon {
  background-position: -24px -173px;
  width: 12px;
  height: 18px;
  margin-left: 14px;
  display: inline-block;
  vertical-align: middle;
}
.tel-link-icon {
  background-position: -56px -169px;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-left: 14px;
  display: inline-block;
  vertical-align: middle;
}
.icon-time {
  background-position: -99px -177px;
  width: 18px;
  height: 18px;
  margin-left: 14px;
  display: inline-block;
  vertical-align: middle;
}
.icon-mail {
  background-position: -147px -180px;
  width: 15px;
  height: 12px;
  margin-left: 14px;
  display: inline-block;
  vertical-align: middle;
}
.text-time,
.text-add-link,
.tel-link-text {
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.fax-link,
.time-link {
  position: relative;
  text-align: right;
  padding-left: 30px;
  font-size: 14px;
}
.lnk-footers li {
  line-height: 2.2;
  position: relative;
  list-style-type: none !important;
  padding-right: 10px;
}
.lnk-footers li::before {
  position: absolute;
  content: "";
  right: 0;
  top: 13px;
  width: 4px;
  height: 4px;
  background-color: #fff;
}
.lnk-footers li a {
  color: #949aa0;
  font-size: 12px;
  font-weight: 600;
}
.title-footer.un-link span {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #ffc300;
}
.footer-top .footer .form {
  display: flex;
  align-items: center;
}
.footer-top .form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #695d1d;
  opacity: 1; /* Firefox */
}
.footer-top .form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #695d1d;
}
.footer-top .form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #695d1d;
}
.footer-top .form input {
  width: calc(100% - 43px);
  height: 43px;
  border-radius: 0;
  padding-right: 20px;
  background-color: transparent !important;
  color: #695d1d;
  border: none !important;
}
.btn-news-letter {
  width: 150px;
  height: 44px;
  display: inline-block;
  padding: 0 !important;
  box-shadow: none !important;
  background-color: #0d2337;
  color: #ffc300;
  border-radius: 25px;
}
.social-footer ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  vertical-align: middle;
}
.social-footer a {
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 9;
  border-radius: 100%;
}
.social-footer a .flip {
  -webkit-transform: translateZ(19px);
  transform: translateZ(19px);
}
.social-footer a span {
  padding: 0;
  display: block;
  width: 35px;
  height: 35px;
}
.social-footer a .flop {
  display: block;
  -webkit-transform: rotateX(-90deg) translateZ(-19px);
  transform: rotateX(-90deg) translateZ(-19px);
}
.social-footer a span {
  padding: 0;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 31px;
}
.social-footer a:hover {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.send-section .thum-send {
  background-color: transparent !important;
  width: 100%;
  float: right;
  border: none;
  align-items: center;
  margin-bottom: 0 !important;
}
.send-section .img-send {
  vertical-align: middle;
  position: relative;
  height: 70px;
  display: block;
  margin: auto;
  text-align: center;
}
.send-section .desc-send {
  text-align: center;
  margin-right: 10px !important;
  vertical-align: middle;
  width: 100%;
}
.send-section .title-send {
  font-size: 13px;
  color: #656565;
  margin-top: 10px;
  font-weight: 500;
}
.send-section {
  background-color: #f3f3f3;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.owl-send {
  padding-top: 20px;
  padding-bottom: 20px;
}
.owl-logo .item {
  display: flex;
  align-items: center;
  height: 130px;
}
.more-news {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  background: rgba(33, 38, 41, 0.72);
  opacity: 0;
  visibility: hidden;
  -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;
}
.grid_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(0, 0, 0);
  -ms-transform: translate(-50%, -50%) scale3d(0, 0, 0);
  transform: translate(-50%, -50%) scale3d(0, 0, 0);
  text-align: center;
  z-index: 1;
}
.grid_icon {
  text-align: center;
}
.owl-news .item a {
  color: #222;
}
.more-news {
  visibility: hidden;
}
.owl-news path {
  fill: #fff !important;
}
.news-title {
  padding: 0 10px;
}
.owl-news .item a {
  color: #222;
}
.owl-news .item:hover .grid_icon {
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -ms-transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.owl-news .item:hover .more-news {
  visibility: visible;
}
.owl-news .item:hover .more-news {
  opacity: 1;
  visibility: visible;
  width: 100%;
  border-radius: 14px 14px 0 0;
}
.panel-menu {
  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;
}
.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;
}
.panel-menu > ul:nth-child(1) {
  overflow-y: auto !important;
  max-height: 100vh;
}
.panel-menu ul li {
  width: 100%;
  line-height: 42px;
  padding: 5px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
}
.btn-menu {
  background-color: #022344 !important;
  width: 100%;
  line-height: 40px;
  padding: 5px;
  cursor: pointer;
}
.btn-menu a {
  width: 49%;
  display: inline-block !important;
  line-height: 2;
  text-align: center !important;
  color: #fff !important;
  font-size: 14px;
}
.panel-menu {
  z-index: 10;
}
.panel-menu ul li {
  width: 100%;
  line-height: 42px;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  color: #111;
  font-size: 13px;
  font-weight: 500;
}
.main-menu a {
  color: #111;
  font-weight: 500;
  font-size: 13px;
}
.openSubPanel {
  position: relative;
  height: 42px;
  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: #fff;
  line-height: 15px;
  text-align: center;
  line-height: 28px;
  float: left;
  position: absolute;
  left: -36px;
}
.openSubPanel .arow-menu {
  color: #879496;
  font-size: 22px;
}
.arow-menu {
  position: absolute;
  left: 0;
  top: 0;
  height: 29px;
  color: #879496;
}
.about-company.desc a {
  color: #ff6000;
  font-weight: 600;
}
.tel {
  direction: ltr;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}
.tel a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.lnk-footers a:hover {
  color: #f7d152;
  transition: all 0.5s linear;
}
.title-footer.lnk-footer.un-link,
.title-footer.un-link {
  font-weight: 600;
  margin-bottom: 10px !important;
  display: block;
  font-size: 14px;
}
.owl-newest .item:hover,
.owl-best-saler .item:hover,
.owl-wnd .item:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0px 0px 15px #ccc;
}
.owl-carousel .item {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.news-title {
  color: #000;
  font-size: 11.5px;
  padding: 5px;
}
.owl-news .item:hover .news-title {
  color: #ff6000;
  transition: all 0.5s linear;
}
.c-navi.js-navi {
  transition: all 0.5s linear;
}
.c-header.js-header.fixed .c-navi.js-navi {
  display: none;
}
.banner-col img,
.banner-section img {
  width: 100% !important;
  border-radius: 4px;
}
.brand-row {
  width: 100%;
  padding: 20px;
}
.brand-col {
  width: 10%;
  float: right;
}
.brand-col li a {
  color: #616161;
}
.brand-col li a:hover {
  color: #ff6000;
}
.brand-col li {
  list-style: none;
}
.img-brand {
  margin-left: 10px;
}
.line {
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #767676;
  margin-right: 20px;
}
.row.top-header {
  align-items: center;

}
.fax-link .tel {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.time-link .tel {
  color: #ffb820;
  font-size: 16px;
  letter-spacing: -1px;
}
.c-navi-new-list__categories li i {
  font-size: 9px !important;
  margin-right: 4px;
  vertical-align: middle;
  color: #979797;
}

@media screen and (min-width: 1100px) and (max-width: 1359.99px) {
  .c-navi-new-list__category-link {
    padding: 7px 6px 8px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1460px) {
  .c-navi-new-list__category-link {
    padding: 7px 20px 8px;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1099.99px) {
  .c-navi-new-list__category--main,
  .c-navi-new-list__category-link {
    padding: 7px 5px 8px !important;
    font-size: 12px !important;
  }
}
.favo-icon {
  background-position: -8px -56px;
  width: 23px;
  height: 20px;
  margin: 7px 0 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.favo {
  position: relative;
}
.basket a {
  color: #515151 !important;
  padding: 4px 7px;
  font-size: 12px;
  font-weight: 600;
}
.favo-count {
  width: 17px;
  height: 17px;
  background-color: #ed1c24;
  text-align: center;
  line-height: 16px;
  color: #fff;
  border-radius: 100%;
  font-size: 10px;
  font-weight: 500;
  z-index: 1;
  position: absolute;
  border: 1px solid #ed1c24;
  left: -12px;
  top: -7px;
}
.compare-text,
.text-account {
  font-size: 12px;
}
.c-header.js-header {
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0 7px 8px 0;
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.1);
}
.owl-dot span {
  background-color: #a3a5a8;
}
.owl-dot {
  background: transparent !important;
}
.owl-dot.active span {
  background-color: #ed1c24 !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
}
.social-box span {
  display: inline-block;
  vertical-align: middle;
}
.row.mb-3.row-brand {
  margin-top: 15px;
  background-color: #fff;
}
.col-2.p-0.text-center.show-more i {
  color: #ed1c24;
  font-size: 20px;
  vertical-align: middle;
}
.send-section .img-send img {
  width: auto !important;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.container-fluid.newest {
  padding-top: 5px;
  padding-bottom: 10px;
}
.cat-name {
  color: #494545;
  font-weight: 700;
}
.banner-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f3f3f3;
}
.soon[data-layout*="group"] {
  text-align: center;
}
.soon-repeater.soon-value,
.soon-label {
  color: #5a5858;
  font-family: IRANSansX;
}
.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  display: inline-block;
  vertical-align: baseline;
  margin: 7px 0 0 1px !important;
  z-index: 8;
  position: relative;
  text-align: center !important;
  -moz-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
}
.soon-label {
  font-family: IRANSansX;
}
.soon-text {
  font-family: IRANSansX;
  font-weight: 501 !important;
  color: #000;
}
.soon[data-layout*="group"] {
  padding: 0.5em 0 0 0 !important;
}
.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: 32%;
}
.wnd .soon-repeater.soon-value::after {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  content: "";
  border-radius: 100%;
  left: 0;
  bottom: 0;
}
.soon-text.soon-separator {
  position: absolute !important;
  top: 0;
  left: -10px;
}
.soon-repeater.soon-value {
  border-radius: 100%;
  margin: auto !important;
  height: 100%;
}
.wnd .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: 3%;
}
.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: 10px !important;
}
.soon-text.soon-label {
}
.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 [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;
}
.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;
}
.soon-text {
  font-weight: 600 !important;
  letter-spacing: -1px;
  color: #757474;
}
.soon[data-layout*="group"] {
  padding: 0.5em 0 0 0 !important;
}
.wnd
  .soon-wrapper[data-visual]
  > .soon-group
  > .soon-group-inner
  > .soon-group-separator
  > .soon-group-inner
  > .soon-group-sub
  > .soon-group-inner,
.wnd
  .soon-wrapper[data-visual]
  > .soon-group
  > .soon-group-inner
  > .soon-group-sub
  > .soon-group-inner,
.wnd
  .soon[data-visual]
  > .soon-group
  > .soon-group-inner
  > .soon-group-separator
  > .soon-group-inner
  > .soon-group-sub
  > .soon-group-inner,
.wnd
  .soon[data-visual]
  > .soon-group
  > .soon-group-inner
  > .soon-group-sub
  > .soon-group-inner {
  min-width: 2.25em !important;
}
.slider
  .soon-wrapper[data-visual]
  > .soon-group
  > .soon-group-inner
  > .soon-group-separator
  > .soon-group-inner
  > .soon-group-sub
  > .soon-group-inner,
.slider
  .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,
.slider
  .soon[data-visual]
  > .soon-group
  > .soon-group-inner
  > .soon-group-sub
  > .soon-group-inner {
  min-width: 1.8em !important;
}
.soon-repeater.soon-value {
  color: #000;
}
.col-12.text-center.more a {
  border: 1px solid #fff;
  padding: 10px 8px;
  color: #68011b;
  border-radius: 5px;
  background-color: #fff;
  font-weight: 600;
}
.page.container-fluid.p-0 {
  overflow-x: hidden;
  height: 100%;
}
.row.row-link-footer {
  margin-top: 40px;
}
.link-fallow span {
  border: 1px solid #fff;
  display: inline-block;
  width: 80%;
  margin: auto;
  padding: 8px;
  color: #fff;
  font-weight: 500;
}
.title-send .bld {
  color: #222;
  font-weight: 700;
  font-size: 15px;
}
.icon-cart {
  background: url("../images/slice.png") no-repeat -135px -122px;
  width: 17px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
.searh-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9f9f9f;
  font-size: 12px;
  opacity: 1; /* Firefox */
}
.searh-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9f9f9f;
  font-size: 12px;
}
.searh-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9f9f9f;
  font-size: 12px;
}
.has-sub ul {
  min-height: 100% !important;
  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: rgb(2, 35, 68);
}
li.has-sub:hover > ul {
  left: auto;
}
li.has-sub:hover > ul > li {
  height: 45px;
}
li.has-sub ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  list-style: none;
}
li.has-sub ul li a {
  padding: 0 15px;
  width: 200px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  line-height: 2.7;
  box-shadow: 0px 0px 4px #dae9ff;
  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 {
  margin-left: 10px;
  text-align: center;
}
.has-sub > a {
  display: block;
  color: #fff;
  font-size: 14px;
}
.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  border: 1px solid #1d1d1d;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffc300 !important;
}
.wnd-banner {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
}
.container-fluid.wnd.mt-40 {
  border-top: 1px solid #d7d7d7;
  position: relative;
}
.banner-box {
  margin-top: 20px;
  margin-bottom: 20px;
}
.txt1-slide {
  color: #fff;
  text-shadow: 2px 0px 5px #000;
  font-weight: 600;
  margin-top: -15px;
}
.txt2-slide {
  color: #fff;
  text-shadow: 2px 0px 5px #000;
  font-weight: 600;
  font-size: 16px;
}
.wnd-banner-img {
  position: relative;
}
.page.container-fluid.p-0 {
  overflow-x: hidden !important;
}
.title-wnd img {
  width: 200px !important;
}
.social-footer a span img {
  margin: auto;
}
.name-tab img {
  min-width: 21px;
  height: 27px;
}
.footer-top {
  background-color: #ffc300;
  color: #0d2337;
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: cover;
}
.lbl-span {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.text-time {
  font-size: 14px;
  font-weight: 600;
}
.contact-info li {
  display: block;
  list-style: none;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .logo-footer {
    text-align: left;
  }
  .back-to-top {
    position: fixed;
    right: 5px;
    bottom: 5px;
    text-align: center;
    line-height: 50px;
    z-index: 9;
    cursor: pointer;
  }
  .toolbar-desc {
    text-align: right;
  }
  .fax-link,
  .time-link {
    padding-right: 30px;
  }
  .container {
    max-width: 1172px;
  }
}
.top-row::after {
  position: absolute;
  bottom: -16px;
  content: "";
  height: 1px;
  background-color: #6f7982;
}
.quick-btn {
  position: absolute;
  right: -40px;
  top: 40px;
  z-index: 3;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.quick-btn .list {
  position: absolute;
  left: 0;
  right: 0;
  top: 38%;
}
.quick-btn .list-menu {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  padding: 0;
  display: inline-block;
  line-height: 30px;
  transform: scale(0);
  transition: 0.15s linear;
  margin: 3px 5px;
}
.list-menu button {
  background: #f3f3f3;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #f3f3f3;
}
.addToshow i {
  background: url("../images/slice.png") no-repeat -96px -59px;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  display: inline-block;
}
.owl-carousel .item:hover .quick-btn,
.product-layout :hover .quick-btn {
  right: 10px !important;
  z-index: 999;
}
.owl-carousel .item:hover .list-menu,
.row-list-item .item:hover .list-menu,
.product-layout :hover .list-menu {
  transform: scale(1) !important;
  transition: 0.15s linear;
}
.tooltip {
  font-family: IRANSansX;
  font-size: 11px;
}
.col-12.title-row span b {
  color: #1d1c1c;
  font-weight: 900;
}
.title-row span {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.banner-section.full-banner {
  background-color: #f0efeb;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.r-wnd-image {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  position: relative;
  height: 200px;
}
.r-wnd-image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.wnd .z-index {
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-right: 0;
  margin-left: 0;
}
.wnd-col {
  background-color: #fff;
  position: relative;
}
.icon-wnd img {
  margin: auto;
}
.icon-wnd img {
  width: auto !important;
}
#sync2 .item {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all 0.4s linear;
  transform: scale(0.8);
}
#sync2 .item img {
  border-radius: 100%;
}
#sync2 .owl-item.active.current .item {
  border-color: #cdb4db !important;
  box-shadow: 0px 0px 4px #7a6b82;
  transform: scale(1);
  border-radius: 100%;
}
#sync2 .owl-prev {
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  left: -40px !important;
  top: 28% !important;
}
#sync2 .owl-next {
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  right: -40px !important;
  top: 28% !important;
}
#sync2 .owl-dot span {
  background-color: #fff !important;
  border: 2px solid #b9b9b9 !important;
}
#sync2 .owl-dot.active span {
  border-color: #db3121 !important;
}
.soon-group.soon-group-separator {
  margin-right: 10px !important;
  margin-top: 0 !important;
}
.title-wnd2 {
  color: #313939;
  font-weight: 600;
  font-size: 18px;
}
.basket-icon {
  background: url("../images/slice.png") no-repeat -162px -138px;
  width: 38px;
  height: 39px;
  vertical-align: middle;
  display: inline-block;
  margin-top: 5px;
}
.cost-wnd li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.cost-wnd {
  text-align: center;
}
.basket-wnd.text-center {
  background-color: #ffc300;
  padding: 4px 14px;
  color: #003566 !important;
  font-size: 15px;
  border-radius: 25px;
  font-weight: 700;
}
.cost-wnd .old-cost {
  font-size: 17px !important;
  color: #a2a2a2 !important;
  font-weight: 600 !important;
}
.cost-wnd .cost-total {
  font-size: 20px;
}
.unit.color {
  color: #a2a2a2 !important;
}
.wnd .offer-mob {
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  letter-spacing: -3px;
  box-shadow: 0px 4px 9px #e8bdbd;
  position: absolute !important;
  border-radius: 100% !important;
}
#sync2 .owl-prev {
  background: url("../images/slice.png") no-repeat -8px -109px !important;
  width: 21px;
  height: 44px;
  top: 40% !important;
}
#sync2 .owl-next {
  background: url("../images/slice.png") no-repeat -65px -109px !important;
  width: 21px;
  height: 44px;
  top: 40% !important;
}
@media screen and (min-width: 992px) {
  .c-navi-new-list__category-item > li {
    margin-left: 25px;
  }
  .lnk-slide2 {
    font-size: 35px !important;
    font-weight: 700;
  }
}

.link-left-top span {
  display: inline-block;
  vertical-align: middle;
  color: #9ea6b3;
}

.row.top-header {
  background-color: #fff;
}
.menu-icon {
  background: url("../images/slice.png") no-repeat -130px -23px;
  width: 18px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.slider {
  position: relative;
}
.slider::after {
  width: 100%;
  content: "";
  right: 0;
  height: 5px;
  position: absolute;
  top: 0;
  background: -moz-linear-gradient(
    left,
    rgba(125, 185, 232, 0) 0%,
    rgba(255, 195, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(125, 185, 232, 0) 0%,
    rgba(255, 195, 0, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(125, 185, 232, 0) 0%,
    rgba(255, 195, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#ffc300', GradientType=1);
  z-index: 1;
}
.select-box {
  position: relative;
  width: 100%;
  z-index: 22;
}
.select-item::after {
  background: url("../images/arrow-down-4h.svg") no-repeat 4% center;
  color: #444;
  font-size: 13px;
  height: 16px;
  line-height: 1.1;
  padding: 0 27px;
  display: block;
  text-align: right;
  position: absolute;
  content: "";
  left: 10px;
  top: 20px;
  z-index: 99;
  width: 20px;
}
.se-categories .select {
  user-select: none;
  cursor: pointer;
  position: relative;
  text-align: right;
  height: 3.8em;
  line-height: 3.5em;
  display: block;
  width: 100%;
  text-indent: 1em;
  width: 100%;
  min-width: 11em;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ebebeb;
  border-radius: 25px;
  font-weight: 600;
}
.se-categories .select ul {
  position: relative;
  list-style: none;
  z-index: 2;
  padding: 0;
  padding-right: 0px;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: hidden;
  max-height: 15em;
  overflow-y: auto;
}
.se-categories .select ul {
  display: none;
}
.clicked .select ul {
  display: block;
  z-index: 999;
  position: relative;
  background-color: #fff;
}
.select ul li {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  text-indent: 15px;
  border-top: 1px solid #eee;
}
.select-item {
  position: relative;
  background-color: #fff;
  border-radius: 32px;
}
.select-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.select-vehicle-button {
  background: #ffc300;
  border-radius: 24px;
  color: #022344;
  cursor: pointer;
  text-align: center;
  border: 1px solid #ffc300;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0px 3px 10px #d4a716;
}
.select-vehicle-button.select-item::after {
  display: none !important;
}
.banner-link span {
  background: url("../images/slice.png") no-repeat -159px -67px;
  width: 5px;
  height: 9px;
  display: inline-block;
  margin-right: 5px;
}
.list-banner a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;

  border-radius: 4px;
}
.banner-text-box {
  position: absolute;
  left: 10%;
  bottom: 30%;
  width: 90%;
  text-align: left;
  color: #fff;
}
.soon-group-inner
  .soon-group.soon-group-separator:nth-child(1)
  .soon-repeater.soon-value {
  border-radius: 100%;
  margin: auto !important;
  height: 100%;
  background: url("../images/t-bg1.png") no-repeat;
  background-size: 100% 100% !important;
}
.soon-group-inner
  .soon-group.soon-group-separator:nth-child(2)
  .soon-repeater.soon-value {
  border-radius: 100%;
  margin: auto !important;
  height: 100%;
  background: url("../images/t-bg4.png") no-repeat;
  background-size: 100% 100% !important;
}
.soon-group-inner
  .soon-group.soon-group-separator:nth-child(3)
  .soon-repeater.soon-value {
  border-radius: 100%;
  margin: auto !important;
  height: 100%;
  background: url("../images/t-bg2.png") no-repeat;
  background-size: 100% 100% !important;
}
.soon-group-inner
  .soon-group.soon-group-separator:nth-child(4)
  .soon-repeater.soon-value {
  border-radius: 100%;
  margin: auto !important;
  height: 100%;
  background: url("../images/t-bg3.png") no-repeat;
  background-size: 100% 100% !important;
}
.c-bld {
  color: #fff;
  font-weight: 600;
}
@-webkit-keyframes pauseanimate {
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.letter-icon {
  background-position: -168px -13px;
  width: 23px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}
.footer-top .form {
  display: flex;
  align-items: center;
}
.text-news-letter {
  width: 100%;
  border-bottom: 1px solid #474828;
}
.c-news {
  font-weight: 600;
  font-size: 18px;
}
.news-section {
  background: url("../images/big-banner.jpg") no-repeat;
  background-attachment: fixed;
  min-height: 496px;
  color: #fff;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-size: cover;
}
.news-section::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0009;
  z-index: 0;
}
.news-section .container {
  position: relative;
  z-index: 1;
}
.news-c-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.main-text-news {
  text-align: center;
  line-height: 2;
}
.lnk1 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 7px 17px;
  margin: 0 10px;
  display: inline-block;
  transition: all 0.2s linear;
}
.lnk2 {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  padding: 7px 17px;
  margin: 0 10px;
  display: inline-block;
  transition: all 0.2s linear;
}
.lnk2:hover {
  background-color: #000;
  color: #fff;
}
.lnk1:hover {
  background-color: #fff;
  color: #000;
}
.owl-news .item {
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #d9d9d9;
  display: block;
}
.owl-news .item img {
  border-radius: 4px 4px 0 0;
}
.title-news {
  color: #2a2a2a;
  min-height: 100px;
  padding: 10px;
  max-height: 100px;
  overflow: hidden;
}
.brand .slick-slider {
  margin: 0 -7px;
}
.slick-prev::before {
  background: url(../images/shifter-arrows-big-right-7y.svg) no-repeat !important;
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-color: transparent !important;
  padding: 0 !important;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 33px;
  opacity: 0.8;
  position: absolute;
  vertical-align: middle;
  content: "" !important;
  width: 31px;
  margin-right: -20px;
}
.slick-next::before {
  background: url(../images/shifter-arrows-big-left-80.svg) no-repeat !important;
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-color: transparent !important;
  padding: 0 !important;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 33px;
  opacity: 0.8;
  position: absolute;
  vertical-align: middle;
  width: 31px;
  content: "" !important;
  margin-right: -9px;
}
.brand .slick-slide > div::after {
  background: rgba(0, 0, 0, 0.02);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background 150ms ease-out;
  transition: background 150ms ease-out;
  width: 100%;
  z-index: 2;
}
.brand .slick-slide > div {
  position: relative;
}
.brand .slick-slide > div a {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
  position: relative;
}
.brand .slick-slide > div a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto !important;
}
.brand {
  background-color: #f3f3f3;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.brand .slick-slide div {
  height: 119px !important;
}
.slick-dots li.slick-active button::before {
  opacity: 1 !important;
  color: black;
  background: #111 !important;
  width: 48px !important;
  transition: all 0.3s;
}
.slick-dots li button::before {
  content: "" !important;
  text-align: center;
  opacity: 0.5 !important;
  color: black;
  width: 16px !important;
  height: 2px !important;
  margin: 5px 3px !important;
  background: #d0d0d0 !important;
  border-radius: 2px !important;
}
.slick-dots li.slick-active button::before {
  opacity: 1 !important;
  color: black;
  background: #111 !important;
  width: 48px !important;
  transition: all 0.3s;
}
.best-saler {
  background-color: #f3f3f3;
}
.owl-best-saler .item {
  background-color: #fff;
}
.list-image li span {
  width: 37px;
  height: 37px;
  display: inline-block;
  border: 1px solid #849091;
  border-radius: 100%;
  text-align: center;
  position: relative;
}
.list-image li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.list-image li img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 25px !important;
  width: auto !important;
}
.s-full-banner {
  background-color: #f3f3f3;
  padding-bottom: 20px;
  padding-top: 10px;
}
.btn-favo.addToWishlist i {
  color: #95989d;
  font-size: 19px;
  vertical-align: middle;
}
.show-all {
  border: 1px solid #e3e3e3;
  color: #313131;
  padding: 4px 10px;
  border-radius: 25px;
}
.title-row {
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px !important;
}
.title-row sapn {
  position: relative;
}
.title-row span::after {
  position: absolute;
  bottom: -19px;
  width: 100%;
  height: 4px;
  background-color: #ffc300;
  right: 0;
  content: "";
  border-radius: 25px;
}
.show-all:hover {
  background-color: #ffc300;
  border-color: #ffc300;
  color: #fff;
  font-weight: 500;
  transition: all 0.2s linear;
}
.soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
  .soon-label,
.soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-label {
  bottom: -10px;
}
.soon-group-inner
  .soon-group.soon-group-separator:nth-child(4)
  .soon-repeater
  .soon-text {
  color: #dc3655 !important;
}
.list-image .d-block.text-center {
  font-size: 12px;
  color: #6f6b6b;
}
.d-block.banner-text {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.banner-link {
  color: #ccc;
}
.cal-fixed {
  position: fixed;
  bottom: 10px;
  left: 4px;
  z-index: 99;
  cursor: pointer;
}
.img-news {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  height: 220px;
}
.img-news img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  width: 100%;
  height: 100% !important;
}
.btn.btn-news-letter:hover {
  color: #fff;
  transition: all 0.2s linear;
}
.slick-next.slick-arrow {
  font-size: 0;
  left: 0;
  right: auto !important;
  position: absolute;
  top: 45%;
}
.slick-prev.slick-arrow {
  font-size: 0;
  right: -14px !important;
  left: auto !important;
  position: absolute;
  top: 45%;
}
.quick-btn ul {
  padding-right: 0 !important;
}
.c-header.js-header {
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
  z-index: 100000;
  left: 0;
  margin: auto;
}
