img {
    display: none;
}
div img {
    display: block;
}
.drawer img {
    display: inline-block;
}
.store-info-wrapper img {
    display: initial;
}

#wrapper {
    padding: 0;
}

#product-list {
    max-width: 1500px; 
    margin: 15px auto 30px;
}
h2 {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 0;
}
@media (max-width: 768px) {
h2 {
    font-size: 0.9em;
    margin-top: 30px;
}
}

.brand-name {

}
.productlist-name {
    max-width: 230px;
    word-break: break-word;
}
.matchHeight p {
    margin: 0 auto;
}
.pager {
   display: inline-block;
   margin-top: 30px;
   width: 100%;
}
.pager a {
   text-decoration: none;
}
.pager .btn {
    border-radius: 0px;
}
.pager.pager-bottom {
   margin-top: 30px;
}
#pager-body {
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px;
}
.productlist-exp {
    font-weight: bold;
    font-size: 0.9em;
    margin: 0;
}
.productlist-name {
    margin: 0;
    font-size: 0.9em;
}
.productlist-name {
    color: #848484;
}
.productlist-price {
    color: #848484;
    margin-top: 5px;
    font-size: 0.9em;
}
.category-list {
    font-size: 0.9em;
    margin-bottom: 20px;
}
.topicpath-nav {
    font-size: 0.9em;
}
.dropdown {
  display: inline-block;
  height: 30px;
  }

.dropdown ul {
  margin: 0;
  }

#tg {
  display: none;
  }

#tg2 {
  display: none;
  }

.dropLabel {
  font-size: 1.3em;
}

.dropdown .menu {
  background: #fff;
  position: relative;
  visibility: hidden;
  opacity: 0;
  top: -10px;
  padding: 0 15px 0 15px;
  list-style: none;
  z-index: 1;
  }

.dropInput:checked ~ .menu {
  visibility: visible;
  opacity: 1;
  top: 0;
  }

.dropLabel, .item {
  padding: 0 2em 0.8em 2em;
  display: block;
  background-color: #fff;
  text-align: left;
  position: relative;
  color: #999;
  text-decoration: none;
  }

.dropdown .item:hover {
   opacity: 0.7;
  }

.dropLabel:hover, .dropInput:checked + label {
  }

.animation {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  }

.productlist-fav {
   position: relative;
}
.product__fav-item {
    position: absolute;
    top: 5%;
    right: 10%;
}
@media (max-width: 768px) {
.product__fav-item {
    top: 7%;
    right: 15%;
}
}
.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #464e54;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 1.2em;
}
.product__fav-item  i {
    background: #fff;
    color: #dbdbdb;
    font-size: 10px;
    border: solid 2px #464e54;
    padding: 3px;
    margin-top: -2px;
}
.product__fav-item .fav-items span {

}
.product__fav-item .fav-items i {
  color: #000;
}