body[data-shop-mode="kiosk"] #home-banner-carousel,
body[data-shop-mode="kiosk"] .carousel-image,
body[data-shop-mode="kiosk"] #home-banner-carousel a
{
   height:1230px!important;
}



.boxes
{
    display:none;
}

.home-banner {
  height:455px;
}

.carousel-inner, .carousel-item {
  height: 100%;
 
}

.carousel-item a {
    height:100%;
}

.carousel-item img {
  object-fit: cover;
}

.carousel-control-prev, .carousel-control-next {
  position: relative;
  width: 20px;
  opacity: 1;
}

.carousel .controls {
  position: absolute;
  bottom: 64px;
  right: var(--spacer);
  display: flex;
}

.carousel .carousel-indicators {
  position: relative;
  margin: unset;
  margin-right: 5px;
}

.carousel .carousel-indicators button {
  width: auto;
  background: none;
  margin: 0;
  padding: 0;
  text-indent: unset;
  border: none;
  outline: none;
  height: unset;
  color: white;
  display: none;
}

.carousel .carousel-indicators button.active {
  display: block;
}

.carousel .carousel-caption {
  width: 100%;
  left: unset;
  right: unset;
  text-align: left;
  padding: 0;
  padding-left: var(--spacer-mobile);
  padding-right: var(--spacer-mobile);
  bottom: 64px;
}

.carousel .carousel-caption .logo {
  width: 152px;
  object-fit: contain;
  margin-bottom: 20px;
}

.carousel .carousel-caption .link {
  color: white;
  border-bottom: 2px solid white;
  padding-bottom: 1px;
  margin-top: 32px;
  display: inline-block;
}

.testimonials-control .controls {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 110px;
  overflow: hidden;
}

.testimonials-control .controls .carousel-control-next, .testimonials-control .controls .carousel-control-prev {
  position: relative;
  background-color: var(--lblue);
  padding: 15px 27px;
  opacity: 1;
  width: auto;
}

.testimonials-control .controls .carousel-control-next:active, .controls .carousel-control-prev:active {
  opacity: 0.8;
}

.testimonials-control .controls .carousel-control-prev {
  border-right: 1px solid var(--mdark);
}

.insta-img{
  aspect-ratio: 1 / 1;
}

.follow-us-insta{
  white-space: nowrap;
  margin-right:0px;
}

.follow-us-fb{
  white-space: nowrap;
  margin-left:0px;
}

.page-numbers {
  line-height: 17px;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin: 0 15px;
}

.page-numbers .page-count {
  color: white;
}

.company-ticker-wrapper {
  /*padding: 32px 0;*/
}

.company-ticker {
  padding-top: 32px;
  padding-bottom: 32px;
}

.company-ticker li {
  position: relative;
  list-style: none;
}

.company-ticker-wrapper {
    height:100px;
    padding-top:10px;
    padding-bottom:10px;
}

.company-ticker-wrapper img
{
    max-height: 100%;
    width: auto;
    max-width: 100%;
    object-fit:contain;
}
.company-ticker-wrapper .slick-track
{
    height:100px;
    padding-bottom:10px;
    padding-top:10px;
}

.logo-container
{
    padding:0 10px;
}

.slick-arrow
{
    display:none!important;
}

.company-ticker a {
  margin: 0 15px;
  display: block;
  /*height: 102px;*/
  border-radius: 50%;
  /*width: 102px;*/
  cursor:default;
}

.company-ticker img {
  display: block;
}

.company-ticker .background {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height:57px!important;
}

.company-ticker .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.featured-categories {
  background-color: var(--slgrey);
  padding-top: 53px;
  padding-bottom: 53px;
}

.featured-categories .column {
  padding: 9px;
}

.featured-categories .circular-image {
  width: 100%;
  border-radius: 40vw;
}

.featured-categories .column:nth-child(even) .circular-image {
  margin-top: 50px;
}

.featured-categories .circular-image img {
  width: 100%;
}

.brand-month {
  background-color: var(--slgrey);
  margin-top:136px;
  margin-bottom:50px;
}

