#shopify-section-goli-header {
  height: 140px;
  /* height of the navbar */ }

.top-header {
  border: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  background: #FFF; }

.top-header .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0; }

.top-header .dropdown-menu > a:first-child {
  padding-top: 8px; }

.top-header .dropdown-menu > a:last-child {
  padding-bottom: 8px; }

.top-header .dropdown-menu.collapsing {
  display: block; }

.top-header .dropdown-item:active {
  background-color: #EEF0F2; }

.top-header .top-menu a {
  color: #000; }

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

.top-header .padded-logo {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px; }

.top-header .logo-mobile .nav-logo-mobile {
  width: 150px;
  height: 60px; }

.top-header .logo-mobile {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.top-header .logo-mobile a {
  color: #000; }

.top-header .nav-order-btn-holder {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
/*   justify-content: flex-end;
  align-items: center;  */
  }

.top-header .nav-order-btn-holder a.nav-order-btn {
  color: #000; }

.top-header .nav-order-btn-holder a.nav-order-btn .nav-btn-shipping-text {
  font-size: 12.8px; }

.top-header .nav-order-btn-holder a.nav-order-btn .nav-btn-shipping-text-desktop {
  font-size: 15px; }

.top-header .nav-order-btn-holder a.nav-order-btn .nav-btn-order-now {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  color: #FFF;
  background-color: #3A5BA0; }

.top-header .nav-order-btn-holder a.nav-order-btn .nav-btn-order-now-desktop {
  font-size: 19px;
  line-height: 1;
  padding: 9px 10px; }

.top-header .nav-order-btn-holder a.nav-order-btn:hover {
  text-decoration: none !important; }

.top-header .nav-order-btn-holder a.nav-order-btn:hover .nav-btn-order-now {
  background-color: #2B5498; }

.top-header .nav-order-btn-holder a.nav-order-btn:hover .nav-btn-shipping-text {
  text-decoration: underline; }

.top-header .navbar-cart-holder {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.top-header .navbar-cart-holder {
  text-align: right; }

.top-header .navbar-cart {
  font-size: 23px;
  color: #000; }

.top-header .navbar-cart .fa-layers-counter {
  background: #D7272E;
  -webkit-transform: scale(0.45);
  transform: scale(0.45);
  left: 2px;
  top: -4px; }

.top-header .top-header-top-row {
  height: 79px; }

.top-header .top-header-main-menu {
  border-top: solid 1px #000;
  text-transform: uppercase; }

.top-header .top-header-main-menu .nav-link {
  font-size: 19px; }

.top-header .top-header-main-menu ul a {
  color: #000; }

@media (min-width: 1200px) and (max-width: 1300px) {
  .nav-item.mx-xl-3 {
    margin-left: 0.6rem !important;
    margin-right: 0.6rem !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #shopify-section-goli-header {
    height: 134px;
    /* height of the navbar */ } }
@media (max-width: 1199px) {
  .top-header .top-header-main-menu .nav-link {
    font-size: 15.2px; } }
@media (max-width: 991px) {
  #shopify-section-goli-header {
    height: 131px;
    /* height of the navbar */ }

  .top-header .top-header-main-menu .nav-link,
  .top-header .top-header-main-menu .dropdown-item {
    font-size: 13px; } }
@media (max-width: 767px) {
  #shopify-section-goli-header {
    height: 80px;
    /* height of the navbar */ }

  /* The side navigation menu */
  .top-header .sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 80px;
    /* Stay at the top */
    left: 0;
    background-color: #fff;
    /* #000*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */ }

  /* The navigation menu links */
  .top-header .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

  /* When you mouse over the navigation links, change their color */
  .top-header .sidenav a:hover {
    color: #000; }

  .top-header .sidenav {
    padding-top: 15px; }

  .top-header .sidenav a {
    font-size: 18px; }

  .top-header .dropdown-menu {
    width: 95%; }

  .top-header .fa-bars {
    font-size: 30px; }

  .top-header .navbar-menu-btn {
    cursor: pointer;
    display: inline-block;
    margin-top: 24px; }

  .top-header a.navbar-menu-btn-close {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    padding: 8px; } }
@media (max-width: 575px) {
  .top-header > .container-fluid {
    padding-right: 10px;
    padding-left: 10px; }

/*   .top-header .nav-order-btn-holder {
    padding-right: 0; }
 */
  .top-header .nav-order-btn-holder a.nav-order-btn .nav-btn-order-now {
    font-size: 12.8px;
    padding: 3px 7px; }

  .top-header .nav-order-btn-holder a.nav-order-btn .nav-btn-shipping-text {
    font-size: 11.2px; }

  .top-header .top-menu {
    font-size: 12px;
    border-bottom: solid 1px #000; } }
@media (max-width: 320px) {
  .top-header .navbar-menu-btn {
    margin-top: 28px; }

  .top-header .top-menu {
    font-size: 12px; }

  .top-header .fa-bars {
    font-size: 26px; }

  .top-header .logo-mobile .nav-logo-mobile {
    width: 126px; }

  .top-header .nav-order-btn-holder a.nav-order-btn .nav-btn-order-now {
    font-size: 10px;
    padding: 3px 6px; }

  .top-header .nav-order-btn-holder a.nav-order-btn .nav-btn-shipping-text {
    font-size: 8.8px; } }
