/* Genel stil */





@media (max-width: 1200px) {

}

@media (max-width: 992px) {

#header .header-menu-block {
  flex-direction: row-reverse;
}

#hero h1{
  font-size: 2.4rem;
}
#hero p {
    font-size: 1rem;
}

#navigation {
    flex: unset;
    margin-left: 15px;
}
#header-button-group{
  flex: 1;
  justify-content: flex-end;
}
#menu-toggle{
  display: block;
}
#main-menu {
  position: fixed;
  background-color: var(--bg-color-1);
  border-left: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
  top: 78px;
  bottom: 0px;
  right: -100%;
  width: 80%;
  max-width: 260px;
  padding: 7.5px 15px;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: var(--shadow);
  overflow: scroll;
  transition: right 0.2s linear;
}
#main-menu.active{
  right: 0%;
  transition: right 0.2s linear;
}
#main-menu > li {
  width: 100%;
  border-bottom: 1px dashed var(--border-color);
}
#main-menu > li > a {
  display: block;
  height: 32px;
  line-height: 32px;
}
#main-menu > li.mega-menu > .mega-menu-inner {
  position: relative;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  visibility: visible;
  opacity: 1;
  overflow: hidden;
  max-height: 0px;
  margin-bottom: 0px;
}
#main-menu > li.mega-menu:hover > .mega-menu-inner {
  max-height: 1000px;
  margin-bottom: 15px;
}

.navigation-links > *{
  border-left: none;
}
#footer .subfooter > .col-6 {
    text-align: center;
}



}

@media (max-width: 768px) {
  #dream{
    width: 75%;
  }
  #dream.wide,
  #dream.uwide{
    width: 100%;
  }
.table-cover {
    overflow: auto;
}
.table-cover .price-table thead{
  position: inherit;
}
.table-cover .price-table tr td:first-child,
.table-cover .price-table tr th:first-child{
  position: sticky;
  left: 0;
  background-color: var(--bg-color-1);
  z-index: 5;
}
.extension-prices .price-block {
    padding: 7.5px;
}
.extension-prices .price-block > .extension-registrar {
    padding: 5px 0;
}
.extension-prices .price-block.active img {
    height: 60px;
}
.extension-prices .price-block img {
    height: 36px;
}
.input-block.min{
  width: 100%;
}


}

@media (max-width: 576px) {
  #dream{
    width: 100%;
  }

#header .btn > i.fa {
    width: 22px;
    height: 22px;
}
#currencySelector {
    margin: 0;
}


}