.marque2 {
  margin-bottom: 50px;
}
.marque img,
.marque2 .img-box img {
  width: 100%;
  max-width: 15.25rem;
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 2px;
}

.marque2 .img-box {
  position: relative;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 2;
}
.marque2 .img-box::before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  content: "";
  border-radius: 50%;
  transition: all 0.5s ease-in-out 0s;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
  z-index: 4;
  transition-delay: 400ms;
}
.marque2:hover .img-box::before {
  transform: perspective(1200px) rotateY(0deg) translateZ(0px);
  transition-delay: 400ms;
}
.marque2 .img-box img {
  transition: all 300ms ease 50ms;
}
.marque2:hover .img-box img {
  transform: rotate(360deg);
  transition: transform 800ms ease 80ms;
}

.red {
  color: #e9212e;
}

/**
* Brands Category Page - Category Filter
*/
.brands-categories {
  position: relative;
  background-color: white;
  margin-inline: 15px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
}
.brands-categories > .container {
  /*margin: 0;
  padding: 0;*/
}
.position-elevate {
  position: absolute;
  top: 290px;
  left: 0;
  right: 0;
  z-index: 50;
}
.product-tab-box .tab-btns {
  border: none;
}
.block-brands {
  margin-top: 40px;
}

.brands-categories .brands-categories__list > li.active-btn {
  opacity: 1;
}

.brands-categories .brands-categories__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands-categories .brands-categories__list > li:not(:last-child) {
  margin-right: 3rem;
}

.brands-categories .brands-categories__list li {
  color: #000;
  font-size: 0.6rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  text-align: left !important;
  padding: 10px;
}
.brands-categories__list > li:hover {
  opacity: 1;
  cursor: pointer;
}

.brands-categories .brands-categories__list > li {
  display: block;
}

.brands-categories .brands-categories__list > li.active-btn {
  opacity: 1;
  background: red;
  color: white;
}
.brands-categories__storelocator {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  text-transform: uppercase;
  background-color: #c4111d;
}

.brands-categories__storelocator .c-button {
  font-size: 0.8rem;
  height: 70px;
  line-height: 70px;
  color: white;
  letter-spacing: 1px;
}
.product-tab-box .tab-btns {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .block-brands {
    margin-top: 40px;
  }
  .brands-categories {
    height: 80px;
    margin-inline: 0;
    background-color: #e9212e;
  }
  .brands-categories .brands-categories__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 89%;
    height: 100%;
    padding: 1.5rem 0;
  }
  .brands-categories .brands-categories__list > li {
    font-size: 0.9rem;
    color: white;
    opacity: 0.5;
    padding: 0;
    width: auto;
  }
  .brands-categories .brands-categories__list > li.active-btn {
    opacity: 1;
    background: none;
  }
  .brand-categories__container {
    /*display: flex;
    justify-content: center;*/
  }
  .brands-categories__storelocator .c-button {
    height: 80px;
    line-height: 80px;
    padding: 0 50px;
  }
  .position-elevate {
    position: absolute;
    top: 610px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .block-brands {
    margin-top: 140px;
  }
}
@media (min-width: 544px) {
  .brands-categories .brands-categories__list > li {
    font-size: 0.8rem;
  }
}

@media (min-width: 840px) {
  .brands-categories__storelocator {
    display: block;
  }
}
