/*
body, 
button, 
input, 
select, 
textarea {
    font-family: Verdana, Geneva, sans-serif !important;
}
*/
p, ul {
  margin-bottom: 0.5rem; }

h2, h3 {
  margin-top: .5rem;
  margin-bottom: .1rem;
  font-weight: normal !important; }

.body {
  margin-bottom: 10px; }

.productView-info-name,
.card-title,
.card-text {
  font-size: 18px !important;
  font-weight: normal; }

form.form.form-wishlist.form-action .button {
  font-size: inherit; }

.form-label--alternate,
.productView-brand a {
  font-size: 18px !important; }

@media (max-width: 800px) {
  div#add-to-cart-wrapper .form-action {
    float: none; }
  .add-to-cart-wrapper .button {
    margin-bottom: 0; }
  .add-to-cart-wrapper .form-field--increments {
    margin-bottom: 20px !important; }
  .socialLinks {
    display: flex;
    justify-content: center; } }

.container,
.logo-user-section.container,
header div#menu,
#menu .nav-minus-logo,
.newsletter-subscription-section article.newsletter.cta {
  max-width: 1470px !important;
  padding-left: 20px;
  padding-right: 20px; }

.navPages-wider {
  width: 1470px;
  max-width: 1470px;
  padding-left: 20px;
  padding-right: 20px; }

.productView-description .tabs-contents {
  margin-bottom: 0rem !important; }

.productView-description .tab-content {
  padding: .5rem 0; }

.productView-description .tab-content ul,
.productView-description .tab-content .list {
  list-style: none !important; }

