:root {
  --primary-color: #DDB653;
  --primary-active: #836313;
  --primary-hover: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%);
  --primary-bg: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%);
  --main-background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%);
  --header-background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
  radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}


.slideshow-wrapper-additional {
  display: none;
}

.main.container {
  max-width: 100% !important;
  padding-bottom: 0;
}

.main.container > .inner-container {
  padding-left: 0;
  padding-right: 0;
}

.clearance-sale {
    background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: center;
    position: relative;
    padding-right: 25px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid var(--primary-color);
    /* margin-top: 15px; */
    letter-spacing: 4px;
    animation: animate 5s linear infinite;
    background-size: 80%;
    animation-direction: alternate;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}

.clearance-sale:hover {
  background-color: #557195;
  color: #fff;
}

.clearance-sale .ic {
  /* justify-self: flex-start; */
  /* margin-left: auto; */
  position: absolute;
  right: 5px;
}

.showcase-row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.showcase-row > * {
  padding-left: 10px;
  padding-right: 10px;
}

#home-contents #hero-showcase .owl-buttons {
  display: none;
}

@media (min-width: 576px) {
  .showcase-col-main {
    /* -webkit-box-flex:0; */
    -ms-flex: 0 0 71.89%;
    /* flex:0 0 71.89%; */
    /* max-width:71.89%; */
    text-align: center;
  }

  .showcase-col-small {
    flex: 0 0 5.75%;
    max-width: 5.75%;
  }

  .showcase-col-right {
    flex: 0 0 22.36%;
    max-width: 22.36%;
  }
}

@media (max-width: 575px) {
  .showcase-row {
    justify-content: center;
  }
  .showcase-row > * {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .showcase-col-small {
    display: none;
  }
}

.custom-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  /* background-color: red; */
}

.showcase-col-right .promo-widget:not(:last-child) {
  margin-bottom: 20px;
}

#home-contents .owl-buttons {
  /* position: absolute; */
  /* top: 50%; */
  /* right: -16px; */
  /* height: 68px; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: space-between; */
  /* flex-direction: column-reverse; */
  /* margin-top: -34px; */
  /* display: none; */
}

#home-contents .owl-buttons div {
  /* opacity: 1;
  width: 32px;
  height: 32px;
  line-height: 32px; */
  /*   background-color: rgba(18, 47, 103, 0.3);
          color: rgba(255, 255, 255, 0.6); */
  background-color: #FFFFFF;
  color: var(--primary-active);
  /* opacity: 1;
  font-size: 38px;
  top: 50%;
  margin-top: 0;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center; */
  /* position: static; */
}
#home-contents .owl-buttons div:hover {
  background-color: #000;
  color: #fff;
}

#hero-showcase .owl-buttons div:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}

#hero-showcase .owl-pagination {
  bottom: 15px;
  padding: 0;
  /* display: none; */
}

#hero-showcase .owl-theme .owl-controls .owl-page span {
  /* border-radius: 0; */
  width: 24px;
  height: 24px;
  border: 2px solid transparent;
}

#hero-showcase .owl-page.active span {
  background-color: var(--primary-active) !important;
  border-color: #fff !important;
}

@media (max-width: 767px) {
  #hero-showcase .slideshow-wrapper-outer {
    padding-bottom: 20px;
  }
  #hero-showcase .owl-buttons {
    display: none;
  }
  #hero-showcase .owl-pagination {
    display: block;
  }
}

#hero-showcase,
.home-section.section-welcome {
  /* margin-bottom: 20px; */
}

#hero-showcase {
  /* padding: 20px; */
  /* background: url(../images/bg-pattern.png) #557195; */
  max-width: 1802px;
  margin: 0 auto;
}

.section-welcome_box {
  background-color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 15px;
  color: #fff;
}

.section-welcome_box p {
  padding: 0;
  margin: 0;
}

.promo-category .item {
  padding-left: 10px;
  padding-right: 10px;
}
.promo-category .scroll-items__head {
  margin-bottom: 25px;
}
.promo-category-scroll {
  margin: 0 -10px;
  /* padding: 0; */
}

