::-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;
}

.header__firstDiv {
  height: 73px;
  width: 100%;
  background-color: #D4D3E3;
}

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

.header__logoDiv {
  width: 200px;
  margin: 0 auto;
}

.header__logoDiv img {
  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__searchDiv {
  width: 100%;
  position: relative;
}

.header__searchInput {
  border: 1px solid #DBDBEB;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60%;
  border-radius: 32px;
  height: 40px;
  position: relative;
}

.header__searchInput::-webkit-input-placeholder {
  color: #A5A5B2;
}

.header__searchInput:-ms-input-placeholder {
  color: #A5A5B2;
}

.header__searchInput::-ms-input-placeholder {
  color: #A5A5B2;
}

.header__searchInput::placeholder {
  color: #A5A5B2;
}

.header__searchButton {
  background-color: #FF6D02;
  width: 95px;
  border-radius: 32px 0 0 32px;
  height: 40px;
  position: absolute;
  left: 0;
  line-height: 40px;
}

.header__searchButton img {
  width: 20px;
}

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

.header__shop img {
  width: 35px;
}

.header__profile img, .header__cart img {
  width: 25px;
}

.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: 55px;
  line-height: 55px;
  background-color: #FF6D02;
}

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

.header__menuCol {
  position: unset;
  font-size: 12px;
  color: #fff;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    margin-left:20px;

}

.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__menuCol:nth-of-type(4):hover .header__menuSub4 {
  display: block;
}
.header__menuCol:nth-of-type(5):hover .header__menuSub5 {
  display: block;
}
.header__menuCol:nth-of-type(6):hover .header__menuSub6 {
  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,.header__menuSub4,.header__menuSub5,.header__menuSub6 {
  width: 100%;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #F3F3F9;
  color: #000;
  z-index: 16;
  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-repeat: no-repeat;
  background-size: auto !important;
  background-position: bottom left;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  display: none;
    /*height: 550px;*/
}

.header__menuSub1 .row, .header__menuSub2 .row, .header__menuSub3 .row,.header__menuSub4 .row,.header__menuSub5 .row,.header__menuSub6 .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;
}

.breadcrumb {
  background-color: #fff;
  margin-bottom: 0;
}

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

header.main-header {
  height: 50px;
  line-height: 50px;
  z-index: 99999;
  -webkit-box-shadow: 3px 3px 3px #bbb;
          box-shadow: 3px 3px 3px #bbb;
  display: none;
}

button.btn-menu {
  position: absolute;
  top: 20px;
  right: 25px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  display: none;
}

button.btn-menu .align__justify {
  margin-right: 0;
}

button.btn-menu .align {
  display: inline-block;
  cursor: pointer;
}

button.btn-menu .align span {
  background: #000;
  display: block;
  margin-bottom: 6px;
  width: 27px;
  height: 2px;
}

header.main-header .side-menu.open {
  right: 0;
}

