::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

button:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  cursor: pointer;
}

input {
  font-size: 14px;
  font-family: IRANSansL;
  border: none;
}

input[type=number] {
  outline: none;
  appearance: none;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  direction: ltr;
}

span:focus,
div:focus,
a:focus,
input:focus,
textarea:focus {
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=checkbox] {
  background-color: transparent;
}

textarea {
  font-family: IRANSansL;
  resize: none;
}

select:focus {
  outline: none;
}

select::-webkit-inner-spin-button,
select::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

footer {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  direction: rtl;
  overflow-x: hidden;
}

.container {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}

.breadcrumb {
  background-color: #fff;
}

.breadcrumb-item.active {
  color: #FF6D02;
}

.header__firstDiv {
  height: 100%;
  width: 100%;
  position: relative;
}

.header__firstDiv--banner {
  width: 100%;
}

.header__firstDiv a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
}

.header__secondDiv {
  width: 90%;
  margin: 1em auto;
}

.header__logoDiv {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.header__logoDiv img {
  width: 100%;
}

.header__search, .header__login {
  width: 100%;
  text-align: center;
}

.header__search img, .header__login img {
  width: 25px;
}

.header__searchModal {
  position: relative;
  width: 100%;
  background-color: #D4D3E3;
  border-radius: 15px;
  text-align: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  height: 0;
}

.header__searchModal input {
  border: 1px solid #D4D3E3;
  border-radius: 15px;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0;
  width: 70%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.header__searchModal--active {
  height: 170px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__searchModal--active input {
  height: 60px;
}

.header__itemHolder {
  width: 100%;
}

.header__searchCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header__thirdDiv {
  height: 55px;
  line-height: 55px;
  background-color: #FF6D02;
}

.header__thirdDiv {
  height: 55px;
  line-height: 55px;
  background-color: #FF6D02;
}

.header__menuDiv {
  width: 90%;
  margin: 0 auto;
}

.header__menuCol {
  position: unset;
  font-size: 13px;
  color: #fff;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__menuCol:nth-of-type(1):hover .header__menuSub1 {
  display: block;
}

.header__menuCol:nth-of-type(2):hover .header__menuSub2 {
  display: block;
}

.header__menuCol:nth-of-type(3):hover .header__menuSub3 {
  display: block;
}

.header__menuLink {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.header__menuLink img {
  margin-right: .5em;
}

.header__menuLink span {
  font-weight: bold;
}

.header__menuLink:hover {
  color: #000;
  background-color: #F3F3F9;
}

.header__videoButtonHolder {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__videoButtonHolder button {
  border-radius: 15px;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  width: 158px;
}

.header__menuCols {
  position: unset;
}

.header__menuDiv {
  position: relative;
}

.header__menuSub1, .header__menuSub2, .header__menuSub3 {
  width: 100%;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #F3F3F9;
  color: #000;
  z-index: 9;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 15px 15px;
  -webkit-box-shadow: 0 3px 6px #A5A5B2;
          box-shadow: 0 3px 6px #A5A5B2;
  background-image: url(../img/MaskGroup222.png);
  background-repeat: no-repeat;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  display: none;
}

.header__menuSub1 .row, .header__menuSub2 .row, .header__menuSub3 .row {
  margin: 0;
}

.header__menuSubTitle {
  border-bottom: 1px dashed #A5A5B2;
}

.header__menuSubTitle span {
  color: #A5A5B2;
  font-weight: bold;
  margin-right: 1em;
}

.header__menuSubContent a:hover {
  color: #FF6D02;
}

.header__hashtags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #D4D3E3;
  border-radius: 15px;
  height: 40px;
  padding: 0 2em;
}

.header__hashtags--div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.header__hashtags--hashtag {
  margin-left: 1em;
}

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

.header__profile a, .header__cart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

.header__thirdDiv {
  height: 50px;
  line-height: 50px;
  background-color: #080957;
}

.header__menuDiv {
  width: 90%;
  margin: 0 auto;
}

.header__menuCol {
  font-size: 13px;
  color: #fff;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__menuCol:hover .header__menuSub {
  display: block;
}

.header__menuLink {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.header__menuLink img {
  margin-right: .5em;
}

.header__menuLink span {
  font-weight: bold;
}

.header__menuLink:hover {
  color: #000;
  background-color: #F3F3F9;
}

.header__videoButtonHolder {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__videoButtonHolder button {
  border-radius: 30px;
  background-color: #fff;
  height: 58px;
  line-height: 58px;
  width: 158px;
}

.header__menuSub {
  width: 145vh;
  position: absolute;
  top: 60px;
  right: 0;
  background-color: #F3F3F9;
  color: #000;
  z-index: 9;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 15px 15px;
  -webkit-box-shadow: 0 3px 6px #A5A5B2;
          box-shadow: 0 3px 6px #A5A5B2;
  background-image: url(../img/MaskGroup222.png);
  background-repeat: no-repeat;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  display: none;
}

.header__menuSub .row {
  margin: 0;
}

.header__menuSubTitle {
  border-bottom: 1px dashed #A5A5B2;
}

.header__menuSubTitle span {
  color: #A5A5B2;
  font-weight: bold;
  margin-right: 1em;
}
.main__menuLink{
  box-sizing: border-box;
  width: 200px;
}
.menu__firstColumn{
  width: 200px;
  background-color: #FF6D02 !important;
}
.menu__secondColumn{
  width: calc(100% - 200px);
}
.header__menuSub{
  border: 1px solid #FF6D02 !important;
}
/*# sourceMappingURL=magHeader.css.map */