a:hover {
  text-decoration: none;
}
.my-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.my-shadow1 {
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0.9, 0.3);
}

.bottom-shadow {
  box-shadow: 0 4px 2px -2px #dedede;
}

.menubar {
  /* background-image: url(../images/menubar-bg.png); */
  min-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.menu-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* Reset */
.header-nav,
.header-nav a,
.header-nav ul,
.header-nav li,
.header-nav div {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.header-nav a {
  text-decoration: none;
}

.header-nav li {
  list-style: none;
}

/* Menu Container */

.header-nav {
  display: inline-block;
  cursor: default;
  z-index: 500;
  min-width: 980px;
  background-color: white;
  /* border:1px solid g;*/
  height: 43px;
  position: absolute;
  width: 100%;
}

/* Menu List */
.header-nav > li {
  display: block;
  float: right;
  position: static; /*very important do not remove*/
}

#desktop_header_cat {
  font-size: 16px;
  color: black;
}

/* Menu Links */
.header-nav > li > a {
  position: relative;
  display: block;
  z-index: 510;
  height: 44px;
  padding: 0px;
  line-height: 44px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: iranyekan-md-fanumber;
  font-size: 13px;
  color: #4d4d4d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-nav > li:first-child > a {
  border-right: none;
}

/* Menu Dropdown */
.header-nav > li > div {
  position: absolute;
  display: block;
  width: 100%;
  top: 42px;
  left: -2px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: #ffffff;
  -webkit-transition: all 0.3s ease 0.15s;
  -moz-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  -ms-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}

.header-nav > li:hover > div {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

/* Menu Content Styles */
.header-nav .nav-column {
  float: right;
  width: 25%;
  padding: 40px 10px 10px 10px;
  text-align: right;
  min-height: 200px;
}

.img-nav-column {
  float: left !important;
  width: 35% !important;
}

.img-nav-column ul {
  text-align: end;
}

.header-nav .nav-column .head {
  margin: -15px -10px 10px 0;
  line-height: 18px;
  font-family: iranyekan-md-fanumber;
  font-size: 13px;
  color: #16c1f3;
}

.header-nav .nav-column li a {
  display: block;
  line-height: 26px;
  font-size: 13px;
  color: #4d4d4d;
}

.header-nav .nav-column ul li {
  padding: 4px;
}

.header-nav .nav-column li .cat-title {
  margin-top: 30px;
  margin-right: 20px;
}

.header-nav .nav-column li a:hover {
  color: #666666;
}

.inner {
  float: right;
  height: 10px;
  top: -20px;
  right: -25px;
  margin-right: auto;
  margin-left: auto;
}

.layer2 {
  height: 44px;
}

.inner > li > .cat-details {
  top: 40px;
  min-height: 200px;
  background: white;
  padding-right: 40px;
  max-width: 1350px;
}

.border {
  border-right: 1px solid #e2e2e2 !important;
  /*border-left:1px solid #e2e2e2 !important;*/
}

#user_account .dropdown-toggle::after {
  display: none;
}

#user_account .dropdown-toggle {
  /*       position:absolute;
      width:170px;*/
  left: 5px;
  margin-top: 7px;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
  margin-top: 12px;
}

#user_account a {
  font-size: 14px;
}

#user_account .dropdown-menu {
  padding-right: 10px;
  padding-left: 10px;
  z-index: 2000;
  padding-bottom: 10px;
  width: 200px;
}

#user_account #dropdown-menu2 {
  padding-bottom: 5px;
}

#user_account .dropdown-menu a {
  font-size: 13px;
}

#user_account .dropdown-menu .dropdown-item i {
  font-weight: 100;
  padding-left: 5px;
}

#user_account .dropdown-menu .dropdown-item:hover i {
  color: red;
}

#user_account .dropdown-menu #log-out {
  position: relative;
  font-size: 13px;
  margin-right: -7px;
  padding-right: 0px;
  background: inherit;
}

#user_account .dropdown-menu #log-out img {
  margin-left: 6px;
  margin-right: 1px;
}

#user_account .dropdown-menu #log-out :hover {
  color: red;
}

#user_account .dropdown-menu .dropdown-item {
  padding: 10px 10px;
  border-bottom: 1px solid #e1e1e1;
}

#product_send a button {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 550;
  padding: 5px 25px;
  color: white;
  background-color: #2dc96e;
  height: 39px;
}

#product_send .send .before-lg {
  margin-top: 5px;
  padding: 4px 16px;
  font-size: 14px;
}

#search_button {
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
}