header.main-header .side-menu {
  display: none;
  position: fixed;
  top: 0;
  right: -300px;
  width: 260px;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: right 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: right 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header.main-header .side-menu .logo-nav-res {
  margin: 20px 0;
}

header.main-header .side-menu a {
  cursor: pointer;
  background-color: #fff;
  display: block;
}
.side-menu a[aria-expanded="true"] {
  color: #FF6D02;
}

header.main-header .side-menu .logo-nav-res img {
  max-width: 75%;
}

header.main-header .side-menu .search-box-side-menu form {
  position: relative;
}

header.main-header .side-menu .search-box-side-menu input {
  display: inline-block;
  max-width: 242px;
  width: 242px;
  height: 36px;
  line-height: 36px;
  padding-right: 20px;
  font-size: 14px;
  background: #edf0f5;
  color: #708198;
  border: none;
  border-radius: 10px;
  outline: none;
}

header.main-header .side-menu .search-box-side-menu form i {
  position: absolute;
  top: 4px;
  left: 15px;
  font-size: 20px;
}

header.main-header .side-menu > ul {
  position: relative;
  padding: 0;
}

.dt-sl {
  width: 100%;
  height: auto;
  float: right;
}

header.main-header .side-menu ul > li.sub-menu {
  position: relative;
}

header.main-header .side-menu > ul li {
  float: right;
  width: 100%;
}

header.main-header .side-menu > ul > li > a {
  font-size: 16px;
  display: block;
  padding: 7px 22px;
  background: #fff;
  color: #000;
}

header.main-header .side-menu ul a {
  padding: 10px;
}

header.main-header .side-menu a {
  cursor: pointer;
  background-color: #fff;
  display: block;
}

header.main-header .side-menu ul ul {
  display: none;
  padding: 0;
  direction: ltr;
  float: right;
  background-color: #f6f6f6;
  -webkit-box-shadow: inset 2px 1px 5px rgba(0, 0, 0, 0.08);
  box-shadow: inset 2px 1px 5px rgba(0, 0, 0, 0.08);
}

header.main-header .side-menu ul > li.sub-menu {
  position: relative;
}

header.main-header .side-menu ul > li > ul > li {
  position: relative;
}

header.main-header .side-menu > ul li {
  float: right;
  width: 100%;
}

header.main-header .side-menu ul > li > ul > li > a {
  font-size: 14px;
  display: block;
  padding: 0 35px;
  line-height: 44px;
  color: #283971;
}

header.main-header .side-menu ul ul li a {
  background-color: transparent;
}

header.main-header .side-menu ul a {
  padding: 10px;
}

header.main-header .side-menu a {
  cursor: pointer;
  background-color: #fff;
  display: block;
}

header.main-header .side-menu ul ul ul {
  -webkit-box-shadow: none;
  box-shadow: none;
}

header.main-header .overlay-side-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

.header__videobutton {
  background-color: #fff;
  border: none;
  height: unset;
  line-height: unset;
  width: unset;
  position: absolute;
  left: 20px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__videobutton:focus {
  outline: none;
}
.header__cardbutton{
  background-color: #fff;
  border: none;
  height: unset;
  line-height: unset;
  width: unset;
  position: absolute;
  left: 75px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__cardbutton img{
  height: 32px;
  width: auto;
}
.header__cardbutton span{
  position: absolute;
  bottom: -2px;
  right: -20px;
  height: 24px;
  width: 24px;
  display: flex;
  border-radius: 50%;
  font-size: 10px;
  align-items: center;
  justify-content: center;
}
.header__cardbutton:focus {
  outline: none;
}
/*# sourceMappingURL=header.css.map */

.header__menuSubContent a{
    font-size:12px;
}
.header__menuSubContent ul{
   line-height: 30px;
}
ul.warranty{
  margin-right: 0px;
}
.warranty li{
  margin-left: 8px;
}
.profile_box ul{
  text-align: right;
  direction: rtl;
}
.profile_box li a:hover{
  color:#A5A5B2;
}

/*Mobile Menu*/
.first-level a span{
  font-weight: bold;
}
.second-level{
  line-height: 32px;
}
.second-level a{
  padding: 7px 10px !important;
}
.second-level a span{
  font-weight: normal !important;
  padding-right: 10px;
}
.third-level{
  line-height: 32px;
}
.third-level a{
  margin: 0;
  padding: 7px 10px !important;
  font-size: 12px;
  color: #555;
}
.third-level strong{
  display: block;
  box-sizing: border-box;
  font-size: 12px;
  padding-right: 20px;
}

/*menu new */
.header__menuCol{
  padding: 0px 25px;
  margin: 0px;
}
.header__menuSub{
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 48px;
  right: 0;
  background-color:white;
  border: 1px solid #080957;
  color: #000;
  z-index: 16;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  text-align: right;
  display: none;
}
.header__menuSub .row{
  margin: 0;
}
.header__menuLink {
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.main__menuLink{
  box-sizing: border-box;
  background-color: #080957;
  color:white;
  width:201px;
}
.main__menuLink .ml-2{
  margin-right: 0.5rem !important;
  margin-left: 0 !important;
}
.main__menuLink a:hover,
.main__menuLink a:focus{
  color:white !important;
}

.header__menuCol:hover .header__menuSub{
  display: block;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.submenu__cats{
  margin:0;
  padding: 0;
  background-color: #080957;
  color:#fff;
}
ul.header__menuCats{
  margin: 0;
  padding: 0;
}
ul.menu__categories li{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  padding: .3rem 0;
  margin-right: 1rem;
  position: relative;
}
ul.menu__categories li a{
  display: block;
  box-sizing: border-box;
  color: white;
  padding: 0px 10px;
}
/* ul.menu__categories li:hover a, */
ul.menu__categories li.selected a
{
  background-color: #fff;
  color:  #080957 !important;
}
.header__menuSubTitle span{
  margin-right: 0;
}
ul.submenu__cat{
  font-size:11px;
}
ul.submenu__cat{
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
  line-height: 28px;
  display: none;
}
ul.submenu__cat ul{
  margin-bottom: 10px;
  color:#888;
}
ul.submenu__cat ul li{
  padding-right: 5px;
  font-size: 13px;
}
ul.submenu__cat div > *:not(span){
  font-size: 7px;
}
ul.submenu__cat div span{
  font-size: 14px;
}
ul.submenu__cat1 a{
  display: block;
}
ul.submenu__cat a:hover{
  color: #FF6D02 !important;
}
nav .fa-chevron-left{
  font-size: 5px !important;
}
.menu__firstColumn{
  width: 200px;
}
.menu__secondColumn{
  width: calc(100% - 200px);
  box-sizing: border-box;
  padding: 1rem;
}

