.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

img {
  display: inline-block;
  max-width: 100%;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f5f7fa;
  font-family: IRANYekan, sans-serif;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__banner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav__main {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.nav__main-wrapper {
  position: static;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1350px;
  height: 75px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav__logo {
  width: 200px;
  margin-left: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.search__input {
  width: 450px;
  height: 50px;
  margin-bottom: 0px;
  padding-right: 25px;
  border: 1px none #000;
  border-radius: 14px;
  background-color: #f5f5f5;
  direction: rtl;
  color: #324a58;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
  white-space: normal;
}

.search__input:active {
  background-color: #fff;
  box-shadow: 0 0 9px -6px #324a58;
}

.search__input:focus {
  background-color: #fff;
  box-shadow: 0 0 9px -6px #324a58;
}

.search__input::-webkit-input-placeholder {
  background-color: transparent;
  color: #c1c5cc;
}

.search__input:-ms-input-placeholder {
  background-color: transparent;
  color: #c1c5cc;
}

.search__input::-ms-input-placeholder {
  background-color: transparent;
  color: #c1c5cc;
}

.search__input::placeholder {
  background-color: transparent;
  color: #c1c5cc;
}

.search {
  position: relative;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.search__button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 65px;
  height: 50px;
  padding: 0px;
  border-radius: 14px 0px 0px 14px;
  background-color: var(--base_color);;
  direction: rtl;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.nav__logo-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search__icon-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px 0px 0px 14px;
}

.search__icon {
  display: inline-block;
  width: 40px;
  margin-top: 0px;
  float: right;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 10px;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 175ms ease, color 175ms ease, background-color 175ms ease;
  transition: border-color 175ms ease, color 175ms ease, background-color 175ms ease;
  direction: rtl;
  color: #838f99;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.nav__button:hover {
  border-color: var(--base_color);;
  background-color: var(--secend_color);;
  color: var(--base_color);;
}

.nav__button-text {
  font-size: 13px;
  font-weight: 600;
}

.nav__button-icon {
  width: 30px;
  margin-left: 6px;
}

.nav__cat {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #f5f5f5;
  background-color: #fff;
  box-shadow: 7px 7px 13px -10px rgba(254, 147, 124, 0.3);
}

.nav__cat-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1350px;
  height: 55px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px none #f5f5f5;
}

.nav__cat-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: #fff;
  direction: rtl;
  color: #838f99;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

.nav__cat-button:hover {
  border-bottom: 2px none var(--secend_color);;
  color: var(--base_color);;
}

.nav__cat-icon {
  width: 22px;
  margin-left: 5px;
}

.nav__cat-text {
  line-height: 15px;
  white-space: normal;
}

.nav__banner-image {
  display: inline-block;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: none;
  float: none;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.nav__cat-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-top: 1px solid #f5f5f5;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  background-color: #fff;
}

.nav__sub-cat-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.nav__cat-content-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav__sub-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 12px;
  background-color: #fff;
  direction: rtl;
  text-align: right;
  text-decoration: none;
}

.nav__sub-cat-head {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #324a58;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.nav__sub-cat-head:hover {
  color: var(--base_color);;
}

.nav__sub-cat-item {
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #838f99;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-decoration: none;
}

.nav__sub-cat-item:hover {
  color: var(--base_color);;
}

.nav__sub-cat-heat-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 6px;
  padding-top: 0px;
  padding-bottom: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px solid #f5f5f5;
}

.nav__sub-cat-icon {
  width: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav__sub-cat-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.nav__cat-drop {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav__cat-content-drop {
  position: static;
}

.nav__cat-content-drop.w--open {
  position: absolute;
  left: 0%;
  top: 100%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: visible;
  width: 100vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scrim {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(50, 74, 88, 0.2);
  color: #324a58;
}

.nav__search-wrapper {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.nav__search-result-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: auto;
  display: none;
  padding-top: 60px;
  padding-bottom: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: none;
  direction: rtl;
  text-align: right;
}

.nav__result-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #324a58;
}

.nav__result-head {
  margin-top: 0px;
  margin-bottom: 3px;
  color: #324a58;
  font-size: 12px;
  line-height: 20px;
}

.nav__search-pop-items-box {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav__search-pop-item {
  margin-top: 5px;
  margin-left: 5px;
  padding: 8px 10px;
  float: right;
  border-radius: 10px;
  background-color: #f5f5f5;
  -webkit-transition: color 175ms ease, background-color 175ms ease;
  transition: color 175ms ease, background-color 175ms ease;
  color: #838f99;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.nav__search-pop-item:hover {
  background-color: #324a58;
  color: #f5f5f5;
}

.nav__cat-search-wrapper-m {
  position: static;
  display: none;
  width: 1350px;
  height: 55px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px none #f5f5f5;
}

.nav__search-wrapper-m {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.search__input-m {
  width: 450px;
  height: 50px;
  margin-bottom: 0px;
  padding-right: 25px;
  border: 1px none #000;
  border-radius: 14px;
  background-color: #f5f5f5;
  direction: rtl;
  color: #324a58;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
  white-space: normal;
}

.search__input-m:active {
  background-color: #fff;
  box-shadow: 0 0 9px -6px #324a58;
}

.search__input-m:focus {
  background-color: #fff;
  box-shadow: 0 0 9px -6px #324a58;
}

.search__input-m::-webkit-input-placeholder {
  background-color: transparent;
  color: #c1c5cc;
}

.search__input-m:-ms-input-placeholder {
  background-color: transparent;
  color: #c1c5cc;
}

.search__input-m::-ms-input-placeholder {
  background-color: transparent;
  color: #c1c5cc;
}

.search__input-m::placeholder {
  background-color: transparent;
  color: #c1c5cc;
}

.nav__banner-image-m {
  display: none;
}

.nav__ham-menu-wrapper {
  position: static;
  display: none;
}

.nav__ham-scrim {
  display: none;
}

.footer {
  position: static;
  display: block;
  width: 100%;
  margin-top: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-top: 2px solid #f5f5f5;
  background-color: #fff;
}

.footer__icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 14px;
  background-color: hsla(0, 0%, 96%, 0.65);
}

.footer__features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer__feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer__feature-text {
  margin-top: 10px;
  direction: rtl;
  color: #838f99;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.footer__feature-image-box {
  width: 60px;
  height: 60px;
}

.footer__up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.footer__license-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #c1c5cc;
}

.footer__up-text {
  direction: rtl;
  color: #838f99;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.footer__up-icon-box {
  margin-left: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 100px;
}

.footer__up-icon {
  width: 30px;
}

.footer__license-item-wrapper {
  width: 95px;
  height: 95px;
  margin-right: 10px;
  margin-left: 10px;
}

.footer__license-item {
  width: 100%;
  height: 100%;
}

.footer__up-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__link-head {
  margin-top: 0px;
  margin-bottom: 20px;
  direction: rtl;
  color: #324a58;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: right;
}

.footer__link-head.seo-title {
  margin-bottom: 10px;
}

.footer__link {
  margin-bottom: 12px;
  direction: rtl;
  color: #838f99;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

.footer__link:hover {
  color: var(--base_color);;
}

.footer__contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: rtl;
  color: #838f99;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}

.footer__contact-item:hover {
  color: var(--base_color);;
}

.footer__contact-icon {
  width: 25px;
  margin-left: 8px;
}

.footer__contact-text {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
}

.footer__instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#737fff), to(#ff8673));
  background-image: linear-gradient(90deg, #737fff, #ff8673);
  direction: rtl;
  color: #838f99;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
}

.footer__instagram:hover {
  color: #fff;
}

.footer__social-icon {
  width: 18px;
}

.footer__insta-text {
  margin-right: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__plain-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
 /* margin-top: 30px;*/
  padding: 25px 25px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  background-color: #f5f7fa;
}

.footer__seo-text {
  direction: rtl;
  color: #838f99;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-align: right;
}

.footer-right {
  width: 100%;
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #c1c5cc;
}

.footer__right-text {
  direction: rtl;
  color: #324a58;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.footer__link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider {
  position: static;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider__div {
  position: static;
  overflow: hidden;
  /*width: 100vw;
  max-width: 865px;*/
  width: 100%;
  height: 30vw;
  max-height: 400px;
  border-radius: 20px;
}

.slider__wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.slider__banner {
  overflow: hidden;
  width: 50vw;
  height: 30vw;
  max-height: 400px;
  max-width: 455px;
  margin-right: 15px;
  border-radius: 20px;
  background-color: transparent;
}

.slider__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f5f5f5;
  background-color: #fff;
  direction: rtl;
}

.hamburger {
  display: none;
}

.left-arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 50px;
  margin-right: 0px;
  margin-left: 0%;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 50px;
  margin-right: 0%;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 0px;
  background-color: transparent;
}

.slider__nav-icon {
  width: 40px;
}

.slider__left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-top-left-radius: 14px;
  background-color: #fff;
}

.slider__right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-top-left-radius: 0px;
  border-top-right-radius: 14px;
  background-color: #fff;
}

.banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cat {
  display: block;
  margin-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cat__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
}

.cat__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cat__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24%;
  height: 72px;
  padding: 0px 0px 0px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 20px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  direction: rtl;
  color: #838f99;
  font-size: 15px;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
}

.cat__item:hover {
  box-shadow: 0 6px 12px -7px rgba(50, 74, 88, 0.1);
  color: var(--base_color);;
}

.cat__image-wrapper {
  overflow: hidden;
  width: 100px;
  height: 72px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px solid #000;
  border-radius: 0px;
}

.cat__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cat__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}

.cat__icon {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 35px;
  height: 35px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.cat__combine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offer {
  margin-bottom: 35px;
}

.offer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*background-image: linear-gradient(45deg, rgba(254, 147, 124, 0.5), rgba(255, 199, 156, 0.5));*/
}

.offer__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
}

.offer__slide {
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
}

.offer__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.offer__tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: auto;
  min-height: 350px;
  margin-left: 20px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.offer__tabs-content {
  height: 340px;
  padding: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 18px -10px rgba(50, 74, 88, 0.55);
}

.offer__tab-content-wrapper {
  width: 100%;
  height: 100%;
}

.offer__tab-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 10px;
  padding: 8px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 14px;
  background-color: hsla(0, 0%, 100%, 0.35);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  direction: rtl;
  color: #838f99;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-align: right;
}

.offer__tab-menu-item:hover {
  background-color: #fff;
  color: #324a58;
}

.offer__tab-menu-item.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 10px;
  padding: 8px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  direction: rtl;
  color: #324a58;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

.offer__tab-menu-text {
  font-weight: 400;
  white-space: normal;
}

.offer__tab-menu-image {
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  margin-left: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 100px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.offer__tab-menu-photo {
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: none;
  float: none;
  clear: none;
  border-radius: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.offer__content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offer__product-photo {
  width: 100%;
  height: 100%;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 20px;
  background-color: #fff;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.offer__tab-menu-anime {
  position: absolute;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(254, 147, 124, 0.5);
  border-radius: 100px;
}

.offer__product-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.offer__prduct-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 12px;
  direction: rtl;
  color: #324a58;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

.offer__prduct-title:hover {
  text-decoration: underline;
}

.offer__features-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offer__dot {
  min-height: 10px;
  min-width: 10px;
  margin-left: 10px;
  border-radius: 100px;
  background-color: #f5f5f5;
}

.text-block {
  direction: rtl;
  color: #838f99;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

.offer__cta-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.offer__discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(254, 108, 108, 0.2);
}

.offer__discount-text {
  color: #fe6c6c;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}

.offer__product-price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offer__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 15px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.offer__old-price {
  direction: rtl;
  color: #fe6c6c;
  font-size: 17px;
  font-weight: 500;
  text-align: right;
  text-decoration: line-through;
}

.offer__new-price {
  direction: rtl;
  color: #324a58;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  text-align: right;
}

.offer__toman {
  color: #838f99;
  font-size: 13px;
  font-weight: 600;
}

.offer__buy {
  padding: 15px 30px;
  border-radius: 14px;
  background-color: var(--base_color);;
  -webkit-transition: box-shadow 175ms ease;
  transition: box-shadow 175ms ease;
  direction: rtl;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.offer__buy:hover {
  box-shadow: 0 4px 8px -3px rgba(254, 147, 124, 0.6);
}

.offer__buy.disable__button {
  background-color: #f5f5f5;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #838f99;
}

.offer__buy.disable__button:hover {
  box-shadow: none;
}

.offer__tittle-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1350px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offer__image {
  width: 205px;
}

.offer__time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 245px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offer__time-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0.35);
}

.offer__time-title {
  margin-bottom: 5px;
  color: #fe6c6c;
  font-size: 24px;
  font-weight: 700;
}

.offer__time-para {
  color: rgba(131, 143, 153, 0.8);
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
}

._2banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2banner__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1350px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: rtl;
}

._2banner__banner {
  overflow: hidden;
  width: 48vw;
  height: 18vw;
  max-height: 250px;
  max-width: 650px;
  border-radius: 14px;
}

.offer__photo-link {
  width: 40%;
  height: 100%;
  margin-left: 25px;
}

.promo__wrapper {
  position: static;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1350px;
  padding: 25px 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: solid none;
  border-width: 2px 0px;
  border-color: #f5f5f5;
  border-radius: 0px;
  background-color: #fff;
}

.promo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  direction: rtl;
  -o-object-fit: fill;
  object-fit: fill;
}

.promo__menu {
  width: 100%;
  margin-bottom: 25px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  border-bottom: 1px none #f5f5f5;
}

.promo__menu-item {
  margin-left: 8px;
  padding: 10px 18px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: color 175ms ease, border-color 175ms ease, background-color 175ms ease;
  transition: color 175ms ease, border-color 175ms ease, background-color 175ms ease;
  color: #838f99;
  font-size: 13px;
  font-weight: 600;
}

.promo__menu-item:hover {
  border-color: var(--base_color);;
  background-color: var(--secend_color);;
  color: var(--base_color);;
}

.promo__menu-item.w--current {
  padding: 10px 18px;
  border-color: var(--base_color);;
  border-radius: 100px;
  background-color: var(--base_color);;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

.promo__menu-text {
  font-size: 14px;
  font-weight: 500;
}

.promo__content-wrapper {
  overflow: auto;
  width: 100%;
}

.promo__tab-content {
  overflow: auto;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.promo__content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  min-width: 1249px;
  padding-right: 15px;
  padding-left: 15px;
  /* -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
}

.promo__card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 15%;
  height: 310px;
  min-width: 195px;
  padding-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 12px;
  background-color: hsla(0, 0%, 96%, 0.5);
  box-shadow: none;
  -webkit-transition: color 150ms ease, border-color 150ms ease, background-color 150ms ease;
  transition: color 150ms ease, border-color 150ms ease, background-color 150ms ease;
  color: #324a58;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
}

.promo__card:hover {
  border-color: var(--base_color);;
  background-color: rgba(255, 247, 245, 0.8);
  box-shadow: 0 2px 7px -1px rgba(254, 147, 124, 0.2);
  color: var(--base_color);;
  text-decoration: none;
}

.promo__tab-cover {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 220px;
  height: 310px;
  padding: 15px 20px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 74, 88, 0)), color-stop(85%, #324a58));
  background-image: linear-gradient(180deg, rgba(50, 74, 88, 0), #324a58 85%);
}

.promo__tab-cover.color02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 74, 88, 0)), color-stop(85%, #69513e));
  background-image: linear-gradient(180deg, rgba(50, 74, 88, 0), #69513e 85%);
}

.promo__tab-cover.color03 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 74, 88, 0)), color-stop(85%, #94684d));
  background-image: linear-gradient(180deg, rgba(50, 74, 88, 0), #94684d 85%);
}

.promo__cover-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  border-radius: 0px;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.promo__cover-title {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-align: right;
}

.promo__view-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 0px;
  background-color: transparent;
  color: var(--base_color);;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

.promo__button-icon {
  width: 26px;
}

.promo__card-image-div {
  overflow: visible;
  width: 100%;
  height: 160px;
  border-bottom: 2px solid #f5f5f5;
  background-color: #fff;
  background-clip: border-box;
}

.promo__card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.promo__card-title {
  margin-top: 10px;
  margin-right: 15px;
  margin-left: 15px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.promo__card-title:hover {
  text-decoration: underline;
}

.promo__price-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.promo__price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo__old-price {
  direction: rtl;
  color: #fe6c6c;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  text-decoration: line-through;
}

.promo__old-price.none {
  display: none;
}

.promo__price {
  direction: rtl;
  color: #324a58;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
}

.promo__price.stockout {
  color: #838f99;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.promo__toman {
  color: #838f99;
  font-size: 11px;
  font-weight: 600;
}

.promo__toman.none {
  display: none;
}

.promo__discount {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(254, 108, 108, 0.2);
}

.promo__discount.none {
  display: none;
}

.promo__discount-text {
  color: #fe6c6c;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}

._4banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._4banner__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1350px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: rtl;
}

._4banner__pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49.5%;
  max-width: 653px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._4banner__banner {
  overflow: hidden;
  width: 49%;
  height: auto;
  border-radius: 14px;
}

.brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1350px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.brands__title {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-right: 15px;
  color: #324a58;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.brands__logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: rtl;
}

.brands__card {
  overflow: hidden;
  width: 12%;
  height: 145px;
  min-width: 150px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  color: #838f99;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
}

.brands__card:hover {
  overflow: hidden;
  box-shadow: 0 6px 12px -7px rgba(50, 74, 88, 0.1);
  color: var(--base_color);;
}

.brands__logo {
  height: 90px;
  border-bottom: 2px solid #f5f5f5;
}

.brands__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 12px;
  margin-left: 12px;
  padding-right: 7px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.brands__arrow-icon {
  width: 28px;
}

.brands__logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  min-width: 1249px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subs {
  margin-bottom: 35px;
  padding-right: 15px;
  padding-left: 15px;
}

.subs__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1320px;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: rgba(113, 183, 199, 0.15);
  direction: rtl;
}

.subs__form-box {
  display: block;
  margin-top: 15px;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 16px;
  background-color: transparent;
}

.subs__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.subs__head {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #324a58;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  text-align: right;
}

.subs__para {
  color: #838f99;
  font-size: 15px;
  font-weight: 500;
}

.subs__form {
  display: block;
  width: 450px;
  margin-top: 25px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subs__illustration {
  display: block;
  width: 400px;
  height: 165px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subs__input {
  width: 280px;
  height: 48px;
  margin-bottom: 0px;
  padding-right: 12px;
  border-style: none;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  background-color: #fff;
  color: #324a58;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.subs__input::-webkit-input-placeholder {
  color: #c1c5cc;
}

.subs__input:-ms-input-placeholder {
  color: #c1c5cc;
}

.subs__input::-ms-input-placeholder {
  color: #c1c5cc;
}

.subs__input::placeholder {
  color: #c1c5cc;
}

.subs__button {
  height: 48px;
  margin-right: 8px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 14px;
  background-color: #71b7c7;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.subs__button:hover {
  box-shadow: 0 6px 7px -1px rgba(113, 183, 199, 0.3);
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subs__success {
  height: 48px;
  padding: 13px 20px 8px;
  float: right;
  border-radius: 14px;
  background-color: hsla(0, 0%, 100%, 0.6);
  color: #71b7c7;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.subs__success-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subs__error {
  height: 20px;
  margin-top: 5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
}

.subs__error-text {
  float: right;
  color: #fe6c6c;
  font-weight: 600;
}

.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog__wrapper {
  display: block;
  width: 100%;
  max-width: 1320px;
  padding: 30px 30px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #f5f5f5;
  border-radius: 20px;
  background-color: #fff;
  direction: rtl;
}

.blog__big-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: hsla(0, 0%, 96%, 0.5);
  opacity: 1;
  -webkit-transition: border-color 150ms ease, background-color 150ms ease;
  transition: border-color 150ms ease, background-color 150ms ease;
  color: #324a58;
  text-decoration: none;
}

.blog__big-item:hover {
  border-color: var(--base_color);;
  background-color: rgba(255, 247, 245, 0.8);
}

.blog__big-photo-wrapper {
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin-bottom: 12px;
  border-radius: 16px;
}

.blog__image {
  overflow: visible;
  width: 100%;
  height: 100%;
  min-height: 110px;
  float: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog__title {
  margin-top: 0px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

.blog__title:hover {
  text-decoration: underline;
}

.blog__title.small-font {
  height: 40px;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 20px;
}

.blog__para {
  color: #838f99;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

.blog__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--base_color);;
}

.blog__cta-text {
  font-size: 14px;
  font-weight: 600;
}

.blog__icon {
  width: 28px;
}

.blog__date {
  color: #c1c5cc;
  font-weight: 500;
}

.blog__small-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: hsla(0, 0%, 96%, 0.5);
  opacity: 1;
  -webkit-transition: border-color 150ms ease, background-color 150ms ease;
  transition: border-color 150ms ease, background-color 150ms ease;
  color: #324a58;
  text-decoration: none;
}

.blog__small-item:hover {
  border-color: var(--base_color);;
  background-color: rgba(255, 247, 245, 0.8);
}

.blog__small-photo-wrapper {
  overflow: hidden;
  width: 140px;
  min-height: 110px;
  margin-bottom: 0px;
  margin-left: 15px;
  clear: none;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 16px;
  -o-object-fit: fill;
  object-fit: fill;
}

.blog__content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.blog__small-pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog__content-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog__section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog__icon-div {
  width: 85px;
  margin-left: 10px;
}

.blog__icon-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog__head {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #324a58;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}

.blog__section-para {
  color: #838f99;
  font-weight: 500;
}

.blog__button {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: color 175ms ease, border-color 175ms ease, background-color 175ms ease;
  transition: color 175ms ease, border-color 175ms ease, background-color 175ms ease;
  color: #838f99;
  font-size: 15px;
  font-weight: 600;
}

.blog__button:hover {
  border-color: var(--base_color);;
  background-color: var(--secend_color);;
  color: var(--base_color);;
}

.blog__sction-pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cat-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cat-list__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1350px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cat-list__item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  direction: rtl;
}

.cat-list__item {
  margin-bottom: 6px;
  margin-left: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 175ms ease, color 175ms ease, background-color 175ms ease;
  transition: border-color 175ms ease, color 175ms ease, background-color 175ms ease;
  color: #838f99;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.cat-list__item:hover {
  border-color: var(--base_color);;
  background-color: var(--secend_color);;
  color: var(--base_color);;
}

.cat-list__title {
  margin-top: 0px;
  margin-bottom: 15px;
  direction: rtl;
  color: #324a58;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  text-align: right;
}

.product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1350px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: rtl;
}

.product-list__filters {
  width: 300px;
}

.filter__box {
  margin-bottom: 6px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.filter__head {
  margin-top: 0px;
 /* margin-bottom: 20px;
  border-bottom: 1px solid #71b7c7;*/

   margin-bottom:  0px;
  color: #324a58;
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
}

.filter-item-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #838f99;
  font-size: 13px;
  font-weight: 500;
}

.filter-item-div:hover {
  color: #324a58;
}

.toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 30px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(113, 183, 199, 0.25);
}

.toggle-circle {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  background-color: #fff;
}

.filter__name {
  font-size: 14px;
  font-weight: 500;
}

.filter__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: rtl;
}

.filter__form {
  width: 100%;
  margin-bottom: 0px;
}

.checkbox__label {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
}

.checkbox {
  width: 25px;
  height: 25px;
  margin-top: 0px;
  margin-left: 8px;
  border-style: none;
  border-radius: 7px;
  background-color: rgba(113, 183, 199, 0.25);
  cursor: pointer;
}

.checkbox.w--redirected-checked {
  background-color: #71b7c7;
  background-image: url('../images/ok.svg');
  background-size: cover;
  font-size: 14px;
}

.filter__form-wrapper {
  width: 100%;
}

.product-list-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  direction: rtl;
}

.breadcrumb {
  display: block;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb__link {
  color: #838f99;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb__link:hover {
  color: var(--base_color);;
}

.breadcrumb__icon {
  width: 20px;
  margin-right: 3px;
  margin-left: 3px;
  opacity: 0.3;
}

.list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 25px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.list-box.margin {
  margin-bottom: 80px;
}

.sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid var(--base_color);;
}

.sort__link {
  margin-bottom: 8px;
  margin-left: 25px;
  color: #838f99;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

.sort__link:hover {
  color: var(--base_color);;
}

.sort__link.active {
  color: var(--base_color);;
}

.product-list__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.list__card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 325px;
  max-width: 31.6%;
  margin: 5px;
  padding-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 12px;
  background-color: hsla(0, 0%, 96%, 0.5);
  box-shadow: none;
  -webkit-transition: color 150ms ease, border-color 150ms ease, background-color 150ms ease;
  transition: color 150ms ease, border-color 150ms ease, background-color 150ms ease;
  color: #324a58;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
}

.list__card:hover {
  border-color: var(--base_color);;
  background-color: rgba(255, 247, 245, 0.8);
  box-shadow: 0 2px 7px -1px rgba(254, 147, 124, 0.2);
  color: var(--base_color);;
  text-decoration: none;
}

.list-card__discount {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(254, 108, 108, 0.2);
}

.list-card__discount.none {
  display: none;
}

.list-card__discount.margin-size {
  width: 35px;
  height: 35px;
  margin-top: 5px;
  margin-right: 5px;
  font-size: 14px;
}

.list-card__discount-text {
  color: #fe6c6c;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}

.list-card__discount-text.size {
  font-size: 15px;
}

.list-card__card-image-div {
  overflow: visible;
  width: 100%;
  height: 180px;
  border-bottom: 2px solid #f5f5f5;
  background-color: #fff;
  background-clip: border-box;
}

.list-card__card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.list-card__card-title {
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 15px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.list-card__card-title:hover {
  text-decoration: underline;
}

.list-card__text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.list-card__price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-card__old-price {
  direction: rtl;
  color: #fe6c6c;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  text-decoration: line-through;
}

.list-card__old-price.none {
  display: none;
}

.list-card__price {
  direction: rtl;
  color: #324a58;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
}

.list-card__price.stockout {
  color: #838f99;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.list-card__toman {
  color: #838f99;
  font-size: 11px;
  font-weight: 600;
}

.list-card__toman.none {
  display: none;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 18px;
  padding-top: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-top: 1px solid #f5f5f5;
}

.pagination__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-left: 24px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
}

.page-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #71b7c7;
  color: #fff;
  font-size: 16px;
  line-height: 15px;
  font-weight: 600;
}

.page-num.deactive {
  background-color: rgba(113, 183, 199, 0.25);
  color: #71b7c7;
}

.page-num.deactive:hover {
  background-color: #71b7c7;
  color: #fff;
}

.pagination__text {
  color: #838f99;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.pagination__text:hover {
  color: #71b7c7;
}

.pagination__text.disable {
  color: #c1c5cc;
  cursor: default;
}

.product-list__seo {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 80px;
  padding: 20px 20px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.product-list__seo-text {
  color: #838f99;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  white-space: normal;
}

.product-list__seo-text h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.product-list__seo-text p {
  margin-bottom: 6px;
  font-weight: 400;
}

.sort__div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrump__div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.filter-button-div {
  display: none;
}

.filter__scrim {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: none;
  background-color: rgba(50, 74, 88, 0.3);
}

.product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-info__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1350px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  direction: rtl;
}

.product-image-box {
  overflow: hidden;
  width: 400px;
  height: 380px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.product-image {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.product-photo-pack {
  width: 400px;
}

.product-slides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-image-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin-left: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.product-slides__image {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.product-slides__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
  color: #71b7c7;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.slide-button-text {
  line-height: 15px;
  text-align: right;
}

.slide-button-icon {
  width: 30px;
  margin-left: 5px;
}

.product-info__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  margin-right: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.product-info__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  padding: 15px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-info__cta.sticky {
  width: 100%;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-info__title {
  margin-top: 0px;
  margin-bottom: 3px;
  color: #324a58;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-align: right;
}

.product-info__en-title {
  margin-bottom: 0px;
  color: #c1c5cc;
  font-size: 11px;
  line-height: 15px;
}

.product-info__section-title {
  margin-bottom: 6px;
  color: #324a58;
  font-size: 13px;
  font-weight: 600;
}

.product-info__show-more {
  color: var(--base_color);;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.product-info__show-more:hover {
  text-decoration: underline;
}

.product-info__spec-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spec-row__dot {
  width: 13px;
  height: 13px;
  margin-left: 5px;
  border-radius: 100px;
  background-color: #f5f5f5;
}

.spec-row__title {
  margin-left: 3px;
  color: #838f99;
  font-size: 12px;
  font-weight: 400;
}

.spec-row__item {
  color: #324a58;
  font-size: 12px;
  font-weight: 600;
}

.product-info__overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 20px;
  padding: 15px 0px 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px none #f5f5f5;
  border-left: 1px solid #f5f5f5;
}

.prodct-info__title-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-info__cta-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-button {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 16px;
  background-color: var(--base_color);;
  -webkit-transition: box-shadow 175ms ease;
  transition: box-shadow 175ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.main-button:hover {
  box-shadow: 0 4px 8px -3px rgba(254, 147, 124, 0.6);
}

.product-price__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-price__discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 0px;
  margin-left: 10px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(254, 108, 108, 0.2);
}

.product-price__discount-text {
  color: #fe6c6c;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.product-price__price-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-price-old {
  direction: rtl;
  color: #fe6c6c;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  text-align: right;
  text-decoration: line-through;
}

.product-price-new {
  direction: rtl;
  color: #324a58;
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  text-align: right;
}

.product-price-toman {
  color: #838f99;
  font-size: 11px;
  font-weight: 600;
}

.product-stock-text {
  margin-bottom: 0px;
  color: #71b7c7;
  font-size: 16px;
  font-weight: 600;
}

.product-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #324a58;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.product-review__number {
  color: #838f99;
  font-size: 11px;
  font-weight: 400;
}

.product-review__text {
  margin-right: 5px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
}

.product-review__icon {
  width: 20px;
  height: 20px;
}

.product-review__icon.bigger {
  width: 26px;
  height: 26px;
}

.product-review__icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-overview-selection {
  width: 100%;
  margin-bottom: 20px;
}

.product-info__div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-info__title-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
}

.product-info__review {
  margin-right: 20px;
  padding: 8px 12px;
  border-radius: 16px;
  background-color: hsla(0, 0%, 96%, 0.65);
}

.product-price__div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-stock__div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-sale-counter {
  width: 100%;
  margin-top: 25px;
}

.product-sale-counter__label {
  margin-bottom: 2px;
  color: #838f99;
  font-weight: 600;
}

.product-sale-counter__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  padding: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
}

.product-sale-counter__icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29px;
  height: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0px;
  border-color: #71b7c7;
  border-radius: 100px;
  background-color: rgba(113, 183, 199, 0.25);
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
}

.product-sale-counter__icon-box:hover {
  background-color: #71b7c7;
}

.product-sale-counter__icon {
  width: 23px;
}

.text-block-2 {
  color: #324a58;
  font-size: 16px;
  font-weight: 600;
}

.product-overview__item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-overview__item {
  min-width: 50px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  color: #838f99;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.product-overview__item:hover {
  color: var(--base_color);;
}

.product-overview__item.active {
  border-color: var(--base_color);;
  background-color: var(--secend_color);;
  color: var(--base_color);;
}

.product-info__pack {
  display: block;
  height: 380px;
  margin-right: 15px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: transparent;
}

.brand-values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-values.direction {
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-values__2pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-values__2pack.width {
  width: 100%;
  max-width: 260px;
  margin-bottom: 20px;
}

.brand-values__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-values__item.direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.brand-values__item-icon {
  width: 100%;
  height: 100%;
  margin-left: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.brand-values__text {
  color: #838f99;
  font-size: 12px;
  font-weight: 600;
}

.brand-values__text.align {
  text-align: center;
}

.breadcrump-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  direction: rtl;
}

.breadcrumb-div {
  width: 100%;
  max-width: 1350px;
  padding-right: 15px;
  padding-left: 15px;
}

.product-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pd-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1350px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: rtl;
}

.pd-cta-box {
  position: -webkit-sticky;
  position: sticky;
  top: 155px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 300px;
  margin-bottom: 10px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.pd-box {
  width: 70%;
  margin-left: 20px;
}

.pd-box__div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 20px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.pd-box__head {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #71b7c7;
  color: #324a58;
  font-size: 17px;
  line-height: 35px;
  font-weight: 500;
  text-align: right;
}

.pd-box__content {
  position: relative;
  margin-top: 10px;
}

.pd-box__texts {
  overflow: hidden;
  color: #838f99;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify;
}

.pd-box__show-more {
  color: var(--base_color);;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.pd-box__show-more:hover {
  text-decoration: underline;
}

.pd-box__spec {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
}

.pd-box__show-more-spec {
  display: inline-block;
  margin-top: 20px;
  color: var(--base_color);;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.pd-box__show-more-spec:hover {
  text-decoration: underline;
}

.spec-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  text-align: right;
}

.spec-title {
  width: 220px;
}

.spec-value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.spec-title-text {
  color: #838f99;
  font-weight: 400;
}

.spec-value-text {
  color: #324a58;
  font-weight: 600;
}

.pd-box__text-fade {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.pd-box__text-fade-spec {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.pd-box__show-more-review {
  display: inline-block;
  margin-top: 20px;
  color: var(--base_color);;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.pd-box__show-more-review:hover {
  text-decoration: underline;
}

.pd-box__review-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 6px;
  padding-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #71b7c7;
}

.review-number-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-number__text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  padding: 10px 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 16px;
  background-color: #f5f5f5;
  color: #324a58;
  font-size: 26px;
  line-height: 28px;
  text-align: center;
}

.review-count {
  padding-right: 5px;
  color: #838f99;
  font-size: 13px;
  font-weight: 600;
}

.submit-comment {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 175ms ease, background-color 175ms ease;
  transition: border-color 175ms ease, background-color 175ms ease;
  color: #71b7c7;
  font-size: 15px;
  font-weight: 600;
}

.submit-comment:hover {
  border-color: #71b7c7;
  background-color: rgba(113, 183, 199, 0.1);
}

.pd-box__comments {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
}

.comment-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}

.comment-meta-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.name-rate-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment-user-name {
  margin-left: 6px;
  color: #838f99;
  font-weight: 400;
}

.comment-date {
  color: #c1c5cc;
  font-size: 13px;
  font-weight: 400;
}

.comment-text {
  margin-bottom: 0px;
  color: #324a58;
}

.brands-values__icon-div {
  overflow: hidden;
  width: 35px;
  height: 35px;
  margin-left: 10px;
}

.brands-values__icon-div.margin {
  margin-bottom: 5px;
  margin-left: 0px;
}

.profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: rtl;
}

.profile__link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 300px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.profile__name-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
}

