/*Edifier Master Style*/
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Avenir Next", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #4b5156;
  background-color: #ebf1f7;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
h1 {
  font-size: 1.77em;
}
h2 {
  font-size: 1.49em;
}
h3 {
  font-size: 1.37em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1.07em;
}
h3 + .blurb {
  margin-top: -0.5em;
}
sup {
  font-size: 0.5em;
  position: relative;
  top: -1em;
}
a {
  color: #00aeef;
  text-decoration: none;
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s;
}
a:hover {
  color: #0093ed;
  text-decoration: none;
}

/*button & Forms*/
/*page top*/
#top-button {
  display: none;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  background-color: #00aeef;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s;
}
#top-button:hover {
  background-color: #0074dd;
  color: #fff;
}

#top-button .gi {
  margin-top: 26px;
}

.form-control {
  border-radius: 1.5em;
  border-width: 0.075em;
  height: calc(2.25rem + 5px);
}
.btn,
button {
  border-width: 0.075em;
  background-color: transparent;
  border-radius: 1.5em;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: "Avenir Next", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s;
  color: #6d767c;
}
.btn:hover,
button:hover {
  transform: scale(1.03, 1.03);
  background-color: transparent;
  color: #272a2d;
}

.btn-lg {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 1.39em;
}
.btn-sm {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  padding-top: 0;
  padding-bottom: 0.5em;
  height: 2.5em;
}

.btn-primary {
  border-color: #00aeef;
  color: #00aeef;
}
.btn-primary:hover {
  border-color: #0093ed;
  color: #0093ed;
}

.btn-secondary {
  border-color: #6d767c;
  color: #6d767c;
}
.btn-secondary:hover {
  border-color: #272a2d;
  color: #272a2d;
}

.btn-success {
  border-color: #76c900;
}
.btn-success:hover {
  border-color: #3fa000;
}

.btn-danger {
  border-color: #ff5252;
  background-color: #ff5252;
  color: #fff;
}
.btn-danger:hover {
  border-color: #ea3636;
  background-color: #ea3636;
  color: #fff;
}

.btn-info {
  border-color: #0093ed;
  background-color: #00aeff;
  color: #fff;
}
.btn-info:hover {
  border-color: #0074dd;
  background-color: #0093ed;
  color: #fff;
}

.btn-light {
  border-color: transparent;
  color: #b5c1c9;
}
.btn-light:hover {
  border-color: #b5c1c9;
  color: #b5c1c9;
}

.btn-dark {
  background-color: #4b5156;
  color: #d6e1e8;
}
.btn-dark:hover {
  background-color: #272a2d;
  color: #fff;
}

