.nav-item {
  padding: 0.5rem 0xp;
}

.dropdown-hover:hover>.dropdown-menu {
display: inline-block;
left: 0;
}
.dropdown-menu.show { 
    display: none;
}
.dropdown-hover>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
pointer-events: none;
}
/*mobile nav*/
.mobilenav
{
  display: none;
}
nav .m-menu__checkbox {
  display: none;
}
nav label.m-menu__toggle {
  cursor: pointer;
}
nav .m-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 450px;
  width: calc(100vw - 30px);
  height:100vh;
  -moz-transform: translate3d(-450px, 0, 0);
  -o-transform: translate3d(-450px, 0, 0);
  -ms-transform: translate3d(-450px, 0, 0);
  -webkit-transform: translate3d(-450px, 0, 0);
  transform: translate3d(-450px, 0, 0);
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}
nav .m-menu__overlay {
  background-color: rgba(103, 103, 103, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
}
nav .m-menu__header {
  padding: 40px 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
nav .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
nav .m-menu .m-menu {
  -moz-transform: translate3d(480px, 0, 0);
  -o-transform: translate3d(480px, 0, 0);
  -ms-transform: translate3d(480px, 0, 0);
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
}
nav .m-menu ul {
  height: 100%;
  overflow-y: auto;
}
nav .m-menu ul li a, nav .m-menu ul li label {
  display: block;
  text-align: left;
  padding: 0 15px;
  line-height: 47px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
nav .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
nav .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav .m-menu__checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*end mobile nav*/
 .cart{
    float: right;
    
    right: 0;
}
#cart-count {
    color: #ffffff;
    top: -10px;
    position: relative;
    font-size: 18px;
    left: 0;
    background-color: #5B5BC9;
    padding: 20px 10px;
    border-radius: 100%;
    display: inline-block;
}
.navbar-brand
{
  left: 0px;
  position: relative;
  width: 18%;
  top: -5px;
}
.ham {
  position: fixed;
  /* keep the hamburger button above everything */
  z-index: 100;
  top: 1.5rem;
  /*right: rem;*/
  width: 45px;
  height: 35px;
  border:none;
  background: white;
  cursor: pointer;

}
.xIcon {
  display: none;
  background: #5B5BC9;
  color: #fff;
  float: right;
  border-radius: 100%;
  cursor: pointer;
}
.menu, .munu1 {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  color: #000;
  transform: translateX(-100%);
  transition: transform 1.2s;
  list-style: none;
  padding-top: 40px;
  z-index: -9888;
  padding: 80px 280px;
}
.showMenu {
  transform: translateX(0);
  top:70px;
  z-index: -999;
  padding: 80px 280px;
}
.showMenu1 {
  transform: translateX(0);
  top:70px;
  z-index: -999;
  padding: 80px 280px;
}
.menuLink {
  display: inline;
  font-size: 2rem;
  color: white;
  text-decoration: none;
}
.menuLink:hover {
  text-decoration: underline;
}
.display-black
{
  display: block;
  line-height: 30px;
  font-weight: 400;
}
.tab-content
{
  width: 100%;
}
.bi-chevron-right
{
 float: right;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
  background-color:#0d6efd00;
  color: #5B5BC9;
}
.menu-center
{
  width: 100%;
  margin: 0 auto;
}
a
{
  color: #000;
  text-decoration: none;
}
.main-bg
{
  background-color: #5B5BC9;
  color: #fff;
  margin-bottom: 100px;
  padding-top: 30px;
}
.main-bg a
{
  color: #fff;
}
.m-c
{
  max-width: 1350px;
}

.page-item .active
{
  background-color:#5B5BC9;
  border-radius: 100%;
}
.page-item
{
  margin: 0 10px;
}
.author_img
{
  object-fit: cover;
    border-radius: 100%;
    padding: 38px;
    width: 69%;
}
p, ol li
{
  font-size: 15px;
  /*line-height: 30px;*/
}
.hader_logo
{
  left: 100px;
  position: absolute;
  width: 200px;
  padding: 0px;
}
.bg-header
{
  background-color:#044b7c;
  padding: 20px;
}
.bi-text-indent-left
{
  font-size: 40px;
}
header
{
  border-bottom: 1px solid #5B5BC9;
  margin-bottom: 0px;
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #fff;
  top:0px;
}
header .navbar 
{
  padding: 0px 0px;
}
header .nav-item {
  color: #020202;
  padding: 17px 10px;
  font-size: 20px;
}
.nav-link
{
  color: #000;
  text-align: left;
}
.nav-link:focus, .nav-link:hover {
  color: #5B5BC9;
}
.text-blue
{
  color: #5B5BC9;
  font-weight: 500;
}
#collapsibleNavbar li a
{
  font-size: 20px;
}
header a {
  color: #020202!important;
  font-size: 15px;
}
header a:hover {
  color: #5B5BC9!important;
}
header svg {
 color:#ffffff !important;
}
header p
{
  line-height: 20px;
  font-size: 13.5px;
  padding: 0px 0;
  margin: 0;
  color: #020202;
}
ul li
{
  list-style: none;
}
.cart i.bi 
{
  float: left;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .showMenu
  {
    padding: 0px
  } 
  .menu, .Brands
  {
    padding: 0px;
  }
  .desk-menu
  {
    display: none;
  }
  .mobilenav
  {
    display: block;
    padding: 30px 20px;
  }
  .mobilenav .navbar-brand {
      left:10px;
      position: relative;
      width: 300px;
      display: inline-block;
      top: 0;
  }
  .page-link
  {
    padding: 0px;
  }
  .padding-0
  {
    padding: 0px;
  }
  .fs-6 {
    font-size: 13px!important;
  }
  .main-bg
  {
    margin-bottom: 20px;
  }
  footer
  {
    margin-top: 0px;
  }
  .latestpost .fs-6
  {
    font-size: 16px !important;
    line-height: 20px;
    font-weight: normal;
  }
  .innerpage_table table tr td
  {
    padding: 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .showMenu
  {
    padding: 0px
  } 
  .menu, .Brands
  {
    padding: 0px;
  }
  .desk-menu
  {
    display: none;
  }
  .mobilenav
  {
    display: block;
    padding: 30px 20px;
  }
  .mobilenav .navbar-brand {
      left:10px;
      position: relative;
      width: 300px;
      display: inline-block;
      top: 0;
  }
}
@media only screen and (max-width: 1350px) {
  .showMenu
  {
    padding: 0px;
  }
}
@media only screen and (min-width: 1351px) and (max-width:1800px){
  .showMenu
  {
    padding: 0 150px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */