.home-container {
  max-width: 1880px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.home-main-banner {
  position: relative;
  text-align: center;
}

.home-main-banner .pagebuilder-banner-wrapper {
  display: flex;
  align-items: center;
  height: 880px;
}

.home-main-banner .pagebuilder-banner-wrapper .pagebuilder-overlay {
  padding: 160px 0 0 100px;
}

.banner-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 100px;
  box-sizing: border-box;
}

.banner-text {
  padding-top: 0;
  text-align: left;
}

.banner-text h2 {
  display: block;
  font-family: 'HelveticaNowDisplay';
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  line-height: 41px;
  text-align: left;
  padding: 0;
  margin: 0;
  letter-spacing: 0.036px;
}

.banner-text a.explore-link {
  display: inline-block;
  font-family: 'HelveticaNowDisplay';
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-align: left;
  margin-top: 50px;
  border-bottom: #fff solid 1px;
  padding-bottom: 2px;
}

.banner-text a.explore-link:hover {
  border-bottom: #fff solid 0;
}

.new-product-section {
  position: relative;
}

.new-product-section .owl-nav.ox-owl-nav button:after {
  display: none;
}

.new-product-section .owl-nav.ox-owl-nav {
  position: absolute;
  top: -1px;
  right: 0;
}

.new-product-section .owl-nav button.owl-next span:before,
.new-product-section .owl-nav button.owl-prev span:before,
.new-product-section .owl-nav button.owl-next span:after,
.new-product-section .owl-nav button.owl-prev span:after {
  background: #000 !important;
}

.new-product-section .ox-product-labels-wrapper.ox-product-labels--bottom-left {
  bottom: 10px;
  left: 10px;
  opacity: 1 !important;
}

.new-product-section .ox-product-labels-wrapper.ox-product-labels--bottom-left span.ox-product-label-new {
  margin-bottom: 3px;
  background: #fff;
  border: 0;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  padding: 7px 10px;
  margin: 0;
}

.new-product-section .ox-product-labels-wrapper.ox-product-labels--bottom-left span.ox-product-label-new:before {
  background: url(../images/new-arrow-icon.svg) no-repeat center center;
  background-size: 100% auto;
  width: 10px;
  height: 10px;
  content: "";
  vertical-align: top;
  margin-right: 5px;
  display: inline-block;
}

.home-center-part {
  padding: 0 24px;
  box-sizing: border-box;
}

.home-center-part .title-and-link {
  margin-top: 115px;
}

.home-center-part .title-and-link h2 {
  font-family: 'HelveticaNowDisplay';
  font-size: 20px;
  font-weight: 500;
  color: #111;
  line-height: 24px;
  margin: 0 20px 0 0;
}

.home-center-part .title-and-link a.border-bottom {
  font-family: 'HelveticaNowDisplay';
  font-size: 16px;
  font-weight: 600;
  color: #111;
  line-height: 20px;
  margin: 0;
}

.home-center-part .products-grid ol.product-items {
  margin: 0 -10px;
}

.home-center-part .products-grid ol.product-items .product-item .product-item-info {
  padding: 0 10px;
}

.home-center-part .products-grid .product-item .product-item-details {
  padding-top: 15px;
}

.product-name-price {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
}

.new-product-section .product-name-price .product-item-name a.product-item-link {
  padding-top: 0;
  padding-bottom: 0;
  font-family: 'HelveticaNowDisplay';
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111;
  line-height: 18px;
}

.new-product-section .product-item .price-box .price-container {
  top: unset;
}

.product-name-price .price-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-name-price .price-box span {
  padding: 0 0 0 2px !important;
  font-weight: 400 !important;
  color: #111 !important;
  line-height: 18px;
}

.product-name-price .price-box .price-from .price {
  font-family: 'HelveticaNowDisplay';
  font-size: 16px;
  font-weight: 400;
  color: #111;
  line-height: 24px;
}

.product-name-price .price-box .price-to .price {
  font-family: 'HelveticaNowDisplay';
  font-size: 16px;
  font-weight: 400;
  color: #111;
  line-height: 24px;
  text-decoration: line-through;
}

.home-center-part .ox-product-grid__categories a.ox-product-grid__category-link {
  font-family: 'HelveticaNowDisplay';
  font-size: 14px;
  font-weight: 400;
  color: #D5D5D5;
  line-height: 24px;
  padding-top: 0;
}

.home-center-part .ox-banner.ox-banner-content-overlay .ox-banner-container.medium-padding {
  padding: 60px 40px;
}

.home-center-part .ox-banner-content-overlay-banner .pagebuilder-overlay.pagebuilder-poster-overlay {
  padding: 60px 40px;
}

.home-main-banner.home-center-part .pagebuilder-column-group {
  margin: 0 -15px;
}

.home-center-part .ox-banner-content-overlay-banner {
  padding: 0 15px;
}

.home-center-part .ox-banner-content-overlay-banner .ox-banner-container.medium-padding {
  text-align: left;
}

.home-center-part .ox-banner-content-overlay-banner .pagebuilder-banner-wrapper {
  align-items: end;
}

.home-center-part .ox-banner-container.medium-padding p.grip {
  font-family: 'HelveticaNowDisplay';
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 36px;
  margin: 0 0 10px 0;
}

.home-center-part .ox-banner-content-overlay-banner .ox-banner-container.medium-padding h3 {
  font-family: 'HelveticaNowDisplay';
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 36px;
  letter-spacing: 0.36px;
}

.home-center-part .ox-banner-content-overlay-banner .ox-banner-container.medium-padding .button.primary.underline {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  border-radius: 32px;
  background: #fff !important;
  border: solid 1px #fff;
  font-weight: 500;
  font-family: 'HelveticaNowDisplay';
  line-height: 28px;
  padding: 10px 37px;
  margin-top: 35px;
}

.home-center-part .ox-banner-content-overlay-banner .ox-banner-container.medium-padding .button.primary.underline:hover {
  color: #fff;
  background: transparent !important;
}

.home-center-part .homepage-full-banner01 .lazy-wrapper {
  padding-bottom: 56.5%;
}

.home-center-part .ox-hotspot__container_inner {
  justify-content: start;
  align-items: end;
}

.home-center-part .ox-hotspot__container_inner .hotspot_fitouts_text {
  padding: 0 58px 80px;
  text-align: left;
}

.home-center-part .ox-hotspot__container_inner .hotspot_fitouts_text h3 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  line-height: 41px;
  font-family: 'HelveticaNowDisplay';
  letter-spacing: 0.036px;
}

.home-center-part .ox-hotspot__container_inner .hotspot_fitouts_text .view_all_btn {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  border-radius: 32px;
  background: #fff !important;
  border: solid 1px #fff;
  font-weight: 500;
  font-family: 'HelveticaNowDisplay';
  max-width: 155px;
  width: 100%;
  line-height: 25px;
  padding: 10px;
  margin-top: 48px;
  position: inherit;
  display: inline-block;
}

.home-center-part .ox-hotspot__container_inner .hotspot_fitouts_text .view_all_btn:hover {
  color: #fff;
  background: transparent !important;
}

.popular-products-section .row {
  margin: 0;
}

.popular-products-section {
  position: relative;
  padding-bottom: 55px;
}

.popular-products-section .ox-banner-text-below {
  padding: 0 10px;
  text-align: center;
}

.popular-pro-box {
  position: relative;
}

.popular-pro-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popular-pro-text .h3.no-margin {
  font-family: 'HelveticaNowDisplay';
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  line-height: 36px;
  position: absolute;
  top: 65px;
  left: 30px;
  letter-spacing: 0.36px;
}

.popular-pro-text a.shop-now-btn {
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 28px;
  position: absolute;
  bottom: 35px;
  left: 30px;
  background: #fff;
  border-radius: 32px;
  border: solid 1px #fff;
  font-family: 'HelveticaNowDisplay';
}

.popular-pro-text a.shop-now-btn:hover {
  background: transparent;
  color: #fff;
}

.popular-products-section .carousel-wrap {
  display: inline-block;
  width: 100%;
}

.popular-products-section .owl-nav {
  display: flex;
  position: absolute;
  right: 10px;
  top: -78px;
}

.new-product-section .owl-nav button.owl-next span:after,
.new-product-section .owl-nav button.owl-prev span:after,
.popular-products-section .owl-nav .owl-prev .fa:after,
.popular-products-section .owl-nav .owl-next .fa:after {
  display: none;
}

.new-product-section .owl-nav button.owl-prev,
.new-product-section .owl-nav button.owl-next,
.popular-products-section .owl-nav .owl-prev,
.popular-products-section .owl-nav .owl-next {
  width: 20px;
  font-size: 0;
}

.new-product-section .owl-nav button.owl-prev span,
.new-product-section .owl-nav button.owl-next span,
.popular-products-section .owl-nav .owl-prev .fa,
.popular-products-section .owl-nav .owl-next .fa {
  display: block;
  width: 20px;
  text-align: center;
  transform: unset;
  font-size: 0;
  height: auto;
  line-height: 1;
}

.new-product-section .owl-nav button.owl-prev span:before,
.new-product-section .owl-nav button.owl-next span:before,
.popular-products-section .owl-nav .owl-prev .fa:before,
.popular-products-section .owl-nav .owl-next .fa:before {
  content: "\f104";
  font-size: 32px;
  color: #000;
  line-height: 1;
  transform: unset;
  font-family: 'FontAwesome';
  height: auto;
  width: auto;
  position: relative;
  background: transparent !important;
  font-weight: normal;
  left: inherit;
}

.new-product-section .owl-nav button.owl-next span:before,
.popular-products-section .owl-nav .owl-next .fa:before {
  content: "\f105";
}

.popular-products-section .owl-nav .owl-prev,
.popular-products-section .owl-nav .owl-next {
  position: relative;
}

.popular-products-section .owl-nav .owl-next.disabled,
.popular-products-section .owl-nav .owl-prev.disabled {
  opacity: 0.2;
}

.featured-blogs-section .feature-blog {
  padding: 0 10px;
}

.featured-blogs-section .feature-blog .ox-banner img {
  margin: 0;
  width: 100%;
}

.home-center-part .title-and-link.featured-blogs-title {
  padding-bottom: 25px;
}

.featured-blogs-section {
  padding: 0 14px;
}

.feature-blog > div {
  height: 100%;
}

.our-partners-section .pagebuilder-column-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.our-partners-section .pagebuilder-column-group {
  padding: 0 24px;
}

.our-partners-section .our-partners {
  padding: 0 17px;
  display: flex;
  align-items: center;
  height: 100%;
  align-self: initial !important;
  width: 11.11% !important;
}

.feature-blog img.pagebuilder-mobile-hidden {
  width: 100%;
  display: block;
}

.feature-blog .featured-blog-content {
  width: 100%;
  height: 100%;
  background: #F3F3F3;
  position: relative;
}

.feature-blog .featured-blog-content {
  padding: 42px 22px;
}

.featured-blog-content .date-month {
  font-size: 10px;
  font-weight: 500;
  color: #111;
  text-transform: uppercase;
  line-height: 1.2;
}

.featured-blog-content h3 {
  font-size: 24px;
  font-weight: 500;
  color: #111;
  line-height: 26px;
  margin: 20px 0 70px;
}

.featured-blog-content .button.primary.underline {
  font-family: 'HelveticaNowDisplay';
  font-size: 16px;
  font-weight: 500;
  color: #111;
  text-transform: capitalize;
  padding: 0;
  position: absolute;
  bottom: 45px;
  text-decoration: none;
  border-bottom: solid 1px #000;
  padding-bottom: 1px;
}

.products.products-grid__layout-default ol.products .product-name-price .product-item-link {
  padding-top: 0;
  padding-bottom: 0;
  font-family: 'HelveticaNowDisplay';
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111;
  line-height: 18px;
}

.products.products-grid__layout-default ol.products .ox-product-grid__categories .ox-product-grid__category-link {
  font-family: 'HelveticaNowDisplay';
  font-size: 14px;
  font-weight: 400;
  color: #D5D5D5;
  line-height: 24px;
  padding-top: 0;
}

.products.products-grid__layout-default ol.products .product-name-price .price-box {
  display: flex;
}

.products.products-grid__layout-default ol.products .product-name-price .price-box p.price-from {
  display: flex;
}

.products.products-grid__layout-default ol.products .product-name-price .price-box .price-from .price {
  line-height: 18px;
}

.products.products-grid__layout-default ol.products .product-name-price .price-box .price-container {
  line-height: 18px;
  top: 0;
}

.our-partners-section {
  padding-bottom: 80px;
}

.our-partners-section .our-partners img {
  width: 130px;
}


.cms-fitness-australia .breadcrumbs {
  display: none;
}
.cms-fitness-australia .page-title-wrapper {
  display: none;
}
.cms-fitness-australia .fitnessAust-formbox select, 
.cms-fitness-australia .fitnessAust-formbox input.input-text {
  line-height: normal;  
}
.cms-fitness-australia .fitnessAust-formbox .fieldset .field .label-text {
  text-transform: capitalize; 
}
.cms-fitness-australia .fitnessAust-formbox .actions-toolbar .action.submit:hover {
  background: #008aff;
  background: linear-gradient(-178deg,rgba(0,138,255,1) 0%,rgba(85,170,242,1) 100%);
  opacity: .4;
}
.cms-fitness-australia .fitnessAust-formbox .actions-toolbar .action.submit:after {
  display: none;  
}
.custom-gallery-cursor-loaded .product.media .gallery-placeholder { 
  height: auto !important;
}
.catalog-product-view .amcard-image-container img.amcard-image {
  max-width: 100%;
}

@media only screen and (max-width: 1023px) {
.amcard-page-product.catalog-product-view .fotorama__stage {
  height: 220px !important;
}
}

@media screen and (max-width:3840px) {
  .header--layout-2 .header__content,
  .header__content-wrapper,
  .col.header__content-wrapper {
    max-width: 100%;
  }

  .home-container {
    max-width: 100%;
  }

  .home-main-banner picture img {
    width: 100%;
  }

  .homepage-full-banner01 img {
    width: 100%;
  }

  .page-footer .footer.content {
    max-width: 100%;
  }

  .page-footer .footer.content .block_newsletter_wrapper .footer-logo {
    display: inline-block;
    width: 100%;
  }

  .block_newsletter_wrapper .newsletter_sign {
    font-family: 'HelveticaNowDisplay';
    font-size: 18px;
    font-weight: 500;
    color: #111111;
    opacity: 80%;
    padding: 30px 0 25px 0;
    display: inline-block;
    width: 100%;
  }

  .footer.content .block_newsletter_wrapper .block.newsletter .field .control {
    max-width: 100%;
  }

}

@media screen and (max-width:1279px) {
  .products.products-grid__layout-default ol.products .product-name-price {
    flex-wrap: wrap;
  }
.home-main-banner .pagebuilder-banner-wrapper  {
  height: 600px;  
}

}

@media screen and (max-width:1023px) {
  .home-center-part .ox-banner.ox-banner-content-overlay .ox-banner-container.medium-padding {
    padding: 30px 20px 40px 20px;
  }

  .popular-pro-text .h3.no-margin {
    font-size: 22px;
    top: 30px;
    left: 20px;
  }

  .popular-pro-text a.shop-now-btn {
    width: 130px;
    height: 40px;
    font-size: 14px;
    bottom: 30px;
    left: 20px;
  }

  .featured-blog-content h3 {
    font-size: 19px;
    margin: 20px 0 60px;
  }

  .home-center-part .ox-banner.ox-banner-content-overlay .ox-banner-container.medium-padding .button.primary.underline {
    margin-top: 20px !important;
  }

 .featured-blogs-section .feature-blog {
    flex-basis: 50%;
    max-width: 50%;
    padding: 10px;
 }
 .featured-blogs-section .feature-blog img.pagebuilder-mobile-only {
    width: 100%;
    display: block;
}
.our-partners-section .our-partners {
  flex-basis: 11.11%; 
}

.home-main-banner .pagebuilder-banner-wrapper  {
 height: 500px; 
}

}

@media screen and (max-width:991px) {
  .banner-content {
    padding: 0 70px;
  }

  .popular-pro-text .h3.no-margin {
    font-size: 22px;
    top: 30px;
  }

  .popular-pro-text a.shop-now-btn {
    width: 130px;
    height: 42px;
  }

  .home-center-part .ox-hotspot__container_inner .hotspot_fitouts_text {
    padding: 0 40px 60px;
  }

  .home-center-part .ox-hotspot__container_inner .hotspot_fitouts_text h3 {
    font-size: 30px;
  }

  .home-center-part .ox-hotspot__container_inner .hotspot_fitouts_text .view_all_btn {
    max-width: 140px;
    font-size: 15px;
  }

  .home-center-part .ox-banner.ox-banner-content-overlay .ox-banner-container.medium-padding .button.primary.underline {
    margin-top: 20px;
  }

  .home-center-part .ox-banner.ox-banner-content-overlay .ox-banner-container.medium-padding h3 {

    /*font-size: 24px;
    line-height: 1.4;*/
    max-width: 340px;
  }

  .featured-blogs-section .feature-blog {
    padding: 10px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .featured-blog-content h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .popular-products-section {
    padding-bottom: 20px;
  }

  .home-center-part .title-and-link {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .home-center-part .title-and-link.featured-blogs-title {
    padding-bottom: 0;
  }

  .feature-blog img.pagebuilder-mobile-only {
    width: 100%;
  }

}

@media screen and (max-width:767px) {
  .home-container {
    padding-left: 0;
    padding-right: 0;
  }

  .home-main-banner {
    padding: 0 0px 10px !important;
  }

  .home-center-part {
    padding: 0;
    box-sizing: border-box;
  }

  .banner-text {
    padding-top: 0;
  }

  .banner-text h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .banner-text a.explore-link {
    font-size: 13px;
    margin-top: 20px;
  }

  .banner-content {
    align-items: end;
    padding: 0 35px 72px;
  }

  .home-center-part .title-and-link a.border-bottom {
    font-size: 14px;
    display: none;
  }

  .new-product-section {
    margin: 0 -30px 50px 0;
  }

  .new-product-section .ox-product-labels-wrapper.ox-product-labels--bottom-left {
    left: 6px;
    bottom: 6px;
  }

  .home-center-part .ox-banner-container.medium-padding p.grip {

    /*font-size: 13px;
    line-height: 1;*/
  }

  .home-center-part .ox-banner.ox-banner-content-overlay .ox-banner-container.medium-padding .button.primary.underline {
    padding: 15px 40px;
    font-size: 16px;
    line-height: 1.1;
  }

  .new-product-section .owl-nav.ox-owl-nav {
    right: 35px;
    top: -5px;
  }

  .new-product-section .block-title.title-h3 {
    margin: 0 !important;
  }

  .new-product-section .block.widget .product-item-info {
    padding: 0 0 0 12px;
  }

  .new-product-section .product-item .price-box .old-price {
    display: none;
  }

  .new-product-section .product-name-price .product-item-name a.product-item-link {
    font-size: 12px !important;
    line-height: 1;
    padding-left: 0;
  }

  .new-product-section .owl-nav button.owl-prev span:before,
  .new-product-section .owl-nav button.owl-next span:before,
  .popular-products-section .owl-nav .owl-prev .fa:before,
  .popular-products-section .owl-nav .owl-next .fa:before {
    font-size: 22px;
  }

  .new-product-section .owl-nav button.owl-prev,
  .new-product-section .owl-nav button.owl-next,
  .popular-products-section .owl-nav .owl-prev,
  .popular-products-section .owl-nav .owl-next {
    width: 28px;
  }

  .row.main-partners-banner-section {
    margin: 0;
    padding-top: 40px;
  }

  .row.main-partners-banner-section .col-md-6 {
    padding: 0;
    margin: 0;
  }

  .popular-products-section {
    padding: 10px 0 0;
  }

  .popular-products-section .row {
    margin: 0px;
  }

  .popular-products-section .owl-item {
    min-width: 302px;
    max-width: 302px;
    padding-left: 0;
  }

  .popular-products-section .popular-pro-box {
    padding-left: 12px;
  }

  .popular-pro-text .h3.no-margin {
    font-size: 24px;
  }

  .popular-pro-text {
    left: 10px;
    width: calc(100% - 10px);
  }

  .row.featured-blogs-section {
    display: flex;
    flex-wrap: revert;
    overflow-x: scroll;
    margin: 0;
  }

  .row.featured-blogs-section::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .row.featured-blogs-section::-webkit-scrollbar:horizontal {
    height: 0;
  }

  .featured-blogs-section {
    margin: 0 -10px;
  }

  .featured-blogs-section .feature-blog {
    padding: 10px 8px 10px;
    min-width: 300px;
  }

  .feature-blog .featured-blog-content {
    padding: 38px 18px;
  }

  .featured-blog-content h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 50px;
  }

  .featured-blog-content .button.primary.underline {
    font-size: 15px;
  }

  .popular-pro-text a.shop-now-btn {
    height: auto;
    padding: 12px 28px;
    font-size: 16px;
    line-height: 1.1;
    width: auto;
  }

  .home-center-part .ox-hotspot__container.homepage-full-banner01 {
    margin: 20px 0 0;
  }

  .home-center-part .homepage-full-banner01 .lazy-wrapper {
    padding-bottom: 154%;
  }

  .home-center-part .ox-hotspot__container_inner .hotspot_fitouts_text {
    padding: 0 20px 50px;
    width: 100%;
  }

  .home-center-part .ox-hotspot__container_inner .hotspot_fitouts_text h3 {
    font-size: 28px;
    line-height: 1.2;
  }

  .home-center-part .ox-hotspot__container_inner .hotspot_fitouts_text .view_all_btn {
    margin-top: 20px;
    height: auto;
    padding: 15px 28px;
    font-size: 16px;
    line-height: 1.1;
    width: auto;
    max-width: initial;
  }

  .popular-products-section .owl-nav {
    right: 2px;
    top: -53px;
  }

  .cms-index-index .columns .column.main .title-and-link.featured-blogs-title {
    padding: 0 0 0 12px;
  }

  .cms-index-index .columns .column.main .title-and-link.featured-blogs-title .border-bottom {
    display: none;
  }

  .home-center-part .products-grid .product-item .product-item-details {
    padding-top: 10px;
  }

  .product-name-price .product-item-name a.product-item-link {
    font-size: 14px !important;
  }

  .home-center-part .product-name-price .price-box span {
    font-size: 12px !important;
  }

  .home-center-part .ox-product-grid__categories a.ox-product-grid__category-link {
    font-size: 12px;
    line-height: 1;
    padding-left: 0;
  }

  .cms-index-index .columns .column.main .title-and-link.need-text {
    display: none;
  }

  .home-center-part .ox-banner.ox-banner-content-overlay .ox-banner-container.medium-padding {
    width: 100%;
  }

  .home-main-banner .pagebuilder-banner-wrapper {
    align-items: end;
    height: 590px;
  }

  .products.products-grid__layout-default ol.products .product-name-price {
    flex-wrap: wrap;
  }

  .products.products-grid__layout-default ol.products .product-name-price .product-item-link {
    font-size: 13px !important;
  }

  .our-partners-section .pagebuilder-column-line {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .our-partners-section .pagebuilder-column-line::-webkit-scrollbar {
  height: 0px;
   }
  .our-partners-section .pagebuilder-column-line::-webkit-scrollbar:horizontal {
   height: 0px;
   }
  .our-partners-section .pagebuilder-column-line .our-partners {
    min-width: 95px;
    padding: 0 12px 10px;
  }

  .our-partners-section .our-partners img {
    width: 60px;
  }

  .our-partners-section .our-partners {
    padding: 0 17px;
    display: flex !important;
    align-items: center;
    height: 100%;
    align-self: initial !important;
    width: auto !important;
    flex-basis: auto;
  }

  .our-partners-section {
    padding-bottom: 50px;
  }

  .featured-blogs-section .pagebuilder-column-line {
    display: flex;
    padding: 0;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }

  .featured-blogs-section .pagebuilder-column-line::-webkit-scrollbar {
      height: 0px;
  }

  .featured-blogs-section .pagebuilder-column-line::-webkit-scrollbar:horizontal {
      height: 0px;
  }


  .featured-blogs-section .feature-blog {
    padding: 10px;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .our-partners-section .pagebuilder-column-group {
    padding: 0 15px;
  }
 .home-main-banner .pagebuilder-banner-wrapper .pagebuilder-overlay {
    padding: 0 0 30px 20px;
 }
 .home-center-part .ox-banner-content-overlay-banner .pagebuilder-overlay.pagebuilder-poster-overlay {
    padding: 50px 20px;
 }
 .home-center-part .ox-banner-content-overlay-banner .ox-banner-container.medium-padding h3 {
   font-size: 28px; 
 }
 .home-center-part .ox-banner-content-overlay-banner .ox-banner-container.medium-padding .button.primary.underline {
   padding: 8px 32px; 
 }
 .home-center-part .ox-hotspot__container_inner .hotspot_fitouts_text .view_all_btn {
   padding: 12px 28px;  
 }
 .cms-index-index .columns .column.main .title-and-link {
   padding-left: 12px;
   padding-right: 12px; 
 }

.amcard-page-product.catalog-product-view .product.media {
    margin-bottom: 0;
}
.product-info-main .tooltipcustom .tooltipcustomtext {
  left: auto;
  right: 0; 
}
.amcard-page-product .slick-slider {
  padding: 0px;   
}

}

@media screen and (max-width:479px) {
  .ox-banner.banner-stretch img {
    height: 620px;
  }

}

@media screen and (max-width:370px) {
  .home-center-part .ox-banner.ox-banner-content-overlay .ox-banner-container.medium-padding h3 {
    font-size: 32px;
  }

  .home-center-part .ox-hotspot__container_inner .hotspot_fitouts_text h3 {
    font-size: 24px;
  }

}


/*New Home Page*/

@font-face {
    font-family: 'Dharma Gothic C';
    src: url('../fonts/DharmaGothicC-ExBold.eot');
    src: url('../fonts/DharmaGothicC-ExBold.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/DharmaGothicC-ExBold.svg#roboto-regular') format('svg'), 
         url('../fonts/DharmaGothicC-ExBold.ttf') format('truetype'), 
         url('../fonts/DharmaGothicC-ExBold.woff') format('woff'), 
         url('../fonts/DharmaGothicC-ExBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


.homenew-video-banner .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 1920px;
    padding: 20px 56px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.homenew-video-banner .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    width: 100%;
}

.homenew-video-banner .pagebuilder-banner-wrapper .pagebuilder-poster-content [data-element='content'] {
    min-height: inherit;
    overflow: visible;
}

.homenew-video-banner .pagebuilder-banner-wrapper {
    height: 960px;
    display: flex;
    align-items: center;
    width: 100%;
}

.video_slider_home .pagebuilder-poster-content h2,
.homenew-video-banner .banner-textnew h2 {
    display: block;
    font-size: 220px;
    font-weight: 800;
    color: #fff;
    line-height: 80%;
    text-align: left;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    font-family: 'Dharma Gothic C';
}

.homenew-video-banner .banner-textnew h3 {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    padding: 0 0 20px;
    margin: 0;
    letter-spacing: 0.5px;
    font-family: 'HelveticaNowDisplay-Medium';
}

.trending_ironedge_home .trending_ironedge_text p a,
.video_slider_home .pagebuilder-poster-content a,
.homenew-video-banner .banner-textnew .pagebuilder-poster-content a {
    display: inline-block;
    font-family: 'HelveticaNowDisplay-Medium';
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 20px;
    border-bottom: 0;
    background: #F3F3F3;
    color: #1D1D1D;
    width: auto;
    text-align: center;
    height: 50px;
    border-radius: 100px;
    line-height: 50px;
    padding: 0 40px;
}

.trending_ironedge_home .trending_ironedge_text p a:hover,
.video_slider_home .pagebuilder-poster-content a:hover,
.homenew-video-banner .banner-textnew .pagebuilder-poster-content a:hover {
    background: #fff;
    color: #000;
}

.home-newprod-slider-section {
    padding: 0 48px;
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
}

.home-newprod-slider-section .title-and-link {
    margin-top: 97px;
    margin-bottom: 0;
}

.home-newprod-slider-section .title-and-link h2 {
    font-family: 'HelveticaNowDisplay';
    font-size: 26px;
    font-weight: 500;
    color: #111;
    line-height: 24px;
    margin: 0 20px 0 0;
    padding: 0 0 0 10px;
}

.home-newprod-slider-section .widget.block-products-list .block-title.title-h3 {
    margin-bottom: 19px;
}

.home-newprod-slider-section .new-product-section .owl-nav button.owl-prev, 
.home-newprod-slider-section .new-product-section .owl-nav button.owl-next,
.home-newprod-slider-section .new-product-section .owl-nav button.owl-prev span, 
.home-newprod-slider-section .new-product-section .owl-nav button.owl-next span {
    width: 24px;
}

.home-newprod-slider-section .new-product-section .owl-nav button.owl-prev span:before, 
.home-newprod-slider-section .new-product-section .owl-nav button.owl-next span:before {
    font-size: 15px;
    font-family: 'athlete2';
    content: "\e903";
    color: #C0C0C0;
}

.home-newprod-slider-section .new-product-section .owl-nav button.owl-prev span:before {
    content: "\e902";
}

.trending_ironedge_home {
    padding: 115px 48px 0;
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
}

.trending_ironedge_home h2 {
    font-family: HelveticaNowDisplay;
    font-size: 26px;
    font-weight: 500;
    line-height: 36.4px;
    margin: 0 0 40px;
    padding: 0 0 0 9px;
    letter-spacing: -0.1px;
    text-transform: unset;
}

.trending_ironedge_home .item {
    position: relative;
    padding: 0 8px;
    overflow: hidden;
    border-radius: 8px;
}

.trending_ironedge_home .item img {
    border-radius: 8px;
}

.trending_ironedge_home h3 {
    position: absolute;
    left: 62px;
    top: 60px;
    font-size: 96px;
    font-weight: 800;
    color: #fff;
    line-height: 75%;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    font-family: 'Dharma Gothic C';
    z-index: 1;
}

.trending_ironedge_home h3 img {
  height: auto !important;
}

.trending_ironedge_home .trending_ironedge_text {
    position: absolute;
    bottom: 56px;
    left: 64px;
    z-index: 1;
}

.trending_ironedge_home .trending_ironedge_img {
    overflow: hidden;
    border-radius: 8px;
}

.trending_ironedge_home .trending_ironedge_text h4 {
    color: #fff;
    font-size: 26px;
    font-family: 'HelveticaNowDisplay';
    line-height: 1;
    margin: 0 0 25px;
    padding: 0;
    letter-spacing: 0.4px;
    font-weight: 400;
    text-transform: unset;
}

.trending_ironedge_home .trending_ironedge_text h4 a {
  color: #fff;
  text-decoration: none;
}

.trending_ironedge_home .trending_ironedge_text p {
    margin: 0;
}

.video_slider_home {
  margin: 150px 0 0;
}


.video_slider_home .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  height: 962px;
  padding: 20px 0;
  width: 100%;
}

.video_slider_home .pagebuilder-poster-content h3 img {
  max-width: 80px;
  width: 100% !important;
  height: auto !important;
}

.video_slider_home .pagebuilder-poster-content h2 {
   font-size: 180px
}

.video_slider_home .pagebuilder-slider .slick-prev, 
.video_slider_home .pagebuilder-slider .slick-next {
  background: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  top: unset;
  bottom: 24px;
  transform: unset;
  right: 50px;
  opacity: 1;
}

.video_slider_home .pagebuilder-slider .slick-prev {
   left: 50px;
}

.video_slider_home .pagebuilder-slider .slick-prev:before, 
.video_slider_home .pagebuilder-slider .slick-next:before {
    font-size: 20px;
    font-family: 'athlete2';
    content: "\e903";
    color: rgba(255,255,255,0.5);
}

.video_slider_home .pagebuilder-slider .slick-prev:before {
    content: "\e902";
}

.video_slider_home .pagebuilder-slider .slick-prev:after, 
.video_slider_home .pagebuilder-slider .slick-next:after {
    display: none;
}

.video_slider_home .pagebuilder-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  z-index: 1;
  padding: 0;
}

.video_slider_home .pagebuilder-slider .slick-dots li {
  width: 8px;
  height: 8px;
}

.video_slider_home .pagebuilder-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border: 0;
  background: rgba(255,255,225,0.5);
  border-radius: 100px !important
}

.video_slider_home .pagebuilder-slider .slick-dots li button:after {
    display: none;
}

.video_slider_home .pagebuilder-slider .slick-dots li.slick-active button {
    background: rgba(255,255,255,1);
}

.video_slider_home .pagebuilder-slide-wrapper .pagebuilder-poster-content {
    max-width: 1920px;
    padding: 0 56px;
}

.trending_ironedge_home .makesliderfitout video {
    border-radius: 8px;
}

.trending_ironedge_home.trending_ironedge_brands {
    margin: 120px auto 150px;
    max-width: 1920px;
    padding: 0 56px;
}

.trending_ironedge_home.trending_ironedge_brands h2 {
    margin-bottom: 80px;
    padding-left: 0;
}

.trending_ironedge_brands .marquee {
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration: 30s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
    gap: var(--gap);
    mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 10%,
    hsl(0 0% 0% / 1) 90%,
    hsl(0 0% 0% / 0)
  );
}

.trending_ironedge_brands .brand-logo {
    max-width: 180px;
    min-width: 180px;
    padding: 0 40px;
}

.trending_ironedge_home .slick-slider .slick-prev,
.trending_ironedge_home .slick-slider .slick-next {
    width: 30px;
    right: 5px;
    height: 40px;
    background: transparent;
    top: -48px;
}

.trending_ironedge_home .slick-slider .slick-prev {
  right: 32px;
  left: auto;
}

.trending_ironedge_home .slick-slider .slick-prev:before,
.trending_ironedge_home .slick-slider .slick-next:before {
    font-size: 15px;
    font-family: 'athlete2';
    content: "\e903";
    color: #C0C0C0;
}

.trending_ironedge_home .slick-slider .slick-prev:before {
  content: "\e902";
}

.trending_ironedge_home .slick-slider .slick-prev:after,
.trending_ironedge_home .slick-slider .slick-next:after {
  display: none;
}

.home-newprod-slider-section .new-product-section .product-name-price {
  display: block;
  padding: 0;
}

.home-newprod-slider-section .new-product-section .product-name-price .product-item-name {
  display: block;
  padding: 0;
}

.home-newprod-slider-section .new-product-section .product-name-price .product-item-name a.product-item-link {
  padding: 0;
  font-family: 'HelveticaNowDisplay-Medium';
  font-weight: 500;
  letter-spacing: 0.1px;
}

.home-newprod-slider-section .new-product-section .product-name-price .price-box {
  padding: 13px 0 0;
}

.home-newprod-slider-section .new-product-section .product-name-price .price-box span {
  padding: 0 2px 0 0 !important;
  font-family: 'HelveticaNowDisplay-Medium';
  font-weight: 500 !important;
}

.home-newprod-slider-section .new-product-section .products-grid .product-item .price-box .special-price .price-container .price {
  color: #1D1D1D !important;
  font-family: 'HelveticaNowDisplay-Medium';
  font-weight: 500;
}

.home-newprod-slider-section .new-product-section .product-name-price .price-box .old-price .price {
  color: #9A9A9A !important;
  font-weight: 500 !important;
  font-family: 'HelveticaNowDisplay';
}

.home-newprod-slider-section .new-product-section .ox-product-grid__categories {
  padding: 8px 0 0;
  line-height: 1;
}

.home-newprod-slider-section .new-product-section .ox-product-grid__categories a {
  font-family: 'HelveticaNowDisplay';
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  line-height: 0.1px;
}

.trending_ironedge_home .trending_ironedge_images img {
  object-fit: cover;
  height: 680px;
  position: relative;
}

.home-newprod-slider-section .product-item-details .prod-label-section {
    display: flex;
    flex-wrap: wrap;
}
.home-newprod-slider-section .product-item .product-item-photo {
    margin-bottom: 15px;
}

@media screen and (min-width:1921px) {
  .video_slider_home {
    margin: 150px auto 0;
    max-width: 1810px;
  }
  .video_slider_home .slick-list {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .video_slider_home .pagebuilder-slider .slick-prev, 
  .video_slider_home .pagebuilder-slider .slick-next {
    right: 0;
  }

  .video_slider_home .pagebuilder-slider .slick-prev {
    left: 0;
  }
}

@media screen and (min-width:1920px) {
  .homenew-video-banner .pagebuilder-banner-wrapper {
    height: 70vh;
  }
  .video_slider_home .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    height: 70vh; 
  }
  
 
}

@media screen and (min-width:1280px) {
  .homenew-video-banner .pagebuilder-banner-wrapper {
    height: 65vh;
  }
  .video_slider_home .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    height: 65vh; 
  }
}

@media screen and (max-width:1922px) {
  .video_slider_home .pagebuilder-poster-content h2, 
  .homenew-video-banner .banner-textnew h2 {
        font-size: 180px;
  }
  .homenew-video-banner .banner-textnew h3 {
    font-size: 20px;
  }
  .trending_ironedge_home .trending_ironedge_images img {
    height: 500px;
  }
  .trending_ironedge_home .trending_ironedge_text h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .trending_ironedge_home .trending_ironedge_text p a, 
  .video_slider_home .pagebuilder-poster-content a, 
  .homenew-video-banner .banner-textnew .pagebuilder-poster-content a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
  }
  .trending_ironedge_home .trending_ironedge_text {
    left: 50px;
    bottom: 50px;
  }
  .trending_ironedge_home h3 {
    font-size: 80px;
    left: 50px;
    top: 50px;
  }
  .trending_ironedge_home .makesliderfitout video {
    height: 500px;
    position: relative;
    object-fit: cover;
  }
  
  .trending_ironedge_home h2,
  .home-newprod-slider-section .title-and-link h2 {
    font-size: 22px;
  }
}

@media screen and (max-width:1380px) {
    .homenew-video-banner .banner-textnew h2 {
        font-size: 160px;
    }
    .video_slider_home {
      margin-top: 80px;
    }
    .video_slider_home .pagebuilder-poster-content h2 {
        font-size: 140px;
    }

    .homenew-video-banner .banner-textnew h3 {
        font-size: 18px;
        padding: 0 0 12px;
    }
    .trending_ironedge_home.trending_ironedge_homevideos {
      padding-top: 70px;
    }
    .trending_ironedge_home .trending_ironedge_text p a, 
    .video_slider_home .pagebuilder-poster-content a, 
    .homenew-video-banner .banner-textnew .pagebuilder-poster-content a {
        font-size: 14px;
        padding: 0 32px;
        height: 40px;
        margin-top: 12px;
        line-height: 40px;
    }

    .homenew-video-banner .pagebuilder-banner-wrapper {
        height: 540px;
    }
    .home-newprod-slider-section .title-and-link {
      margin-top: 50px;
    }
    .trending_ironedge_home {
      padding-top: 95px;
    }
    .trending_ironedge_home h2,
    .home-newprod-slider-section .title-and-link h2 {
        font-size: 22px
    }

    .trending_ironedge_home h3 {
        font-size: 77px;
        left: 48px;
        top: 45px;
    }

    .trending_ironedge_home .trending_ironedge_text {
        left: 48px;
        bottom: 42px;
    }

    .video_slider_home .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
        height: 540px;
        padding-bottom: 50px;
    }

    .video_slider_home .pagebuilder-poster-content h3 img {
        max-width: 60px;
    }
    .video_slider_home .pagebuilder-slider .slick-dots {
        bottom: 36px;
    }
    .video_slider_home .pagebuilder-slider .slick-prev, 
    .video_slider_home .pagebuilder-slider .slick-next {
        bottom: 24px;
    }

    .video_slider_home .pagebuilder-slider .slick-prev, 
    .video_slider_home .pagebuilder-slider .slick-next {
      right: 42px;
    }

    .video_slider_home .pagebuilder-slider .slick-prev {
       left: 42px;
    }
    .trending_ironedge_brands .brand-logo {
      max-width: 160px;
      min-width: 160px;
      padding: 0 30px;
   }

   .trending_ironedge_home .trending_ironedge_images img {
      height: 500px;
   }

   .trending_ironedge_home.trending_ironedge_brands {
    margin-top: 80px;
   }

}

@media screen and (max-width:1180px) {
  .home-newprod-slider-section .title-and-link {
    margin-top: 50px;
  }
  .trending_ironedge_home.trending_ironedge_brands,
  .video_slider_home .pagebuilder-slide-wrapper .pagebuilder-poster-content,
  .homenew-video-banner .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    padding: 0 38px;
  }
  .trending_ironedge_home {
    padding: 0 30px 43px;
  }
  .home-newprod-slider-section {
    padding: 0 30px 60px;
  }
  .trending_ironedge_home h2 {
    margin: 0 0 36px;
  }

  .trending_ironedge_home h2, 
  .home-newprod-slider-section .title-and-link h2 {
    font-size: 20px;
  }

  .video_slider_home .pagebuilder-slider .slick-prev, 
  .video_slider_home .pagebuilder-slider .slick-next {
    right: 30px;
  }
  .video_slider_home .pagebuilder-slider .slick-prev {
    left: 30px;
  }
  .video_slider_home {
    margin: 0 0 37px;
  }
  .trending_ironedge_home.trending_ironedge_brands {
    margin-top: 0;
    margin-bottom: 100px;
    padding: 0 38px;
  }
  .trending_ironedge_home h3 {
    font-size: 63px;
    left: 31px;
    top: 28px;
  }
  .trending_ironedge_home .item img {
    height: 400px;
  }
  .trending_ironedge_home .trending_ironedge_text {
    left: 30px;
    bottom: 22px;
  }
  .trending_ironedge_home .trending_ironedge_text h4 {
    font-size: 16px;
  }
  .video_slider_home .pagebuilder-slide-wrapper .pagebuilder-poster-content {
    padding: 0 54px 40px;
  }
  .video_slider_home .pagebuilder-poster-content h2 {
    font-size: 140px;
  }
  .video_slider_home .pagebuilder-slider .slick-prev, 
  .video_slider_home .pagebuilder-slider .slick-next {
    bottom: 21px;
  }
  .trending_ironedge_brands .brand-logo {
    max-width: 120px;
    min-width: 120px;
    padding: 0 20px;
  }
  .trending_ironedge_home .trending_ironedge_images img {
    height: 400px;
  }
  .trending_ironedge_home.trending_ironedge_homevideos {
    padding-top: 0;
  }

   .trending_ironedge_home .makesliderfitout video {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
}

