﻿@charset "UTF-8";
@import url("https://v1.fontapi.ir/css/Shabnam");
@media screen and (Max-width: 768px) {
  .Banner {
    justify-content: space-between;
  }
  .Banner > a {
    width: 40% !important;
  }
  .Banner-taki > a {
    width: 90% !important;
  }
}
@media screen and (Max-width: 425px) {
  .Banner {
    margin: -0.5rem 0 !important;
    flex-wrap: wrap;
  }
  .Banner > a {
    padding: 0;
    margin: 1.3rem 0;
    width: 90% !important;
  }
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%% NavBar Desktop %%%%%%%%%%%%%%%%%%%%%%*/
/*================== Navbar Desktop =============*/
/*%%%%%%%%%%%%%%%%%%%%%%%% END of Navbar Desktop %%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%% Navbar Mobile %%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%% END of Navbar Mobile %%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%  Footer  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%  End OF Footer  %%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.Section-shoes-Of-Pardiss__Buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 18.2rem;
  position: absolute;
  margin-top: 5rem;
}

.ScroolRight, .ScroolLeft {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7803921569);
  backdrop-filter: blur(2px);
  border-radius: 8px;
  border: none;
  outline: none;
  margin: 0 2rem;
  cursor: pointer;
  position: absolute;
}

.ScroolLeft {
  left: 0;
  transform: rotate(90deg);
}

.ScroolRight {
  transform: rotate(-90deg);
}

@media screen and (Max-width: 1920px) {
  .Section-shoes-Of-Pardiss:first-child {
    margin-top: -5rem !important;
  }
}
@media screen and (Max-width: 1440px) {
  .Section-shoes-Of-Pardiss:first-child {
    margin-top: 1rem !important;
  }
}
@media screen and (Max-width: 768px) {
  .Section-shoes-Of-Pardiss:first-child {
    margin-top: -1rem !important;
  }
}
@media screen and (Max-width: 425px) {
  .ScroolLeft, .ScroolRight {
    display: none;
  }
  .Section-shoes-Of-Pardiss:first-child {
    margin-top: -8rem !important;
  }
}
@media screen and (max-width: 1366px) {
  .select-box-Model__input-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .select-box-Season__input-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .select-box-size__input-text {
    font-size: 14px;
  }
}
/*header{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Shabnam", sans-serif;
  direction: rtl;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Shabnam", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Optional: Box sizing reset */
* {
  box-sizing: border-box;
  font-family: Shabnam, sans-serif;
}

/* Optional: Remove outline for accessibility */
:focus {
  outline: none;
}

/* Optional: Responsive images */
img {
  max-width: 100%;
  height: auto;
}

/* Optional: Remove default button styles */
button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: "Shabnam", sans-serif;
}

/* Optional: Remove default input styles */
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: "Shabnam", sans-serif;
  font-size: inherit;
  color: inherit;
}

/* Optional: Remove default link styles */
a {
  text-decoration: none;
  color: inherit;
  font-family: "Shabnam", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Shabnam", sans-serif;
}

* {
  /* سایر استایل‌ها */
  user-select: text; /* اجازه انتخاب متن را می‌دهد */
  -webkit-user-select: text; /* برای مرورگرهای مبتنی بر WebKit */
  -moz-user-select: text; /* برای فایرفاکس */
  -ms-user-select: text; /* برای اینترنت اکسپلورر/Edge */
  /* استایل متن انتخاب شده */
}

*::selection {
  background: highlight; /* رنگ پیش‌فرض مرورگر برای پس‌زمینه */
  color: highlighttext; /* رنگ پیش‌فرض مرورگر برای متن */
  /* background: #0078d7; */
  /* color: white; */
}

