.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.bg-light {
  background-color: #f8f9fa;
}

.bg-dark {
  background-color: #343a40;
}

.bg-white {
  background-color: #fff;
}

.bg-primary {
  background-color: #007bff;
}

.bg-secondary {
  background-color: #6c757d;
}

.bg-success {
  background-color: #28a745;
}

.bg-danger {
  background-color: #dc3545;
}

.bg-warning {
  background-color: #ffc107;
}

.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex;
  }
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.align-items-end {
  align-items: end;
}

.align-items-start {
  align-items: start;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: start !important;
}

.justify-content-end {
  justify-content: end;
}

.w-100 {
  width: 100% !important;
}

.w-75 {
  width: 75% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.w-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.h-100 {
  height: 100% !important;
}

.h-75 {
  height: 75% !important;
}

.h-50 {
  height: 50% !important;
}

.h-25 {
  height: 25% !important;
}

.Close-Dropdown {
  width: 100%;
  min-width: 320px;
  height: 100dvh;
  position: absolute;
  top: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}

.fw-bold {
  font-weight: bold;
}

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d;
}

.text-success {
  color: #198754;
}

.text-warning {
  color: #ffc107;
}

.text-danger {
  color: #dc3545;
}

.text-light {
  color: #f8f9fa;
}

.text-dark {
  color: #212529;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000;
}