.promo-category__box {
  display: block; 
  text-transform: uppercase;
  text-align: center;
  position: relative;
  border: var(--primary-active) solid 1px;
}

.promo-category__box:hover .promo-category__btn {
  background: var(--primary-hover);
  color: #fff;
}
.promo-category__img img {
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.promo-category__box:hover img {
  transform: scale(1.1);
}
.promo-category__img {
  position: relative;
  overflow: hidden;
}

.promo-category__info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  z-index: 1;
  /* background-color: rgb(0 0 0 / 0.8); */
  background: var(--main-background);
  color: #fff;
  /* text-align: center; */
  font-size: 24px;
  font-weight: normal;
  /* text-transform: uppercase; */
  padding: 20px 15px;
}

.promo-category__name {
  font-size: inherit;
  font-weight: normal;
  margin-bottom: 15px;
}

.promo-category__btn {
  display: inline-block;
  padding: 8px 15px;
  background-color: transparent;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  border: 1px solid;
  line-height: normal;
  font-size: 13px;
}

#our_service_id .owl-pagination {
  /* display: none; */
  position: static;
  margin: 15px 0 0;
  padding: 0;
}

@media (min-width: 768px) {
  .shop-by-room .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center; /* justify-content: center; */ /* width: 100%; */
  }

  .shop-by-room .row > * {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .shop-by-room .row::before,
  .shop-by-room .row::after {
    display: none;
  }
}

.col-order-1 {
  order: -1;
}
.col-order-2 {
  order: 0;
}

.shop-by-room__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px;
}
.shop-by-room__head {
  text-align: center;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}

.shop-by-room__title {
  margin: 25px 0 0;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-by-room__title span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}

.shop-by-room__list > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.shop-by-room__box {
  display: block;
  /* font-weight: normal; */
  text-transform: uppercase;
  text-align: center;
  /* padding: 1px; */
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.shop-by-room__img img {
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.shop-by-room__box:hover img {
  transform: scale(1.1);
}
.shop-by-room__img {
  position: relative;
  overflow: hidden;
}

.shop-by-room__name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
  background-color: rgb(0 0 0 / 45%);
  color: #fff; /* text-align: center; */
  font-size: 16px;
  font-weight: normal; /* text-transform: uppercase; */
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.shop-by-room__box:hover .shop-by-room__name {
  background-color: transparent; /* height: 50px; */ /* bottom: 30%; */ /* width: auto; */
}

@media (max-width: 812px) {
  .shop-by-room__name {
    font-size: 12px;
    /* padding: 0; */
  }
}

@media (max-width: 767px) {
  .shop-by-room__name {
    font-size: 16px;
    /* padding: 0; */
  }
  .shop-by-room__head {
    margin-bottom: 15px;
  }
}

.section-about {
  background-color: #000;
  /* padding: 40px; */
  font-size: 13px;
  color: #fff;
}

.section-about .row {
  align-items: center;
}

.section-about .col-md-3 {
  flex: 0 0 20%;
  max-width: 20%;
}
.section-about .col-md-9 {
  flex: 0 0 80%;
  max-width: 80%;
}

.section-about__heading {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}

.section-about__more {
  color: #fff;
  text-decoration: underline;
  float: right;
  margin-top: 15px;
}

.section-about__more:hover {
  color: #fff;
  text-decoration: none;
}

.section-about p {
  margin: 0;
  line-height: 200%;
}
.section-about__img {
  /* text-align: center; */
}

@media (max-width: 767px) {
  .section-about {
    text-align: center;
  }
  .section-about .row {
    display: block;
  }
  .section-about .row > * {
    max-width: none;
  }
}

.top-catz__head {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .top-catz__head {
    margin-bottom: 10px;
  }
}

.top-catz__head .home-title {
  margin-bottom: 6px;
}

.top-catz__head p {
  font-size: 16px;
  font-weight: 300;
}

#top-catz .slideshow-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

#top-catz .owl-buttons div {
  opacity: 1;
  width: 30px;
  height: 90px;
  line-height: 90px;
  background-color: rgba(255, 255, 255, 0.63);
  color: #122f67;
  font-size: 28px;
  top: 50%;
  margin-top: -45px;
}

#top-catz .owl-controls .owl-buttons .owl-prev {
  left: 15px;
}

