@charset "UTF-8";
.d-none {
  display: none !important;
}
.d-flex {
  display: flex !important;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-grid {
  display: grid !important;
}

.flex-fill {
  flex: 1;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.align-items-end {
  align-items: end !important;
}
.align-items-start {
  align-items: start !important;
}
.align-items-center {
  align-items: center !important;
}

.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;
}

.Gap-8 {
  gap: 8px;
}

.Gap-10 {
  gap: 10px;
}

.Gap-12 {
  gap: 12px;
}

.Gap-15 {
  gap: 15px;
}

.Gap-20 {
  gap: 20px;
}

.fw-bold {
  font-weight: bold;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.text-center {
  text-align: center;
}

.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;
}

.Text-Blue {
  color: #0B5ED7;
}

.BgDark {
  background-color: #171717 !important;
}

.Darken {
  background-color: #202020 !important;
}

.Dark {
  background-color: #292929 !important;
}

.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;
}

.Btn {
  border: none;
  padding: 4px 15px;
  text-decoration: none;
  border-radius: 10px;
  margin: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.Btn-Black {
  background-color: #000;
  color: #fff;
}
.Btn-Black:hover {
  background-color: rgb(43.35, 43.35, 43.35);
  color: #fff;
}
.Btn-White {
  background-color: #fff;
  color: #000;
}
.Btn-White:hover {
  background-color: rgb(242.25, 242.25, 242.25);
  color: #000;
}
.Btn-Red {
  background-color: #f50000;
  color: #fff;
}
.Btn-Red:hover {
  background-color: rgb(214.4, 0, 0);
  color: #fff;
}
.Btn-Blue {
  background-color: #0B5ED7;
  color: #fff;
}
.Btn-Blue:hover {
  background-color: rgb(9.510619469, 81.2725663717, 185.889380531);
  color: #fff;
}

.FlexCenter, .Order-Item .Paid, .Order-Item .Unpaid, .Order, .Product, .Vitrine-Item .Image, .Nav-Main .Logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.FlexBetween, .Search, .User-Tabs .Item, .User-Tabs .Profile .Title, .Menu .Menu-Profile, .Menu .Menu-Theme, .Nav-Mobile, .Nav-Main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.GridCenter, .Notify-Cart, .Back, .Search button, .Mobile-Auth, .Counter .Button, .Contact-Us, .Nav-Mobile a, .Nav-Main .icon-Juliet .Notification {
  display: grid;
  place-content: center;
}
@media (max-width: 576px) {
  .GridCenter .Back, .Notify-Cart .Back, .Back .Back, .Search button .Back, .Mobile-Auth .Back, .Counter .Button .Back, .Contact-Us .Back, .Nav-Mobile a .Back, .Nav-Main .icon-Juliet .Notification .Back {
    display: block !important;
  }
}

.Close-Dropdown {
  position: fixed;
  width: 100%;
  min-width: 320px;
  height: 100dvh;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}

.dropdown {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 300px;
  border-radius: 10px;
  max-height: 60vh;
  overflow-y: auto;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 5px 0;
  z-index: 101;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.dropdown a {
  width: 100%;
}
.dropdown li {
  padding: 3px 15px;
  list-style: none;
  text-align: right;
  color: #000 !important;
}
.dropdown li .Name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 250px;
}
.dropdown li:hover {
  background-color: rgba(83, 83, 83, 0.1294117647);
}
.dropdown li:active {
  background-color: rgba(83, 83, 83, 0.231372549);
}

.Nav-Main {
  position: sticky;
  top: 0;
  padding: 0 40px;
  background-color: #fff;
  color: #000;
  height: 60px;
  z-index: 2;
}
@media (max-width: 1000px) {
  .Nav-Main {
    padding: 0 15px;
  }
}
.Nav-Main .bi-list {
  font-size: 29px;
  line-height: 0.7;
}
.Nav-Main .icon-Juliet {
  position: relative;
}
@media (max-width: 576px) {
  .Nav-Main .icon-Juliet {
    display: none !important;
  }
}
.Nav-Main .icon-Juliet .Notification {
  top: -5px;
  left: -8px;
  color: #fff;
  padding: 2px 0 0;
  width: 16px;
  height: 16px;
  font-size: 10px;
  border-radius: 100px;
}
.Nav-Main .bi-search {
  font-size: 18px;
  line-height: 0.7;
  margin: -1px 4px 0;
}
@media (max-width: 576px) {
  .Nav-Main .bi-search {
    display: none !important;
    background-color: aqua;
  }
}
.Nav-Main .Logo {
  gap: 8px;
}
.Nav-Main .Logo .Name {
  font-size: 16px;
  padding: 4px 2px 0;
  direction: ltr;
}
@media (max-width: 440px) {
  .Nav-Main .Logo .Name {
    display: none;
  }
}
.Nav-Main .Logo .Card-Profile {
  border: unset;
}

.Nav-Mobile {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 50px;
  padding: 0 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.4039215686);
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 577px) {
  .Nav-Mobile {
    display: none;
  }
}
@media (max-width: 400px) {
  .Nav-Mobile {
    padding: 0 28px;
  }
}
@media (max-width: 350px) {
  .Nav-Mobile {
    padding: 0 23px;
  }
}
.Nav-Mobile a {
  width: 40px;
  height: 52px;
  border-bottom: 5px solid rgba(255, 255, 255, 0);
  padding-top: 7px;
}
.Nav-Mobile .active {
  border-bottom: 5px solid #303030;
}
.Nav-Mobile .icon-Juliet {
  padding-left: 5px;
  position: relative;
}
.Nav-Mobile .icon-Juliet .Notify-Cart {
  top: 11px;
  left: 3px;
}

.Menu {
  position: absolute;
  width: 400px;
  height: calc(100dvh - 14px);
  top: 7px;
  right: 7px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6705882353);
  border: 2px solid #ffffff;
  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;
  z-index: 4;
}
@media (max-width: 576px) {
  .Menu {
    width: 85%;
    min-width: 280px;
  }
}
.Menu .Brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
}
.Menu .Brand .Titr {
  margin-top: 10px;
  font-weight: bold;
}
.Menu .Menu-Options {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.Menu .Menu-Options .active::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 90%;
  right: 0;
  top: 5%;
  background-color: rgb(76.5, 76.5, 76.5);
}
.Menu .Menu-Options label,
.Menu .Menu-Options a {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  position: relative;
}
.Menu .Menu-Options label:active,
.Menu .Menu-Options a:active {
  transform: scale(1.01);
}
.Menu .Menu-Options label i,
.Menu .Menu-Options a i {
  line-height: 0.7;
  margin-bottom: 2px;
}
.Menu .Menu-Options label p,
.Menu .Menu-Options a p {
  margin: 0 12px;
}
.Menu .Menu-Options label:hover,
.Menu .Menu-Options a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.Menu .Menu-Theme {
  width: 100%;
  padding: 8px 16px;
  border-top: 1px solid #fff;
}
.Menu .Menu-Theme:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.Menu .Menu-Theme .Theme {
  background: url(../image/icons/day-theme.svg) no-repeat;
  background-size: 40px;
  width: 42px;
  height: 20px;
  margin-top: 5px;
  transition: all 1s linear;
}
.Menu .Menu-Profile {
  border-top: 1px solid;
  padding: 20px 16px;
  border-color: rgb(253.725, 253.725, 253.725);
}
.Menu .Menu-Profile .Profile-Name {
  margin: 0 15px -4px;
}
.Menu .Menu-Profile .bi-power {
  font-size: 19px;
  color: #f50000 !important;
  line-height: 0.7;
  padding: 0 7px;
  position: relative;
}

