.newnav .b-mobile-menu { max-width: unset; }
.newnav .b-mobile-menu__inner { background-color:  #fff; align-items: normal; }
.newnav .b-mobile-menu__nav-link, .b-mobile-menu__nav-link:hover { color: #20243f; font-weight: 600; }
.newnav .b-mobile-menu { max-width: 100% !important; }
.newnav .b-mobile-menu__header { padding:0.5rem; }
.newnav .b-mobile-menu__nav-item {
  padding: 0;
  background-color: #f6f6f6;
  padding: 5px 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}
/* .newnav .b-mobile-menu__nav-item:first-child { 
  padding-top: unset;
} */
.newnav .b-mobile-menu__nav-items { margin-top: 20px; }
.newnav .p-archive__item {
  padding: 0 0 12px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ede8e8;
}
.newnav .b-mobile-menu__left {
  height:45px;
}
.newnav .b-mobile-menu__menu-btn-icon { 
 height:45px;
 width:45px;
}
.newnav .b-mobile-menu__nav-link {
  color: #20243f !important;
}
.newnav .e-product-card__media .e-product-card__figure .e-product-card__image {

}
.newnav .e-product-card__media {
  padding: 15px;
  margin-bottom:0;
}
.newnav .e-product-card__title {
  margin-bottom: 0;
  font-size: 0.7rem;
}
.newnav .p-archive__list {
  grid-template-columns: repeat(4,25%) !important;
  margin-bottom: 40px;
}
@media only screen and (min-width: 700px) {
  .newnav .p-archive__list {
    grid-template-columns: repeat(4,25%) !important;
  }
}
@media only screen and (min-width: 1019px) {
  .newnav .p-archive__list {
    grid-template-columns: repeat(8,12.5%) !important;

  }
}

.b-mobile-menu__nav .p-archive__item:nth-child(1) img, .b-mobile-menu__nav .p-archive__item:nth-child(4) img, .b-mobile-menu__nav .p-archive__item:nth-child(8) img {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}

.b-mobile-menu__nav .p-archive__item:nth-child(4), .b-mobile-menu__nav .p-archive__item:nth-child(8) {
  border-right:0 !important;
}
.b-mobile-menu__nav .p-archive__item:nth-child(n+5) {
  border-bottom:0 !important;
}




.newnav .e-product-card__content { padding: 0; }
.newnav .e-product-card { 
  box-shadow: none !important;
}
.newnav .e-product-card:hover { box-shadow: none !important; }
.newnav .e-product-card__content { padding:0 }
.newnav .b-mobile-menu__nav.js-mobile-menu__nav {
  scrollbar-width: thin !important;
}


.callButton { 
  padding: 1rem;
  text-align: center;
  background-color: #3dc1ae;
  border-radius: 5px;
  margin-top: 20px;
}

.callButton a { 
  color: #20243f;
  font-size: 1.1rem;
  text-decoration: none;
}

.callButton a span {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size:0.7rem;

}