@charset "UTF-8";
body {
  font-size: 16px; }

.card-title {
  font-size: 16px; }

img {
  border-radius: 10px; }

.pagination-list {
  display: flex;
  /* Makes the <ul> a flex container */
  justify-content: center;
  /* Centers the <li> items along the main horizontal axis */
  list-style-type: none;
  /* Removes bullet points */
  padding: 0;
  /* Removes default left padding */
  margin: 0;
  /* Removes default margins */ }

.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;
  height: 80px; }

@media (max-width: 768px) {
  .logo-user-section.container {
    height: auto; }
  .header-logo-image-container {
    margin-left: 10px; } }

.header-logo-image {
  height: 50px; }

.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: #efefef;
  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; }