.profile__head-icon {
  width: 50px;
  margin-left: 10px;
}

.profile__name-text {
  margin-bottom: 5px;
  color: #324a58;
  font-size: 16px;
  font-weight: 600;
}

.profile__phone-text {
  color: #838f99;
  font-weight: 400;
}

.profile__link-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #838f99;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

.profile__link-row:hover {
  color: var(--base_color);;
}

.profile__link-row.active {
  color: var(--base_color);;
}

.profile__link-icon {
  width: 32px;
  margin-left: 10px;
}

.profile__exit-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 3px;
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f5f5f5;
  color: #fe6c6c;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

.profile__exit-icon {
  width: 32px;
  margin-left: 10px;
}

.profile__content-box {
  margin-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profile__content-title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile__content-title-box.justify {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.profile__content-title-box.justify.margin {
  margin-bottom: 0px;
}

.content-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #324a58;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}

.content-meta-data {
  color: #838f99;
  font-size: 13px;
  font-weight: 600;
}

.order-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.order-card:hover {
  box-shadow: 0 6px 12px -7px rgba(50, 74, 88, 0.1);
}

.order-card__text-box {
  margin-left: 0px;
  padding-left: 0px;
  border-left: 1px none #f5f5f5;
}

.order-card__text-title {
  margin-bottom: 6px;
  color: #838f99;
  font-size: 13px;
  font-weight: 400;
}

.order-card__text-value {
  color: #324a58;
  font-size: 14px;
  font-weight: 600;
}

.order-card__text-value.hour {
  margin-right: 5px;
  color: #838f99;
}

.divider {
  height: 60px;
  margin-right: 15px;
  margin-left: 15px;
  border-right: 1px solid #f5f5f5;
}

.order-cart__deliver-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-card__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-card__status-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.order-cart__toman {
  color: #838f99;
  font-size: 10px;
}

.order-cart__button {
  width: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 175ms ease, background-color 175ms ease;
  transition: border-color 175ms ease, background-color 175ms ease;
  color: var(--base_color);;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.order-cart__button:hover {
  border-color: var(--base_color);;
  background-color: var(--secend_color);;
}

.order-cart__status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-cart__status-icon {
  width: 31px;
  margin-left: 5px;
}

.order-cart__status-text {
  color: #71b7c7;
  font-size: 13px;
  font-weight: 600;
}

.order-card__2pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-box {
  width: 45px;
  height: 45px;
  margin-left: 10px;
  padding: 5px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 175ms ease, background-color 175ms ease;
  transition: border-color 175ms ease, background-color 175ms ease;
}

.back-box:hover {
  border-color: var(--base_color);;
  background-color: var(--secend_color);;
}

.back-box.desktop-none {
  display: none;
}

.back-icon {
  width: 100%;
  height: 100%;
}

.profile__order-detail {
  padding: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.profile__order-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
}

.profile__status-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile__status-icon {
  width: 70%;
  height: 70%;
  margin-left: 0px;
}

.profile__status-text {
  color: #71b7c7;
  font-size: 15px;
  font-weight: 600;
}

.profile__status-text.deactive {
  color: #c1c5cc;
}

.profile__active-status {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #71b7c7;
  border-radius: 100px;
}

.profile__statis-icon-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(113, 183, 199, 0.15);
}

.profile__statis-icon-div.deactive {
  background-color: hsla(0, 0%, 96%, 0.7);
}

.profile__order-spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #f5f5f5;
}

.profile__basic-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.profile__info-box {
  margin-left: 0px;
  padding-left: 0px;
  border-left: 1px none #f5f5f5;
}

.profile__info-title {
  margin-bottom: 3px;
  color: #838f99;
  font-size: 13px;
  font-weight: 400;
}

.profile__info-value {
  color: #324a58;
  font-size: 14px;
  font-weight: 600;
}

.profile__info-value.hour {
  margin-right: 5px;
  color: #838f99;
}

.profile__order-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: hsla(0, 0%, 96%, 0.5);
  text-decoration: none;
}

.profile__order-item-image-div {
  overflow: hidden;
  width: 130px;
  height: 130px;
  margin-left: 15px;
  border-style: none;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.profile__order-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.profile__order-item-pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile__order-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profile__order-item-title {
  margin-bottom: 0px;
  color: #324a58;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.profile__order-item-title:hover {
  text-decoration: underline;
}

.profile__order-item-spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profile__order-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile__order-item-dot {
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border-radius: 100px;
  background-color: var(--base_color);;
}

.profile__order-item-spec-title {
  margin-left: 3px;
  color: #838f99;
  font-size: 12px;
  font-weight: 600;
}

.profile__order-item-spec-value {
  margin-left: 0px;
  color: #324a58;
  font-size: 12px;
  font-weight: 600;
}

.profile__order-item-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile__order-item-price-sum {
  color: #324a58;
  font-size: 15px;
  font-weight: 600;
}

.profile__order-item-toman {
  color: #838f99;
  font-size: 11px;
  font-weight: 600;
}

.profile__order-review-button {
  width: 130px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  background-color: #fff;
  color: #71b7c7;
  font-weight: 600;
  text-align: center;
}

.profile__order-review-button:hover {
  border-color: #71b7c7;
  background-color: #fff;
}

.profile__order-invoice-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile__order-invoicetitle {
  color: #838f99;
  font-size: 13px;
  font-weight: 400;
}

.profile__order-invoice-price {
  color: #324a58;
  font-size: 14px;
  font-weight: 600;
}

.profile__order-invoice-price.bigger {
  color: #324a58;
  font-size: 16px;
  font-weight: 700;
}

.profile__invoice-divider {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #f5f5f5;
}

.profile__invoice-divider.color {
  border-top-color: #71b7c7;
}

.profile__account-div {
  padding: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.profile__account-div:hover {
  box-shadow: 0 6px 12px -7px rgba(50, 74, 88, 0.1);
}

.profile__account-info-form {
  margin-bottom: 0px;
}

.profile__account-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.profile__input {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #838f99;
  font-size: 14px;
  font-weight: 400;
}

.profile__input.width {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profile__input-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.profile__input-field {
  height: 45px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  font-weight: 600;
}

.profile__input-field:focus {
  border-color: #324a58;
}

.profile__input-field.margin {
  margin-bottom: 0px;
}

.profile__form-2pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profile__form-space {
  width: 25px;
}

.profile__save-button {
  margin-top: 0px;
  padding: 12px 25px;
  border-radius: 14px;
  background-color: #71b7c7;
  -webkit-transition: box-shadow 175ms ease;
  transition: box-shadow 175ms ease;
  font-weight: 600;
  text-align: center;
}

.profile__save-button:hover {
  box-shadow: 0 6px 7px -1px rgba(113, 183, 199, 0.3);
}

.profile__section-div {
  margin-bottom: 20px;
}

.profile__code-button {
  position: absolute;
  left: 0%;
  top: 47%;
  right: auto;
  bottom: 0%;
  display: block;
  height: 20px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #71b7c7;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

.profile__code-button:hover {
  text-decoration: underline;
}

.profile__code-button.none {
  display: none;
}

.profile__address-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding: 25px 25px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.profile__address-div:hover {
  box-shadow: 0 6px 12px -7px rgba(50, 74, 88, 0.1);
}

.profile__section-title-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile__new-addresses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: #71b7c7;
  -webkit-transition: box-shadow 175ms ease;
  transition: box-shadow 175ms ease;
  color: #fff;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

.profile__new-addresses:hover {
  box-shadow: 0 6px 7px -1px rgba(113, 183, 199, 0.3);
}

.profile__new-addresses.size {
  padding: 8px 15px;
}

.profile__new-addresses-text {
  text-align: right;
  text-decoration: none;
}

.profile__new-addresses-icon {
  width: 27px;
  margin-left: 5px;
}

.profile__address-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.profile__address-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profile__address-title {
  margin-left: 5px;
  color: #838f99;
  font-weight: 400;
}

.profile__address-value {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #324a58;
  font-weight: 600;
}

.profile__address-value.deactive {
  color: #838f99;
  font-weight: 400;
}

.profile__address-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 105px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.profile__address-edit {
  width: 100%;
  padding: 12px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 175ms ease, background-color 175ms ease;
  transition: border-color 175ms ease, background-color 175ms ease;
  color: #71b7c7;
  font-weight: 600;
  text-align: center;
}

.profile__address-edit:hover {
  border-color: #71b7c7;
  background-color: rgba(113, 183, 199, 0.1);
}

.profile__address-delete {
  width: 100%;
  padding: 12px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 175ms ease, background-color 175ms ease;
  transition: border-color 175ms ease, background-color 175ms ease;
  color: #fe6c6c;
  font-weight: 600;
  text-align: center;
}

.profile__address-delete:hover {
  border-color: #fe6c6c;
  background-color: rgba(254, 108, 108, 0.1);
}

.profile__add-address {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-height: 600px;
  max-width: 600px;
  margin: auto;
  padding: 15px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.profile__new-addresses-form {
  margin-bottom: 0px;
}

.profile__address-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.profile__drop-box {
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profile__drop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  padding-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  color: #324a58;
  font-weight: 600;
  text-align: right;
}

.profile__drop.w--open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.profile__drop-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #838f99;
}

.profile__drop-wrapper.margin {
  margin-bottom: 10px;
}

.profile__drop-content {
  background-color: #fff;
}

.profile__drop-content.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-height: 210px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none solid solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  color: #324a58;
  text-align: right;
}

.profile__drop-item {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-weight: 600;
  text-align: right;
}

.profile__drop-item:hover {
  color: var(--base_color);;
}

.profile__address-map {
  overflow: hidden;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0px;
  border-radius: 14px;
}

.address-pop-up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
}

.address-scrim {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  background-color: rgba(50, 74, 88, 0.3);
}

.profile__add-address-div {
  overflow: auto;
  height: 100%;
  padding: 15px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pop-up-title-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
}

.pop-up-icon {
  width: 40px;
}

.pop-up-icon-link {
  margin-left: 10px;
}

.pop-up-title {
  color: #324a58;
  font-size: 15px;
  font-weight: 600;
}

.pop-up-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f5f5f5;
}

.map {
  height: 250px;
}

.profile__review-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.profile__review-div:hover {
  box-shadow: 0 6px 12px -7px rgba(50, 74, 88, 0.1);
}

.profile__review-delete {
  width: 150px;
  padding: 12px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 175ms ease, background-color 175ms ease;
  transition: border-color 175ms ease, background-color 175ms ease;
  color: #fe6c6c;
  font-weight: 600;
  text-align: center;
}

.profile__review-delete:hover {
  border-color: #fe6c6c;
  background-color: rgba(254, 108, 108, 0.1);
}

.profile__review-title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile__review-rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profile__rate-number {
  margin-left: 5px;
  color: #324a58;
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
}

.profile__review-text-box {
  width: 100%;
  margin-top: 10px;
  padding: 20px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: hsla(0, 0%, 96%, 0.5);
}

.profile__review-text {
  margin-bottom: 0px;
  color: #838f99;
  font-weight: 400;
  text-align: justify;
}

.profile__product-review-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
}

.profile__product-image-box {
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin-left: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.profile__product-image {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.profile__product-text {
  color: #324a58;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.profile__product-text:hover {
  text-decoration: underline;
}

.profile__rate-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile__rate-date {
  margin-left: 5px;
  color: #838f99;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}

.cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: rtl;
}

.cart__invoice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.cart__content-box {
  margin-right: 0px;
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart__content-title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart__order-invoice-div {
  width: 100%;
  margin-bottom: 25px;
}

.cart__order-invoice-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart__invoice-divider {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  border-top: 1px solid #f5f5f5;
}

.cart__invoice-divider.color {
  border-top-color: #71b7c7;
}

.cart__order-invoicetitle {
  color: #838f99;
  font-size: 13px;
  font-weight: 400;
}

.cart__order-invoice-price {
  color: #324a58;
  font-size: 13px;
  font-weight: 600;
}

.cart__order-invoice-price.bigger {
  color: #324a58;
  font-size: 16px;
  font-weight: 700;
}

.cart__message-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 12px;
  padding: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #f5f5f5;
}

.cart__message-icon {
  width: 33px;
  margin-left: 5px;
}

.cart__message-text {
  padding-top: 2px;
  color: #838f99;
  font-size: 12px;
}

.cart__cta-div {
  position: -webkit-sticky;
  position: sticky;
  top: 155px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.cart__order-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
  text-decoration: none;
}

.cart__order-item:hover {
  box-shadow: 0 6px 12px -7px rgba(50, 74, 88, 0.1);
}

.cart__order-item-image-div {
  position: relative;
  overflow: hidden;
  width: 130px;
  height: 130px;
  margin-left: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.cart__order-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.cart__order-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart__order-item-title {
  margin-bottom: 0px;
  color: #324a58;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.cart__order-item-title:hover {
  text-decoration: underline;
}

.cart__order-item-spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart__order-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart__order-item-dot {
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border-radius: 100px;
  background-color: #c1c5cc;
}

.cart__order-item-spec-title {
  margin-left: 3px;
  color: #838f99;
  font-size: 12px;
  font-weight: 600;
}

.cart__order-item-spec-value {
  margin-left: 0px;
  color: #324a58;
  font-size: 12px;
  font-weight: 600;
}

.cart__order-item-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart__order-item-price-sum {
  color: #324a58;
  font-size: 15px;
  font-weight: 600;
}

.cart__order-remove {
  width: 130px;
  margin-top: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 175ms ease, background-color 175ms ease;
  transition: border-color 175ms ease, background-color 175ms ease;
  color: #fe6c6c;
  font-weight: 600;
  text-align: center;
}

.cart__order-remove:hover {
  border-color: #fe6c6c;
  background-color: rgba(254, 108, 108, 0.1);
}

.cart__invoice-buttons-pack {
  width: 100%;
}

.cart__order-price-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart__order-item-old-price {
  margin-left: 3px;
  color: #fe6c6c;
  font-size: 12px;
  font-weight: 600;
  text-decoration: line-through;
}

.cart__order-item-old-price.none {
  display: none;
}

.cart__section-title-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart__address-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 20px 20px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
  cursor: pointer;
}

.cart__address-div:hover {
  border-color: var(--base_color);;
  background-color: var(--secend_color);;
}

.cart__address-div.active {
  border-color: var(--base_color);;
  background-color: var(--secend_color);;
}

.cart__address-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cart__address-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.cart__address-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart__address-edit {
  width: 100%;
  padding: 12px 0px;
  border-style: none;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  background-color: transparent;
  -webkit-transition: border-color 175ms ease, background-color 175ms ease;
  transition: border-color 175ms ease, background-color 175ms ease;
  color: #71b7c7;
  font-weight: 600;
  text-align: center;
}

.cart__address-edit:hover {
  border-color: #71b7c7;
  background-color: transparent;
  text-decoration: underline;
}

.payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: rtl;
  -o-object-fit: fill;
  object-fit: fill;
}

.payment__content-box {
  margin-right: 0px;
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.payment__section-wrapper {
  margin-bottom: 20px;
}

.payment__wrapper-div {
  padding: 25px 25px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.payment__wrapper-div:hover {
  box-shadow: 0 6px 12px -7px rgba(50, 74, 88, 0.1);
}

.payment__wrapper-div.depth {
  position: relative;
  z-index: 0;
}

.payment__account-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.payment__form-2pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.payment__options-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment__option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  background-color: #fff;
  color: #838f99;
  font-weight: 600;
  text-decoration: none;
}

.payment__option:hover {
  color: var(--base_color);;
}

.payment__option.active {
  border-color: var(--base_color);;
  background-color: var(--secend_color);;
  color: var(--base_color);;
}

.payment__option-icon {
  width: 29px;
  margin-left: 5px;
}

.payment__discount {
  margin-bottom: 8px;
  padding: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.payment__discount-form {
  margin-bottom: 0px;
}

.payment__discount-form-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.payment__discount-input-lable {
  color: #838f99;
  font-weight: 400;
}

.payment__discount-input {
  height: 45px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  color: #324a58;
  font-weight: 600;
}

.payment__discount-input:focus {
  border-color: #324a58;
}

.payment__discount-input::-webkit-input-placeholder {
  color: #c1c5cc;
  font-size: 11px;
  font-weight: 400;
  text-align: right;
}

.payment__discount-input:-ms-input-placeholder {
  color: #c1c5cc;
  font-size: 11px;
  font-weight: 400;
  text-align: right;
}

.payment__discount-input::-ms-input-placeholder {
  color: #c1c5cc;
  font-size: 11px;
  font-weight: 400;
  text-align: right;
}

.payment__discount-input::placeholder {
  color: #c1c5cc;
  font-size: 11px;
  font-weight: 400;
  text-align: right;
}

.payment__discount-input-button {
  margin-right: 10px;
  padding: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 14px;
  background-color: #71b7c7;
  -webkit-transition: box-shadow 175ms ease;
  transition: box-shadow 175ms ease;
  font-weight: 600;
}

.payment__discount-input-button:hover {
  box-shadow: 0 6px 7px -1px rgba(113, 183, 199, 0.3);
}

.payment__discount-input-error {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 14px;
  background-color: var(--secend_color);;
}

.payment__discount-input-error-text {
  color: #fe6c6c;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

.success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: rtl;
  -o-object-fit: fill;
  object-fit: fill;
}

.success-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  min-width: 700px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
  text-align: right;
}

.success__image-div {
  width: 220px;
  height: 220px;
  margin-bottom: 15px;
  padding: 35px;
  border-radius: 300px;
  background-color: rgba(113, 183, 199, 0.1);
}

.success__image {
  width: 100%;
  height: 100%;
}

.success__head {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #71b7c7;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.success__text {
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 14px;
  background-color: #f5f5f5;
  color: #838f99;
  font-weight: 400;
  text-align: justify;
}

.success__oreder-num {
  color: #324a58;
  font-weight: 600;
}

.success__button {
  margin-top: 0px;
  padding: 12px 25px;
  border-radius: 14px;
  background-color: #71b7c7;
  -webkit-transition: box-shadow 175ms ease;
  transition: box-shadow 175ms ease;
  font-weight: 600;
  text-align: center;
}

.success__button:hover {
  box-shadow: 0 6px 7px -1px rgba(113, 183, 199, 0.3);
}

.account__popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  direction: rtl;
}

.account__scrim {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100vw;
  height: 100vh;
  background-color: rgba(50, 74, 88, 0.3);
}

.account__popup-box {
  position: fixed;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 380px;
  margin: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 0px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.account__popup-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
}

.account__popup-icon {
  width: 40px;
}

.account__popup-text {
  color: #324a58;
  font-size: 15px;
  font-weight: 600;
}

.account__popup-icon-div {
  margin-left: 10px;
}

.account__content {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.account__tab {
  margin-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
}

.account__tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 8px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: hsla(0, 0%, 96%, 0.5);
}

.account__tab-menu-item {
  width: 48%;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: transparent;
  color: #838f99;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.account__tab-menu-item:hover {
  color: var(--base_color);;
}

.account__tab-menu-item.w--current {
  width: 48%;
  padding: 12px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  background-color: #fff;
  color: var(--base_color);;
  font-size: 15px;
  text-align: center;
}

.account__tab-content-box {
  padding-bottom: 20px;
}

.account__login-form {
  margin-bottom: 0px;
}

.account__login-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.account__buton {
  width: 100%;
  margin-top: 20px;
  padding: 12px 25px;
  border-radius: 14px;
  background-color: var(--base_color);;
  -webkit-transition: box-shadow 175ms ease;
  transition: box-shadow 175ms ease;
  font-weight: 600;
  text-align: center;
}

.account__buton:hover {
  box-shadow: 0 6px 7px -1px rgba(254, 147, 124, 0.3);
}

.account__lable-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.account__switch-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #71b7c7;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.account__switch-icon {
  width: 27px;
}

