@charset "UTF-8";
.footer-info-col {
  font-size: 14px; }

/*
ul.productGrid {
    display: table-row;
}

ul li.product {
    border: 1px solid black;
    display: table-cell;
}

div.slick-slide  {
    border: 1px solid #999999;
    border-radius: 10px;
    height: 100%;
    margin-right: 2px;
    display: table-cell;
}
*/
div.card-img-container img {
  border-radius: 10px; }

#menu .navPages-list .navPage-subMenu {
  width: 200px; }

.price-section {
  font-weight: bold;
  font-size: 16px; }

.price-section--withoutTax {
  color: #7BB36A; }

.non-sale-price--withoutTax {
  color: #6E423E !important; }

.footer-bottom {
  padding: 0; }

.logo-user-section.container {
  padding: 0 !important; }

.custom-accordion {
  max-width: 900px;
  margin: 10px auto;
  font-family: Arial, sans-serif;
  border: 1px solid #ddd; }

/* Hide radios */
.custom-accordion input {
  display: none; }

/* Header */
.custom-accordion label {
  display: block;
  padding: 5px 10px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  font-weight: bold;
  position: relative; }

.custom-accordion label:hover {
  background: #eee; }

/* Plus / Minus */
.custom-accordion label::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 22px; }

.custom-accordion input:checked + label::after {
  content: "–"; }

/* Content */
.custom-accordion .content {
  display: none;
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #ddd; }

/* Show active */
.custom-accordion input:checked + label + .content {
  display: block; }

.custom-accordion ul {
  margin-left: 20px;
  margin-bottom: 0; }

.mega-cat-dropdown {
  overflow-y: none;
  padding-bottom: 10px !important; }
