.maker__subheader {
  /*! text-align: center; */
  margin: 0 auto;
max-width: 615px;
  /*! width: 100%; */
    position: relative;
  top: 7px;
  /*! height: 78px; */
  max-width: 1160px;
  padding: 0px 20px 0px 20px;
}

.maker__subheader-logo {
  display: inline-block;
  /*! width: 25%; */
vertical-align: top;
  /*! float: left; */
}

.rtl .maker__subheader-logo {
  clear: both;
  /*! float: right; */
}

.maker__subheader-logo img {
  max-height: 55px;

  padding: 5px 0;
  /*! float: left; */
}

.maker__subheader ul:nth-child(3) li {
  display: inline-block;
  width: 21%;
}

.maker__subheader ul:nth-child(3) li.maker__subheader-profile {
  display: block;
  width: 100%;
}

.maker__subheader-profile {
  display: block;
}

.maker__subheader .maker__subheader-profile .maker__subheader-list li {
  display: block;
  width: 100%;
}

.dk-nav.maker-nav {
  /*! margin-top: 25px; */
  width: 84%;
}

.dk-nav.maker > (.dk-nav.maker-nav.moderation) {
  width: 300px;
}

.dk-nav.maker-nav.moderation {
  width: 15%;
}

.maker__subheader-profile {
  list-style: none;
  text-align: right;
  vertical-align: top;
  /*! margin-top: 8px; */
}

.rtl .maker__subheader-profile {
  text-align: left;
}

.maker__subheader-signup {
  
  display: inline-block;
  margin-top: 12px;
}

.maker__subheader-login {
  display: inline-block;
  margin: 0 5px;
}

.maker__subheader-profile img {
  border: 1px solid #a5a098;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: white;
  max-width: 45px;
  max-height: 45px;
}

.maker__subheader-profile .maker__subheader-list a,
.maker__subheader-mainlist a,
.maker__subheader-login a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}


.maker__subheader-profile .maker__subheader-list a:hover,
.maker__subheader-mainlist a:hover,
.maker__subheader-login a:hover {
/*   font-weight: bold; */
  text-decoration: underline;
}

.maker__subheader-profile .maker__subheader-list a,
.maker__subheader-list a {
  color: #fff;
  text-transform: uppercase;
}

.maker__subheader > ul:first-of-type {
  display: inline-block;
  width: 41%;
/*   vertical-align: top; */
  list-style: none;
/*   background-color: gray; */
  text-transform: uppercase;
  position: relative;
  padding-top: 9px;
  padding-left: 0;
}

.rtl .maker__subheader > ul:first-of-type {
  padding-right: 0;
}

.maker__subheader .maker__subheader-mainlist > li:nth-child(-n+4) {
  display: inline-block;
  /*! width: 16%; */
/*   vertical-align: top; */
  list-style: none;
/*     background-color: lightskyblue; */
  text-align: left;
  margin-right: 22px;
  padding: 5px;
  color: #333;
}

.rtl .maker__subheader .maker__subheader-mainlist > li:nth-child(-n+4) {
  text-align: right;
  margin-right: 0px;
  margin-left: 22px;
}

.maker__subheader-mainlist {
  color: #eee;
}

.maker__subheader .maker__subheader-list {
  display: inline-block;
/*! width: 25%; */
  list-style: none;
/*   vertical-align: top; */
  background-color: #c00;
  visibility: hidden;
  position: absolute;
  top: 25px;
  right:9px;
  z-index: 3;
  margin: 5px;
  padding: 0;
  transition-duration: .3s;
  /*! padding: 5px 14px; */
}

.rtl .maker__subheader .maker__subheader-list {
  right: 0px;
  left: 9px;
}

.maker__subheader .maker__subheader-profile .maker__subheader-list {
  /*! display: inline-block; */
/*! width: 25%; */
  list-style: none;
/*! vertical-align: top; */
  background-color: #c00;
  position: absolute;
  top: 55px;
  right:15px;
  z-index: 3;
  margin: 5px;
  padding: 2px 10px;
  transition-duration: .3s;
}

.rtl .maker__subheader .maker__subheader-profile .maker__subheader-list {
  right: 0px;
  left: 15px;
}

.maker__subheader .maker__subheader-list li {
  padding: 9px;
  width: 90px;
}

.maker__subheader .maker__subheader-list li:hover {
  background-color: #a20000;
}