#top-catz .owl-controls .owl-buttons .owl-next {
  right: 15px;
}

#top-catz .owl-buttons div:hover {
  background-color: #122f67;
  color: #fff;
}

#top-catz .item {
  padding-left: 15px;
  padding-right: 15px;
}

#top-catz .owl-pagination {
  position: static;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
}

#top-catz .owl-theme .owl-controls .owl-page span {
  border-radius: 0;
  width: 10px;
  height: 10px;
}

.home-section {
  margin-bottom: 50px;
}

.home-title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
  /* text-transform: uppercase; */
  color: #333;
  font-weight: 300;
  position: relative;
}

.home-title small {
  display: block;
  text-transform: none;
  font-size: 16px;
  margin-top: 8px;
  color: #000;
  text-transform: uppercase;
}

.scroll-items .home-title {
  /* margin-bottom: 25px; */
}

@media (min-width: 1025px) {
  .scroll-items .home-title {
    /* margin-bottom: 40px; */
    text-align: left;
    margin: 0;
  }
}

.scroll-items .home-title::after {
  content: "";
  position: absolute;
  left: calc(50% - 50px);
  margin-top: 6px;
  top: 100%;
  width: 90px;
  height: 2px;
  background-color: #122f67;
  display: none;
}

.home-title__line::after {
  background-color: #555;
}

.promo-catz__img {
  position: relative;
  overflow: hidden;
  display: block;
}
.promo-catz__img:not(:last-child) {
  display: block;
  margin-bottom: 15px;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.promo-catz__img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}

.promo-catz__img:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@media (max-width: 767px) {
  .promo-catz__wrap {
    text-align: center;
  }
  .promo-catz__wrap > .col-sm-6 + .col-sm-6 {
    margin-top: 15px;
  }
}

.scroll-brand .brand-slider {
  /* border-bottom: 1px solid #ddd; */
  /* padding-bottom: 15px; */
}

@media (min-width: 1025px) {
  .scroll-brand .brand-slider {
    /* padding-bottom: 50px; */
  }
}

.scroll-items .block {
  margin-bottom: 0;
  margin: 0 -7.5px;
}

.scroll-items .owl-pagination {
  margin-top: 10px;
}
.scroll-items .owl-buttons {
  display: none;
}

.scroll-items .block-title {
  display: none;
}

.scroll-items .owl-pagination {
  display: none;
}

@media (max-width: 1024px) {
  .main.container {
    padding-top: 15px;
  }

  .home-title {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .home-section {
    /* margin-bottom: 15px; */
  }
}

#home-contents #scroll-brand .owl-buttons {
  right: -40px;
}

.promo-inspiration .inner-container {
  position: relative;
}

.promo-inspiration__capz {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}

.scroll-items {
  /* border: 2px solid #000; */
}

.scroll-items__head {
  text-align: center;
  margin-bottom: 20px;
}

.scroll-items__title {
  color: #557195;
  text-transform: uppercase;
}

.scroll-items .row {
  /* display: flex; */ /* flex-wrap: wrap; */
  align-items: center;
}

.scroll-items .col-md-3 {
  flex: 0 0 20%;
  max-width: 20%;
}

.scroll-items .col-md-9 {
  flex: 0 0 80%;
  max-width: 80%;
}

.scroll-items .block.itemslider .owl-item {
  padding-top: 0;
  padding-bottom: 0;
  padding: 3px 10px;
  padding-bottom: 0;
}

.scroll-items .product-items .item {
  margin-bottom: 0;
  padding-bottom: 0;
  /* border: 1px solid; */
}

.scroll-items .product-items .item .product-item-info {
  /* padding: 0; */
  border: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 50px;
}

.scroll-items .items-grid.equal-height .item .actions {
    left: 0;
    width: 100%;
    bottom: 0!important;
}

.scroll-items .product-item-img {
  /* border: 2px solid #000; */
}

