.subcategory-image {
  background-size: auto 100%;
  background-position: center; }

#proListing tr > td {
  padding: 5px; }

#proListing tr:nth-child(even) > td {
  background: #cccccc; }

#proListing tr > td a {
  margin: 0; }

.mobile-menu-wrapper a.mobileMenu-toggle {
  color: white !important;
  font-weight: bold !important;
  padding: 6px 10px;
  border-radius: 3px;
  background-color: #e53e3e;
  margin: 5px 3px 5px 0;
  height: 30px;
  display: block;
  text-decoration: none; }

h2.container-header.mobile {
  background-color: transparent;
  border-color: transparent;
  color: #0c538a !important; }

.header.is-open div#menu li {
  background-color: #f6f6f6;
  margin-bottom: 5px;
  border-color: transparent;
  border-radius: 3px; }

.custom-pages-nav a.navPages-action {
  color: #050708 !important; }
  .custom-pages-nav a.navPages-action:hover {
    color: #0c538a !important; }

.header.is-open ul.productGrid div#menu li {
  background-color: white; }

.mobile-menu .navPages-quickSearch input#search_query {
  height: 40px !important;
  top: 20px;
  width: 90%;
  margin: 0 auto;
  border-radius: 5px !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700 !important;
  background-color: #e6e6e6 !important;
  color: #2f2f2b !important;
  z-index: 1;
  position: relative;
  border: 0 none; }

.mobile-menu .form-field::after {
  content: "";
  display: table;
  background: white;
  width: 100%;
  height: 100px;
  top: -19px;
  z-index: -1;
  position: absolute; }

.mobile-menu .search-icon {
  display: none !important; }

@media only screen and (min-width: 800px) {
  .mobile-menu-wrapper a.mobileMenu-toggle {
    display: none; } }

@media only screen and (max-width: 990px) {
  .mobileMenu-toggle {
    width: auto; }
  .mobileMenu-toggle:after {
    content: "Menu";
    font-size: 12px;
    text-transform: uppercase; } }

@media only screen and (max-width: 767px) {
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 24px;
    left: 4px; }
  .mobileMenu-toggle:after {
    margin: 1px 0 0 0; } }

@media only screen and (max-width: 479px) {
  form[data-product-compare] {
    overflow-x: auto; }
  form[data-product-compare] > table > tbody > tr > td {
    display: inline-block;
    width: 90%; }
  form[data-product-compare] > table > tbody > tr > td:first-child {
    width: 10%; }
  #menu .navPages .navPage-subMenu-list li a {
    color: #0c538a !important; } }

@media (min-width: 768px) {
  .photo_gallery {
    column-count: 4;
    column-gap: 10px; }
  .photo_gallery > p {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid; }
  .photo_gallery > p > img {
    grid-row: 1 / -1;
    grid-column: 1; } }