.maker__subheader > .maker__subheader-mainlist li:last-child:hover {
  display: inline-block;
  /*! width: 45%; */
/*   vertical-align: top; */
  list-style: none;
/*   background-color: #aaa; */
}

.maker__subheader > .maker__subheader-mainlist > li:last-child:after {
  float: right; 
  font-family: 'dk' !important; 
  content: "\f0d7"; 
  font-size: 15px; 
  font-weight: normal; 
  color: #333; 
  line-height: 16px; 
  cursor: pointer; 
  margin-left: 5px;
}

.rtl .maker__subheader > .maker__subheader-mainlist > li:last-child:after {
  clear: both;
  float: left; 
  margin-left: 0px;
  margin-right: 5px;
}

.maker__subheader .maker__subheader-profile:after {
  float: right;
  font-family: !'dk' !important;
/*   content: "\f0d7"; */
  font-size: 15px;
  font-weight: normal;
  color: #333;
  line-height: 16px;
  cursor: pointer;
  margin-left: 5px;
  margin-top: 19px;
}

.rtl .maker__subheader .maker__subheader-profile:after {
  clear: both;
  float: left;
  margin-left: 0px;
  margin-right: 5px;
}

.maker__subheader .maker__subheader-profile:hover .maker__subheader-list,
.maker__subheader > .maker__subheader-mainlist li:last-child:hover .maker__subheader-list,
.maker__subheader > .maker__subheader-mainlist li:last-child:hover .maker__subheader-list:hover {
  visibility: visible;
}

/* .maker__subheader > .maker__subheader-mainlist li:last-child:hover .maker__subheader-list li, */
/* .maker__subheader .maker__subheader-list li:hover {
  background-color: #ddd;
} */

.maker__subheader ul:nth-child(3) {
  display: inline-block;
  /*! width: 21%; */
  /*! vertical-align: top; */
  float: right;
  /*! background-color: lightblue; */
  padding-left: 0;
  margin-right: 38px;
  list-style: none;
}

.rtl .maker__subheader ul:nth-child(3) {
  clear: both;
  float: left;
  padding-right: 0;
  margin-right: 0px;
  margin-left: 38px;
}

/* .maker__subheader ul:nth-child(3) li {
  display: block;
  width: 100%;
  /*! background-color: green; */
/*   text-align: left; */
/* } */

.maker__subheader-profile .maker__subheader-list {
    display: block;
/*! width: 10%; */
  /*! background-color: green; */
  text-align: left;
}

.rtl .maker__subheader-profile .maker__subheader-list {
  text-align: right;
}

.maker__subheader .search-sidebar__group.active {
  border: 0;
  vertical-align: middle;
}

.maker__subheader-logo.dk-dropdown {
  display: inline-block;
  width: 22%;
}

.search-sidebar__group.active > div.maker__subheader-nav {
  display: inline-block;
  width: 55%;
  overflow: hidden;
  border-top: 0;
  margin-top: 30px;
  z-index: 1;
  overflow: visible;
}

.dk-nav.maker__subheader-profile {
  display: inline-block;
  /*! width: 96px; */
  position: absolute;
  top: 15px;
  right: 26px;
  /*! margin-right: 30px; */
}

.rtl .dk-nav.maker__subheader-profile {
  right: unset;
  left: 18px;
}

  .maker__subheader-mainlist {
    visibility: hidden;
}
  
  .maker__subheader > ul:first-of-type {
  display: none;
  width: 41%;
/*   vertical-align: top; */
  list-style: none;
/*   background-color: gray; */
  text-transform: uppercase;
  position: relative;
  padding-top: 9px;
  padding-left: 0;
}

.rtl   .maker__subheader > ul:first-of-type {
  padding-right: 0;
}

.maker__subheader .maker__subheader-mainlist > li:nth-child(-n+4) {
  display: none;
  /*! width: 16%; */
/*   vertical-align: top; */
  list-style: none;
/*     background-color: lightskyblue; */
  text-align: left;
  margin-right: 22px;
  padding: 5px;
  color: #333;
}

.rtl .maker__subheader .maker__subheader-mainlist > li:nth-child(-n+4) {
  text-align: right;
  margin-right: 0px;
  margin-left: 22px;
}

.dk-nav.maker__subheader-profile > .dk-tab-overflow.maker-profile {
  display: block;
}

 .maker__subheader-signup .dk-tab-overflow {
  display: none;
}