.btn-white {
  border-color: rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
.btn-white:hover {
  border-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.btn-link {
  color: #00aeef;
}
.btn-link:hover {
  color: #0074dd;
}

.btn-plain {
  border-color: transparent !important;
  padding-left: 8px;
  padding-right: 8px;
  width: 38px;
  height: 38px;
}
.btn-plain:hover {
  border-color: #e4edf2 !important;
  background-color: transparent;
}
.btn-plain .gi {
  margin-left: 0;
  margin-right: 0;
}

/*Navigation*/
@media screen and (min-width: 992px) {
  .navbar {
    background-color: #fff;
    height: 70px;
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d6e1e8;
    z-index: 899;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
  }
  .navbar-expand-lg .navbar-collapse {
    height: 100%;
    min-height: auto;
  }
  .navbar-brand {
    background-color: transparent;
    color: #fff;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 900;
    top: -10px;
    padding: 30px 20px 35px;
    text-align: center;
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
  }
  .navbar:hover .navbar-brand {
    top: -4px;
  }
  .navbar-brand img {
    height: 26px;
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
  }

  .navbar-nav {
    float: left;
    margin-left: 3.5em;
    line-height: 70px;
    flex-direction: row;
  }
  .navbar-item {
    position: relative;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-right: 3em;
    position: relative;
    font-size: 17px;
  }
  .navbar-nav .navbar-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: transparent;
    content: "";
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
  }
  .navbar-nav .navbar-item:hover::after,
  .navbar-nav .active::after {
    background-color: #00aeef;
  }
  .navbar-item .nav-link {
    color: #6d767c;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-item .nav-link:hover {
    color: #4b5156;
  }
  .navbar-item a .gi {
    position: relative;
    top: 5px;
    margin-left: 5px;
  }
  .navbar a.popup-trigger .gi {
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
  }
  .navbar a.popup-trigger.shown .gi {
    transform: rotate(180deg);
  }
  /*Nav drop down*/
  .dropdown-toggle::after {
    width: 18px;
    height: 18px;
    border: 0;
    background-image: url(../pics/icon_sprite.svg);
    background-position: -1040px -120px;
    vertical-align: -0.3em;
    margin-left: 0.5em;
    opacity: 0.75;
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
  }
  .dropdown-toggle:hover::after {
    opacity: 1;
  }
  .show .dropdown-toggle::after {
    transform: rotate(180deg);
  }

  .dropdown-menu {
    position: fixed !important;
    margin: 0;
    border-radius: 0;
    border: 0;
    padding: 2rem 1rem 1.5rem;
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
    top: 70px;
    width: 100%;
    line-height: 1.17em;
    z-index: 850;
  }

  .dropdown-menu h4 {
    font-size: 1.12em;
    color: #9aa2a8;
  }
  .dropdown-menu h4 .gi {
    position: relative;
    top: 3px;
  }
  .dropdown-menu ul {
    list-style: none;
    padding: 0.75em 0 3em 0.5em;
    font-size: 0.97em;
  }
  .dropdown-menu ul li {
    margin-bottom: 0.75em;
    padding-left: 2em;
  }
  .dropdown-menu ul li a .gi {
    float: left;
    margin-left: -1.75em;
  }
  .dropdown-menu a,
  .dropdown-item {
    color: #9aa2a8;
  }
  .dropdown-menu a:hover {
    color: #00aeef;
  }

  .dropdown-item:hover {
    color: #4b5156;
  }

  .nav-right {
    display: flex;
    flex-direction: flow;
    height: 100%;
    line-height: 70px;
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
  }
  .nav-right .dropdown-toggle::after {
    display: none;
  }

  .nav-search-menu {
    border-right: 1px solid #d6e1e8;
    padding-right: 15px;
    height: 100%;
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
  }
  .nav-middlw-menu {
    border-right: 1px solid #d6e1e8;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
  }
  .nav-user-menu {
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
  }
  .nav-user-menu button {
    position: relative;
  }
  .nav-user-menu small {
    display: inline-block;
    background-color: #f9a51b;
    color: #fff;
    font-size: 10px;
    padding: 0 6px;
    line-height: 18px;
    border-radius: 10px;
    position: absolute;
    right: -4px;
    top: -2px;
  }

  .nav-search-menu .form-inline {
    flex-direction: row-reverse;
  }

  .dropdown-user-menu,
  .dropdown-shop-menu {
    width: 35vw;
    max-width: 400px;
    border-radius: 0 0 0.5em 0.5em;
    padding: 0.5em 0 1em;
    line-height: 1.8;
    font-size: 0.8em;
  }

  .nav-dropdown-top {
    padding: 1em 1.5em 1.5em;
    color: #9aa2a8;
  }
  .nav-dropdown-top strong {
    color: #4b5156;
    font-weight: 500;
  }
  .nav-dropdown-top img.profile-picture {
    float: right;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 1em;
    border: 1px solid #d6e1e8;
    background: url("../pics/default-profile-60.png") no-repeat 50% 50%;
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
  }
  .dropdown-user-menu:hover .nav-dropdown-top img.profile-picture {
    transform: scale(1.075, 1.075);
    border: 1px solid #00aeef;
  }
  .nav-dropdown-top em {
    font-size: 0.85em;
    font-style: normal;
  }

  /*popup*/
  .e-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    margin-top: 70px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
  }
  .e-popup.lift {
    margin-top: 45px;
  }

  /*products drop down*/
  #products-dropdown {
  }
  #products-dropdown .dropdown-container {
    width: 100%;
    height: calc(100vh - 70px);
    position: static;
    padding-left: 350px;
  }
  #products-dropdown .products-dropdown-menu {
    border-right: 1px solid #d6e1e8;
    width: 350px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    padding: 2em 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
  }

  #products-dropdown .products-dropdown-menu .products-dropdown-menu-item {
    line-height: 60px;
    border-radius: 30px;
    color: #6d767c;
    position: relative;
    padding: 0 0 0 65px;
    margin: 0 0.25em;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
    margin-bottom: 0.25em;
  }
  #products-dropdown .products-dropdown-menu .products-dropdown-menu-item:hover,
  #products-dropdown
    .products-dropdown-menu
    .products-dropdown-menu-item.active {
    color: #4b5156;
  }

  #products-dropdown
    .products-dropdown-menu
    .products-dropdown-menu-item
    .drop-down-icon {
    height: 100%;
    min-height: 44px;
    width: 48px;
    border-radius: 24px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 0;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
  }
  #products-dropdown .products-dropdown-menu .products-dropdown-menu-item .gi {
    position: relative;
    top: -2px;
  }
  #products-dropdown .products-dropdown-menu .products-dropdown-menu-item h5 {
    line-height: 44px;
    cursor: pointer;
    margin: 0;
  }

  #products-dropdown
    .products-dropdown-menu
    .products-dropdown-menu-item#speaker:hover
    .drop-down-icon,
  #products-dropdown
    .products-dropdown-menu
    .products-dropdown-menu-item#speaker.active
    .drop-down-icon {
    background-color: #00aeef;
  }
  #products-dropdown
    .products-dropdown-menu
    .products-dropdown-menu-item#headphone:hover
    .drop-down-icon,
  #products-dropdown
    .products-dropdown-menu
    .products-dropdown-menu-item#headphone.active
    .drop-down-icon {
    background-color: #ff5252;
  }
  #products-dropdown
    .products-dropdown-menu
    .products-dropdown-menu-item#airpulse:hover
    .drop-down-icon,
  #products-dropdown
    .products-dropdown-menu
    .products-dropdown-menu-item#airpulse.active
    .drop-down-icon {
    background-color: #f9a51b;
  }
  #products-dropdown
    .products-dropdown-menu
    .products-dropdown-menu-item#hecate:hover
    .drop-down-icon,
  #products-dropdown
    .products-dropdown-menu
    .products-dropdown-menu-item#hecate.active
    .drop-down-icon {
    background-color: #76c900;
  }

  #products-dropdown .products-dropdown-menu-item .product-dropdown-submenu {
    height: 0;
    opacity: 0;
    padding-left: 0.45em;
    padding-top: 0.25em;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #products-dropdown
    .products-dropdown-menu-item.active
    .product-dropdown-submenu {
    height: 175px;
    opacity: 1;
  }

  #products-dropdown
    .products-dropdown-menu-item
    .product-dropdown-submenu
    div {
    line-height: 1.25em;
    margin-bottom: 0.25em;
    font-size: 0.9em;
    padding-top: 0.35em;
    padding-bottom: 0.35em;
  }
  #products-dropdown
    .products-dropdown-menu-item
    .product-dropdown-submenu
    div
    a {
    color: #9aa2a8;
    position: relative;
    display: block;
    padding-right: 1.25em;
  }
  #products-dropdown
    .products-dropdown-menu-item
    .product-dropdown-submenu
    div
    a:hover {
    color: #272a2d;
  }

  #products-dropdown
    .products-dropdown-menu-item
    .product-dropdown-submenu
    div
    a
    .gi {
    position: absolute;
    right: 1em;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  #products-dropdown
    .products-dropdown-menu-item
    .product-dropdown-submenu
    div
    a:hover
    .gi {
    right: 0.5em;
    opacity: 1;
  }

  #products-dropdown .dropdown-container .product-dropdown-stage {
    width: 100%;
    height: 100%;
    position: static;
    overflow: hidden;
  }

  .product-dropdown-stage .product-dropdown-performer {
    display: none;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .product-dropdown-stage .product-dropdown-performer.active {
    display: block;
  }
  .product-dropdown-stage .product-dropdown-performer .wide {
    position: absolute;
    width: 100%;
    height: 40%;
    min-height: 250px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    padding: 3rem 4rem 2rem 250px;
  }
  .product-dropdown-stage .product-dropdown-performer .wide p {
    color: #9aa2a8;
  }

  .product-dropdown-stage .product-dropdown-performer .wide .fold-image {
    width: 250px;
    height: 250px;
    float: left;
    margin: -110px 0 0 -250px;
    position: relative;
  }
  .product-dropdown-stage .product-dropdown-performer .wide .fold-image img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 400;
  }
  .product-dropdown-stage
    .product-dropdown-performer:hover
    .wide
    .fold-image
    img {
    opacity: 1;
  }
  .product-dropdown-stage
    .product-dropdown-performer
    .wide
    .fold-image
    img.first {
    z-index: 500;
    opacity: 1;
  }
  .product-dropdown-stage
    .product-dropdown-performer
    .wide
    .fold-image
    img.second {
    z-index: 400;
  }
  .product-dropdown-stage
    .product-dropdown-performer
    .wide
    .fold-image
    img.third {
    z-index: 300;
  }
  .product-dropdown-stage
    .product-dropdown-performer:hover
    .wide
    .fold-image
    img.second {
    left: 50px;
  }
  .product-dropdown-stage
    .product-dropdown-performer:hover
    .wide
    .fold-image
    img.third {
    left: -50px;
  }

  #product-default {
    background-image: url("../images/home-drop-speaker.jpg");
  }
  #portable-speaker {
    background-image: url("../images/forest.jpg");
  }
  #bookshelf-speaker {
    background-image: url("../images/bookshelf.jpg");
  }
  #computer-speaker {
    background-image: url("../images/computer.jpg");
  }
  #tv-speaker {
    background-image: url("../images/tv.jpg");
  }
  /*home header*/
  #home .navbar {
    background-color: transparent;
    background-image: linear-gradient(
      rgba(0, 0, 0, 75),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    border-bottom: 0;
  }
  #home .navbar-item .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
  #home .navbar-item .nav-link:hover {
    color: rgba(255, 255, 255, 1);
  }
  #home .dropdown-toggle::after {
    background-position: -1040px -80px;
  }

  #home .nav-search-menu {
    border-right: 1px solid transparent;
  }
  #home .gi.izoom {
    background-position: -99px -79px;
  }
  #home .gi.iuser {
    background-position: -339px -79px;
  }
  #home .gi.ishop {
    background-position: -1459px -79px;
  }

  #home .navbar:hover {
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #d6e1e8;
  }
  #home .navbar:hover .navbar-brand {
    background-color: #00aeef;
  }
  #home .navbar:hover .navbar-item .nav-link {
    color: #6d767c !important;
  }
  #home .navbar:hover .navbar-item .nav-link:hover {
    color: #4b5156 !important;
  }

  #home .navbar a.popup-trigger .gi {
    background-position: -1039px -79px;
  }
  #home .navbar:hover a.popup-trigger .gi {
    background-position: -1039px -119px;
  }
  #home .navbar:hover .dropdown-toggle::after {
    background-position: -1040px -120px;
  }

  #home .nav-search-menu {
    border-right: 1px solid transparent;
  }
  #home .navbar:hover .gi.izoom {
    background-position: -99px -119px;
  }
  #home .navbar:hover .gi.iuser {
    background-position: -339px -119px;
  }
  #home .navbar:hover .gi.ishop {
    background-position: -1459px -119px;
  }

  /*Compact header*/
  .nav-compact.navbar {
    height: 48px;
    background-color: #fff !important;
    background-image: none !important;
    border-bottom: 1px solid #d6e1e8 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.075);
  }
  .nav-compact .navbar-brand {
    float: left;
    background-color: #00aeef;
    position: relative;
    left: -1rem;
    z-index: 900;
    top: 0;
    padding: 9px 20px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0);
    border-bottom-right-radius: 0;
  }
  .nav-compact:hover .navbar-brand {
    top: 0;
  }
  .nav-compact .navbar-brand img {
    height: 22px;
  }
  .nav-compact .navbar-nav {
    height: 48px;
    line-height: 48px;
    margin-left: 2em;
  }
  .nav-compact .navbar-nav .navbar-item {
    margin-right: 2em;
  }
  .nav-compact .navbar-item .nav-link {
    color: #6d767c !important;
  }
  .nav-compact .navbar-item .nav-link:hover {
    color: #4b5156 !important;
  }
  .nav-compact .dropdown-toggle::after {
    background-position: -1040px -120px !important;
  }
  .nav-compact .dropdown-menu {
    top: 48px !important;
    padding: 0.5rem 0 1rem;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .nav-compact .search-dropdown {
    padding: 1rem;
  }
  .nav-compact:hover .dropdown-menu {
    background-color: rgba(255, 255, 255, 1);
  }

  .nav-compact .nav-right {
    line-height: 48px;
  }
  .nav-compact .nav-search-menu {
    padding-right: 10px;
  }
  .nav-compact .nav-middlw-menu {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-compact .nav-user-menu {
    padding-left: 10px;
  }

  .nav-compact .gi.izoom {
    background-position: -99px -119px !important;
  }
  .nav-compact .gi.iuser {
    background-position: -339px -119px !important;
  }
  .nav-compact .gi.ishop {
    background-position: -1459px -119px !important;
  }
}

/*Mobil nav*/
@media screen and (max-width: 991px) {
  .navbar-toggler {
    border: 0;
  }

  .navbar {
    height: 48px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.075);
    padding: 0;
    border-bottom: 1px solid #d6e1e8;
    width: 100%;
  }
  .navbar-brand {
    float: left;
    position: relative;
    background-color: #00aeef;
    z-index: 900;
    top: 0;
    padding: 9px 20px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0);
    background-color: #00aeef;
  }
  .navbar:hover .navbar-brand {
    top: 0;
  }
  .navbar-brand img {
    height: 22px;
  }
  .navbar-nav {
    line-height: 2.1em;
    margin-left: 0;
  }

  .navbar-collapse {
    position: absolute;
    z-index: 900;
    background-color: #fff;
    top: 48px;
    right: 0;
    width: 100%;
    max-width: 600px;
    min-height: 100vh;
    padding-top: 0.5rem;
  }
  .navbar-nav .navbar-item {
    background-color: #fff;
    margin: 0;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #d6e1e8;
  }
  .navbar-nav .nav-link {
    padding: 0.5em 1.5em;
  }
  .dropdown-menu {
    top: 48px;
    padding: 0.5rem;
    background-color: rgba(255, 255, 255, 1);
    border: 0;
    border-radius: 0;
  }
  .dropdown-menu h4 {
    font-size: 1em;
    color: #6d767c;
    margin-bottom: 0.75em;
  }

  .dropdown-menu .gi {
    transform: scale(1, 1);
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    top: 3px;
  }
  .dropdown-menu ul {
    display: none;
    list-style: none;
    margin-bottom: 1.5em;
    padding-left: 30px;
  }

  .nav-right {
    line-height: 48px;
    width: 100%;
    padding: 0.5em 0 0;
    position: relative;
  }
  .nav-right .gi {
    transform: scale(1.5, 1.5);
    width: 20px;
    height: 20px;
  }
  .nav-search-menu,
  .nav-user-menu {
    width: 100%;
    padding: 0.5em 0.5em 0.5em 1.25em;
  }

  .nav-right .dropdown {
    display: block;
  }
  .nav-right .dropdown-menu {
    float: none;
  }
  .nav-search-menu .dropdown-menu {
    right: 0;
    top: -6px;
    left: auto;
    width: 85%;
  }
  .nav-search-menu .dropdown-menu .w-50 {
    width: 80% !important;
  }
  .nav-search-menu .dropdown-menu .btn {
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 2px;
  }
  .nav-search-menu .dropdown-menu .btn .gi {
    transform: scale(1, 1);
    width: 18px;
    height: 18px;
  }

  .form-inline {
    display: flex;
    flex-direction: row-reverse;
  }
  .form-inline .btn span {
    display: none;
  }

  .nav-user-menu .dropdown {
    display: inline;
    padding-right: 25%;
  }
  .nav-user-menu .dropdown-menu {
    display: none;
    position: static;
    width: 100%;
    padding-bottom: 1.5em;
  }
  .nav-dropdown-top {
    padding: 0 1.5em 1.5em 0;
    color: #9aa2a8;
    line-height: 1.4em;
  }
  .nav-dropdown-top strong {
    color: #4b5156;
    font-weight: 500;
  }
  .nav-dropdown-top img.profile-picture {
    float: right;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 1em;
    border: 1px solid #d6e1e8;
    background: url("../pics/default-profile-60.png") no-repeat 50% 50%;
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
  }
  .dropdown-user-menu:hover .nav-dropdown-top img.profile-picture {
    transform: scale(1.075, 1.075);
    border: 1px solid #00aeef;
  }
  .nav-dropdown-top em {
    font-size: 0.85em;
    font-style: normal;
  }
  .nav-user-menu .dropdown-item {
    line-height: 1.45em;
    padding-left: 0;
    font-size: 0.85em;
  }
  .nav-user-menu .dropdown-item .gi {
    display: none;
  }

  .nav-user-menu .btn {
    position: relative;
  }
  .nav-user-menu small {
    display: inline-block;
    background-color: #ff5252;
    color: #fff;
    font-size: 10px;
    padding: 0 6px;
    line-height: 18px;
    border-radius: 10px;
    position: absolute;
    left: 75%;
    top: -6px;
  }

  .dropdown-toggle::after {
    /*width:18px;
		height:18px;
		border:0;
		background-image: url(../pics/icon_sprite.svg);
		background-position:-1040px -100px;
		vertical-align:-.2em;
		margin-left:.5em;*/
    display: none;
  }
  .dropdown-toggle:hover::after {
    /*background-position:-1040px -140px;*/
  }
}

/*Location choose*/
.nav-location-menu {
  padding: 0.5rem 0;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0.85em;
}
.nav-location-menu h5 {
  margin-bottom: 0.75em;
}
.nav-location-menu ul {
  display: block;
  padding-left: 0;
  line-height: 1.5em;
  list-style: none;
}
.nav-location-menu ul li {
  padding-left: 28px;
  padding-bottom: 0.65em;
}
.nav-location-menu ul .gi {
  transform: scale(1, 1);
  margin-left: -28px;
  float: left;
  margin-top: 0;
}

/*Master head*/
.masterhead {
  color: #fff;
  width: 100%;
  height: 100vh;
  max-height: 1200px;
  background-image: url("../images/care-by-edifier-sm.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-bottom: 6px solid #00aeef;
  -webkit-transition: all 0.4s; /* Safari */
  transition: all 0.4s;
  text-align: center;
}
.masterhead .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.masterhead p {
  margin-bottom: 1.25em;
}
.masterhead h3 {
  font-size: 1.41em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .masterhead {
    background-image: url("../images/care-by-edifier-med.jpg");
    background-position: 100% 50%;
  }
  .masterhead h3 {
    font-size: 1.77em;
    font-weight: normal;
  }
}
@media (min-width: 992px) {
  .masterhead {
    background-image: url("../images/care-by-edifier-lg.jpg");
    background-position: 45% 50%;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .masterhead {
    background-image: url("../images/care-by-edifier.jpg");
    background-position: 0 50%;
  }
}

/*Modal & Pop up*/
.modal-dialog.full-screen {
  max-width: 100vw;
  width: 100vw;
  min-height: 100vh;
  margin: 0;
}
.modal-dialog.full-screen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100vh;
}

.modal-dialog .modal-header,
.modal-dialog .modal-footer {
  border: 0;
  padding: 2rem;
}
.modal-dialog .modal-body {
  padding: 1rem 2rem;
}