#search .form-control {
  width: auto;
  height: 45px;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-right: None;
  font-size: 14px;
  font-family: iranyekan-md-fanumber;
  height: 42px;
  background-color: #ececef;
}

#search .form-control:hover {
  background-color: white;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

#search button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #a7a7aa;
  color: white;
  width: 52px;
  /*   	background-color:#ececef;
    	color:#8b8585;*/
  font-size: 17px;
  font-weight: 480;
}

#search button .fa {
  position: relative;
  top: 2px;
  font-size: 22px;
}

ul {
  list: unstyled;
}

.mobile-nav {
  background-color: white;
  padding-top: 4px;
}

ul.mobile-nav {
  text-align: justify !important;
}

#mobile-nav-row {
  /*  background:#f8f9fa;  */
  background: white;
  padding-top: 4px;
  padding-bottom: 11px;
}

#main_nav ul li a {
  border-radius: 3px;
}

#main_nav ul li a.nav-link:hover {
  border-radius: 0px;
  border-bottom: 2px solid red;
}

.navbar-toggler-solid {
  width: 22px;
  position: relative;
  top: -1px;
}

.openbtn {
  background-color: inherit;
  border: 1px solid #b9b4b4;
  border-radius: 5px;
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
  width: 38px;
  height: 38px;
}

.sidepanel {
  position: fixed;
  z-index: 100000;
  height: 100%;
  top: 0;
  width: 0;
  right: 0;
  background: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.sidepanel #user {
  /*  border-bottom: 1px solid #d4d4d4;*/
  margin-top: 20px;
  background-color: #f9f9f9;
}

#mySidepanel .fa-angle-down {
  float: left;
  font-size: 22px;
}

.sidepanel #user li.header-nav-item {
  padding: 5px 5px;
}

.sidepanel #user a {
  color: #292a29;
}

.sidepanel li.header-nav-item {
  padding: 5px 5px;
}

.sidepanel #user .a:hover .btn:hover {
  color: black;
}

.sidepanel #log-out {
  position: relative;
  right: -9px;
  background: inherit;
  font-size: 14px;
}

.sidepanel .end-item {
  padding-bottom: 20px;
}

.sidepanel .nv-top li a {
  font-size: 13px;
  padding-right: 5px;
}

.sidepanel a {
  color: #171c3d;
  font-size: 12.5px;
}

.sidepanel a:hover {
  background-color: #eceff1;
  color: black;
}

.sidepanel .closebtn {
  position: absolute;
  align: left;
  top: 5px;
  font-weight: 50;
  left: 16px;
  font-size: 30px;
}

.sidepanel .closebtn:hover {
  color: red;
  background-color: inherit;
}

#mobile_search .form-control {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-right: None;
  font-size: 14px;
  height: 43px;
  padding-right: 4px;
  background-color: #ececef;
  border: 1px solid #cbcbcb !important;
}

#mobile_search .form-control:hover {
  background-color: white;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

#mobile_search button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #a7a7aa;
  color: white;
  /*   	background-color:#ececef;
   	color:#8b8585;*/
  font-size: 17px;
  font-weight: 480;
  border: 1px solid #d1cdcd !important;
}

#mobile_search button .fa {
  position: relative;
  top: 2px;
  font-size: 21px;
}

/*   #mobile_send_btn button{

    font-size:13px;
    background-color:#02d460;
    padding:8px 15px;
    color:white;

   }*/

#mobile_send_btn button {
  font-size: 13px;
  background-color: inherit;
  border: 1px solid #d4d0d0;
  padding: 8px 15px;
  color: #595a59;
}

a {
  color: #545556;
}

a:hover {
  color: #545556;
  text-decoration: none;
}

#back_title {
  font-size: 18px;
  color: #545556;
}

#user_account .new-messages .badge {
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  border-top-left-radius: 0px;
}

#desktop_header .cat-details li a:hover {
  color: red !important;
}

.instance-product {
  font-size: 13px !important;
  max-width: 300px;
  padding: 2px 15px !important;
}

.navbar-expand-lg {
  border-bottom: 1px solid #e9e9e9;
  padding: 5px 5px !important;
}

.category-item {
  font-size: 13.5px !important;
  font-family: iranyekan-extrabold-fanumber;
}

.navbar-nav > .nav-item .nav-link {
  color: black !important;
  font-size: 15px;
}

.navbar-nav > .nav-item .nav-link span {
  color: #696464 !important;
  font-size: 13px;
}

.navbar-nav > .nav-item .nav-link:hover span {
  color: black !important;
  font-size: 13px;
}