.scroll-items .items-grid.centered .product-item-photo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.items-grid .product-item-name {
  border-top: 0;
  margin-top: 0;
}
.items-grid .product-item-name,
.block.itemslider .item {
  text-align: center;
}
.product-items .product-image-photo {
  width: auto;
}

.scroll-items .owl-item {
  padding-top: 0;
  padding-bottom: 0;
}

.items-grid.centered .item .product-reviews-summary {
  margin-bottom: 5px;
  display: block;
}
.items-grid .product-reviews-summary .reviews-actions {
  line-height: normal;
}

#home-contents .scroll-items .owl-buttons {
  right: -52px;
}

@media (max-width: 767px) {
  .scroll-items .row {
    display: block;
  }
  .scroll-items .row > * {
    max-width: none;
  }
}

@media (max-width: 1024px) {
  #home-contents .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  #home-contents .row > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  #home-contents .owl-buttons {
    display: none;
  }
  .scroll-items .owl-pagination {
    display: block;
  }
  #scroll-brand .block-content {
    padding-right: 0;
  }

  .scroll-items,
  .scroll-items .product-item-img {
    border-width: 1px;
  }
}

.scroll-items .product-item-actions {
  /* display: none !important; */
}

.home-contact {
    text-align: center;
    color: #fff;
    background-color: transparent;
    margin-bottom: 0;
    border-top: var(--primary-active) solid 1px;
}

.home-contact a:hover {
  color: #557195;
}

.home-contact__title {
  font-size: 26px;
    margin-bottom: 0;
    font-weight: normal;
    font-family: inherit;
    color: #fff;
    text-transform: uppercase;
}

.home-contact__title span {
  display: block;
    font-size: 18px;
    margin-top: 10px;
    color: inherit;
    text-transform: none;
}

.home-contact__title .home-contact__num {
  color: inherit;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.home-contact__title a {
  color: inherit;
}

@media (max-width: 768px) {
  .home-contact__title {
    font-size: 20px;
  }
  .home-contact__title span {
    font-size: 14px;
  }
  .home-contact {
    /* padding-left: 0; */
    /* padding-right: 0; */
  }
}

.home-collection {
  text-align: center;
}

/* #home-contents .home-collection .owl-buttons div {
  left: -30px;
}
#home-contents .home-collection .owl-buttons .owl-next {
  right: -30px;
  left: auto;
} */

h3.header-box-gold {
    color: #fff;
    width: 100%;
    border: 1px solid var(--primary-active);
    padding: 10px;
    font-size: 25px;
    text-transform: uppercase;
    background: var(--main-background);
}

.home-collection__logo {
  margin-top: 15px;
}
.home-colection__title {
  color: #557195;
  font-weight: normal;
}
.home-colection__sub-title {
}

.home-collection__list {
  /* display: flex; */
  /* flex-wrap: wrap; */
  padding: 30px 0 0;
}
.home-collection__list .item {
  text-align: center;
  padding: 15px;
}
.home-collection__img {
  border: var(--primary-active) solid 1px;
  padding: 15px;
}
.home-collection__name {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 15px;
}

.home-collection .owl-pagination {
  display: none;
}

#home-gallery .btn-view-all {
  display: block;
  border: 2px solid;
  padding: 8px 20px;
  text-align: center;
  max-width: 170px;
  margin: 15px auto 0;
  color: #122f67;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  display: none;
}

#home-gallery .btn-view-all:hover {
  color: #60bb46;
}

#home-gallery .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
#home-gallery .mpinstagramfeed-header {
  display: none;
}

#home-gallery .mpinstagramfeed-photo {
  margin: 0;
  padding: 0 7.5px;
  width: 14.28% !important;
  float: left;
}

.home-title.home-gallery__title {
  text-transform: none;
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #557195;
}

.home-title.home-gallery__title a {
  color: inherit;
}

.home-gallery__divider {
  max-width: 40%;
  margin: 45px auto 50px;
}

@media (max-width: 767px) {
  .home-title.home-gallery__title {
    margin-bottom: 0;
  }
  #home-gallery .mpinstagramfeed-photo {
    width: 25% !important;
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  #home-gallery .mpinstagramfeed-photo {
    width: 33.33% !important;
  }
}