.text-muted {
  color: #6c757d;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5);
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.text-center {
  text-align: center;
}

img,
svg {
  vertical-align: middle;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

ul {
  padding-right: 2rem;
}

small {
  font-size: 0.875em;
}

.scroll-hidden-overflow,
.AddressBar {
  overflow: auto;
}

.scroll-hidden-overflow::-webkit-scrollbar,
.AddressBar::-webkit-scrollbar {
  display: none;
}

.Text-iCell {
  color: #09345f;
}

.Bg-Gray-Light {
  background-color: #E2E2E2;
}

.Bg-iCell {
  background-color: #09345f;
}

.Bg-Earth {
  background-color: #0099f1;
}

.Bg-Venus {
  background-color: #D5482A;
}

.Bg-Stars {
  background-color: #c8e8b8;
}

.Bg-Juliet {
  background-color: #FF414D;
}

.Bg-Jupiter {
  background-color: #1AA6B7 !important;
}

.Bg-Mars {
  background-color: #f9d498;
}

.Bg-Milky-Way {
  background-color: #F36C21;
}

.Bg-Atlas {
  background-color: #295929;
}

.Bg-Uranus {
  background-color: #3E66F9;
}

.Bg-Saturn {
  background-color: #496D99;
}

.Bg-Error {
  background-color: #ffd2d2;
}

.Bg-Success {
  background-color: #ddf5ce;
}

.Bg-Warning {
  background-color: #ffeace;
}

.Bg-MW-Card-Red {
  background-color: #ffe7e7 !important;
}

.Bg-MW-Card-Yellow {
  background-color: #fcf7e7 !important;
}

.Bg-MW-Card-Green {
  background-color: #e8fde6 !important;
}

.Bg-MW-Card-Blue {
  background-color: #e9f1ff !important;
}

.Bg-MW-Card-Purple {
  background-color: #f4e6fd !important;
}

.Bg-MW-Card-Pink {
  background-color: #fff1fc !important;
}

.BgDark {
  background-color: #171717 !important;
}

.Darken {
  background-color: #202020 !important;
}

.Dark {
  background-color: #292929 !important;
}

@font-face {
  font-family: iCellFont;
  src: url(../fonts/arlrdbd.ttf);
}

@font-face {
  font-family: iransans;
  src: url(../font/iransans.ttf);
}

.Font-Size-Sxxx {
  font-size: 9px;
}

.Font-Size-Sxx {
  font-size: 10px;
}

.Font-Size-Sx {
  font-size: 12px;
}

@media (max-width: 576px) {
  .Font-Size-Sx {
    font-size: 13px;
  }
}

.Font-Size-Sm {
  font-size: 13px;
}

.Font-Size-M {
  font-size: 14px;
}

.Font-Size-L {
  font-size: 16px;
}

.Font-Size-Xl {
  font-size: 18px;
}

.Font-Size-Xxl {
  font-size: 22px;
}

.Font-Size-Xxxl {
  font-size: 26px;
}

.Font-Size-Xxxxl {
  font-size: 30px;
}

.text-tiny {
  font-size: 0.7em;
}

.text-small {
  font-size: 0.85em;
}

.text-big {
  font-size: 1.4em;
}

.text-huge {
  font-size: 1.8em;
}

strong {
  font-size: inherit;
}

.Modal-Information {
  width: 45%;
}

@media (max-width: 1440px) {
  .Modal-Information {
    width: 75%;
  }
}

.Modal-Information .Flex-Cards {
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
}

.Modal-Information .Flex-Cards-Item {
  height: 70px;
  box-shadow: none;
  background-color: #efefef;
  font-size: 24px;
}

.Modal-Information .Flex-Cards-Item:hover {
  background-color: #E2E2E2;
}

.ModalBack {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}

.Modal {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 400px;
  text-align: justify;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  z-index: 2001;
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .Modal {
    width: 100% !important;
    height: 100dvh;
    border-radius: 0;
  }
}

.Modal-Header {
  height: 40px;
  background-color: #dbe5eb;
}

@media (prefers-color-scheme: dark) {
  .Modal-Header {
    color: #d9d9d9 !important;
    background-color: #000;
  }
}

.Modal-Header .Titr {
  padding: 0 13px;
}

.Modal-Header .bi-x-lg {
  color: #f50000;
  font-size: 14px;
  margin-bottom: -5px;
  padding: 10px;
}

@media (max-width: 576px) {
  .Modal-Header .bi-x-lg {
    display: grid;
    place-items: center;
    height: 100%;
    width: 40px;
    background-color: #f50000;
    color: #fff;
    margin: 0;
    padding: 0;
  }
}

.Modal-Body {
  padding: 25px 25px 40px;
  max-height: 80dvh;
  background-color: #fff;
  overflow-y: auto;
}

@media (prefers-color-scheme: dark) {
  .Modal-Body {
    color: #d9d9d9 !important;
    background-color: #292929 !important;
  }
}

@media (max-width: 576px) {
  .Modal-Body {
    height: calc(100% - 100px);
    max-height: calc(100% - 100px);
  }
}

.Modal-Body .validation-message {
  background-color: #fff !important;
}

.Modal-Body input {
  width: 100%;
  font-size: 13px;
  border: unset;
  border-bottom: 1px solid #E2E2E2;
  padding: 3px 7px 1px;
  outline: none;
}

.Modal-Body input::-moz-placeholder {
  color: #bdbdbd;
}

.Modal-Body input::placeholder {
  color: #bdbdbd;
}

@media (prefers-color-scheme: dark) {
  .Modal-Body input::-moz-placeholder {
    color: #737373 !important;
  }

  .Modal-Body input::placeholder {
    color: #737373 !important;
  }
}

@media (prefers-color-scheme: dark) {
  .Modal-Body input {
    color: #d9d9d9 !important;
    background-color: #292929 !important;
  }
}

.Modal-Body .Contact {
  position: relative;
  display: flex;
  padding: 3px;
}

.Modal-Body .Contact:active {
  transform: scale(0.98);
}

.Modal-Body .Contact:hover .bi-person,
.Modal-Body .Contact:hover .Name {
  color: #488ff6;
}

.Modal-Body .Contact .bi-person {
  margin-top: 1px;
}

.Modal-Body .Contact .Name {
  padding: 0 8px;
}

.Modal-Footer {
  height: 60px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgb(244, 243, 245);
  background-color: #fff;
}

@media (prefers-color-scheme: dark) {
  .Modal-Footer {
    border-top: 1px solid #575757 !important;
    background-color: #292929 !important;
  }
}

.Modal-Footer .Btn {
  margin: 4px !important;
  line-height: 1.6;
}

.Modal form {
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 576px) {
  .Modal form {
    height: calc(100% - 40px);
  }

  .Modal form .Modal-Body {
    height: calc(100% - 60px);
    max-height: calc(100% - 60px);
  }
}

.Modal .Search-Box {
  position: relative;
  width: 92%;
  height: 30px;
  margin: 0 auto;
}

.Modal .Search-Box input {
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  background-color: inherit;
}

.Modal .Search-Box .bi-search {
  font-size: 16px;
  position: absolute;
  top: 5px;
  left: 10px;
}

.Show {
  visibility: visible !important;
  opacity: 1 !important;
}

.AppStyle {
  width: 60px;
  height: 60px;
  border-radius: 13px;
  transition: all 0.5s;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px;
}

.AppStyle:hover {
  transform: scale(1.1);
}

@media (max-width: 576px) {
  .AppStyle {
    width: 54px;
    height: 54px;
    border-radius: 12px;
  }
}

@media (max-width: 350px) {
  .AppStyle {
    width: 50px;
    height: 50px;
  }
}

.AppStyle-Circle {
  width: 23px;
  height: 23px;
  border-radius: 50px;
}

.AppStyle-Sm {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  transition: all 0.5s;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
}

.AppStyle-Sm:hover {
  transform: scale(1.1);
  border-radius: 9px;
}

.AppStyle-Md {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
}

.Btn {
  border: none;
  padding: 5px 18px;
  text-decoration: none;
  border-radius: 50px;
  margin: 4px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.Btn-Sm {
  padding: 5px 14px;
  font-size: 12px;
}

.Btn-Lg {
  padding: 9px 22px;
  font-size: 14px;
}

.Btn-Blue {
  background-color: #0B5ED7;
  color: #fff;
}

.Btn-Blue:hover {
  background-color: #136ef3;
  color: #fff;
}

.Btn-Blue-Light {
  background-color: #0099f1;
  color: #fff;
}

.Btn-Blue-Light:hover {
  background-color: #0089d8;
  color: #fff;
}

.Btn-Blue-Lighter {
  background-color: #dae8fd;
  color: #0a58c8;
}

.Btn-Blue-Lighter:hover {
  background-color: #cbdffc;
  color: #0a58c8;
}

.Btn-Orange {
  background-color: #fe5013;
  color: #fff;
}

.Btn-Orange:hover {
  background-color: #ec3e01;
  color: #fff;
}

.Btn-Yellow {
  background-color: #FFC107;
  color: #000;
}

.Btn-Yellow:hover {
  background-color: #f7b900;
  color: #000;
}

.Btn-Red {
  background-color: #f50000;
  color: #fff;
}

.Btn-Red:hover {
  background-color: #ff1f1f;
  color: #fff;
}

.Btn-Red-Lighter {
  background-color: #ffd1d1;
  color: #dc0000;
}

.Btn-Red-Lighter:hover {
  background-color: #ffdcdc;
  color: #dc0000;
}

.Btn-Gray-Light {
  background-color: #E2E2E2;
  color: #2e2e2e;
}

.Btn-Gray-Light:hover {
  background-color: #d5d5d5;
  color: #000;
}

.Btn-Black {
  background-color: #000;
  color: #fff;
}

.Btn-Black:hover {
  background-color: #2b2b2b;
  color: #fff;
}

.Btn-White {
  background-color: #fff;
  color: #000;
}

.Btn-White:hover {
  background-color: #f2f2f2;
  color: #000;
}

.Btn-Green {
  background-color: #437928;
  color: #fff;
}

.Btn-Green:hover {
  background-color: #4e8c2e;
  color: #fff;
}

.Btn-Green-Lighter {
  background-color: #d7eecc;
  color: #437928;
}

.Btn-Green-Lighter:hover {
  background-color: #c8e8b8;
  color: #437928;
}

.Btn-Nav,
.Product-Picture .Image .Slider span,
.Product-Describe .Order .Cart .bi-plus {
  border: 1px solid #c4c4c4;
  background-color: #fff;
  color: #4d4d4d;
  padding: 5px 18px;
  text-decoration: none;
  border-radius: 50px;
  margin: 4px 2px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.Btn-Nav-Sm {
  padding: 4px 14px;
  font-size: 12px;
}

@media (max-width: 576px) {
  .Btn-Nav-Sm {
    font-size: 13px;
  }
}

.Btn-Nav-Lg {
  padding: 9px 22px;
  font-size: 14px;
}

@media (max-width: 576px) {
  .Btn-Nav-Lg {
    font-size: 15px;
  }
}

.Btn-Nav:hover,
.Product-Picture .Image .Slider span:hover,
.Product-Describe .Order .Cart .bi-plus:hover {
  background-color: #f7f7f7;
  color: #4d4d4d;
}

.Btn-Nav-Blue {
  border: 1px solid #0B5ED7;
  color: #0B5ED7;
}

.Btn-Nav-Blue:hover {
  background-color: #f7faff;
}

.Btn-Link {
  background-color: transparent;
  text-decoration: none;
  padding: 5px 4px;
  transition: all 0.15s ease-in-out;
}

.Btn-Link-Blue {
  color: #2b7df4 !important;
}

.Btn-Link-Blue:hover {
  color: #5c9bf7 !important;
}

.Btn-Link-Red {
  color: #ff1a1a;
}

.Btn-Link-Red:hover {
  color: #e60000;
}

.Btn-Link-Green {
  color: #63b23b;
}

.Btn-Link-Green:hover {
  color: #7ec859;
}

.Btn-Link-Yellow {
  color: #FFC107;
}

.Btn-Link-Yellow:hover {
  color: #e2aa00;
}

.Btn-Link-Orange {
  color: #fe5013;
}

.Btn-Link-Orange:hover {
  color: #f64101;
}

.Text-Blue {
  color: #2b7df4 !important;
}

.Text-Red,
.Form-Container .Form-BtnAdd-Remove {
  color: #ff1a1a !important;
}

.Text-Green {
  color: #63b23b !important;
}

.Text-Yellow {
  color: #FFC107 !important;
}

.Text-Orange,
.MainWeb .Router .bi:hover {
  color: #F36C21 !important;
}

.Card-Profile {
  border: 1px solid #E2E2E2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background-color: #fff;
  color: #b8b8b8;
  font-size: 18px;
  transition: all 0.5s;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.Image-Profile {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border: solid 1px #737373 !important;
  border-radius: 7px;
  width: 40px !important;
  height: 40px !important;
}

.Flex-Cards {
  display: grid;
  padding: 10px;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  overflow-y: auto;
}

.Flex-Cards-Item {
  height: 150px;
  box-shadow: 1px 1px 8px #E2E2E2;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 10px;
  margin: 7px;
  padding: 15px;
  position: relative;
  color: #2e2e2e;
  overflow: hidden;
}

.Flex-Cards-Item label {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 5px 14px;
}

.Flex-Cards-Item .Notification-Number {
  position: absolute;
  top: -3px;
  left: -3px;
}

.Flex-Cards-Item .bi {
  display: grid;
  place-items: center;
  border-radius: 40px;
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.1);
  padding-bottom: 2px;
}

.Flex-Cards-Services {
  position: relative;
  height: 250px;
  margin: 7px;
  padding: 14px;
  box-shadow: 1px 1px 8px #E2E2E2;
  border: 1px solid #E2E2E2;
  color: #000;
  background-color: #fff;
  overflow: hidden;
}

.Flex-Cards-Services i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  line-height: 0.7;
  margin: 0 0 7px;
  border-radius: 10px;
  background-color: rgba(138, 138, 138, 0.2);
}

.Flex-Cards-Services small {
  display: block;
  text-align: justify;
  color: #8a8a8a;
  max-height: 99px;
  overflow: hidden;
}

.Flex-Cards-Services .Describe {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2px 10px 3px;
  font-size: 12px;
  text-align: end;
  background-color: #f2f2f2;
}

.AddressBar {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 23px;
  border: 1px solid rgba(31, 31, 31, 0.1921568627);
  background-color: #fff;
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .AddressBar {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.AddressBar a {
  white-space: nowrap;
  padding: 0 10px;
  font-size: 12px;
}

.AddressBar a:hover {
  color: #fe5013;
}

.AddressBar a:nth-last-child(1) {
  color: #fe5013;
}

.AddressBar .bi-chevron-left {
  color: #8a8a8a;
  margin-top: 1px;
  line-height: 0.7;
}

.Close {
  width: 100%;
  min-width: 320px;
  height: 100dvh;
  position: absolute;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.Close-Blur {
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.Logo-iCell {
  text-align: center;
  color: #09345f;
  font-size: 35px;
}

.Line-Height-Sm {
  line-height: 0.7;
}

.CursorPointer {
  cursor: pointer;
}

.Border {
  width: 1px;
  height: 30px;
  border-left: 1px solid #E2E2E2;
}

.FlexCenter,
.Nav-MainWeb .Logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.FlexBetween,
.Login-Nav,
.MenuWeb .Menu-Profile,
.MenuWeb .Menu-Theme,
.Navbar-Footer,
.Nav-MainWeb,
footer,
.Modal-Header,
.Flex-Cards-Item label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.GridCenter,
.Contact-Us .Form,
.Contact-Us .Information,
.Login .Form,
.Nav-MainWeb .icon-Juliet .Notification,
.Product-Picture .Image .Slider span,
.Product-Describe .Order .Cart .Btn,
.Product-Describe .Order .Cart .bi,
.MainWeb .Service-Item i,
.MainWeb .Services-Item i,
.Form-Container .Form .Image .bi-dash,
.Form-Container .Form-BtnAdd,
.Modal-Information .Flex-Cards-Item {
  display: grid;
  place-content: center;
}

@keyframes up {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeInOut {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }

  10% {
    transform: translateY(0);
    opacity: 1;
  }

  80% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-30px);
    opacity: 0;
  }
}

@keyframes FadeInMenu {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes FadeOutMenu {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.CollapseForm,
.Form-Title {
  width: 35%;
  margin: 18px auto 2px;
  padding: 0 10px;
  color: #6a6a6a;
}

@media (max-width: 1500px) {

  .CollapseForm,
  .Form-Title {
    width: 50%;
  }
}

@media (max-width: 1100px) {

  .CollapseForm,
  .Form-Title {
    width: 65%;
  }
}

@media (max-width: 768px) {

  .CollapseForm,
  .Form-Title {
    width: 70%;
  }
}

@media (max-width: 576px) {

  .CollapseForm,
  .Form-Title {
    width: 100%;
  }
}

.Form-Container {
  padding-bottom: 30px;
}

.Form-Container .Form {
  width: 35%;
  border: 1px solid #E2E2E2;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .Form-Container .Form {
    width: 50%;
  }
}

@media (max-width: 1100px) {
  .Form-Container .Form {
    width: 65%;
  }
}

@media (max-width: 768px) {
  .Form-Container .Form {
    width: 70%;
  }
}

@media (max-width: 576px) {
  .Form-Container .Form {
    width: 100%;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}

.Form-Container .Form-BtnAdd {
  width: 40px;
  height: 100%;
  color: #2177f4;
  font-size: 23px;
  background-color: #fff;
}

@media (max-width: 576px) {
  .Form-Container .Form-BtnAdd {
    font-size: 26px;
  }
}

.Form-Container .Form-BtnAdd-Remove:hover {
  text-shadow: 0 0 3px #ff8f8f !important;
}

.Form-Container .Form-BtnAdd:hover {
  text-shadow: 0 0 3px #82b2f9;
}

.Form-Container .Form .Add-Image {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  font-size: 25px;
  margin: 5px 5px 10px;
}

.Form-Container .Form .Image {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  font-size: 25px;
  margin: 5px 5px 10px;
  border: 1px solid rgba(138, 138, 138, 0.2);
}

.Form-Container .Form .Image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.Form-Container .Form .Image .bi-dash {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background-color: #f50000;
}

.Form-Container .Form .Image .bi-dash:active {
  margin-bottom: 2px;
}

.Form-Container .Form .Card-Profile {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  background-color: #edf4fe;
  color: #9bc1fa;
  box-shadow: none;
  border: 1px dashed #82b2f9;
}

.Form-Container .Form .Card-Profile:hover {
  color: #3a86f5;
  border: 1px dashed #5295f6;
}

.Form-Container .Form .Question,
.Form-Container .Form .Question-Select {
  width: 35%;
  color: #848484;
  background-color: #f6f6f6;
  text-align: end;
  padding: 2px 8px;
  line-height: 27px;
  font-size: 12px;
}

.Form-Container .Form .Question .Remove-Title,
.Form-Container .Form .Question-Select .Remove-Title {
  position: absolute;
  top: 5px;
  right: 9px;
  color: #f50000;
}

@media (max-width: 576px) {

  .Form-Container .Form .Question .Remove-Title,
  .Form-Container .Form .Question-Select .Remove-Title {
    top: 12px;
  }
}

@media (max-width: 576px) {

  .Form-Container .Form .Question,
  .Form-Container .Form .Question-Select {
    font-size: 13px;
    padding: 5px 8px 1px;
  }
}

.Form-Container .Form input[type=date] {
  color: #b3b3b3;
}

.Form-Container .Form input[type=date]::-webkit-calendar-picker-indicator {
  background: url(../image/icons/calender.svg) no-repeat;
  width: 23px;
  height: 23px;
}

.Form-Container .Form input[type=time]::-webkit-calendar-picker-indicator {
  background: url(../../../image/icons/Clock.svg);
  margin: 0 -1px;
}

.Form-Container .Form input[type=time] {
  outline: none;
  border: none;
}

.Form-Container .Form textarea {
  display: flex;
  color: inherit !important;
}

.Form-Container .Form .Answer {
  position: relative;
  width: 65%;
  background-color: #fff;
}

.Form-Container .Form .Answer .Input-Answer {
  width: 100%;
  outline: none;
  border: none;
  text-align: justify;
  line-height: 30px;
  font-size: 13px;
  padding: 0 8px;
  border-bottom: 1px solid #F0F1F1;
  color: #000;
  background-color: #fff;
}

@media (max-width: 576px) {
  .Form-Container .Form .Answer .Input-Answer {
    font-size: 14px;
    padding: 3px 8px;
  }
}

.Form-Container .Form .Answer .Input-Answer::-moz-placeholder {
  color: #d5d5d5;
}

.Form-Container .Form .Answer .Input-Answer::placeholder {
  color: #d5d5d5;
}

.Form-Container .Form .Answer-Display {
  width: 65%;
  text-align: justify;
  line-height: 30px;
  font-size: 13px;
  padding: 0 8px;
  border-bottom: 1px solid #F0F1F1;
  color: #000;
  background-color: #fff;
}

@media (max-width: 576px) {
  .Form-Container .Form .Answer-Display {
    font-size: 14px;
    padding: 3px 8px;
  }
}

.Form-Container .Form select {
  width: 100%;
  border: unset;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../image/icons/arrow.svg);
  background-repeat: no-repeat;
  padding: 0 8px;
}

.Form-Container .Form .Question-Select {
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../image/icons/arrow-gray.svg);
  background-repeat: no-repeat;
  color: #0B5ED7;
  text-align: right;
}

.Form-Container .Form-Loading {
  background-color: #fff;
  border-bottom: 1px solid #F0F1F1;
  width: 8%;
  display: grid;
  place-items: center;
}

.Form-Container .Form .d-flex:nth-last-child(1) .Input-Answer,
.Form-Container .Form .d-flex:nth-last-child(1) .Answer-Display {
  border-bottom: none !important;
}

.CollapseForm {
  padding: 0;
}

.CollapseForm li {
  list-style: none;
  width: 100%;
  margin-bottom: 10px;
}

.CollapseForm li .Titr {
  display: flex;
  align-items: center;
  font-weight: 500;
  padding-left: 4px;
  padding-right: 4px;
  color: #6a6a6a;
  cursor: pointer;
}

.CollapseForm li .Titr::before {
  content: "+";
  margin: 4px;
  font-size: 17px;
  color: #0d6efd;
}

.CollapseForm li .Titr:focus {
  background-color: none;
}

.CollapseForm li .Add-Product {
  width: -moz-fit-content;
  width: fit-content;
  margin: -16px 25px 5px;
}

.CollapseForm li .Add-Product::before {
  content: none !important;
}

.CollapseForm li .Add-Feature {
  position: absolute;
  top: -3px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.CollapseForm li input[type=checkbox] {
  display: none;
}

.CollapseForm li input[type=checkbox]:checked+label+.Content {
  max-height: 300px;
}

.CollapseForm li input[type=checkbox]:checked+label~.Add-Feature {
  visibility: visible;
  opacity: 1;
}

.CollapseForm li input[type=checkbox]:checked+label::before {
  content: "-";
  font-size: 29px;
  line-height: 0.9;
}

.CollapseForm .Content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.MainWeb {
  height: calc(100dvh - 60px);
  overflow-y: auto;
  background-color: #F8F9FA;
  scroll-behavior: smooth;
}

@media (prefers-color-scheme: dark) {
  .MainWeb {
    background-color: #171717 !important;
  }
}

.MainWeb .Banner {
  position: relative;
  width: 100%;
}

.MainWeb .Banner img {
  margin: -50px 0 0;
  width: 100%;
  height: 75dvh;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (prefers-color-scheme: dark) {
  .MainWeb .Banner img {
    opacity: 0.8;
  }
}

.MainWeb .Shop-Router {
  display: flex;
  width: 80%;
  margin: 50px auto 0;
  padding: 5px;
}

@media (prefers-color-scheme: dark) {
  .MainWeb .Shop-Router {
    color: #d9d9d9 !important;
  }
}

@media (max-width: 900px) {
  .MainWeb .Shop-Router {
    width: 88%;
  }
}

.MainWeb .Shop-Router .Active {
  color: #fe5013;
  text-decoration: underline;
}

.MainWeb .Flex-Cards {
  display: grid;
  width: 90%;
  margin: 60px auto 40px;
  padding: 0;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

@media (max-width: 900px) {
  .MainWeb .Flex-Cards {
    width: 90%;
  }
}

@media (max-width: 400px) {
  .MainWeb .Flex-Cards {
    width: 95%;
  }
}

.MainWeb .Flex-Cards-Item {
  height: -moz-fit-content;
  height: fit-content;
  margin: 7px;
  position: relative;
  overflow: hidden;
  background-color: unset;
  padding: 0;
  border: unset;
  border-radius: unset;
  box-shadow: none;
}

.MainWeb .Flex-Cards-Item:hover {
  cursor: zoom-in;
}

.MainWeb .Flex-Cards-Item:hover .Image img {
  width: 107%;
}

@media (prefers-color-scheme: dark) {
  .MainWeb .Flex-Cards-Item:hover .Image {
    opacity: 1;
  }
}

.MainWeb .Flex-Cards-Item .Image {
  background-color: #fff;
  margin-bottom: 7px;
  border: unset;
  border-radius: 7px;
  overflow: hidden;
  transition: all 1s;
}

@media (prefers-color-scheme: dark) {
  .MainWeb .Flex-Cards-Item .Image {
    opacity: 0.8;
  }
}

.MainWeb .Flex-Cards-Item .Image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #fff;
  transition: all 1s;
}

.MainWeb .Flex-Cards-Item .Titr {
  color: #000;
}

@media (prefers-color-scheme: dark) {
  .MainWeb .Flex-Cards-Item .Titr {
    color: #d9d9d9 !important;
  }
}

.MainWeb .Flex-Cards-Item .Description {
  color: #8a8a8a;
}

.MainWeb .Flex-Cards-Item .Discount {
  display: block;
  font-size: 11px;
  margin-top: 3px;
  color: #fe5013;
}

.MainWeb .Router {
  display: flex;
  padding: 40px 10% 0;
}

@media (max-width: 768px) {
  .MainWeb .Router {
    padding: 40px 5% 0;
  }
}

@media (prefers-color-scheme: dark) {
  .MainWeb .Router {
    color: #d9d9d9 !important;
  }
}

.MainWeb .RouterBg {
  background-color: #fff;
}

@media (prefers-color-scheme: dark) {
  .MainWeb .RouterBg {
    background-color: #0d0d0d;
  }
}

.MainWeb .Vitrine {
  display: grid;
  width: 70%;
  margin: 20px auto 40px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

@media (min-width: 1500px) {
  .MainWeb .Vitrine {
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  }
}

@media (max-width: 900px) {
  .MainWeb .Vitrine {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .MainWeb .Vitrine {
    width: 96%;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}

@media (max-width: 576px) {
  .MainWeb .Vitrine {
    width: 98%;
  }
}

.MainWeb .Vitrine-Item {
  position: relative;
  margin: 0 7px;
}

@media (max-width: 576px) {
  .MainWeb .Vitrine-Item {
    margin: 0 3px;
  }
}

.MainWeb .Vitrine-Item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

@media (max-width: 576px) {
  .MainWeb .Vitrine-Item img {
    height: 200px;
    border-radius: 15px;
  }
}

.MainWeb .Vitrine-Item .Text {
  font-size: 12px;
  padding: 0 4px;
}

@media (prefers-color-scheme: dark) {
  .MainWeb .Vitrine-Item .Text {
    color: white;
  }
}

.MainWeb .Flex-Cards12 {
  width: calc(100% - 40px);
  margin: 20px auto;
  -moz-columns: 4;
  columns: 4;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 1000px) {
  .MainWeb .Flex-Cards12 {
    -moz-columns: 3;
    columns: 3;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

@media (max-width: 650px) {
  .MainWeb .Flex-Cards12 {
    -moz-columns: 2;
    columns: 2;
  }
}

@media (max-width: 568px) {
  .MainWeb .Flex-Cards12 {
    width: calc(100% - 12px);
    -moz-column-gap: 7px;
    column-gap: 7px;
  }
}

.MainWeb .Flex-Cards12-Item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  transition: all 0.5s;
  -moz-column-break-inside: avoid !important;
  break-inside: avoid !important;
}

@media (max-width: 568px) {
  .MainWeb .Flex-Cards12-Item {
    margin-bottom: 3px;
  }
}

.MainWeb .Flex-Cards12-Item:hover {
  cursor: zoom-in;
}

@media (prefers-color-scheme: dark) {
  .MainWeb .Flex-Cards12-Item:hover img {
    opacity: 1;
  }
}

.MainWeb .Flex-Cards12-Item img {
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s;
}

@media (prefers-color-scheme: dark) {
  .MainWeb .Flex-Cards12-Item img {
    opacity: 0.8;
  }
}

.MainWeb .Flex-Cards12-Item .Titr {
  padding: 2px 5px 0;
  color: #000;
}

@media (prefers-color-scheme: dark) {
  .MainWeb .Flex-Cards12-Item .Titr {
    color: #d9d9d9 !important;
  }
}

@media (max-width: 568px) {
  .MainWeb .Flex-Cards12-Item .Titr {
    font-size: 13px;
    padding-top: 2px;
  }
}

.MainWeb .Flex-Cards12-Item .Discount {
  position: absolute;
  right: 15px;
  font-size: 11px;
  border-radius: 0 0 7px 7px;
  padding: 0 7px;
  color: #fff;
  background-color: #f50000;
  z-index: 2;
}

.MainWeb .Introduction {
  position: relative;
  padding: 100px 10%;
  background-color: #fff;
}

@media (prefers-color-scheme: dark) {
  .MainWeb .Introduction {
    background-color: #0d0d0d;
    color: #fff !important;
  }
}

@media (max-width: 768px) {
  .MainWeb .Introduction {
    padding: 50px 5%;
  }
}

.MainWeb .Introduction .Titr {
  font-size: 22px;
  font-weight: bold;
}

@media (prefers-color-scheme: dark) {
  .MainWeb .Introduction .Titr {
    color: #d9d9d9 !important;
  }
}

.MainWeb .Introduction .Describe {
  font-size: 14px;
  text-align: justify;
  color: #000 !important;
}

@media (prefers-color-scheme: dark) {
  .MainWeb .Introduction .Describe {
    color: #d9d9d9 !important;
  }
}

.MainWeb .Services {
  display: none;
  flex-wrap: nowrap;
  margin: 50px auto;
  padding: 0 10px;
  overflow-x: auto;
}

.MainWeb .Services-Item {
  position: relative;
  margin: 0 10px;
  padding: 20px;
  height: 350px;
  min-width: 300px;
  max-width: 300px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.MainWeb .Services-Item:hover {
  scale: 1.01;
}

.MainWeb .Services-Item i {
  width: 35px;
  height: 35px;
  font-size: 16px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.0470588235);
  color: #454545;
}

.MainWeb .Services-Item .Titr {
  font-weight: bold;
  margin: 6px 0 3px;
  color: #454545;
}

.MainWeb .Services-Item .Text {
  display: block;
  height: 100%;
  color: #4d4d4d;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0) 70%);
}

.MainWeb .Service {
  display: grid;
  align-items: start;
  padding: 20px 15% 40px;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  background-color: #fff;
}

@media (prefers-color-scheme: dark) {
  .MainWeb .Service {
    background-color: #0d0d0d;
  }
}

@media (max-width: 1440px) {
  .MainWeb .Service {
    padding: 20px 10% 40px;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}

@media (max-width: 1250px) {
  .MainWeb .Service {
    padding: 20px 5% 40px;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}

@media (max-width: 768px) {
  .MainWeb .Service {
    padding: 20px 1% 40px;
  }
}

@media (max-width: 576px) {
  .MainWeb .Service {
    grid-template-columns: repeat(auto-fill, minmax(90%, 1fr));
  }
}

.MainWeb .Service-Item {
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px 20px;
  margin: 7px;
  border-radius: 20px;
  color: #454545;
  background-color: #F8F9FA !important;
}

.MainWeb .Service-Item i {
  width: 35px;
  height: 35px;
  font-size: 16px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.062745098);
  color: #454545;
}

.MainWeb .Service-Item .Titr {
  font-size: 15px;
  font-weight: bold;
  margin: 6px 8px 0;
  color: #454545;
}

.MainWeb .Service-Item .Text {
  display: block;
  height: 100%;
  text-align: justify;
  text-indent: 20px;
  padding: 3px;
  color: #4d4d4d;
}

.MainWeb .AboutUs {
  width: 100%;
  background-color: #fff;
  box-shadow: 2px 4px 10px #efefef;
}

@media (prefers-color-scheme: dark) {
  .MainWeb .AboutUs {
    background-color: #0d0d0d;
    box-shadow: none;
  }
}

.MainWeb .AboutUs-Place {
  display: flex;
  align-items: center;
  width: 80%;
  height: 75dvh;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1300px) {
  .MainWeb .AboutUs-Place {
    width: 80%;
  }
}

@media (max-width: 1000px) {
  .MainWeb .AboutUs-Place {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .MainWeb .AboutUs-Place {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.MainWeb .AboutUs-Place .Describe {
  width: 50%;
}

@media (max-width: 768px) {
  .MainWeb .AboutUs-Place .Describe {
    order: 3;
    width: 100%;
    margin-bottom: 30px;
  }
}

.MainWeb .AboutUs-Place .Describe .Titr {
  font-weight: bold;
  font-size: 20px;
}

@media (prefers-color-scheme: dark) {
  .MainWeb .AboutUs-Place .Describe .Titr {
    color: #d9d9d9 !important;
  }
}

.MainWeb .AboutUs-Place .Describe .Text {
  font-size: 14px;
  max-height: 395px;
  text-align: justify;
  line-height: 2;
  margin: 20px 0 0;
  overflow: hidden;
  color: #000 !important;
}

@media (prefers-color-scheme: dark) {
  .MainWeb .AboutUs-Place .Describe .Text {
    color: #d9d9d9 !important;
  }
}

@media (max-width: 768px) {
  .MainWeb .AboutUs-Place .Describe .Text {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

.MainWeb .AboutUs-Place .Describe .Btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0 0 !important;
  padding: 5px 20px;
}

@media (prefers-color-scheme: dark) {
  .MainWeb .AboutUs-Place .Describe .Btn {
    background-color: #202020 !important;
  }
}

.MainWeb .AboutUs-Place .Space {
  margin: 0 30px;
}

@media (max-width: 1000px) {
  .MainWeb .AboutUs-Place .Space {
    margin: 0 10px;
  }
}

@media (max-width: 768px) {
  .MainWeb .AboutUs-Place .Space {
    order: 2;
    margin: 20px 0;
  }
}

.MainWeb .AboutUs-Place img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .MainWeb .AboutUs-Place img {
    order: 1;
    width: 100%;
    margin-top: 30px;
  }
}

@media (prefers-color-scheme: dark) {
  .MainWeb .AboutUs-Place img {
    opacity: 0.8;
  }
}

footer {
  position: relative;
  padding: 0 40px 20px;
  min-height: 271px;
  background-color: #fff;
}

@media (prefers-color-scheme: dark) {
  footer {
    background-color: #000;
    color: #d9d9d9 !important;
  }
}

@media (max-width: 900px) {
  footer {
    height: auto;
    flex-direction: column;
    align-items: center;
    padding: 15px 15px 35px;
  }
}

footer .Address {
  display: grid;
  place-items: center;
}

footer .Address .Logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}

footer .Address .Logo img {
  width: 50px;
}

footer .Address .Logo .Name {
  margin: 0 8px -2px;
}

footer .Address div {
  text-align: center;
  padding: 3px 0;
}

.Product {
  position: relative;
  height: calc(100dvh - 100px);
  width: 100%;
  margin: 0 auto 0;
  background-color: #fff;
  display: flex;
}

@media (max-width: 950px) {
  .Product {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .Product {
    width: 100%;
  }
}

.Product .Btn,
.Product .Btn-Nav,
.Product .Product-Picture .Image .Slider span,
.Product-Picture .Image .Slider .Product span,
.Product .Product-Describe .Order .Cart .bi-plus,
.Product-Describe .Order .Cart .Product .bi-plus {
  border-radius: 0;
  height: 30px;
}

.Product-Describe {
  position: relative;
  width: 50%;
  /* Track */
  /* Handle */
}

@media (max-width: 950px) {
  .Product-Describe {
    order: 2;
    height: 50%;
    width: 100%;
  }
}

.Product-Describe ::-webkit-scrollbar {
  width: 4px !important;
  height: 20px;
}

@media (max-width: 950px) {
  .Product-Describe ::-webkit-scrollbar {
    display: none;
  }
}

.Product-Describe ::-webkit-scrollbar-track {
  background: #E2E2E2 !important;
}

.Product-Describe ::-webkit-scrollbar-thumb {
  background: #ababab !important;
}

.Product-Describe::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background-color: #f6f6f6 !important;
  z-index: 0;
}

@media (prefers-color-scheme: dark) {
  .Product-Describe::after {
    background-color: #202020 !important;
    color: #737373 !important;
  }
}

.Product-Describe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  background-color: white !important;
  z-index: 0;
}

@media (prefers-color-scheme: dark) {
  .Product-Describe::before {
    background-color: #292929 !important;
  }
}

.Product-Describe .Form {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: calc(100% - 60px);
  border: none !important;
  padding: 15px 0px;
  overflow: auto;
}

.Product-Describe .Form .Question,
.Product-Describe .Form-Container .Form .Question-Select,
.Form-Container .Product-Describe .Form .Question-Select {
  color: #848484 !important;
  background-color: #f6f6f6 !important;
}

@media (max-width: 576px) {

  .Product-Describe .Form .Question,
  .Product-Describe .Form-Container .Form .Question-Select,
  .Form-Container .Product-Describe .Form .Question-Select {
    padding: 3px 8px;
  }
}

@media (prefers-color-scheme: dark) {

  .Product-Describe .Form .Question,
  .Product-Describe .Form-Container .Form .Question-Select,
  .Form-Container .Product-Describe .Form .Question-Select {
    background-color: #202020 !important;
    color: #737373 !important;
  }
}

.Product-Describe .Form .Answer-Display {
  background-color: #fff !important;
  color: #333333 !important;
  border: none !important;
}

@media (prefers-color-scheme: dark) {
  .Product-Describe .Form .Answer-Display {
    background-color: #292929 !important;
    color: #d9d9d9 !important;
  }
}

@media (max-width: 576px) {
  .Product-Describe .Form .Answer-Display {
    padding: 3px 8px;
  }
}

.Product-Describe .Order {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 60px;
  z-index: 3;
  border-top: 1px solid #E2E2E2;
}

@media (prefers-color-scheme: dark) {
  .Product-Describe .Order {
    border-color: #575757 !important;
  }
}

.Product-Describe .Order .Price {
  width: 35%;
  text-align: end;
  padding: 5px 8px;
}

@media (prefers-color-scheme: dark) {
  .Product-Describe .Order .Price {
    color: #d9d9d9 !important;
  }
}

.Product-Describe .Order .Price-Dash {
  font-size: 11px;
  text-decoration: line-through;
  color: #8a8a8a;
}

.Product-Describe .Order .Cart {
  width: 65%;
  padding: 8px;
}

.Product-Describe .Order .Cart .bi {
  font-size: 20px;
  position: absolute;
  bottom: 15px;
  width: 30px;
  height: 30px;
}

.Product-Describe .Order .Cart .bi-dash {
  left: 12px;
  color: #fff;
  background-color: #FF414D !important;
}

.Product-Describe .Order .Cart .bi-plus {
  margin: 0;
  padding: 0;
  left: 73px;
  background-color: #fff;
}

.Product-Describe .Order .Cart .bi-Number {
  left: 43px;
  font-size: 16px;
  margin-bottom: -2px;
}

@media (prefers-color-scheme: dark) {
  .Product-Describe .Order .Cart .bi-Number {
    color: #d9d9d9 !important;
  }
}

.Product-Describe .Order .Cart .Btn {
  position: absolute;
  bottom: 15px;
  width: 62%;
  margin: 0;
  z-index: 1;
  transition: all 0.3s;
  background-color: #FF414D !important;
}

.Product-Describe .Order .Cart .Btn:active {
  transform: scale(1);
}

.Product-Describe .Order .Cart #checkCart:checked~label .Btn {
  width: 0;
  opacity: 0;
  left: 12px;
  bottom: 18px;
  visibility: hidden;
}

.Product-Border {
  border-left: 1px solid #E2E2E2;
  height: calc(100% - 60px);
}

.Product-Picture {
  position: relative;
  width: 50%;
}

@media (max-width: 950px) {
  .Product-Picture {
    order: 1;
    height: 50%;
    width: 100%;
  }
}

.Product-Picture .Image {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

@media (prefers-color-scheme: dark) {
  .Product-Picture .Image {
    background-color: #171717 !important;
  }
}

.Product-Picture .Image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (prefers-color-scheme: dark) {
  .Product-Picture .Image img {
    opacity: 0.8;
  }
}

.Product-Picture .Image .Slider {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  bottom: 0px;
  padding: 0 3px;
  border-top: 1px solid #E2E2E2;
}

@media (max-width: 950px) {
  .Product-Picture .Image .Slider {
    border-top: none;
  }
}

@media (prefers-color-scheme: dark) {
  .Product-Picture .Image .Slider {
    border-color: rgba(0, 0, 0, 0.06);
  }
}

.Product-Picture .Image .Slider span {
  padding: 0;
  width: 30px;
  height: 30px;
}

.Product-Picture .Image .Slider span :active {
  transform: scale(0.9);
}

.Product-Picture .Image .Slider span .bi-chevron-right {
  font-size: 16px;
  margin: 5px -2px 0 0;
}

.Product-Picture .Image .Slider span .bi-chevron-left {
  font-size: 16px;
  margin: 5px 0 0 -2px;
}

.Product-Picture .Image .Slider .bi {
  margin-bottom: -2px;
}

.Nav-MainWeb {
  padding: 0 40px;
  background-color: #fff;
  color: #000;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #E2E2E2;
}

@media (max-width: 1000px) {
  .Nav-MainWeb {
    padding: 0 20px;
  }
}

@media (prefers-color-scheme: dark) {
  .Nav-MainWeb {
    background-color: #000;
    color: #d9d9d9 !important;
    border-bottom: 1px solid #202020 !important;
    border-top: 1px solid #202020 !important;
  }
}

.Nav-MainWeb .bi-list {
  font-size: 29px;
  line-height: 0.7;
}

.Nav-MainWeb .icon-Juliet {
  font-size: 20px;
  margin: -2px 24px 0;
  position: relative;
}

@media (max-width: 400px) {
  .Nav-MainWeb .icon-Juliet {
    margin: -2px 16px 0;
  }
}

.Nav-MainWeb .icon-Juliet .Notification {
  top: -5px;
  left: -8px;
  color: #fff;
  padding: 2px 0 0;
  width: 16px;
  height: 16px;
  font-size: 10px;
  border-radius: 100px;
  animation: none;
}

.Nav-MainWeb .bi-search {
  font-size: 18px;
  line-height: 0.7;
  margin: -1px 4px 0;
}

.Nav-MainWeb .Logo .Name {
  font-size: 16px;
  font-weight: bold;
  padding: 2px 0 0;
  direction: ltr;
}

@media (max-width: 360px) {
  .Nav-MainWeb .Logo .Name {
    font-size: 14px;
  }
}

.Nav-MainWeb .Btn {
  padding: 2px 16px 3px;
  margin: 0 16px;
  border-radius: 0;
}

.Nav-SecondWeb {
  position: sticky;
  top: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 40px;
  width: 100%;
  height: 40px;
  box-shadow: 1px 1px 3px #E2E2E2;
  background-color: #fff;
  z-index: 10;
  overflow-x: auto;
}

@media (max-width: 900px) {
  .Nav-SecondWeb {
    padding: 0 25px;
  }
}

@media (prefers-color-scheme: dark) {
  .Nav-SecondWeb {
    background-color: #202020 !important;
    box-shadow: none;
    color: #d9d9d9 !important;
  }
}

.Nav-SecondWeb .Route {
  white-space: nowrap;
}

.Nav-SecondWeb .Route:hover,
.Nav-SecondWeb .Route:nth-last-child(1) {
  color: #fe5013 !important;
}

.Navbar-Footer {
  height: 20px;
  padding: 15px 25%;
  background-color: rgba(32, 32, 32, 0.0666666667);
}

@media (prefers-color-scheme: dark) {
  .Navbar-Footer {
    color: #d9d9d9 !important;
    background-color: #0D0D0D;
    border-top: 1px solid #292929 !important;
  }
}

@media (max-width: 900px) {
  .Navbar-Footer {
    padding: 0 10%;
  }
}

@media (max-width: 576px) {
  .Navbar-Footer {
    padding: 5%;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.Navbar-Footer li {
  list-style: none;
  padding: 5px 0;
}

.Navbar-Footer li:hover {
  color: #fe5013;
}

.Navbar-Footer li .active {
  color: #fe5013;
}

.Navbar-Footer li a {
  font-size: 12px;
}

.Navbar-Footer li a:active {
  margin-right: 2px;
}

.MenuWeb {
  width: 400px;
  height: 100dvh;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 25px #000;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 101;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

@media (max-width: 576px) {
  .MenuWeb {
    width: 85%;
    min-width: 280px;
  }
}

@media (prefers-color-scheme: dark) {
  .MenuWeb {
    background: rgba(43, 43, 43, 0.7);
    color: #d9d9d9 !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
}

.MenuWeb .Brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
}

@media (prefers-color-scheme: dark) {
  .MenuWeb .Brand {
    background-color: #171717 !important;
    color: #d9d9d9 !important;
  }
}

@media (prefers-color-scheme: dark) {
  .MenuWeb .Brand .Card-Profile {
    background-color: #202020 !important;
    color: #737373 !important;
    border-color: rgba(255, 255, 255, 0.07);
  }
}

.MenuWeb .Brand .Titr {
  margin-top: 10px;
  font-weight: bold;
}

.MenuWeb .Menu-Options {
  padding: 10px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #fcfcfc;
}

@media (prefers-color-scheme: dark) {
  .MenuWeb .Menu-Options {
    border-color: #292929 !important;
  }
}

.MenuWeb .Menu-Options .active::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #0B5ED7;
}

.MenuWeb .Menu-Options label,
.MenuWeb .Menu-Options a {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  position: relative;
}

.MenuWeb .Menu-Options label:active,
.MenuWeb .Menu-Options a:active {
  transform: scale(1.01);
}

.MenuWeb .Menu-Options label i,
.MenuWeb .Menu-Options a i {
  line-height: 0.7;
  margin-bottom: 2px;
}

.MenuWeb .Menu-Options label p,
.MenuWeb .Menu-Options a p {
  margin: 0 12px;
}

.MenuWeb .Menu-Options label:hover,
.MenuWeb .Menu-Options a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

@media (prefers-color-scheme: dark) {

  .MenuWeb .Menu-Options label:hover,
  .MenuWeb .Menu-Options a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.MenuWeb .Menu-Theme {
  margin: 10px 0;
  padding: 8px 16px;
}

.MenuWeb .Menu-Theme:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

@media (prefers-color-scheme: dark) {
  .MenuWeb .Menu-Theme:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.MenuWeb .Menu-Theme .Theme {
  background: url(../image/icons/day-theme.svg) no-repeat;
  background-size: 40px;
  width: 42px;
  height: 20px;
  transition: all 1s linear;
}

@media (prefers-color-scheme: dark) {
  .MenuWeb .Menu-Theme .Theme {
    background: url(../image/icons/night-theme.svg) no-repeat;
  }
}

.MenuWeb .Menu-Profile {
  border-top: 1px solid;
  padding: 20px 16px;
  border-color: #fefefe;
}

@media (prefers-color-scheme: dark) {
  .MenuWeb .Menu-Profile {
    border-color: #292929 !important;
  }
}

@media (prefers-color-scheme: dark) {
  .MenuWeb .Menu-Profile .Card-Profile {
    background-color: #171717 !important;
    color: #737373 !important;
    border-color: #292929 !important;
  }
}

.MenuWeb .Menu-Profile .Profile-Name {
  margin: 0 15px -4px;
}

.MenuWeb .Menu-Profile .bi-power {
  font-size: 19px;
  color: #f50000 !important;
  line-height: 0.7;
  padding: 0 7px;
  position: relative;
}

.MenuWeb .ICELL-BtnWeb {
  color: #fff;
  width: 50%;
  padding: 7px 20px;
  font-size: 16px;
  display: flex;
  justify-content: end;
}

.MenuWeb .Setting {
  margin: 16px;
  padding: 12px 15px;
  border-radius: 12px;
  background-color: #ffffff;
}

@media (prefers-color-scheme: dark) {
  .MenuWeb .Setting {
    background-color: #171717 !important;
    color: #d9d9d9 !important;
  }
}

.MenuWeb .Setting .bi {
  font-size: 17px;
}

.Login {
  position: relative;
  height: 100dvh;
  display: flex;
}

.Login-Nav {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.Login-Nav .bi {
  font-size: 25px;
  line-height: 0.7;
}

.Login-Nav .Text {
  font-size: 16px;
  padding: 0 8px;
}

.Login .Form {
  flex: 1;
}

.Login .Form-Item {
  position: relative;
  margin-bottom: 15px;
  width: 280px;
}

.Login .Form-Item label {
  padding: 0 4px;
  font-size: 11px;
  color: #949494;
}

.Login .Form-Item input {
  width: 100%;
  padding: 5px 15px;
  outline: none;
  border-radius: 20px;
  border: 1px solid black;
}

.Login .Form-Item .Eye {
  position: absolute;
  top: 23px;
  left: 1px;
  font-size: 16px;
  line-height: 0.7;
  padding: 5px 10px;
  border-radius: 15px;
  color: #0d6efd;
  background-color: #ffffff;
}

.Contact-Us {
  display: flex;
  padding: 0;
}

@media (max-width: 768px) {
  .Contact-Us {
    flex-direction: column;
  }
}

@media (prefers-color-scheme: dark) {
  .Contact-Us {
    color: #d9d9d9 !important;
  }
}

.Contact-Us .Information {
  flex: 1;
  border-left: 1px solid rgba(138, 138, 138, 0.25);
}

@media (max-width: 768px) {
  .Contact-Us .Information {
    padding: 80px 16px;
    border-left: none;
    border-bottom: 1px solid rgba(138, 138, 138, 0.25);
  }
}

.Contact-Us .Information-Detail {
  width: 500px;
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .Contact-Us .Information-Detail {
    width: 300px;
  }
}

.Contact-Us .Information-Detail .Titr {
  color: rgba(138, 138, 138, 0.75);
  font-size: 12px;
}

.Contact-Us .Form {
  flex: 1;
}

@media (max-width: 768px) {
  .Contact-Us .Form {
    padding: 80px 16px;
  }
}

.Contact-Us .Form form {
  width: 500px;
}

@media (max-width: 1200px) {
  .Contact-Us .Form form {
    width: 300px;
  }
}

.Contact-Us .Form form .Titr {
  font-size: 16px;
  font-weight: bold;
}

@media (prefers-color-scheme: dark) {
  .Contact-Us .Form form .Titr {
    color: #fff;
  }
}

.Contact-Us .Form form input,
.Contact-Us .Form form textarea {
  display: block;
  width: 100%;
  padding: 5px 10px;
  margin-top: 20px;
  outline: none;
  border: none;
  border-radius: 4px;
  border-bottom: 1px solid rgba(138, 138, 138, 0.25);
}

@media (prefers-color-scheme: dark) {

  .Contact-Us .Form form input,
  .Contact-Us .Form form textarea {
    background-color: #292929 !important;
    color: #fff;
  }
}

.Contact-Us .Form form input::-moz-placeholder,
.Contact-Us .Form form textarea::-moz-placeholder {
  color: rgba(138, 138, 138, 0.35);
}

.Contact-Us .Form form input::placeholder,
.Contact-Us .Form form textarea::placeholder {
  color: rgba(138, 138, 138, 0.35);
}

.Contact-Us .Form form .Btn {
  border-radius: 4px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: iransans;
  font-size: 13px;
}

@media (max-width: 576px) {
  * {
    font-size: 14px;
  }
}

@media (min-width: 576px) {
  * ::-webkit-scrollbar {
    width: 7px;
    height: 20px;
  }

  * ::-webkit-scrollbar-track {
    background: #E2E2E2;
  }

  * ::-webkit-scrollbar-thumb {
    background: #9c9c9c;
  }
}

.Body {
  min-width: 320px;
}

.Main {
  position: relative;
  height: calc(100dvh - 95px);
  overflow-y: auto;
  background-color: #F8F9FA;
}

.Scroll-Handler,
.Form-Container {
  height: calc(100% - 60px);
  overflow-y: auto;
}

label {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  cursor: pointer;
  color: inherit;
}

a:active {
  transform: scale(0.9);
}

button {
  outline: none;
  border: none;
  background-color: inherit;
}

button:active {
  transform: scale(0.98);
}

.Rounded-20 {
  border-radius: 20px;
}

.Rounded-15 {
  border-radius: 15px;
}

.Rounded-10 {
  border-radius: 10px;
}

.Text-Justify {
  text-align: justify;
}

.Space {
  margin: 0 6px;
}

.OverflowYScroll,
.MainWeb .AboutUs-Place .Describe .Text {
  overflow-y: scroll !important;
}

.OverflowYScroll::-webkit-scrollbar,
.MainWeb .AboutUs-Place .Describe .Text::-webkit-scrollbar {
  display: none;
}

.Page {
  min-height: calc(100dvh - 150px) !important;
}

/*# sourceMappingURL=clientWeb.css.map */