.dropdown-menu .dropdown-toggle::after {
  display: none !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.megasubmenu {
  right: 280px !important;
  top: 0 !important;
  min-height: 100%;
  padding: 15px 0px;
  border: none !important;
}

.megasubmenu2 {
  right: 100% !important;
  top: 0 !important;
  min-height: 100%;
  min-width: 500px;
  border: none !important;
}

.dropdown-menu > .has-submenu:hover .megasubmenu {
  display: block;
}

.megasubmenu ul li:hover .megasubmenu2 {
  display: block !important;
  width: 100%;
}

#first_dropdown {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 280px;
  display: block !important;
  border: none !important;
  border-left: 1px solid grey !important;
  border-radius: 0px !important;
}

#first_dropdown .has-submenu {
  padding: 5px 0px;
}

#first_dropdown .cat-flex:hover {
  background: #ececef;
}

#first_dropdown img {
  position: relative;
}

#first_dropdown .dropdown-item {
  color: #313b45 !important;
}

img.online_category {
  width: 26px !important;
  top: 9px;
  right: 8px;
  height: 100%;
}

img.online_category_2 {
  width: 23px !important;
  top: 6px;
  right: 10.5px;
  height: 100%;
}

img.online_category_3 {
  width: 24px !important;
  top: 2px;
  right: 10px;
  height: 100%;
}

img.online_category_4 {
  width: 25px !important;
  top: 5px;
  right: 11px;
  height: 100%;
}

img.online_category_5 {
  width: 22px !important;
  top: 5px;
  right: 12px;
  height: 100%;
}

img.online_category_6 {
  width: 23px !important;
  right: 12px;
  top: 3px;
  height: 100%;
}

img.online_category_7 {
  width: 21px !important;
  top: 3px;
  right: 15px;
  height: 100%;
}

img.online_category_8 {
  width: 23px !important;
  top: 4px;
  right: 11px;
  height: 100%;
}

img.online_category_9 {
  width: 23px !important;
  top: 4px;
  right: 12px;
  height: 100%;
}

img.online_category_10 {
  width: 28px !important;
  right: 10px;
  height: 100%;
  top: 9px;
}

img.online_category_11 {
  height: 24px !important;
  right: 12px;
  height: 100%;
  top: 1px;
}

#background_menu {
  position: absolute;
  width: 1400px;
  height: 590px;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  background: white;
  min-width: 300px;
  background: white;
  right: 0;
  border-radius: 10px;
}

.instance-product-megasubmenu {
  top: -3px !important;
  min-width: 340px !important;
}

.ins-content-row {
  width: auto;
  min-width: 500px;
  background: white;
  position: absolute;
  top: -2px;
  padding: 20px 10px;
  /*border:1px solid #e3e3e3;*/
}

.megasubmenu2-inspro-title {
  font-size: 15px;
  color: #0b2142;
  margin: 20px 0px;
  font-family: iranyekan-extrabold-fanumber;
}

.megasubmenu2-inspro-title:hover {
  color: red;
}

.instance-product-sub {
  margin: 7px 6px;
}

.megasubmenu2-inspro-sub-title-box {
  font-size: 13px;
  color: #8a0d0d;
  border: 1px solid #8a0d0d;
  padding: 4px 12px;
  border-radius: 4px;
  font-family: iranyekan-bold-fanumber;
}

.megasubmenu2-inspro-sub-title-box:hover {
  color: red;
}

.megasubmenu2-inspro-sub-title {
  font-size: 15px;
  color: #8a0d0d;
  margin: 20px 12px;
  font-family: iranyekan-bold-fanumber;
}

.megasubmenu2-inspro-sub-title:hover {
  color: red;
}

.megasubmenu2-inspro-sub2-title {
  background: none;
  border-radius: 0;
  padding: 5px 5px;
  color: black;
  font-family: iranyekan-bold-fanumber;
}

.megasubmenu2-inspro-sub2-title:hover {
  color: red;
}

.instance-prosub2-brand {
  margin: 7px 4px;
}

.instance-prosub2-brand a,
.instance-prosub2-brand a:hover {
  font-size: 12px;
  color: white;
  background: grey;
  padding: 6px 12px;
  border-radius: 4px;
}

.instance-product-sub a:hover {
  color: white;
  font-family: iranyekan-bold-fanumber;
}

.navbar-angle-left {
  position: relative;
  top: 11.5px;
  width: 9px;
  left: 20px;
  height: 100%;
}

############################# .autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 450px;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 10000;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  font-size: 14px;
}

.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.mobile-search-box {
  font-size: 13px;
  color: gray;
  padding: 6px 10px;
  border-radius: 4px;
  background: #dfdfdf;
}

