/** @format */

.icon-control {
  margin-top: 5px;
  float: right;
  font-size: 80%;
}

.btn-light {
  background-color: #fff;
  border-color: #e4e4e4;
}
.badge_new {
  background-color: #34857c;
}
.filter-group .title {
  color: #f2132b;

}
.filter-group .btn {
  background-image: linear-gradient(
                        to right top,
                        #510e4d,
                        #750d58,
                        #9a095e,
                        #bf0d5f,
                        #e11e5a
                      );
  border: none;
  color: #fff;
}
#listview {
    background-image: linear-gradient(
                        to right top,
                        #510e4d,
                        #750d58,
                        #9a095e,
                        #bf0d5f,
                        #e11e5a
                      );
  color: #fff;
  margin-right: 5px;
  border: none;
}
#gridview {
    background-image: linear-gradient(
                        to right top,
                        #510e4d,
                        #750d58,
                        #9a095e,
                        #bf0d5f,
                        #e11e5a
                      );
  color: #fff;
  border: none;
}

.list-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.list-menu a {
  color: #343a40;
}

.card-product-grid .info-wrap {
  overflow: hidden;
  padding: 18px 20px;
}
.info-wrap .btn {
    background-image: linear-gradient(
                        to right top,
                        #510e4d,
                        #750d58,
                        #9a095e,
                        #bf0d5f,
                        #e11e5a
                      );
  border: none;
}

[class*="card-product"] a.title {
  color: #212529;
  display: block;
}

.card-product-grid:hover .btn-overlay {
  opacity: 1;
}
.card-product-grid .btn-overlay {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  position: absolute;
  background-image: linear-gradient(
                        to right top,
                        #510e4d,
                        #750d58,
                        #9a095e,
                        #bf0d5f,
                        #e11e5a
                      );
}
.img-wrap {
  overflow: hidden;
  position: relative;
}
