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

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

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

@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%; */
  }

  .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;
}

.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;
}

#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: #000;
  color: #fff;
  opacity: 1;
  font-size: 28px;
  top: 50%;
  margin-top: 0;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
}

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

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

#hero-showcase .owl-theme .owl-controls .owl-page span,
.scroll-items .owl-theme .owl-controls .owl-page span {
  border-radius: 0;
  width: 10px;
  height: 10px;
}

#hero-showcase .owl-page.active span {
  background-color: #122f67 !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; */
}

.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 {
}

.promo-category__box {
  display: block;
  /* font-weight: normal; */
  text-transform: uppercase;
  text-align: center;
}

.promo-category__box:hover .promo-category__btn {
  background-color: #296183;
  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__name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  z-index: 1;
  background-color: rgb(0 0 0 / 0.8);
  color: #fff; /* text-align: center; */
  font-size: 18px;
  font-weight: normal; /* text-transform: uppercase; */
  padding: 10px;
}

.promo-category__btn {
  display: block;
  padding: 10px;
  background-color: transparent;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

@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;
  }
}

.scroll-brand .block.itemslider .owl-item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  /* border: 1px solid; */
  margin-top: 0;
  margin-bottom: 0;
}

.scroll-brand .owl-item a {
  border: 1px solid #000;
  display: flex;
  width: 100%;
  font-size: 12px;
  height: 68px;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  padding: 5px 10px;
  align-items: center;
}

.scroll-brand .owl-item .brand-name-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  min-height: auto;
}

.brand-name-wrapper .brand-name {
  font-size: 18px;
  display: block;
}

.scroll-brand .owl-item img {
  width: auto;
  height: auto;
  max-height: 100%;
}

.scroll-brand__title {
  font-size: 18px;
  text-transform: none;
}

@media (min-width: 768px) {
  .scroll-brand__title {
    margin-bottom: 30px;
  }
}

.scroll-brand .block-title {
  display: none;
}
#scroll-brand .brand-slider,
#scroll-brand .block-content {
  margin-bottom: 0;
}

#scroll-brand .block-content {
  padding-right: 40px;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

#scroll-brand .brand-slider {
  /* margin-left: -7.5px; */
  /* margin-right: -7.5px; */
}

#scroll-brand .item {
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

.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 .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;
}

.scroll-items .product-items .item {
  margin-bottom: 0;
  padding-bottom: 0;
}

.scroll-items .product-items .item .product-item-info {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.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: left;
}
.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;
}

#top-catz {
    margin-bottom: 0;
}
#top-catz .promo-catz__box {
  display: block;
  margin-bottom: 30px;
}

#top-catz .promo-catz__box img {
  /* width: 100%; */
  object-fit: contain;
}

@media (max-width: 1024px) {
  #top-catz .promo-catz__box {
    margin-bottom: 15px;
  }
}