.Contact-Us {
  min-height: calc(100dvh - 200px) !important;
}
@media (max-width: 576px) {
  .Contact-Us {
    display: flex;
  }
}
.Contact-Us-Container {
  width: 100%;
  display: flex;
}
@media (max-width: 576px) {
  .Contact-Us-Container {
    display: flex;
    flex-direction: column;
  }
}
.Contact-Us-Container .Company {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  direction: ltr;
  padding: 0 12px;
}
@media (max-width: 576px) {
  .Contact-Us-Container .Company {
    direction: rtl;
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .Contact-Us-Container .Company {
    width: 92%;
    margin-top: 15px;
  }
  .Contact-Us-Container .Company .Back {
    position: unset;
    display: block;
  }
}
.Contact-Us-Container .Company h1 {
  font-size: 25px;
}
.Contact-Us-Container .Company .Image {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.Contact-Us-Container .Company .Image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .Contact-Us-Container .Company-Name {
    display: none;
  }
}
.Contact-Us-Container .Information {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  border-right: 1px solid rgba(138, 138, 138, 0.25);
  gap: 40px;
}
@media (max-width: 576px) {
  .Contact-Us-Container .Information {
    padding: 0 45px 100px 20px;
    border-right: none;
    margin-top: 70px;
  }
}
.Contact-Us-Container .Information-Detail {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.Contact-Us-Container .Information-Detail .Titr {
  color: rgb(127.5, 127.5, 127.5);
  font-size: 12px;
  font-weight: normal;
}
.Contact-Us-Container .Information-Detail .bi {
  width: 13px;
  color: rgb(127.5, 127.5, 127.5);
}
.Contact-Us-Container .Information-Detail a {
  display: flex;
  align-items: end;
  gap: 8px;
  margin-top: 10px;
}

.Groups {
  position: sticky;
  top: 60px;
  display: flex;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  background-color: rgb(234.6, 234.6, 234.6);
  padding: 12px;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #aaa #fff;
  z-index: 2;
}
.Groups::-webkit-scrollbar {
  height: 4px; /* چون اسکرول افقی داری → height */
}
.Groups::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 4px;
}
.Groups::-webkit-scrollbar-track {
  background: #fff;
}
.Groups-Item {
  font-size: 14px;
  text-wrap: nowrap;
  color: rgb(25.5, 25.5, 25.5);
  border-radius: 10px;
  padding: 5px 12px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.Groups-Item:hover {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid;
}
.Groups .active {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid;
}
.Groups .active:hover {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid;
}

.Vitrine {
  position: relative;
  width: 75%;
  margin: 0 auto 150px;
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (min-width: 1500px) {
  .Vitrine {
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  }
}
@media (max-width: 900px) {
  .Vitrine {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .Vitrine {
    width: 96%;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}
@media (max-width: 576px) {
  .Vitrine {
    width: 99%;
    margin: 10px auto 80px;
  }
}
.Vitrine-Item {
  position: relative;
  margin: 5px 10px;
}
@media (max-width: 576px) {
  .Vitrine-Item {
    margin: 3px;
  }
}
.Vitrine-Item:hover .Description {
  visibility: visible;
  opacity: 1;
}
.Vitrine-Item:active {
  transform: translateY(2px) !important;
}
.Vitrine-Item .Image {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  color: #cccccc;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 576px) {
  .Vitrine-Item .Image {
    height: 200px;
    border-radius: 15px;
  }
}
.Vitrine-Item .Image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Vitrine-Item .Image svg {
  width: 100%;
  height: 100%;
  padding: 115px 0;
  background-color: #ffffff;
}
@media (max-width: 576px) {
  .Vitrine-Item .Image svg {
    padding: 65px 0;
  }
}
.Vitrine-Item .Text {
  padding: 5px 7px;
}
.Vitrine-Item .Text .Titr {
  font-weight: normal;
  color: #000;
  padding-bottom: 2px;
}
@media (max-width: 568px) {
  .Vitrine-Item .Text .Titr {
    font-size: 13px;
    padding-top: 2px;
  }
}
.Vitrine-Item .Text .Price {
  font-size: 15px;
  margin-bottom: 3px;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 568px) {
  .Vitrine-Item .Text .Price {
    font-size: 14px;
  }
}
.Vitrine-Item .Text .Off {
  font-size: 11.5px;
  text-decoration: line-through;
  color: #f50000;
  opacity: 0.8;
}
.Vitrine-Item .Description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 11px 15px;
  background-color: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 17px;
  height: 300px;
  overflow-y: auto;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 576px) {
  .Vitrine-Item .Description {
    height: 200px;
    border-radius: 15px;
  }
}

.Product {
  align-items: start;
  padding: 60px 20px;
  gap: 50px;
  color: rgb(63.75, 63.75, 63.75);
}
@media (max-width: 1000px) {
  .Product {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 470px) {
  .Product {
    padding: 60px 15px;
  }
}
@media (max-width: 319px) {
  .Product {
    padding: 0 20px 60px;
  }
}
.Product .Button {
  background-color: rgb(58.65, 58.65, 58.65) !important;
  color: #fff;
}
.Product h2 {
  font-weight: normal;
  font-size: 12px;
  padding: 10px 4px 5px;
}
.Product .Images {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 420px;
  gap: 10px;
}
@media (max-width: 1000px) {
  .Product .Images {
    margin-top: 60px;
  }
}
@media (max-width: 440px) {
  .Product .Images {
    width: 100%;
  }
}
@media (max-width: 319px) {
  .Product .Images {
    margin-top: 20px;
  }
}
.Product .Images .Hero {
  position: relative;
  width: 100%;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 440px) {
  .Product .Images .Hero {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.Product .Images .Hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Product .Images .Hero svg {
  width: 100%;
  height: 100%;
  padding: 40%;
  color: #d3d1cf;
  background-color: #fff;
}
.Product .Images .Group {
  direction: ltr;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 10px;
}
@media (max-width: 1000px) {
  .Product .Images .Group {
    direction: rtl;
  }
}
.Product .Images .Group-Item {
  position: relative;
  height: 77px;
  border-radius: 13px;
  background-color: #fff;
  overflow: hidden;
}
.Product .Images .Group-Item button, .Product .Images .Group-Item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Product .Titles {
  display: flex;
  flex-direction: column;
  width: 500px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
}
@media (min-width: 320px) and (max-width: 1000px) {
  .Product .Titles {
    width: 500px;
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F0F0F0;
    padding: 17px 50px 10px;
  }
}
@media (max-width: 440px) {
  .Product .Titles {
    width: 100%;
    padding: 17px 20px 10px;
  }
}
@media (max-width: 319px) {
  .Product .Titles {
    padding: 10px;
  }
}
.Product .Titles .Name {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 4px;
}
.Product .Titles .Price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
}
.Product .Titles .Off {
  color: rgb(255, 76.5, 76.5);
  font-size: 15px;
  text-decoration: line-through;
}
.Product .Titles .Btn {
  margin: 0 0 6px;
}
.Product .Features {
  width: 500px;
}
@media (max-width: 1000px) {
  .Product .Features {
    width: 420px;
  }
}
@media (max-width: 440px) {
  .Product .Features {
    min-width: 285px;
    width: 92.8vw;
  }
}
.Product .Features .Description {
  text-align: justify;
  line-height: 2.2;
  padding: 10px 4px;
}
.Product .Features .Features-Container {
  display: flex;
  border: 2px solid #fff;
  border-radius: 15px;
  flex-direction: column;
  overflow: hidden;
}
.Product .Features .Features-Container .Item {
  padding: 10px 12px;
}
.Product .Features .Features-Container .Item:nth-child(odd) {
  background-color: #fff;
}
.Product .Features .Features-Container .Item:nth-child(even) {
  background-color: rgb(237.8304347826, 237.05, 236.2695652174);
}
.Product .Features .Features-Container .Item .Title {
  font-weight: normal;
  color: rgb(127.5, 127.5, 127.5);
}

.WebPage {
  max-width: 900px;
  margin: 60px auto 100px;
  width: 65%;
}
@media (max-width: 1440px) {
  .WebPage {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .WebPage {
    width: 92%;
    margin-top: 30px;
  }
  .WebPage .Back {
    position: unset;
    display: block;
  }
}
.WebPage h1, .WebPage h2, .WebPage article {
  line-height: 2;
  text-align: justify;
  cursor: default;
  margin: 15px 0;
}
.WebPage article {
  font-size: 14px !important;
}
.WebPage h1 {
  font-size: 25px;
}
.WebPage h2 {
  font-size: 16px;
}
.WebPage-Image {
  width: 70%;
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin: 35px 0;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .WebPage-Image {
    width: 100%;
  }
}
.WebPage-Image img {
  width: 100%;
  height: -moz-fit-content !important;
  height: fit-content !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.Invoice {
  display: flex;
  color: rgb(71.4, 71.4, 71.4);
}
@media (max-width: 1024px) {
  .Invoice {
    min-height: calc(100dvh - 60px);
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 579px) {
  .Invoice {
    min-height: calc(100dvh - 110px);
  }
}
.Invoice .Shopping {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 65%;
  height: calc(100dvh - 60px);
  overflow: auto;
}
@media (max-width: 1024px) {
  .Invoice .Shopping {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.Invoice .Shopping .Titr {
  padding: 10px 42px;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
@media (max-width: 1024px) {
  .Invoice .Shopping .Titr {
    padding: 10px 17px;
  }
}
.Invoice .Shopping .Titr svg {
  width: 23px;
  height: 23px;
  margin-top: -3px;
}
.Invoice .Shopping .Titr h1 {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
}
.Invoice .Shopping-Item {
  margin-top: 20px;
  width: 55%;
  padding: 15px 20px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0823529412);
}
@media (max-width: 1440px) {
  .Invoice .Shopping-Item {
    width: 65%;
  }
}
@media (max-width: 1300px) {
  .Invoice .Shopping-Item {
    width: 76%;
  }
}
@media (max-width: 576px) {
  .Invoice .Shopping-Item {
    width: 98%;
    padding: 15px 10px 30px;
  }
}
.Invoice .Shopping-Item .Description {
  width: calc(100% - 70px);
  display: flex;
  align-items: end;
  gap: 10px;
}
.Invoice .Shopping-Item .Description:active {
  transform: scale(0.98);
}
.Invoice .Shopping-Item .Description .Image {
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0);
  overflow: hidden;
}
.Invoice .Shopping-Item .Description .Image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Invoice .Shopping-Item .Description .Image svg {
  width: 100%;
  height: 100%;
  padding: 31%;
  color: rgb(165.75, 165.75, 165.75);
  background-color: #ffffff;
}
.Invoice .Shopping-Item .Description .Name {
  color: #000;
}
.Invoice .Shopping-Item .Description .Text {
  opacity: 0.6;
}
.Invoice .Shopping-Item .bi-x-lg {
  width: 12px !important;
  height: 12px !important;
}
.Invoice .Shopping-Item .Price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-top: 5px;
}
.Invoice .Shopping-Item .En {
  padding: 0 6px;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .Invoice .Shopping-Item:nth-last-child(1) {
    border-bottom: unset !important;
  }
}
.Invoice .Summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 35%;
  height: calc(100dvh - 60px);
  padding: 35px 4%;
  background-color: rgb(224.4, 224.4, 224.4);
}
@media (max-width: 1300px) {
  .Invoice .Summary {
    padding: 20px 2%;
  }
}
@media (max-width: 1024px) {
  .Invoice .Summary {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 40px 13.5% 20px;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 576px) {
  .Invoice .Summary {
    margin-top: 20px;
    padding: 30px 2% 15px;
  }
}
.Invoice .Summary .FlexBetween, .Invoice .Summary .Search, .Invoice .Summary .User-Tabs .Item, .User-Tabs .Invoice .Summary .Item, .Invoice .Summary .User-Tabs .Profile .Title, .User-Tabs .Profile .Invoice .Summary .Title, .Invoice .Summary .Nav-Main, .Invoice .Summary .Nav-Mobile, .Invoice .Summary .Menu .Menu-Theme, .Menu .Invoice .Summary .Menu-Theme, .Invoice .Summary .Menu .Menu-Profile, .Menu .Invoice .Summary .Menu-Profile {
  padding: 3px 7px;
}
.Invoice .Summary textarea, .Invoice .Summary input {
  width: 100%;
  outline: none !important;
  border: unset;
  padding: 6px 10px;
  border-radius: 10px;
}
.Invoice .Summary textarea::-moz-placeholder, .Invoice .Summary input::-moz-placeholder {
  color: rgb(178.5, 178.5, 178.5);
}
.Invoice .Summary textarea::placeholder, .Invoice .Summary input::placeholder {
  color: rgb(178.5, 178.5, 178.5);
}
.Invoice .Summary .OrderBy {
  border-top: 1px solid rgba(0, 0, 0, 0.0901960784);
  margin: 7px 0;
  padding: 10px 10px 0;
}
.Invoice .Summary .OrderBy .FlexBetween, .Invoice .Summary .OrderBy .Search, .Invoice .Summary .OrderBy .User-Tabs .Item, .User-Tabs .Invoice .Summary .OrderBy .Item, .Invoice .Summary .OrderBy .User-Tabs .Profile .Title, .User-Tabs .Profile .Invoice .Summary .OrderBy .Title, .Invoice .Summary .OrderBy .Nav-Main, .Invoice .Summary .OrderBy .Nav-Mobile, .Invoice .Summary .OrderBy .Menu .Menu-Theme, .Menu .Invoice .Summary .OrderBy .Menu-Theme, .Invoice .Summary .OrderBy .Menu .Menu-Profile, .Menu .Invoice .Summary .OrderBy .Menu-Profile {
  margin-bottom: 7px;
  padding: 0;
}
.Invoice .Summary .OrderBy .Titr {
  width: 80px;
}
.Invoice .Summary .mb-50 {
  margin-bottom: 80px;
}
.Invoice .Summary .Btn {
  width: 100%;
  margin: 10px auto;
  align-self: center;
  justify-self: center;
}
@media (max-width: 1024px) {
  .Invoice .Summary .Btn {
    width: 150px;
  }
}

.Counter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.Counter .Button {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #fff;
}
.Counter .Button svg {
  width: 20px !important;
  height: 20px;
}

footer {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #000;
  color: rgb(127.5, 127.5, 127.5);
  padding: 7px 40px;
}
@media (max-width: 1400px) {
  footer {
    padding: 7px 20px;
  }
}
footer .Navigator {
  display: flex !important;
  gap: 50px;
  padding: 20px 0;
}
@media (max-width: 576px) {
  footer .Navigator {
    flex-direction: column;
    gap: 20px;
    padding: 35px 0 40px;
  }
}
footer .Navigator a {
  font-size: 14px !important;
}
footer .Navigator a:hover {
  color: #ffffff;
}
footer .Navigator .active {
  position: relative;
  color: #ffffff !important;
}
footer .Brand {
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 768px) {
  footer .Brand {
    display: none;
  }
}
footer .Bottom {
  padding: 20px 3px 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.2078431373);
}
footer .Bottom a {
  font-size: 16px !important;
  font-family: Arial, Helvetica, sans-serif;
}
footer .Bottom a:hover {
  color: #ffffff;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.Mobile-Auth {
  width: 100%;
  height: calc(100dvh - 60px);
}
@media (max-width: 410px) {
  .Mobile-Auth {
    display: block;
    place-content: unset;
  }
}
.Mobile-Auth-Container {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  padding: 20px;
  gap: 18px;
  width: 370px;
  border: 1px solid rgba(0, 0, 0, 0.1254901961);
  background-color: #fff;
  margin: -150px auto 0;
}
@media (max-width: 410px) {
  .Mobile-Auth-Container {
    margin: 50px auto;
    min-width: 300px;
    width: 92vw;
  }
}
.Mobile-Auth-Container .Text {
  text-align: justify;
  margin-bottom: 20px;
}
.Mobile-Auth-Container input {
  flex: 1;
  outline: none;
  border: unset;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
  background-color: unset;
}
.Mobile-Auth-Container input::-moz-placeholder {
  color: rgb(191.25, 191.25, 191.25);
}
.Mobile-Auth-Container input::placeholder {
  color: rgb(191.25, 191.25, 191.25);
}

.Orders {
  display: flex;
  flex-direction: column;
  padding: 20px 16px;
}
.Orders .Orders-Item {
  width: 400px;
  margin: 8px auto;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #fff;
  transition: border 0.3s;
}
@media (max-width: 576px) {
  .Orders .Orders-Item {
    width: 100%;
  }
}
.Orders .Orders-Item:hover {
  border: 1px solid rgba(0, 0, 0, 0.2705882353);
}
.Orders .Orders-Item:active {
  transform: translateY(2px);
}
.Orders .Orders-Item .FlexBetween:first-of-type, .Orders .Orders-Item .Search:first-of-type, .Orders .Orders-Item .User-Tabs .Item:first-of-type, .User-Tabs .Orders .Orders-Item .Item:first-of-type, .Orders .Orders-Item .User-Tabs .Profile .Title:first-of-type, .User-Tabs .Profile .Orders .Orders-Item .Title:first-of-type, .Orders .Orders-Item .Nav-Main:first-of-type, .Orders .Orders-Item .Nav-Mobile:first-of-type, .Orders .Orders-Item .Menu .Menu-Theme:first-of-type, .Menu .Orders .Orders-Item .Menu-Theme:first-of-type, .Orders .Orders-Item .Menu .Menu-Profile:first-of-type, .Menu .Orders .Orders-Item .Menu-Profile:first-of-type {
  padding-bottom: 10px;
}
.Orders .Orders-Item .d-flex {
  align-items: center;
  gap: 6px;
}
.Orders .Orders-Item .d-flex small {
  opacity: 0.6;
}
.Orders .Orders-Item .En {
  margin-bottom: 2px;
}
.Orders .Orders-Item .Waiting, .Orders .Orders-Item .Error, .Orders .Orders-Item .Done {
  padding: 3px 10px;
  border-radius: 100px;
  background-color: rgba(255, 153, 0, 0.2509803922);
}
.Orders .Orders-Item .Done {
  background-color: rgba(50, 151, 0, 0.2078431373);
}
.Orders .Orders-Item .Error {
  background-color: rgba(252, 26, 26, 0.1882352941);
}
.Orders .Text-Blue {
  margin: 8px auto;
  padding: 10px 20px;
}

.Order {
  align-items: start;
  padding: 30px 20px 60px;
  width: 100%;
  gap: 20px;
}
@media (max-width: 1200px) {
  .Order {
    display: block;
    padding: 20px;
  }
}
.Order-Item {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.Order-Item .Paid, .Order-Item .Unpaid {
  min-width: 400px;
  max-width: 400px;
  margin: 0 auto;
  gap: 8px;
  padding: 4px;
  color: #329700;
  background-color: rgba(0, 141, 0, 0.123);
}
@media (max-width: 576px) {
  .Order-Item .Paid, .Order-Item .Unpaid {
    min-width: 100%;
    max-width: 100%;
    margin: 0 !important;
  }
}
.Order-Item .Unpaid {
  color: #ff0000;
  background-color: rgba(255, 0, 0, 0.123);
}
.Order-Item .Invoice-Detail {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 400px;
  max-width: 400px;
  margin: 0 auto;
  color: #333333;
  background-color: #ffffff;
}
@media (max-width: 576px) {
  .Order-Item .Invoice-Detail {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .Order-Item .Invoice-Detail {
    margin: 0 !important;
  }
}
.Order-Item .Invoice-Detail:last-of-type {
  border-radius: 0 0 10px 10px;
  margin-top: unset !important;
}
.Order-Item .Item-Invoice {
  position: relative;
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 20px 10px;
  min-width: 400px;
  max-width: 400px;
  margin: 0 auto;
  color: #333333;
  background-color: #ffffff;
}
@media (max-width: 576px) {
  .Order-Item .Item-Invoice {
    min-width: 100%;
    max-width: 100%;
  }
}
.Order-Item .Item-Invoice .Image {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.2588235294);
  background-color: rgba(0, 0, 0, 0.0823529412);
  overflow: hidden;
  transition: all 1s;
}
.Order-Item .Item-Invoice .Image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Order-Item .Item-Invoice .Image svg {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.Order-Item .Item-Invoice .FlexBetween, .Order-Item .Item-Invoice .Search, .Order-Item .Item-Invoice .User-Tabs .Item, .User-Tabs .Order-Item .Item-Invoice .Item, .Order-Item .Item-Invoice .User-Tabs .Profile .Title, .User-Tabs .Profile .Order-Item .Item-Invoice .Title, .Order-Item .Item-Invoice .Nav-Main, .Order-Item .Item-Invoice .Nav-Mobile, .Order-Item .Item-Invoice .Menu .Menu-Theme, .Menu .Order-Item .Item-Invoice .Menu-Theme, .Order-Item .Item-Invoice .Menu .Menu-Profile, .Menu .Order-Item .Item-Invoice .Menu-Profile {
  width: 100%;
}
.Order-Item .Item-Invoice .FlexBetween .Count, .Order-Item .Item-Invoice .Search .Count, .Order-Item .Item-Invoice .User-Tabs .Item .Count, .User-Tabs .Order-Item .Item-Invoice .Item .Count, .Order-Item .Item-Invoice .User-Tabs .Profile .Title .Count, .User-Tabs .Profile .Order-Item .Item-Invoice .Title .Count, .Order-Item .Item-Invoice .Nav-Main .Count, .Order-Item .Item-Invoice .Nav-Mobile .Count, .Order-Item .Item-Invoice .Menu .Menu-Theme .Count, .Menu .Order-Item .Item-Invoice .Menu-Theme .Count, .Order-Item .Item-Invoice .Menu .Menu-Profile .Count, .Menu .Order-Item .Item-Invoice .Menu-Profile .Count {
  display: flex;
  gap: 4px;
  padding-top: 2px;
}
.Order-Item .Item-Invoice .FlexBetween .Count .En, .Order-Item .Item-Invoice .Search .Count .En, .Order-Item .Item-Invoice .User-Tabs .Item .Count .En, .User-Tabs .Order-Item .Item-Invoice .Item .Count .En, .Order-Item .Item-Invoice .User-Tabs .Profile .Title .Count .En, .User-Tabs .Profile .Order-Item .Item-Invoice .Title .Count .En, .Order-Item .Item-Invoice .Nav-Main .Count .En, .Order-Item .Item-Invoice .Nav-Mobile .Count .En, .Order-Item .Item-Invoice .Menu .Menu-Theme .Count .En, .Menu .Order-Item .Item-Invoice .Menu-Theme .Count .En, .Order-Item .Item-Invoice .Menu .Menu-Profile .Count .En, .Menu .Order-Item .Item-Invoice .Menu-Profile .Count .En {
  margin-top: 2px;
}
.Order-Item .Item-Invoice input {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.Order-Item .Item-Invoice:last-of-type {
  border-bottom: unset;
}

.User {
  padding: 40px;
}
@media (max-width: 500px) {
  .User {
    padding: 40px 20px;
  }
}
.User-Tabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .User-Tabs {
    width: 100%;
  }
}
.User-Tabs .Profile {
  position: relative;
  padding: 100px 20px 20px;
  border-radius: 15px;
  color: rgb(216.75, 216.75, 216.75);
  background-color: #333333;
  overflow: hidden;
}
.User-Tabs .Profile::after {
  content: "";
  position: absolute;
  left: -100px;
  top: -2px;
  width: 270px;
  height: 270px;
  border-radius: 300px;
  background-color: rgba(0, 0, 0, 0.1450980392);
}
.User-Tabs .Profile::before {
  content: "";
  position: absolute;
  left: -90px;
  top: -30px;
  width: 390px;
  height: 390px;
  border-radius: 300px;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.User-Tabs .Profile .Title {
  position: absolute;
  top: 20px;
  width: calc(100% - 40px);
  z-index: 1;
}
.User-Tabs .Profile .Name {
  font-size: 12.3px;
}
.User-Tabs .Profile .Phone {
  padding: 12px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.User-Tabs .Item {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1529411765);
}
.User-Tabs .Item:active {
  transform: translateY(2px) !important;
}
.User-Tabs .Item div {
  font-size: 12.3px;
}
.User-Tabs .Item svg {
  margin-bottom: 2px;
}

.Transmitter-Loading {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  width: 290px;
  padding: 40px;
  text-align: center;
  border-radius: 15px;
  color: #272727;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 10px rgb(178.5, 178.5, 178.5);
}

.Loading {
  display: inline-block;
  font-size: 6px; /* بزرگ‌تر کن */
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}

@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000;
  }
}
@font-face {
  font-family: iransans;
  src: url("../font/iransans.woff2") format("woff2"), url("../font/iransans.woff") format("woff"), url("../font/iransans.ttf") format("truetype");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: iransans;
  font-size: 13px;
}
@media (max-width: 576px) {
  * {
    font-size: 14px;
  }
}

.Body {
  min-width: 320px;
}

.Main {
  background-color: rgb(234.6, 234.6, 234.6);
  height: 100dvh;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.Main .Min-Hight-Content {
  min-height: calc(100dvh - 170px);
}
@media (max-width: 768px) {
  .Main .Min-Hight-Content {
    min-height: calc(100dvh - 110px);
  }
}

header {
  height: 290px;
  min-height: 290px;
}

a, label {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover, label:hover {
  cursor: pointer;
  color: inherit;
}
a:active, label:active {
  transform: scale(0.9);
}

button {
  outline: none;
  border: none;
  background-color: inherit;
  color: inherit;
}
button:active {
  transform: scale(0.98) !important;
}

.Text-Justify {
  text-align: justify;
}

.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;
}

.Close {
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 3;
  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);
}

small {
  display: block;
  font-size: 0.875em;
}

img, svg {
  vertical-align: middle;
}

.Cursor, .Back, .Groups-Item, .Vitrine-Item, .Counter .Button, .Order-Item .Item-Invoice input, .User-Tabs .Item, button {
  cursor: pointer;
}
.Cursor:active, .Back:active, .Groups-Item:active, .Vitrine-Item:active, .Counter .Button:active, .Order-Item .Item-Invoice input:active, .User-Tabs .Item:active, button:active {
  transform: scale(0.9);
}

.Show {
  visibility: visible !important;
  opacity: 1 !important;
}

.Business-Name {
  text-align: center;
  margin: 60px 20px 0;
  font-size: 24px;
  font-weight: bold;
}

.Business-Description {
  text-align: center;
  margin: 40px 20px;
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 576px) {
  .Business-Description {
    margin: 40px 16px;
  }
}

.Group-Name {
  width: 600px;
  margin: 0 auto;
  padding: 20px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .Group-Name {
    width: calc(100% - 50px);
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .Group-Name {
    width: calc(100% - 1px);
  }
}

.Search {
  position: relative;
  width: 600px;
  height: 56px;
  margin: 15px auto;
  border-radius: 50px;
  background-color: rgb(217.8333333333, 221.55, 225.2666666667);
  border: 1px solid #f7f7f7;
}
@media (max-width: 768px) {
  .Search {
    width: calc(100% - 50px);
  }
}
@media (max-width: 576px) {
  .Search {
    width: calc(100% - 20px);
  }
}
.Search button {
  width: 40px;
  height: 40px;
  padding: 7px;
  margin: 8px;
  border-radius: 100px;
  color: #fff;
  background-color: #333333;
}
.Search input {
  outline: none;
  border: none;
  flex: 1;
  height: 100%;
  padding: 10px 20px;
  background-color: unset;
}
.Search .SearchNav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
}

.Back {
  position: fixed;
  right: 20px !important;
  top: 70px;
  width: 22px;
  height: 22px;
  border-radius: 100px;
  color: rgb(63.75, 63.75, 63.75) !important;
  background-color: #e9e9e9;
  display: none !important;
}
@media (min-width: 1000px) {
  .Back {
    right: 44px !important;
  }
}
@media (max-width: 576px) {
  .Back {
    display: none;
  }
}
.Back svg {
  width: 23px;
  height: 23px;
}

.En {
  font-family: Arial, Helvetica, sans-serif;
}

.No-Border {
  border: unset !important;
}

.Notify-Cart {
  position: absolute;
  top: -2px;
  left: -3px;
  font-size: 11px;
  padding: 2px 5px;
  border-radius: 50px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #ff0000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
  -webkit-text-fill-color: inherit !important;
}

.Dark {
  /* Scrollbar base */
}
.Dark p span {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #d9d9d9 !important;
}
.Dark .Main {
  background-color: rgb(20.4, 20.4, 20.4) !important;
  color: rgb(216.75, 216.75, 216.75) !important;
}
.Dark .Main .Introduction .Titr {
  color: #d9d9d9 !important;
}
.Dark .Main .Introduction .Describe {
  color: #d9d9d9 !important;
}
.Dark .Main .Article {
  background-color: #0d0d0d;
  box-shadow: none;
}
.Dark .Main .Article-Place .Describe .Titr {
  color: #d9d9d9 !important;
}
.Dark .Main .Article-Place .Describe .Text {
  color: #d9d9d9 !important;
}
.Dark .Main .Article-Place img {
  opacity: 0.8;
}
.Dark .Nav-Main {
  background-color: #000;
  color: #fff !important;
}
.Dark .Nav-Main .Logo .Card-Profile {
  background-color: #000;
}
.Dark .Business-Name, .Dark .Business-Description, .Dark .Group-Name {
  color: #fff;
}
.Dark .Search {
  background-color: rgb(47.3333333333, 53.25, 59.1666666667);
  border: 1px solid #4e5861 !important;
}
.Dark .Search button {
  color: #fff;
  background-color: rgb(22.4, 25.2, 28);
}
.Dark .Search input {
  color: #fff;
}
.Dark .Search input::-moz-placeholder {
  color: rgb(127.5, 127.5, 127.5);
}
.Dark .Search input::placeholder {
  color: rgb(127.5, 127.5, 127.5);
}
.Dark .Menu {
  background: rgba(43, 43, 43, 0.7);
  color: #d9d9d9 !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-color: #292929 !important;
}
.Dark .Menu .Brand {
  background-color: #171717 !important;
  color: #d9d9d9 !important;
}
.Dark .Menu .Brand .Card-Profile {
  background-color: #202020 !important;
  color: #737373 !important;
  border-color: rgba(255, 255, 255, 0.07);
}
.Dark .Menu .Menu-Options {
  border-color: rgb(20.4, 20.4, 20.4) !important;
}
.Dark .Menu .Menu-Options .active::before {
  width: 2px;
  background-color: #fff;
}
.Dark .Menu .Menu-Theme {
  border-color: rgb(20.4, 20.4, 20.4) !important;
}
.Dark .Menu .Menu-Options label:hover,
.Dark .Menu .Menu-Options a:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.Dark .Menu .Menu-Theme:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.Dark .Menu .Menu-Theme .Theme {
  background: url(../image/icons/night-theme.svg) no-repeat;
}
.Dark .Menu .Menu-Profile {
  border-color: #292929 !important;
}
.Dark .Menu .Menu-Profile .Card-Profile {
  background-color: #171717 !important;
  color: #737373 !important;
  border-color: #292929 !important;
}
.Dark .Contact-Us {
  color: #d9d9d9 !important;
}
.Dark .Contact-Us .Company .Image {
  background-color: #000;
}
.Dark .Contact-Us .Form form .Titr {
  color: #fff;
}
.Dark .Contact-Us .Form form input, .Dark .Contact-Us .Form form textarea {
  background-color: #292929 !important;
  color: #fff;
}
.Dark .Nav-Second {
  box-shadow: none;
  color: #737373 !important;
  border-bottom: 1px solid #202020 !important;
  background-color: #202020 !important;
}
.Dark .Nav-Second .Route:hover,
.Dark .Nav-Second .Route:nth-last-child(1) {
  color: #fff !important;
}
.Dark .Vitrine-Item {
  color: #d9d9d9 !important;
}
.Dark .Vitrine-Item .Image {
  color: rgba(204, 204, 204, 0.2705882353);
  background-color: rgba(0, 0, 0, 0);
}
.Dark .Vitrine-Item svg {
  color: rgba(204, 204, 204, 0.2705882353);
  background-color: #000000;
}
.Dark .Vitrine-Item .Description {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.568627451);
}
.Dark .Vitrine-Item .Text .Titr {
  color: white;
}
.Dark .Vitrine-Item .Text .Price {
  color: white;
}
.Dark .Vitrine-Item .Text .Off {
  color: #ff8f8f;
}
.Dark .Groups {
  background-color: rgb(20.4, 20.4, 20.4) !important;
}
.Dark .Groups-Item {
  background-color: #353c42;
  color: #c5c5c5;
  border-color: #4e5861 !important;
}
.Dark .Groups-Item:hover {
  border-color: #acabab !important;
  background-color: #353c42 !important;
  color: #c5c5c5 !important;
}
.Dark .Groups .active:hover {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #000 !important;
}
.Dark .Product .Titles {
  background-color: rgb(17.85, 17.85, 17.85) !important;
  border-color: #202020 !important;
}
.Dark .Product h2 {
  color: #d9d9d9 !important;
}
.Dark .Product .Images {
  color: #d9d9d9 !important;
}
.Dark .Product .Images .Hero {
  color: #d9d9d9 !important;
  background-color: rgba(0, 0, 0, 0);
}
.Dark .Product .Images svg {
  color: #d9d9d9 !important;
  background-color: #000000;
}
.Dark .Product .Images .Group .Group-Item {
  background-color: rgba(0, 0, 0, 0);
}
.Dark .Product .Features .Features-Container {
  color: #d9d9d9 !important;
  border: 2px solid rgb(37.1, 35, 34.3);
}
.Dark .Product .Features .Description {
  color: rgb(216.75, 216.75, 216.75) !important;
  border-color: #202020 !important;
}
.Dark .Product .Features .Features-Container .Item:nth-child(odd) {
  background-color: rgb(16.0173913043, 15.35, 14.6826086957);
}
.Dark .Product .Features .Features-Container .Item:nth-child(even) {
  background-color: rgb(23.7178571429, 22.9, 22.0821428571);
}
.Dark .Product .Features .Features-Container .Item .A {
  color: #d9d9d9 !important;
}
.Dark .Product .Titles {
  color: #d9d9d9 !important;
}
.Dark .Product .Titles .Btn-Black {
  background-color: #fff;
  color: #000;
}
.Dark .Product .Titles .Btn-Black:hover {
  background-color: #d9d9d9;
  color: #000;
}
.Dark .WebPage h1, .Dark .WebPage h2, .Dark .WebPage article {
  color: #d9d9d9 !important;
}
.Dark .Order .Order-Item .Paid, .Dark .Order .Order-Item .Unpaid {
  color: #ffffff;
  background-color: rgba(66, 117, 25, 0.911) !important;
}
.Dark .Order .Order-Item .Unpaid {
  color: #ffffff;
  background-color: rgba(240, 24, 24, 0.911) !important;
}
.Dark footer {
  background-color: #000;
  color: rgba(255, 255, 255, 0.4745098039);
}
.Dark .Back {
  color: rgb(216.75, 216.75, 216.75) !important;
  background-color: #000;
}
.Dark .Invoice .Shopping {
  color: rgb(216.75, 216.75, 216.75) !important;
}
.Dark .Invoice .Shopping .Shopping-Item {
  border-color: #202020 !important;
}
.Dark .Invoice .Shopping .Shopping-Item .Image {
  background-color: rgba(0, 0, 0, 0);
}
.Dark .Invoice .Shopping .Shopping-Item .Image svg {
  background-color: #000;
}
.Dark .Invoice .Shopping .Description .Name {
  color: rgb(216.75, 216.75, 216.75) !important;
}
.Dark .Counter .Button {
  background-color: rgb(40.8, 40.8, 40.8);
  color: #fff;
}
.Dark .Product .Button {
  background-color: rgb(242.25, 242.25, 242.25) !important;
  color: #000;
}
.Dark .Invoice .Summary {
  background-color: rgb(35.7, 35.7, 35.7);
  color: rgb(216.75, 216.75, 216.75) !important;
}
.Dark .Invoice .Summary .OrderBy {
  border-color: rgb(63.75, 63.75, 63.75);
}
.Dark .Invoice .Summary .Btn-Black {
  background-color: #fff !important;
  color: #181716;
}
.Dark .Invoice .Summary .Btn-Black:hover {
  background-color: rgb(216.75, 216.75, 216.75) !important;
}
.Dark .Mobile-Auth-Container {
  color: #fff;
  background-color: rgb(38.25, 38.25, 38.25) !important;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.Dark .Mobile-Auth input {
  border-color: rgba(255, 255, 255, 0.1882352941) !important;
  color: #fff;
}
.Dark .Mobile-Auth input::-moz-placeholder {
  color: #646464 !important;
}
.Dark .Mobile-Auth input::placeholder {
  color: #646464 !important;
}
.Dark .Mobile-Auth .Btn {
  background-color: rgba(255, 255, 255, 0.9450980392);
  color: #1f1f1f;
}
.Dark .User .User-Tabs .Item {
  color: rgb(216.75, 216.75, 216.75) !important;
  border-color: rgba(255, 255, 255, 0.0823529412);
}
.Dark .Nav-Mobile {
  background-color: #000;
  color: rgb(216.75, 216.75, 216.75) !important;
  border-color: rgba(255, 255, 255, 0.4039215686);
}
.Dark .Nav-Mobile .active {
  border-color: rgb(216.75, 216.75, 216.75) !important;
}
.Dark .Orders-Item {
  background-color: #333333;
}
.Dark .Orders-Item:hover {
  border: 1px solid rgba(255, 255, 255, 0.2705882353);
}
.Dark .Orders-Item .Waiting, .Dark .Orders .Orders-Item .Done, .Orders .Dark .Orders-Item .Done, .Dark .Orders .Orders-Item .Error, .Orders .Dark .Orders-Item .Error {
  background-color: #fdb549;
  color: #000;
}
.Dark .Orders-Item .Done {
  background-color: #78c551 !important;
}
.Dark .Orders-Item .Error {
  background-color: #f53e3e !important;
}
.Dark .Transmitter-Loading {
  box-shadow: unset;
}
@media (min-width: 769px) {
  .Dark ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
}
.Dark ::-webkit-scrollbar-track {
  background: #1e1e1e;
}
.Dark ::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 4px;
}
.Dark ::-webkit-scrollbar-thumb:hover {
  background: #888;
}
.Dark input:-webkit-autofill,
.Dark input:-webkit-autofill:hover,
.Dark input:-webkit-autofill:focus,
.Dark input:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}
.Dark .Text-Blue {
  color: #00a2ff;
}

@media (prefers-color-scheme: dark) {
  .Dark-Auto {
    /* Scrollbar base */
  }
  .Dark-Auto p span {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #d9d9d9 !important;
  }
  .Dark-Auto .Main {
    background-color: rgb(20.4, 20.4, 20.4) !important;
    color: rgb(216.75, 216.75, 216.75) !important;
  }
  .Dark-Auto .Main .Introduction .Titr {
    color: #d9d9d9 !important;
  }
  .Dark-Auto .Main .Introduction .Describe {
    color: #d9d9d9 !important;
  }
  .Dark-Auto .Main .Article {
    background-color: #0d0d0d;
    box-shadow: none;
  }
  .Dark-Auto .Main .Article-Place .Describe .Titr {
    color: #d9d9d9 !important;
  }
  .Dark-Auto .Main .Article-Place .Describe .Text {
    color: #d9d9d9 !important;
  }
  .Dark-Auto .Main .Article-Place img {
    opacity: 0.8;
  }
  .Dark-Auto .Nav-Main {
    background-color: #000;
    color: #fff !important;
  }
  .Dark-Auto .Nav-Main .Logo .Card-Profile {
    background-color: #000;
  }
  .Dark-Auto .Business-Name, .Dark-Auto .Business-Description, .Dark-Auto .Group-Name {
    color: #fff;
  }
  .Dark-Auto .Search {
    background-color: rgb(47.3333333333, 53.25, 59.1666666667);
    border: 1px solid #4e5861 !important;
  }
  .Dark-Auto .Search button {
    color: #fff;
    background-color: rgb(22.4, 25.2, 28);
  }
  .Dark-Auto .Search input {
    color: #fff;
  }
  .Dark-Auto .Search input::-moz-placeholder {
    color: rgb(127.5, 127.5, 127.5);
  }
  .Dark-Auto .Search input::placeholder {
    color: rgb(127.5, 127.5, 127.5);
  }
  .Dark-Auto .Menu {
    background: rgba(43, 43, 43, 0.7);
    color: #d9d9d9 !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-color: #292929 !important;
  }
  .Dark-Auto .Menu .Brand {
    background-color: #171717 !important;
    color: #d9d9d9 !important;
  }
  .Dark-Auto .Menu .Brand .Card-Profile {
    background-color: #202020 !important;
    color: #737373 !important;
    border-color: rgba(255, 255, 255, 0.07);
  }
  .Dark-Auto .Menu .Menu-Options {
    border-color: rgb(20.4, 20.4, 20.4) !important;
  }
  .Dark-Auto .Menu .Menu-Options .active::before {
    width: 2px;
    background-color: #fff;
  }
  .Dark-Auto .Menu .Menu-Theme {
    border-color: rgb(20.4, 20.4, 20.4) !important;
  }
  .Dark-Auto .Menu .Menu-Options label:hover,
  .Dark-Auto .Menu .Menu-Options a:hover {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .Dark-Auto .Menu .Menu-Theme:hover {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .Dark-Auto .Menu .Menu-Theme .Theme {
    background: url(../image/icons/night-theme.svg) no-repeat;
  }
  .Dark-Auto .Menu .Menu-Profile {
    border-color: #292929 !important;
  }
  .Dark-Auto .Menu .Menu-Profile .Card-Profile {
    background-color: #171717 !important;
    color: #737373 !important;
    border-color: #292929 !important;
  }
  .Dark-Auto .Contact-Us {
    color: #d9d9d9 !important;
  }
  .Dark-Auto .Contact-Us .Company .Image {
    background-color: #000;
  }
  .Dark-Auto .Contact-Us .Form form .Titr {
    color: #fff;
  }
  .Dark-Auto .Contact-Us .Form form input, .Dark-Auto .Contact-Us .Form form textarea {
    background-color: #292929 !important;
    color: #fff;
  }
  .Dark-Auto .Nav-Second {
    box-shadow: none;
    color: #737373 !important;
    border-bottom: 1px solid #202020 !important;
    background-color: #202020 !important;
  }
  .Dark-Auto .Nav-Second .Route:hover,
  .Dark-Auto .Nav-Second .Route:nth-last-child(1) {
    color: #fff !important;
  }
  .Dark-Auto .Vitrine-Item {
    color: #d9d9d9 !important;
  }
  .Dark-Auto .Vitrine-Item .Image {
    color: rgba(204, 204, 204, 0.2705882353);
    background-color: rgba(0, 0, 0, 0);
  }
  .Dark-Auto .Vitrine-Item svg {
    color: rgba(204, 204, 204, 0.2705882353);
    background-color: #000000;
  }
  .Dark-Auto .Vitrine-Item .Description {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.568627451);
  }
  .Dark-Auto .Vitrine-Item .Text .Titr {
    color: white;
  }
  .Dark-Auto .Vitrine-Item .Text .Price {
    color: white;
  }
  .Dark-Auto .Vitrine-Item .Text .Off {
    color: #ff8f8f;
  }
  .Dark-Auto .Groups {
    background-color: rgb(20.4, 20.4, 20.4) !important;
  }
  .Dark-Auto .Groups-Item {
    background-color: #353c42;
    color: #c5c5c5;
    border-color: #4e5861 !important;
  }
  .Dark-Auto .Groups-Item:hover {
    border-color: #acabab !important;
    background-color: #353c42 !important;
    color: #c5c5c5 !important;
  }
  .Dark-Auto .Groups .active:hover {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #000 !important;
  }
  .Dark-Auto .Product .Titles {
    background-color: rgb(17.85, 17.85, 17.85) !important;
    border-color: #202020 !important;
  }
  .Dark-Auto .Product h2 {
    color: #d9d9d9 !important;
  }
  .Dark-Auto .Product .Images {
    color: #d9d9d9 !important;
  }
  .Dark-Auto .Product .Images .Hero {
    color: #d9d9d9 !important;
    background-color: rgba(0, 0, 0, 0);
  }
  .Dark-Auto .Product .Images svg {
    color: #d9d9d9 !important;
    background-color: #000000;
  }
  .Dark-Auto .Product .Images .Group .Group-Item {
    background-color: rgba(0, 0, 0, 0);
  }
  .Dark-Auto .Product .Features .Features-Container {
    color: #d9d9d9 !important;
    border: 2px solid rgb(37.1, 35, 34.3);
  }
  .Dark-Auto .Product .Features .Description {
    color: rgb(216.75, 216.75, 216.75) !important;
    border-color: #202020 !important;
  }
  .Dark-Auto .Product .Features .Features-Container .Item:nth-child(odd) {
    background-color: rgb(16.0173913043, 15.35, 14.6826086957);
  }
  .Dark-Auto .Product .Features .Features-Container .Item:nth-child(even) {
    background-color: rgb(23.7178571429, 22.9, 22.0821428571);
  }
  .Dark-Auto .Product .Features .Features-Container .Item .A {
    color: #d9d9d9 !important;
  }
  .Dark-Auto .Product .Titles {
    color: #d9d9d9 !important;
  }
  .Dark-Auto .Product .Titles .Btn-Black {
    background-color: #fff;
    color: #000;
  }
  .Dark-Auto .Product .Titles .Btn-Black:hover {
    background-color: #d9d9d9;
    color: #000;
  }
  .Dark-Auto .WebPage h1, .Dark-Auto .WebPage h2, .Dark-Auto .WebPage article {
    color: #d9d9d9 !important;
  }
  .Dark-Auto .Order .Order-Item .Paid, .Dark-Auto .Order .Order-Item .Unpaid {
    color: #ffffff;
    background-color: rgba(66, 117, 25, 0.911) !important;
  }
  .Dark-Auto .Order .Order-Item .Unpaid {
    color: #ffffff;
    background-color: rgba(240, 24, 24, 0.911) !important;
  }
  .Dark-Auto footer {
    background-color: #000;
    color: rgba(255, 255, 255, 0.4745098039);
  }
  .Dark-Auto .Back {
    color: rgb(216.75, 216.75, 216.75) !important;
    background-color: #000;
  }
  .Dark-Auto .Invoice .Shopping {
    color: rgb(216.75, 216.75, 216.75) !important;
  }
  .Dark-Auto .Invoice .Shopping .Shopping-Item {
    border-color: #202020 !important;
  }
  .Dark-Auto .Invoice .Shopping .Shopping-Item .Image {
    background-color: rgba(0, 0, 0, 0);
  }
  .Dark-Auto .Invoice .Shopping .Shopping-Item .Image svg {
    background-color: #000;
  }
  .Dark-Auto .Invoice .Shopping .Description .Name {
    color: rgb(216.75, 216.75, 216.75) !important;
  }
  .Dark-Auto .Counter .Button {
    background-color: rgb(40.8, 40.8, 40.8);
    color: #fff;
  }
  .Dark-Auto .Product .Button {
    background-color: rgb(242.25, 242.25, 242.25) !important;
    color: #000;
  }
  .Dark-Auto .Invoice .Summary {
    background-color: rgb(35.7, 35.7, 35.7);
    color: rgb(216.75, 216.75, 216.75) !important;
  }
  .Dark-Auto .Invoice .Summary .OrderBy {
    border-color: rgb(63.75, 63.75, 63.75);
  }
  .Dark-Auto .Invoice .Summary .Btn-Black {
    background-color: #fff !important;
    color: #181716;
  }
  .Dark-Auto .Invoice .Summary .Btn-Black:hover {
    background-color: rgb(216.75, 216.75, 216.75) !important;
  }
  .Dark-Auto .Mobile-Auth-Container {
    color: #fff;
    background-color: rgb(38.25, 38.25, 38.25) !important;
    border: 1px solid rgba(255, 255, 255, 0.1254901961);
  }
  .Dark-Auto .Mobile-Auth input {
    border-color: rgba(255, 255, 255, 0.1882352941) !important;
    color: #fff;
  }
  .Dark-Auto .Mobile-Auth input::-moz-placeholder {
    color: #646464 !important;
  }
  .Dark-Auto .Mobile-Auth input::placeholder {
    color: #646464 !important;
  }
  .Dark-Auto .Mobile-Auth .Btn {
    background-color: rgba(255, 255, 255, 0.9450980392);
    color: #1f1f1f;
  }
  .Dark-Auto .User .User-Tabs .Item {
    color: rgb(216.75, 216.75, 216.75) !important;
    border-color: rgba(255, 255, 255, 0.0823529412);
  }
  .Dark-Auto .Nav-Mobile {
    background-color: #000;
    color: rgb(216.75, 216.75, 216.75) !important;
    border-color: rgba(255, 255, 255, 0.4039215686);
  }
  .Dark-Auto .Nav-Mobile .active {
    border-color: rgb(216.75, 216.75, 216.75) !important;
  }
  .Dark-Auto .Orders-Item {
    background-color: #333333;
  }
  .Dark-Auto .Orders-Item:hover {
    border: 1px solid rgba(255, 255, 255, 0.2705882353);
  }
  .Dark-Auto .Orders-Item .Waiting, .Dark-Auto .Orders .Orders-Item .Done, .Orders .Dark-Auto .Orders-Item .Done, .Dark-Auto .Orders .Orders-Item .Error, .Orders .Dark-Auto .Orders-Item .Error {
    background-color: #fdb549;
    color: #000;
  }
  .Dark-Auto .Orders-Item .Done {
    background-color: #78c551 !important;
  }
  .Dark-Auto .Orders-Item .Error {
    background-color: #f53e3e !important;
  }
  .Dark-Auto .Transmitter-Loading {
    box-shadow: unset;
  }
}
@media (prefers-color-scheme: dark) and (min-width: 769px) {
  .Dark-Auto ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
}
@media (prefers-color-scheme: dark) {
  .Dark-Auto ::-webkit-scrollbar-track {
    background: #1e1e1e;
  }
  .Dark-Auto ::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 4px;
  }
  .Dark-Auto ::-webkit-scrollbar-thumb:hover {
    background: #888;
  }
  .Dark-Auto input:-webkit-autofill,
  .Dark-Auto input:-webkit-autofill:hover,
  .Dark-Auto input:-webkit-autofill:focus,
  .Dark-Auto input:-webkit-autofill:active {
    -webkit-transition: background-color 9999s ease-in-out 0s;
    transition: background-color 9999s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
  }
  .Dark-Auto .Text-Blue {
    color: #00a2ff;
  }
}
.Dark-Auto .Menu .Menu-Theme .Theme {
  position: relative;
  background: url(../image/icons/day-theme.svg) no-repeat;
}

@media (prefers-color-scheme: dark) {
  .Dark-Auto .Menu .Menu-Theme .Theme {
    background: url(../image/icons/night-theme.svg) no-repeat;
  }
}
.Dark-Auto .Menu .Menu-Theme .Theme:after {
  position: absolute;
  content: "Auto";
  left: 47px;
  bottom: 0;
  width: 20px;
  height: 20px;
  font-size: 11.5px;
  opacity: 0.7;
}