#myInputautocomplete-list > div {
  color: #7f7e7e;
}

#myInputautocomplete-list > div strong {
  color: black;
}

.li {
  padding: 0px 3px;
}

.dropdown-menu {
  text-align: right;
}

#header_search_result {
  z-index: 10000;
  width: 100%;
  position: relative;
  top: 0px;
  max-height: 350px;
  overflow: scroll;
  overflow-x: hidden;
}

.most-user-search-item-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 420px;
}

.most-user-search-item {
  padding: 1px 8px;
  background: white;
  border: 1px solid #232f5491;
  border-radius: 10px;
  width: max-content;
  display: block;
  color: #232f54;
  font-size: 12px;
}

.user-search-list-today-box,
.most-all-user-search-box {
  overflow: scroll;
  overflow-x: hidden;
}

.header-search-result-box {
  position: absolute;
  background: white;
  top: 50px;
  border-radius: 10px;
  width: 100%;
  background: white;
  padding: 10px 6px 20px 6px;
  z-index: 1000;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  display: none;
  border: 1px solid #cbcbcb;
  border-top: none;
}

.user-search-list-today-box-title,
.most-all-user-search-box-title {
  font-size: 13px;
  color: grey;
}

.user-search-list-today-box,
.most-all-user-search-box {
  overflow: scroll;
  overflow-y: hidden;
}

.user-search-list-today-box::-webkit-scrollbar,
.most-all-user-search-box::-webkit-scrollbar {
  width: auto;
  height: 4px;
  border-radius: 5px;
}

.user-search-list-today-box::-webkit-scrollbar-thumb,
.most-all-user-search-box::-webkit-scrollbar-thumb,
#header_search_result::-webkit-scrollbar-thumb {
  background: #dddddd;
  border-radius: 5px;
}

.user-search-list-today-box::-webkit-scrollbar-thumb:hover,
.most-all-user-search-box::-webkit-scrollbar-thumb:hover,
#header_search_result::-webkit-scrollbar-thumb:hover {
  background: #8d8d8d;
}

#header_search_result::-webkit-scrollbar {
  width: 8px;
  height: auto;
  border-radius: 5px;
}

.user-search-list-today-item-box,
.most-all-user-search-item-box {
  width: max-content;
}

.user-search-list-today-item,
.most-all-user-search-item {
  padding: 4px 10px;
  background: white;
  border: 1px solid grey;
  border-radius: 6px;
  font-size: 12px;
  color: grey;
}

.user-search-list-today-item:hover,
.most-all-user-search-item:hover {
  background-color: grey;
  color: white;
}

.most-all-user-search-icon {
  width: 20px;
}
.user-search-list-today-icon {
  width: 20px;
}

#header_search_offer_box {
  display: none;
}

@media (min-width: 365px) {
}

@media (min-width: 768px) {
  #mobile-nav-row {
    background: white;
  }
}

@media (min-width: 992px) {
  .header-img {
    width: 300px;
  }

  #search form {
    width: 465px;
  }

  #search .form-control {
    /* width:405px; */
    height: 46px;
  }

  #search_button {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  img.four-col-header-img {
    width: 250px;
  }

  #user_send_col {
    padding-left: 30px;
  }

  #desktop_header_login a span {
    padding: 5px 15px;
    color: black;
    border-radius: 10px;
    margin-top: 4px;
    font-size: 13px;
  }

  .header-nav-item:after {
    content: "";
    display: block;
    position: relative;
    top: -4px;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width 0.3s ease, background-color 0.3s ease;
  }

  .header-nav-item:hover:after {
    width: 100%;
    background: red;
  }

  .cat-title:after {
    content: "";
    display: block;
    position: relative;
    top: 3px;
    height: 2px !important;
    width: 0px;
    background: transparent;
    transition: width 0.3s ease, background-color 0.3s ease;
  }

  .cat-title:hover:after {
    width: 100%;
    background: red;
  }
}

@media (min-width: 1200px) {
  #search form {
    width: 533px;
  }

  #search .form-control {
    /* width:430px; */
    height: 50px;
  }

  #search {
    margin-right: 60px;
  }
}

@media (min-width: 1300px) {
  img.four-col-header-img {
    width: 300px;
  }
}

@media (min-width: 1400px) {
  #search form {
    width: 535px;
  }

  #search .form-control {
    /* width: 530px; */
    height: 47px;
  }
}

@media (min-width: 1530px) {
  #search .form-control {
    /* width: 512px; */
    height: 48px;
  }
}
