#compareContainer {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
  background-color: #ddd;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  padding: 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 8000;
}

@media (min-width: 700px) {
  #compareContainer .text {
    max-width: 9.5rem;
  }
}

#compareContainer .image {
  width: 100%;
  height: 80px;
  border: 1px solid #efefef;
  background-position: center center;
  background-size: contain;
  background-color: #fff;
  background-repeat: no-repeat;
  border-bottom-right-radius: 30px;
  position: relative;
  cursor: pointer;
}

#compareContainer .name {
  font-size: 0.875rem;
  text-align: center;
}

#compareContainer .remove {
  width: 40px;
  position: absolute;
  right: -15px;
  top: -5px;
  cursor: pointer;
}

#compareContainer .remove img {
  width: 100%;
}

#compareContainer .buttons {
  pointer-events: none;
  opacity: 0;
}

#compareContainer .buttons.show {
  pointer-events: auto;
  opacity: 1;
}

.category-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.category-list .category-element {
  width: 170px;
  padding: 0 0.625rem;
  text-align: center;
  margin-top: 10px;
  display: block;
  color: #6c6c6c;
  height: 215px;
}

.category-list .category-element img {
  width: 116px;
  height: 116px;
  margin: 0 auto 10px;
  background-position: center;
  background-size: 101%;
  background-repeat: no-repeat;
  border: 3px solid #005496;
  border-radius: 10px 10px 20px 10px;
}

.category-list .category-element a {
  font-size: 0.875rem;
  color: #363636;
  text-decoration: none;
}

.category-list .category-element a:hover {
  text-decoration: none;
}

.category-nav {
  width: 30%;
  -webkit-box-flex: 0;
          flex: 0 0 30%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1019.98px) {
  .category-nav {
    width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
}

.category-nav a {
  text-decoration: none;
}

.category-nav .category-title {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.75rem;
  color: #005496;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 28px;
}

.category-nav .category-title a {
  color: inherit;
}

.category-nav .category-title a:hover {
  text-decoration: none;
}

.category-nav .category-menu {
  margin-bottom: 50px;
}

.category-nav .category-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-nav .category-menu > ul > li {
  font-size: 1.1875rem;
  margin-bottom: 0.3125rem;
}

.category-nav .category-menu > ul > li a {
  padding: 8px 10px 8px 20px;
  color: inherit;
  display: block;
  cursor: pointer;
  z-index: 100;
}

.category-nav .category-menu > ul > li a:hover {
  text-decoration: none;
}

.category-nav .category-menu > ul > li a i {
  margin-left: 10px;
}

.category-nav .category-menu > ul > li:hover > a,
.category-nav .category-menu > ul > li.active > a {
  background: #1464a2;
  background: -webkit-gradient(linear, left top, right top, from(#1464a2), color-stop(50%, #1d7dc9), to(#1464a2));
  background: linear-gradient(to right, #1464a2 0%, #1d7dc9 50%, #1464a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1464a2', endColorstr='#1464a2',GradientType=1 );
  color: #fff !important;
  border-radius: 10px 10px 20px 10px;
  box-shadow: 0px 2px 2px #666;
  font-weight: 500;
  position: relative;
}

.category-nav .category-menu > ul > li.active .subcategory {
  font-size: 1rem;
  background-color: #ebeae6;
  padding-left: 24px;
  padding-top: 20px;
  position: relative;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 10px;
  z-index: 50;
  overflow: hidden;
  list-style: none;
}

.category-nav .category-menu > ul > li.active .subcategory li {
  margin-bottom: 15px;
}

.category-nav .category-menu > ul > li.active .subcategory li a {
  Z-index: 50;
  padding: 0;
}

.category-nav .category-menu > ul > li.active .subcategory li.active {
  z-index: 99;
}

.category-nav .category-menu > ul > li.active .subcategory li.active > a {
  z-index: 99;
  background: transparent;
  color: #005496;
}

.category-nav .category-menu > ul > li.active .subcategory li.active .subcategory {
  padding-top: 20px;
  font-size: 0.9em;
}

.category-nav .category-menu > ul > li.active .subcategory li.active .subcategory li {
  margin-bottom: 10px;
}

.filter {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.filter .filter-item {
  width: 230px;
  margin-bottom: 7px;
  padding: 0 10px;
}

.filter .filter-item label {
  color: #005496;
  font-weight: 700;
  font-style: italic;
  font-size: 15px;
}

.filter .filter-item .pf-select select {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 36px;
}

.filter .filter-item .pf-select .select-side {
  width: 36px;
}

.filter .filter-item .slide-range-wrapper {
  font-size: 15px;
}

.filter .filter-item .slide-range-wrapper .info-wrapper {
  padding: 5px 0;
  text-align: center;
}

.product-list .product-list-img {
  width: 106px;
  height: 106px;
  margin: 0 auto;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 3px solid #005496;
  border-radius: 10px 10px 20px 10px;
}

.product-list a {
  font-weight: 700;
}

.product-list table tbody td {
  font-size: 14px;
}

.compare-table .box {
  border-bottom: solid 1px #ccc;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.compare-table .box .item-row {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1rem;
  font-style: italic;
  border-radius: 10px 10px 30px 10px;
  padding: 10px;
}

.compare-table .box .item-row:nth-child(odd) {
  background: #ebeae6;
}

.compare-table .box .item-row strong {
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Fira Sans", sans-serif;
}

.compare-table .box .item-row .btn {
  font-size: 0.625rem;
  padding-left: 10px;
  padding-right: 10px;
}

