/*
Theme Name: Nutrisource
Author: Farhan
Author URI: https://codenify.webeducarecenter.com
Description: The is a custom theme made by Farhan Khan
Version: 2.1
*/

/* -------------------------------------
 Top Bar Area
 ------------------------------------- */
.top-bar-area {
  height: 50px;
  background: var(--dark);
  display: flex;
  align-items: center;
}

.item-flex {
  display: flex;
  gap: 30px;
}

.item-flex li a {
  font-size: 16px;
  color: #fff;
}

.item-flex li a i {
  font-size: 20px;
  color: #ffbd08;
}

.top-bar-area .social {
  display: flex;
  gap: 30px;
  justify-content: end;
}
.social-icon {
  display: flex;
  gap: 30px;
  justify-content: end;
}

.top-bar-area .social li a i {
  font-size: 20px;
  color: #ffffff;
}
.top-bar-area .text-end .social li {
  margin: 0px !important;
}
/* -------------------------------------
  Header & Logo Area
  ------------------------------------- */
.main-header {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reallogo {
  height: 60px;
  width: auto;
  overflow: hidden;
}

.reallogo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .top-bar-area {
    display: none;
  }
  .navbar-brand-left {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: start;
  }
  .navbar-header {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .navbar-brand-left {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: start;
  }
  .navbar-header {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
  }
}

a.page-numbers,
span.page-numbers.current {
  background: aliceblue;
  padding: 8px 18px 8px 18px;
  border-radius: 7px;
  border: 1px solid #c3c3c3;
  margin-right: 4px;
}
span.page-numbers.current {
  background: var(--color-secondary);
  color: #fff;
  border: none;
}
.main_content .produc_main_formula p {
  margin: 0px !important;
}
@media (max-width: 1024px) {
  .navbar-header {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
    /* Default submenu hidden */
.menu-item-has-children > ul {
  display: none !important;
}

/* Jab parent li mein 'on' class ho tab submenu dikhe */
.on > ul {
  display: block !important;
}

}

nav.navbar.validnavs .navbar-collapse.collapse button {
    position: absolute;
    right: 10px !important;
    margin: 0;
    height: 35px;
    width: 35px;
    line-height: 32px;
    text-align: center;
    border: 2px solid #dddddd;
    border-radius: 50%;
    color: var(--color-heading);
    font-size: 16px;
    top: 48px;
    padding: 0;
}
@media (max-width:765px){
  .price p{
    text-align: center;
  }
}

.grecaptcha-badge {
 z-index: 99 !important;
 }
 
