.navbar-nav .nav-item.submenu_custom_link .nav-link:after {display:none !Important;}

@media only screen and (min-width: 768px){
  .navbar-collapse .navbar-nav .nav-item .dropdown-menu
  {
  max-height: 550px;
  overflow-x: hidden;
  scrollbar-width: thin;
  } 
    
}
.btn.disabled, .btn:disabled 
{
    opacity: 1;
}
.bootstrap-select>.dropdown-toggle 
{
    border: 1.5px solid #474855;
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active 
{
    background-Color: #f2f2f2;
    color: #474855 !important;
}
.form-control:focus {
    border-color: #FF6C2B;
}
.form-control {
    border-color: #474855;
}
#shopping_accordion .card-title a, #price_calculator .card-title a 
{
    color: #474855 !important;
}

#shopping_accordion .card-title a:hover, #price_calculator .card-title a:hover 
{
    color: #FF6C2B !important;
}



#product-info .img-thumbnail 
{
    height: 450px;
}

.nav .dropdown-menu, .navbar .dropdown-menu, .top-header .dropdown-menu 
{
    background: #ffffff !important;
}
@media only screen and (min-width: 768px) {
  .navbar-collapse .navbar-nav {
    margin-right: auto !important;
  }
  .top-header .top-links{
     order:3;
  }
  .top-header .search_top{
     order:2; 
     margin-top: 1.5rem;
  }
  .top-header .align-self-center{
     order:4;
     align-self: flex-start !important;
     padding: 0.5rem 0.9rem;
  background: #009ede;
  border-radius: 0 0 10px 10px;
  margin-left: 1rem;
  }
  .top-header .align-self-center a{
      color: #fff;
  }
  .top-header .header-search .form-control{
      min-width:350px;
      
  }
}
.navbar-light .navbar-nav li .dropdown-menu .dropdown-item {
  color: #000;
}
@media only screen and (min-width: 768px) {
    .navbar-light {
                text-align: center !important;
      }}
      
      ul.breadcrumb.breadcrumb_arrow4 {
    text-transform: uppercase;
}

.hide_price #producttotalprice {display: None !important;}