.account__switch-div-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #71b7c7;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.error-message {
  margin-top: 8px;
  padding: 8px 15px;
  border-radius: 14px;
  background-color: var(--secend_color);;
  color: var(--base_color);;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.account__signup-form {
  margin-bottom: 0px;
}

.account__name-pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.space-div {
  width: 15px;
}

.review__popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  direction: rtl;
}

.review__scrim {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100vw;
  height: 100vh;
  background-color: rgba(50, 74, 88, 0.3);
}

.review__popup-box {
  position: fixed;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 380px;
  margin: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 0px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.review__popup-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
}

.review__popup-icon-div {
  margin-left: 10px;
}

.review__popup-text {
  color: #324a58;
  font-size: 15px;
  font-weight: 600;
}

.review__content {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.review__text-area {
  min-height: 150px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  color: #324a58;
  font-weight: 600;
  text-align: right;
}

.review__text-area:focus {
  border-color: #324a58;
}

.review__form {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.review__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review__input {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #838f99;
  font-size: 14px;
  font-weight: 400;
}

.review__button {
  width: 100%;
  margin-top: 20px;
  padding: 12px 25px;
  border-radius: 14px;
  background-color: var(--base_color);;
  -webkit-transition: box-shadow 175ms ease;
  transition: box-shadow 175ms ease;
  font-weight: 600;
  text-align: center;
}

.review__button:hover {
  box-shadow: 0 6px 7px -1px rgba(254, 147, 124, 0.3);
}

.profile__order-review-overview {
  width: 130px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  background-color: #fff;
  color: #71b7c7;
  font-weight: 600;
  text-align: center;
}

.profile__order-review-overview:hover {
  border-color: #71b7c7;
  background-color: #fff;
}

.recommend-list__item {
  display: inline-block;
  margin-bottom: 6px;
  margin-left: 6px;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 175ms ease, color 175ms ease, background-color 175ms ease;
  transition: border-color 175ms ease, color 175ms ease, background-color 175ms ease;
  color: #838f99;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.recommend-list__item:hover {
  border-color: var(--base_color);;
  background-color: var(--secend_color);;
  color: var(--base_color);;
}

.recommend-list__item-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recommend-list__item-icon {
  width: 28px;
  margin-left: 5px;
}

.brand__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1350px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.brand-box__div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 20px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.brand-box__head {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
  color: #324a58;
  font-size: 17px;
  line-height: 35px;
  font-weight: 500;
  text-align: right;
}

.brand-box__content {
  position: relative;
  margin-top: 10px;
  direction: rtl;
}

.brand-box__texts {
  overflow: hidden;
  color: #838f99;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify;
}

.brand-box__text-fade {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.brand-box__show-more {
  color: var(--base_color);;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.brand-box__show-more:hover {
  text-decoration: underline;
}

.term-link {
  color: var(--base_color);;
  text-decoration: none;
}

.term-link:hover {
  text-decoration: underline;
}

.account__term-text {
  color: #324a58;
}

.nav__result-cat {
  padding: 4px;
  color: #838f99;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.nav__result-cat:hover {
  color: var(--base_color);;
}

.nav__result-product {
  padding: 5px;
  color: #838f99;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.nav__result-product:hover {
  color: var(--base_color);;
}

.nav__divider {
  padding-right: 0px;
  border-top: 1px solid #f5f5f5;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq__wrapper {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: rtl;
}

.faq__header {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
}

.fqa__head {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #324a58;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.faq__text {
  margin-bottom: 20px;
  color: #838f99;
  font-size: 14px;
}

.faq__header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq__image-box {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.faq__image {
  width: 100%;
  height: 100%;
}

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

.faq__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 250px;
  margin-bottom: 8px;
  margin-left: 0px;
  padding: 12px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  background-color: #fff;
  color: #838f99;
  font-weight: 600;
  text-decoration: none;
}

.faq__item:hover {
  border-color: var(--base_color);;
  color: var(--base_color);;
}

.faq__item-icon {
  width: 26px;
  height: 26px;
  margin-left: 10px;
}

.faq__qpack {
  width: 100%;
  margin-bottom: 20px;
}

.faq__qpack-head {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
}

.faq__box {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
  color: #838f99;
  font-size: 15px;
}

.faq__question:hover {
  color: #324a58;
}

.faq__question.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-style: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.faq__answer {
  position: relative;
}

.faq__answer.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 20px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: #fff;
  text-align: right;
}

.faq__q-text {
  font-size: 14px;
}

.faq__q-icon {
  width: 30px;
  margin-right: 15px;
}

.faq__answer-text {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  color: #324a58;
  font-size: 13px;
  text-align: justify;
}

.faq__question-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact__map-div {
  overflow: hidden;
  border-radius: 16px;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__wrapper {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: rtl;
}

.contact__header {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
  margin-bottom: 25px;
  margin-left: 20px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
}

.contact__image-box {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.contact__image {
  width: 100%;
  height: 100%;
}

.contact__header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__head {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #324a58;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.contact__text {
  margin-bottom: 20px;
  color: #838f99;
  font-size: 14px;
}

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

.contact__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 250px;
  margin-bottom: 8px;
  margin-left: 0px;
  padding: 12px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  background-color: #fff;
  color: #838f99;
  font-weight: 600;
  text-decoration: none;
}

.contact__item:hover {
  border-color: var(--base_color);;
  color: var(--base_color);;
}

.contact__item-icon {
  width: 26px;
  height: 26px;
  margin-left: 10px;
}

.contact__content-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact__section-head {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
}

.contact__section-div {
  margin-bottom: 25px;
}

.contact__subhead {
  margin-bottom: 15px;
  color: #838f99;
  font-weight: 400;
  text-align: right;
}

.contact__form-wrapper {
  padding: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
}

.contact__form-wrapper:hover {
  box-shadow: 0 6px 12px -7px rgba(50, 74, 88, 0.1);
}

.contact__form {
  margin-bottom: 0px;
}

.contact__form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contact__form-2pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact__input {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #838f99;
  font-size: 14px;
  font-weight: 400;
}

.contact__input.width {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact__form-space {
  width: 25px;
}

.contact__input-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.contact__input-field {
  height: 45px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  font-weight: 600;
}

.contact__input-field:focus {
  border-color: #324a58;
}

.contact__input-field.height {
  height: 150px;
}

.contact__send-button {
  margin-top: 0px;
  padding: 12px 40px;
  border-radius: 14px;
  background-color: #71b7c7;
  -webkit-transition: box-shadow 175ms ease;
  transition: box-shadow 175ms ease;
  font-weight: 600;
  text-align: center;
}

.contact__send-button:hover {
  box-shadow: 0 6px 7px -1px rgba(113, 183, 199, 0.3);
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about__wrapper {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: 1120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: rtl;
}

.about__overview {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 147, 124, 0.85)), to(rgba(254, 147, 124, 0.85))), url('../images/pexels-cadeau-maestro-1170412.jpg');
  background-image: linear-gradient(180deg, rgba(254, 147, 124, 0.85), rgba(254, 147, 124, 0.85)), url('../images/pexels-cadeau-maestro-1170412.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.about__head {
  margin-top: 0px;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}

.about__para {
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  text-align: right;
}

.re__rich-text h2 {
  margin-bottom: 5px;
  color: #324a58;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
}

.re__rich-text p {
  color: #838f99;
}

.terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.terms__wrapper {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: 1120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: rtl;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._404__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: rtl;
  -o-object-fit: fill;
  object-fit: fill;
}

._404-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  min-width: 700px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 16px;
  background-color: #fff;
  text-align: right;
}

._404__image-div {
  width: 220px;
  height: 220px;
  margin-bottom: 15px;
  padding: 35px;
  border-radius: 300px;
  background-color: var(--secend_color);;
}

._404__head {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #324a58;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
}

._404__button {
  margin-top: 0px;
  padding: 12px 25px;
  border-radius: 14px;
  background-color: #71b7c7;
  -webkit-transition: box-shadow 175ms ease;
  transition: box-shadow 175ms ease;
  font-weight: 600;
  text-align: center;
}

._404__button:hover {
  box-shadow: 0 6px 7px -1px rgba(113, 183, 199, 0.3);
}

._404__image {
  width: 100%;
  height: 100%;
}

.empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 0px;
  background-color: transparent;
  text-align: right;
}

.empty__image-div {
  width: 220px;
  height: 220px;
  margin-bottom: 15px;
  padding: 35px;
  border-radius: 300px;
  background-color: #f5f5f5;
}

.empty__head {
  margin-top: 0px;
  margin-bottom: 5px;
  direction: rtl;
  color: #324a58;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}

.empty__button {
  min-width: 200px;
  margin-top: 0px;
  padding: 12px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 14px;
  background-color: #fff;
  color: #71b7c7;
  font-weight: 600;
  text-align: center;
}

.empty__button:hover {
  border-color: #71b7c7;
}

@media screen and (min-width: 1280px) {
  .body {
    background-color: #f5f7fa;
  }

  .search__input {
    width: 600px;
  }

  .nav__button-text {
    font-size: 15px;
  }

  .nav__button-icon {
    width: 35px;
  }

  .nav__cat-button {
    font-size: 13px;
  }

  .nav__cat-icon {
    width: 25px;
  }

  .nav__cat-text {
    font-size: 14px;
    font-weight: 500;
  }

  .nav__cat-content {
    z-index: auto;
    width: 1350px;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav__sub-cat-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav__cat-content-wrapper {
    max-width: 1350px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav__sub-cat {
    border-radius: 14px;
  }

  .nav__sub-cat-head {
    margin-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
  }

  .nav__sub-cat-item {
    font-size: 12px;
    font-weight: 500;
  }

  .nav__sub-cat-icon {
    width: 23px;
  }

  .nav__cat-content-drop.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav__search-result-box {
    z-index: 0;
    display: none;
  }

  .nav__result-head {
    font-size: 13px;
  }

  .nav__search-pop-item {
    -webkit-transition: color 160ms ease, background-color 160ms ease;
    transition: color 160ms ease, background-color 160ms ease;
    font-size: 14px;
    font-weight: 500;
  }

  .search__input-m {
    width: 600px;
  }

  .footer__icons-wrapper {
    max-width: 1200px;
  }

  .footer__features {
    padding-right: 40px;
    padding-left: 40px;
  }

  .footer__feature-text {
    font-size: 14px;
  }

  .footer__license-box {
    padding-right: 35px;
    padding-left: 35px;
  }

  .footer__content {
    max-width: 1200px;
    margin-top: 40px;
  }

  .footer__link-head {
    font-size: 16px;
  }

  .footer__link {
    font-size: 15px;
    font-weight: 400;
  }

  .footer__contact-icon {
    width: 29px;
  }

  .footer__contact-text {
    font-size: 15px;
    line-height: 29px;
    font-weight: 400;
  }

  .footer__social-icon {
    width: 20px;
  }

  .footer__insta-text {
    font-size: 15px;
    font-weight: 400;
  }

  .footer__plain-text {
    max-width: 1200px;
  }

  .footer__seo-text {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
  }

  .footer__right-text {
    font-size: 14px;
  }

  .slider {
    position: static;
    z-index: 0;
  }

  .slider__box {
    max-width: 1350px;
  }

  .hamburger {
    display: none;
  }

  .cat {
    margin-bottom: 50px;
  }

  .cat__box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cat__wrapper {
    max-width: 1350px;
  }

  .cat__text {
    font-size: 15px;
    font-weight: 500;
  }

  .offer {
    margin-bottom: 35px;
  }

  .offer__wrapper {
    padding: 40px 0px;
  }

  .offer__box {
    max-width: 1350px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .offer__tab-menu {
    width: 35%;
  }

  .offer__tab-menu-text {
    font-size: 14px;
    font-weight: 500;
  }

  .offer__product-details {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .offer__prduct-title {
    color: #324a58;
  }

  .text-block {
    font-weight: 400;
  }

  .offer__tittle-box {
    padding-right: 15px;
    padding-left: 15px;
  }

  .promo__wrapper {
    max-width: 1320px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 30px 15px;
    border-right-style: solid;
    border-right-width: 2px;
    border-left-style: solid;
    border-left-width: 2px;
    border-radius: 20px;
  }

  .promo {
    padding-right: 15px;
    padding-left: 15px;
  }

  .promo__menu-text {
    font-size: 14px;
    font-weight: 600;
  }

  .promo__content-box {
    min-width: auto;
  }

  .promo__card {
    width: 15.7%;
    -webkit-transition: box-shadow 150ms ease, color 150ms ease, border-color 150ms ease, background-color 150ms ease;
    transition: box-shadow 150ms ease, color 150ms ease, border-color 150ms ease, background-color 150ms ease;
  }

  .promo__card:hover {
    box-shadow: 0 2px 7px -1px rgba(254, 147, 124, 0.3);
  }

  .promo__card-image-div {
    height: 170px;
  }

  .promo__card-image {
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .promo__price {
    font-size: 16px;
  }

  ._4banner__pack {
    width: 49.5%;
  }

  .brands__logo-box {
    padding-bottom: 0px;
  }

  .subs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog__section-title {
    margin-bottom: 12px;
  }

  .blog__button {
    font-size: 16px;
    font-weight: 500;
  }

  .cat-list__item {
    font-size: 14px;
    font-weight: 500;
  }

  .cat-list__title {
    font-size: 18px;
  }

  .sort {
    margin-right: 0px;
    margin-left: 0px;
  }

  .list__card {
    /*max-width: 23.6%;*/
    width: 20.6%;
    margin: 6px;
    -webkit-transition: box-shadow 150ms ease, color 150ms ease, border-color 150ms ease, background-color 150ms ease;
    transition: box-shadow 150ms ease, color 150ms ease, border-color 150ms ease, background-color 150ms ease;
  }

  .list__card:hover {
    box-shadow: 0 2px 7px -1px rgba(254, 147, 124, 0.3);
  }

  .list-card__card-image {
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .product-info__title {
    font-size: 15px;
  }

  .product-info__en-title {
    font-size: 12px;
  }

  .product-info__section-title {
    font-size: 14px;
  }

  .spec-row__title {
    font-size: 13px;
  }

  .spec-row__item {
    font-size: 13px;
  }

  .product-price__discount-text {
    font-weight: 700;
  }

  .product-price-new {
    font-size: 21px;
  }

  .product-stock-text {
    font-size: 18px;
  }

  .brand-values {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .profile__wrapper {
    max-width: 1200px;
  }

  .profile__link-box {
    min-width: 320px;
  }

  .profile__name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .profile__name-text {
    margin-bottom: 3px;
  }

  .profile__content-box {
    margin-right: 20px;
  }

  .content-title {
    font-size: 16px;
  }

  .divider {
    margin-right: 20px;
    margin-left: 20px;
  }

  .pop-up-title-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart__wrapper {
    max-width: 1200px;
  }

  .cart__invoice {
    min-width: 320px;
  }

  .cart__content-box {
    margin-right: 20px;
  }

  .payment__wrapper {
    max-width: 1200px;
  }

  .payment__content-box {
    margin-right: 20px;
  }

  .success__wrapper {
    max-width: 1200px;
  }

  .recommend-list__item {
    font-size: 14px;
    font-weight: 500;
  }

  .faq__wrapper {
    max-width: 1200px;
  }

  .contact__wrapper {
    max-width: 1200px;
  }

  .about__wrapper {
    max-width: 1200px;
  }

  .terms__wrapper {
    max-width: 1200px;
  }

  ._404__wrapper {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    padding-top: 210px;
  }

  .nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav__logo {
    width: 180px;
    margin-left: 0px;
  }

  .search__input {
    width: 100%;
    height: 40px;
    padding-right: 20px;
    border-radius: 12px;
  }

  .search {
    width: 100%;
  }

  .search__button {
    height: 40px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .search__icon-block {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 0px;
  }

  .search__icon {
    width: 35px;
  }

  .nav__button-text {
    font-size: 14px;
  }

  .nav__cat-wrapper {
    display: none;
    width: 100%;
  }

  .nav__cat-drop {
    display: block;
  }

  .nav__search-wrapper {
    display: none;
  }

  .nav__search-result-box {
    display: none;
    padding-top: 45px;
    border-radius: 12px;
  }

  .nav__cat-search-wrapper-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .nav__hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    direction: rtl;
    color: #324a58;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    text-decoration: none;
  }

  .hamburger-icon {
    width: 38px;
  }

  .nav__search-wrapper-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .search__input-m {
    width: 100%;
    height: 40px;
    border-radius: 12px;
  }

  .nav__ham-menu-wrapper {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 4;
    display: none;
    overflow: auto;
    width: 45%;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background-color: #fff;
    box-shadow: -4px 0 14px -12px #324a58;
  }

  .nav__ham-buttons-wrapper {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #fff;
  }

  .nav__ham-logo-wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav__ham-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 25px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f5f5f5;
  }

  .nav__ham-close {
    margin-left: 8px;
  }

  .nav__ham-close-icon {
    width: 40px;
  }

  .nav__ham-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 14px;
    background-color: var(--secend_color);;
    direction: rtl;
    color: var(--base_color);;
    font-weight: 500;
    text-align: right;
    text-decoration: none;
  }

  .nav__ham-button-icon {
    width: 35px;
    margin-bottom: 8px;
  }

  .nav__ham-cat-wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .nav__ham-cat-title {
    margin-top: 0px;
    margin-bottom: 8px;
    color: #324a58;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
  }

  .nav__ham-cat-box {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 6px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 14px;
    background-color: transparent;
    color: transparent;
    font-size: 14px;
    font-weight: 400;
  }

  .nav__ham-cat-item {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 14px;
    background-color: #f5f5f5;
    color: #f5f5f5;
  }

  .nav__ham-cat-item.w--open {
    position: relative;
    width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-weight: 400;
  }

  .nav__ham-cat-text {
    direction: rtl;
    color: #838f99;
    font-weight: 600;
    text-align: right;
  }

  .nav__ham-cat-drop-icon {
    width: 28px;
  }

  .nav__ham-cat-menu {
    position: static;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .nav__ham-cat-menu.w--open {
    position: static;
    left: 0%;
    top: 100%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 0px 0px 14px 14px;
    background-color: hsla(0, 0%, 96%, 0.4);
    direction: rtl;
    text-align: right;
  }

  .nav__ham-cat-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    direction: rtl;
    color: #324a58;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
  }

  .nav__ham-subcat-box {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .nav__ham-subcat-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 15px 10px 18px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav__ham-subcat-item.w--open {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav__ham-subcat-text {
    direction: rtl;
    color: #838f99;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
  }

  .nav__ham-subcat-drop-icon {
    width: 22px;
  }

  .nav__ham-subcat-menu.w--open {
    position: static;
    left: 0%;
    top: 100%;
    right: 0%;
    bottom: auto;
    margin-bottom: 8px;
    margin-left: -15px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-right: 1px solid #c1c5cc;
    background-color: transparent;
  }

  .nav__ham-subcat-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    direction: rtl;
    color: #324a58;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
  }

  .nav__ham-subcat-menu-item.subcat {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
  }

  .nav__ham-scrim {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    display: none;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background-color: rgba(50, 74, 88, 0.3);
  }

  .nav__ham-logo-image {
    width: 150px;
    margin-top: 12px;
  }

  .footer__icons-wrapper {
    padding: 15px;
  }

  .footer__feature-item {
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer__feature-text {
    font-size: 12px;
  }

  .footer__feature-image-box {
    width: 50px;
    height: 50px;
  }

  .footer__up {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .footer__up-text {
    font-size: 15px;
  }

  .footer__license-item-wrapper {
    width: 85px;
    height: 85px;
  }

  .footer__link-head {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .footer__link-head.seo-title {
    font-size: 13px;
  }

  .footer__contact-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__contact-text {
    line-height: 25px;
  }

  .footer__instagram {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__social-icon {
    width: 17px;
  }

  .footer__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer__seo-text {
    font-size: 11px;
  }

  .footer__social-link {
    margin-right: 0px;
  }

  .footer__social-wrapper {
    width: 100%;
    margin-top: 8px;
    padding-right: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .slider {
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .slide-nav {
    height: 40px;
  }

  .hamburger {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    width: 100vw;
    height: 100vh;
    clear: none;
  }

  .left-arrow {
    height: 40px;
  }

  .right-arrow {
    height: 40px;
  }

  .cat {
    margin-bottom: 35px;
  }

  .cat__item {
    height: 60px;
    padding-left: 6px;
  }

  .cat__image-wrapper {
    width: 60px;
    height: 60px;
    margin-left: 12px;
  }

  .cat__text {
    color: #324a58;
    font-size: 12px;
    font-weight: 600;
  }

  .cat__icon {
    width: 30px;
  }

  .offer {
    margin-bottom: 30px;
  }

  .offer__wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .offer__tabs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .offer__tab-menu {
    width: 42%;
    height: auto;
    max-height: 350px;
    min-height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .offer__tabs-content {
    height: 320px;
    padding: 18px;
  }

  .offer__tab-menu-item {
    margin-bottom: 5px;
  }

  .offer__tab-menu-item.w--current {
    margin-bottom: 5px;
  }

  .offer__tab-menu-text {
    font-size: 11px;
    font-weight: 600;
  }

  .offer__content-div {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    direction: ltr;
  }

  .offer__product-photo {
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .offer__product-details {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .offer__prduct-title {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
  }

  .offer__features-row {
    display: none;
    overflow: visible;
  }

  .offer__dot {
    margin-left: 5px;
  }

  .text-block {
    font-size: 12px;
  }

  .offer__cta-box {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    direction: ltr;
  }

  .offer__discount {
    width: 45px;
    height: 45px;
  }

  .offer__discount-text {
    font-size: 17px;
  }

  .offer__product-price-box {
    margin-bottom: 0px;
  }

  .offer__price {
    margin-right: 8px;
  }

  .offer__old-price {
    font-size: 15px;
  }

  .offer__new-price {
    font-size: 18px;
    line-height: 25px;
  }

  .offer__toman {
    font-size: 12px;
  }

  .offer__buy {
    margin-left: 0px;
    padding: 12px 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 14px;
  }

  .offer__tittle-box {
    margin-bottom: 25px;
  }

  .offer__image {
    width: 175px;
  }

  .offer__time {
    width: 190px;
  }

  .offer__time-box {
    width: 60px;
    height: 60px;
  }

  .offer__time-title {
    font-size: 22px;
  }

  .offer__time-para {
    font-size: 12px;
  }

  ._2banner {
    margin-bottom: 30px;
  }

  ._2banner__banner {
    width: 47vw;
    height: 18vw;
  }

  .offer__photo-link {
    width: 260px;
    height: 170px;
    margin-bottom: 15px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .promo__wrapper {
    overflow: visible;
    width: 100%;
    max-width: none;
    padding: 15px 0px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    direction: rtl;
    text-align: left;
  }

  .promo {
    overflow: visible;
    margin-bottom: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .promo__tabs {
    overflow: visible;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    direction: rtl;
  }

  .promo__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: auto;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .promo__menu-item {
    font-weight: 600;
  }

  .promo__menu-item.w--current {
    overflow: visible;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 13px;
  }

  .promo__menu-text {
    font-size: 13px;
    font-weight: 600;
  }

  .promo__content-wrapper {
    display: block;
    overflow: visible;
    width: 100%;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    direction: rtl;
  }

  .promo__tab-content {
    position: relative;
    overflow: auto;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
  }

  .promo__content-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 1320px;
    min-width: auto;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-left: 15px;
    clear: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .promo__card {
    width: 15.7%;
    min-width: auto;
  }

  .promo__cover-title {
    font-size: 16px;
  }

  .promo__view-all-text {
    font-size: 14px;
  }

  .promo__card-title {
    font-size: 12px;
    font-weight: 600;
  }

  .promo__price-div {
    margin-bottom: 0px;
  }

  .promo__price-box {
    margin-right: 8px;
  }

  .promo__old-price {
    font-size: 14px;
  }

  .promo__price {
    font-size: 16px;
    line-height: 25px;
  }

  .promo__price.stockout {
    font-size: 15px;
  }

  .promo__toman {
    font-size: 12px;
  }

  .promo__discount {
    width: 45px;
    height: 45px;
  }

  .promo__discount-text {
    font-size: 17px;
  }

  ._4banner {
    margin-bottom: 30px;
  }

  .brands {
    margin-bottom: 30px;
  }

  .brands__title {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .brands__logo-box {
    padding-bottom: 12px;
  }

  .brands__card {
    width: 11%;
    color: #324a58;
    font-weight: 600;
  }

  .brands__counter {
    font-size: 13px;
  }

  .brands__logo-div {
    padding-bottom: 0px;
  }

  .subs {
    margin-bottom: 30px;
  }

  .subs__wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subs__form-box {
    margin-top: 0px;
  }

  .subs__head {
    font-size: 20px;
  }

  .subs__para {
    font-size: 14px;
  }

  .subs__form {
    width: 300px;
    margin-top: 20px;
  }

  .subs__illustration {
    width: 360px;
    height: auto;
  }

  .subs__input {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .subs__button {
    width: 100%;
    height: 45px;
    margin-right: 0px;
    font-size: 14px;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subs__success {
    width: 300px;
    float: none;
    font-size: 14px;
  }

  .subs__success-text {
    display: block;
    width: 100%;
    text-align: center;
  }

  .subs__error {
    width: 100%;
    float: none;
    clear: none;
  }

  .subs__error-text {
    width: 300px;
    float: none;
    text-align: center;
  }

  .blog__wrapper {
    padding: 25px 25px 15px;
  }

  .blog__big-item {
    width: 100%;
  }

  .blog__title {
    font-size: 15px;
  }

  .blog__para {
    font-size: 12px;
  }

  .blog__small-item {
    width: 100%;
  }

  .blog__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .blog__small-pack {
    width: 100%;
  }

  .blog__content-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cat-list {
    width: 100%;
    margin-bottom: 15px;
  }

  .cat-list__wrapper {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    direction: rtl;
  }

  .cat-list__item-box {
    overflow: auto;
    padding-right: 0px;
    padding-left: 0px;
    clear: both;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cat-list__item {
    margin-bottom: 3px;
    padding: 8px 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
  }

  .cat-list__title {
    margin-bottom: 10px;
    padding-right: 15px;
    font-size: 16px;
  }

  .product-list-wrapper {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .product-list__filters {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%;
    padding: 0px;
    background-color: transparent;
    box-shadow: -4px 0 14px -12px #324a58;
  }

  .filter__head {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .filter-item-div {
    margin-bottom: 10px;
  }

  .filter__name {
    font-size: 13px;
    font-weight: 600;
  }

  .checkbox__label {
    font-size: 12px;
  }

  .product-list-items {
    display: block;
    margin-right: 0px;
  }

  .breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: auto;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .breadcrumb__link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .breadcrumb__icon {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .list-box {
    padding: 15px 15px 10px;
    border-radius: 0px;
  }

  .sort {
    margin-bottom: 15px;
  }

  .sort__link {
    margin-left: 20px;
    font-size: 13px;
  }

  .list__card {
    max-width: 31.9%;
  }

  .list-card__discount {
    width: 40px;
    height: 40px;
  }

  .list-card__discount-text {
    font-size: 16px;
  }

  .list-card__card-title {
    font-size: 12px;
    font-weight: 600;
  }

  .list-card__text-div {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .list-card__price-box {
    margin-right: 8px;
  }

  .list-card__old-price {
    font-size: 14px;
  }

  .list-card__price {
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
  }

  .list-card__price.stockout {
    font-size: 15px;
  }

  .list-card__toman {
    font-size: 12px;
  }

  .pagination__box {
    margin-right: 20px;
    margin-left: 20px;
  }

  .page-num {
    width: 30px;
    height: 30px;
  }

  .pagination__text {
    font-size: 14px;
  }

  .product-list__seo {
    width: auto;
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 15px 15px 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .breadcrump__div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cat-list__item-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .filter-button-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .filter-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #f5f5f5;
    border-radius: 14px;
    background-color: #fff;
    color: #71b7c7;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .filter-button-icon {
    width: 30px;
    margin-left: 6px;
  }

  .product-result-counter {
    color: #c1c5cc;
    font-size: 14px;
    font-weight: 600;
  }

  .filter__scrim {
    display: block;
  }

  .product-list__filters-wrapper {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 4;
    width: 45%;
    padding: 25px;
    background-color: #fff;
  }

  .product-info {
    margin-bottom: 30px;
  }

  .product-info__wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .product-image-box {
    width: 100%;
    height: 300px;
    border-style: solid;
    border-right-width: 0px;
    border-left-width: 0px;
    border-radius: 0px;
  }

  .product-photo-pack {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .product-slides {
    overflow: visible;
    width: auto;
    margin-top: 6px;
    clear: none;
  }

  .product-image-slide {
    width: 65px;
    height: 65px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .product-slides__button {
    display: none;
  }

  .main-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 14px;
    font-weight: 600;
  }

  .main-button.width {
    max-width: 250px;
  }

  .product-price__box {
    margin-bottom: 12px;
  }

  .product-price__discount {
    width: 40px;
    height: 40px;
  }

  .product-price__discount-text {
    font-size: 16px;
  }

  .product-price__price-div {
    margin-right: 0px;
  }

  .product-price-old {
    font-size: 15px;
  }

  .product-price-new {
    font-size: 18px;
    line-height: 25px;
  }

  .product-price-toman {
    font-size: 12px;
  }

  .product-review__icon {
    width: 19px;
    height: 19px;
  }

  .product-info__pack {
    margin-right: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .brand-values {
    margin-top: 12px;
  }

  .brand-values.direction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand-values__2pack.width {
    margin-bottom: 0px;
  }

  .breadcrumb-div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pd-cta-box {
    width: 35%;
    min-height: 280px;
    padding: 15px;
  }

  .pd-box {
    width: 65%;
    margin-left: 10px;
  }

  .pd-box__div {
    margin-bottom: 8px;
    padding-right: 20px;
    padding-left: 20px;
    border-width: 2px;
  }

  .pd-box__head {
    font-size: 16px;
  }

  .pd-box__texts {
    font-size: 13px;
  }

  .pd-box__show-more-spec {
    margin-top: 15px;
  }

  .spec-title {
    width: 160px;
  }

  .spec-title-text {
    font-size: 13px;
  }

  .spec-value-text {
    font-size: 13px;
  }

  .review-number__text {
    font-size: 24px;
  }

  .submit-comment {
    border-color: #71b7c7;
  }

  .comment-user-name {
    font-size: 13px;
  }

  .comment-text {
    font-size: 13px;
  }

  .product-slides-div {
    overflow: auto;
    padding-right: 15px;
    padding-left: 15px;
    float: none;
  }

  .profile__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .profile__link-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .profile__link-box.mobile-none {
    display: none;
  }

  .profile__name-row {
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .profile__link-row {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile__link-row.active {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile__link-icon {
    margin-bottom: 5px;
    margin-left: 0px;
  }

  .profile__exit-row {
    margin-top: 15px;
    padding-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .profile__content-box {
    width: 100%;
    margin-top: 15px;
    margin-right: 0px;
  }

  .profile__content-box.margin {
    margin-top: 0px;
  }

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

  .order-card__text-value {
    font-size: 14px;
  }

  .order-cart__button {
    border-color: var(--base_color);;
  }

  .null-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 280px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .back-box.desktop-none {
    display: block;
  }

  .profile__status-text {
    font-size: 14px;
  }

  .profile__order-spec {
    margin-bottom: 30px;
  }

  .profile__info-value {
    font-size: 14px;
  }

  .profile__order-item-price-sum {
    font-size: 14px;
  }

  .profile__invoice-divider {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .profile__new-addresses {
    font-size: 13px;
  }

  .profile__new-addresses-icon {
    width: 25px;
  }

  .profile__address-buttons {
    height: 105px;
  }

  .profile__address-edit {
    border-color: #71b7c7;
    font-size: 13px;
  }

  .profile__address-delete {
    border-color: #fe6c6c;
    font-size: 13px;
  }

  .profile__review-delete {
    width: 110px;
    padding: 10px 12px;
    border-color: #fe6c6c;
    font-size: 14px;
  }

  .profile__review-text-box {
    padding: 15px;
  }

  .profile__review-text {
    font-size: 13px;
  }

  .cart__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart__invoice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cart__content-box {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .cart__invoice-divider {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .cart__message-div {
    max-width: 400px;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart__message-text {
    padding-top: 0px;
  }

  .cart__cta-div {
    position: static;
    width: 100%;
  }

  .cart__order-item-price-sum {
    font-size: 14px;
  }

  .cart__invoice-buttons-pack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart__invoice-buttons-pack.align {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cart__address-edit {
    border-color: #71b7c7;
    font-size: 13px;
  }

  .payment__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .payment__content-box {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .payment__discount-form-div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .payment__discount-input-row {
    min-width: 300px;
  }

  .payment__discount-input-button {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .payment__discount-input-error {
    width: 300px;
    text-align: right;
  }

  .success__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .recommend-list__item {
    margin-bottom: 3px;
    padding: 8px 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
  }

  .brand__wrapper {
    max-width: none;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    direction: rtl;
  }

  .brand-box__div {
    margin-bottom: 8px;
    padding-right: 20px;
    padding-left: 20px;
    border-width: 2px;
  }

  .brand-box__head {
    font-size: 16px;
  }

  .brand-box__texts {
    font-size: 13px;
  }

  .faq__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .faq__header {
    position: static;
    width: 100%;
    min-width: auto;
    margin-left: 0px;
  }

  .contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contact__header {
    position: static;
    width: 100%;
    min-width: auto;
    margin-left: 0px;
  }

  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .about__head {
    font-size: 22px;
  }

  .about__para {
    font-size: 14px;
  }

  .terms__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  ._404__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-top: 140px;
  }

  .nav__main {
    height: 60px;
  }

  .nav__main-wrapper {
    height: 60px;
  }

  .nav__logo {
    width: 160px;
  }

  .search__input::-webkit-input-placeholder {
    font-size: 13px;
  }

  .search__input:-ms-input-placeholder {
    font-size: 13px;
  }

  .search__input::-ms-input-placeholder {
    font-size: 13px;
  }

  .search__input::placeholder {
    font-size: 13px;
  }

  .nav__button {
    height: 45px;
  }

  .nav__button.hide {
    display: none;
  }

  .nav__button-text {
    font-size: 14px;
  }

  .nav__hamburger {
    font-size: 13px;
  }

  .hamburger-text {
    font-size: 13px;
  }

  .hamburger-icon {
    width: 35px;
  }

  .nav__ham-menu-wrapper {
    width: 70%;
    padding: 28px;
  }

  .footer__icons-wrapper {
    padding: 10px;
  }

  .footer__features {
    display: none;
  }

  .footer__license-box {
    border-right-style: none;
  }

  .footer__content {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer__link-box {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer__link-box.support {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer__contact-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__contact-icon {
    margin-left: 6px;
  }

  .footer__contact-text {
    line-height: 25px;
  }

  .footer__social {
    width: 70%;
  }

  .footer__plain-text {
    margin-top: 0px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer__social-link {
    margin-right: 0px;
  }

  .footer__link-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer__link-wrapper.footer-support {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__social-wrapper {
    margin-top: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .slider {
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .slider__div {
    height: 45vw;
  }

  .slider__banner {
    display: none;
  }

  .slider__nav-icon {
    width: 35px;
  }

  .cat {
    margin-bottom: 35px;
  }

  .cat__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cat__item {
    width: 100%;
    height: 65px;
    margin-bottom: 8px;
    padding-left: 12px;
  }

  .cat__image-wrapper {
    width: 90px;
    height: 65px;
  }

  .cat__text {
    font-size: 14px;
  }

  .cat__icon {
    width: 32px;
  }

  .offer__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .offer__tab-menu {
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding: 15px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px 0px 16px 16px;
    background-color: hsla(0, 0%, 100%, 0.45);
    direction: rtl;
  }

  .offer__tabs-content {
    border-radius: 16px 16px 0px 0px;
  }

  .offer__tab-menu-item {
    width: 55px;
    height: 55px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: transparent;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .offer__tab-menu-item:hover {
    background-color: transparent;
  }

  .offer__tab-menu-item.w--current {
    width: 70px;
    height: 70px;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }

  .offer__tab-menu-text {
    display: none;
  }

  .offer__tab-menu-image {
    width: 100%;
    height: 100%;
    min-height: auto;
    min-width: auto;
    margin-left: 0px;
    border-style: none;
  }

  .offer__product-photo {
    width: 100%;
    height: 100%;
  }

  .offer__tab-menu-anime {
    width: 100%;
    height: 100%;
    margin-left: 0px;
  }

  .offer__toman {
    font-size: 12px;
  }

  .offer__image {
    width: 170px;
  }

  ._2banner {
    margin-bottom: 20px;
  }

  ._2banner__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._2banner__banner {
    width: 100%;
    height: 36vw;
    margin-bottom: 12px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .offer__photo-link {
    width: 300px;
    height: 165px;
  }

  .promo__menu {
    width: 1000px;
    margin-bottom: 10px;
  }

  .promo__toman {
    font-size: 12px;
  }

  ._4banner__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._4banner__pack {
    width: 100%;
    margin-bottom: 10px;
  }

  .brands__card {
    height: 140px;
  }

  .brands__text {
    margin-top: 8px;
  }

  .brands__counter {
    font-size: 13px;
  }

  .brands__arrow-icon {
    font-size: 12px;
  }

  .subs__wrapper {
    padding-top: 25px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subs__head {
    margin-bottom: 0px;
    font-size: 19px;
    text-align: center;
  }

  .subs__para {
    font-weight: 600;
    text-align: center;
  }

  .subs__illustration {
    width: 300px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .subs__input {
    margin-bottom: 8px;
  }

  .blog__wrapper {
    padding: 20px 20px 10px;
  }

  .blog__title {
    font-size: 14px;
  }

  .blog__para {
    font-size: 12px;
  }

  .blog__cta-text {
    font-size: 13px;
  }

  .blog__icon {
    width: 26px;
  }

  .blog__date {
    font-size: 13px;
  }

  .blog__icon-div {
    width: 75px;
  }

  .blog__head {
    font-size: 18px;
  }

  .blog__section-para {
    font-size: 13px;
  }

  .blog__button {
    font-size: 14px;
  }

  .cat-list__title {
    font-size: 15px;
  }

  .product-list-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .product-list__filters {
    display: none;
  }

  .filter__box {
    margin-bottom: 8px;
  }

  .filter__head {
    font-weight: 600;
  }

  .filter__name {
    font-size: 14px;
    font-weight: 600;
  }

  .checkbox__label {
    font-size: 13px;
  }

  .product-list-items {
    display: block;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .breadcrumb {
    padding-right: 0px;
    padding-left: 0px;
  }

  .list-box {
    padding-right: 15px;
    padding-left: 15px;
    border-right-style: none;
    border-left-style: none;
    border-radius: 0px;
  }

  .sort {
    margin-bottom: 12px;
  }

  .list__card {
    max-width: 47.7%;
  }

  .list-card__card-title {
    margin-right: 20px;
    margin-left: 20px;
  }

  .list-card__text-div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .list-card__toman {
    font-size: 12px;
  }

  .product-list__seo {
    margin-right: 15px;
    margin-left: 15px;
  }

  .breadcrump__div {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .filter-button-div {
    margin-bottom: 6px;
  }

  .filter-button {
    font-size: 14px;
  }

  .filter-button-icon {
    width: 28px;
  }

  .product-result-counter {
    font-size: 13px;
  }

  .product-list__filters-wrapper {
    width: 70%;
  }

  .product-info {
    margin-bottom: 20px;
  }

  .product-image-box {
    height: 260px;
  }

  .product-photo-pack {
    margin-bottom: 15px;
  }

  .product-image-slide {
    width: 60px;
    height: 60px;
  }

  .product-info__box {
    height: auto;
    padding: 0px;
    border-style: none;
    background-color: transparent;
  }

  .product-info__cta {
    width: 100%;
    height: auto;
    margin-top: 6px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #f5f5f5;
    border-radius: 14px;
    background-color: #fff;
  }

  .product-info__title {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
  }

  .product-info__en-title {
    text-align: center;
  }

  .product-info__overview {
    height: auto;
    margin-top: 15px;
    margin-left: 0px;
    padding-right: 20px;
    padding-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 14px;
    background-color: #fff;
  }

  .prodct-info__title-box {
    margin-bottom: 6px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .main-button.width {
    max-width: none;
  }

  .product-price__box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-price__discount {
    margin-left: 8px;
  }

  .product-price-old {
    font-size: 14px;
  }

  .product-price-new {
    line-height: 20px;
  }

  .product-price-toman {
    font-size: 12px;
  }

  .product-stock-text {
    display: none;
  }

  .product-review__text {
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .product-review__icon.bigger {
    width: 20px;
    height: 20px;
  }

  .product-info__div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-info__title-review {
    padding-top: 15px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #c1c5cc;
    border-bottom-style: none;
  }

  .product-info__review {
    margin-right: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #f5f5f5;
    background-color: #fff;
  }

  .product-sale-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-sale-counter__label {
    display: none;
  }

  .brand-values {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand-values.direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brand-values__2pack {
    width: 60%;
    margin-bottom: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .brand-values__2pack.width {
    margin-bottom: 15px;
  }

  .brand-values__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pd-cta-box {
    display: none;
  }

  .pd-box {
    width: 100%;
    margin-left: 0px;
  }

  .pd-box__div {
    margin-bottom: 8px;
    padding: 15px;
    border-width: 2px;
    border-radius: 14px;
  }

  .pd-box__show-more-spec {
    margin-top: 15px;
  }

  .spec-title {
    width: 160px;
  }

  .pd-box__show-more-review {
    margin-top: 15px;
  }

  .review-number__text {
    font-size: 20px;
  }

  .review-count {
    font-size: 12px;
  }

  .brands-values__icon-div {
    margin-left: 0px;
  }

  .order-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .order-card__text-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .order-card__text-title {
    margin-bottom: 2px;
  }

  .divider {
    display: none;
    height: 60px;
  }

  .order-card__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .order-card__status-cta {
    width: 100%;
    padding-top: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f5f5f5;
  }

  .order-cart__status {
    margin-bottom: 4px;
  }

  .order-card__2pack {
    min-width: 300px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .profile__order-detail {
    padding: 18px;
  }

  .profile__order-status {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .profile__status-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .profile__status-text {
    font-size: 13px;
  }

  .profile__active-status {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .profile__statis-icon-div {
    margin-bottom: 8px;
    margin-left: 0px;
  }

  .profile__order-spec {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile__basic-info {
    margin-bottom: 25px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #f5f5f5;
  }

  .profile__info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    margin-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .profile__info-title {
    margin-bottom: 2px;
    font-size: 12px;
  }

  .profile__info-value {
    font-size: 13px;
  }

  .profile__order-item {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .profile__order-item-image-div {
    width: 120px;
    height: 120px;
  }

  .profile__order-item-pack {
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .profile__order-item-info {
    height: auto;
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .profile__order-item-title {
    font-size: 12px;
    line-height: 18px;
  }

  .profile__order-item-price {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .profile__order-review-button {
    width: 120px;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-color: #71b7c7;
    font-size: 13px;
  }

  .profile__order-invoice-div {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .profile__order-invoice-row {
    width: 100%;
  }

  .profile__order-invoicetitle {
    font-size: 12px;
  }

  .profile__order-invoice-price {
    font-size: 13px;
  }

  .profile__order-invoice-price.bigger {
    font-size: 15px;
  }

  .profile__invoice-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .profile__invoice-divider.color {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .profile__account-div {
    padding: 18px;
  }

  .profile__input-title {
    font-size: 13px;
  }

  .profile__input-field {
    font-size: 13px;
  }

  .profile__input-field.height {
    height: 45px;
    text-align: right;
  }

  .profile__form-space {
    width: 20px;
  }

  .profile__save-button {
    width: 100%;
  }

  .profile__code-button {
    font-size: 12px;
  }

  .profile__address-div {
    padding: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .profile__new-addresses {
    padding: 8px 15px;
  }

  .profile__address-info {
    width: 100%;
  }

  .profile__address-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile__address-title {
    font-size: 13px;
  }

  .profile__address-value {
    font-size: 13px;
  }

  .profile__address-buttons {
    width: 100%;
    height: 105px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .profile__address-edit {
    font-size: 13px;
  }

  .profile__address-delete {
    font-size: 13px;
  }

  .profile__add-address {
    width: 100vw;
    height: 100vh;
    max-height: none;
    max-width: none;
    margin: 0px;
    padding: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .address-pop-up {
    display: none;
  }

  .profile__add-address-div {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pop-up-title-div {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
    box-shadow: 0 2px 7px -8px #324a58;
  }

  .pop-up-icon {
    width: 35px;
  }

  .pop-up-title {
    font-size: 14px;
  }

  .pop-up-actions {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: #fff;
    box-shadow: 0 -2px 7px -8px #324a58;
  }

  .profile__review-div {
    padding: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .profile__product-text {
    font-size: 12px;
  }

  .cart__order-invoice-div {
    width: 100%;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .cart__order-invoice-row {
    width: 100%;
  }

  .cart__invoice-divider {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .cart__invoice-divider.color {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .cart__order-invoicetitle {
    font-size: 12px;
  }

  .cart__order-invoice-price {
    font-size: 13px;
  }

  .cart__order-invoice-price.bigger {
    font-size: 15px;
  }

  .cart__message-div {
    max-width: none;
    margin-top: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .cart__order-item {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cart__order-item-image-div {
    width: 120px;
    height: 120px;
  }

  .cart__order-item-info {
    height: auto;
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .cart__order-item-title {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .cart__order-item-price {
    width: 100%;
    padding-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #f5f5f5;
  }

  .cart__order-remove {
    width: 120px;
    margin-top: 0px;
    margin-right: 8px;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-color: #fe6c6c;
    font-size: 13px;
  }

  .cart__order-buttons-pack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart__invoice-buttons-pack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart__address-div {
    padding: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart__address-div.active {
    padding: 15px;
  }

  .cart__address-info {
    width: 100%;
  }

  .cart__address-buttons {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .cart__address-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart__address-edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .payment__wrapper-div {
    padding: 18px 18px 8px;
  }

  .payment__wrapper-div.depth {
    padding-bottom: 12px;
  }

  .payment__option {
    padding: 12px 15px;
    font-size: 14px;
  }

  .payment__discount-input-row {
    width: 100%;
  }

  .payment__discount-input-error {
    width: 100%;
  }

  .success-div {
    min-height: auto;
    min-width: auto;
  }

  .success__head {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .success__button {
    width: 200px;
  }

  .account__popup-box {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    height: 100vh;
    max-width: none;
    margin: 0px;
    border-radius: 0px;
  }

  .account__content {
    overflow: auto;
  }

  .account__buton {
    width: 100%;
  }

  .account__name-pack {
    width: 100%;
  }

  .review__popup-box {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    height: 100vh;
    max-width: none;
    margin: 0px;
    border-radius: 0px;
  }

  .review__content {
    overflow: auto;
  }

  .review__button {
    width: 100%;
  }

  .profile__order-review-overview {
    width: 120px;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-color: #71b7c7;
    font-size: 13px;
  }

  .brand-box__div {
    margin-bottom: 8px;
    padding: 15px;
    border-width: 2px;
    border-radius: 14px;
  }

  .faq__header {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fqa__head {
    font-size: 18px;
  }

  .faq__text {
    margin-bottom: 15px;
    font-size: 13px;
    text-align: center;
  }

  .faq__header-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq__image-box {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .faq__items {
    width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .faq__item {
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 13px;
  }

  .faq__item-icon {
    width: 24px;
    height: 24px;
  }

  .faq__qpack-head {
    font-size: 16px;
  }

  .faq__box {
    margin-bottom: 4px;
  }

  .faq__question {
    padding: 15px;
  }

  .faq__q-text {
    font-size: 14px;
    text-align: right;
    white-space: normal;
  }

  .faq__q-icon {
    width: 30px;
  }

  .contact__header {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact__image-box {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .contact__header-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact__head {
    font-size: 18px;
  }

  .contact__text {
    margin-bottom: 15px;
    font-size: 13px;
    text-align: center;
  }

  .contact__items {
    width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact__item {
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 13px;
  }

  .contact__item-icon {
    width: 24px;
    height: 24px;
  }

  .contact__section-head {
    font-size: 16px;
  }

  .contact__subhead {
    font-size: 13px;
  }

  .contact__form-wrapper {
    padding: 18px;
  }

  .contact__form-space {
    width: 20px;
  }

  .contact__input-title {
    font-size: 13px;
  }

  .contact__input-field {
    font-size: 13px;
  }

  .contact__input-field.height {
    height: 150px;
    text-align: right;
  }

  .contact__send-button {
    width: 100%;
  }

  .contact__map {
    height: 300px;
  }

  ._404-div {
    width: 100%;
    min-height: auto;
    min-width: auto;
  }

  ._404__head {
    margin-bottom: 10px;
    font-size: 17px;
  }

  ._404__button {
    width: 200px;
  }

  .empty {
    width: 100%;
    min-height: auto;
    min-width: auto;
  }

  .empty__head {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .empty__button {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-top: 120px;
  }

  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav__banner {
    height: 50px;
  }

  .nav__main {
    height: 55px;
  }

  .nav__main-wrapper {
    height: 55px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .nav__logo {
    width: 120px;
  }

  .search__input {
    padding-right: 12px;
    font-size: 13px;
  }

  .search__input::-webkit-input-placeholder {
    font-size: 12px;
  }

  .search__input:-ms-input-placeholder {
    font-size: 12px;
  }

  .search__input::-ms-input-placeholder {
    font-size: 12px;
  }

  .search__input::placeholder {
    font-size: 12px;
  }

  .search__button {
    width: 45px;
  }

  .search__icon-block {
    width: 45px;
  }

  .search__icon {
    width: 30px;
  }

  .nav__button {
    height: 40px;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav__button-text {
    font-size: 12px;
  }

  .nav__button-icon {
    width: 25px;
    margin-left: 3px;
  }

  .nav__cat {
    height: 50px;
  }

  .nav__banner-image {
    display: none;
  }

  .nav__search-result-box {
    display: none;
  }

  .nav__result-section {
    margin-top: 0px;
  }

  .nav__result-head {
    margin-bottom: 3px;
    font-size: 12px;
  }

  .nav__search-pop-item {
    font-size: 12px;
  }

  .nav__cat-search-wrapper-m {
    height: 50px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .nav__hamburger {
    margin-left: 15px;
  }

  .hamburger-text {
    font-size: 12px;
  }

  .hamburger-icon {
    width: 32px;
  }

  .nav__banner-image-m {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .nav__ham-menu-wrapper {
    display: none;
    width: 75%;
    padding: 15px;
  }

  .nav__ham-logo-wrapper {
    margin-bottom: 12px;
  }

  .nav__ham-logo {
    width: 100%;
  }

  .nav__ham-close-icon {
    width: 32px;
  }

  .nav__ham-button {
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
  }

  .nav__ham-button-icon {
    width: 30px;
    margin-bottom: 4px;
  }

  .nav__ham-cat-wrapper {
    margin-top: 20px;
  }

  .nav__ham-cat-title {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .nav__ham-cat-item {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav__ham-cat-item.w--open {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav__ham-cat-text {
    font-size: 13px;
  }

  .nav__ham-cat-drop-icon {
    width: 24px;
  }

  .nav__ham-cat-menu-item {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .nav__ham-subcat-item {
    padding: 8px 10px 8px 11px;
  }

  .nav__ham-subcat-item.w--open {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav__ham-subcat-text {
    font-size: 12px;
  }

  .nav__ham-subcat-menu-item.subcat {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }

  .nav__ham-logo-image {
    width: 120px;
  }

  .footer {
    padding-right: 12px;
    padding-left: 12px;
  }

  .footer__icons-wrapper {
    max-width: 280px;
    padding: 8px 5px;
  }

  .footer__up {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer__up-text {
    font-size: 14px;
  }

  .footer__up-icon-box {
    margin-left: 10px;
    border-width: 1px;
  }

  .footer__up-icon {
    width: 25px;
  }

  .footer__license-item-wrapper {
    width: 80px;
    height: 80px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .footer__content {
    margin-top: 30px;
  }

  .footer__link-box {
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__link-box.support {
    margin-bottom: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer__link-box.mobile-links {
    width: 50%;
    padding-top: 20px;
    border-top: 1px solid #c1c5cc;
    min-height: 180px;
  }

  .footer__link-box{
    justify-content: flex-start!important;
  }

  .footer__link-head {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
  }

  .footer__link-head.seo-title {
    font-size: 12px;
    text-align: center;
  }

  .footer__link {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .footer__contact-item {
    margin-bottom: 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__contact-icon {
    width: 28px;
    margin-left: 0px;
  }

  .footer__contact-text {
    font-size: 14px;
    text-align: center;
  }

  .footer__instagram {
    width: 100%;
    padding: 8px 10px;
  }

  .footer__social-icon {
    width: 16px;
    font-size: 14px;
  }

  .footer__insta-text {
    font-size: 13px;
  }

  .footer__social {
    width: 150px;
  }

  .footer__plain-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__seo-text {
    text-align: center;
  }

  .footer__right-text {
    font-size: 12px;
  }

  .footer__social-link {
    margin-right: 0px;
  }

  .footer__link-wrapper {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__link-wrapper.footer-support {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__social-wrapper {
    margin-top: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .slider {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .slider__box {
    padding-right: 12px;
    padding-left: 12px;
  }

  .slider__div {
    border-radius: 15px;
    line-height: 14px;
  }

  .slide-nav {
    width: 50%;
    height: 35px;
  }

  .left-arrow {
    width: 25%;
    height: 35px;
  }

  .right-arrow {
    width: 25%;
    height: 35px;
  }

  .slider__nav-icon {
    width: 30px;
  }

  .slider__left-arrow {
    width: 40px;
  }

  .slider__right-arrow {
    width: 40px;
  }

  .cat {
    margin-bottom: 25px;
  }

  .cat__item {
    height: 55px;
    margin-bottom: 6px;
    padding-left: 8px;
  }

  .cat__image-wrapper {
    width: 85px;
    height: 55px;
    margin-left: 12px;
  }

  .cat__text {
    font-size: 13px;
  }

  .cat__icon {
    width: 28px;
  }

  .offer {
    margin-bottom: 25px;
  }

  .offer__wrapper {
    padding: 25px 0px 30px;
  }

  .offer__tab-menu {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 12px 15px;
    border-radius: 0px 0px 20px 20px;
  }

  .offer__tabs-content {
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
    padding: 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .offer__tab-menu-item {
    width: 45px;
    height: 45px;
  }

  .offer__tab-menu-item.w--current {
    width: 60px;
    height: 60px;
  }

  .offer__product-photo {
    position: static;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 16px;
    direction: ltr;
  }

  .offer__product-details {
    height: 150px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .offer__prduct-title {
    font-size: 12px;
  }

  .offer__cta-box {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .offer__discount-text {
    font-size: 16px;
  }

  .offer__old-price {
    font-size: 14px;
  }

  .offer__new-price {
    font-size: 18px;
    line-height: 22px;
  }

  .offer__toman {
    font-size: 11px;
  }

  .offer__buy {
    margin-top: 10px;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .offer__tittle-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .offer__image {
    width: 185px;
    margin-bottom: 15px;
  }

  .offer__time {
    width: 195px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .offer__time-title {
    font-size: 20px;
  }

  ._2banner {
    margin-bottom: 15px;
  }

  ._2banner__box {
    padding-right: 12px;
    padding-left: 12px;
  }

  ._2banner__banner {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .offer__photo-link {
    width: 100%;
    height: 160px;
  }

  .promo__wrapper {
    overflow: visible;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .promo {
    margin-bottom: 25px;
  }

  .promo__menu {
    margin-bottom: 6px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .promo__menu-item {
    margin-left: 6px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .promo__menu-item.w--current {
    overflow: visible;
    margin-left: 6px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .promo__content-box {
    width: 1280px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .promo__card {
    width: 16.3%;
  }

  .promo__tab-cover {
    width: 200px;
  }

  .promo__tab-cover.color03 {
    width: 200px;
  }

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

  .promo__card-title {
    font-size: 12px;
  }

  .promo__old-price {
    font-size: 13px;
  }

  .promo__price {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
  }

  .promo__price.stockout {
    font-size: 14px;
  }

  .promo__toman {
    font-size: 11px;
  }

  .promo__discount-text {
    font-size: 16px;
  }

  ._4banner {
    margin-bottom: 20px;
  }

  ._4banner__box {
    padding-right: 12px;
    padding-left: 12px;
  }

  ._4banner__pack {
    margin-bottom: 8px;
  }

  .brands {
    margin-bottom: 20px;
  }

  .brands__title {
    margin-bottom: 8px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 16px;
  }

  .brands__card {
    width: 11%;
    min-width: 140px;
    font-size: 14px;
  }

  .brands__counter {
    font-size: 12px;
  }

  .brands__logo-div {
    min-width: 1180px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .subs {
    margin-bottom: 35px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .subs__wrapper {
    padding-bottom: 30px;
  }

  .subs__head {
    font-size: 18px;
  }

  .subs__para {
    font-size: 13px;
  }

  .subs__form {
    width: 275px;
  }

  .subs__illustration {
    width: 280px;
  }

  .subs__success {
    width: 275px;
  }

  .subs__error-text {
    width: 275px;
  }

  .blog {
    padding-right: 12px;
    padding-left: 12px;
  }

  .blog__wrapper {
    padding: 0px;
    border-style: none;
    background-color: transparent;
  }

  .blog__big-item {
    padding: 16px;
    border-radius: 14px;
    background-color: #fff;
  }

  .blog__big-photo-wrapper {
    height: 185px;
    border-radius: 14px;
  }

  .blog__title {
    line-height: 20px;
    text-align: right;
  }

  .blog__para {
    text-align: right;
  }

  .blog__small-item {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
  }

  .blog__small-photo-wrapper {
    width: 100%;
    height: 185px;
    margin-bottom: 12px;
  }

  .blog__content-cards {
    width: 100%;
  }

  .blog__section-title {
    margin-bottom: 8px;
  }

  .blog__icon-div {
    width: 55px;
    margin-left: 6px;
  }

  .blog__head {
    font-size: 15px;
  }

  .blog__section-para {
    font-size: 12px;
  }

  .blog__button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .cat-list {
    margin-bottom: 10px;
  }

  .cat-list__wrapper {
    overflow: visible;
    width: 100vw;
  }

  .cat-list__item-box {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cat-list__item {
    margin-left: 3px;
    font-size: 12px;
    font-weight: 600;
  }

  .cat-list__title {
    margin-bottom: 6px;
    padding-right: 12px;
    font-size: 14px;
  }

  .product-list-wrapper {
    display: block;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .filter__box {
    margin-bottom: 6px;
    padding: 5px 10px;
    border-radius: 14px;
  }

  .filter__head {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .filter-item-div {
    margin-bottom: 6px;
  }

  .filter__name {
    font-size: 12px;
  }

  .filter__checkbox {
    font-size: 12px;
  }

  .checkbox__label {
    font-size: 12px;
  }

  .product-list-items {
    display: block;
    max-width: 100vw;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: auto;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .breadcrumb__link {
    font-size: 11px;
  }

  .list-box {
    padding-top: 12px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .sort {
    overflow: auto;
    width: auto;
    margin-bottom: 12px;
    padding-right: 12px;
    padding-bottom: 3px;
    padding-left: 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sort__link {
    margin-left: 12px;
    font-size: 12px;
  }

  .product-list__wrapper {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list__card {
    width: 100%;
    height: 125px;
    max-width: none;
    margin: 0px 0px 8px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-card__discount {
    width: 35px;
    height: 35px;
    margin-top: 6px;
    margin-right: 6px;
  }

  .list-card__discount.margin-size {
    margin-top: 10px;
    margin-right: 10px;
  }

  .list-card__discount-text {
    font-size: 14px;
  }

  .list-card__card-image-div {
    overflow: visible;
    width: 125px;
    height: 125px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom-style: none;
  }

  .list-card__card-image {
    height: 100%;
  }

  .list-card__card-title {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
    text-align: right;
  }

  .list-card__text-div {
    height: 95px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .list-card__price-box {
    margin-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .list-card__old-price {
    font-size: 13px;
  }

  .list-card__price {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
  }

  .list-card__price.stockout {
    font-size: 14px;
  }

  .list-card__toman {
    font-size: 10px;
    font-weight: 600;
  }

  .pagination {
    display: none;
  }

  .product-list__seo {
    width: auto;
    margin-right: 12px;
    margin-left: 12px;
    border-radius: 14px;
  }

  .product-list__seo-text h2 {
    font-size: 12px;
  }

  .product-list__seo-text p {
    font-size: 11px;
  }

  .sort__div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .breadcrump__div {
    overflow: visible;
    width: auto;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cat-list__item-div {
    padding-right: 12px;
    padding-left: 12px;
  }

  .filter-button-div {
    margin-bottom: 10px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .filter-button {
    padding: 6px 12px;
    font-size: 13px;
  }

  .filter-button-icon {
    width: 25px;
    margin-left: 4px;
  }

  .product-result-counter {
    font-size: 12px;
  }

  .product-list__filters-wrapper {
    width: 75%;
    padding: 10px;
  }

  .product-info {
    margin-bottom: 0px;
  }

  .product-image-box {
    height: 220px;
  }

  .product-slides {
    margin-left: 0px;
    padding-left: 12px;
  }

  .product-image-slide {
    width: 55px;
    height: 55px;
  }

  .product-info__cta {
    padding-right: 15px;
    padding-left: 15px;
  }

  .product-info__title {
    font-size: 13px;
  }

  .product-info__en-title {
    font-size: 10px;
  }

  .product-info__overview {
    padding-right: 15px;
    padding-left: 15px;
  }

  .product-price__discount-text {
    font-size: 16px;
  }

  .product-price-old {
    font-size: 14px;
  }

  .product-price-new {
    font-size: 19px;
    line-height: 22px;
  }

  .product-price-toman {
    font-size: 11px;
  }

  .product-overview__item {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
  }

  .product-info__pack {
    padding-right: 12px;
    padding-left: 12px;
  }

  .brand-values__2pack {
    width: 100%;
    max-width: 240px;
    margin-bottom: 18px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .brand-values__2pack.width {
    margin-bottom: 15px;
  }

  .brand-values__item-icon {
    width: 100%;
  }

  .brand-values__text {
    font-size: 11px;
  }

  .breadcrumb-div {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pd-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }

  .pd-box__div {
    margin-bottom: 6px;
    padding: 12px;
  }

  .pd-box__head {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .pd-box__texts {
    font-size: 12px;
    font-weight: 600;
  }

  .pd-box__show-more {
    font-size: 13px;
  }

  .pd-box__show-more-spec {
    margin-top: 12px;
    font-size: 13px;
  }

  .spec-row {
    height: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .spec-title {
    width: 100%;
  }

  .spec-value {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .spec-title-text {
    font-size: 12px;
    font-weight: 600;
  }

  .spec-value-text {
    font-size: 12px;
    font-weight: 600;
  }

  .pd-box__show-more-review {
    margin-top: 12px;
    font-size: 13px;
  }

  .pd-box__review-wrapper {
    margin-bottom: 0px;
  }

  .review-number__text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
  }

  .submit-comment {
    font-size: 14px;
  }

  .comment-date {
    font-size: 12px;
  }

  .comment-text {
    font-size: 12px;
    font-weight: 600;
  }

  .product-slides-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .brands-values__icon-div {
    width: 32px;
    height: 32px;
  }

  .profile {
    padding-right: 12px;
    padding-left: 12px;
  }

  .profile__link-box {
    padding: 15px 20px;
    border-radius: 14px;
  }

  .profile__name-row {
    margin-bottom: 12px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .profile__name-text {
    margin-bottom: 3px;
    font-size: 15px;
  }

  .profile__phone-text {
    font-size: 13px;
  }

  .profile__link-row {
    margin-bottom: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .profile__link-icon {
    width: 32px;
    margin-bottom: 0px;
    margin-left: 7px;
  }

  .profile__link-text {
    font-size: 14px;
  }

  .profile__exit-row {
    margin-top: 4px;
    padding-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .profile__exit-icon {
    margin-left: 7px;
  }

  .profile__exit-text {
    font-size: 14px;
  }

  .profile__content-title-box {
    margin-bottom: 6px;
  }

  .profile__content-title-box.justify {
    margin-bottom: 10px;
  }

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

  .content-meta-data {
    font-size: 12px;
  }

  .order-card {
    margin-bottom: 6px;
    border-radius: 14px;
  }

  .order-card__text-value {
    font-size: 14px;
  }

  .order-cart__button {
    width: 160px;
    font-size: 14px;
  }

  .order-cart__status {
    margin-bottom: 6px;
  }

  .order-cart__status-icon {
    margin-left: 3px;
  }

  .null-div {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .back-box {
    width: 40px;
    height: 40px;
  }

  .profile__order-detail {
    padding: 12px;
    border-radius: 14px;
  }

  .profile__order-status {
    margin-bottom: 15px;
    padding-bottom: 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .profile__status-text.deactive {
    display: none;
  }

  .profile__status-text.none {
    display: none;
  }

  .profile__basic-info {
    margin-bottom: 12px;
    padding-bottom: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .profile__info-box {
    margin-bottom: 12px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .profile__info-title {
    font-weight: 600;
  }

  .profile__info-value {
    font-size: 13px;
  }

  .profile__order-item {
    padding: 0px;
    border-radius: 14px;
  }

  .profile__order-item-image-div {
    width: 100%;
    height: 130px;
    margin-bottom: 12px;
    margin-left: 0px;
    clear: none;
    border-radius: 14px 14px 0px 0px;
  }

  .profile__order-item-image {
    float: none;
    clear: none;
  }

  .profile__order-item-pack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .profile__order-item-info {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .profile__order-item-title {
    width: 100%;
    margin-bottom: 12px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top: 1px none #c1c5cc;
    border-bottom: 1px none rgba(193, 197, 204, 0.3);
    text-align: right;
  }

  .profile__order-item-price {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .profile__order-item-price-sum {
    font-size: 14px;
  }

  .profile__order-review-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .profile__order-invoicetitle {
    font-size: 12px;
    font-weight: 600;
  }

  .profile__order-invoice-price {
    font-size: 13px;
  }

  .profile__order-invoice-price.bigger {
    font-size: 16px;
  }

  .profile__invoice-divider {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .profile__account-div {
    padding: 15px;
    border-radius: 14px;
  }

  .profile__input {
    margin-bottom: 4px;
  }

  .profile__form-2pack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile__form-space {
    display: none;
  }

  .profile__save-button {
    width: 100%;
    font-size: 14px;
  }

  .profile__section-div {
    margin-bottom: 15px;
  }

  .profile__address-div {
    margin-bottom: 6px;
    padding: 15px;
    border-radius: 14px;
  }

  .profile__new-addresses {
    font-size: 12px;
  }

  .profile__new-addresses-icon {
    width: 23px;
  }

  .profile__address-buttons {
    height: 98px;
  }

  .profile__address-edit {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .profile__address-delete {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .profile__add-address {
    max-width: none;
    padding: 0px;
    border-radius: 0px;
  }

  .profile__drop-box {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .profile__drop-text {
    font-size: 13px;
  }

  .profile__drop-wrapper {
    width: 100%;
  }

  .profile__drop-content.w--open {
    position: relative;
  }

  .profile__drop-item {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
  }

  .profile__address-map {
    margin-top: 10px;
  }

  .address-pop-up {
    display: none;
  }

  .pop-up-actions {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    background-color: #fff;
  }

  .profile__review-div {
    margin-bottom: 6px;
    padding: 15px;
    border-radius: 14px;
  }

  .profile__review-delete {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .profile__product-review-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile__product-image-box {
    margin-bottom: 5px;
    margin-left: 0px;
    border-radius: 14px;
  }

  .profile__product-text {
    text-align: center;
  }

  .cart {
    padding-right: 12px;
    padding-left: 12px;
  }

  .cart__invoice {
    padding: 20px;
    border-radius: 14px;
  }

  .cart__content-title-box {
    margin-bottom: 6px;
  }

  .cart__invoice-divider {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .cart__order-invoicetitle {
    font-size: 12px;
    font-weight: 600;
  }

  .cart__order-invoice-price {
    font-size: 13px;
  }

  .cart__order-invoice-price.bigger {
    font-size: 16px;
  }

  .cart__message-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cart__message-icon {
    width: 25px;
  }

  .cart__message-text {
    padding-top: 3px;
    font-size: 11px;
  }

  .cart__order-item {
    padding: 0px;
    border-style: solid;
    border-radius: 14px;
  }

  .cart__order-item-image-div {
    width: 100%;
    height: 130px;
    margin-bottom: 12px;
    margin-left: 0px;
    clear: none;
    border-style: none none solid;
    border-bottom-width: 2px;
    border-radius: 14px 14px 0px 0px;
  }

  .cart__order-item-image {
    float: none;
    clear: none;
  }

  .cart__order-item-info {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .cart__order-item-title {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 12px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top: 1px none #c1c5cc;
    border-bottom: 1px none rgba(193, 197, 204, 0.3);
    text-align: right;
  }

  .cart__order-item-price {
    width: auto;
    margin-right: 12px;
    margin-left: 12px;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .cart__order-item-price-sum {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
  }

  .cart__order-remove {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .cart__order-buttons-pack {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cart__address-div {
    margin-bottom: 6px;
    padding: 15px;
    border-radius: 14px;
  }

  .cart__address-edit {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .payment {
    padding-right: 12px;
    padding-left: 12px;
  }

  .payment__wrapper-div {
    padding: 15px 15px 10px;
    border-radius: 14px;
  }

  .payment__form-2pack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .payment__option {
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }

  .payment__option-icon {
    width: 27px;
  }

  .payment__discount {
    margin-bottom: 6px;
    padding: 20px;
    border-radius: 14px;
  }

  .payment__discount-input-row {
    min-width: auto;
  }

  .payment__discount-input-button {
    font-size: 13px;
  }

  .success {
    padding-right: 12px;
    padding-left: 12px;
  }

  .success-div {
    padding: 20px;
  }

  .success__text {
    font-size: 13px;
    text-align: center;
  }

  .success__button {
    width: 100%;
    font-size: 14px;
  }

  .account__popup-title {
    padding: 12px 15px;
  }

  .account__tab {
    padding-right: 15px;
    padding-left: 15px;
  }

  .account__tab-menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .account__tab-menu-item.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .account__buton {
    width: 100%;
    font-size: 14px;
  }

  .review__popup-title {
    padding: 12px 15px;
  }

  .review__input {
    margin-bottom: 4px;
  }

  .review__button {
    width: 100%;
    font-size: 14px;
  }

  .profile__order-review-overview {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .recommend-list__item {
    margin-left: 3px;
    font-size: 12px;
    font-weight: 600;
  }

  .brand__wrapper {
    overflow: visible;
    width: 100vw;
    padding-right: 12px;
    padding-left: 12px;
  }

  .brand-box__div {
    margin-bottom: 6px;
    padding: 12px 15px;
  }

  .brand-box__head {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .brand-box__texts {
    font-size: 12px;
    font-weight: 400;
  }

  .brand-box__show-more {
    font-size: 13px;
  }

  .account__term-text {
    font-size: 13px;
  }

  .nav__result-cat {
    padding: 3px;
  }

  .nav__result-product {
    padding: 3px;
  }

  .faq {
    padding-right: 12px;
    padding-left: 12px;
  }

  .faq__header {
    margin-bottom: 20px;
  }

  .fqa__head {
    font-size: 17px;
  }

  .faq__text {
    font-size: 12px;
    text-align: center;
  }

  .faq__qpack-head {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .faq__question {
    padding: 12px;
    font-size: 15px;
  }

  .faq__question.w--open {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .faq__q-text {
    font-size: 13px;
  }

  .faq__q-icon {
    width: 28px;
  }

  .contact__map-div {
    border-radius: 14px;
  }

  .contact {
    padding-right: 12px;
    padding-left: 12px;
  }

  .contact__header {
    margin-bottom: 20px;
  }

  .contact__head {
    font-size: 17px;
  }

  .contact__text {
    font-size: 12px;
    text-align: center;
  }

  .contact__section-head {
    margin-bottom: 3px;
    font-size: 15px;
  }

  .contact__form-wrapper {
    padding: 15px;
    border-radius: 14px;
  }

  .contact__form-2pack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact__input {
    margin-bottom: 4px;
  }

  .contact__form-space {
    display: none;
  }

  .contact__input-field.height {
    height: 200px;
  }

  .contact__send-button {
    width: 100%;
    font-size: 14px;
  }

  .about {
    padding-right: 12px;
    padding-left: 12px;
  }

  .about__overview {
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 14px;
  }

  .about__head {
    font-size: 20px;
  }

  .about__para {
    margin-bottom: 0px;
    font-size: 13px;
  }

  .re__rich-text h2 {
    font-size: 16px;
  }

  .re__rich-text p {
    font-size: 13px;
  }

  .terms {
    padding-right: 12px;
    padding-left: 12px;
  }

  ._404 {
    padding-right: 12px;
    padding-left: 12px;
  }

  ._404-div {
    width: 100%;
    padding: 30px 20px;
    border-radius: 14px;
  }

  ._404__image-div {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }

  ._404__head {
    font-size: 16px;
  }

  ._404__button {
    width: 100%;
    max-width: 300px;
    font-size: 14px;
  }

  .empty {
    width: 100%;
    padding: 20px;
    border-radius: 14px;
  }

  .empty__image-div {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }

  .empty__head {
    font-size: 14px;
  }

  .empty__button {
    width: 100%;
    max-width: 250px;
    font-size: 14px;
  }
}

@font-face {
  font-family: 'IRANYekan';
  src: url('../fonts/IRANYekanBoldFaNum.ttf') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANYekan';
  src: url('../fonts/IRANYekanMediumFaNum.ttf') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'IRANYekan';
  src: url('../fonts/IRANYekanMediumFaNum.ttf') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}




@font-face {
  font-family: 'IRANYekan';
  src: url('../fonts/IRANYekanExtraBoldFaNum.ttf') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANYekan';
  src: url('../fonts/IRANYekanExtraBoldFaNum.ttf') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}






/*@font-face {
  font-family: 'IRANYekan';
  src: url('../fonts/IRANYekanWebBlack.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IRANYekan';
  src: url('../fonts/IRANYekanWebBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IRANYekan';
  src: url('../fonts/IRANYekanWebExtraBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IRANYekan';
  src: url('../fonts/IRANYekanWebExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IRANYekan';
  src: url('../fonts/IRANYekanWebThin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IRANYekan';
  src: url('../fonts/IRANYekanWebLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IRANYekan';
  src: url('../fonts/IRANYekanWebMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IRANYekan';
  src: url('../fonts/IRANYekanWebRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}*/


.rating-box {
  position: relative;
}

.rating-star {
  font-size: 1.5rem;
  width: 1.3rem;
  height: 1.3rem;

  position: relative;
  display: block;
  float: left;
}

.full-star:before {
  color: #F9D46B;
  content: "\2605";
  position: absolute;
  left: 0;
  overflow: hidden;
}

.empty-star:before {
  content: "\2605";
  position: absolute;
  left: 0;
  overflow: hidden;
  color: #e3e3e3;
}

.half-star:before {
  color: #F9D46B;
  content: "\2605";
  width: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.half-star:after {
  content: '\2605';
  position: absolute;
  left: 0.7rem;
  width: 100%;
  text-indent: 0.7rem;
  overflow: hidden;
  color: #e3e3e3;
}

.mr-auto {
  margin-right: auto;
}

.color-838f99 {
  color: #838f99;
}

.review__box .rating-star {
  font-size: 2.1rem;
  width: 1.8rem;
  height: 1.8rem;
}

.review__box .rating-star:hover {
  cursor: pointer;
}


.error_message {
  margin-top: 8px;
  padding: 8px 15px;
  border-radius: 14px;
  background-color: var(--secend_color);;
  color: var(--base_color);;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: none;
}

.success_message {
  margin-top: 8px;
  padding: 8px 15px;
  border-radius: 14px;
  background-color: #f1ffe3;
  color: #3b9f27;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: none;
}

.dialog_show {
  display: block;
}

.color-fe937c {
  color: var(--base_color);
}

.quantity {
  width: 50px;
  text-align: center;
  border: 0;
}

.relative {
  position: relative;
}

#cart_bage_header {
  position: absolute;
  background: var(--base_color);;
  color: #fff;
  padding: 0px 7px;
  border-radius: 100%;
  left: 0;
  top: 0;
  font-size: 11px;
}

.bg-white {
  background-color: #fff;
}

.hidden {
  display: none;
}

.comment-row:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.w-100 {
  width: 100%;
}

.categories-h1 {
  font-size: 22px;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
}

.border-error,
.border-error:hover,
.border-error:active,
.border-error:focus {
  border-color: var(--base_color);;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

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

.mb-01 {
  margin-bottom: 0.1rem;
}

.mb-02 {
  margin-bottom: 0.2rem;
}

.mb-03 {
  margin-bottom: 0.3rem;
}

.mb-03 {
  margin-bottom: 0.4rem;
}

.mb-05 {
  margin-bottom: 0.5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-1\5 {
  margin-bottom: 1.5rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-01 {
  margin-top: 0.1rem;
}

.mt-02 {
  margin-top: 0.2rem;
}

.mt-03 {
  margin-top: 0.3rem;
}

.mt-03 {
  margin-top: 0.4rem;
}

.mt-05 {
  margin-top: 0.5rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-1\5 {
  margin-top: 1.5rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mr-01 {
  margin-right: 0.1rem;
}

.mr-02 {
  margin-right: 0.2rem;
}

.mr-03 {
  margin-right: 0.3rem;
}

.mr-03 {
  margin-right: 0.4rem;
}

.mr-05 {
  margin-right: 0.5rem;
}

.mr-07 {
  margin-right: 0.7rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-1\5 {
  margin-right: 1.5rem;
}

.mr-2 {
  margin-right: 2rem;
}

.ml-01 {
  margin-left: 0.1rem;
}

.ml-02 {
  margin-left: 0.2rem;
}

.ml-03 {
  margin-left: 0.3rem;
}

.ml-03 {
  margin-left: 0.4rem;
}

.ml-05 {
  margin-left: 0.5rem;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-1\5 {
  margin-left: 1.5rem;
}

.ml-2 {
  margin-left: 2rem;
}



.pb-01 {
  padding-bottom: 0.1rem;
}

.pb-02 {
  padding-bottom: 0.2rem;
}

.pb-03 {
  padding-bottom: 0.3rem;
}

.pb-03 {
  padding-bottom: 0.4rem;
}

.pb-05 {
  padding-bottom: 0.5rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-1\5 {
  padding-bottom: 1.5rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pt-01 {
  padding-top: 0.1rem;
}

.pt-02 {
  padding-top: 0.2rem;
}

.pt-03 {
  padding-top: 0.3rem;
}

.pt-03 {
  padding-top: 0.4rem;
}

.pt-05 {
  padding-top: 0.5rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-1\5 {
  padding-top: 1.5rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pr-01 {
  padding-right: 0.1rem;
}

.pr-02 {
  padding-right: 0.2rem;
}

.pr-03 {
  padding-right: 0.3rem;
}

.pr-03 {
  padding-right: 0.4rem;
}

.pr-05 {
  padding-right: 0.5rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-1\5 {
  padding-right: 1.5rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pl-01 {
  padding-left: 0.1rem;
}

.pl-02 {
  padding-left: 0.2rem;
}

.pl-03 {
  padding-left: 0.3rem;
}

.pl-03 {
  padding-left: 0.4rem;
}

.pl-05 {
  padding-left: 0.5rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-1\5 {
  padding-left: 1.5rem;
}

.pl-2 {
  padding-left: 2rem;
}


.pt-07 {
  padding-top: 0.7rem;
}


.pb-07 {
  padding-bottom: 0.7rem;
}


.modal {
  display: none;
  position: fixed;
  z-index: 3;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  text-align: right;
  direction: rtl;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}

.close-modal {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}

.modal-content .profile__drop-wrapper {
  margin-bottom: 0;
}

.modal-content .profile__new-addresses-form {
  min-height: 400px;
  overflow: hidden;
}

.modal-content .profile__drop-content.w--open {
  height: 160px
}

.font-weight-bold {
  font-weight: bold;
}

.bg-inherit {
  background: inherit;
}

.currnet_order_status_id .profile__statis-icon-div {
  animation: mymove 1s infinite alternate;
}

@keyframes mymove {
  from {
    background-color: rgba(113, 183, 199, 0.15);
  }

  to {
    background-color: rgba(113, 183, 199, 0.55);
  }
}

/*
.promo__content-box{

    display: -webkit-ruby;
    display: -webkit-ruby;
    display: -ms-ruby;
    display: ruby;
}
*/


.promo__content-box {

  display: flex;
}

.pd-box__content {
  width: 100%;
}

.fs-12 {
  font-size: 12px
}

.product-result-counter {
  position: absolute;
  left: 20px;
  top: -55px;
}

@media screen and (max-width: 580px) {
  .promo__content-box {
    
    display: flex;
    gap: 10px;
  }

  .list-card__text-div{
    width: 125px;
  }

  .list__card{
    min-width: fit-content;
  }

  .promo__content-wrapper.w-tab-content {
    overflow: scroll;

  }

  .product-result-counter {
    position: absolute;
    left: 20px;
    top: -40px;
  }
}




.all-products {
  position: relative;
}

.fs-20 {
  font-size: 20px !important;
}

.ml-6px{
  margin-left: 6px;
}

.ml-8px{
  margin-left: 8px;
}

.w-slider-dot.w-active{
  background: var(--base_color)!important;
}

.menu_href{
  color:#838f99!important;
  text-decoration: none!important
}
.ml-auto{
  margin-left: auto;
}

.d-block{
  display: block;
}

.d-flex{
  display: flex;
}

.nav__ham-cat-menu {
  background-color: hsla(0, 0%, 96%, 0.4);
}
.btn-rest{
  background: #fff!important;
}

.class-180deg{
    -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

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

.overflow-hidden{
  overflow: hidden;
}

.h-0{
  height: 0px!important;
}

.h-auto{
  height: auto!important;
}

.login_btn,.cart_btn{
  background-color: #0d666c;
  color: #fff;
}

  .login_btn svg path,.cart_btn  svg path{
    stroke: #fff!important;
}