.trustpilot-widget {
  /* border-top: 1px solid #557195; */ /* padding-top: 50px; */ /* display: inline-block; */ /* max-width: 90%; */ /* margin-left: auto; */ /* margin-right: auto; */
}

.instagram-section h4,
.instagram-section p {
  color: #5d5c61;
  /* margin-bottom: 15px; */
}

.instagram-section h4 {
  /* margin-top: 30px; */
}

.home-about {
  background: var(--main-background);
  position: relative;
}

@media (min-width: 1024px) {
  .home-about::before,
  .home-about::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 0;
  }
  .home-about::before {
    top: 0;
    height: 19.0119%;
  }
  .home-about::after {
    bottom: 0;
    height: 8.0838%;
  }

  .home-about .inner-container {
    position: relative;
    z-index: 1;
  }
  .home-about__info {
    margin-top: 12%;
  }
}

.home-about__info {
  color: #fff;
  padding: 5% 0;
}

.home-about p {
  line-height: 160%;
  text-align: justify;
  margin-bottom: 0;
}

.home-about__btn {
    display: inline-block;
    background-color: transparent;
    padding: 15px 6px 14px 15px;
    margin-top: 15px;
    font-size: 15px;
    line-height: normal;
    border: 1px solid #fff;
    color: #fff;
}

.home-about__btn .ic {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}

.home-about__btn:hover {
  background: var(--primary-hover);
  color: #fff;
}

@media (max-width: 1023px) {
  .home-about__title.fs-26 {
    font-size: 20px;
  }

  .home-about__sub-title.fs-22 {
    font-size: 18px;
  }
  .home-about__img {
    padding: 15px 0;
  }
  .home-about__info {
    padding: 15px 0;
  }
  .home-about p {
    margin-bottom: 0;
    line-height: normal;
  }
}

@media (max-width: 767px) {
  .home-about__img {
    padding-bottom: 0;
  }
}

.new-arrivals-section {
  border: var(--primary-active) solid 1px;
  padding: 10px;
} 
.new-arrivals-section .product-item-details {
  padding: 0 3px;
}
.new-arrivals-section .product-item-actions {
  border: 0;
}
.new-arrivals-section .product-item-actions .actions-primary {
  margin: 2px !important;
}
.new-arrivals-section .product-item-actions .actions-primary .action.tocart {
  background: var(--primary-bg);
  color: #FFFFFF;
  border: var(--primary-active) solid 1px;
}
.new-arrivals-section .product-item-actions .actions-primary .action.tocart:hover {
  background: var(--primary-hover);
  color: #FFFFFF;
  border: var(--primary-active) solid 1px;
}

.discount-product-section .addto-links a.action .icon {
  background: #000;
  color: #FFFFFF;
}
.discount-product-section .addto-links a.action .icon:hover {
  background: var(--primary-active);
  color: #FFFFFF;
}
.discount-product-section .product-item-details {
  padding: 0 3px;
}
.discount-product-section .product-item-actions {
  border: 0;
}
.discount-product-section .product-item-actions .actions-primary {
  margin: 2px !important;
}
.discount-product-section .product-item-actions .actions-primary .action.tocart {
  background: var(--primary-bg);
  color: #FFFFFF;
  border: var(--primary-active) solid 1px;
}
.discount-product-section .product-item-actions .actions-primary .action.tocart:hover {
  background: var(--primary-hover);
  color: #FFFFFF;
  border: var(--primary-active) solid 1px;
}

.product-items .product-item-img .product-image-container {
  width: 100%;
}

#scroll-brand .block-content {
  
}
#scroll-brand .block-content > div {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 4px;
    justify-content: center;
}



#scroll-brand .block-content > div a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 145px;
    max-width: 145px;
}

#scroll-brand .block-content > div a img {
  width: auto;
  height: auto;
  max-height: 100%;
}
#scroll-brand .brand-name-wrapper {
  display: block;
  min-height: 0;
}
#scroll-brand .brand-name {
  font-size: inherit;
  display: block;
  font-family: inherit;
}