.dk-tab-overflow__overflow,
  .dk-tabbed-menu.dk-tab-overflow__overflow {
  top: 3.8em;
  }


@media screen and (max-width:1100px) {

  .maker__subheader-mainlist {
    visibility: hidden;
}
  
  .maker__subheader > ul:first-of-type {
  display: none;
  width: 41%;
/*   vertical-align: top; */
  list-style: none;
/*   background-color: gray; */
  text-transform: uppercase;
  position: relative;
  padding-top: 9px;
  padding-left: 0;
}

.rtl   .maker__subheader > ul:first-of-type {
  padding-right: 0;
}

.maker__subheader .maker__subheader-mainlist > li:nth-child(-n+4) {
  display: none;
  /*! width: 16%; */
/*   vertical-align: top; */
  list-style: none;
/*     background-color: lightskyblue; */
  text-align: left;
  margin-right: 22px;
  padding: 5px;
  color: #333;
}

.rtl .maker__subheader .maker__subheader-mainlist > li:nth-child(-n+4) {
  text-align: right;
  margin-right: 0px;
  margin-left: 22px;
}

.maker__subheader-logo.dk-dropdown {
  display: inline-block;
  /*! width: 100%; */
  position: relative;
  top: 0px;
  left: 0;
}

.rtl .maker__subheader-logo.dk-dropdown {
  left: none;
  right: 0;
}

.search-sidebar__group.active > div.maker__subheader-nav {
  /*! display: inline-block; */
/*! width: 50%; */
/*! overflow: hidden; */
  /*! border-top: 0; */
  /*! float: left; */
  /*! text-align: center; */
  /*! z-index: 1; */
  /*! overflow: visible; */
  margin: 30px 30px;
}

.dk-nav.maker__subheader-profile {
  display: inline-block;
  /*! width: 23%; */
  position: absolute;
  top: 15px;
  right: 30px;
}

}

@media screen and (max-width:756px) {

  .maker__subheader-logo.dk-dropdown {
  display: inline-block;
  width: 27%;
  position: relative;
  top: 0px;
  right: 154px;
}

.rtl .maker__subheader-logo.dk-dropdown {
  right: 0px;
  left: 154px;
}

  .dk-nav.maker__subheader-profile {
  display: inline-block;
  /*! width: 35%; */
  position: absolute;
  top: 15px;
  /*! right: 55px; */
  text-align: center;
}
  
 
  .search-sidebar__group.active > div.maker__subheader-nav {
  display: none;
}

}


@media screen and (max-width:450px) {


  .maker__subheader {
  /*! text-align: center; */
  margin: 0 auto;
/*! max-width: 615px; */
  /*! width: 100%; */
    position: relative;
  /*! margin-bottom: 20px; */
  max-width: 1160px;
  padding: 0px 20px 0px 20px;
}

  .maker__subheader-logo {
  display: block;
  /*! width: 25%; */
/*   vertical-align: top; */
  float: none;
}
  
  .maker__subheader ul:nth-child(3) {
  display: block;
  /*! width: 20%; */
  /*! vertical-align: top; */
  float: none;
  /*! background-color: lightblue; */
  /*! margin-right: 8px; */
}
  
  
  .maker__subheader .maker__subheader-profile:after {
  display: none;
}
  
  .maker__subheader .maker__subheader-profile .maker__subheader-list {
  /*! display: inline-block; */
/*! width: 25%; */
  list-style: none;
/*! vertical-align: top; */
  background-color: #fff;
  /*! position: static; */
  top: 79px;
  right:94px;
  z-index: 3;
  margin: 5px;
  padding: 2px 10px;
  transition-duration: 0s;
  visibility: visible;
}

.rtl .maker__subheader .maker__subheader-profile .maker__subheader-list {
  right: 0px;
  left: 94px;
}
  
  .maker__subheader-profile .maker__subheader-list a,
.maker__subheader-list a {
  color: #c00;
  text-transform: uppercase;
}

  .dk-nav.maker__subheader-profile {
  display: inline-block;
  position: absolute;
  top: 15px;
  text-align: center;
  /* width: 31%; */
}
  
  
  .rtl .dk-nav.maker__subheader-profile {
  display: inline-block;
  width: 31%;
  position: absolute;
  top: 15px;
  text-align: center;
}
  
}