@media screen and (max-width:1023px) {
  .video_slider_home video {
    border-radius: 0;
    width: 100% !important;
    object-fit: cover;
  }
  
  .new-product-section .product-name-price .product-item-name a.product-item-link {
    font-size: 14px !important;
  }

  .home-newprod-slider-section .new-product-section .ox-product-grid__categories a {
    font-size: 14px;
  }

  .home-newprod-slider-section .new-product-section .products-grid .product-name-price .price-box .old-price .price,
  .home-newprod-slider-section .new-product-section .products-grid .product-item .price-box .special-price .price-container .price {
    font-size: 14px;
  }
  .home-newprod-slider-section .prod-label-section .cate-prod-label {margin-bottom: 7px;}
}

@media screen and (max-width:868px) {
  .home-newprod-slider-section .new-product-section .block-title .owl-nav {
    margin-right: 0;
  }
}

@media screen and (max-width:767px) {
  .home-newprod-slider-section .new-product-section {
    margin-right: -80px;
  }
  .home-newprod-slider-section .new-product-section .block-title .owl-nav {
    margin-right: 50px;
  }
  .homenew-video-banner .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    padding: 0 25px;
  }
  .home-newprod-slider-section .products-grid .product-item .product-item-details {
    display: block;
  }
  .homenew-video-banner .banner-textnew h2 {
    font-size: 120px;
  }
  .home-newprod-slider-section {
    padding: 0 4px;
  }
  .home-newprod-slider-section .title-and-link {
    margin-top: 55px;
  }
  .trending_ironedge_home h2, 
  .home-newprod-slider-section .title-and-link h2 {
    font-size: 20px;
  }
  .home-newprod-slider-section .title-and-link h2 {
    margin-bottom: 27px;
    padding-left: 12px;
  }
  .trending_ironedge_home {
    padding: 0 8px 60px;
  }
  .trending_ironedge_home h2 {
    margin: 0 0 30px;
    padding: 0 0 0 8px;
  }
  .video_slider_home {
    margin: 0 0 50px;
  }
  .trending_ironedge_home.trending_ironedge_brands {
    padding: 0 16px;
    margin: 0 auto 100px;
  }
  .trending_ironedge_brands .brand-logo {
    max-width: 100px;
    min-width: 100px;
    padding: 0;
  }
  .trending_ironedge_brands .brand-logo img {
    width: 60px;
  }
  .video_slider_home .pagebuilder-poster-content h2 {
    font-size: 100px;
  }
  .video_slider_home .pagebuilder-slide-wrapper .pagebuilder-poster-content {
    padding: 0 25px;
  }
  .video_slider_home .pagebuilder-slider .slick-prev, 
  .video_slider_home .pagebuilder-slider .slick-next {
    right: 10px;
  }
  .video_slider_home .pagebuilder-slider .slick-prev {
    left: 10px;
  }
  .trending_ironedge_home .trending_ironedge_text {
    bottom: 25px;
    left: 25px;
  }
  .trending_ironedge_brands .marquee__group {
    gap: 0;
  }
  .trending_ironedge_home .slicksliderfitout .item {
    min-width: 260px;
    max-width: 260px;
  }
  .trending_ironedge_home .makesliderfitout .item {
    min-width: 260px;
    max-width: 260px;
  }
 
  .trending_ironedge_home .trending_ironedge_text p a {
    padding: 0 20px;
  }
  .trending_ironedge_home.trending_ironedge_brands h2 {
    margin-bottom: 60px;
  }
  .home-newprod-slider-section .new-product-section .ox-product-grid__categories a {
    font-size: 14px;
  }
  .home-newprod-slider-section .new-product-section .product-name-price .product-item-name a.product-item-link {
    font-size: 14px !important;
  }
  .home-newprod-slider-section .new-product-section .products-grid .product-item .price-box .special-price .price-container .price {
    font-size: 14px;
  }
  .trending_ironedge_home.trending_ironedge_homevideos {
    padding-bottom: 40px;
  }
  .home-newprod-slider-section .product-item .product-item-photo {
    margin-bottom: 10px;
  }
  .home-newprod-slider-section .new-product-section .owl-nav.ox-owl-nav {
    top: -3px;
  }
  .home-newprod-slider-section .new-product-section .product-item .price-box .old-price {
    display: block;
  }
}






/*cstm page css*/

h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cstm-video-banner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px 50px 57px;
  width: 100%;
}

.cstm-video-banner .pagebuilder-banner-wrapper {
  width: 100%;
  height: 65vh;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.cstm-video-banner video {
  width: 100% !important;
  margin: 0 !important;
  transform: unset !important;
  object-fit: cover;
}

.cstm-videos2.desktop-video-cstm.cstm-videos241 video {
  border-radius: 8px;
  height: 65vh;
  display: block;
}
.trustd-brands-outer-box {
  padding: 0 0 170px;
}
.trustd-brands-outer {
  text-align: center;
  padding-bottom: 125px;
}
.trustd-brands-more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 12px;
  width: 306px;
  height: 51px;
  background: #F3F3F3;
  border-radius: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #9A9A9A;
  margin: 0 auto;
  font-family: 'HelveticaNowDisplay';
  letter-spacing: 0;
}
.trustd-brands-more a {
  color: #9A9A9A !important;
  text-decoration: none;
}
.trustd-brands-more a:hover {
  color: #000 !important;
}
.trustd-brands-outer h3 {
  font-family: 'Dharma Gothic C';
  font-style: normal;
  font-weight: 800;
  font-size: 110px;
  line-height: 122%;
  color: #1D1D1D;
  margin: 0 0 17px;
  text-transform: uppercase;
}
.trustd-brands-outer p {
  font-family: 'HelveticaNowDisplay';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #7A7A7A;
  margin: 0 auto;
  max-width: 688px;
  letter-spacing: 0;
}
.trustd-brands-outer p.enquire-btn a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 17px;
  border-bottom: 0;
  background: #1D1D1D;
  color: #fff;
  width: auto;
  text-align: center;
  height: 50px;
  border-radius: 100px;
  line-height: 50px;
  padding: 0 40px;
}
.trustd-brands-outer-box .marquee {
  margin: 0 auto;
  max-width: 1784px;
  mask-image: none;
}
.trustd-brands-outer-box .brand-logo {
  max-width: 80px;
  min-width: 80px;
  padding: 0;
}

.powerto-brands-outer-box {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 50px 146px;
}

.powerto-brands-box01 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 63px;
}
.powerto-brands-box01 h2 {
  font-size: 80px;
  font-family: 'Dharma Gothic C';
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  color: #1D1D1D;
}
.powerto-brands-box01 p {
  font-size: 16px;
  max-width: 682px;
  letter-spacing: 0.2px;
  line-height: 1.4;
  color: #7A7A7A;
}
.powertobrandinner img {
  height: 578px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.powertobrandinner .item {
  padding: 0 8px;
}
.powertobrandinner {
    margin: 0 -8px;
}
.powertobrandinner h3 {
  font-size: 60px;
  font-family: 'Dharma Gothic C';
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
  padding: 31px 12px 0;
  color: #1D1D1D;
}
.powertobrandinner p {
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 25.2px;
  margin: 3px 0 0;
  color: #7A7A7A;
  padding: 0 12px;
  font-weight: 400;
}

.cstm-videos2 {
  padding-bottom: 0;
}

.cstm-videos2 video {
  height: 578px;
  width: 100%;
  object-fit: cover;
}

.home-newprod-slider-section11 {
  padding-bottom: 140px;
}

.home-newprod-slider-section22 .amlabel-position-wrapper,
.home-newprod-slider-section11 .amlabel-position-wrapper {
  display: none !important;
}

.home-newprod-slider-section22 {
  padding-bottom: 140px;
}

.home-newprod-slider-section.home-newprod-slider-section22 .title-and-link {
  margin-top: 0;
}

.cstm-videos2.cstm-videos21 {
  padding-bottom: 100px;
}

.trustd-brands-outer.trustd-brands-outer2 h3 {
  font-size: 80px;
  text-transform: uppercase;
}

.testi-cstm-box-outer {
  margin: 140px auto 0;
  position: relative;
  max-width: 1920px;
}

.testi-cstm-box-outer:before,
.testi-cstm-box-outer:after {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 28.16%, rgba(255, 255, 255, 0.665662) 45.12%, #FFFFFF 68.38%);
  transform: rotate(-180deg);
  position: absolute;
  width: 24%;
  height: 100%;
  top: 0;
  z-index: 1
}

.testi-cstm-box-outer:before {
  left: -1px;
}

.testi-cstm-box-outer:after {
  right: -1px;
  transform: rotate(0deg);
}

.testi-cstm-box-outer ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
}

.testimonial-slide-inn {
  display: block;
  margin: 0 6px;
  padding: 12px;
  background: #F9F9F9;
  border-radius: 6px;
  display: block;
  max-width: 473px;
  min-width: 473px;
  box-sizing: border-box;
}

.testimonial-slide-inn img {
  display: block;
}

.testi-cstm-box {
  padding: 34px 10px 0;
}

.testi-header-cstm {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  align-items: center;
  align-items: center;
}

.testi-header-cstm .testi-thumb-bx img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: block;
}

.testi-cstm-box h3 {
  font-size: 64px;
  font-family: 'Dharma Gothic C';
  font-weight: 800;
  color: #1D1D1D;
  line-height: 51px;
  margin: 0 0 13px;
  text-transform: uppercase;
  max-width: 310px;
}
.testi-cstm-box h3 a {
  color: #1D1D1D;
}
.testi-cstm-box p {
  font-family: 'HelveticaNowDisplay';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  color: #7A7A7A;
  margin: 0 0 15px;
}

.testimonial-slide-inn img {
  display: block;
}

.testi-cstm-box p a {
  font-size: 15px;
  font-weight: 700;
  color: #1D1D1D;
  text-decoration: none;
  position: relative;
}

.testi-cstm-box p a:before {
  border-bottom: #1D1D1D solid 1px;
  position: absolute;
  left: 0;
  bottom: -4px;
  content: "";
  width: 100%;
}

.trustd-brands-outer.trustd-brands-outer2 {
  padding-bottom: 40px;
}

.trustd-brands-outer-box.trustd-brands-outer-box022 {
  padding-bottom: 135px;
}
.readyto-make-mark-box {
  padding: 0 0 204px;
}
.readyto-make-mark-box .trustd-brands-outer {
  padding-bottom: 102px;
}

.readyto-make-mark-box .trustd-brands-outer h3 {
  font-size: 80px;
  margin-bottom: 0;
}

.trustd-brands-outer-box.trustd-brands-outer-box022 .marquee {
  margin-top: 40px;
}

.readyto-make-mark-inner {
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 105px;
  gap: 94px;
}

.readyto-make-mark-left video {
  border-radius: 8px;
}

.readyto-make-mark-left {
  width: 48.5%;
}

.readyto-make-mark-right {
  width: 50%;
  margin-top: -8px;
}

.readyto-make-mark-right .fitout-form .fieldset-request .field label.label {
  color: #1D1D1D;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 14px;
  line-height: 1;
  letter-spacing: 0px;
}

.readyto-make-mark-right .fitout-form .fieldset-request {
  margin: 0 -8px 16px;
}

.readyto-make-mark-right .fitout-form .fieldset-request .field .control input {
  background: #F9F9F9;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  font-size: 16px;
  color: #1d1d1d;
  font-weight: 400;
  font-style: normal !important;
}

.readyto-make-mark-right .fitout-form .fieldset-request .field .control input::placeholder {
  font-size: 16px !important;
  color: #CACACA !important;
  font-style: normal !important;
  font-weight: 400;
}

.readyto-make-mark-inner .readyto-make-mark-right .fitout-form .fieldset-request.fieldset-request-textarea .control textarea,
.readyto-make-mark-inner .readyto-make-mark-right .fitout-form .fieldset-request.additional-field01 .control textarea {
  background: #F9F9F9;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  font-size: 16px;
  color: #1d1d1d;
  height: 140px !important;
  font-weight: 400;
  font-style: normal !important;
  resize: none;
}

.readyto-make-mark-inner .readyto-make-mark-right .fitout-form .fieldset-request.fieldset-request-textarea .control textarea::placeholder,
.readyto-make-mark-inner .readyto-make-mark-right .fitout-form .fieldset-request.additional-field01 .control textarea::placeholder {
  font-size: 16px !important;
  color: #CACACA !important;
  font-style: normal !important;
  font-weight: 400;
}

.readyto-make-mark-inner .readyto-make-mark-left video {
  border-radius: 8px;
  height: 899px;
  object-fit: cover;
}

.readyto-make-mark-inner .fitout-form .fieldset-request .field.additional-field {
   padding-top: 8px;
}

.readyto-make-mark-inner .request-recaptcha {
  padding: 21px 0 5px 6px;
  gap: 82px;
}

.readyto-make-mark-inner .submit-btn-bar {
  padding-top: 0;
  width: 100%;
}
.readyto-make-mark-inner .submit-btn-bar button.submit-btn {
  font-size: 16px;
}

.faq-asked-qus011 {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 50px 96px;
}

.faq-asked-qus-h011 {
  padding-bottom: 10px;
}

.faq-asked-qus011 h3{
  font-size: 80px;
  line-height: 0.81;
  margin: 0;
  font-family: 'Dharma Gothic C';
  text-transform: uppercase;
  color: #1D1D1D;
}