@media (max-width: 768px) {
  /*.no-highlight-mobile {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }*/
  /*.no-highlight-mobile::selection {
      background-color: transparent;
      color: inherit;
  }*/
}
/********* Navbar ************/
.Navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  height: 3rem;
  padding: 0 2rem;
  position: absolute;
  background: none;
  top: 10px;
  z-index: 3;
}
.Navbar__Mobile {
  z-index: 2;
  display: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Navbar__Mobile {
    position: absolute;
    display: flex;
    align-items: start;
    align-content: start;
    flex-wrap: wrap;
    top: 0;
    right: -300px;
    width: 70%;
    min-width: 250px;
    max-width: 300px;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5803921569);
    backdrop-filter: blur(10px);
    transition: all 300ms ease-in-out;
    gap: 20px;
    padding: 0.5rem 0;
  }
  .Navbar__Mobile > div {
    display: flex;
    flex-wrap: wrap;
  }
  .Navbar__Mobile__Close {
    width: 100%;
  }
  .Navbar__Mobile__Close > bestui-icon {
    margin: 0.3rem 1.5rem 0 0;
  }
  .Navbar__Mobile__Profile {
    width: 100%;
    justify-content: center;
    gap: 15px;
  }
  .Navbar__Mobile__Profile > div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .Navbar__Mobile__Profile > div > img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
  }
  .Navbar__Mobile__Links {
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
  }
  .Navbar__Mobile__Links > div {
    width: 100%;
    height: 60vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
  }
  .Navbar__Mobile__Links > div > ul {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    gap: 10px;
  }
  .Navbar__Mobile__Links > div > ul > li {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0.5rem 0.7rem;
    width: 100%;
    height: 3rem;
    background-color: #FB691C;
    color: #fff;
    border-radius: 8px;
  }
  .Navbar__Mobile__Links > div > ul > li > a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 100%;
  }
  .Navbar__Mobile__Links > div > ul > li > a > img {
    margin: 0 0.5rem 0 0.7rem;
  }
}
.Navbar__Logo {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .Navbar__Logo {
    width: 40px;
    height: 40px;
  }
}
.Navbar__Logo > img {
  width: 100%;
}
.Navbar__Menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .Navbar__Menu {
    display: block;
  }
}
.Navbar__Links {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  min-width: 500px;
  max-width: 700px;
  margin-right: 8rem;
}
@media screen and (max-width: 768px) {
  .Navbar__Links {
    display: none;
  }
  .Navbar__Links body {
    overflow: hidden;
  }
}
.Navbar__Links > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  transition: all 300ms ease-in-out;
}
.Navbar__Links > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  max-width: 100px;
  padding: 0.3rem;
  margin: 0 0.7rem;
  text-align: center;
  cursor: pointer;
  color: inherit;
  transform: scale(1);
  transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Navbar__Links > ul > li:hover {
  color: #FB691C;
  transform: scale(1.4);
}
.Navbar__Links > ul > li > a {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  font-size: 1.1em;
  white-space: nowrap;
}
.Navbar__Buttons {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Navbar__Buttons {
    display: none;
  }
}
.Navbar__Buttons__Account {
  position: relative;
}
.Navbar__Buttons__Account:hover .Navbar__Buttons__Account__Menu__UL {
  display: flex;
  z-index: 2;
}
.Navbar__Buttons__Account__Menu {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 1px;
  width: fit-content;
  display: flex;
  justify-content: center;
  padding: 0.1rem 0.3rem;
  border: 1px solid 1px solid rgba(0, 0, 0, 0.1);
  z-index: 4 !important;
}
.Navbar__Buttons__Account__Menu > ul {
  background-color: rgba(255, 255, 255, 0.5803921569);
  backdrop-filter: blur(10px);
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 2;
  top: 35px;
  right: -10px;
  width: 150px;
  padding: 0.5rem;
  list-style: none;
  transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 2px 10px 0 rgba(22, 23, 77, 0.2);
  border-radius: 8px;
}
.Navbar__Buttons__Account__Menu > ul > li {
  width: 100%;
  list-style: none;
  padding: 0.5rem 0.3rem;
  border-radius: 8px;
}
.Navbar__Buttons__Account__Menu > ul > li:hover {
  background-color: rgba(219, 219, 219, 0.431372549);
}
.Navbar__Buttons__Account__Menu > ul > li > a {
  width: 100%;
  text-decoration: none;
  color: #2D2942;
  padding: 0.5rem 0.3rem;
  white-space: nowrap;
}
.Navbar__Buttons__CardItem {
  position: relative;
}
.Navbar__Buttons__CardItem > span {
  position: absolute;
  top: -4px;
  right: -4px;
  position: absolute;
  background-color: #FF3D00;
  width: fit-content;
  min-width: 15px;
  max-width: 20px;
  height: 15px;
  font-size: 12px;
  display: flex;
  padding-top: 0.2rem;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  z-index: 1;
}
.Navbar__Buttons__CardItem:hover .Navbar__Buttons__CardItem__Menu__UL {
  display: flex;
  z-index: 2;
}
.Navbar__Buttons__CardItem__Menu {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 1px;
  width: fit-content;
  display: flex;
  justify-content: center;
  padding: 0.1rem 0.3rem;
  border: 1px solid 1px solid rgba(0, 0, 0, 0.1);
  z-index: 4 !important;
}
.Navbar__Buttons__CardItem__Menu > ul {
  background-color: rgba(255, 255, 255, 0.5803921569);
  backdrop-filter: blur(10px);
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 2;
  top: 35px;
  right: -10px;
  width: fit-content;
  padding: 0.5rem;
  list-style: none;
  transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 2px 10px 0 rgba(22, 23, 77, 0.2);
  border-radius: 8px;
}
.Navbar__Buttons__CardItem__Menu > ul > li {
  width: 100%;
  list-style: none;
  padding: 0.5rem;
  border-radius: 8px;
  cursor: pointer;
}
.Navbar__Buttons__CardItem__Menu > ul > li:hover {
  background-color: rgba(219, 219, 219, 0.431372549);
}
.Navbar__Buttons__CardItem__Menu > ul > li > a {
  width: 100%;
  text-decoration: none;
  color: #2D2942;
  padding: 0.5rem 0.3rem;
  white-space: nowrap;
}
.Navbar__Buttons__Notification {
  position: relative;
}
.Navbar__Buttons__Notification > span {
  position: absolute;
  top: -4px;
  right: -4px;
  position: absolute;
  background-color: #FF3D00;
  width: fit-content;
  min-width: 15px;
  max-width: 20px;
  height: 15px;
  font-size: 12px;
  display: flex;
  padding-top: 0.2rem;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  z-index: 1;
}
.Navbar__Buttons__Notification:hover .Navbar__Buttons__Notification__Menu__UL {
  display: flex;
  z-index: 2;
}
.Navbar__Buttons__Notification__Menu {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 1px;
  width: fit-content;
  display: flex;
  justify-content: center;
  padding: 0.1rem 0.3rem;
  border: 1px solid 1px solid rgba(0, 0, 0, 0.1);
  z-index: 4 !important;
}
.Navbar__Buttons__Notification__Menu > ul {
  background-color: rgba(255, 255, 255, 0.5803921569);
  backdrop-filter: blur(10px);
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 2;
  top: 35px;
  right: -60px;
  width: fit-content;
  padding: 0.5rem;
  list-style: none;
  transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 2px 10px 0 rgba(22, 23, 77, 0.2);
  border-radius: 8px;
  gap: 10px;
}
.Navbar__Buttons__Notification__Menu > ul > li {
  width: 100%;
  list-style: none;
  padding: 0.5rem;
  border-radius: 8px;
  cursor: pointer;
}
.Navbar__Buttons__Notification__Menu > ul > li:hover {
  background-color: rgba(219, 219, 219, 0.431372549);
}
.Navbar__Buttons__Notification__Menu > ul > li > a {
  width: 100%;
  text-decoration: none;
  color: #2D2942;
  padding: 0.5rem 0.3rem;
  white-space: nowrap;
}
.Navbar__Buttons__Search {
  position: relative;
}
.Navbar__Buttons__Search__Input {
  width: 300px;
  top: 35px;
  right: -260px;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5803921569);
  padding: 1rem 0.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(22, 23, 77, 0.2);
  backdrop-filter: blur(10px);
}
.Navbar__Buttons__Search__Input > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(219, 219, 219, 0.431372549);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 17px;
  width: 100%;
}
.Navbar__Buttons__Search__Input > div > input {
  width: 85%;
  height: 1.7rem;
  background: none;
  text-align: center;
  color: #2D2942;
  border: none;
  outline: none;
}
.Navbar__Buttons__Search__Input > div > bestui-icon {
  cursor: pointer;
}
.Navbar__Buttons__Search:hover .Navbar__Buttons__Search__Input {
  display: flex;
}