.brand-month .brand-details{
  padding-top:50px;
  padding-bottom:180px;
}

.brand-month .logo {
  width: 152px;
  object-fit: contain;
  /*margin-left:10%;*/
}

.brand-image {
  width:85%;
  margin-top:-100px;
  margin-bottom:100px;
}

.special-offers {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.special-offers .row {
  margin-left: -60px;
  margin-right: -60px;
}

.special-offers .product {
  padding: 10px;
}

.our-showroom {
  height: 666px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.our-showroom .background-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.our-showroom .overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: absolute;
  right: 0;
  height: 40%;
  top: unset;
  z-index: 2;
  padding: 70px 65px;
  transition: 0.2s var(--cubic2);
  bottom: 0;
}

.our-showroom .overlay:hover {
  width: 100%;
  /* height: 42%; */
  /* padding-bottom: calc(1% + 87px); */
}

.testimonials {
  padding-top: 100px;
  padding-bottom: 0;
}

.testimonials .bubble {
  /* padding-left: 10%;
  padding-right: 20%; */
  padding-top: 142px;
  padding-bottom: 102px;
  background-color: var(--slgrey);
  border-radius: 191px 191px 0px 0px;
  position: relative;
  overflow: visible;
}

.testimonials .review-link {
  text-decoration: underline;
  position: absolute;
  bottom: 45px;
  left: 16%;
}

.testimonials .quotes {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(40px, -40%);
}

.testimonials .carousel-inner {
  overflow: visible;
}

.testimonials .carousel-item {
  padding-left: 10%;
  padding-right: 10%;
  /*height:11rem!important;
  --overflow:hidden!important;*/
}

.testimonials .carousel-item h1{
    /*height:172px!important;*/
    overflow:hidden!important;
    font-size:24px!important;
    line-height:34px!important;
}

/* Desktop */
@media screen and (min-width: 768px) {
    .home-banner {
        height: calc(100vh - 117px);
    }


  .carousel .carousel-caption {
    padding-left: var(--spacer);
    padding-right: var(--spacer);
  }

  .featured-categories .column:nth-child(even) .circular-image {
    margin-top: 100px;
  }  

  .special-offers .product {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
  }

  .special-offers {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .our-showroom .overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 33%;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 2;
    padding: 200px 127px;
    transition: 0.2s var(--cubic2);
  }

  .our-showroom {
    height: 580px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .our-showroom .overlay:hover {
    width: 34%;
    padding-right: calc(1% + 127px);
  }

  .testimonials .bubble {
    /* padding-left: 10%;
    padding-right: 20%; */
    padding-top: 142px;
    padding-bottom: 102px;
    background-color: var(--slgrey);
    border-radius: 0 191px 191px 0;
    position: relative;
    overflow: visible;
  }

  .testimonials {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .testimonials .review-link {
    text-decoration: underline;
    position: unset;
    bottom: unset;
    left: unset;
  }  

  .arrows-slider{
   background-color: var(--lblue);
   border-radius: 100px;
   width:50%;
  }

  .arrows-slider button{
    border-radius:0 !important;
    border-color: var(--dgrey) !important;
    outline: none;
  }

  .brand-image{
    position:absolute !important;
    right:10%;
    top: 50%;
    transform: translate(0, -50%);
    width:auto;
    margin-top:0;
  }

  .brand-month .logo{
    width: auto !important;
  }

  .brand-month .brand-details{
    padding-top:180px;
    padding-bottom:180px;
  }

  .follow-us-insta{
    margin-right:50px;
  }
  
  .follow-us-fb{
    margin-left:50px;
  }

  .company-ticker a {
    margin: 0 15px;
    display: block;
    border-radius: 50%;
    /*height:202px;
    width:202px;*/
    }

  .company-ticker-wrapper {
   /* padding: 64px 0;*/
  }


    .testimonials .carousel-item h1 {
        /*height: 86px !important;*/
        font-size:30px!important;        
        line-height:43px!important;
    }

}

@media screen and (max-width: 1100px) {
  .brand-image{
    width:35%;
  }
}

  @media screen and (max-width: 768px) {
    .brand-image{
      width:85%;
    }
}