.faq-asked-qus011 p a {
  color: #1D1D1D;
  text-decoration: none;
  position: relative;
}
.faq-asked-qus011 p a:before {
  border-bottom: #1D1D1D solid 1px;
  position: absolute;
  left: 0;
  bottom: -4px;
  content: "";
  width: 100%;
}

.faq-asked-qus011 p {
  letter-spacing: 0;
  font-size: 16px;
  margin: 0 0 10px;
}

.faqsasked-ques01 {
  margin: 0 0 16px;
}

.faq-asked-qus-inn01 {
  padding-top: 62px;
}

.faq-asked-qus011 .presentafaqs-heading:before {
  content: "\e903";
  font-family: "athlete2" !important;
  font-size: 14px;
  color: #C0C0C0;
  line-height: 1;
  position: absolute;
  right: 24px;
  top: 40%;
  transform: rotate(90deg);
  left: auto;
}

.faq-asked-qus011 .presentafaqs-heading {
  font-size: 18px;
  color: #1D1D1D;
  line-height: 61px;
  font-family: 'HelveticaNowDisplay';
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 25px;
  cursor: pointer;
  background: #FAFAFA;
  border-radius: 8px;
  margin-bottom: 0;
  border: 0;
}

.faqsasked-ques01.active .presentafaqs-heading {
  font-weight: 500;
  border-radius: 8px 8px 0 0;
}

.faqsasked-ques01.active .presentafaqs-heading:before {
  transform: rotate(-90deg);
}

.faq-asked-qus011 .presentafaqs-content {
  background: #FAFAFA;
  border-radius: 0 0 8px 8px;
  padding: 0 25px;
  display: flex;
}

.faq-asked-qus011 .presentafaqs-content p {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  font-family: 'HelveticaNowDisplay';
  letter-spacing: 0.2px;
  margin: 0;
  padding: 0 0 44px;
  font-weight: normal;
  text-align: left;
}

.make-unforget-banner01 {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 50px 56px;
  width: 100%;
}

.make-unforget-banner {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.make-unforget-banner video {
  display: block;
  border-radius: 8px;
  height: 65vh;
  object-fit: cover;
  width: 100%;
}
.make-unforget-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0,0,0,0.4);
}

.make-unforget-banner img {
  display: block;
  height: 578px;
  object-fit: cover;
  width: 100%;
}

.make-unforget-innb {
  position: absolute;
  z-index: 2;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  padding: 0 0 10px;
}

.make-unforget-innb h3 {
  font-size: 80px;
  font-family: 'Dharma Gothic C';
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin: 0 0 13px;
  text-transform: uppercase;
}

.make-unforget-innb p {
  text-align: center;
  margin: 0;
}

.make-unforget-innb p a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 0;
  border-bottom: 0;
  background: #fff;
  color: #1D1D1D;
  width: auto;
  text-align: center;
  height: 50px;
  border-radius: 100px;
  line-height: 50px;
  padding: 0 40px;
  letter-spacing: 0.8px;
}

.home-newprod-slider-section11 .prod-label-section .cate-prod-label.cstm-label-text,
.home-newprod-slider-section22 .prod-label-section .cate-prod-label.cstm-label-text {
  font-style: italic;
  font-weight: 800;
  color: #000;
}

.testi-cstm-box-outer .slick-next,
.testi-cstm-box-outer .slick-prev {
  display: none !important;
}

.sm-brd-logos-cstm {
    justify-content: center;
    display: flex;
    gap: 40px;
    padding: 15px 0 0;
}


.testi-cstm-box-outer.desktop-view-testi.marqueetesti {
  overflow: hidden;
}

.marqueetesti {
  display: flex;
}