/****************** End Of Navbar ************/
/****************** Header ************/
footer {
  margin-top: 5rem;
  width: 100%;
  height: fit-content;
  background-image: url("../lib/images/WebP/Background Footer.webp");
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  bottom: 0;
}

.footer-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.footer-header > div {
  display: flex;
  align-items: center;
  height: 3rem;
}
.footer-header > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-header > div > a > img {
  width: 60%;
}

.Move_button_footer {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
.Move_button_footer > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 216, 180, 0.62);
  border-radius: 8px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-left: 8rem;
  transform: rotate(180deg);
}

.footer-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding: 0 4rem;
  width: 95%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 425px) {
  .footer-main {
    margin: 0 !important;
  }
}
.footer-main > div {
  width: 25%;
  margin-bottom: 1rem;
}
.footer-main > div > h2 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer-main > div > p {
  text-align: justify;
  line-height: 25px;
}
.footer-main > div > ul {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-main > div > ul > li {
  list-style: none;
  display: flex;
  width: 100%;
}
.footer-main > div > ul > li > a {
  text-decoration: none;
  color: #2D2942;
  margin: 0.3rem 0rem;
  cursor: pointer;
}
.footer-main > div > ul > li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-main > div > ul > li a > bestui-icon {
  margin-left: 0.5rem;
  width: 25px;
}
.footer-main > div > ul > li a > img {
  width: 20px;
  margin-left: 0.5rem;
}
.footer-main > div > div {
  margin-top: 1rem;
}
.footer-main > div > div > a > img {
  width: 25px;
  margin: 0 0.5rem;
}

.footer-links {
  width: 20% !important;
  margin-right: 4rem;
}
.footer-links ul > li a {
  transition: all 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.footer-links ul > li a:hover {
  color: #FB691C;
  transform: scale(1.1);
}

.footer-bestui {
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0A0A0A;
}
.footer-bestui > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bestui > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 10px;
  cursor: pointer;
}
.footer-bestui > div > a > span {
  color: #FF3636;
  font-weight: 100;
  font-family: Mouser;
}
@media screen and (max-width: 768px) {
  .footer-bestui > div > a > span {
    font-weight: 600;
  }
}
.footer-bestui > div > a > img {
  width: 30px;
}

/*======= REsponsive for Desktop L =========*/
/*======= REsponsive for Tablet =========*/
@media screen and (max-width: 768px) {
  .Move_button_footer > a {
    margin-left: 2rem;
  }
  .footer-header {
    margin: 0;
    height: fit-content;
    align-content: center;
    align-items: end;
  }
  .footer-main {
    flex-wrap: wrap;
  }
  .footer-main > div {
    width: 49%;
    margin-bottom: 1rem;
  }
  .footer-info {
    width: 90% !important;
    margin: 3rem 0 !important;
  }
  .footer-links {
    width: 49% !important;
    margin: 0;
  }
  .footer-Call {
    margin-top: 1rem;
  }
}
/*======= REsponsive for Mobile Medium =========*/
@media screen and (max-width: 425px) {
  .footer-main > div {
    width: 100% !important;
  }
}
