.popular-wrap .common-heading {
  font-size: 32px;
  line-height: 24px;
  font-family: "adineuePRO-BoldWeb", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: var(--gl-spacing-0150);
  text-transform: uppercase;
}
@media screen and (min-width: 960px) {
  .common-heading {
    letter-spacing: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .common-heading {
    font-size: 30px;
    line-height: 28px;
  }
}

.custom-postion {
  padding-bottom: 2%;
}
@media screen and (max-width: 960px) {
  .custom-postion {
    text-align: start;
    padding-bottom: 3%;
  }
  .popular-wrap .commom-filter{
    margin: 0px;
  }
  .popular-wrap .commom-filter .button_wrapper a{
    font-size: 30px;
    line-height: 30px;
  }
  .product-main-image-slick .slick-list .slick-track .slick-slide {
    margin: 2px;
  }
  .popular-wrap .common-heading
  {
    margin-bottom: 25px;
  }
  .popular-wrap .popular-now-container{
    padding-left: 0px;
    padding-right: 0px;
  }
  .commom-filter .button_wrapper a:hover::after {
    top: 59px;
  }
}
.commom-filter {
  align-items: center;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  padding: 10px;
  text-transform: lowercase;
  text-decoration: none;
  margin: 5px 0px 5px 0px;
}

.commom-filter:hover {
  border-color: #767677;
  text-decoration: none;
  color: #000 !important;
  background-color: white !important;
}

.popular-wrap a {
  transition: none;
  color: inherit !important;
  background-color: inherit !important;
}

.popular-wrap a:hover {
  text-decoration: none;
  transition: none;
}
.button_wrapper
{
  float: left;
  width: 100%;
  border-bottom: 1px solid #000;
}
.commom-filter .button_wrapper a{
 
    padding: 13px 5px 5px 5px;
    float: left;
    width: 100%;
    font-family: "adineuePRO-BoldWeb", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #000;
    line-height: 20px;
    border-bottom: 8px solid #fff;
    letter-spacing: normal;
    line-height: 36px;
}
.popular-wrap .popular-now-container{
  max-width: 1350px;
}
.popular-wrap {
  margin: 30px 0px;
  margin: 0px 15px;
}
.commom-filter .button_wrapper a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 10px 10px 0px 0px;
}
.button_wrapper a:hover::after {
  top: 64px;
  border: 5px solid;
  margin: 0px 10px;
}