.marqueetesti:hover .marqueetesti__item {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.marqueetesti__item {
  display: flex;
  will-change: transform;
  -webkit-animation: marqueetesti 80s linear infinite;
          animation: marqueetesti 80s linear infinite;
}

@-webkit-keyframes marqueetesti {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marqueetesti {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media screen and (min-width: 1921px) {
  .cstm-video-banner .pagebuilder-banner-wrapper {
    /*height: 67vh;*/
  }
  .trustd-brands-outer h3 {
    font-size: 120px;
  }
  .trustd-brands-outer p {
    font-size: 20px;
  }
  .trustd-brands-outer p.enquire-btn a {
    font-size: 16px;
  }
  .cstm-videos2 video {
    height: 680px;
  }
  .powerto-brands-box01 h2 {
    font-size: 100px;
  }
  .powertobrandinner img {
    height: 680px;
  }
  .powertobrandinner h3 {
    font-size: 64px;
  }
  .powerto-brands-box01 p {
    font-size: 18px;
  }
  .readyto-make-mark-box .trustd-brands-outer h3,
  .trustd-brands-outer.trustd-brands-outer2 h3 {
    font-size: 100px;
  }
  .make-unforget-banner img {
    height: 680px;
  }
  .faq-asked-qus011 h3 {
    font-size: 100px;
  }
  .faq-asked-qus011 p {
    font-size: 18px;
  }
  .faq-asked-qus011 .presentafaqs-heading {
    font-size: 20px;
  }
  .faq-asked-qus011 .presentafaqs-content p {
    font-size: 18px;
  }
  .make-unforget-innb h3 {
    font-size: 100px;
  }
  .make-unforget-innb p a {
    font-size: 16px;
  }
}


@media screen and (max-width: 1480px) {
  .cstm-video-banner .pagebuilder-banner-wrapper {
    height: 540px;
  }
  .make-unforget-banner video,
  .cstm-videos2.desktop-video-cstm.cstm-videos241 video {
    height: 540px;
  }
  .trustd-brands-more {
    margin-bottom: 5px;
  }
  .trustd-brands-outer h3 {
    font-size: 100px;
  }
  .trustd-brands-outer p.enquire-btn a {
    font-size: 16px;
  }
  .trustd-brands-outer-box .brand-logo {
    max-width: 80px;
    min-width: 80px;
 }
 .trustd-brands-outer {
  padding-bottom: 90px;
 }
 .trustd-brands-outer-box {
  padding-bottom: 100px;
 }
 .powerto-brands-box01 {
  padding-bottom: 25px;
 }
 .powerto-brands-box01 p {
  padding-right: 20px;
  max-width: 522px;
 }
 .powerto-brands-outer-box {
  padding-bottom: 100px;
 }
 .home-newprod-slider-section.home-newprod-slider-section22 .title-and-link h2,
 .home-newprod-slider-section.home-newprod-slider-section11 .title-and-link h2 {
  font-size: 20px;
 }
 .home-newprod-slider-section22,
 .home-newprod-slider-section11 {
    padding-bottom: 80px;
  }
  .cstm-videos2.cstm-videos21 {
    padding-bottom: 70px;
  }
  .testi-cstm-box-outer {
    margin-top: 90px;
  }
  .powerto-brands-box01 h2 {
    font-size: 70px;
  }
  .powertobrandinner h3 {
    font-size: 54px;
  }
  .powertobrandinner p {
    font-size: 16px;
  }
  .powertobrandinner img {
    height: 500px;
  }
  .cstm-videos2 video {
    height: 540px;
  }
  .make-unforget-innb h3,
  .readyto-make-mark-box .trustd-brands-outer h3,
  .trustd-brands-outer.trustd-brands-outer2 h3 {
    font-size: 70px;
  }
  .testi-cstm-box-outer ul {
    overflow-x: scroll;
  }
  .testimonial-slide-inn {
    min-width: 378px;
    max-width: 378px;
    padding: 12px 12px 12px;
  }
  .testi-cstm-box h3 {
    font-size: 50px;
    max-width: 100%;
    line-height: 45px;
  }
  .testi-cstm-box {
    padding-top: 24px;
  }
  .testi-cstm-box p a,
  .testi-cstm-box p {
    font-size: 12px;
    line-height: 16.8px;
  }
  .readyto-make-mark-right .fitout-form .fieldset-request .field label.label {
    font-size: 16px;
  }
  .readyto-make-mark-inner {
    gap: 52px;
  }
  .readyto-make-mark-left {
    width: 36.5%;
  }
  .readyto-make-mark-right {
    width: 60%;
  }
 
  .faq-asked-qus011 p {
    font-size: 16px;
  }
  .make-unforget-innb p a {
    font-size: 16px;
  }
  .trustd-brands-outer-box.trustd-brands-outer-box022 {
    padding-bottom: 80px;
  }
  .readyto-make-mark-box .trustd-brands-outer {
    padding-bottom: 60px;
  }
  .readyto-make-mark-right .form-request-account {
    padding-top: 0;
  }
  .readyto-make-mark-inner .request-recaptcha {
    gap: 50px;
    display: flex;
    flex-wrap: nowrap;
  }
  .readyto-make-mark-box {
    padding: 0 0 130px;
  }
  .make-unforget-banner img {
    height: 500px;
  }
  .home-newprod-slider-section11 .prod-label-section .cate-prod-label.cstm-label-text,
  .home-newprod-slider-section22 .prod-label-section .cate-prod-label.cstm-label-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 1180px) {
  .readyto-make-mark-inner {
    padding: 0 55px;
  }

}

@media screen and (max-width: 1023px) {
  .trustd-brands-more {
    margin-bottom: 15px;
  }

  .cstm-video-banner {
    padding: 40px 40px 57px;
  }
  .cstm-video-banner .pagebuilder-banner-wrapper {
    border-radius: 6px;
  }
  .trustd-brands-outer h3 {
    font-size: 80px;
    line-height: 100%;
    margin-bottom: 0;
  }
  .trustd-brands-outer p {
    font-size: 16px;
    max-width: 540px;
  }
  .trustd-brands-outer {
    padding-bottom: 70px;
  }
  .trustd-brands-outer-box .brand-logo {
    max-width: 130px;
    min-width: 130px;
    padding: 0 30px;
  }
  .powerto-brands-box01 h2 {
    font-size: 60px;
  }
  .powerto-brands-box01 p {
    font-size: 14px;
    padding-right: 0;
    max-width: 502px;
  }
  .powertobrandinner img {
    height: 400px;
  }
  .powertobrandinner h3 {
    font-size: 44px;
    padding-top: 22px;
  }
  .powertobrandinner p {
    font-size: 14px;
    margin: 6px 0 0;
    line-height: 19.6px;
  }
  .powerto-brands-box01 {
    gap: 30px;
  }
  .cstm-videos2 video {
    height: 440px;
  }
  .make-unforget-innb h3, 
  .readyto-make-mark-box .trustd-brands-outer h3, 
  .trustd-brands-outer.trustd-brands-outer2 h3 {
    font-size: 60px;
  }
  .testi-header-cstm .testi-thumb-bx img {
    width: 40px;
    height: 40px;
  }
  .readyto-make-mark-inner {
    display: block;
  }
  .readyto-make-mark-left {
    width: 100%;
  }
  .readyto-make-mark-right {
    width: 100%;
  }
  .readyto-make-mark-inner .readyto-make-mark-left video {
    height: 260px;
    border-radius: 5px;
  }
  .readyto-make-mark-right {
    width: 100%;
    margin-top: 40px;
  }
  .faq-asked-qus011 h3 {
    font-size: 60px;
  }
}

@media screen and (min-width: 768px) {
  .trustd-brands-outer-box.trustd-brands-outer-box022 .trustd-brands-outer.trustd-brands-outer2 br {
    display: none;
  }
  .faq-asked-qus011 .faqs-line-text-para {
    font-size: 18px;
    color: #7A7A7A;
    font-weight: 500;
    margin: 0;
  }
  .faq-asked-qus011 .faqs-line-text-para br {
    display: none;
  }
  .faq-asked-qus011 .faqs-line-text-para a {
    margin-left: 5px;
  }
  .faq-asked-qus-h011 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .testi-cstm-box-outer.mobile-view-testi {
    display: none;
  }




}

@media screen and (max-width: 767px) {
  .testi-cstm-box-outer.desktop-view-testi {
    display: none;
  }
  .faq-asked-qus011 h3 {
    text-align: center;
    margin-bottom: 10px;
  }
   .faq-asked-qus011 p {
    text-align: center;
    color: #7A7A7A;
    line-height: 22px;
    font-size: 16px;
   }

  .trustd-brands-outer-box .brand-logo img {
    opacity: 0.7;
  }
  .cstm-video-banner {
    padding: 24px 24px 40px;
  }
  .make-unforget-banner video,
  .cstm-videos2.desktop-video-cstm.cstm-videos241 video {
    height: 440px;
  }
  .cstm-video-banner .pagebuilder-banner-wrapper {
    height: 440px;
  }

  .trustd-brands-outer h3 {
    font-size: 66px;
    margin-bottom: 6px;
  }

  .trustd-brands-outer p {
    font-size: 14px;
    max-width: 330px;
  }

  .trustd-brands-outer p.enquire-btn a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  .trustd-brands-outer-box .marquee__group {
    gap: 10px;
  }

  .trustd-brands-outer-box .brand-logo {
    max-width: 84px;
    min-width: 84px;
    padding: 0 12px;
    width: 84px;
  }

  .trustd-brands-outer-box {
    padding-bottom: 70px;
  }

  .powerto-brands-box01 {
    display: block;
    text-align: center;
    padding-bottom: 55px;
  }

  .powerto-brands-box01 p {
    font-size: 14px;
    line-height: 20px;
  }

  .powerto-brands-box01 h2 {
    margin-bottom: 6px;
  }

  .powerto-brands-outer-box {
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .powertobrandinner {
    margin: 0;
  }

  .powertobrandinner .item {
    padding: 0 16px 0 0;
  }

  .powertobrandinner img {
    height: 400px;
    object-fit: cover;
    width: auto;
  }

  .faq-asked-qus011 {
    padding: 0 24px ;
  }

  .readyto-make-mark-right .fitout-form .fieldset-request {

  }
  .readyto-make-mark-inner {
    padding: 0 24px;
  }

  .readyto-make-mark-inner .request-recaptcha {
    display: block;
    padding: 0;
  }

  .readyto-make-mark-inner .submit-btn-bar {
    padding-top: 20px;
  }

  .readyto-make-mark-right .fitout-form .fieldset-request {
    margin: 0;
  }

  .powertobrandinner .item {
    min-width: 316px;
    max-width: 316px;
  }

  .trending_ironedge_home .trending_ironedge_images img {
    height: 400px;
  }

  .powerto-brands-outer-box .slick-slider .slick-next, 
  .powerto-brands-outer-box .slick-slider .slick-prev {
    width: 30px;
    right: -5px;
    height: 40px;
    background: transparent;
    top: -22px;
  }

  .powerto-brands-outer-box .slick-slider .slick-prev:before, 
  .powerto-brands-outer-box .slick-slider .slick-next:before {
    font-size: 14px;
    font-family: 'athlete2';
    content: "\e903";
    color: #C0C0C0;
  }

  .powerto-brands-outer-box .slick-slider .slick-prev:after, 
  .powerto-brands-outer-box .slick-slider .slick-next:after {
    display: none;
  }
  
  .powerto-brands-outer-box .slick-slider .slick-prev {
    right: 25px;
    left: auto;
  }

  .powerto-brands-outer-box .slick-slider .slick-prev:before {
    content: "\e902";
  }

  .cstm-videos2 video {
    height: 540px;
  }

  .home-newprod-slider-section.home-newprod-slider-section22 .title-and-link h2, 
  .home-newprod-slider-section.home-newprod-slider-section11 .title-and-link h2 {
    margin-bottom: 11px;
  }
  
  .home-newprod-slider-section.home-newprod-slider-section11 .prod-label-section .cate-prod-label.cstm-label-text img {
    width: 40px;
    margin-top: 6px;
    margin-bottom: 3px;
  }
  
  .home-newprod-slider-section.home-newprod-slider-section11 .new-product-section,
  .home-newprod-slider-section.home-newprod-slider-section22 .new-product-section {
    margin-right: 10px;
  }

  .home-newprod-slider-section.home-newprod-slider-section11 .new-product-section .block-title .owl-nav,
  .home-newprod-slider-section.home-newprod-slider-section22 .new-product-section .block-title .owl-nav {
    right: -6px;
    margin-right: 0;
  }

  .home-newprod-slider-section.home-newprod-slider-section11 .new-product-section .owl-stage,
  .home-newprod-slider-section.home-newprod-slider-section22 .new-product-section .owl-stage{
    display: flex;
  }

  .home-newprod-slider-section.home-newprod-slider-section11 .new-product-section .product-item-info,
  .home-newprod-slider-section.home-newprod-slider-section22 .new-product-section .product-item-info{
    min-width: 300px;
  }

  .home-newprod-slider-section.home-newprod-slider-section11 .new-product-section .product-item,
  .home-newprod-slider-section.home-newprod-slider-section22 .new-product-section .product-item{
    min-width: 316px;
    width: 316px !important;
  }

  .home-newprod-slider-section22, 
  .home-newprod-slider-section11 {
    padding-bottom: 50px;
  }
  
  .trustd-brands-outer-box022 .trustd-brands-outer.trustd-brands-outer2 {
    padding-bottom: 25px;
  }

  .trustd-brands-outer-box022 .testi-cstm-box-outer {
    margin-top: 60px;
  }

  .testimonial-slide-inn {
    min-width: 318px;
    max-width: 318px;
    padding: 12px 12px 12px;
  }

  .testimonial-slide-inn img {
    height: 153px;
  }

  .testi-header-cstm .testi-thumb-bx img {
    height: 40px;
  }

  .testimonial-slide-inn .star-bg-bx img {
    height: auto;
    width: 68px;
    max-height: 12px;
  }

  .testi-cstm-box-outer:before {
    left: -20px;
    width: 80px;
  }

  .testi-cstm-box-outer:after {
    right: -20px;
    width: 80px;
  }

  .readyto-make-mark-right .fitout-form .fieldset-request .field {
    padding: 10px 0;
  }

  .readyto-make-mark-right .fitout-form .fieldset-request.fieldset-request-textarea .field {
    padding-bottom: 5px;
  }
  .readyto-make-mark-inner .request-recaptcha {
    padding-top: 10px;
  }
  .readyto-make-mark-inner .submit-btn-bar button.submit-btn {
    font-family: 'HelveticaNowDisplay';
  }
  .faq-asked-qus-inn01 {
    padding-top: 30px;
  }

  .faq-asked-qus011 .presentafaqs-heading {
    line-height: 25px;
    padding: 15px 42px 18px 22px;
  }

  .make-unforget-banner01 {
    padding: 80px 24px 56px;
  }
  .make-unforget-innb {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
  .make-unforget-banner img {
    height: 400px;
  }

  .trustd-brands-outer-box.trustd-brands-outer-box022 {
    padding-bottom: 100px;
    background: #121212;
    padding-top: 95px;
    margin-bottom: 50px;
  }

  .make-unforget-innb h3, 
  .readyto-make-mark-box .trustd-brands-outer h3, 
  .trustd-brands-outer.trustd-brands-outer2 h3 {
    margin-bottom: 8px;
  }

  .sm-brd-logos-cstm {
    padding: 0 10px;
    gap: 28px;
  }

  .sm-brd-logos-cstm img {
    width: 30px;
    height: auto;
  }

  .hide-brd-logo {
    display: none;
  }


  .cstm-videos-container  {
    flex-wrap: wrap;
  }

  .cstm-videos2-box1,
  .cstm-videos2-box2,
  .home-newprod-slider-section11-box,
  .home-newprod-slider-section22-box,
  .powerto-brands-outer-box01,
  .powerto-brands-outer-box02,
  .trustd-brands-outer-box {
    width: 100%;
  }

  .trustd-brands-outer-box {
    order: 1;
  }
  .cstm-videos2-box1 {
    order: 2;
    padding-bottom: 75px;
  }
  .powerto-brands-outer-box01 {
    order: 3;
  }
  .home-newprod-slider-section11-box {
    order: 4;
  }
  .cstm-videos2-box2 {
    order: 5;
  }
  .home-newprod-slider-section22-box {
    order: 7;
  }
  .powerto-brands-outer-box02 {
    order: 7;
  }
  .powerto-brands-outer-box.powerto-brands-outer-box01 {
    padding-bottom: 45px;
  }

  .trustd-brands-outer-box.trustd-brands-outer-box022 h3 {
    color: #fff;
  }

  .trustd-brands-outer-box.trustd-brands-outer-box022 p {
    color: #7A7A7A;
  }

  .testimonial-slide-inn {
    background: #1D1D1D;
  }

  .testi-cstm-box h3 a {
    color: #fff;
  }

  .testi-cstm-box p {
    color: #9A9A9A;
  }

  .testi-cstm-box p a {
    color: #fff;
  }

  .testi-cstm-box p a:before {
    border-bottom: #fff solid 1px;
  }

  .testimonial-slide-inn .star-bg-bx img {
    filter: invert(65%);
  }

  .testi-cstm-box-outer:after,
  .testi-cstm-box-outer:before {
    display: none;
  }

  .readyto-make-mark-left {
    display: none;
  }

  .readyto-make-mark-box {
    padding: 60px 0;
    background: #F3F3F3;
    margin: 0 24px 100px;
    border-radius: 8px;
  }
  .readyto-make-mark-box .trustd-brands-outer {
    padding-bottom: 0;
  }
  .readyto-make-mark-right .fitout-form .fieldset-request .field .control input, 
  .readyto-make-mark-inner .readyto-make-mark-right .fitout-form .fieldset-request.additional-field01 .control textarea,
  .readyto-make-mark-inner .readyto-make-mark-right .fitout-form .fieldset-request.fieldset-request-textarea .control textarea {
    background: #fff;
  }

}







/*Fitout new Page styling*/

.fitoutnew-main-banner .pagebuilder-banner-wrapper {
  height: calc(100vh - 167px);
}

.fitoutnew-main-banner h1 {
  font-size: 122px;
  font-weight: 500;
  color: #fff;
  line-height: 41px;
}

.fitoutnew-description-content {
  border-top: solid 1px #9A9A9A;
  padding-top: 14px;
  margin-top: 96px;
}

.fitoutnew-description-content .pagebuilder-column-line {
  display: flex;
  align-items: self-start;
  gap: 56px;
  justify-content: space-between;
}

.fitoutnew-description-content .fitoutnew-description-text {
  width: 50% !important;
}

.fitoutnew-description-text .description-title h3 {
  font-family: 'HelveticaNowDisplay';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #111111;
  margin: 0;
  letter-spacing: 1.8px;
  padding-bottom: 23px;
}

.descriptionnew-table {
  margin-top: 24px;
  background: #fbfbfb;
  border-radius: 8px;
  padding: 0 24px;
}

.descriptionnew-table table {
  border: none;
}

.descriptionnew-table table colgroup {
  display: none;
}

.descriptionnew-table table tr td {
  font-size: 18px;
  line-height: normal;
  border: none;
  color: #1D1D1D;
  padding: 20px 0;
  border-bottom: #F3F3F3 solid 1px;
  width: auto;
  vertical-align: middle;
  letter-spacing: 0;
}

.descriptionnew-table table tr:last-child td {
  border-bottom: 0;
}

.descriptionnew-table table tr td a {
  color: #1D1D1D;
  text-decoration: none;
  display: inline-block;
  border-bottom: #1D1D1D solid 1px;
}

.descriptionnew-table table tr td a:hover {
  color: #000;
}

.descriptionnew-table > table tr td:first-child {
  color: #9A9A9A;
  width: 18.8% !important;
  font-weight: 500;
  min-width: 120px;
}

.descriptionnew-table table table tr td {
  border-bottom: #F3F3F3 solid 0;
  padding: 0;
}

.descriptionnew-table table table table tr td {
  padding: 4px;
}

.descriptionnew-table table table table tr {
  display: flex;
}

.descriptionnew-table table table tr td, 
.descriptionnew-table table table table tr td {
  border: 0;
}

.descriptionnew-table table table table tr td a {
  background: #F3F3F3;
  padding: 13px 20px;
  border-radius: 4px;
  border: 0;
}

.descriptionnew-table table table table tr td a:hover {
  color: #fff;
  background: #1D1D1D;
}

.descriptionnew-table table table tr td a strong {
  font-weight: normal;
  border-bottom: #1D1D1D solid 1px;
  display: block;
}

.descriptionnew-table table table tr td:first-child {
  width: auto !important;
  font-weight: normal;
}

.descriptionnew-title.fitout-description-title {
  padding-top: 64px;
}

.descriptionnew-paragraph {
  background: #fbfbfb;
  padding: 20px 24px;
  border-radius: 8px;
}

.ready-to-transform-text p,
.descriptionnew-paragraph p {
  font-size: 17px;
  font-weight: 400;
  color: #515151;
  line-height: 140%;
  margin: 0;
  padding: 0 0 40px;
  letter-spacing: 0;
  font-family: 'HelveticaNowDisplay';
}

.ready-to-transform-text h3,
.descriptionnew-paragraph h3 {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 10px;
  color: #1D1D1D;
  line-height: 140%;
  letter-spacing: 0;
  font-family: 'HelveticaNowDisplay';
}

.fitoutnew-description-content .fitoutnew-description-video-bar {
  width: 50% !important;
}

.fitoutnew-description-content .fitoutnew-description-video-bar .pagebuilder-video-inner {
  border-radius: 8px;
}

.fitoutnew-description-video-bar .descriptionnew-title h3 {
  font-family: 'HelveticaNowDisplay';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #111111;
  margin: 0;
  letter-spacing: 1.8px;
  padding-bottom: 35px;
}

.gallerynew-description-title {
  padding: 64px 0 24px 0;
}

.gallerynew-description-title.gallery-images-titlebx {
  padding-top: 100px;
  padding-bottom: 50px;
}

.fitoutnew-main-banner-section .pagebuilder-poster-content {
  position: absolute;
  top: 50%;
  padding: 0 56px;
  max-width: 1920px;
  margin: 0 auto;
  transform: translate(-50%,-50%);
  left: 50%;
}

.showroomnew-main-container25, 
.showroomnew-main-container24 {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 56px;
  padding-right: 56px;
}

.fitoutnew-gallery-container {
  margin: 0 auto;
  max-width: 1920px;
  padding-left: 56px;
  padding-right: 56px;
}

.fitoutnew-gallery-container .pagebuilder-column-group {
    margin: 0 -12px;
}

.fitoutnew-gallery-container .showroom-product {
    padding: 12px;
}

.fitoutnew-gallery-container .showroom-product img {
  display: block;
  width: 100%;
  border-radius: 8px !important;
}

.fitoutnew-main-banner-section table, 
.fitoutnew-main-banner-section tr, 
.fitoutnew-main-banner-section td {
  border: 0;
  width: auto !important;
  vertical-align: middle;
}

.fitoutnew-main-banner-section table colgroup {
  display: none;
}

.fitoutnew-main-banner-section table td:first-child img {
  width: 66px !important;
  height: auto !important;
}

.fitoutnew-main-banner-section table td:nth-child(2) img {
  width: 14px !important;
  height: auto !important;
}

.fitoutnew-main-banner-section table td:nth-child(2) {
  width: 72px !important;
  padding-left: 30px;
}

.fitoutnew-main-banner-section table td:nth-child(3) img {
  width: 123px !important;
  height: auto !important;
}

.fitoutnew-main-banner-section h1 {
  font-family: 'Dharma Gothic C';
  font-style: normal;
  font-weight: 800;
  font-size: 220px;
  line-height: 80%;
  color: #FFFFFF;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  margin: 20px 0 0;
}

.fitoutnew-main-banner-section h2 {
  font-family: 'HelveticaNowDisplay';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #FFFFFF;
}

.fitoutnew-main-banner-section p {
  position: absolute;
  right: 56px;
  bottom: 40px;
  margin: 0;
}

.fitoutnew-main-banner-section p img {
  max-height: 126px;
  max-width: 200px;
  width: auto !important;
  height: auto !important;
}

.fitoutnew-description-content {
  border-top: none;
  padding-top: 24px;
}

.showroomnew-main-container24.more-fitouts-sliderbx .more-fitout-title h3,
.ready-make-your-mark-form .gallerynew-description-title.gallery-images-titlebx,
.gallerynew-description-title h3, 
.fitoutnew-description-text .descriptionnew-title h3, 
.fitoutnew-description-video-bar .descriptionnew-title h3 {
  font-family: 'HelveticaNowDisplay-Medium';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: #1D1D1D;
  letter-spacing: 0;
  padding: 14px 24px;
  margin-bottom: 0;
  background: #F3F3F3;
  border-radius: 8px;
}

.fitoutnew-description-video-bar .descriptionnew-title h3 {
  margin-bottom: 24px;
}

.ready-to-transform-bar {
  padding: 44px 24px;
  background: #fbfbfb;
  border-radius: 8px;
  margin: 55px 0 0;
}

.ready-to-transform-bar .pagebuilder-column-line {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.ready-to-transform-bar .pagebuilder-column-line .pagebuilder-column.ready-to-transform-text,
.ready-to-transform-bar .pagebuilder-column-line .pagebuilder-column.ready-to-transform-link {
  width: auto !important;
}

.ready-to-transform-bar .ready-to-transform-text p {
  padding: 0;
}

.ready-to-transform-link ul {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
}

.ready-to-transform-link a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 40px;
  width: 279px;
  height: 50px;
  border: 1px solid #000000;
  border-radius: 87px;
  font-family: 'HelveticaNowDisplay';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #1D1D1D;
}

.ready-to-transform-link a:hover {
  background: #1D1D1D;
  color: #fff;
  border: 1px solid #1D1D1D;
}

.gallerynew-description-title.equipment-text-titlebx {
  padding: 150px 0 30px;
}

.pagebuilder-column-group.equipment-overview-text-bar {
  background: #fbfbfb;
  padding: 56px;
  border-radius: 8px;
}

.equipment-overview-text-bar .pagebuilder-column-line {
  gap: 56px;
  justify-content: space-between;
}

.equipment-overview-text-bar .pagebuilder-column-line .pagebuilder-column.ready-to-transform-link {
  width: 54% !important;
}

.equipment-overview-text-bar .pagebuilder-column-line .pagebuilder-column.ready-to-transform-link {
  width: 46% !important;
}

.equipment-overview-text-bar .ready-to-transform-text h5,
.equipment-overview-text-bar .ready-to-transform-text h3 {
  font-family: 'HelveticaNowDisplay';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #1D1D1D;
  margin: 0 0 40px;
}

.equipment-overview-text-bar .ready-to-transform-text h5 {
  color: #A14225;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: 'HelveticaNowDisplay-ExtraBold';
  text-transform: capitalize;
}

.equipment-overview-text-bar .ready-to-transform-text p {
  padding: 0 0 25px;
}

.equipment-overview-text-bar .ready-to-transform-text p:last-child{
  padding-bottom: 0;
}

.equipment-overview-text-bar .ready-to-transform-text p a {
  width: 274px;
  height: 50px;
  background: #1D1D1D;
  border-radius: 87px;
  font-family: 'HelveticaNowDisplay';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  color: #FFFFFF;
  display: block;
  text-align: center;
  margin-top: 30px;
}

.equipment-overview-text-bar .ready-to-transform-text p a:hover{
  background: #3E3E3E ;
}

.showroomnew-main-container24.custom-gym-equipment-bx .custom-equipment-text-bar {
  background: #fbfbfb;
  padding: 56px 56px 36px;
  border-radius: 8px 8px 0 0;
  margin-top: 25px;
}

.showroomnew-main-container24.custom-gym-equipment-bx .ready-to-transform-text h3 {
  font-size: 24px;
  margin: 0 0 40px;
}

.columns .column.main [data-content-type='row'][data-appearance='contained']:has(.fitoutnew-product-sliderbx){
  max-width: 1920px !important;
  margin: 0 auto;
  padding-left: 56px;
  padding-right: 56px;
}

.showroomnew-main-container24.fitoutnew-product-sliderbx {
  background: #fbfbfb;
  margin: 0 0 200px;
  padding: 0 56px 36px;
  border-radius: 0 0 8px 8px;
}

.showroomnew-main-container24.fitoutnew-product-sliderbx .pagebuilder-column-line {
  flex-wrap: unset !important;
}

.fitoutnew-product-sliderbx .fitoutnew-product-item {
  margin: 0 0 110px;
  padding: 8px;
}

.fitoutnew-product-sliderbx .fitoutnew-product-item img {
  display: block;
  border-radius: 8px !important;
}

.fitoutnew-product-sliderbx .fitoutnew-product-item h4 {
  font-family: 'HelveticaNowDisplay-ExtraBold';
  font-style: italic;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  color: #1D1D1D;
  margin: 10px 0 0;
}

.fitoutnew-product-sliderbx .fitoutnew-product-item h2 {
  font-family: 'HelveticaNowDisplay';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1D1D1D;
  margin: 0;
}

.fitoutnew-product-sliderbx .fitoutnew-product-item h2 a {
  color: #1D1D1D;
  text-decoration: none;
}

.fitoutnew-product-sliderbx .fitoutnew-product-item p {
  font-family: 'HelveticaNowDisplay';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #737373;
  margin: 0;
}

.home-newprod-slider-section.fitoutnew-proucts {
  margin: 40px -10px 0;
  padding: 0;
}

.home-newprod-slider-section.fitoutnew-proucts .product-items.widget-product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
}

.home-newprod-slider-section.fitoutnew-proucts .product-items.widget-product-grid .product-item {
  max-width: 100% !important;
  margin-bottom: 115px;
}

.home-newprod-slider-section.fitoutnew-proucts .prod-label-section .cate-prod-label {
  color: #000;
  font-weight: 800;
  font-style: italic;
  font-family: 'HelveticaNowDisplay-ExtraBold';
}

.home-newprod-slider-section.fitoutnew-proucts .product-item .product-item-photo {
  border-radius: 8px;
  overflow: hidden;
}

.pagebuilder-column-group.trusted-by-industry-brand-bx .pagebuilder-column-line {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 0 auto 40px;
  text-align: center;
  width: auto !important;
  max-width: 1140px;
}

.pagebuilder-column-group.trusted-by-industry-brand-bx .pagebuilder-column-line .pagebuilder-column {
  min-width: 95px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.showroomnew-main-container24.trusted-industry-leaders-bx h3 {
  font-family: 'HelveticaNowDisplay';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  color: #1D1D1D;
  margin: 0 0 50px;
}

.showroomnew-main-container24.trusted-industry-leaders-bx p {
  font-family: 'HelveticaNowDisplay';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #7A7A7A;
  margin: 0;
}

.showroom-main-container24.testimonial-section-fitout {
  max-width: 1334px;
  margin-bottom: 260px;
}

.testimonial-section-fitout .testimonial-paragraph {
  padding: 100px 0 0;
}

.testimonial-section-fitout .testimonial-paragraph p {
  max-width: 100%;
  line-height: 140%;
  padding: 0 0 25px;
}

.testimonial-section-fitout .testimonial-client-bar .fitout-testimonial-img {
  width: 156px !important;
  margin-right: 60px;
}

.testimonial-section-fitout .testimonial-client-bar {
  padding: 0;
}

.testimonial-section-fitout .testimonial-client-bar .pagebuilder-column-line {
  display: flex;
  align-items: center;
}

.testimonial-section-fitout .testimonial-client-bar .testimonial-client-text {
  padding-top: 25px;
}

.testimonial-section-fitout .testimonial-client-bar .testimonial-client-text h4 {
  font-weight: 500;
  margin: 0 0 5px;
  color: #1D1D1D;
}

.testimonial-section-fitout .testimonial-client-bar .port-adelaide-fc-btn p {
  padding: 2px 16px 3px;
  font-size: 16px;
  border-radius: 100px;
}

.testimonial-section-fitout .testimonial-client-bar .port-adelaide-fc-btn {
  padding-top: 10px;
}

.ready-make-your-mark-form .gallerynew-description-title.gallery-images-titlebx {
  margin-bottom: 24px;
}

.ready-make-your-mark-form .fitout-form-section {
  background: #050B1E;
  padding: 56px;
  border-radius: 8px;
}

.ready-make-your-mark-form .fitout-form-left-text h2 {
  color: #fff;
  margin: 0 0 42px;
  font-weight: 700;
  font-family: 'HelveticaNowDisplay';
}

.ready-make-your-mark-form .fitout-form-left-text li, 
.ready-make-your-mark-form .fitout-form-left-text p {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 140% !important;
  color: #777A83 !important;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}

.ready-make-your-mark-form .fitout-form-left-text {
  padding-right: 30px;
}

.ready-make-your-mark-form .fitout-form-left-text ul {
  margin: 110px 0;
  list-style: none;
}

.ready-make-your-mark-form .fitout-form-left-text li {
  line-height: 24px !important;
  margin: 0 0 20px;
  position: relative;
  padding-left: 38px;
}

.ready-make-your-mark-form .fitout-form-left-text li strong {
  color: #fff !important;
  vertical-align: top;
  margin-right: 8px;
}

.ready-make-your-mark-form .fitout-form-left-text li img {
  margin-right: 24px;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 4px;
}

.ready-make-your-mark-form .fitout-form-left-text h5 {
  font-family: 'HelveticaNowDisplay';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #777A83;
  text-transform: unset;
}

.ready-make-your-mark-form .fitout-form .fieldset-request .field label.label {
  display: none;
}

.ready-make-your-mark-form .pagebuilder-column.fitout-form-left-bar {
  width: 47% !important;
}

.ready-make-your-mark-form .pagebuilder-column.fitout-form-right-bar {
  width: 53% !important;
  padding: 14px 0 0;
}

.ready-make-your-mark-form .fitout-form .fieldset-request .field {
  width: 50%;
  padding: 17px 14px;
}

.ready-make-your-mark-form .fitout-form .fieldset-request .field.additional-field {
  padding-top: 17px;
}

.ready-make-your-mark-form .fitout-form .fieldset-request .field.additional-field .control textarea,
.ready-make-your-mark-form .fitout-form .fieldset-request .field textarea {
  border-radius: 4px;
  height: 140px !important;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-style: normal;
  padding: 10px 18px;
  letter-spacing: 0;
  box-sizing: border-box;
  border: solid 1px #E5E5E5;
}

.ready-make-your-mark-form .fitout-form-right-text-bar .request-recaptcha {
  padding-top: 60px;
  display: flex;
}

.ready-make-your-mark-form .fitout-form-right-text-bar .submit-btn-bar {
  width: 100%;
  padding: 0;
}

.ready-make-your-mark-form .fitout-form-right-text-bar .request-recaptcha {
  gap: 56px;
}

.ready-make-your-mark-form .submit-btn-bar button.submit-btn {
  border: #fff solid 1px !important;
  background: #050B1E !important;
  font-weight: 500;
  font-size: 16px;
  font-family: 'HelveticaNowDisplay';
}

.ready-make-your-mark-form .submit-btn-bar button.submit-btn:hover {
  background: #fff !important;
  color: #1D1D1D !important;
}

.showroomnew-main-container24.more-fitouts-sliderbx .more-fitout-title {
  margin-top: 200px;
  display: block;
  padding: 0;
}

.showroomnew-main-container24.more-fitouts-sliderbx .more-fitout-title h3 {
  margin: 0 0 24px;
}

.showroomnew-main-container24.more-fitouts-sliderbx .more-fitout-slider button {
  right: 25px;
  top: -49px;
  bottom: unset;
}

.showroomnew-main-container24.more-fitouts-sliderbx .more-fitout-slider button.slick-prev.slick-arrow {
  right: 60px;
}

.showroomnew-main-container24.more-fitouts-sliderbx .more-fitout-slider button:before {
  font-size: 16px;
  font-weight: 400;
  color: #C0C0C0 !important;
}

.showroomnew-main-container24.more-fitouts-sliderbx .more-fitout-slider button:hover:before {
  color: #fff !important;
}

.showroomnew-main-container24.more-fitouts-sliderbx .more-fitout-slider button.slick-disabled {
  opacity: 0.5;
}

.showroomnew-main-container24.more-fitouts-sliderbx .featured-pro-img img {
  border-radius: 8px;
}

.showroomnew-main-container24.more-fitouts-sliderbx .featured-pro-text strong {
  color: #1D1D1D;
  font-family: 'HelveticaNowDisplay';
}

.showroomnew-main-container24.more-fitouts-sliderbx .featured-pro-text p {
  color: #737373;
  font-family: 'HelveticaNowDisplay';
  font-weight: 400;
  font-size: 16px;
}

.ready-make-your-mark-form .fieldset-request .field .control select,
.ready-make-your-mark-form .fitout-form .fieldset-request .field .control textarea,
.ready-make-your-mark-form .fitout-form .fieldset-request .field .control input {
  font-size: 16px;
  color: #818181;
  font-weight: 400;
}

.ready-make-your-mark-form .fieldset-request .field .control select::placeholder,
.ready-make-your-mark-form .fitout-form .fieldset-request .field .control textarea::placeholder,
.ready-make-your-mark-form .fitout-form .fieldset-request .field .control input::placeholder {
  font-size: 16px !important;
  color: #818181 !important;
  font-style: normal !important;
  font-weight: 400;
}

.showroomnew-main-container24.custom-gym-equipment-bx .ready-to-transform-text h3 + p {
  padding: 0;
}

@media screen and (max-width:1499px) {
  .ready-make-your-mark-form .fitout-form-right-text-bar .request-recaptcha {
    gap: 24px;
  }
}

@media screen and (max-width:1199px) {
  .fitoutnew-main-banner-section h1 {
    font-size: 180px;
  }

  .descriptionnew-table table tr td {
    font-size: 16px;
  }

  .fitoutnew-description-content {
    margin-top: 50px;
  }

  .gallerynew-description-title.gallery-images-titlebx {
    padding-bottom: 30px;
  }

  .gallerynew-description-title.equipment-text-titlebx {
    padding: 100px 0 30px;
  }

  .pagebuilder-column-group.trusted-by-industry-brand-bx .pagebuilder-column-line {
    flex-wrap: unset;
    overflow: auto;
    justify-content: flex-start;
  } 

  .showroom-main-container24.testimonial-section-fitout,
  .showroomnew-main-container24.fitoutnew-product-sliderbx {
    margin-bottom: 150px;
  }

  .showroomnew-main-container24.more-fitouts-sliderbx .more-fitout-title {
    margin-top: 150px;
  }

  .ready-make-your-mark-form .fitout-form-section {
    padding: 30px;
  }

  .columns .column.main [data-content-type='row'][data-appearance='contained']:has(.fitoutnew-product-sliderbx) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fitoutnew-gallery-container,
  .showroomnew-main-container25, 
  .showroomnew-main-container24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ready-make-your-mark-form .fitout-form-right-text-bar .request-recaptcha {
    gap: 44px;
  }

  .fitoutnew-description-content .pagebuilder-column-line {
    gap: 30px;
  }

  .pagebuilder-column-group.equipment-overview-text-bar {
    padding: 30px 30px 50px;
  }

  .showroomnew-main-container24.custom-gym-equipment-bx .custom-equipment-text-bar {
    padding: 46px 30px 26px;
  }

  .showroomnew-main-container24.fitoutnew-product-sliderbx {
    padding: 0 26px 16px;
  }
}

@media screen and (max-width:1024px) {
  .fitoutnew-main-banner-section h1 {
    font-size: 120px;
  }
  .fitoutnew-main-banner-section h2 {
    font-size: 20px;
  }
  .fitoutnew-description-content .fitoutnew-description-text {
    width: 100% !important;
    padding-right: 0;
  }
  .equipment-overview-text-bar .pagebuilder-column-line {
    flex-direction: column-reverse;
  }
  .equipment-overview-text-bar .pagebuilder-column-line .pagebuilder-column.ready-to-transform-link {
    width: 100% !important;
  }
  .equipment-overview-text-bar .pagebuilder-column-line .pagebuilder-column.ready-to-transform-link img {
    width: 100% !important;
  }
  .equipment-overview-text-bar .pagebuilder-column.ready-to-transform-text {
    width: 100% !important;
  }
  .fitoutnew-description-content .fitoutnew-description-video-bar {
    width: 100% !important;
    padding: 20px 0 0;
    margin-top: 50px;
  }
  .ready-to-transform-bar .pagebuilder-column-line {
    gap: 40px;
    flex-wrap: unset;
  }
  .ready-to-transform-bar {
    padding: 40px 30px;
  }

  .ready-to-transform-link ul {
    gap: 20px;
    flex-wrap: wrap;
  }

  .ready-to-transform-link ul li{
    width: 100%;
  }

  .ready-to-transform-link a {
    width: 100%;
  }
}

@media screen and (max-width:1023px) {
  .showroomnew-main-container24.fitoutnew-product-sliderbx {
    overflow: auto;
    flex-direction: unset !important;
  }
  
  .showroomnew-main-container24.fitoutnew-product-sliderbx .pagebuilder-column-line {
    flex-wrap: unset !important;
  }

  .fitoutnew-product-sliderbx .fitoutnew-product-item {
    min-width: 300px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width:767px) {

  .fitoutnew-main-banner .pagebuilder-banner-wrapper {
    height: calc(100vh - 119px);
  }

  .fitoutnew-description-content {
    padding: 0;
  }

  .descriptionnew-table table tr td a {
    font-size: 16px;
  }

  .fitoutnew-main-banner-section table {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .fitoutnew-main-banner-section table tbody {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .fitoutnew-main-banner-section table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .fitoutnew-main-banner-section table tr td {
    width: 100% !important;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .fitoutnew-main-banner-section table td:nth-child(2) {
    width: 100% !important;
    padding-left: 0;
  }

  .fitoutnew-main-banner-section table td:first-child img {
    width: 40px !important;
  }

  .fitoutnew-main-banner-section table td:nth-child(2) img {
    width: 10px !important;
  }

  .fitoutnew-main-banner-section table td:nth-child(3) img {
    width: 88px !important;
  }

  .fitoutnew-description-content {
    margin-top: 86px;
  }
  
  .descriptionnew-table table table table tr {
    display: block;
  }

  .descriptionnew-table table tr td:first-child {
    width: 4% !important;
    min-width: 96px;
  }

  .descriptionnew-table table tr td {
    font-size: 16px;
  }

  .descriptionnew-table table table table tr td {
    width: 100%;
    display: block;
  }

  .descriptionnew-table {
    padding-bottom: 64px;
  }

  .descriptionnew-paragraph {
    padding-top: 17px;
  }

  .descriptionnew-paragraph p {
    font-size: 16px;
  }

  .descriptionnew-title.fitout-description-title.fitout-description-title-mobile {
    padding-top: 49px;
  }

  .descriptionnew-title.fitout-description-title.fitout-description-title-mobile h3 {
    padding-bottom: 0;
  }

  .descriptionnew-title.fitout-description-title.fitout-description-title-mobile {
    padding-top: 49px;
  }

  .descriptionnew-paragraph.descriptionnew-paragraph-mobile02 {
    padding-top: 4px;
  }

  .descriptionnew-paragraph.descriptionnew-paragraph-mobile03 {
    padding-top: 4px;
  }

  .descriptionnew-title.fitout-description-title {
    padding-top: 13px;
  }

  .fitoutnew-description-content .fitoutnew-description-video-bar {
    margin-top: 15px;
    padding-top: 13px;
  }

  .fitoutnew-gallery-container {
    padding-right: 24px;
    padding-left: 24px;
    margin: 0 0 70px;
  }

  .gallerynew-description-title {
    padding: 86px 0px 60px;
  }

  .fitoutnew-gallery-container .showroom-product {
    padding: 5px 0;
  }

  .gallerynew-description-title h3 {
    font-size: 14px;
    letter-spacing: 0;
  }


  .fitoutnew-description-video-bar div[data-content-type='video'] .pagebuilder-video-container {
    padding-top: 67.25%;
  }

  .descriptionnew-paragraph.descriptionnew-paragraph-mobile01 {
    padding-top: 0;
  }


  .fitoutnew-main-banner-section .pagebuilder-poster-content {
    padding: 0 25px;
  }

  .fitoutnew-main-banner-section .pagebuilder-poster-content [data-element='content'] {
    display: block;
    width: 100%;
  }

  .fitoutnew-main-banner p img {
    max-width: 122px;
    max-height: 64px;
  }


  .fitoutnew-main-banner-section h2 {
    display: block;
    width: 100%;
    order: 3;
    padding-top: 10px;
    padding-right: 0;
  }

  .fitoutnew-main-banner p {
    position: inherit;
    order: 1;
    display: block;
    width: 100%;
  }

  .showroomnew-main-container24 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .fitoutnew-description-content {
    margin-top: 55px;
  }

  .gallerynew-description-title {
    padding: 60px 0 28px 0;
  }

  .fitout-form-right-bar {
    padding-bottom: 0;
  }

  .showroomnew-main-container24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .descriptionnew-paragraph {
    padding-top: 0;
  }

  .descriptionnew-table {
    border-bottom: none;
  }

  .descriptionnew-title.fitout-description-title {
    padding-top: 0;
  }

  .gallerynew-description-title.gallery-images-titlebx {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .descriptionnew-paragraph p:last-child {
    padding: 0 0 10px;
  }

  .gallerynew-description-title {
    padding: 54px 0 38px 0;
  }

  .fitoutnew-gallery-container .pagebuilder-column-group {
    margin: 0;
  }

  .gallerynew-description-title h3, 
  .fitoutnew-description-text .descriptionnew-title h3, 
  .fitoutnew-description-video-bar .descriptionnew-title h3 {
    font-size: 18px;
  }
  .ready-to-transform-bar {
    margin: 0;
    padding: 40px 24px 50px;
  }
  .ready-to-transform-bar .pagebuilder-column-line {
    display: block !important; 
  }
  .ready-to-transform-bar .ready-to-transform-text p {
    padding: 0 0 40px;
    font-size: 16px;
  }
  .ready-to-transform-link ul {
    gap: 12px;
  }
  .gallerynew-description-title.equipment-text-titlebx {
    padding: 60px 0 10px;
  }
  .pagebuilder-column-group.equipment-overview-text-bar {
    padding: 24px 24px 50px;
  }
  .equipment-overview-text-bar .pagebuilder-column-line {
    gap: 40px;
  }
  .equipment-overview-text-bar .ready-to-transform-text h5 {
    font-size: 16px;
  } 
  .equipment-overview-text-bar .ready-to-transform-text h3 {
    font-size: 22px;
  }
  .equipment-overview-text-bar .ready-to-transform-text p {
    font-size: 14px;
  }
  .equipment-overview-text-bar .ready-to-transform-text p a {
    width: 100%;
  }
  .showroomnew-main-container24.custom-gym-equipment-bx .custom-equipment-text-bar {
    padding: 24px 24px 0;
  }
  .showroomnew-main-container24.custom-gym-equipment-bx .ready-to-transform-text h3 {
    font-size: 24px;
    margin: 0 0 14px;
  }
  .ready-to-transform-text p {
    padding-bottom: 20px;
  }
  .fitoutnew-product-sliderbx .fitoutnew-product-item h4 {
    font-size: 14px;
  }
  .fitoutnew-product-sliderbx .fitoutnew-product-item h2 {
    font-size: 14px;
  }
  .fitoutnew-product-sliderbx .fitoutnew-product-item p {
    font-size: 14px;
  }
  .fitoutnew-product-sliderbx .fitoutnew-product-item {
    margin-bottom: 20px;
  }
  .showroomnew-main-container24.trusted-industry-leaders-bx h3 {
    font-size: 24px;
  }
  .showroom-main-container24.testimonial-section-fitout, 
  .showroomnew-main-container24.fitoutnew-product-sliderbx {
    margin-bottom: 120px;
  }
  .showroomnew-main-container24.custom-gym-equipment-bx .ready-to-transform-text h3 {
    font-size: 22px;
  }
  .ready-to-transform-text p {
    font-size: 14px;
  }
  .showroomnew-main-container24.trusted-industry-leaders-bx p {
    font-size: 14px;
  }
  .pagebuilder-column-group.trusted-by-industry-brand-bx .pagebuilder-column-line .pagebuilder-column {
    min-width: 72px;
  }
  .pagebuilder-column-group.trusted-by-industry-brand-bx .pagebuilder-column-line .pagebuilder-column img {
    width: 40px;
    height: auto;
  }
  .testimonial-section-fitout .testimonial-paragraph p {
    font-size: 32px;
    line-height: 120%;
  }
  .testimonial-section-fitout .testimonial-paragraph {
    padding: 80px 0 0;
  }
  .testimonial-section-fitout .testimonial-client-bar .pagebuilder-column-line {
    flex-wrap: unset;
    padding: 20px 0 0;
  }
  .testimonial-section-fitout .testimonial-client-bar .fitout-testimonial-img {
    width: 110px !important;
    min-width: 110px;
    margin: 0 20px 0 0;
  }
  .testimonial-section-fitout .testimonial-client-bar .testimonial-client-text {
    padding-top: 0;
  }

  .ready-make-your-mark-form .fitout-form-left-text h2 {
    font-size: 30px;
    line-height: 140%;
    margin-bottom: 30px;
    max-width: 260px;
  }

  .ready-make-your-mark-form .fitout-form-left-text {
    padding-right: 0;
  }

  .ready-make-your-mark-form .fitout-form-left-text li, 
  .ready-make-your-mark-form .fitout-form-left-text p {
    font-size: 14px !important;
  }
  .ready-make-your-mark-form .fitout-form-section {
    padding: 24px;
  }
  .ready-make-your-mark-form .fitout-form-left-text ul {
    margin: 40px 0;
  }
  .ready-make-your-mark-form .fitout-form .fieldset-request .field {
    width: 100%;
    padding: 0 0 20px;
  }
  .fitout-form .fieldset-request:first-child .field {
    padding-top: 0;
  }
  .ready-make-your-mark-form .fitout-form .fieldset-request .field.additional-field {
    padding-top: 0;
  }
  .ready-make-your-mark-form .fieldset-request .field .control select, 
  .ready-make-your-mark-form .fitout-form .fieldset-request .field .control input {
    height: 58px;
    font-size: 14px;
  }
   .ready-make-your-mark-form .fitout-form .fieldset-request .field .control textarea {
    font-size: 14px;
   }
   .ready-make-your-mark-form .fitout-form-right-text-bar .request-recaptcha {
    padding-top: 20px;
    gap: 30px;
   }
   .ready-make-your-mark-form .fitout-form-section {
    padding: 24px 24px 70px;
  }
  .showroomnew-main-container24.more-fitouts-sliderbx .more-fitout-title {
    margin-top: 60px;
  }
  .showroomnew-main-container24.more-fitouts-sliderbx .more-fitout-slider {
    margin-bottom: 100px;
  }

  .gallerynew-description-title h3, 
  .fitoutnew-description-text .descriptionnew-title h3, 
  .fitoutnew-description-video-bar .descriptionnew-title h3,
  .ready-make-your-mark-form .gallerynew-description-title.gallery-images-titlebx,
  .showroomnew-main-container24.more-fitouts-sliderbx .more-fitout-title h3 {
    font-size: 18px;
    font-family: 'HelveticaNowDisplay';
  }
  
  .ready-make-your-mark-form .fieldset-request .field .control select::placeholder,
  .ready-make-your-mark-form .fitout-form .fieldset-request .field .control textarea::placeholder,
  .ready-make-your-mark-form .fitout-form .fieldset-request .field .control input::placeholder {
    font-size: 14px !important;
  }

  .testimonial-section-fitout .testimonial-client-bar .testimonial-client-text h4 {
    font-size: 20px;
  }
  
  .testimonial-section-fitout .testimonial-client-bar .testimonial-client-text p {
    font-size: 18px;
    font-weight: 500;
    color: #9A9A9A;
    line-height: 140%;
  }
  
  .testimonial-section-fitout .testimonial-client-bar .port-adelaide-fc-btn p {
    color: #1D1D1D;
    font-size: 16px;
  }

  .showroomnew-main-container24.custom-gym-equipment-bx .ready-to-transform-text h3 + p {
    padding: 0 0 15px;
  }
 
}