.mobile-menu-container {
    background: #555555;
    float: left;
    height: 0;
    overflow: hidden;
    padding: 0 20px;

    position: inherit;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 100%;
    text-align: left;
}
#breadcrumbs li {
    height: 0;
    font-size: 14px;
}
#sp-logo{
    width: 15%;
}
#sp-logo .logo a {
    margin-left: 10px;
    width: 90px;
    margin-top: 15px;
}
.titleh1{
padding-top: 5%;
font-size: 14px;
    text-align: center;
}
.top-menu .mega_main_menu > .menu_holder > .menu_inner > ul > li a {
width: auto !important;
}
.top-menu .mega_main_menu > .menu_holder > .menu_inner > ul > li a .link_content {
width: auto;
}
.top-menu .mega_main_menu > .menu_holder > .menu_inner > ul > li a .link_content .link_text {
font-size: 13px;
}

/*footer padding*/
.bottom-wrapper {
    padding-bottom: 10px;
    }

/*header padding*/
.header {
    padding: 15px 0; }

/*padding category*/
.sidebar-category {  margin-top: 30px; }

.main-container.contact-page {
    padding-bottom: 0;
    padding-top: 35px;
}

.widget .vg-title h3, .wpb_text_column .vg-title h3 {
    margin: 20px;
}

.sidebar-category {
    margin-top: 10px;
}

.bottom-wrapper {
    padding-bottom: 20px;
    padding-top: 10px;
}

.main-container .toolbar .woocommerce-result-count {
    display: none;
}
.banner-category {
    margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .social-topbar {
left: 10px !important;
position: relative !important;
}
}



.header {
  padding: 15px 0 20px;
}
.header .container{
  position: relative;
}
.header .container:before{
  content: '';
  position: absolute;
  display: block;
  bottom: -10px;
  left: 15px;
  right: 15px;
  height: 3px;
  background: #F1F1F1;
}
#sp-logo {
  width: 323px;
}
#sp-logo .logo a{
  width: auto;
  margin: 0;
  padding-bottom: 0;
}
.menu-header-wrapper {
  float: right;
}
#text-3 {
  float: right;
  width: auto;
  padding: 0 0 0 5px;
  margin-top: 30px;
}
#text-3 .social-topbar{
  display: inline-block;
  padding-left: 15px;
}
#sp-main-menu-wrapper {
  float: right;
}
#header-menu ul.menu > li.current_page_item a,
#header-menu ul.menu > li > a,
#header-menu ul.menu > li:hover a{
  color: #4C71CB;
  font-size: 20px;
  line-height: 23px;
  font-weight: normal;
  padding: 5px 15px 5px;
  border:none!important;
  background: transparent;
}
#header-menu ul.menu > li:hover a{
  color: #040404;
}
#header-menu ul.menu > li.current_page_item a{
  position: relative;
  border: none !important;
  color: #040404;
}
#header-menu ul.menu > li.current_page_item a:before{
  content: '';
  position: absolute;
  display: block;
  left: -3px;
  right: -4px;
  bottom: -20px;
  height: 4px;
  background: #4C71CB;
}

@media (max-width: 991px) {
  #text-3{
    margin-top: 18px;
    position: absolute;
    right: 40px;
    top: -120%;
  }
}

@media (max-width: 400px) {
  #sp-logo .logo a{
    padding-bottom: 20px;
  }
  #text-3{
    top: -100%;
  }
}



#breadcrumbs{
  display:none;
}