.productView-description .tab-content li::marker,
.productView-description .list li::marker {
  /* can use emoji, text, or font icon (if using a webfont) */
  content: ' \2726  ';
  color: #01A74F; }

.productView-description .tab-content li,
.productView-description .list li {
  margin-bottom: 10px; }

.productView-description .tab-title {
  font-size: 20px;
  font-weight: 700;
  color: #2F2F2B; }
  @media (max-width: 576px) {
    .productView-description .tab-title {
      padding: 10px; } }

.productView-description .tab-title:hover {
  text-decoration: underline; }

.productView-description .tab {
  border-radius: 5px 5px 0 0;
  border: 0;
  margin-top: 20px; }

.productView-description .tab.is-active {
  background-color: #01A74F;
  border: 0; }
  .productView-description .tab.is-active .tab-title {
    color: #fff; }
    .productView-description .tab.is-active .tab-title:hover {
      text-decoration: none; }

@media only screen and (min-width: 801px) {
  header ul.navUser-section.navUser-section--alt {
    width: 20%; }
  .dropdown--quickSearch .form-input {
    border: 1px solid #e6e6e6;
    padding-left: 5px; }
  .dropdown--quickSearch.desktop {
    min-width: 700px; }
  .navUser {
    padding-left: 0; }
  header .dropdown--quickSearch .form-fieldset {
    width: 100% !important; }
  .dropdown--quickSearch .form {
    max-width: 100% !important; }
  a.second-level {
    font-weight: normal !important; }
  .mega-cat-dropdown {
    width: 325px; }
  .mega-cat-dropdown .has-subMenu.is-root + .navPage-subMenu-horizontal.second-level-flyout {
    position: absolute;
    width: 847px;
    left: 323px; } }

/* BOF top menu */
.nav-right nav {
  padding: 0;
  margin: 0; }

.nav-right nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end; }

.nav-right nav ul li {
  position: relative; }

.nav-right nav ul li a {
  display: block;
  padding: 14px 20px;
  color: #000;
  text-decoration: none;
  font-weight: 700; }
  .nav-right nav ul li a:hover {
    color: #000; }

.nav-right nav ul li a:hover {
  /* background: #444; */ }

/* Dropdown menu */
.nav-right nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #e6e6e6;
  /* background of child item */
  min-width: 180px; }
  .nav-right nav ul ul a {
    color: #000;
    /* color of child item */ }
  .nav-right nav ul ul a:hover {
    color: #fff;
    /* color hover of child item */ }

.nav-right nav ul ul li {
  width: 100%;
  border-bottom: 1px solid #d8d8d8; }
  .nav-right nav ul ul li:hover {
    background-color: #009933;
    /* background hover of child item */ }

.nav-right nav ul ul li a {
  padding: 12px 15px;
  font-weight: normal; }

/* Show dropdown on hover */
.nav-right nav ul li:hover > ul {
  display: block;
  color: #fff; }

/* EOF top menu */
.brand .card {
  border: 1px solid #e6e6e6;
  margin-bottom: 0; }

.brand .card {
  margin-bottom: -1px;
  margin-right: -1px; }

.brandGrid .brand {
  padding-left: 0;
  padding-right: 0; }

.brand .card-img-container {
  max-width: 297px;
  height: 160px; }

.card-image {
  width: 200px; }

@media (min-width: 801px) {
  .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 22.85714rem; } }

.intro-title {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #009933;
  margin-bottom: 25px; }

.productGrid .product {
  border: 1px solid #e6e6e6;
  margin-right: -1px;
  margin-bottom: -1px; }

.productGrid .card {
  margin-bottom: 1rem; }

.card-img-container:after {
  padding-bottom: 100.8%; }

@media only screen and (min-width: 801px) {
  header ul.navUser-section.navUser-section--alt {
    right: 10px; } }

.productGrid {
  margin: 0; }

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

@media (min-width: 801px) {
  .header-logo {
    max-width: 352px; }
  .page-sidebar {
    width: 20%; }
  .page-sidebar + .page-content {
    width: 80%;
    padding-left: 10px; }
  .form-field {
    margin-bottom: 0; }
  .card-body {
    min-height: 165px; }
  .brand .card {
    padding: 10px 0; }
  .brand .card-body {
    min-height: 50px; } }

.pagination {
  margin-top: 1rem; }

@media (min-width: 360px) and (max-width: 576px) {
  .card-body {
    min-height: 220px; } }

@media (max-width: 767px) {
  .header-logo-image {
    max-height: 2.5rem; } }

@media only screen and (max-width: 420px) {
  .header-logo {
    width: 45%; }
  header .navUser {
    width: 55%; } }

@media only screen and (max-width: 800px) {
  header .navUser-action .header-icon,
  li.navUser-item.quicksearch.mobile svg {
    height: 20px !important;
    width: 20px !important; }
  a.mobileMenu-toggle.is-open {
    height: 2rem;
    width: 2rem; }
  figcaption.card-figcaption.mobile {
    display: none; } }

@media only screen and (max-width: 460px) {
  li.navUser-item.navUser-item--account.user-icons.account {
    margin-left: 10px;
    margin-right: 10px; } }

/*
@media only screen and (max-width: 800px) {
    .header {
        display:flex;
        height: 60px;
    }
    .mobileMenu-toggle {
        left: initial;
        right:auto;
        z-index: 99999999999;
        position: unset;
    }    
}
    */
.navList,
.sidebarBlock-heading {
  margin-top: 0;
  margin-bottom: 0; }

@media (max-width: 992px) {
  .sidebar.hidden {
    display: none; }
  .form-field {
    margin-bottom: 0; } }

.sidebar-toggle {
  color: #185d34 !important;
  padding: 4px 0px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  border-radius: 4px; }

@media (min-width: 992px) {
  /* Always visible on desktop */
  .sidebar {
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important; }
  .sidebar-toggle {
    display: none; } }

div#account-dropdown-signin-list {
  top: 20px;
  left: -150px;
  padding: 5px; }

@media (min-width: 551px) {
  div#account-dropdown-signout-list {
    top: 20px; } }

@media (min-width: 801px) {
  .page-heading {
    margin: 1rem 0 2rem 0; }
  .account--fixed {
    width: 100%; } }

@media (min-width: 551px) {
  .account-content .form-field {
    margin-bottom: 1rem; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    width: 100%; } }

.form-row .form-field {
  margin-bottom: 30px; }

.add {
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  margin-bottom: 30px; }
  .add h2 {
    margin: 0; }

.table {
  margin-bottom: 1rem; }

.disclaimer-text {
  font-size: 14px;
  line-height: 25px !important;
  text-align: justify;
  border: 1px solid maroon;
  padding: 5px 10px;
  margin-top: 25px; }

.text-red {
  color: red; }

.text-maroon {
  color: maroon; }

.text-dark {
  color: #4D4D4D; }

.related-product-section {
  margin-top: 30px; }

.text-center {
  text-align: center; }

.free-shipping img {
  margin: 0 30px; }

.rrp-price--withTax {
  font-size: 15px; }

.price-section--saving .price {
  color: red; }

.alertBox--error svg {
  fill: #ff0000 !important; }

.alertBox-message {
  color: #ff0000 !important; }

footer address {
  text-transform: none; }

.gap-1 {
  margin-left: 5px;
  margin-right: 5px; }

.gap-2 {
  margin-left: 10px;
  margin-right: 10px; }

@media only screen and (max-width: 800px) {
  .header {
    height: 90px; } }

@media only screen and (min-width: 801px) {
  .dropdown--quickSearch .form-input {
    margin-left: 20px; } }

.backtoTop {
  left: 30px; }
  .backtoTop .slick-arrow {
    left: 0; }
  .backtoTop .slick-prev::before {
    left: 6px; }
    @media (max-width: 576px) {
      .backtoTop .slick-prev::before {
        left: -5px; } }

.brand .card-img-container:after {
  padding-bottom: 0; }

/* Hide humberger menu on desktop */
@media (min-width: 801px) {
  .mega-cat-nav {
    display: none; } }

/* Hide mega menu on mobile */
@media (max-width: 800px) {
  .menu {
    display: none !important; } }

#menu div.nav-right {
  float: none;
  width: 100%; }

div#menu-wrapper {
  display: flex;
  justify-content: center; }

/* *****************BOF TOP MENU ******************/
/* Center Menu */
.menu {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  position: relative;
  margin-bottom: 0;
  font-size: .85rem;
  font-weight: 700;
  text-transform: uppercase; }

.menu > li > a {
  color: #01A74F;
  text-decoration: none;
  padding: 10px 25px;
  display: block;
  transition: all .3s ease; }

.menu > li > a:hover {
  background: #dddddd; }

/* =========================
   MEGA MENU
========================= */
.mega-content {
  position: absolute;
  top: 100%;
  left: 0%;
  transform: translateX(0) translateY(10px);
  width: 100%;
  max-width: 95vw;
  background: #fff;
  padding: 15px;
  display: flex;
  gap: 30px;
  font-weight: normal;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  text-transform: none;
  transition: .3s;
  z-index: 9999; }

.mega-menu:hover .mega-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

/* Cagegory menu column */
.mega-category-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px 10px;
  list-style: none;
  padding: 0;
  margin: 0; }

.mega-category-list li {
  margin: 0;
  padding: 0; }

.mega-category-list a {
  text-decoration: none;
  display: block;
  padding: 2px 0;
  color: #2f2f2b;
  font-size: .72rem; }
  .mega-category-list a:hover {
    text-decoration: underline; }

/* Normal Dropdown */
.dropdown-item {
  position: relative !important; }

.submenu {
  position: absolute;
  top: 100%;
  left: -20px;
  min-width: 220px;
  background: #fff;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .3s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  z-index: 99999;
  font-weight: normal;
  text-transform: none; }

.submenu li {
  border-bottom: 1px solid #eee; }

.submenu li:last-child {
  border-bottom: none; }

.submenu a {
  display: block;
  padding: 6px 15px;
  color: #2f2f2b;
  text-decoration: none; }

.submenu a:hover {
  /* background:#f5f5f5; */
  text-decoration: underline; }

.dropdown-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }
