body .fixed-top {
  position: fixed;
}

.main-navbar-collapsable .mainmenu li {
  order: 1;
}

.main-navbar-collapsable .mainmenu li:nth-last-child(2) {
  order: 11;
}

.main-navbar-collapsable .mainmenu li:last-of-type {
  order: 10;
}

.header-custom-html {
  display: flex;
  flex: 1 0 auto;
  justify-content: flex-end;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .header-custom-html.d-lg-block {
    display: flex !important;
  }
}

.header-custom-html .phone-link,
.header-custom-html .contact-link,
.header-custom-html .info-link {
  padding: 5px 0.6rem;
}

.header-custom-html a:hover {
  color: #00a2e8;
}

.header-custom-html+#controlsList {
  flex: 0 0 auto;
}

#dropdownInfoMenuLink+ul {
  transform: none !important;
  top: auto !important;
}

.widget-message-notify {
  display: none;
  background-color: #00a2e8 !important;
  color: #fff;
  max-width: 100vW !important;
  right: auto !important;
  padding: 0 30px 15px;
  box-shadow: 0 -2px 7px 0px #a3a3a3;
  margin-top: 5px;
}

body.isShopBuilder .widget-message-notify,
.widget-message-notify.show {
  display: block;
}

.widget-message-notify .remove {
  margin-bottom: -15px;
}

.widget-message-notify .close-icon {
  cursor: pointer;
  float: right;
  font-size: 0.8rem;
  background-color: #fff;
  color: #00a2e8;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin: 12px 25px 0 0;
}

.single .price+.base-price {
  display: none;
}